@charset "UTF-8";

body {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	margin: 0;
	padding: 0;
	font-feature-settings: "palt";
	color: #3e3a39;
}

/*.main .pageHeader .ttl--page {
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
}*/

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

* {
	-webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
}

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

a.anchor {
    display: block;
    padding-top: 1.2rem;
    margin-top: -1.2rem;
}

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;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button {
  color: inherit;
  font-family: inherit;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          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) {
  * {
    -webkit-animation: none !important;
            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: 1000px) and (min-width: 751px) {
  :root {
    font-size: 10vw;
  }
}
@media screen and (max-width: 750px) {
  :root {
    font-size: 10vw;
  }
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  color: #000;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.16rem;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 0.38rem;
    line-height: 1.6842105263;
  }
}

.wrap {
  width: 9.4rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .wrap {
    width: auto;
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }
}

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

/*------------------------------
  Header
------------------------------*/
.scrollHelper--header {
  width: 1px;
  height: 0.6rem;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.gHeader {
  width: 100%;
  /* position: fixed; */
  position: sticky;
  top: 0;
  /* left: 0; */
  z-index: 9000;
  background: rgba(255, 255, 255, 1);
  color: #194b28;
  padding: 15px 0 0 0;
}
@media screen and (max-width: 750px) {
  .gHeader {
    /* height: 1.7rem; */
    padding: 0.2rem 0 0.3rem 0;
    /* width: 9.2rem; */
    /* padding-top: 15px; */
    z-index: 9999!important;
	  background: #fff;
  }
}
body.showHeader .gHeader {
  transform: translate3d(0, 0, 0);
	justify-content: space-between;
}
.gHeader .block {
	display: flex;
	justify-content: space-between;
	/* padding-top: 15px; */
}
.gHeader .branding {
	padding: 0 0.3rem;
}
.gHeader .sNav {
	padding: 0 0.3rem;
	position: absolute;
	top: 20px;
	right: 20px;
}
.gHeader .sNav ul li {
}
.gHeader .sNav ul li a {
	color: #fff;
	font-size: 0.13rem;
	line-height: 0.17rem;
	text-align: center;
	padding: 5px;
	display: flex;
	align-items: center;
}
.gHeader .sNav ul li>a:hover {
	background-color: #7d7d7d;
}
.gHeader .sNav ul li>a.active {
	background-color: #7d7d7d;
	cursor: default;
}
.gHeader .sNav ul li>a {
	background-color: #000;
}
.gHeader .sNav ul.menulist {
    display: flex;
    align-items: stretch;
    margin-top: 18px;
}
.gHeader .sNav ul.menulist li {
	margin-right: 5px;
	display: flex;
}
.gHeader .sNav ul.menulist li:nth-child(3) {
	margin-right: 0;
}
.gHeader .sNav ul.menulist li.searchlist {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}
	.gHeader .sNav ul.menulist li.searchlist p {
		color: #231815;
		background-color: #dcdcdc;
		text-align: center;
		font-size: 0.14rem;
		width: 100%;
	}
	.gHeader .sNav ul.menulist li.searchlist ul {
		display: flex;
		justify-content: center;
	}
	.gHeader .sNav ul.menulist li.searchlist ul li {
		margin-right: 1px;
	}
	.gHeader .sNav ul.menulist li.searchlist ul li:last-child {
		margin-right: 0;
	}

.sNav-2 {
	display: none;
}


@media screen and (max-width: 750px) {
	.gHeader .branding {
		z-index: 1;
	}
	.gHeader .sNav {
		position: relative;
		top: inherit;
		right: inherit;
		width: 7.4rem;
		margin: 0 auto;
	}
	.gHeader .sNav ul li a {
		font-size: 0.30rem;
		display: block;
		line-height: inherit;
		padding: 10px;
	}
	.gHeader .sNav ul.menulist {
		display: block;
		margin-top: 18px;
	}
	.gHeader .sNav ul.menulist li {
		display: block;
		text-align: center;
		margin-bottom: 20px;
		/* background-color: #000; */
		margin-right: 0;
	}
	.gHeader .sNav ul.menulist li.searchlist p {
		font-size: 0.34rem;
	}
	.gHeader .sNav ul.menulist li.searchlist ul {
		width: 100%;
	}
	.gHeader .sNav ul.menulist li.searchlist ul li {
		margin-bottom: 0;
		width: 33%;
	}
	
	.sNav-2 {
		display: block;
		padding: 0.3rem 0;
		top: 20px;
		right: 20px;
	}
	.sNav-2 ul.menulist {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.sNav-2 ul.menulist li:nth-child(1) {
        width: 2.65rem;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #000;
        /*background-color: #7d7d7d;*/
        /* padding: 0.2rem; */
    }
	.sNav-2 ul.menulist li:nth-child(2) {
        width: 2.65rem;
        background-color: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        /* padding: 0.2rem; */
    }
	.sNav-2 ul.menulist li:nth-child(3) {
        width: 4.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #000;
        /* padding: 0.2rem; */
    }
	.sNav-2 ul.menulist li:nth-child(1) a,
	.sNav-2 ul.menulist li:nth-child(2) a,
	.sNav-2 ul.menulist li:nth-child(3) a {
    padding: 0 0.2rem;
    margin: 0.2rem 0;
    }
	.sNav-2 ul li a {
		color: #fff;
		font-size: 0.32rem;
		line-height: 0.42rem;
		text-align: center;
		/* padding: 10px; */
		display: flex;
		height: 100%;
		align-items: center;
		justify-content: center;
		width: 100%;
		margin: 0;
		/* padding: 0; */
	}
	.sNav-2 ul li>a:hover {
		background-color: #7d7d7d;
	}
	.sNav-2 ul li>a.active {
		/* background-color: #7d7d7d; */
		cursor: default;
		display: flex;
		align-items: center;
	}
	.sNav-2 ul li>a {
		/* background-color: #000; */
	}
}


#gHeader.min h1 {
	display: none;
}
.gHeader .branding .siteTitle {
    font-size: 0.1rem;
    line-height: 1;
    font-weight: normal;
    color: #000;
    padding-bottom: 0.18rem;
    transition: all .5s ease;
    font-feature-settings: "palt";
}
.gHeader .branding .logo {
  display: block;
  width: 4.9rem;
}
@media screen and (max-width: 750px) {
	.gHeader .branding .siteTitle {
		font-size: 0.22rem;
		line-height: 2;
	}
  .gHeader .branding .logo {
    width: 5.6rem;
  }
  .gHeader .branding .logo img {
    width: 100%;
  }
}
body.modaal-noscroll .gHeader .branding .logo {
  opacity: 0.5;
}
.gHeader .gNav .btn--menu {
  display: none;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .btn--menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.56rem;
    /* height: 1.3rem; */
    border: none;
    /* padding: 20px 0 0 0; */
    /* top: 0.4rem; */
    /* position: relative; */
    position: absolute;
    right: 10px;
    bottom: 0.38rem;
    z-index: 1;
    border-radius: 0;
    background: transparent;
    color: inherit;
  }
  .gHeader .gNav .btn--menu .bar {
    width: 1rem;
    height: 0.64rem;
    position: relative;
  }
  .gHeader .gNav .btn--menu .bar::before, .gHeader .gNav .btn--menu .bar::after,
.gHeader .gNav .btn--menu .bar span {
    display: block;
    width: 100%;
    height: 0.030rem;
    position: absolute;
    left: 0;
    background: #000;
    transition: 0.2s;
  }
  .gHeader .gNav .btn--menu .bar::before, .gHeader .gNav .btn--menu .bar::after {
    content: "";
    transition-property: transform;
  }
  .gHeader .gNav .btn--menu .bar::before {
    top: 50%;
    transform: translate3D(0, -0.32rem, 0);
  }
  .gHeader .gNav .btn--menu .bar::after {
    bottom: 50%;
    transform: translate3D(0, 0.32rem, 0);
  }
  .gHeader .gNav .btn--menu .bar span {
    top: 50%;
    transform: translate(0, -50%);
    transition-property: opacity;
  }
}
body.modaal-noscroll .gHeader .gNav .btn--menu {
  opacity: 0.5;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav.ready .navigation {
    transition: transform 0.4s;
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav.active .btn--menu .bar::before {
    transform: translate3D(0, -50%, 0) rotate(145deg);
  }
  .gHeader .gNav.active .btn--menu .bar::after {
    transform: translate3D(0, 50%, 0) rotate(35deg);
  }
  .gHeader .gNav.active .btn--menu .bar span {
    opacity: 0;
  }
  .gHeader .gNav.active .navigation {
    transform: scale(1);
	  z-index: 99;
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation {
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    margin: 2.15rem 0 0;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(213, 235, 226, 1.0);
    transform: scale(0);
  }
  .gHeader.min .gNav .navigation {
    margin: 1.55rem 0 0;
	}
}
.gHeader .gNav .navigation .list {
  display: flex;
  justify-content: center;
  margin: 10px 0 5px 0;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .list {
    display: block;
    margin: 0.7rem 0 0;
  }
}
.gHeader .gNav .navigation .list li {
  margin: 0 0.14rem 0 0.14rem;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .list li {
    margin: 0.15rem 0 0;
  }
}
.gHeader .gNav .navigation .list img {
  width: auto;
  height: 0.14rem;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .list img {
    height: 0.38rem;
  }
}
.gHeader .gNav .navigation .list a {
  display: flex;
  align-items: center;
  height: 0.6rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .list a {
    justify-content: center;
    height: auto;
    padding: 0.2rem 0;
  }
}
.gHeader .gNav .navigation .list a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0.17rem;
  background: #194b28;
  transform: scale(0, 1);
}
.gHeader .gNav .navigation .list a.hidden {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.gHeader .gNav .navigation .list a.hidden::before {
    content: none;
}

@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .list a::before {
    content: none;
  }
}
.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);
  }
}
body.modaal-noscroll .gHeader .gNav .navigation .list a {
  opacity: 0.5;
}
.gHeader .gNav .navigation .list .landplan img {
  height: 0.12rem;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .list .landplan img {
    height: 0.36rem;
  }
}
.gHeader .gNav .navigation .list .search {
  margin: 0 0 0 0.22rem;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .list .search {
    margin: 0.35rem 0 0;
  }
}
.gHeader .gNav .navigation .list .search img {
  height: 0.15rem;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .list .search img {
    height: 0.4rem;
  }
}

