@charset "UTF-8";
/*index: 外部ファイルの読み込み */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Roboto+Condensed:wght@300;400;700&display=swap");
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: メディアクエリー*/
/* 切り替えポイントの設定 */
/* 処理 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: クリアフィックス*/
/* Class と ステークホルダー の名称設定 */
/* 処理 */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: スクリーンリーダー*/
/* スクリーンリーダーテキスト の名称設定 */
/* 処理 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
}

#fh5co-page img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
}
#fh5co-page a:hover {
  opacity: 0.8;
}
#fh5co-page .flex-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#fh5co-page .nopc {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  #fh5co-page .nopc {
    display: block !important;
  }
}
#fh5co-page .nosp {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  #fh5co-page .nosp {
    display: none !important;
  }
}

.nav-box {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 960px) {
  .nav-box {
    width: 60px;
  }
}
.nav-box #global-nav {
  display: block;
  height: 100%;
  right: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 1;
  top: 0;
  width: 300px;
  background-color: rgba(0, 56, 128, 0.9);
  padding: 70px 30px 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.nav-box #global-nav ul li {
  line-height: 1.75;
}
.nav-box #global-nav ul li a {
  color: #fff;
  display: block;
  font-size: 16px;
}
.nav-box .toggle-box {
  width: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}
@media only screen and (max-width: 960px) {
  .nav-box .toggle-box {
    height: 60px;
  }
}
.nav-box .toggle-box .toggle-in {
  margin: 30px auto;
}
.nav-box .toggle-box .toggle-span {
  margin: auto;
  width: 40px;
  height: 26px;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .nav-box .toggle-box .toggle-span {
    height: 20px;
  }
}
.nav-box .toggle-box span {
  background-color: #fff;
  height: 1px;
  width: 40px;
  display: block;
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.nav-box .toggle-box span:first-child {
  top: 0;
}
.nav-box .toggle-box span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav-box .toggle-box span:last-child {
  bottom: 0;
}
.nav-box .toggle-box.open {
  position: fixed;
}
.nav-box .toggle-box.open span {
  background-color: #fff;
}
.nav-box .toggle-box.open span:nth-child(1) {
  -webkit-transform: translateY(12.5px) rotate(-30deg);
  transform: translateY(12.5px) rotate(-30deg);
}
@media only screen and (max-width: 960px) {
  .nav-box .toggle-box.open span:nth-child(1) {
    -webkit-transform: translateY(8.5px) rotate(-20deg);
    transform: translateY(8.5px) rotate(-20deg);
  }
}
.nav-box .toggle-box.open span:nth-child(2) {
  opacity: 0;
}
.nav-box .toggle-box.open span:nth-child(3) {
  -webkit-transform: translateY(-12.5px) rotate(30deg);
  transform: translateY(-12.5px) rotate(30deg);
}
@media only screen and (max-width: 960px) {
  .nav-box .toggle-box.open span:nth-child(3) {
    -webkit-transform: translateY(-8.5px) rotate(20deg);
    transform: translateY(-8.5px) rotate(20deg);
  }
}

#fh5co-page {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-page.open {
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
}
#fh5co-page .top-view.index {
  z-index: -9999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#fh5co-page .top-view {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
}
#fh5co-page .top-view .back-white {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-animation: fadeOut 2s ease;
          animation: fadeOut 2s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 26s;
          animation-delay: 26s;
  opacity: 1;
  z-index: 2;
  display: block;
}
#fh5co-page .top-view .banner-01 {
  position: absolute;
  -webkit-animation: fadeIn2 25.5s ease;
          animation: fadeIn2 25.5s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
#fh5co-page .top-view .banner-01 video {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
}
#fh5co-page .top-view .top-text {
  position: absolute;
  right: 10%;
  bottom: 5%;
  z-index: 2;
  font-size: 25px;
  -webkit-animation: fadeOut 2s ease;
          animation: fadeOut 2s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 24.5s;
          animation-delay: 24.5s;
}
@media only screen and (max-width: 767px) {
  #fh5co-page .top-view .top-text {
    right: 5%;
  }
}
#fh5co-page .top-view .top-text:hover {
  cursor: pointer;
}
#fh5co-page .top-view .closed {
  opacity: 0;
  -webkit-animation: none;
          animation: none;
}

#fh5co-page {
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
#fh5co-page .en-font {
  font-family: "Lato", sans-serif;
}
#fh5co-page .en-font2 {
  font-family: "Roboto Condensed", sans-serif;
}
#fh5co-page .contents {
  background: #fff;
  overflow: hidden;
}
#fh5co-page .copyright {
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1.5;
  margin: auto;
  padding-bottom: 15px;
  text-align: center;
  width: 90%;
}
@media only screen and (max-width: 767px) {
  #fh5co-page .copyright {
    font-size: 12px;
    text-align: left;
  }
}
#fh5co-page .container {
  max-width: 1000px;
  margin: auto;
  padding: 0;
}
@media only screen and (max-width: 960px) {
  #fh5co-page .container {
    width: 90%;
  }
}
#fh5co-page .container .sec-ttl {
  background-color: #e4e4e5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #00387f;
  font-weight: 900;
  font-size: 22px;
  margin-bottom: 15px;
  padding: 2px 5px;
}
@media only screen and (max-width: 767px) {
  #fh5co-page .container .sec-ttl {
    font-size: 20px;
  }
}
#fh5co-page .head h2 {
  max-width: 1000px;
  margin: 30px auto 0;
}
@media only screen and (max-width: 767px) {
  #fh5co-page .head h2 {
    margin: 10px auto 20px;
    width: 90%;
  }
}
#fh5co-page .head .present {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px auto 0;
  max-width: 1000px;
  width: 90%;
}
#fh5co-page .head .present p {
  color: #00387f;
  font-size: 25px;
  font-weight: bold;
  margin: auto;
  text-align: center;
}
#fh5co-page .head .present img {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  #fh5co-page .head .present {
    margin-top: 0;
  }
  #fh5co-page .head .present p {
    font-size: 12px;
    margin: auto 0;
    text-align: left;
  }
  #fh5co-page .head .present img {
    width: 40%;
  }
}
#fh5co-page .head .nav {
  max-width: 960px;
  margin: 60px auto 0;
  width: 90%;
}
@media only screen and (max-width: 767px) {
  #fh5co-page .head .nav {
    margin-top: 20px;
  }
}
#fh5co-page .head .nav ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  #fh5co-page .head .nav ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#fh5co-page .head .nav ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #00387f;
  width: 20%;
}
#fh5co-page .head .nav ul li:first-child {
  border-left: 1px solid #00387f;
}
@media only screen and (max-width: 767px) {
  #fh5co-page .head .nav ul li {
    margin: 8px 0;
    width: 50%;
  }
  #fh5co-page .head .nav ul li:nth-child(3) {
    border-left: 1px solid #00387f;
  }
}
#fh5co-page .head .nav ul li a {
  display: block;
  padding: 0 5px;
}
@media only screen and (max-width: 960px) {
  #fh5co-page .head .nav ul li a {
    padding: 0;
  }
}
#fh5co-page .head .special01 {
  max-width: 1000px;
  margin: 70px auto 0;
}
@media only screen and (max-width: 767px) {
  #fh5co-page .head .special01 {
    margin-top: 35px;
    width: 90%;
  }
}
#fh5co-page .head .special02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 1000px;
  margin: 70px auto 0;
}
@media only screen and (max-width: 767px) {
  #fh5co-page .head .special02 {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 35px;
    width: 90%;
  }
}
#fh5co-page .school {
  margin: 80px auto;
}
@media (max-width: 640px) {
  #fh5co-page .school {
    margin: 0 auto 40px;
  }
}
#fh5co-page .school .sec-ttl {
  background-color: #e70012;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  margin: auto;
  max-width: 1000px;
  padding: 0 5%;
  text-align: center;
}
#fh5co-page .school .sec-ttl span {
  background-color: #fff000;
  color: #e70012;
  display: inline-block;
  font-size: 55%;
  line-height: 25px;
  margin: -5px 10px 0 0;
  padding: 5px 10px 5px 15px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  #fh5co-page .school .sec-ttl {
    font-size: 30px;
    padding: 2% 5% 0;
  }
  #fh5co-page .school .sec-ttl span {
    display: block;
    line-height: 15px;
    margin: 0 auto;
    padding: 7px 10px 5px 15px;
    width: 290px;
  }
  #fh5co-page .school .sec-ttl:nth-of-type(2) {
    font-size: 25px;
  }
}
#fh5co-page .school h4 {
  background-color: #fff;
  margin: auto;
  max-width: 1000px;
  padding: 20px 0;
  text-align: center;
  width: 90%;
}
@media only screen and (max-width: 767px) {
  #fh5co-page .school h4 {
    padding: 10px 0;
  }
}
#fh5co-page .school .content .container {
  width: 100%;
}
#fh5co-page .school .content .table {
  margin-bottom: 30px;
}
#fh5co-page .school .content .table02 {
  border: 1px solid #00387f;
  margin-bottom: 30px;
}
#fh5co-page .school .content .btn {
  max-width: 550px;
  margin: 3em auto;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  #fh5co-page .school .content .btn {
    margin: 1em auto;
  }
}
#fh5co-page .school .content .btn a {
  background: #00387f;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 1em 0;
  text-align: center;
  text-decoration: none;
}
#fh5co-page .school .content .head-txt {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
#fh5co-page .school .content .head-txt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #fff100));
  background: -webkit-linear-gradient(transparent 75%, #fff100 75%);
  background: linear-gradient(transparent 75%, #fff100 75%);
  color: #00387f;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 55px;
  font-weight: bold;
  line-height: 1;
}
#fh5co-page .school .content .flex-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#fh5co-page .school .content .flex-box ul li {
  color: #00387f;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
#fh5co-page .school .content .flex-box ul li span {
  display: table-cell;
}
#fh5co-page .school .content .flex-box .txt-box {
  width: 50%;
}
#fh5co-page .school .content .flex-box .img-box {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  #fh5co-page .school .content .container {
    width: 90%;
  }
  #fh5co-page .school .content .table {
    margin-bottom: 20px;
  }
  #fh5co-page .school .content .head-txt {
    gap: 8px;
    margin-bottom: 15px;
  }
  #fh5co-page .school .content .head-txt span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #fff100));
    background: -webkit-linear-gradient(transparent 65%, #fff100 65%);
    background: linear-gradient(transparent 65%, #fff100 65%);
    font-size: 24px;
  }
  #fh5co-page .school .content .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  #fh5co-page .school .content .flex-box ul li {
    font-size: 15px;
    margin-bottom: 5px;
  }
  #fh5co-page .school .content .flex-box .txt-box {
    width: 100%;
  }
  #fh5co-page .school .content .flex-box .img-box {
    width: 100%;
  }
}
#fh5co-page .school .content .app {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  #fh5co-page .school .content .app {
    margin-top: 20px;
  }
}
#fh5co-page .school .content .app p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #fh5co-page .school .content .app p {
    margin-bottom: 10px;
  }
}
#fh5co-page .school .content .app p.text {
  background-color: #E60020;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #fh5co-page .school .content .app p.text {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 5px;
    padding: 7px 5px 8px;
  }
}
#fh5co-page .school .content .app p.notes {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #fh5co-page .school .content .app p.notes {
    font-size: 10px;
  }
}
#fh5co-page .school .content .app a {
  background-color: #E60020;
  color: #fff;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: bold;
  padding: 15px 10px 10px;
  text-align: center;
  text-decoration: none;
  outline: 1px solid #fff;
  outline-offset: -5px;
}
#fh5co-page .school .content .app a span {
  font-size: 45px;
  padding-right: 1rem;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  #fh5co-page .school .content .app a {
    font-size: 16px;
    line-height: 1;
    padding: 15px 10px;
  }
  #fh5co-page .school .content .app a span {
    display: block;
    font-size: 28px;
    padding: 0 0 5px;
  }
}
#fh5co-page .service-wrapper {
  margin-bottom: 6em;
}
@media (max-width: 768px) {
  #fh5co-page .service-wrapper {
    margin-bottom: 4em;
  }
}
#fh5co-page .service-wrapper .service {
  margin: auto;
}
@media (max-width: 768px) {
  #fh5co-page .service-wrapper .service {
    width: 100%;
    padding: 0 5%;
  }
}
#fh5co-page .service-wrapper .service .chirashi {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1000px;
  margin: auto;
  padding: 1em;
  text-align: center;
}
@media (max-width: 768px) {
  #fh5co-page .service-wrapper .service .chirashi {
    padding: 0;
  }
}
#fh5co-page .service-wrapper .service .chirashi .box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
}
#fh5co-page .service-wrapper .service .chirashi .box .text {
  width: calc(100% - 430px);
}
#fh5co-page .service-wrapper .service .chirashi .box .thumb {
  width: 400px;
}
@media (max-width: 768px) {
  #fh5co-page .service-wrapper .service .chirashi .box {
    display: block;
    width: 100%;
  }
  #fh5co-page .service-wrapper .service .chirashi .box .text {
    width: 100%;
  }
  #fh5co-page .service-wrapper .service .chirashi .box .thumb {
    width: 100%;
  }
}
#fh5co-page .service-wrapper .service .chirashi p {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #fh5co-page .service-wrapper .service .chirashi p {
    font-size: 16px;
    margin-bottom: 0.5em;
  }
}
#fh5co-page .service-wrapper .service .chirashi a {
  background: #e83434;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 22px;
  font-weight: bold;
  margin: 0.5em auto 0;
  padding: 10px 0;
  text-decoration: none;
}
#fh5co-page .service-wrapper .service .chirashi a:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  #fh5co-page .service-wrapper .service .chirashi a {
    font-size: 18px;
    margin: 0.75em auto 0;
    padding: 8px;
  }
}
#fh5co-page #floormap .container {
  margin: 40px auto 60px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #floormap .container {
    margin: 20px auto 30px;
    width: 95%;
  }
}
#fh5co-page #floormap .notes li {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #floormap .notes {
    margin: auto;
    width: 95%;
  }
  #fh5co-page #floormap .notes li {
    font-size: 14px;
    line-height: 1.5;
  }
}
#fh5co-page #floormap .modal-open {
  width: 3%;
  height: 8%;
  position: absolute;
}
#fh5co-page #floormap .modal-open img {
  width: 100%;
}
#fh5co-page #floormap .modal-open:hover {
  opacity: 0.8;
}
#fh5co-page #floormap .modal-open.btn01 {
  top: 19%;
  right: 17%;
}
#fh5co-page #floormap .modal-open.btn02 {
  top: 20%;
  left: 15%;
}
#fh5co-page #floormap .modal-open.btn03 {
  top: 30%;
  left: 32%;
}
#fh5co-page #floormap .modal-open.btn04 {
  top: 12%;
  right: 31%;
}
#fh5co-page #floormap .modal-open.btn05 {
  top: 20%;
  right: 46%;
}
#fh5co-page #floormap .modal-open.btn06 {
  bottom: 50%;
  left: 36%;
}
#fh5co-page #floormap .modal-open.btn07 {
  right: 43%;
  bottom: 55%;
}
#fh5co-page #sale .container {
  margin: 40px auto 60px;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #sale .container {
    margin: 20px auto 30px;
  }
}
#fh5co-page #sale button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#fh5co-page #sale .popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
#fh5co-page #sale .popup.is-show {
  opacity: 1;
  visibility: visible;
}
#fh5co-page #sale .popup .popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  max-width: 490px;
  padding: 40px 5%;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #sale .popup .popup-inner {
    max-width: 335px;
    padding: 25px 5%;
    border-radius: 15px;
  }
}
#fh5co-page #sale .popup .popup-inner img {
  width: 100%;
}
#fh5co-page #sale .popup .popup-inner p {
  font-size: 13px;
  line-height: 20px;
  margin: 15px auto 30px;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #sale .popup .popup-inner p {
    font-size: 12px;
    line-height: 1.75;
    margin: 10px auto 20px;
  }
}
#fh5co-page #sale .popup .popup-inner a {
  display: block;
  margin: auto;
  width: 90%;
}
#fh5co-page #sale .popup .popup-inner .close-btn {
  position: absolute;
  right: 0;
  top: -45px;
  width: 40px;
  height: 40px;
  text-align: center;
}
#fh5co-page #sale .popup .popup-inner .close-btn span {
  background-color: #fff;
  height: 2px;
  width: 40px;
  display: block;
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#fh5co-page #sale .popup .popup-inner .close-btn span:first-child {
  top: 6px;
  -webkit-transform: translateY(12.5px) rotate(-45deg);
  transform: translateY(12.5px) rotate(-45deg);
}
#fh5co-page #sale .popup .popup-inner .close-btn span:last-child {
  bottom: 6px;
  -webkit-transform: translateY(-12.5px) rotate(45deg);
  transform: translateY(-12.5px) rotate(45deg);
}
#fh5co-page #sale .popup .black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 56, 128, 0.9);
  z-index: 1;
  cursor: pointer;
}
#fh5co-page #feature2 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #feature2 {
    margin-bottom: 40px;
  }
}
#fh5co-page #feature2 .lead {
  color: #00387f;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 80px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #feature2 .lead {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 520px) {
  #fh5co-page #feature2 .lead {
    font-size: 13px;
  }
}
#fh5co-page #feature2 .sec-ttl {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #feature2 .sec-ttl {
    max-width: 320px;
    margin: 0 auto 15px;
    width: 90%;
  }
}
#fh5co-page #feature2 .btn-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
#fh5co-page #feature2 .btn-flex .button {
  background-color: #e70012;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin: auto;
  padding: 10px;
  text-align: center;
  width: 60%;
}
#fh5co-page #feature2 .btn-flex .button:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #feature2 .btn-flex .button {
    border-radius: 5px;
    font-size: 16px;
    padding: 5px;
    width: 90%;
  }
}
#fh5co-page #feature2 .en-font {
  background-color: #e4e4e5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #00387f;
  font-weight: 900;
  font-size: 22px;
  margin-bottom: 15px;
  padding: 2px 5px;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #feature2 .en-font {
    font-size: 20px;
    max-width: 100%;
    width: 100%;
  }
}
#fh5co-page #feature2 .flex-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px 15px;
  margin-bottom: 25px;
}
#fh5co-page #feature2 .flex-box + .flex-box {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #feature2 .flex-box {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  #fh5co-page #feature2 .flex-box + .flex-box {
    margin-top: 50px;
  }
}
#fh5co-page #feature2 .flex-box .box {
  position: relative;
}
#fh5co-page #feature2 .flex-box .box.w100 {
  grid-column: 1/3;
}
#fh5co-page #feature2 .flex-box .box.column {
  grid-column: 1/4;
}
#fh5co-page #feature2 .flex-box .box.column .head2 {
  padding: 15px;
  text-align: left;
}
#fh5co-page #feature2 .flex-box .box.column .head2 span {
  display: table-cell;
}
#fh5co-page #feature2 .flex-box .box.column .head2 span:first-child {
  padding-right: 1em;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #feature2 .flex-box .box.spw100 {
    grid-column: 1/3;
  }
  #fh5co-page #feature2 .flex-box .box.column {
    grid-column: 1/3;
  }
}
#fh5co-page #feature2 .flex-box .box .head2 {
  background: #00387f;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 1px;
  padding: 3px 0 5px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #feature2 .flex-box .box .head2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 50px;
    padding: 0;
  }
}
#fh5co-page #feature2 .flex-box .box .head {
  color: #00387f;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 18px;
  margin: 5px 0 0;
}
@media only screen and (max-width: 960px) {
  #fh5co-page #feature2 .flex-box .box .head {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #fh5co-page #feature2 .flex-box .box .head {
    font-size: 14px;
  }
}
#fh5co-page #feature2 .flex-box .box .text {
  font-size: 16px;
  line-height: 1.55;
  margin-top: 5px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #feature2 .flex-box .box .text {
    font-size: 12px;
    line-height: 1.6;
  }
}
#fh5co-page #feature2 .flex-box .box small {
  display: inline-block;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #feature2 .flex-box .box small {
    font-size: 10px;
  }
}
#fh5co-page #feature2 .lead2 {
  background-color: #00387f;
  color: #fff;
  font-size: 20px;
  margin: 30px 0 15px;
  padding: 15px 100px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  #fh5co-page #feature2 .lead2 {
    padding: 15px 50px;
  }
}
@media only screen and (max-width: 767px) {
  #fh5co-page #feature2 .lead2 {
    font-size: 15px;
    padding: 10px 15px;
  }
}
#fh5co-page #feature2 .sgl {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #feature2 .sgl {
    margin-bottom: 50px;
  }
}
#fh5co-page #feature {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #feature {
    margin-bottom: 40px;
  }
}
#fh5co-page #feature .lead {
  color: #00387f;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 80px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #feature .lead {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 520px) {
  #fh5co-page #feature .lead {
    font-size: 13px;
  }
}
#fh5co-page #feature .sec-ttl {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #feature .sec-ttl {
    max-width: 320px;
    margin: 0 auto 15px;
    width: 90%;
  }
}
#fh5co-page #feature .en-font {
  background-color: #e4e4e5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #00387f;
  font-weight: 900;
  font-size: 22px;
  margin-bottom: 15px;
  padding: 2px 5px;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #feature .en-font {
    font-size: 20px;
    max-width: 100%;
    width: 100%;
  }
}
#fh5co-page #feature .sub-sec-ttl {
  background-color: #e70012;
  color: #fff;
  font-size: 25px;
  letter-spacing: 2px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #feature .sub-sec-ttl {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
#fh5co-page #feature .sub-sec-copy {
  background-color: #00387f;
  margin-bottom: 20px;
  text-align: center;
}
#fh5co-page #feature .sub-sec-copy img {
  max-width: 600px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #feature .sub-sec-copy {
    margin-bottom: 15px;
  }
  #fh5co-page #feature .sub-sec-copy img {
    width: 95%;
  }
}
#fh5co-page #feature .sub-sec-copy.mt {
  margin-top: 50px;
}
#fh5co-page #feature .flex-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px 15px;
  margin-bottom: 25px;
}
#fh5co-page #feature .flex-box + .flex-box {
  margin-top: 80px;
}
#fh5co-page #feature .flex-box.w50 {
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #feature .flex-box {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  #fh5co-page #feature .flex-box + .flex-box {
    margin-top: 50px;
  }
  #fh5co-page #feature .flex-box.w50 {
    grid-template-columns: 1fr;
  }
}
#fh5co-page #feature .flex-box .box {
  position: relative;
}
#fh5co-page #feature .flex-box .box.w100 {
  grid-column: 1/4;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #feature .flex-box .box.w100 {
    grid-column: 1/3;
  }
}
#fh5co-page #feature .flex-box .box .head2 {
  background: #00387f;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 1px;
  padding: 3px 0 5px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #feature .flex-box .box .head2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 50px;
    padding: 0;
  }
}
#fh5co-page #feature .flex-box .box .head {
  color: #00387f;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 18px;
  margin: 5px 0 0;
}
@media only screen and (max-width: 960px) {
  #fh5co-page #feature .flex-box .box .head {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #fh5co-page #feature .flex-box .box .head {
    font-size: 14px;
  }
}
#fh5co-page #feature .flex-box .box .text {
  font-size: 14px;
  line-height: 1.55;
  margin-top: 5px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #feature .flex-box .box .text {
    font-size: 12px;
    line-height: 1.6;
  }
}
#fh5co-page #feature .flex-box .box small {
  display: inline-block;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #feature .flex-box .box small {
    font-size: 10px;
  }
}
#fh5co-page #feature .lead2 {
  background-color: #00387f;
  color: #fff;
  font-size: 20px;
  margin: 30px 0 15px;
  padding: 15px 100px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  #fh5co-page #feature .lead2 {
    padding: 15px 50px;
  }
}
@media only screen and (max-width: 767px) {
  #fh5co-page #feature .lead2 {
    font-size: 15px;
    padding: 10px 15px;
  }
}
#fh5co-page #feature .sgl {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #feature .sgl {
    margin-bottom: 50px;
  }
}
#fh5co-page #sns-wrapper {
  background: #00387f;
  margin: 80px auto 60px;
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #sns-wrapper {
    margin: 40px auto 30px;
    padding: 15px 0 30px;
  }
}
#fh5co-page #sns-wrapper .flex-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 750px;
  margin: auto;
  width: 90%;
}
#fh5co-page #sns-wrapper .flex-box .head {
  color: #fff;
  font-size: 35px;
  letter-spacing: 3px;
  text-align: center;
  width: 45%;
}
#fh5co-page #sns-wrapper .flex-box .facebook-wrapper {
  max-width: 500px;
  margin: 0 auto;
  width: 55%;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #sns-wrapper .flex-box {
    display: block;
  }
  #fh5co-page #sns-wrapper .flex-box .head {
    font-size: 30px;
    margin: auto auto 5%;
    width: 100%;
  }
  #fh5co-page #sns-wrapper .flex-box .facebook-wrapper {
    width: 100%;
  }
}
#fh5co-page #sns-wrapper.insta-wrapper {
  background: #f09433;
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #sns-wrapper.insta-wrapper {
    padding: 25px 0 30px;
  }
}
#fh5co-page #sns-wrapper.insta-wrapper .instagram-wrapper {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  width: 55%;
}
#fh5co-page #sns-wrapper.insta-wrapper .instagram-wrapper p {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
#fh5co-page #sns-wrapper.insta-wrapper .instagram-wrapper a {
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  display: block;
  max-width: 330px;
  margin: auto;
  padding: 10px;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #sns-wrapper.insta-wrapper .instagram-wrapper {
    width: 100%;
  }
  #fh5co-page #sns-wrapper.insta-wrapper .instagram-wrapper p {
    font-size: 18px;
  }
  #fh5co-page #sns-wrapper.insta-wrapper .instagram-wrapper a {
    font-size: 15px;
  }
}
#fh5co-page #product {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #product {
    margin-bottom: 40px;
  }
}
#fh5co-page #product dl {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#fh5co-page #product dl dt {
  color: #00387f;
  font-size: 50px;
  font-weight: 900;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #00387f;
  padding-right: 15px;
}
#fh5co-page #product dl dd {
  font-size: 15px;
  line-height: 1.55;
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #product dl {
    display: block;
  }
  #fh5co-page #product dl dt {
    border-right: none;
    font-size: 35px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 0;
  }
  #fh5co-page #product dl dd {
    font-size: 13px;
    padding-left: 5px;
  }
}
#fh5co-page #product .flex-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px auto 20px;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #product .flex-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
#fh5co-page #product .flex-box .box {
  width: calc(33.3333333333% - 10px);
}
@media only screen and (max-width: 767px) {
  #fh5co-page #product .flex-box .box {
    width: 48%;
  }
}
#fh5co-page #product .flex-box .box:nth-child(1) {
  width: 330px;
}
@media only screen and (max-width: 960px) {
  #fh5co-page #product .flex-box .box:nth-child(1) {
    width: 230px;
  }
}
@media only screen and (max-width: 767px) {
  #fh5co-page #product .flex-box .box:nth-child(1) {
    width: 100%;
  }
}
#fh5co-page #product .flex-box .box:nth-child(n+2) {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #product .flex-box .box:nth-child(n+2) {
    margin: 0;
    padding: 5px 0;
  }
}
#fh5co-page #product .flex-box.gear {
  background: -webkit-linear-gradient(225deg, #00387f, #002968);
  background: linear-gradient(-135deg, #00387f, #002968);
}
#fh5co-page #product .flex-box.apparel {
  background: -webkit-linear-gradient(225deg, #61c1be, #a8d182);
  background: linear-gradient(-135deg, #61c1be, #a8d182);
}
#fh5co-page #product .flex-box.used {
  background: -webkit-linear-gradient(225deg, #dae000, #a0c101);
  background: linear-gradient(-135deg, #dae000, #a0c101);
}
#fh5co-page #card {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #card {
    margin-bottom: 40px;
  }
}
#fh5co-page #card .sport-content p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #card .sport-content p {
    font-size: 14px;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  #fh5co-page #card .box-content {
    display: block;
  }
}
#fh5co-page #card .box-content .box1 {
  margin-right: 20px;
  width: calc(72% - 20px);
}
#fh5co-page #card .box-content .box1.w100 {
  margin: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #card .box-content .box1 {
    margin: auto;
    width: 100%;
  }
}
#fh5co-page #card .box-content .box1 dl {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#fh5co-page #card .box-content .box1 dl dt {
  margin-right: 10px;
  width: 280px;
}
#fh5co-page #card .box-content .box1 dl dd {
  font-size: 15px;
  line-height: 1.55;
}
#fh5co-page #card .box-content .box1 dl dd strong {
  color: #00387f;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #card .box-content .box1 dl {
    display: block;
  }
  #fh5co-page #card .box-content .box1 dl dt {
    margin: auto;
    max-width: 280px;
  }
  #fh5co-page #card .box-content .box1 dl dd {
    font-size: 14px;
  }
  #fh5co-page #card .box-content .box1 dl dd strong {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
#fh5co-page #card .box-content .box1 .box {
  margin: 20px 0 0;
}
#fh5co-page #card .box-content .box1 .box .num {
  color: #00387f;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.25em;
  padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #card .box-content .box1 .box .num {
    font-size: 18px;
  }
}
#fh5co-page #card .box-content .box1 .box .num {
  border-bottom: 1px solid #00387f;
  margin-bottom: 8px;
  text-align: center;
}
#fh5co-page #card .box-content .box1 .box .num img {
  margin: auto;
  width: 80px;
}
#fh5co-page #card .box-content .box1 .box .head {
  color: #e83828;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 8px;
  text-align: center;
}
#fh5co-page #card .box-content .box1 .box .head span {
  font-size: 150%;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #card .box-content .box1 .box .head {
    font-size: 18px;
  }
}
#fh5co-page #card .box-content .box1 .box .text {
  font-size: 15px;
  line-height: 1.75;
}
#fh5co-page #card .box-content .box1 .box small {
  display: inline-block;
  font-size: 70%;
  line-height: 1.35;
  margin: 5px auto;
}
#fh5co-page #card .box-content .box2 {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #card .box-content .box2 {
    margin: auto;
    width: 100%;
  }
}
#fh5co-page #shop {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #shop {
    margin-bottom: 40px;
  }
}
#fh5co-page #shop .flex-box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #shop .flex-box {
    display: block;
  }
}
#fh5co-page #shop .flex-box .info {
  width: 38%;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #shop .flex-box .info {
    width: 100%;
  }
}
#fh5co-page #shop .flex-box .info .logo {
  margin: 20px 0 30px;
  max-width: 280px;
}
#fh5co-page #shop .flex-box .info .shop-logo {
  margin-bottom: 10px;
  max-width: 250px;
}
#fh5co-page #shop .flex-box .info dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #00387f;
  font-family: "Noto Sans JP", sans-serif;
}
#fh5co-page #shop .flex-box .info dl dt {
  font-weight: 500;
  text-align: justify;
  width: 5.5em;
}
#fh5co-page #shop .flex-box .info dl dd {
  font-weight: 500;
  width: calc(100% - 5.5em);
}
#fh5co-page #shop .flex-box .info dl.last {
  display: block;
}
#fh5co-page #shop .flex-box .info dl.last dt {
  margin: 10px 0 5px;
  width: 100%;
}
#fh5co-page #shop .flex-box .info dl.last dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#fh5co-page #shop .flex-box .info dl.last dd span {
  width: 35%;
}
#fh5co-page #shop .flex-box .info dl.last dd span.date {
  width: 15%;
}
#fh5co-page #shop .flex-box .info .parking {
  border: 1px solid red;
  color: red;
  display: inline-block;
  font-weight: 500;
  margin-top: 5px;
  padding: 2px 15px;
}
#fh5co-page #shop .flex-box .map {
  width: 60%;
  position: relative;
}
#fh5co-page #shop .flex-box .map iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #shop .flex-box .map {
    margin-top: 20px;
    padding: 45% 0;
    width: 100%;
  }
}
#fh5co-page #shop .banner {
  max-width: 550px;
  margin: 3.5em auto 0;
}
#fh5co-page #shop .banner a {
  background: #00387f;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 1em 0;
  text-align: center;
  text-decoration: none;
}
#fh5co-page #campaign {
  width: 100%;
  position: relative;
  line-height: 1;
  margin-top: 80px;
}
#fh5co-page #campaign:before {
  content: "";
  position: absolute;
  width: calc(50% + 400px);
  height: 100%;
  background-color: #00387f;
  z-index: 0;
  right: 0;
  top: 0;
}
#fh5co-page #campaign .col2 {
  width: 1180px;
  margin: 0 auto 0;
  padding: 64px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
#fh5co-page #campaign .col2 .ph {
  width: 570px;
}
#fh5co-page #campaign .col2 .ph .campaign_img01 {
  width: 510px;
  height: auto;
}
#fh5co-page #campaign .col2 .ph .campaign_img02 {
  width: 320px;
  height: auto;
  margin: -56px 0 0 250px;
}
#fh5co-page #campaign .col2 .col_r {
  width: 570px;
}
#fh5co-page #campaign .col2 .col_r .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 16px;
}
#fh5co-page #campaign .col2 .col_r .tit span {
  font-size: 12px;
  font-weight: 700;
  color: #FFF;
  padding-left: 32px;
}
#fh5co-page #campaign .col2 .col_r .campaign_txt {
  border-top: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px;
  text-align: center;
}
#fh5co-page #campaign .col2 .col_r .campaign_txt .txt01 {
  font-size: 28.2px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #FFF;
}
#fh5co-page #campaign .col2 .col_r .campaign_txt .txt01 span {
  font-size: 35.5px;
}
#fh5co-page #campaign .col2 .col_r .campaign_txt .txt02 {
  font-size: 44.2px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #FFF;
}
#fh5co-page #campaign .col2 .col_r .campaign_txt .txt02 span {
  font-size: 68.2px;
}
#fh5co-page #campaign .col2 .col_r .campaign_txt .txt03 {
  font-size: 90.34px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #ffff00;
  position: relative;
}
#fh5co-page #campaign .col2 .col_r .campaign_txt .txt03:before {
  content: "";
  width: 100%;
  height: 20px;
  background-color: #e83534;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: -1;
}
#fh5co-page #campaign .col2 .col_r .campaign_txt .txt03 span {
  font-size: 156.13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #ffff00;
}
#fh5co-page #campaign .col2 .col_r .campaign_txt .txt03 .txt_m {
  font-size: 118.5px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #ffff00;
}
#fh5co-page #campaign .col2 .col_r .campaign_txt .txt04 {
  font-size: 24.2px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
  text-align: center;
  line-height: 62px;
}
#fh5co-page #campaign .col2 .col_r .campaign_txt .txt04 span {
  width: 62px;
  height: 62px;
  border-radius: 31px;
  display: inline-block;
  background-color: #e83534;
  color: #FFF;
  font-size: 18px;
  letter-spacing: 0;
  margin-right: 8px;
}
#fh5co-page #campaign .col2 .col_r .campaign_txt .txt05 {
  font-size: 37px;
  font-weight: 700;
  letter-spacing: 0em;
  color: #ffff00;
}
#fh5co-page #campaign .col2 .col_r .campaign_txt .txt05 span {
  font-size: 56px;
}
#fh5co-page #campaign .col3 {
  width: 100%;
  padding: 70px 0;
  background-color: #FFF;
  display: block;
}
#fh5co-page #campaign .col3 .col {
  width: 800px;
  margin: 0 auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#fh5co-page #campaign .col3 .col img {
  width: 380px;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #campaign {
    width: 100%;
    position: relative;
    line-height: 1;
    margin-top: 40px;
  }
  #fh5co-page #campaign:before {
    content: none;
  }
  #fh5co-page #campaign .col2 {
    width: 100%;
    margin: 0 auto 0;
    padding: 0 0 40px;
    display: block;
  }
  #fh5co-page #campaign .col2 .col_r {
    width: 100%;
  }
  #fh5co-page #campaign .col3 {
    display: none;
  }
  #fh5co-page #campaign .col3 .col {
    display: none;
  }
}
#fh5co-page #brand {
  margin-bottom: 60px;
}
#fh5co-page #brand .notes {
  margin-top: 15px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #brand {
    margin-bottom: 40px;
  }
  #fh5co-page #brand .notes {
    font-size: 10px;
    text-align: center;
  }
}
#fh5co-page #store-list {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #store-list {
    margin-bottom: 40px;
  }
}
#fh5co-page #store-list .flex-box {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #store-list .flex-box {
    display: block;
    margin: auto;
  }
}
#fh5co-page #store-list .flex-box .box {
  margin: 0 15px 30px;
  width: calc(50% - 30px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #store-list .flex-box .box {
    margin: 0 auto 30px;
    width: 100%;
  }
  #fh5co-page #store-list .flex-box .box:last-child {
    margin-bottom: 0;
  }
}
#fh5co-page #store-list .flex-box .box .name {
  color: #00387f;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #store-list .flex-box .box .name {
    text-align: center;
  }
}
#fh5co-page #store-list .flex-box .box dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
  font-size: 14px;
  margin: 0 auto 0.25em;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #store-list .flex-box .box dl {
    font-size: 13px;
    margin: 0 auto;
  }
}
#fh5co-page #store-list .flex-box .box dl dt {
  width: 70px;
  font-weight: normal;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #store-list .flex-box .box dl dt {
    width: 60px;
  }
}
#fh5co-page #store-list .flex-box .box dl dd {
  width: calc(100% - 100px);
  font-weight: normal;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #store-list .flex-box .box dl dd {
    width: calc(100% - 70px);
  }
}
#fh5co-page #store-list .flex-box .box a {
  background-color: #e83434;
  color: #fff;
  display: block;
  font-size: 15px;
  margin-top: 15px;
  padding: 5px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
}
#fh5co-page #store-list .flex-box .box .notes {
  color: #7f7f7f;
  font-size: 13px;
  line-height: 20px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  #fh5co-page #store-list .flex-box .box .notes {
    font-size: 12px;
    line-height: 18px;
  }
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 56, 128, 0.8);
  text-align: center;
}

.modal-content {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 50%;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 540px;
  height: 315px;
}

.modal {
  display: none;
  overflow: inherit;
}

iframe.youtube {
  vertical-align: top;
}

.close-btn {
  position: absolute;
  right: -10%;
  top: -10%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .close-btn {
    right: -4%;
    top: -25%;
  }
}

.close-btn i {
  font-size: 20px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .close-btn i {
    font-size: 30px;
  }
}

/* スマホ設定 */
@media only screen and (max-width: 767px) {
  .modal-content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 90%;
    height: auto;
  }
  .youtube-box {
    position: relative;
    width: 100%;
    padding-top: 65%;
  }
  .youtube {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */