@charset "UTF-8";
* {
  -webkit-tap-highlight-color: transparent;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
form,
figure {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

summary {
  display: block;
}

table {
  border-collapse: collapse;
  empty-cells: show;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
  height: auto;
}

input,
textarea,
select {
  color: inherit;
  font-family: inherit;
  appearance: none;
}

button {
  color: inherit;
  font-family: inherit;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

input[type=number] {
  appearance: textfield;
}

select::-ms-expand {
  display: none;
}

[disabled] {
  cursor: not-allowed;
}

input[type=button]:not([disabled]), input[type=submit]:not([disabled]), input[type=reset]:not([disabled]),
button[type=button]:not([disabled]),
button[type=submit]:not([disabled]),
button[type=reset]:not([disabled]) {
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}
img,
video {
  max-width: 100%;
  height: auto;
}

:root {
  font-size: 100px;
}
@media screen and (max-width: 1300px) and (min-width: 751px) {
  :root {
    font-size: 7.6923076923vw;
  }
}
@media screen and (max-width: 750px) {
  :root {
    font-size: 13.3333333333vw;
  }
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  color: #696969;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.14rem;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 0.24rem;
    line-height: 1.5;
  }
}

.wrap {
  width: 12.8rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .wrap {
    width: auto;
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: revert;
  }
}
@media screen and (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .hov {
    transition: opacity 0.3s;
  }
  @supports (filter: brightness(100%)) {
    .hov {
      transition-property: filter;
    }
  }
  .hov:hover {
    opacity: 0.8;
  }
  @supports (filter: brightness(100%)) {
    .hov:hover {
      filter: brightness(110%);
      opacity: 1;
    }
  }
}

@keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes updown {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 25%, 0);
  }
}
.scrollWatch#pagetop {
  width: 1px;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.gHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  height: 0.9rem;
  padding: 0 0.47rem 0 0.2rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  background: #a6a6a6;
}
@media screen and (max-width: 750px) {
  .gHeader {
    height: 1.6rem;
    padding: 0 0 0 0.38rem;
  }
}
.gHeader .siteTitle {
  width: 3rem;
  font-size: 1px;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .gHeader .siteTitle {
    width: 4.2rem;
  }
}
.gHeader .gNav {
  margin-left: auto;
}
.gHeader .gNav .spNav {
  display: none;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .spNav {
    display: flex;
    justify-content: flex-end;
    margin-right: 0.3rem;
    gap: 0.1rem;
  }
  .gHeader .gNav .spNav a {
    margin-top: -0.1rem;
    display: block;
    width: 1rem;
    height: 1rem;
    text-align: center;
    border: 0.05rem solid #696969;
    background: #fff;
    line-height: 1.3;
    padding: 0.05rem 0;
    box-sizing: border-box;
  }
  .gHeader .gNav .spNav a.search img {
    width: 0.65rem;
    margin: 0.05rem 0 0;
  }
  .gHeader .gNav .spNav a.contact img {
    width: 0.75rem;
    margin: 0.33rem 0 0;
  }
  .gHeader .gNav .spNav a.tel img {
    width: 0.32rem;
    margin: 0.31rem 0 0;
  }
  .gHeader .gNav .spNav .btn--menu {
    display: block;
    box-sizing: border-box;
    width: 1.2rem;
    height: 1.2rem;
    border: none;
    border-left: 1px solid currentColor;
    padding: 0;
    border-radius: 0;
    position: relative;
    z-index: 1;
    background: transparent url(../imgs/menu.svg) 50% 0.84rem/0.46rem auto no-repeat;
    color: inherit;
  }
  .gHeader .gNav .spNav .btn--menu .bar {
    width: 0.3rem;
    height: 0.24rem;
    position: absolute;
    top: 0.35rem;
    left: 0.45rem;
  }
  .gHeader .gNav .spNav .btn--menu .bar::before, .gHeader .gNav .spNav .btn--menu .bar::after,
  .gHeader .gNav .spNav .btn--menu .bar span {
    display: block;
    width: 100%;
    height: 0.02rem;
    position: absolute;
    left: 0;
    background: #000;
    transition: 0.2s;
  }
  .gHeader .gNav .spNav .btn--menu .bar::before, .gHeader .gNav .spNav .btn--menu .bar::after {
    content: "";
    transition-property: transform;
  }
  .gHeader .gNav .spNav .btn--menu .bar::before {
    top: 50%;
    transform: translate3D(0, -0.12rem, 0);
  }
  .gHeader .gNav .spNav .btn--menu .bar::after {
    bottom: 50%;
    transform: translate3D(0, 0.12rem, 0);
  }
  .gHeader .gNav .spNav .btn--menu .bar span {
    top: 50%;
    transform: translate(0, -50%);
    transition-property: opacity;
  }
  .gHeader .gNav .spNav .cv_caption {
    position: absolute;
    font-size: 0.14rem;
    color: #fff;
    bottom: 0.07rem;
    right: 0.05rem;
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav.active .btn--menu {
    border-left-color: transparent;
    background-image: url(../imgs/close.svg);
    background-size: 0.51rem auto;
  }
  .gHeader .gNav.active .btn--menu .bar::before {
    transform: translate3D(0, -50%, 0) rotate(135deg);
  }
  .gHeader .gNav.active .btn--menu .bar::after {
    transform: translate3D(0, 50%, 0) rotate(45deg);
  }
  .gHeader .gNav.active .btn--menu .bar span {
    opacity: 0;
  }
  .gHeader .gNav.active .navigation {
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav.ready .navigation {
    transition: transform 0.4s;
  }
}
.gHeader .gNav .navigation {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    padding: 1.58rem 0.45rem 0.24rem;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    transform: translate3d(100%, 0, 0);
  }
}
.gHeader .gNav .navigation .list {
  display: flex;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .list {
    /*display: block;*/
    display: none !important;
    width: 5.08rem;
    margin: 0 auto;
  }
}
.gHeader .gNav .navigation .list li.top {
  display: none;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .list li.top {
    display: block;
  }
  .gHeader .gNav .navigation .list li.top a {
    font-size: 0.44rem;
  }
}
.gHeader .gNav .navigation .list li + li {
  margin: 0 0 0 0.16rem;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .list li + li {
    margin: 0;
  }
}
.gHeader .gNav .navigation .list a {
  display: block;
  padding: 0 0.04rem;
  position: relative;
  color: #fff;
  font-family: urw-din, sans-serif;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.56rem;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .list a {
    color: #696969;
    font-size: 0.5rem;
    font-weight: 300;
    line-height: 0.9rem;
    text-align: center;
  }
}
.gHeader .gNav .navigation .list a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0.08rem;
  left: 0;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: right;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .list a::before {
    background: currentColor;
  }
}
.gHeader .gNav .navigation .list a.active::before {
  transform: scale(1, 1);
}
@media screen and (hover: hover) and (pointer: fine) {
  .gHeader .gNav .navigation .list a::before {
    transition: transform 0.4s;
  }
  .gHeader .gNav .navigation .list a:hover::before {
    transform: scale(1, 1);
    transform-origin: left;
  }
}
.gHeader .gNav .navigation .list .contact {
  display: none;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .list .contact {
    display: block;
  }
}
.gHeader .gNav .navigation .box {
  margin: 0 0 0 0.24rem;
  display: flex;
  gap: 0.2rem;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .box {
    margin: 0.5rem 0 0;
  }
}
.gHeader .gNav .navigation .box .tel {
  display: none;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .box .tel {
    display: block;
    color: #fff;
    text-align: center;
  }
  .gHeader .gNav .navigation .box .tel .text {
    font-size: 0.2rem;
  }
  .gHeader .gNav .navigation .box .tel a {
    display: inline-block;
    margin: 0.06rem 0 0;
    padding: 0 0 0 0.4rem;
    background: url(../imgs/ico-tel02.svg) 0 50%/0.32rem auto no-repeat;
    font-family: urw-din, sans-serif;
    font-size: 0.5rem;
    font-weight: 300;
    line-height: 0.9rem;
  }
}
.gHeader .gNav .navigation .box .cv {
  display: flex;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .box .cv {
    display: block;
  }
}
.gHeader .gNav .navigation .box .cv .bt {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 2.06rem;
  height: 0.56rem;
  border: 0.03rem solid #696969;
  background: #fff;
  /*font-size: 1px;*/
  line-height: 1;
  box-shadow: 0.04rem 0.04rem 0 0 rgba(105, 105, 105, 0.5);
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .box .cv .bt {
    width: 5.08rem;
    height: 0.98rem;
    border-width: 0.04rem;
    box-shadow: 0.08rem 0.08rem 0 0 rgba(105, 105, 105, 0.5);
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .gHeader .gNav .navigation .box .cv .bt {
    transition: 0.4s;
    transition-property: transform, box-shadow;
  }
  .gHeader .gNav .navigation .box .cv .bt:hover {
    transform: translate3d(0.04rem, 0.04rem, 0);
    box-shadow: 0 0 0 0 rgba(105, 105, 105, 0.5);
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .box .cv .bt--search {
    margin: 0.15rem auto 0;
  }
}
.gHeader .gNav .navigation .box .cv .bt--search img {
  width: 1.6rem;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .box .cv .bt--search img {
    width: 2.76rem;
  }
}
.gHeader .gNav .navigation .box .cv .bt--contact {
  margin: 0 0 0 0.14rem;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .box .cv .bt--contact {
    margin: 0.29rem auto 0;
  }
}
.gHeader .gNav .navigation .box .cv .bt--contact img {
  width: 1.58rem;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .box .cv .bt--contact img {
    width: 2.7rem;
  }
}
.gHeader .gNav .navigation .box .cv_caption {
  position: absolute;
  bottom: 0;
  right: 0.5rem;
  font-size: 0.1rem;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .concept a {
    background: #839091;
    color: #fff;
    font-size: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }
  .gHeader .gNav .navigation .concept a img {
    width: 15px;
    display: block;
    margin-left: 10px;
    transform: rotate(-90deg);
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .other-ttl {
    color: #839091;
    font-size: 0.3rem;
    margin-top: 40px;
  }
  .gHeader .gNav .navigation .other-list li {
    margin-top: 20px;
  }
  .gHeader .gNav .navigation .other-list a {
    display: flex;
    align-items: center;
    font-size: 0.3rem;
    color: #839091;
  }
  .gHeader .gNav .navigation .other-list img {
    width: 20vw;
  }
  .gHeader .gNav .navigation .other-list .ttl {
    margin-left: 20px;
  }
}
.gHeader .megamenu {
  margin-left: 20px;
}
.gHeader .megamenu-parent {
  background: #839091;
  color: #fff;
  font-size: 0.13rem;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gHeader .megamenu-parent img {
  width: 15px;
  margin-left: 10px;
  display: block;
}
.gHeader .megamenu-child {
  width: 100vw;
  margin-left: calc(-2.93rem - 40px);
  background: rgba(131, 144, 145, 0.95);
  position: absolute;
  top: 0.8rem;
  transition: all 0.3s ease;
  opacity: 0;
  overflow: hidden;
  max-height: 0;
}
.gHeader .megamenu-child ul {
  width: 90%;
  max-width: 1100px;
  margin: 20px auto;
  display: flex;
  align-items: center;
}
.gHeader .megamenu-child li {
  margin-right: 70px;
}
.gHeader .megamenu-child a {
  display: flex;
  align-items: center;
  color: #fff;
  transition: all 0.3s ease;
}
.gHeader .megamenu-child a img {
  width: 100px;
}
.gHeader .megamenu-child a .ttl {
  margin-left: 10px;
}
.gHeader .megamenu-child a .ttl span {
  display: block;
  font-size: 0.2rem;
}
.gHeader .megamenu-child a:hover {
  opacity: 0.7;
}
.gHeader .megamenu:hover .megamenu-child {
  opacity: 1;
  max-height: 9999px;
}

.main {
  padding: 0.9rem 0 0;
}
@media screen and (max-width: 750px) {
  .main {
    padding: 1.6rem 0 0;
  }
}
.main .ttl--01 {
  width: 2.5rem;
  margin: -0.04rem auto 0;
  padding: 0 0 0.16rem;
  position: relative;
  color: transparent;
  font-family: urw-din, sans-serif;
  font-size: 0.28rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  transition: color 0.4s 0.4s;
}
.main .ttl--01.scrollin {
  color: #696969;
}
.main .ttl--01.scrollin::before {
  transform: scale(1, 1);
}
.main .ttl--01::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #696969;
  transform: scale(0, 1);
  transform-origin: left;
  transition: transform 0.4s;
}
@media screen and (max-width: 750px) {
  .main .ttl--01 {
    width: 4rem;
    margin: 0 auto;
    padding: 0 0 0.2rem;
    font-size: 0.36rem;
  }
}
.main .ttl--02 {
  font-weight: 300;
  line-height: 1;
}
.main .ttl--02 .en {
  display: inline-block;
  margin: 0 0 -0.02rem;
  border-bottom: 0.03rem solid currentColor;
  padding: 0 0 0.1rem;
  font-size: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .ttl--02 .en {
    font-size: 0.36rem;
  }
}
.main .ttl--02 .ja {
  display: block;
  border-top: 1px solid #a6a6a6;
  padding: 0.08rem 0 0;
  font-size: 0.14rem;
}
@media screen and (max-width: 750px) {
  .main .ttl--02 .ja {
    font-size: 0.24rem;
  }
}
.main .ttl--03 {
  /*font-family: $serif;
  font-weight: 700;
  */
  font-size: 0.25rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .ttl--03 {
    font-size: 0.32rem;
  }
}
.main .ttl--04 {
  padding: 0 0 0 2.1rem;
  position: relative;
  font-family: urw-din, sans-serif;
  font-size: 0.28rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .ttl--04 {
    padding: 0 0 0 1.65rem;
    font-size: 0.32rem;
  }
}
.main .ttl--04::before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 1.8rem;
  height: 1.2rem;
  position: absolute;
  top: 0.09rem;
  left: 0;
  border-top: 0.15rem solid #b4b4b4;
  border-left: 0.15rem solid #b4b4b4;
}
@media screen and (max-width: 750px) {
  .main .ttl--04::before {
    width: 1.35rem;
    height: 0.9rem;
  }
}
.main .sectionLead {
  line-height: 2.3529411765;
  padding: 0.6rem 0 0;
  /*font-family: $serif;
  font-weight: 700;
  */
  font-size: 0.17rem;
  text-align: center;
}
.main .sectionLead::before, .main .sectionLead::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .sectionLead::before {
  margin-bottom: -0.6764705882em;
}
.main .sectionLead::after {
  margin-top: -0.6764705882em;
}
@media screen and (max-width: 750px) {
  .main .sectionLead {
    font-size: 0.28rem;
  }
}
.main .pointDetail {
  display: grid;
  grid-template-rows: 0.98rem 1fr;
  grid-template-columns: 4.98rem 1fr 4.98rem;
  margin: 0.8rem 1.26rem 0;
  align-items: start;
}
@media screen and (max-width: 750px) {
  .main .pointDetail {
    display: block;
    margin: 0.8rem 0 0;
  }
}
.main .pointDetail .ttl {
  grid-row: 1/2;
  grid-column: 3/4;
}
.main .pointDetail .text {
  grid-row: 2/3;
  grid-column: 3/4;
  padding: 0 0 0 1.05rem;
  background: url(../imgs/blt-point.svg) 0 0/0.65rem auto no-repeat;
  font-weight: 300;
}
@media screen and (max-width: 750px) {
  .main .pointDetail .text {
    margin: 0.6rem 0 0;
    padding: 0.8rem 0 0;
    background-size: 1.3rem auto;
  }
}
.main .pointDetail .text p {
  line-height: 1.8666666667;
  font-size: 0.14rem;
  text-align: left;
}
.main .pointDetail .text p::before, .main .pointDetail .text p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .pointDetail .text p::before {
  margin-bottom: -0.4333333333em;
}
.main .pointDetail .text p::after {
  margin-top: -0.4333333333em;
}
@media screen and (max-width: 750px) {
  .main .pointDetail .text p {
    font-size: 0.28rem;
  }
}
.main .pointDetail .text ul {
  line-height: 2.1538461538;
  padding: 0.4rem 0 0;
  font-size: 0.13rem;
}
.main .pointDetail .text ul::before, .main .pointDetail .text ul::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .pointDetail .text ul::before {
  margin-bottom: -0.5769230769em;
}
.main .pointDetail .text ul::after {
  margin-top: -0.5769230769em;
}
@media screen and (max-width: 750px) {
  .main .pointDetail .text ul {
    font-size: 0.24rem;
  }
}
.main .pointDetail .text ul li {
  padding: 0 0 0 2em;
  text-indent: -2em;
}
.main .pointDetail .text ul li::before {
  content: "■";
  display: inline-block;
  width: 2em;
  text-indent: 0;
}
.main .pointDetail .text ul .attention {
  color: #6969ff;
}
.main .pointDetail .image {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-row: 1/3;
  grid-column: 1/2;
}
@media screen and (max-width: 750px) {
  .main .pointDetail .image {
    margin: 0.6rem 0 0;
  }
}
.main .pointDetail .image--100 {
  width: 100%;
}
.main .pointDetail .image--100:first-child ~ figure {
  margin-top: 0.2rem;
}
.main .pointDetail .image--50 {
  width: calc(50% - 0.1rem);
}
.main .pointDetail .image--50:first-child ~ figure:nth-child(n+3) {
  margin-top: 0.2rem;
}
.main .pointDetail .image.powder {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 0.2rem;
}
.main .pointDetail .image.powder .--01 {
  grid-area: 1/1/2/4;
  width: auto;
}
.main .pointDetail .image.powder .--02 {
  grid-area: 2/1/3/2;
  width: auto;
  margin-top: 0;
}
.main .pointDetail .image.powder .--03 {
  grid-area: 2/2/3/4;
  width: auto;
  margin-top: 0;
}
.main .pointDetail .image.powder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .link .list {
  display: flex;
  justify-content: center;
  margin: 0.5rem 0 0;
  gap: 0.32rem;
}
@media screen and (max-width: 750px) {
  .main .link .list {
    display: grid;
    gap: 0.4rem;
    margin: 0.8rem 0 0;
  }
}
.main .link .list .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  width: 3.92rem;
  height: 1.2rem;
  padding: 0 0 0 0.38rem;
  background: url(../imgs/blt-link.svg) calc(100% - 0.2rem) 50%/0.5rem auto no-repeat;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .link .list .item {
    width: 5.3rem;
    height: auto;
    margin: 0 auto;
    padding: 0.2rem 0.32rem;
  }
}
.main .link .list .item .line--01 {
  font-size: 0.15rem;
}
@media screen and (max-width: 750px) {
  .main .link .list .item .line--01 {
    font-size: 0.24rem;
  }
}
.main .link .list .item .line--02 {
  margin: 0.12rem 0 0;
  padding: 0 0.22rem 0 0;
  background: 100% 50%/0.14rem auto no-repeat;
  font-size: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .link .list .item .line--02 {
    margin: 0.2rem 0 0;
    padding: 0 1.5em 0 0;
    background-size: 1em auto;
    font-size: 0.28rem;
  }
}
.main .link .list .item--01 {
  background-color: #9c9c9c;
}
.main .link .list .item--01 .line--02 {
  background-image: url(../imgs/ico-ext01.svg);
}
.main .link .list .item--02 {
  background-color: #9a9a8d;
}
.main .link .list .item--02 .line--02 {
  background-image: url(../imgs/ico-ext02.svg);
}
.main .link .list .item--03 {
  background-color: #1b1b21;
  transition: all 0.3s ease;
}
.main .link .list .item--03 .line--02 {
  margin-left: -0.1rem;
  background-image: url(../imgs/ico-ext03.svg);
}
.main .link .list .item--03:hover {
  opacity: 0.9;
}
.main figcaption,
.main .note {
  line-height: 1.5;
  padding: 0.1rem 0 0;
  font-size: 0.1rem;
  font-weight: 300;
}
.main figcaption::before, .main figcaption::after,
.main .note::before,
.main .note::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main figcaption::before,
.main .note::before {
  margin-bottom: -0.25em;
}
.main figcaption::after,
.main .note::after {
  margin-top: -0.25em;
}
@media screen and (max-width: 750px) {
  .main figcaption,
  .main .note {
    font-size: 0.2rem;
  }
}
.main .scrollWatch.fadein {
  opacity: 0;
  transition: opacity 3s;
}
.main .scrollWatch.fadein.scrollin {
  opacity: 1;
}

.gFooter .cv {
  background: #a6a6a6;
  padding: 0.12rem 0;
}
@media screen and (max-width: 750px) {
  .gFooter .cv {
    display: none;
  }
}
.gFooter .cv .wrap {
  display: flex;
  justify-content: center;
}
.gFooter .cv .bt {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 2.56rem;
  height: 0.56rem;
  border: 0.03rem solid #696969;
  background: #fff;
  box-shadow: 0.04rem 0.04rem 0 0 rgba(105, 105, 105, 0.5);
}
@media screen and (hover: hover) and (pointer: fine) {
  .gFooter .cv .bt {
    transition: 0.4s;
    transition-property: transform, box-shadow;
  }
  .gFooter .cv .bt:hover {
    transform: translate3d(0.04rem, 0.04rem, 0);
    box-shadow: 0 0 0 0 rgba(105, 105, 105, 0.5);
  }
}
.gFooter .cv .bt + .bt {
  margin: 0 0 0 0.14rem;
}
.gFooter .cv .bt--back img {
  width: 1.71rem;
}
.gFooter .cv .bt--search img {
  width: 1.6rem;
}
.gFooter .cv .bt--contact img {
  width: 1.58rem;
}
.gFooter .ci {
  background: #696969;
  color: #fff;
}
.gFooter .ci .wrap {
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 1.02rem;
  position: relative;
  width: 100%;
  padding-top: 0.3rem;
}
@media screen and (max-width: 750px) {
  .gFooter .ci .wrap {
    display: block;
    height: 1.8rem;
    padding: 0.5rem 0;
  }
}
.gFooter .ci .logo {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .gFooter .ci .logo {
    position: static;
    margin: 0 auto;
  }
}
.gFooter .ci .logo img {
  width: 2.3rem;
}
@media screen and (max-width: 750px) {
  .gFooter .ci .logo img {
    width: 3rem;
  }
}
.gFooter .ci .copyright {
  font-family: urw-din, sans-serif;
  font-size: 0.09rem;
  font-weight: 500;
  line-height: 1;
  text-align: right;
  margin: 0.1rem 1.6rem 0 0;
}
@media screen and (max-width: 750px) {
  .gFooter .ci .copyright {
    margin: 0.4rem 0 0;
    font-size: 0.19rem;
    text-align: center;
    line-height: 1.4;
  }
}
.gFooter .pagetop {
  display: block;
  width: 0.44rem;
  position: fixed;
  right: 0.2rem;
  bottom: 0.2rem;
}
@media screen and (max-width: 750px) {
  .gFooter .pagetop {
    width: 0.8rem;
  }
  .gFooter .pagetop img {
    width: 100%;
  }
}
.gFooter .pagetop.off {
  opacity: 0;
  pointer-events: none;
}

.modaal-overlay {
  z-index: 9998;
}/*# sourceMappingURL=common.css.map */