/*------------------------------
  Main Area
------------------------------*/
.main .kvbox {
	width: 100%;
	position: relative;
}
.main .kv {
	/*max-width: 1000px;*/
	margin: 0 auto;
}
.main .catch {
	width:40%;
	margin: 0 auto;
	position: absolute;
	z-index: 99;
	top: 0.2rem;
	
    animation-name: fadein;
    animation-duration: 3s;
}
	@keyframes fadein {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
	}

.main .ttl--01 {
	line-height: 1.4444444444;
	/*font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;*/
	font-size: 0.34rem;
	font-weight: bold;
	font-feature-settings : "palt";
	letter-spacing: 0.02rem;
}
.main .ttl--01::before, .main .ttl--01::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .ttl--01::before {
  margin-bottom: -0.2222222222em;
}
.main .ttl--01::after {
  margin-top: -0.2222222222em;
}
@media screen and (max-width: 750px) {
  .main .ttl--01 {
    line-height: 1.4193548387;
    font-size: 0.60rem;
    font-weight: 600;
  }
  .main .ttl--01::before, .main .ttl--01::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  .main .ttl--01::before {
    margin-bottom: -0.2096774194em;
  }
  .main .ttl--01::after {
    margin-top: -0.2096774194em;
  }
	.main .catch {
		display: none;
	}
}
.main .ttl--01 sub {
  font-size: 0.12rem;
}
@media screen and (max-width: 750px) {
  .main .ttl--01 sub {
    font-size: 0.26rem;
  }
}
.main .ttl--01 + .lead {
  padding: 0.3rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .ttl--01 + .lead {
    padding: 0.6rem 0.2rem 0 0.2rem;
    text-align: left;
  }
}
.main .lead {
  line-height: 0.36rem;
  /* font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif; */
  font-size: 0.16rem;
}
.main .lead::before, .main .lead::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .lead::before {
  margin-bottom: -0.5em;
}
.main .lead::after {
  margin-top: -0.5em;
}
@media screen and (max-width: 750px) {
  .main .lead {
        line-height: 1.6842105263;
        font-size: 0.38rem;
    }
  .main .lead::before, .main .lead::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  .main .lead::before {
    margin-bottom: -0.3421052632em;
  }
  .main .lead::after {
    margin-top: -0.3421052632em;
  }
}
.main .note, .main .ftNote .wrap, .main .caption,
.main figcaption {
  line-height: 1.5;
  font-size: 0.1rem;
}
.main .note::before, .main .ftNote .wrap::before, .main .caption::before,
.main figcaption::before, .main .note::after, .main .ftNote .wrap::after, .main .caption::after,
.main figcaption::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .note::before, .main .ftNote .wrap::before, .main .caption::before,
.main figcaption::before {
  margin-bottom: -0.25em;
}
.main .note::after, .main .ftNote .wrap::after, .main .caption::after,
.main figcaption::after {
  margin-top: -0.25em;
}
@media screen and (max-width: 750px) {
  .main .note, .main .ftNote .wrap, .main .caption,
.main figcaption {
    font-size: 0.24rem;
    width: 8.4rem;
    margin: 0 auto;
    text-align: left;
  }
}
.main .caption,
.main figcaption {
  /* padding: 0.05rem 0 0; */
}
@media screen and (max-width: 750px) {
  .main .caption,
.main figcaption {
    padding: 0.10rem 0 0.10rem 0;
  }
  .main .caption .small,
.main figcaption .small {
    font-size: 0.2rem;
  }
}
.main .caption.white,
.main figcaption.white {
  color: #fff;
}
.main .caption.center,
.main figcaption.center {
  text-align: center;
}
.main .caption.centerOut,
.main figcaption.centerOut {
  width: 100%;
  position: absolute;
  /*top: 100%;*/
  right: 0.07rem;
  bottom: 0.07rem;
  text-align: right;
  color: #fff;
}
.main .caption.right,
.main figcaption.right {
  text-align: right;
}
.main .caption.rightIn,
.main figcaption.rightIn {
  box-sizing: border-box;
  width: 100%;
  padding: 0 0.1rem 0.1rem;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}
