@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;600;700&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Rajdhani:wght@300;400;500;600;700&family=Prata&display=swap");

body{
	background-color: transparent;
}
img{
	width: auto;
}
.l-footer {
  position: relative;
  min-width: 1200px;
  background-color: #68778a;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .l-footer {
    padding-top: 26.6666666667vw;
    min-width: 100%;
  }
}
.l-footer a,
.l-footer a:hover{
	text-decoration: none;
}
.l-footer_logo--pc {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .l-footer_logo--pc {
    display: none;
  }
}
.l-footer_logo--sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .l-footer_logo--sp {
    display: block;
    margin-right: auto;
    margin-bottom: 9.3333333333vw;
    margin-left: auto;
    width: 42.1333333333vw;
  }
}
.l-footer_menu {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  .l-footer_menu {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.l-footer_inIn {
  display: flex;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1000px;
}
@media only screen and (max-width: 768px) {
  .l-footer_inIn {
    display: block;
    padding-right: 6.6666666667vw;
    padding-bottom: 6.6666666667vw;
    padding-left: 6.6666666667vw;
    max-width: 100%;
    webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 769px) {
  .l-footer_sec:nth-of-type(n+2) {
    padding-left: 34px;
    border-left: 1px solid #a3afbd;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer_sec:nth-of-type(4) {
    border-bottom: 0.2666666667vw solid #a3afbd;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) .l-footer_sec:nth-of-type(3) {
    border-bottom: 0.2666666667vw solid #a3afbd;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer_category {
    position: relative;
    border-top: 0.2666666667vw solid #a3afbd;
    font-weight: 700;
    font-size: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer_category--pc {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .l-footer_category:nth-of-type(n+2) {
    margin-top: 40px;
  }
}
.l-footer_category > a {
  transition: 0.3s opacity;
  display: flex;
  align-items: center;
  color: #fff;
}
.l-footer_category > a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .l-footer_category > a {
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    height: 13.3333333333vw;
  }
}
.l-footer_category > a > .is-arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fd961c;
  margin-left: 15px;
}
.l-footer_category > a > .is-arrow::before {
  content: "";
  transform: rotate(45deg);
  margin-right: 20%;
}
@media only screen and (min-width: 769px) {
  .l-footer_category > a > .is-arrow {
    width: 14px;
    height: 14px;
  }
  .l-footer_category > a > .is-arrow::before {
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer_category > a > .is-arrow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fd961c;
    margin-left: 0;
    margin-right: 4vw;
  }
  .l-footer_category > a > .is-arrow::before {
    content: "";
    transform: rotate(45deg);
    margin-right: 20%;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .l-footer_category > a > .is-arrow {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
  .l-footer_category > a > .is-arrow::before {
    width: 0.8vw;
    height: 0.8vw;
    border-top: 0.5333333333vw solid #fff;
    border-right: 0.5333333333vw solid #fff;
  }
}
.l-footer_category > a > .is-arrow:nth-of-type(odd) {
  display: none;
}
@media only screen and (max-width: 768px) {
  .l-footer_category > a > .is-arrow:nth-of-type(odd) {
    display: flex;
  }
}
.l-footer_category > a > .is-arrow:nth-of-type(even) {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .l-footer_category > a > .is-arrow:nth-of-type(even) {
    display: none;
  }
}
.l-footer_category > a > span {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .l-footer_category > a > span {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer_category > ul {
    background-color: #818f9f;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer_categoryIco {
    position: absolute;
    top: 0;
    right: 0;
    width: 10.6666666667vw;
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer_categoryIco:before, .l-footer_categoryIco:after {
    content: "";
    position: absolute;
    top: 6.6666666667vw;
    left: 4vw;
    width: 2.6666666667vw;
    height: 0.2666666667vw;
    background-color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer_categoryIco:before {
    transform: rotate(90deg);
    transition: transform 0.2s ease-out;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer_categoryIco.is-act:before {
    transform: rotate(0deg);
  }
}
@media only screen and (max-width: 768px) {
  .l-footer_categoryIco > span {
    position: absolute;
    top: 2.6666666667vw;
    left: 0;
    display: block;
    width: 0.2666666667vw;
    height: 8.5333333333vw;
    background-color: #a3afbd;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer_links {
    position: relative;
    z-index: 2;
    padding-top: 2.6666666667vw!important;
    padding-bottom: 2.6666666667vw!important;
    width: 100%;
    background-color: #68778a;
  }
}
@media only screen and (min-width: 769px) {
  .l-footer_links:nth-of-type(1) {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 769px) {
  .l-footer_col .l-footer_links:nth-of-type(2) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer_category .l-footer_links {
    display: none;
    padding-left: 8vw;
    border-top: 0.2666666667vw solid #a3afbd;
    webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer_links > li {
    display: flex;
    align-items: center;
  }
}
.l-footer_links > li:nth-of-type(n+2) {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .l-footer_links > li:nth-of-type(n+2) {
    margin-top: 2.6666666667vw;
  }
}
.l-footer_links > li > a {
  transition: 0.3s opacity;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 15px;
  line-height: 1.2;
  color: #fff!important;
}
.l-footer_links > li > a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .l-footer_links > li > a {
    font-weight: 400;
    font-size: 2.9333333333vw;
  }
}
.l-footer_links > li > a > .is-arrow {
  margin-right: 15px;
}
.l-footer_links > li > a > .is-arrow::before {
  content: "";
  transform: rotate(45deg);
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .l-footer_links > li > a > .is-arrow::before {
    width: 4px;
    height: 4px;
    border-top: 2px solid #fd961c;
    border-right: 2px solid #fd961c;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer_links > li > a > .is-arrow {
    margin-right: 2.6666666667vw;
  }
  .l-footer_links > li > a > .is-arrow::before {
    content: "";
    transform: rotate(45deg);
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .l-footer_links > li > a > .is-arrow::before {
    width: 0.8vw;
    height: 0.8vw;
    border-top: 0.5333333333vw solid #fd961c;
    border-right: 0.5333333333vw solid #fd961c;
  }
}
@media only screen and (min-width: 769px) {
  .l-footer_links--access {
    margin-bottom: 30px!important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 768px) {
  .l-footer_links--access {
    position: relative;
    z-index: 2;
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    width: 100%;
    background-color: #68778a;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  .l-footer_links--access:nth-of-type(1) {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  .l-footer_col .l-footer_links--access:nth-of-type(2) {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 768px) {
  .l-footer_category .l-footer_links--access {
    display: none;
    padding-left: 8vw;
    border-top: 0.2666666667vw solid #a3afbd;
  }
}
@media only screen and (min-width: 769px) and (max-width: 768px) {
  .l-footer_links--access > li {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 769px) {
  .l-footer_links--access > li:nth-of-type(n+2) {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 768px) {
  .l-footer_links--access > li:nth-of-type(n+2) {
    margin-top: 2.6666666667vw;
  }
}
@media only screen and (min-width: 769px) {
  .l-footer_links--access > li > a {
    transition: 0.3s opacity;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 15px;
    line-height: 1.2;
    color: #fff!important;
  }
  .l-footer_links--access > li > a:hover {
    opacity: 0.7;
  }
  .l-footer_links--access > li > a:visited {
    color: #fff;
  }
}
@media only screen and (min-width: 769px) and (max-width: 768px) {
  .l-footer_links--access > li > a {
    font-weight: 400;
    font-size: 2.9333333333vw;
  }
}
@media only screen and (min-width: 769px) {
  .l-footer_links--access > li > a > .is-arrow {
    margin-right: 15px;
  }
  .l-footer_links--access > li > a > .is-arrow::before {
    content: "";
    transform: rotate(45deg);
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  .l-footer_links--access > li > a > .is-arrow::before {
    width: 4px;
    height: 4px;
    border-top: 2px solid #fd961c;
    border-right: 2px solid #fd961c;
  }
}
@media only screen and (min-width: 769px) and (max-width: 768px) {
  .l-footer_links--access > li > a > .is-arrow {
    margin-right: 2.6666666667vw;
  }
  .l-footer_links--access > li > a > .is-arrow::before {
    content: "";
    transform: rotate(45deg);
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 769px) and (max-width: 768px) and (max-width: 768px) {
  .l-footer_links--access > li > a > .is-arrow::before {
    width: 0.8vw;
    height: 0.8vw;
    border-top: 0.5333333333vw solid #fd961c;
    border-right: 0.5333333333vw solid #fd961c;
  }
}
@media only screen and (min-width: 769px) {
  .l-footer_links--access:nth-of-type(1) {
    margin-top: 15px;
  }
}
.l-footer_links--sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .l-footer_links--sp {
    position: relative;
    z-index: 2;
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    width: 100%;
    background-color: #68778a;
  }
}
@media only screen and (min-width: 769px) {
  .l-footer_links--sp:nth-of-type(1) {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 769px) {
  .l-footer_col .l-footer_links--sp:nth-of-type(2) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer_category .l-footer_links--sp {
    display: none;
    padding-left: 8vw;
    border-top: 0.2666666667vw solid #a3afbd;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer_links--sp > li {
    display: flex;
    align-items: center;
  }
}
.l-footer_links--sp > li:nth-of-type(n+2) {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .l-footer_links--sp > li:nth-of-type(n+2) {
    margin-top: 2.6666666667vw;
  }
}
.l-footer_links--sp > li > a {
  transition: 0.3s opacity;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 15px;
  line-height: 1.2;
  color: #fff;
}
.l-footer_links--sp > li > a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .l-footer_links--sp > li > a {
    font-weight: 400;
    font-size: 2.9333333333vw;
  }
}
.l-footer_links--sp > li > a > .is-arrow {
  margin-right: 15px;
}
.l-footer_links--sp > li > a > .is-arrow::before {
  content: "";
  transform: rotate(45deg);
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .l-footer_links--sp > li > a > .is-arrow::before {
    width: 4px;
    height: 4px;
    border-top: 2px solid #fd961c;
    border-right: 2px solid #fd961c;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer_links--sp > li > a > .is-arrow {
    margin-right: 2.6666666667vw;
  }
  .l-footer_links--sp > li > a > .is-arrow::before {
    content: "";
    transform: rotate(45deg);
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .l-footer_links--sp > li > a > .is-arrow::before {
    width: 0.8vw;
    height: 0.8vw;
    border-top: 0.5333333333vw solid #fd961c;
    border-right: 0.5333333333vw solid #fd961c;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer_links--sp {
    display: block;
  }
}
.l-footer_cols--sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .l-footer_cols--sp {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  html:lang(en) .l-footer_cols--sp {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer_contactBtn > a {
    display: flex;
    align-items: center;
    font-size: 2.9333333333vw;
    color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer_contactBtn > a > .is-arrow {
    margin-right: 2.6666666667vw;
  }
  .l-footer_contactBtn > a > .is-arrow::before {
    content: "";
    transform: rotate(45deg);
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .l-footer_contactBtn > a > .is-arrow::before {
    width: 0.8vw;
    height: 0.8vw;
    border-top: 0.5333333333vw solid #fd961c;
    border-right: 0.5333333333vw solid #fd961c;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer_colsIn {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer_langList {
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer_langList > li {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 2.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer_langList > li:nth-of-type(2)::before {
    content: "/";
    margin-right: 1.3333333333vw;
    margin-left: 1.3333333333vw;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 2.6666666667vw;
    color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(ja) .l-footer_langList > li:nth-of-type(1) a {
    color: #fd961c;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(ja) .l-footer_langList > li:nth-of-type(2) a {
    color: #fff;
    opacity: 0.4;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) .l-footer_langList > li:nth-of-type(1) a {
    color: #fff;
    opacity: 0.4;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) .l-footer_langList > li:nth-of-type(2) a {
    color: #fd961c;
  }
}
.l-footer_langList--pc {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .l-footer_langList--pc {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .l-footer_langList--pc > li {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
  }
}
.l-footer_langList--pc > li:nth-of-type(2)::before {
  content: "/";
  margin-right: 10px;
  margin-left: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}
.l-footer_langList--pc > li > a {
  transition: 0.3s opacity;
}
.l-footer_langList--pc > li > a:hover {
  opacity: 0.7;
}
html:lang(ja) .l-footer_langList--pc > li:nth-of-type(1) a {
  color: #fd961c;
}
html:lang(ja) .l-footer_langList--pc > li:nth-of-type(2) a {
  color: #fff;
  opacity: 0.4;
}
html:lang(en) .l-footer_langList--pc > li:nth-of-type(1) a {
  color: #fff;
  opacity: 0.4;
}
html:lang(en) .l-footer_langList--pc > li:nth-of-type(2) a {
  color: #fd961c;
}
@media only screen and (max-width: 768px) {
  .l-footer_searchBtn {
    margin-left: 4vw;
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
.l-footer_address--pc {
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
  font-style: inherit;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .l-footer_address--pc {
    display: none;
  }
}
.l-footer_address--sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .l-footer_address--sp {
    display: block;
    margin-top: 8vw;
    font-size: 2.9333333333vw;
    text-align: center;
    color: #fff;
    font-style: inherit;
  }
}
.l-footer_accessBtn--sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .l-footer_accessBtn--sp {
    display: block;
    margin-top: 2.6666666667vw;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .l-footer_accessBtn--sp > a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.9333333333vw;
    color: #fff!important;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .l-footer_accessBtn--sp > a > .is-arrow {
    margin-right: 2.6666666667vw;
  }
  .l-footer_accessBtn--sp > a > .is-arrow::before {
    content: "";
    transform: rotate(45deg);
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) and (max-width: 768px) {
  .l-footer_accessBtn--sp > a > .is-arrow::before {
    width: 0.8vw;
    height: 0.8vw;
    border-top: 0.5333333333vw solid #fd961c;
    border-right: 0.5333333333vw solid #fd961c;
  }
}
.l-footer_copy {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  background-color: #fff;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .l-footer_copy {
    height: 16vw;
  }
}
.l-footer_copy > small {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .l-footer_copy > small {
    font-size: 1.8666666667vw;
  }
}
.l-footer_pageTop {
  transition: 0.3s opacity;
  position: fixed;
  z-index: 11;
  right: 90px;
  bottom: 90px;
  visibility: hidden;
  opacity: 0;
}
.l-footer_pageTop:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .l-footer_pageTop {
    z-index: 2;
    right: 2.6666666667vw;
    bottom: 10.6666666667vw;
    width: 8.8vw;
  }
}
.l-footer_pageTop:hover {
  cursor: pointer;
}
.l-footer_pageTop.is-act {
  visibility: visible;
  opacity: 1;
}
.l-footer_pageTop > picture {
  transition: 0.3s opacity;
}
.l-footer_pageTop > picture:hover {
  opacity: 0.7;
}

.l-footer-search_area {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  background-color: #fff;
  transition: 0.5s height;
}
@media only screen and (max-width: 768px) {
  .l-footer-search_area {
    position: absolute;
    background-color: #59687a;
  }
}
.l-footer-search_areaIn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  width: 52.6666666667%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .l-footer-search_areaIn {
    width: 100%;
  }
}
.l-footer-search_areaIn > label {
  transition: 0.3s opacity;
  position: absolute;
  right: 10%;
  width: 30px;
  height: 30px;
}
.l-footer-search_areaIn > label:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .l-footer-search_areaIn > label {
    position: absolute;
    top: 50%;
    right: 5.3333333333vw;
    transform: translateY(-50%);
    width: 4.8vw;
    height: 4.8vw;
  }
}
.l-footer-search_areaIn > label:hover {
  cursor: pointer;
}
.l-footer-search_areaIn > label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #000;
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .l-footer-search_areaIn > label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 0.2666666667vw;
    background-color: #fff;
    transform: rotate(45deg);
  }
}
.l-footer-search_areaIn > label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #000;
  transform: rotate(135deg);
}
@media only screen and (max-width: 768px) {
  .l-footer-search_areaIn > label::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 0.2666666667vw;
    background-color: #fff;
    transform: rotate(135deg);
  }
}
.l-footer-search_check {
  display: none;
}
.l-footer-search_check:checked + .l-footer-search_area {
  display: block;
  height: 160px;
  transition: 0.5s height;
}
@media only screen and (max-width: 768px) {
  .l-footer-search_check:checked + .l-footer-search_area {
    height: 16.2666666667vw;
  }
}
.l-footer .cse-search-box {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .l-footer .cse-search-box {
    padding-right: 17.3333333333vw;
    padding-left: 8vw;
  }
}
.l-footer .srchForm {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l-footer .srchForm {
    position: relative;
    display: flex;
    align-items: center;
    height: 16vw;
  }
}
.l-footer .srchBtnBox {
  transition: 0.3s opacity;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  background: url("/assets/images/common/pc/header_ico_search_02.png") center center/100% auto no-repeat;
  border: none;
}
.l-footer .srchBtnBox:hover {
  opacity: 0.7;
}
.l-footer .srchBtnBox:hover {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .l-footer .srchBtnBox {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 4vw;
    height: 4vw;
    background: url("/assets/images/common/sp/header_ico_search_02.png") center center/100% auto no-repeat;
    border: none;
    transition: 0.3s opacity;
  }
}
.l-footer .srchBtn {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.l-footer .srchInput {
  background-image: none !important;
  position: relative;
  width: 100%;
  height: 60px;
  background-color: #fff !important;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #dae2eb;
  border-left: none;
  border-radius: 0;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .l-footer .srchInput {
    width: 100%;
    height: 8vw;
    background-color: transparent !important;
    background-image: none !important;
    border-top: none;
    border-right: none;
    border-bottom: 0.2666666667vw solid #fff;
    border-left: none;
    font-size: 3.2vw;
  }
}
