/*************************
* RESET                  *
* FORM PARTS             *
* CLASS                  *
**  tablet               *
**  smartphone           *
* HEADER                 *
**  tablet               *
**  smartphone           *
* FOOTER - GLOBAL LINKS  *
* FOOTER                 *
*************************/

/* RESET */
body {
  font-family: 'Noto Sans JP',"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #333;
}

a, a:hover, a:active, a:focus {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

.--content-box *,
.--content-box ::after,
.--content-box ::before {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* FORM PARTS */
:placeholder-shown {
  color: #a0a0a0;
  transition: color .15s linear;
}

:-moz-placeholder {
  color: #a0a0a0;
  opacity: 1;
  transition: color .15s linear;
}

::-moz-placeholder {
  color: #a0a0a0;
  opacity: 1;
  transition: color .15s linear;
}

:-ms-input-placeholder {
  color: #a0a0a0;
  transition: color .15s linear;
}

::-ms-input-placeholder {
  color: #a0a0a0;
  transition: color .15s linear;
}

::-webkit-input-placeholder {
  color: #a0a0a0;
  transition: color .15s linear;
}

::placeholder {
  color: #a0a0a0;
  transition: color .15s linear;
}

input:focus:placeholder-shown {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

/* CLASS */
.external-link {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  margin-bottom: -1.5px;
  background: url("../img/external-link.svg") no-repeat;
}

.sp {
  display: none;
}

.link-button {
  text-align: center;
}

.link-button a {
  display: inline-block;
  padding: 8px 40px;
  border-radius: 40px;
  border: 2px solid #7C61A7;
  color: #7C61A7;
  font-weight: bold;
  transition: all .15s linear;
}

.link-button a:hover {
  background: #7C61A7;
  color: #fff;
}

.link-button a.block {
  display: block;
}

.link-button a.white-btn {
  color: #fff;
  border: 2px solid #fff;
}

.link-button a.white-btn:hover {
  background: #fff;
  color: #7C61A7;
}
#footpath{
display: none;
}

.breadcrumb {
  font-size: 1rem;
  padding: 0 0 25px 20px;
  max-width: 1157px;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumb a:hover {
  color: #666;
}

.breadcrumb a:not(:last-child)::after {
  margin-left: 10px;
  margin-right: 10px;
  content: ">";
}

.ib {
  display: inline-block;
}

/** CLASS - tablet **/
@media screen and (max-width: 1068px) {
  .pc {
    display: none;
  }
}

/** CLASS - smartphone **/
@media screen and (max-width: 700px) {
  .pcandtab {
    display: none;
  }
  .sp {
    display: initial;
    /*display: block;*/
  }
  .link-button {
    max-width: 340px;
    margin: 0 auto;
  }
  .link-button a {
    display: block;
    padding: 6px 10px;
  }
  .breadcrumb {
    padding-left: 0;
    margin-left: 15px;
  }
}

.topnews-nav {
	background: #C8161D;
	color: #fff;
	width: 100%;
	text-align: center;
	z-index: 100;
	position: relative;
}
.topnews-nav a {
	width: 100%;
	max-width: 1000px;
	display: block;
	padding: 16px 56px 16px 24px;
	margin: 0 auto;
}

@media screen and (max-width: 700px) {
.topnews-nav a {
  font-size: 12px;
	padding: 10px 56px 10px 15px;
}
}



.topnews-nav a::after {
	content: "";
	display: block;
	background: url("../img/arrow-right_white.svg") right;
	background-size: cover;
	width: 16px;
	height: 26px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 24px;
	margin: auto;
}

/* HEADER */
#header {
  position: relative;
  width: 100%;
  background: #fff;
  z-index: 1000;
}
#header img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#header-bar {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: content-box;
}
#site-menu-btn,
#site-id {
  position: relative;
  z-index: 1000;
}
#site-id {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  margin-bottom: 0;
}
#site-id a, #site-id .logo {
  display: block;
}
#site-id .logo {
  display: block;
  text-indent: -9999em;
  text-align: left;
  font-size: 0;
  width: 100%;
  padding-bottom: 23.1%;
  background: url("../img/logo-anytime.svg") no-repeat center center;
  background-size: 100% auto;
  transition: background .5s ease;
}
#site-menu-btn {
  position: relative;
  cursor: pointer;
}
#site-menu-btn .ico {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
#site-menu-btn .ico::before,
#site-menu-btn .ico::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  transition: all .3s ease;
  background: #545252;
}
#site-menu-btn .ico::before {
  top: 0;
}
#site-menu-btn .ico::after {
  bottom: 0;
}
body.gNavShow #site-menu-btn .ico::before {
  transform: rotate(135deg);
  top: 50%;
}
body.gNavShow #site-menu-btn .ico::after {
  transform: rotate(-135deg);
  bottom: 50%;
}
#header-bar .join-btn a {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  font-weight: 500;
  text-align: left;
}
#header-bar .join-btn a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
#header-global-menu .bg {
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  top: 0;
  z-index: 1;
}
#header-global-menu,
#header-global-menu a {
  color: #fff;
}
#header-global-menu > *:not(.bg) {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  z-index: 5;
}
#header-global-menu .bg {
  background: #000;
}
#header-global-menu .menu-list {
  padding: 0;
}
#header-global-menu .menu-list li {
  position: relative;
  font-weight: 500;
}
#header-global-menu .menu-list li::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #999, #999 2px, transparent 2px, transparent 2px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
#header-global-menu .menu-list a {
  display: block;
  text-decoration: underline;
}
#header-global-menu .menu-list a:after {
  content: "\FF1E";
  display: inline-block;
  margin-left: 1em;
}
#header-global-menu .header-sns-list {
  padding-left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#find-your-gym {
  text-align: center;
  background: #000;
}
#findGymFixed {
  height: 0;
  overflow: hidden;
}
#findGymFixed.fixed {
  height: auto;
}
#findGymFixed.fixed span {
  display: block;
}
#findGymFixed.fixed + #find-your-gym {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#find-your-gym .title {
  margin: 0;
}
#find-your-gym .title img {
  display: block;
  width: auto;
  margin: 0 auto;
  vertical-align: bottom;
}
#find-your-gym .d-flex {
  max-width: 600px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#find-your-gym .link {
  display: block;
  text-align: center;
  color: #fff;
  border: 1px solid #7c61a7;
  background: #7c61a7;
  border-radius: 3px;
  transition: background .15s linear, color .15s linear;
}
#find-your-gym .mapLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#find-your-gym .mapLink .link {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  width: 100%;
}
/** pc and tablet **/
@media print,screen and (min-width: 701px) {
  #header-bar {
    height: 60px;
    padding-top: 35px;
    margin-bottom: 25px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  #site-id {
    width: 32%;
    max-width: 260px;
  }
  #site-menu-btn .text {
    display: inline-block;
    width: 47px;
    margin-right: 15px;
    vertical-align: middle;
  }
  #site-menu-btn .text img {
    display: block;
  }
  #site-menu-btn .ico {
    width: 42px;
    height: 14px;
  }
  #site-menu-btn .ico::before,
  #site-menu-btn .ico::after {
    height: 2px;
  }
  body.gNavShow #site-menu-btn .ico::before {
    margin-top: -1px;
  }
  body.gNavShow #site-menu-btn .ico::after {
    margin-bottom: -1px;
  }
  #header-bar .join-btn a {
    padding: .2em 3em .2em 1.5em;
    color: #fff;
    transition: opacity .15s linear;
    border-radius: 20em;
    background: #7c61a7;
    background: -moz-linear-gradient(0% 50% 0deg,rgba(124, 97, 167, 1) 0%,rgba(122, 98, 168, 1) 38.53%,rgba(115, 103, 170, 1) 54.7%,rgba(102, 110, 174, 1) 66.68%,rgba(85, 121, 179, 1) 76.59%,rgba(62, 135, 187, 1) 85.22%,rgba(34, 151, 195, 1) 92.83%,rgba(1, 171, 206, 1) 99.76%,rgba(0, 172, 206, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(124, 97, 167, 1) 0%, rgba(122, 98, 168, 1) 38.53%, rgba(115, 103, 170, 1) 54.7%, rgba(102, 110, 174, 1) 66.68%, rgba(85, 121, 179, 1) 76.59%, rgba(62, 135, 187, 1) 85.22%, rgba(34, 151, 195, 1) 92.83%, rgba(1, 171, 206, 1) 99.76%, rgba(0, 172, 206, 1) 100%);
    background: -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(124, 97, 167, 1) ),color-stop(0.3853,rgba(122, 98, 168, 1) ),color-stop(0.547,rgba(115, 103, 170, 1) ),color-stop(0.6668,rgba(102, 110, 174, 1) ),color-stop(0.7659,rgba(85, 121, 179, 1) ),color-stop(0.8522,rgba(62, 135, 187, 1) ),color-stop(0.9283,rgba(34, 151, 195, 1) ),color-stop(0.9976,rgba(1, 171, 206, 1) ),color-stop(1,rgba(0, 172, 206, 1) ));
    background: linear-gradient(90deg, rgba(124, 97, 167, 1) 0%, rgba(122, 98, 168, 1) 38.53%, rgba(115, 103, 170, 1) 54.7%, rgba(102, 110, 174, 1) 66.68%, rgba(85, 121, 179, 1) 76.59%, rgba(62, 135, 187, 1) 85.22%, rgba(34, 151, 195, 1) 92.83%, rgba(1, 171, 206, 1) 99.76%, rgba(0, 172, 206, 1) 100%);
  }
  #header-bar .join-btn a:hover {
    opacity: .8;
  }
  #header-bar .join-btn a::after {
    right: .5em;
    top: 50%;
    margin-top: -7px;
    border-width: 7px 0 7px 9px;
    border-color: transparent transparent transparent #ffffff;
  }
  #header-global-menu {
    position: relative;
    overflow: hidden;
    height: 0;
    pointer-events: none;
    visibility: hidden;
    padding: 0 15px;
    transition: all .5s ease;
  }
  body.gNavShow #header-global-menu {
    height: auto;
    pointer-events: auto;
    visibility: visible;
    padding: 60px 15px;
  }
  #header-global-menu .bg {
    position: absolute;
    left: 100%;
    transition: left 0s .5s ease;
  }
  body.gNavShow #header-global-menu .bg {
    left: 0;
    transition: left 0s linear;
  }
  #header-global-menu .site-search {
    padding: 0 35px 30px;
  }
  #header-global-menu .menu-list::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, #999, #999 2px, transparent 2px, transparent 2px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
  }
  #header-global-menu .menu-list a {
    padding: 0.8em 35px;
  }
  #header-global-menu .menu-list a:hover {
    text-decoration: none;
  }
  #header-global-menu .header-sns-list {
    padding-top: 40px;
  }
  #header-global-menu .header-sns-list li {
    width: 36px;
    margin: 0 20px;
  }
  #header-global-menu .header-sns-list img {
    transition: transform .15s linear;
  }
  #header-global-menu .header-sns-list a:hover img {
    transform: scale(1.1);
  }
  #find-your-gym {
    padding: 20px 15px 30px;
  }
  #find-your-gym .title {
    padding-bottom: 1.6rem;
  }
  #find-your-gym .title img {
    height: 2.3rem;
  }
  #find-your-gym .searchform {
    width: 75%;
  }
  #find-your-gym .link {
    font-size: 1.4rem;
  }
  #find-your-gym .link:hover {
    background: #fff;
    color: #7c61a7;
  }
  #find-your-gym .mapLink {
    width: 22%;
  }
}
@media screen and (max-width: 900px) {
  #header-bar .join-btn .join-row {
    display: block;
  }
}
/** smartphone **/
@media screen and (max-width: 700px) {
  #header-bar {
    height: 20vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #site-id {
    width: 44%;
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #site-id, #site-menu-btn {
    z-index: 20;
  }
  #site-menu-btn .text {
    display: none;
  }
  #site-menu-btn .ico {
    width: 8.2vw;
    height: 4vw;
  }
  #site-menu-btn .ico::before,
  #site-menu-btn .ico::after {
    height: 1px;
  }
  #header-bar .join-btn a {
    font-size: 10px;
    padding: 0 1.5em 0 0;
  }
  #header-bar .join-btn a::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1.1em;
    height: 1.1em;
    background: #231815;
    border-radius: 50%;
    margin-top: -0.55em;
  }
  #header-bar .join-btn a::after {
    top: 50%;
    right: .3em;
    margin-top: -0.3em;
    border-width: 0.3em 0 0.3em 0.4em;
    border-color: transparent transparent transparent #ffffff;
  }
  #header-global-menu {
    position: fixed;
    width: 100%;
    height: 0;
    top: 20vw;
    left: 100%;
    padding: 0;
    overflow-y: auto;
    transition: left .5s ease, height 0s 0.5s ease;
    z-index: 10;
  }
  #header-global-menu > * {
    width: 100%;
  }
  body.gNavShow {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  body.gNavShow #header-global-menu {
    height: calc(100% - 20vw);
    padding: 0 0 30px;
    opacity: 1;
    left: 0;
    transition: left .5s ease, height 0s linear;
  }
  body.gNavShow #site-id .logo {
    background-image: url("../img/logo-anytime_white.svg");
  }
  body.gNavShow #site-menu-btn .ico::before,
  body.gNavShow #site-menu-btn .ico::after {
    background: #fff;
  }
  #header-global-menu .bg {
    position: fixed;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: left .5s ease;
  }
  body.gNavShow #header-global-menu .bg {
    left: 0;
  }
  #header-global-menu .site-search {
    position: relative;
    padding: 15px;
    margin-bottom: 1em;
  }
  #header-global-menu .site-search::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to right, #999, #999 2px, transparent 2px, transparent 2px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
  }
  #header-global-menu .menu-list {
    width: 80%;
    margin: 0 auto;
    font-size: 1.3rem;
  }
  #header-global-menu .menu-list a {
    padding: 0.8em 0;
  }
  #header-global-menu .header-sns-list {
    padding-top: 30px;
  }
  #header-global-menu .header-sns-list li {
    width: 7.4vw;
    max-width: 36px;
    margin: 0 5%;
  }
  #find-your-gym {
    padding: 10px 15px 20px;
  }
  #find-your-gym .title {
    padding-bottom: 1.6rem;
  }
  #find-your-gym .title img {
    height: 3.4vw;
  }
  #find-your-gym .searchform {
    width: calc(100% - 23vw);
    margin-left: 0;
  }
  #find-your-gym .link {
    font-size: 1rem;
    line-height: 1.4;
  }
  #find-your-gym .mapLink {
    width: 19vw;
  }
}
/** smartphone small **/
@media screen and (max-width: 400px) {
  #find-your-gym .link {
    font-size: 2.67vw;
  }
}

