@charset "UTF-8";
/* レイアウトの共通部分 */
html {
  font-size: 62.5%;
  color: #333;
  line-height: 2;
  font-feature-settings: "palt";
}

body {
  width: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
  font-family: "dnp-shuei-mgothic-std", "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
}

.inner {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 100px;
}

.inner-s {
  width: 800px;
  margin: 0 auto;
  padding: 40px 0 100px;
}

.ly-twocol-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.hp-txt-black {
  color: #333 !important;
}

/*---------------------------------------
タブレット対応
---------------------------------------*/
@media screen and (max-width: 1000px) {
  .inner {
    width: 100%;
    margin: 0 auto;
    padding: 20px 16px 70px;
  }
  .inner-s {
    width: 75%;
  }
  .ly-twocol-wrap img {
    width: 48%;
    height: auto;
  }
}
/*---------------------------------------
スマホ対応
---------------------------------------*/
@media screen and (max-width: 819px) {
  .inner {
    width: 100%;
    margin: 0 auto;
    padding: 20px 16px 70px;
  }
  .inner-s {
    width: 100%;
    margin: 0 auto;
    padding: 20px 16px 70px;
  }
  .ly-twocol-wrap {
    flex-direction: column;
  }
  .ly-twocol-wrap img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
/*----- fadeUp -----*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

/* fadeUp ここまで */
/* テキスト関係 */
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
Toggle menu
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.bl-header-nav-sm {
  display: none;
}

@media screen and (max-width: 819px) {
  .bl-header-nav {
    display: none;
  }
  .bl-header-nav-sm {
    display: block;
    position: relative;
  }
  #sm-toggle {
    opacity: 0;
    position: fixed;
  }
  label .toggle-line {
    position: fixed;
    top: 1.8rem;
    right: 1.4rem;
    z-index: 200;
    width: 2.4rem;
    height: 2.4rem;
  }
  label .toggle-line::before,
  label .toggle-line::after,
  label .toggle-line .bar {
    position: absolute;
    right: 0;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background-color: #fff;
    content: "";
    transition: all 0.5s;
  }
  label .toggle-line::before {
    top: 0;
    transform-origin: top right;
  }
  label .toggle-line::after {
    bottom: 0;
    transform-origin: bottom right;
  }
  label .toggle-line .bar {
    top: 45%;
  }
  #menu {
    position: fixed;
    top: 20%;
    left: 0;
    bottom: 0;
    z-index: 100;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    width: 100%;
  }
  #menu p {
    color: #fff;
    text-align: center;
    line-height: 3;
    transform: translateX(-100%);
    transition: all 0.15s, transform 0.5s;
  }
  #menu::before {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100rem;
    color: #fff;
    background-color: #394B59;
    content: "";
    transform: translateY(-200%);
    transform-origin: top left;
    transition: transform 0.3s;
  }
  #menu a {
    margin: 0;
    padding: 0.2rem 0;
    font-size: 1.5rem;
    line-height: 1.2;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    transform: translateX(-100%);
    transition: all 0.15s, transform 0.5s;
  }
  #menu #menu #menu #menu .flex-colum a {
    line-height: 1.5;
  }
  #sm-toggle:checked + label .toggle-line::before,
  #sm-toggle:checked + label .toggle-line::after {
    width: 130%;
    background-color: #fff;
  }
  #sm-toggle:checked + label .toggle-line::before {
    transform: rotate(-45deg);
  }
  #sm-toggle:checked + label .toggle-line::after {
    transform: rotate(45deg);
  }
  #sm-toggle:checked + label .toggle-line .bar {
    transform: scale(0);
  }
  #sm-toggle:checked ~ #menu {
    opacity: 1;
    visibility: visible;
  }
  #sm-toggle:checked ~ #menu::before {
    transform: translateX(0);
  }
  #sm-toggle:checked ~ #menu a {
    transform: translateX(0);
  }
  #sm-toggle:checked ~ #menu p {
    transform: translateX(0);
  }
  .ly-menu-storelist {
    text-decoration: underline !important;
  }
  .ly-menu-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 20px;
    background-color: #394B59;
    width: 200px;
    height: 40px;
    margin: 40px auto 0 !important;
    text-align: center;
  }
}
#sm-toggle:checked ~ #menu div {
  transform: translateX(0);
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
Header
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
header {
  background-color: #394B59;
}