.main .caption.rightOut,
.main figcaption.rightOut {
  width: 100%;
  position: absolute;
  /* top: 100%; */
  bottom: 0;
  /* right: 0; */
  text-align: right;
  color: #fff;
  background-color: rgba(25,75,40,.85);
  z-index: 2;
}
.main .ftNote {
  padding: 0.3rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .ftNote {
    /*padding: 0.7rem 0 0;*/
  }
}
.main .pageHeader .mainVisual {
  position: relative;
}
.main .pageHeader .mainVisual img {
  width: 100%;
}
.main .pageHeader .mainVisual picture {
	position: relative;
}
.main .pageHeader .mainVisual figcaption img {
	max-height: 22px;
	padding: 10px 0;
}
@media screen and (max-width: 750px) {
	.main .pageHeader .mainVisual figcaption img {
		max-height: 25px;
		padding: 10px 0;
	}
}
.main .pageHeader .mainVisual figcaption span {
  position: absolute;
  bottom: 0.03rem;
  right: 0.08rem;
}
@media screen and (max-width: 750px) {
	.main .pageHeader .mainVisual figcaption span {
	  bottom: 110%;
	}
}
.main .pageHeader .ttl--page {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .ttl--page {
    /*width: 3.5rem;*/
    margin: 0 auto;
    /*font-size: 0.4rem;
    line-height: 0.5rem;*/
  }
}
.main .fadeUp {
  opacity: 0;
  transform: translate3d(0, 1rem, 0);
  transition: 1s;
  transition-property: opacity, transform;
}
.main .fadeUp.scrollIn {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/*------------------------------
  Footer
------------------------------*/
.gFooter {
  margin: 0.6rem 0 0;
}
@media screen and (max-width: 750px) {
  .gFooter {
    margin: 0.7rem 0 0;
  }
}

.gFooter .contact {
	width: 100%;
	font-size: 0.12rem;
	line-height: 2.5;
	text-align: center;
	margin: 0 auto;
	padding: 0.24rem 0 0.26rem 0;
	border-top: 1px solid #000;
}
@media screen and (max-width: 750px) {
  .gFooter .contact {
    width: auto;
    margin: 0.48rem 0 0;
    font-size: 0.26rem;
    text-align: center;
  }
}
.gFooter .contact a {
  margin: 0.01rem 0 0.05rem 0;
  font-size: 0.4rem;
  line-height: 0.4rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.gFooter .contact a img {
  width: 0.5rem;
  padding: 0.03rem;
}
@media screen and (max-width: 750px) {
	.gFooter .contact a {
		font-size: 0.7rem;
		/* margin: 0.22rem auto; */
		line-height: 0.7rem;
		font-weight: 600;
	}
	.gFooter .contact a img {
		width: 0.7rem;
		padding: 0.06rem 0.09rem;
	}
}

.gFooter .block--01 {
  background: #ebebeb;
  padding: 0.20rem 0;
}
@media screen and (max-width: 750px) {
  .gFooter .block--01 {
        padding: 0.2rem 0 0.56rem 0;
    }
}
.gFooter .block--01 .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .gFooter .block--01 .wrap {
    display: block;
  }
}
.gFooter .block--01 .wrap .ci {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .gFooter .block--01 .wrap .ci {
    display: block;
  }
}
.gFooter .block--01 .wrap .ciwrap {
  /* margin: 0 0.5rem 0 0; */
}
@media screen and (max-width: 750px) {
  .gFooter .block--01 .wrap .ciwrap {
    margin: 0;
    margin-bottom: 0.3rem;
  }
}  
.gFooter .block--01 .wrap .ci .item,
.gFooter .block--01 .wrap .ciwrap .item {
  display: flex;
  align-items: center;
}
.gFooter .block--01 .wrap .ciwrap .item:first-child {
	margin-bottom: 0.3rem;
}
@media screen and (max-width: 750px) {
  .gFooter .block--01 .wrap .ci .item,
  .gFooter .block--01 .wrap .ciwrap .item {
    display: block;
  }
}
.gFooter .block--01 .wrap .ci .item .text {
  width: 0.32rem;
  font-size: 0.1rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .gFooter .block--01 .wrap .ci .item .text {
        width: auto;
        font-size: 0.26rem;
        margin-top: 0.36rem;
        text-align: center;
    }
}
.gFooter .block--01 .wrap .ciwrap .item .text {
  width: 0.4rem;
  font-size: 0.1rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .gFooter .block--01 .wrap .ciwrap .item .text {
        width: auto;
        text-align: center;
        font-size: 0.26rem;
        margin-top: 0.36rem;
    }
}

@media screen and (max-width: 750px) {
  .gFooter .block--01 .wrap .ci .item .image,
  .gFooter .block--01 .wrap .ciwrap .item .image {
    display: block;
    margin: 0 auto;
  }
  .gFooter .block--01 .wrap .ciwrap .item .image img,
  .gFooter .block--01 .wrap .ci .item .image img {
    width: 100%;
  }
}
.gFooter .block--01 .wrap .ci .item--01 .image {
  width: 3.0rem;
}
@media screen and (max-width: 750px) {
  .gFooter .block--01 .wrap .ci .item--01 .image {
    width: 7.6rem;
    margin-top: 0.14rem;
  }
}
.gFooter .block--01 .wrap .ciwrap .item--01 .image {
  width: 2.7rem;
}
@media screen and (max-width: 750px) {
  .gFooter .block--01 .wrap .ciwrap .item--01 .image {
    width: 6.4rem;
    margin-top: 0.14rem;
  }
}
.gFooter .block--01 .wrap .ci .item--02 {
  margin: 0 0 0 0.5rem;
}
@media screen and (max-width: 750px) {
  .gFooter .block--01 .wrap .ci .item--02 {
    margin: 0.3rem 0 0;
  }
}
.gFooter .block--01 .wrap .ci .item--02 .image,
.gFooter .block--01 .wrap .ciwrap .item--02 .image {
	/*width: 1.7rem;*/
	margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .gFooter .block--01 .wrap .ci .item--02 .image {
        width: 3.9rem;
        margin-top: 0.2rem;
    }
  .gFooter .block--01 .wrap .ciwrap .item--02 .image {
        width: 5.2rem;
        margin-top: 0.2rem;
    }
}
.gFooter .block--02 {
  padding: 0.2rem 0;
  font-size: 0.1rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .gFooter .block--02 {
    padding: 0.32rem 0 1.8rem;
    font-size: 0.26rem;
    text-align: center;
  }
}
.gFooter .block--02 .wrap {
  display: flex;
  justify-content: space-between;
  width: auto;
  padding: 0 0.3rem;
}
@media screen and (max-width: 750px) {
  .gFooter .block--02 .wrap {
    display: block;
  }
}
.gFooter .block--02 .navigation ul {
  display: flex;
}
@media screen and (max-width: 750px) {
  .gFooter .block--02 .navigation ul {
    display: block;
    line-height: 2.2;
  }
}
.gFooter .block--02 .navigation ul li + li {
  margin: 0 0 0 1em;
  border-left: 1px solid currentColor;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 750px) {
  .gFooter .block--02 .navigation ul li + li {
    margin: 0;
    border-left: none;
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .gFooter .block--02 .copyright {
    margin: 0.2rem 0 0;
  }
}

/*.gFooter .search {
  display: none;
}
@media screen and (max-width: 750px) {
  .gFooter .search {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 1.5rem;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 8000;
    background: rgba(0, 0, 0, 0.7);
    transform: translate3d(0, 100%, 0);
    transition: transform 0.4s;
  }
  .gFooter .search img {
    width: 3.18rem;
  }
  body.showHeader .gFooter .search {
    transform: translate3d(0, 0, 0);
  }
  body.modaal-noscroll .gFooter .search {
    opacity: 0.5;
  }
}*/

/*@media screen and (max-width: 750px) {
  .modaal-inner-wrapper {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }
}

.modaal-container {
  background: transparent;
}

.modaal-content-container {
  padding: 0;
}*/

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