/* FOOTER - AROUND THE WORLD */
#around-world {
  padding: 45px 20px 30px;
  text-align: center;
  background: #f5f5f5;
}
#around-world .inner {
  max-width: 1140px;
  position: relative;
  margin: 0 auto;
}
#around-world .heading .img img {
  width: 100%;
  height: auto;
}
#around-world .world-link a {
  display: block;
  padding: .5em 0;
  color: #fff;
  background: #00acce;
  border-radius: 20em;
  transition: background .15s linear;
}
#around-world .world-link a::after {
  content: "\FF1E";
  display: inline-block;
  margin-left: 1em;
}
/** pc and tablet **/
@media print,screen and (min-width: 701px) {
  #around-world .inner {
    padding-bottom: 70px;
  }
  #around-world .heading {
    text-align: left;
    display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  #around-world .heading .img {
    width: 100px;
  }
  #around-world .heading .title {
    padding-left: 30px;
    font-size: 2.2rem;
    font-weight: 700;
  }
  #around-world .world-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #around-world .world-link a {
    max-width: 400px;
    margin: 0 auto;
  }
  #around-world .world-link a:hover {
    background: #7c61a7;
  }
  #around-world .note {
    padding-top: 2em;
    font-size: 1.3rem;
    line-height: 1.7;
  }
}
/** smartphone **/
@media screen and (max-width: 700px) {
  #around-world {
    padding: 30px 0 20px;
  }
  #around-world .heading .img {
    width: 31%;
    margin: 0 auto;
  }
  #around-world .heading .title {
    padding: .8em 0;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.75;
  }
  #around-world .world-link {
    width: 80%;
    margin: 0 auto;
  }
  #around-world .note {
    padding-top: 2em;
    font-size: 1.1rem;
    line-height: 1.75;
  }
}
/** smartphone small **/
@media screen and (max-width: 400px) {
  #around-world .heading .title {
    font-size: 4.4vw;
  }
  #around-world .note {
    font-size: 2.93vw;
  }
}