.bl-header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  max-width: 1920px;
  height: auto;
  margin: 0 auto;
}

.bl-header-logo {
  margin: 0;
  font-size: 0;
}

.bl-header-nav ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.bl-header-nav ul li {
  margin-left: 40px;
}
.bl-header-nav ul li a {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 819px) {
  .bl-header-wrap {
    padding: 10px 16px;
  }
  .bl-header-logo {
    margin: 0;
    font-size: 0;
  }
  .bl-header-nav ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
  .bl-header-nav ul li {
    margin-left: 40px;
  }
  .bl-header-nav ul li a {
    color: #fff;
    text-decoration: none;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
MV 
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.bl-mv {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1920px;
  height: 70vh;
  margin: 0 auto;
  background-image: url(../img/mv-pc.jpg);
  background-size: cover;
}

@media screen and (max-width: 819px) {
  .bl-mv {
    height: 80vh;
    background-image: url(../img/mv-sp.jpg);
  }
  .bl-mv img {
    width: 300px;
    height: auto;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
FC 募集
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.bl-fcad-wrap {
  width: 640px;
  height: auto;
  background-color: #394B59;
  color: #fff;
  margin: 80px auto;
  padding: 40px;
}

.ly-fcad-ttl {
  font-size: 8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 60px;
  color: #e75848;
}

.ly-fcad-smttl {
  font-size: 4rem;
  color: #fff;
}

.bl-fcad-btn {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  width: 320px;
  height: auto;
  margin: 40px auto;
}

.ly-fcad-txt {
  font-size: 2rem;
  margin-bottom: 30px;
  text-align: center;
}

.bl-fcad-cta {
  background-color: #e75848;
  text-decoration: none;
  color: #fff;
  display: block;
  border-radius: 10px;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.hp-fcad-link {
  text-decoration: none;
  color: #fff;
}

@media screen and (min-width: 820px) {
  .bl-fcad-cta:hover {
    background-color: #fff;
    color: #e75848;
    border: #e75848 solid 2px;
  }
  .bl-fcad-cta:hover .hp-fcad-link {
    color: #e75848;
  }
}
@media screen and (max-width: 819px) {
  .bl-fcad-wrap {
    width: 90%;
    margin: 60px auto;
    padding: 20px;
  }
  .ly-fcad-ttl {
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    margin: 0 0 40px;
  }
  .ly-fcad-smttl {
    font-size: 2rem;
  }
  .bl-fcad-btn {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    width: 200px;
    height: auto;
    background-color: #e75848;
    margin: 40px auto;
  }
  .ly-fcad-txt {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .bl-fcad-cta {
    width: 100%;
    height: 60px;
    font-size: 2rem;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
FC詳細ページ
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.ly-fc-ttl {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 80px;
}

.ly-fc-subttl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #e75848;
}

.bl-fc-flow-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
}

.ly-fc-flow-img {
  display: block;
  margin-right: 80px;
}

.ly-fc-flow-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}

.ly-fc-flow-txt {
  font-size: 1.8rem;
  font-weight: normal;
}

.bl-fc-req-wrap {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 80px 0;
}

.ly-fc-req-item {
  width: 640px;
  height: 80px;
  background-color: #394B59;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  border-radius: 10px;
}

@media screen and (min-width: 820px) {
  .ly-fc-req-item:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 819px) {
  .ly-fc-ttl {
    font-size: 3rem;
    line-height: 1.5;
    margin-bottom: 60px;
  }
  .ly-fc-subttl {
    font-size: 1.4rem;
  }
  .bl-fc-flow-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .ly-fc-flow-img {
    display: inline-block;
    margin-right: 0;
    width: 120px;
    height: auto;
  }
  .ly-fc-flow-ttl {
    font-size: 2rem;
    text-align: center;
  }
  .ly-fc-flow-txt {
    font-size: 1.6rem;
    font-weight: normal;
  }
  .bl-fc-req-wrap {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .ly-fc-req-item {
    width: 100%;
    height: 60px;
    font-size: 2rem;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
lead
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.bl-lead-wrap {
  width: 600px;
  height: auto;
  margin: 80px auto;
  font-size: 2.4rem;
  font-family: "tbudmincho-std", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.hp-txt-large {
  font-size: 3rem;
}

@media screen and (max-width: 819px) {
  .bl-lead-wrap {
    width: 100%;
    margin: 40px auto;
    font-size: 1.6rem;
    padding: 0 16px;
  }
  .hp-txt-large {
    font-size: 2rem;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
store list 
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.bl-heading-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px 0 60px;
}

.heading-icon {
  width: auto;
  height: 32px;
  display: block;
}

.mr {
  margin-right: 40px;
}

.ml {
  margin-left: 40px;
}

.bl-store-list-nav {
  text-align: center;
  margin: 0 0 60px;
}
.bl-store-list-nav a {
  color: #333;
}

.bl-storeList-ttl {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
}
.bl-storeList-ttl h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  border: 1px solid #333;
  padding: 10px;
  letter-spacing: 4px;
}

.bl-storeList-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 40px 0;
}

.bl-storeList-card {
  width: 480px;
  height: auto;
  padding: 40px;
  background-color: #f1f8fe;
  margin-bottom: 40px;
}

.ly-storeList-card-ttl {
  margin: 0 0 20px;
  line-height: 1.2;
  font-weight: bold;
  font-size: 2.4rem;
}

.ly-storeList-card-txt {
  margin-bottom: 0;
}

.ly-storeList-card-notice {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 20px 0 0;
  line-height: 1;
  color: #f00;
}

.ly-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 40px;
  background-color: #394B59;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
}

@media screen and (max-width: 1000px) {
  .bl-storeList-card {
    width: 48%;
  }
  .ly-btn {
    width: 100%;
    height: 40px;
  }
}
@media screen and (max-width: 800px) {
  .bl-heading-box {
    margin: 0 0 40px;
  }
  .heading-icon {
    width: auto;
    height: 20px;
    display: block;
  }
  .mr {
    margin-right: 40px;
  }
  .ml {
    margin-left: 40px;
  }
  .bl-storeList-ttl {
    justify-content: left;
    margin-bottom: 20px;
  }
  .bl-storeList-ttl h3 {
    font-size: 1.6rem;
  }
  .bl-storeList-card {
    width: 100%;
    padding: 25px 20px;
  }
  .ly-storeList-card-txt {
    margin-bottom: 20px;
  }
  .ly-btn {
    width: 100%;
    height: 40px;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
お問合せ 
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.ly-bg-blue {
  background-color: #f1f8fe;
}

.bl-contact-txt {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 60px;
}
.bl-contact-txt a {
  text-decoration: none;
  color: #333;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
footer 
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
footer {
  background-color: #394B59;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
トップに戻る 
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#back-to-top {
  position: fixed;
  right: 80px;
  bottom: 80px;
  text-align: right;
  width: 80px;
  height: 80px;
  z-index: 30;
}
@media screen and (max-width: 1000px) {
  #back-to-top {
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 640px) {
  #back-to-top {
    position: fixed;
    right: 16px;
    bottom: 0;
    text-align: right;
    width: 48px;
    height: 48px;
    z-index: 30;
    margin-bottom: 10px;
  }
}
#back-to-top a {
  display: block;
}

#back-to-top img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1000px) {
  #back-to-top img {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  #back-to-top img {
    width: 100%;
  }
}

.back-to-btn {
  opacity: 0;
  visibility: hidden;
}

.back-to-btn-active {
  opacity: 1;
  visibility: visible;
}/*# sourceMappingURL=style.css.map */