/* ==========================================================================
   Layout - Breadcrumbs
   ========================================================================== */
/*----------------------------------------------------
	web-breadcrumb
----------------------------------------------------*/

.flame-breadcrumb
{max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0px 10px 0px;

}
.web-breadcrumb {
  margin-top: 15px;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
}

.web-breadcrumb ._en {
  font-weight: 500;
  font-family: "aktiv-grotesk";
}

.web-breadcrumb ._link {
  color: rgba(0, 0, 0, 0.3);
}

.web-breadcrumb ul {
  display: flex;
  align-items: center;
}

.web-breadcrumb li {
  display: flex;
  align-items: center;
}

.web-breadcrumb li:not(:last-of-type):after {
  display: inline-block;
  width: 20px;
  height: 1px;
  margin: 0 12px;
  background: rgba(0, 0, 0, 0.3);
  content: '';
}

@media (hover: hover) {
  .web-breadcrumb a:hover {
    color: #000;
  }
}



@media screen and (max-width: 767px) {
  .flame--breadcrumb {
display: none;  }
}
/*----------------------------------------------------
  .common-info
--------------------------------------------------- */

.c-footer-contact {
	background: #f5f7f8;
	color: #1a1a1a
}
.c-footer-contact .c-footer-contact__inner {
	margin: 0 auto;
	max-width: 1000px;
	padding: 112px 0 120px;
	width: 86%
}
.c-footer-contact .c-footer-contact__title {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	padding: 0 0 43px;
	text-align: center
}
@media screen and (max-width:760px) {
	.c-footer-contact .c-footer-contact__title {
		font-size: 1rem;
		line-height: 1.46;
		padding: 0 0 54px
	}
}
.c-footer-contact .c-footer-contact__links {
	display: flex;
	/*justify-content: space-between;*/
	/*2カラム用*/
	justify-content: center;
	
}
@media screen and (max-width:760px) {
	.c-footer-contact .c-footer-contact__links {
		flex-direction: column;
		margin: 0 auto;
		width: 90%
	}
}
.c-footer-contact .c-footer-contact__links .c-footer-contact__links-items {
	align-items: center;
	background: #fff;
	border: solid 1px #f0f0f0;
	border-radius: 5px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	height: 187px;
	justify-content: center;
	outline: none;
	transition: opacity .2s ease-in-out, transform .2s ease-in-out, box-shadow .2s ease-in-out;
	width: 32.1%;
	/*2カラム用*/
	margin-right : 10px;	
}
@media screen and (max-width:760px) {
	.c-footer-contact .c-footer-contact__links .c-footer-contact__links-items {
		margin: 0 0 30px;
		width: 100%
	}
	.c-footer-contact .c-footer-contact__links .c-footer-contact__links-items:last-child {
		margin: 0
	}
}
.c-footer-contact .c-footer-contact__links .c-footer-contact__links-items:hover {
	box-shadow: 0 6px 12px rgba(0, 0, 0, .08);
	transform: translate3d(0, -3px, 0)
}
.c-footer-contact .c-footer-contact__links .c-footer-contact__links-icon {
	display: inline-block;
	margin: 0 0 12px
}
.c-footer-contact .c-footer-contact__links .c-footer-contact__links-name {
	font-family: "Reem Kufi", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5
}
.c-footer-contact .c-footer-contact__links .c-footer-contact__links-text {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes kvUserSlide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes top-fv-animation {
  0% {
    background-color: #ddf5cc;
  }
  20% {
    background-color: #bbddf5;
  }
  40% {
    background-color: #cbb8e9;
  }
  60% {
    background-color: #f4abba;
  }
  80% {
    background-color: #ffd983;
  }
  100% {
    background-color: #ddf5cc;
  }
}
@keyframes change-img-animation {
  0% {
    opacity: 0;
  }
  14% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


/* ==========================================================================
   Layout - Footer
   ========================================================================== */
.layout-footer {
  position: relative;
  width: 100%;
  background: #f5f6f9;
  font-size: 10px;
}
.layout-footer .layout-footer_return-top a {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  position: absolute;
  top: -67px;
  right: 30px;
  width: 45px;
  height: 45px;
  background: url(/common/img/layout/footer-return-top_img01.svg) no-repeat 0 0;
  background-size: 45px auto;
  z-index: 200;
}
.layout-footer .layout-footer_inner {
  zoom: 1;
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.layout-footer .layout-footer_inner:before,
.layout-footer .layout-footer_inner:after {
  content: '';
  display: table;
}
.layout-footer .layout-footer_inner:after {
  clear: both;
}
.layout-footer .layout-footer_inner:before,
.layout-footer .layout-footer_inner:after {
  content: '';
  display: table;
}
.layout-footer .layout-footer_inner:after {
  clear: both;
}
.layout-footer .layout-footer_logo {
  margin: 0;
  padding: 60px 20px 65px;
  text-align: center;
  border-bottom: 1px solid #dcdde0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.layout-footer .layout-footer_logo img {
  display: inline-block;
}
.layout-footer .layout-footer_sns {
  margin-top: 50px;
  color: #555;
}
.layout-footer .layout-footer_sns > ul {
  display: table;
  margin-left: auto;
}
.layout-footer .layout-footer_sns > ul > li {
  display: table-cell;
  padding-left: 25px;
  vertical-align: middle;
}
.layout-footer .layout-footer_sns > ul > li a {
  display: inline-block;
  padding: 0 5px;
}
.layout-footer .layout-footer_sns > ul > li img {
  vertical-align: middle;
}
.layout-footer .layout-footer_sns > p {
  margin-top: 35px;
  font-size: 1.3em;
}
.layout-footer .layout-footer_sns > p a {
  color: #555;
}
.layout-footer .layout-footer_nav {
  overflow: hidden;
}
@media (min-width: 769px) {
  .layout-footer .layout-footer_nav {
    margin-top: 50px;
	padding-bottom: 30px;  
  }
}
@media (max-width: 768px) {
  .layout-footer .layout-footer_nav {
    margin-top: 30px;
	padding-bottom: 10px;   
  }
}
.layout-footer .layout-footer_nav > ul {
  clear: none;
  float: left;
  margin-left: 70px;
}
.layout-footer .layout-footer_nav > ul:first-child {
  margin: 0;
}
.layout-footer .layout-footer_nav > ul > li {
  font-size: 1.3em;
}
@media (min-width: 769px) {
  .layout-footer .layout-footer_nav > ul > li {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .layout-footer .layout-footer_nav > ul > li {
    margin-top: 10px;
  }
}
.layout-footer .layout-footer_nav > ul > li:first-child {
  margin: 0;
}
.layout-footer .layout-footer_nav > ul a {
  color: #555;
  text-decoration: none;
}
.layout-footer .layout-footer_group-link {
  clear: both;
}
@media (min-width: 769px) {
  .layout-footer .layout-footer_group-link {
    overflow: hidden;
    padding: 50px 0 80px;
  }
}
@media (max-width: 768px) {
  .layout-footer .layout-footer_group-link {
    padding: 20px 0 40px;
  }
}
.layout-footer .layout-footer_group-link li {
  margin-left: 35px;
  font-size: 1.2em;
  font-weight: bold;
}
@media (min-width: 769px) {
  .layout-footer .layout-footer_group-link li {
    float: left;
  }
}
.layout-footer .layout-footer_group-link li:first-child {
  margin-left: 0;
}
.layout-footer .layout-footer_group-link li a {
  color: #000;
  text-decoration: none;
}
.layout-footer .layout-footer_group-link li a[target]:after {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 7px;
  background: url(/common/img/layout/group-link_window.svg) no-repeat 0 0;
  background-size: auto 11px;
  content: "";
}
.layout-footer .layout-footer_lower {
  zoom: 1;
  clear: both;
  padding: 20px 0;
  background: #fff;
}
.layout-footer .layout-footer_lower:before,
.layout-footer .layout-footer_lower:after {
  content: '';
  display: table;
}
.layout-footer .layout-footer_lower:after {
  clear: both;
}
.layout-footer .layout-footer_lower:before,
.layout-footer .layout-footer_lower:after {
  content: '';
  display: table;
}
.layout-footer .layout-footer_lower:after {
  clear: both;
}
.layout-footer .layout-footer_note {
  display: table;
}
.layout-footer .layout-footer_note > p {
  display: table-cell;
  padding-right: 10px;
  color: #555;
  font-size: 1.1em;
  vertical-align: middle;
}
.layout-footer .layout-footer_note > p:last-child {
  padding: 0 0 0 10px;
}
.layout-footer .layout-footer_copyright {
  margin: 0;
  font-size: 1.0em;
  text-align: right;
  color: #777;
}
.layout-footer .layout-footer_copyright > img {
  display: block;
  width: 100px;
}
@media (min-width: 769px) {
  .layout-footer {
    padding: 45px 0 0;
  }
  .layout-footer .layout-footer_return-top a:hover {
    opacity: .7;
  }
  .layout-footer .layout-footer_sns {
    float: right;
  }
  .layout-footer .layout-footer_sns > ul > li:first-child {
    padding-left: 0;
  }
  .layout-footer .layout-footer_sns > ul > li a:hover {
    opacity: .7;
  }
  .layout-footer .layout-footer_nav {
    float: left;
  }
  .layout-footer .layout-footer_nav > ul a:hover {
    text-decoration: underline;
  }
  .layout-footer .layout-footer_group-link li a:hover {
    text-decoration: underline;
  }
  .layout-footer .layout-footer_note {
    float: left;
  }
  .layout-footer .layout-footer_copyright {
    float: right;
    text-align: right;
  }
  .layout-footer .layout-footer_copyright > img {
    margin: 0 0 20px auto;
  }
}
@media (max-width: 768px) {
  .layout-footer {
    padding: 0;
  }
  .layout-footer .layout-footer_return-top a {
    top: -22px;
    right: 10px;
  }
  .layout-footer .layout-footer_inner {
    width: 100%;
    padding: 0 20px;
  }
  .layout-footer .layout-footer_logo {
    min-width: -webkit-calc(100% + 40px);
    min-width: calc(100% + 40px);
    margin: 0 -20px !important;
    padding: 40px 0 48px;
  }
  .layout-footer .layout-footer_logo img {
    width: 170px;
    height: auto;
  }
  .layout-footer .layout-footer_sns {
    width: 100%;
    margin-top: 35px;
  }
  .layout-footer .layout-footer_sns > ul {
    margin: 0 auto;
    margin-left: auto;
  }
  .layout-footer .layout-footer_sns > ul > li {
    padding: 0 10px;
  }
  .layout-footer .layout-footer_sns > p {
    margin-top: 25px;
    font-size: 1.1em;
    text-align: center;
  }
  .layout-footer .layout-footer_nav {
    width: 100%;
  }
  .layout-footer .layout-footer_nav > ul {
    margin: 30px 0 0;
    width: 50%;
  }
  .layout-footer .layout-footer_nav > ul:first-child {
    width: 100%;
    border-top: 1px solid #dbdce2;
  }
  .layout-footer .layout-footer_nav > ul:first-child > li {
    margin-top: 0;
    border-bottom: 1px solid #dbdce2;
    color: #333;
    font-size: 1.3em;
    font-weight: bold;
  }
  .layout-footer .layout-footer_nav > ul:first-child > li a {
    display: block;
    padding: 12px 0;
  }
  .layout-footer .layout-footer_nav > ul > li {
    font-size: 1.2em;
  }
  .layout-footer .layout-footer_lower {
    padding: 35px 0;
  }
  .layout-footer .layout-footer_note > p {
    padding-right: 6px;
    font-size: .9em;
    vertical-align: top;
  }
  .layout-footer .layout-footer_note > p:last-child {
    padding-left: 8px;
  }
  .layout-footer .layout-footer_copyright {
    margin-top: 30px;
    text-align: center;
  }
  .layout-footer .layout-footer_copyright > img {
    margin: 0 auto 20px auto;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .layout-footer .layout-footer_group-link li {
    margin-left: 23px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .layout-footer .layout-footer_group-link li {
    margin: 5px 0 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .layout-footer .layout-footer_copyright {
    margin: 30px auto 0;
  }
}
/* Migrate only display
   ========================================================================== */
.footer-only-pc .layout-footer {
  position: relative;
  width: 100%;
  background: #f5f6f9;
  font-size: 10px;
  padding: 45px 0 0;
}
.footer-only-pc .layout-footer .layout-footer_return-top a {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  position: absolute;
  top: -67px;
  right: 30px;
  width: 45px;
  height: 45px;
  background: url(/common/img/layout/footer-return-top_img01.svg) no-repeat 0 0;
  background-size: 45px auto;
  z-index: 200;
}
.footer-only-pc .layout-footer .layout-footer_inner {
  zoom: 1;
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer-only-pc .layout-footer .layout-footer_inner:before,
.footer-only-pc .layout-footer .layout-footer_inner:after {
  content: '';
  display: table;
}
.footer-only-pc .layout-footer .layout-footer_inner:after {
  clear: both;
}
.footer-only-pc .layout-footer .layout-footer_inner:before,
.footer-only-pc .layout-footer .layout-footer_inner:after {
  content: '';
  display: table;
}
.footer-only-pc .layout-footer .layout-footer_inner:after {
  clear: both;
}
.footer-only-pc .layout-footer .layout-footer_logo {
  margin: 0;
  padding: 60px 20px 65px;
  text-align: center;
  border-bottom: 1px solid #dcdde0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer-only-pc .layout-footer .layout-footer_logo img {
  display: inline-block;
}
.footer-only-pc .layout-footer .layout-footer_sns {
  margin-top: 50px;
  color: #555;
}
.footer-only-pc .layout-footer .layout-footer_sns > ul {
  display: table;
  margin-left: auto;
}
.footer-only-pc .layout-footer .layout-footer_sns > ul > li {
  display: table-cell;
  padding-left: 25px;
  vertical-align: middle;
}
.footer-only-pc .layout-footer .layout-footer_sns > ul > li a {
  display: inline-block;
  padding: 0 5px;
}
.footer-only-pc .layout-footer .layout-footer_sns > ul > li img {
  vertical-align: middle;
}
.footer-only-pc .layout-footer .layout-footer_sns > p {
  margin-top: 35px;
  font-size: 1.3em;
}
.footer-only-pc .layout-footer .layout-footer_sns > p a {
  color: #555;
}
.footer-only-pc .layout-footer .layout-footer_nav {
  overflow: hidden;
}
@media (min-width: 769px) {
  .footer-only-pc .layout-footer .layout-footer_nav {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .footer-only-pc .layout-footer .layout-footer_nav {
    margin-top: 30px;
  }
}
.footer-only-pc .layout-footer .layout-footer_nav > ul {
  clear: none;
  float: left;
  margin-left: 70px;
}
.footer-only-pc .layout-footer .layout-footer_nav > ul:first-child {
  margin: 0;
}
.footer-only-pc .layout-footer .layout-footer_nav > ul > li {
  font-size: 1.3em;
}
@media (min-width: 769px) {
  .footer-only-pc .layout-footer .layout-footer_nav > ul > li {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .footer-only-pc .layout-footer .layout-footer_nav > ul > li {
    margin-top: 10px;
  }
}
.footer-only-pc .layout-footer .layout-footer_nav > ul > li:first-child {
  margin: 0;
}
.footer-only-pc .layout-footer .layout-footer_nav > ul a {
  color: #555;
  text-decoration: none;
}
.footer-only-pc .layout-footer .layout-footer_group-link {
  clear: both;
}
@media (min-width: 769px) {
  .footer-only-pc .layout-footer .layout-footer_group-link {
    overflow: hidden;
    padding: 50px 0 80px;
  }
}
@media (max-width: 768px) {
  .footer-only-pc .layout-footer .layout-footer_group-link {
    padding: 20px 0 40px;
  }
}
.footer-only-pc .layout-footer .layout-footer_group-link li {
  margin-left: 35px;
  font-size: 1.2em;
  font-weight: bold;
}
@media (min-width: 769px) {
  .footer-only-pc .layout-footer .layout-footer_group-link li {
    float: left;
  }
}
.footer-only-pc .layout-footer .layout-footer_group-link li:first-child {
  margin-left: 0;
}
.footer-only-pc .layout-footer .layout-footer_group-link li a {
  color: #000;
  text-decoration: none;
}
.footer-only-pc .layout-footer .layout-footer_group-link li a[target]:after {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 7px;
  background: url(/common/img/layout/group-link_window.svg) no-repeat 0 0;
  background-size: auto 11px;
  content: "";
}
.footer-only-pc .layout-footer .layout-footer_lower {
  zoom: 1;
  clear: both;
  padding: 50px 0;
  background: #fff;
}
.footer-only-pc .layout-footer .layout-footer_lower:before,
.footer-only-pc .layout-footer .layout-footer_lower:after {
  content: '';
  display: table;
}
.footer-only-pc .layout-footer .layout-footer_lower:after {
  clear: both;
}
.footer-only-pc .layout-footer .layout-footer_lower:before,
.footer-only-pc .layout-footer .layout-footer_lower:after {
  content: '';
  display: table;
}
.footer-only-pc .layout-footer .layout-footer_lower:after {
  clear: both;
}
.footer-only-pc .layout-footer .layout-footer_note {
  display: table;
}
.footer-only-pc .layout-footer .layout-footer_note > p {
  display: table-cell;
  padding-right: 10px;
  color: #555;
  font-size: 1.1em;
  vertical-align: middle;
}
.footer-only-pc .layout-footer .layout-footer_note > p:last-child {
  padding: 0 0 0 10px;
}
.footer-only-pc .layout-footer .layout-footer_copyright {
  margin: 0;
  font-size: 1.0em;
  text-align: right;
  color: #777;
}
.footer-only-pc .layout-footer .layout-footer_copyright > img {
  display: block;
  width: 182px;
}
.footer-only-pc .layout-footer .layout-footer_return-top a:hover {
  opacity: .7;
}
.footer-only-pc .layout-footer .layout-footer_sns {
  float: right;
}
.footer-only-pc .layout-footer .layout-footer_sns > ul > li:first-child {
  padding-left: 0;
}
.footer-only-pc .layout-footer .layout-footer_sns > ul > li a:hover {
  opacity: .7;
}
.footer-only-pc .layout-footer .layout-footer_nav {
  float: left;
}
.footer-only-pc .layout-footer .layout-footer_nav > ul a:hover {
  text-decoration: underline;
}
.footer-only-pc .layout-footer .layout-footer_group-link li a:hover {
  text-decoration: underline;
}
.footer-only-pc .layout-footer .layout-footer_note {
  float: left;
}
.footer-only-pc .layout-footer .layout-footer_copyright {
  float: right;
  text-align: right;
}
.footer-only-pc .layout-footer .layout-footer_copyright > img {
  margin: 0 0 20px auto;
}
.footer-only-sp .layout-footer {
  position: relative;
  width: 100%;
  background: #f5f6f9;
  font-size: 10px;
  padding: 0;
}
.footer-only-sp .layout-footer .layout-footer_return-top a {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  position: absolute;
  top: -67px;
  right: 30px;
  width: 45px;
  height: 45px;
  background: url(/common/img/layout/footer-return-top_img01.svg) no-repeat 0 0;
  background-size: 45px auto;
  z-index: 200;
}
.footer-only-sp .layout-footer .layout-footer_inner {
  zoom: 1;
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer-only-sp .layout-footer .layout-footer_inner:before,
.footer-only-sp .layout-footer .layout-footer_inner:after {
  content: '';
  display: table;
}
.footer-only-sp .layout-footer .layout-footer_inner:after {
  clear: both;
}
.footer-only-sp .layout-footer .layout-footer_inner:before,
.footer-only-sp .layout-footer .layout-footer_inner:after {
  content: '';
  display: table;
}
.footer-only-sp .layout-footer .layout-footer_inner:after {
  clear: both;
}
.footer-only-sp .layout-footer .layout-footer_logo {
  margin: 0;
  padding: 60px 20px 65px;
  text-align: center;
  border-bottom: 1px solid #dcdde0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer-only-sp .layout-footer .layout-footer_logo img {
  display: inline-block;
}
.footer-only-sp .layout-footer .layout-footer_sns {
  margin-top: 50px;
  color: #555;
}
.footer-only-sp .layout-footer .layout-footer_sns > ul {
  display: table;
  margin-left: auto;
}
.footer-only-sp .layout-footer .layout-footer_sns > ul > li {
  display: table-cell;
  padding-left: 25px;
  vertical-align: middle;
}
.footer-only-sp .layout-footer .layout-footer_sns > ul > li a {
  display: inline-block;
  padding: 0 5px;
}
.footer-only-sp .layout-footer .layout-footer_sns > ul > li img {
  vertical-align: middle;
}
.footer-only-sp .layout-footer .layout-footer_sns > p {
  margin-top: 35px;
  font-size: 1.3em;
}
.footer-only-sp .layout-footer .layout-footer_sns > p a {
  color: #555;
}
.footer-only-sp .layout-footer .layout-footer_nav {
  overflow: hidden;
}
@media (min-width: 769px) {
  .footer-only-sp .layout-footer .layout-footer_nav {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .footer-only-sp .layout-footer .layout-footer_nav {
    margin-top: 30px;
  }
}
.footer-only-sp .layout-footer .layout-footer_nav > ul {
  clear: none;
  float: left;
  margin-left: 70px;
}
.footer-only-sp .layout-footer .layout-footer_nav > ul:first-child {
  margin: 0;
}
.footer-only-sp .layout-footer .layout-footer_nav > ul > li {
  font-size: 1.3em;
}
@media (min-width: 769px) {
  .footer-only-sp .layout-footer .layout-footer_nav > ul > li {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .footer-only-sp .layout-footer .layout-footer_nav > ul > li {
    margin-top: 10px;
  }
}
.footer-only-sp .layout-footer .layout-footer_nav > ul > li:first-child {
  margin: 0;
}
.footer-only-sp .layout-footer .layout-footer_nav > ul a {
  color: #555;
  text-decoration: none;
}
.footer-only-sp .layout-footer .layout-footer_group-link {
  clear: both;
}
@media (min-width: 769px) {
  .footer-only-sp .layout-footer .layout-footer_group-link {
    overflow: hidden;
    padding: 50px 0 80px;
  }
}
@media (max-width: 768px) {
  .footer-only-sp .layout-footer .layout-footer_group-link {
    padding: 20px 0 40px;
  }
}
.footer-only-sp .layout-footer .layout-footer_group-link li {
  margin-left: 35px;
  font-size: 1.2em;
  font-weight: bold;
}
@media (min-width: 769px) {
  .footer-only-sp .layout-footer .layout-footer_group-link li {
    float: left;
  }
}
.footer-only-sp .layout-footer .layout-footer_group-link li:first-child {
  margin-left: 0;
}
.footer-only-sp .layout-footer .layout-footer_group-link li a {
  color: #000;
  text-decoration: none;
}
.footer-only-sp .layout-footer .layout-footer_group-link li a[target]:after {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 7px;
  background: url(/common/img/layout/group-link_window.svg) no-repeat 0 0;
  background-size: auto 11px;
  content: "";
}
.footer-only-sp .layout-footer .layout-footer_lower {
  zoom: 1;
  clear: both;
  padding: 50px 0;
  background: #fff;
}
.footer-only-sp .layout-footer .layout-footer_lower:before,
.footer-only-sp .layout-footer .layout-footer_lower:after {
  content: '';
  display: table;
}
.footer-only-sp .layout-footer .layout-footer_lower:after {
  clear: both;
}
.footer-only-sp .layout-footer .layout-footer_lower:before,
.footer-only-sp .layout-footer .layout-footer_lower:after {
  content: '';
  display: table;
}
.footer-only-sp .layout-footer .layout-footer_lower:after {
  clear: both;
}
.footer-only-sp .layout-footer .layout-footer_note {
  display: table;
}
.footer-only-sp .layout-footer .layout-footer_note > p {
  display: table-cell;
  padding-right: 10px;
  color: #555;
  font-size: 1.1em;
  vertical-align: middle;
}
.footer-only-sp .layout-footer .layout-footer_note > p:last-child {
  padding: 0 0 0 10px;
}
.footer-only-sp .layout-footer .layout-footer_copyright {
  margin: 0;
  font-size: 1.0em;
  text-align: right;
  color: #777;
}
.footer-only-sp .layout-footer .layout-footer_copyright > img {
  display: block;
  width: 182px;
}
.footer-only-sp .layout-footer .layout-footer_return-top a {
  top: -22px;
  right: 10px;
}
.footer-only-sp .layout-footer .layout-footer_inner {
  width: 100%;
  padding: 0 20px;
}
.footer-only-sp .layout-footer .layout-footer_logo {
  min-width: -webkit-calc(100% + 40px);
  min-width: calc(100% + 40px);
  margin: 0 -20px !important;
  padding: 40px 0 48px;
}
.footer-only-sp .layout-footer .layout-footer_logo img {
  width: 66px;
  height: auto;
}
.footer-only-sp .layout-footer .layout-footer_sns {
  width: 100%;
  margin-top: 35px;
}
.footer-only-sp .layout-footer .layout-footer_sns > ul {
  margin: 0 auto;
  margin-left: auto;
}
.footer-only-sp .layout-footer .layout-footer_sns > ul > li {
  padding: 0 10px;
}
.footer-only-sp .layout-footer .layout-footer_sns > p {
  margin-top: 25px;
  font-size: 1.1em;
  text-align: center;
}
.footer-only-sp .layout-footer .layout-footer_nav {
  width: 100%;
}
.footer-only-sp .layout-footer .layout-footer_nav > ul {
  margin: 30px 0 0;
  width: 50%;
}
.footer-only-sp .layout-footer .layout-footer_nav > ul:first-child {
  width: 100%;
  border-top: 1px solid #dbdce2;
}
.footer-only-sp .layout-footer .layout-footer_nav > ul:first-child > li {
  margin-top: 0;
  border-bottom: 1px solid #dbdce2;
  color: #333;
  font-size: 1.3em;
  font-weight: bold;
}
.footer-only-sp .layout-footer .layout-footer_nav > ul:first-child > li a {
  display: block;
  padding: 12px 0;
}
.footer-only-sp .layout-footer .layout-footer_nav > ul > li {
  font-size: 1.2em;
}
@media (min-width: 769px) {
  .footer-only-sp .layout-footer .layout-footer_group-link li {
    margin-left: 23px;
  }
}
@media (max-width: 768px) {
  .footer-only-sp .layout-footer .layout-footer_group-link li {
    margin: 5px 0 0;
  }
}
.footer-only-sp .layout-footer .layout-footer_lower {
  padding: 35px 0;
}
.footer-only-sp .layout-footer .layout-footer_note > p {
  padding-right: 6px;
  font-size: .9em;
  vertical-align: top;
}
.footer-only-sp .layout-footer .layout-footer_note > p:last-child {
  padding-left: 8px;
}
.footer-only-sp .layout-footer .layout-footer_copyright {
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .footer-only-sp .layout-footer .layout-footer_copyright {
    margin: 30px auto 0;
  }
}
.footer-only-sp .layout-footer .layout-footer_copyright > img {
  margin: 0 auto 20px auto;
}
/* Theme Simple
   ========================================================================== */
.layout-header.theme-simple ~ .layout-footer {
  padding-top: 0;
}
/* Teheme old
   ========================================================================== */
.theme-old .layout-footer_inner {
  padding: 0;
}
.theme-old #sapporo-footer-area li {
  font-size: 1em;
}
.theme-old.layout-footer {
  margin-top: 0;
  padding-top: 0;
}
.theme-old.breadcrumbs {
  display: none;
}