/* FOOTER - GLOBAL LINKS */
#global-links {
  padding: 60px 20px 40px;
  background: #eee;
}

#global-links .inner {
  max-width: 1140px;
  margin: 0 auto;
  overflow: hidden;
}

#global-links .left-block {
  width: 70.175%;
  float: left;
}

#global-links .right-block {
  width: 25.96%;
  float: right;
}

#global-links .message {
  font-size: 24px;
  font-weight: bold;
}

#global-links .message span {
  display: block;
  padding-top: 8px;
  font-weight: normal;
  font-size: 14px;
}

#global-links .global-list {
  padding-top: 30px;
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}

#global-links .global-list dt {
  width: 7em;
  font-weight: bold;
}

#global-links .global-list dd {
  padding: 0 0 0 8em;
  margin: -1.8em 0 .2em;
}

#global-links .global-list dd a {
  display: inline-block;
}

#global-links .global-list dd a:hover {
  color: #7C61A7;
}

#map_world-link {
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 20px;
}
#map_world-link a {
	background: #fff;
	padding: 5px 20px;
	margin-right: 10px;
	border: solid 1px #9459a4;
	color: #9459a4;
	border-radius: 20px;
}
#map_world-link a:hover {
	background: #9459a4;
	color: #fff;
}

/** tablet **/
@media screen and (max-width: 1068px) {
  #global-links {
    padding: 40px 20px;
  }
	#map_world-link span {
		display: block;
		margin-top: 5px;
	}
}

