/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
.f_contact {
  position: relative;
  width: 100%;
  min-height: 400px;
  background: url("/img/common/contact_sp.webp") center / cover;
}
.f_contact_in {
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.f_contact_in div {
  font-size: 2rem;
  letter-spacing: 2px;
  position: relative;
  padding: 0 0 10px;
  margin: 0 auto 0px;
}
.f_contact_in div span {
  display: block;
  font-family: "cochin";
  font-size: 1.3rem;
}
.f_contact_in div::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 30px;
  height: 1px;
  background: #333;
}
.f_contact_in p {
  font-size: 1.6rem;
  letter-spacing: 2px;
  line-height: 1.6;
  margin: 1em auto 0.5em;
}
.f-bg {
  padding: 3em 0 2em;
  background: url("/img/common/bg.webp");
  background-size: 530px;
}
.footer_nav {
  display: none;
}
.footer {}

.footer_ttl{
	font-size: 1.2rem;
	margin: 0 auto 1.5em;
}

.footer_logo {
  width: 130px;
  margin: 0 auto 1.5em;
}
.footer_address {
  line-height: 1.8;
}
.footer_link {
  width: 85%;
  margin: 1em auto 0;
}
.external_link {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 0em;
  justify-content: space-between;
}
.external_link li {
  margin: 0.5em 5px 0em;
  width: calc(100% / 2 - 10px);
  position: relative;
}
.external_link li:first-child {
  width: calc(100% / 1 - 10px);
}
.external_link li::after {
  position: absolute;
  content: '';
  top: 45%;
  right: 15px;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  display: block;
  width: 8px; /*幅*/
  height: 8px;
  background-image: url("/img/common/arrow_top.webp");
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .3s;
}
.external_link li:hover::after {
  top: 42%;
  right: 11px;
}
.external_link li a {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  background: #fff;
  color: #333;
  padding: 12px 0px;
  width: 100%;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  transition: ease .2s;
}
.external_link li:first-child a {
  padding: 17px 0 17px 25px;
  width: calc(100% - 25px);
}
.external_link li:nth-child(2) a img {
  width: auto;
  height: 18px;
}
.external_link li:nth-child(3) a {
  font-family: sans-serif;
  font-size: 1.2rem;
  padding: 12px 0 12px 22px;
  width: calc(100% - 22px);
}
.external_link li a span {
  position: relative;
}
.external_link li:first-child a span::before {
  position: absolute;
  content: '';
  top: -2px;
  left: -35px;
  display: block;
  width: 25px; /*幅*/
  height: 25px;
  background-image: url("/img/common/icon_cart.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.external_link li:nth-child(3) a span::before {
  position: absolute;
  content: '';
  top: -3px;
  left: -30px;
  display: block;
  width: 22px; /*幅*/
  height: 22px;
  background-image: url("/img/common/line.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.cr {
  margin: 2em auto 0;
  font-size: 1rem;
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  .f_contact {
    min-height: 550px;
    background: url("/img/common/contact.webp") center / cover;
  }
  .f_contact_in {
    width: 85%;
  }
  .f_contact_in div {
    font-size: 2.5rem;
    padding: 0 0 15px;
    margin: 0 auto 0px;
  }
  .f_contact_in div span {
    font-size: 1.5rem;
  }
  .f_contact_in div::after {
    width: 50px;
  }
  .f_contact_in p {
    font-size: 2rem;
    line-height: 1.8;
    margin: 1.3em auto 0.5em;
  }
  .f-bg {
    padding: 4em 0 3em;
    overflow: hidden;
  }
  .footer_nav {
    max-width: 1200px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 3em;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  .footer_mainnav {
    width: 250px;
  }
  .footer_mainnav li {
    position: relative;
    padding: 5px 0 5px 30px;
  }
  .footer_mainnav li::before {
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    width: 22px;
    height: 22px;
    background-image: url("/img/common/icon_home.webp");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .footer_mainnav li:nth-child(2)::before {
    background-image: url("/img/common/icon_about.webp");
  }
  .footer_mainnav li:nth-child(3)::before {
    background-image: url("/img/common/icon_shop.webp");
  }
  .footer_mainnav li:nth-child(4)::before {
    background-image: url("/img/common/icon_blog.webp");
  }
  .footer_mainnav li:nth-child(5)::before {
    background-image: url("/img/common/icon_event.webp");
  }
	 .footer_mainnav li:nth-child(6)::before {
    background-image: url("/img/common/icon_topics.webp");
  }
  .footer_subnav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 auto 0 0;
    justify-content: space-between;
  }
  .footer_subnav li {
    width: 200px;
    padding: 0 0 0 30px;
    border-left: 1px solid #ccc;
  }
  .footer_subnav li p {
    letter-spacing: 2px;
    font-family: "cochin";
    margin: 0 auto 5px;
    font-size: 1.7rem;
  }
  .footer_subnav li a {
    display: block;
    font-size: 1.4rem;
    line-height: 2.2;
  }
  .footer_subnav li a.border {
    position: relative;
  }
  .footer_subnav li a.border::before {
    content: 'ー';
    font-family: sans-serif;
    padding: 0 5px 0 0;
  }
  .footer_en {
    letter-spacing: 2px;
    font-family: "cochin";
    position: relative;
    padding: 0 30px 0 0;
  }
  .footer_en:hover::after {
    top: 42%;
    right: 11px;
  }
  .footer_en::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 15px;
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    display: block;
    width: 8px; /*幅*/
    height: 8px;
    background-image: url("/img/common/arrow_top.webp");
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .3s;
  }
  .footer_sns {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    font-size: 2.2rem;
  }
  .footer_sns a {
    margin: 0 0 0 20px;
  }
  .footer {
    position: relative;
    padding: 3em 0 0;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
    align-items: center;
  }
  .footer::before {
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    content: '';
    height: 1px;
    background: #ccc;
    width: 100vw;
  }
	
	
	.footer_ttl{
		position: absolute;
		top:3.5em;
		left: 0;
	font-size: 1.4rem;
	margin: 0 ;
		letter-spacing: 2px;
}

	
	
  .footer_logo {
    width: 170px;
    margin: 50px 0 0;
  }
  .footer_address {
    width: 350px;
    line-height: 1.8;
    letter-spacing: 2px;
    text-align: left;
    margin: 50px 0 0 40px;
  }
  .footer_link {
    width: 400px;
    margin: 50px 0 0 auto;
  }
  .external_link li:first-child {
    margin: 0 5px;
    width: calc(100% / 1 - 10px);
  }
  .external_link li a {
    padding: 12px 0px;
  }
  .external_link li:first-child a {
    padding: 17px 0 17px 25px;
    width: calc(100% - 25px);
  }
  .external_link li:nth-child(2) a {
    padding: 6px 0 12px;
  }
  .external_link li:nth-child(2) a img {
    width: auto;
    height: 20px;
  }
  .external_link li:nth-child(3) a {
    font-family: sans-serif;
    font-size: 1.2rem;
    padding: 12px 0 12px 22px;
    width: calc(100% - 22px);
  }
  .cr {
    text-align: right;
    max-width: 1200px;
    margin: 2em auto 0;
    font-size: 1.3rem;
  }
}