/** smartphone **/
@media screen and (max-width: 700px) {
  #global-links {
    padding: 30px 0 0;
  }
  #global-links .left-block, #global-links .right-block {
    width: auto;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  #global-links .left-block {
    padding-bottom: 30px;
  }
  #global-links .message {
    max-width: 345px;
    margin: 0 auto;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
  }
  #global-links .message span {
    padding-top: 10px;
    line-height: 1.6;
    font-size: 12px;
  }
  #global-sp-link {
    display: block;
    padding: 0;
    max-width: 345px;
    margin: 0 auto;
    font-size: 15px;
    text-align: center;
  }
  #global-sp-link a {
    position: relative;
    display: block;
    color: #444;
    padding: 8px 30px 8px 0;
    border-radius: 40px;
    border: 1px solid #ddd;
    background: #fff;
  }
  #global-sp-link a:after {
    content: "＋";
    position: absolute;
    right: 20px;
    top: 8px;
  }
  #global-sp-link a.active:after {
    content: "－";
  }
  #global-links .global-list {
    max-width: 345px;
    margin: 0 auto;
    padding-top: 0;
    font-size: 13px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all .5s;
  }
  #global-links .global-list.active {
    max-height: 999em;
    opacity: 1;
  }
  #global-links .global-list dt {
    padding: 10px 0 0;
    width: auto;
  }
  #global-links .global-list dd {
    padding: 0;
    margin: 0;
  }
  #global-links .global-list dd a:hover {
    color: inherit;
  }
  #global-links .right-block {
    padding-top: 30px;
    background: #f2f2f2;
  }
  #global-links .right-block a {
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
  #global-links .sns {
    padding: 20px 0 15px;
    text-align: center;
    background: #f2f2f2;
    display: block;
  }
  #global-links .sns a {
    display: inline-block;
    margin: 0 5px;
  }
	#map_world-link {
		text-align: center;
	}
	#map_world-link a {
		display: block;
		max-width: 345px;
		margin: 0 auto;
	}
}

/* FOOTER */
#footer {
  color: #525054;
  text-align: center;
}
.footer-breadcrumb {
  text-align: left;
  font-size: 0;
  max-width: 1140px;
  margin: 0 auto;
}
.footer-breadcrumb a,
.footer-breadcrumb span {
  position: relative;
  display: inline-block;
  color: #525054;
}
.footer-breadcrumb a:not(:first-child)::before {
  content: "\FF1E";
  display: inline-block;
  margin: 0 1em;
}
.footer-breadcrumb a + span::before {
  content: "\FF1E";
  display: inline-block;
  margin: 0 1em;
}
.footer-sns-list {
  text-align: center;
  font-size: 0;
}
.footer-sns-list .title,
.footer-sns-list ul,
.footer-sns-list li {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.footer-sns-list .title {
  margin: 0;
  text-align: left;
}
.footer-sns-list ul {
  padding-left: 2rem;
  border-left: 1px solid #525054;
}
.footer-sns-list li a {
  display: block;
}
.footer-sns-list img {
  display: block;
  width: 100%;
  height: auto;
}
.footer-ffj > p {
  color: #1e2973;
  font-size: 1.2rem;
  line-height: 1.75;
  margin: 0;
}
.footer-ffj img,
#footer .anytime-logo img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  transition: opacity .15s linear;
}
/** pc and tablet **/
@media print,screen and (min-width: 701px) {
  #footer {
    padding: 35px 20px 60px;
  }
  .footer-breadcrumb {
    margin-bottom: 40px;
  }
  .footer-breadcrumb a,
  .footer-breadcrumb span {
    font-size: 1.4rem;
  }
  .footer-breadcrumb a:hover {
    color: #707070;
    text-decoration: underline;
  }
  .footer-sns-list {
    padding-bottom: 75px;
  }
  .footer-sns-list .title,
  .footer-sns-list li {
    font-size: 1.6rem;
  }
  .footer-sns-list .title {
    width: 10em;
  }
  .footer-sns-list li {
    width: 30px;
    padding: 1rem 0;
    margin: 0 3rem;
  }
  .footer-sns-list img {
    transition: transform .15s linear;
  }
  .footer-sns-list a:hover img {
    transform: scale(1.1);
  }
  .footer-main-nav,
  .footer-sub-nav {
    display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  .footer-main-nav {
    padding-bottom: 60px;
    font-size: 1.4rem;
  }
  .footer-main-nav a,
  .footer-sub-nav a {
    position: relative;
    display: inline-block;
    padding: 0 1.5em;
  }
  .footer-main-nav a:hover,
  .footer-sub-nav a:hover {
    text-decoration: underline;
    color: #707070;
  }
  .footer-main-nav a::after {
    content: "|";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  .footer-main-nav a:first-child::before {
    content: "|";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .footer-sub-nav {
    padding-bottom: 10px;
    font-size: 1.3rem;
  }
  .footer-sub-nav a + a::before {
    content: "|";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .footer-ffj {
    width: 270px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .footer-ffj a:hover img,
  #footer .anytime-logo a:hover img {
    opacity: .75;
  }
  .copyright {
    font-size: 1.2rem;
  }
  #footer .anytime-logo {
    padding-top: 40px;
    width: 56px;
    margin: 0 auto;
  }
}
@media print,screen and (min-width: 1001px) {
  .footer-sns-list li {
    margin: 0 4rem;
  }
}
/** smartphone **/
@media screen and (max-width: 700px) {
  #footer {
    padding: 15px 0;
  }
  .footer-breadcrumb {
    margin: 0 15px 35px;
    white-space: nowrap;
    overflow-x: auto;
  }
  .footer-breadcrumb a,
  .footer-breadcrumb span {
    font-size: 1rem;
    white-space: nowrap;
  }
  .footer-sns-list {
    padding: 0 15px 25px;
    display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  }
  .footer-sns-list .title,
  .footer-sns-list li {
    font-size: 1.3rem;
  }
  .footer-sns-list .title {
    display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    width: 11rem;
  }
  .footer-sns-list ul {
    width: calc(100% - 11rem);
    display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  }
  .footer-sns-list li {
    width: 5.6vw;
    padding: .5em 0;
    max-width: 30px;
  }
  .footer-main-nav {
    padding-bottom: 45px;
    font-size: 1.2rem;
    text-align: left;
  }
  .footer-main-nav a {
    display: block;
    padding: .8em 15px;
    border-bottom: 1px dashed #999;
  }
  .footer-main-nav a:first-child {
    border-top: 1px dashed #999;
  }
  .footer-ffj > a {
    display: block;
    width: 60%;
    margin: 0 auto .5rem;
  }
  .footer-ffj > p {
    font-size: 1rem;
  }
  .footer-sub-nav a {
    position: relative;
    display: inline-block;
    font-size: 1.1rem;
    padding: 0 1.5em;
  }
  .footer-sub-nav a::after {
    content: "|";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  .footer-sub-nav a:first-child::before,
  .footer-sub-nav a:last-child::before {
    content: "|";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .footer-sub-nav a:last-child {
    display: block;
    max-width: 18em;
    margin: .8em auto 0;
  }
  .policyAndcopyright {
    padding-top: 35px;
    display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: column-reverse;
  	flex-direction: column-reverse;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  }
  .copyright {
    font-size: 1.1rem;
  }
  #footer .anytime-logo {
    padding-top: 25px;
    width: 12%;
    margin: 0 auto;
  }
}
/** smartphone small **/
@media screen and (max-width: 400px) {
  .footer-breadcrumb a,
  .footer-breadcrumb span {
    font-size: 2.4vw;
  }
  .footer-ffj > p {
    font-size: 2.8vw;
  }
}

/* SEARCH */
.searchform .inputArea {
  position: relative;
}
.searchform input[type="text"] {
  padding: 0.5em 3em 0.5em 1em;
  border-radius: 6px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  background: #575757;
  color: #fff;
  box-shadow: 0 0 0 rgba(0,0,0,0.3) inset;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}
.searchform .searchsubmit {
  position: absolute;
  right: 0;
  top: 0;
  width: 3em;
  height: 100%;
  background: url(../img/icon_search.svg) no-repeat center center;
  background-size: 24px auto;
  text-indent: -999em;
  border: none;
  box-shadow: none;
}
/** smartphone **/
@media screen and (max-width: 700px) {
  .searchform input[type="text"] {
    padding: 0.5em 2.5em 0.5em .8em;
  }
  .searchform .searchsubmit {
    width: 2.5em;
    background-size: 18px auto;
  }
}