@charset "UTF-8";
/* Scss Document */
/*-------------------------------------------------------

カラー

----------------------------------------------------------*/
/*-------------------------------------------------------

メディアクエリ

----------------------------------------------------------*/
/*-------------------------------------------------------

サブメニュー 連番

----------------------------------------------------------*/
.g-menu__submenu-item:nth-child(1) {
  transition-delay: 0.1s; }

.g-menu__submenu-item:nth-child(2) {
  transition-delay: 0.2s; }

.g-menu__submenu-item:nth-child(3) {
  transition-delay: 0.3s; }

.g-menu__submenu-item:nth-child(4) {
  transition-delay: 0.4s; }

.g-menu__submenu-item:nth-child(5) {
  transition-delay: 0.5s; }

.g-menu__submenu-item:nth-child(6) {
  transition-delay: 0.6s; }

/*-------------------------------------------------------

矢印モジュール

----------------------------------------------------------*/
/*-------------------------------------------------------

flex オプション

----------------------------------------------------------*/
/*-------------------------------------------------------

その他 オプション

----------------------------------------------------------*/
/*-------------------------------------------------------

MV

----------------------------------------------------------*/
.mv-container {
  position: relative; }
  .mv-container #mv-item li {
    background-size: cover !important;
    height: calc(668 / 1366 * 100vw); }
    .mv-container #mv-item li.slide-item1 {
      background: url("https://placehold.jp/1920x960.png") no-repeat center center; }
      @media only screen and (max-width: 767px) {
        .mv-container #mv-item li.slide-item1 {
          background: url("https://placehold.jp/750x750.png") no-repeat center center; } }
    .mv-container #mv-item li.slide-item2 {
      background: url("https://placehold.jp/cfd1ff/ffffff/1920x960.png") no-repeat center center; }
      @media only screen and (max-width: 767px) {
        .mv-container #mv-item li.slide-item2 {
          background: url("https://placehold.jp/cfd1ff/ffffff/750x750.png") no-repeat center center; } }
    .mv-container #mv-item li.slide-item3 {
      background: url("https://placehold.jp/f5cfff/ffffff/1920x960.png") no-repeat center center; }
      @media only screen and (max-width: 767px) {
        .mv-container #mv-item li.slide-item3 {
          background: url("https://placehold.jp/f5cfff/ffffff/750x750.png") no-repeat center center; } }
    @media only screen and (max-width: 767px) {
      .mv-container #mv-item li {
        height: calc(750 / 750 * 100vw); } }

.slick-prev {
  background: #fff;
  z-index: 99;
  width: 100px;
  height: 80px;
  right: 100px;
  bottom: 0;
  position: absolute; }
  @media only screen and (max-width: 767px) {
    .slick-prev {
      right: 50px;
      width: 50px;
      height: 40px; } }
  .slick-prev::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 6px;
    height: 6px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg); }
  .slick-prev::before {
    content: "";
    position: absolute;
    height: 50%;
    width: 1px;
    background: #ddd;
    right: 0;
    transform: translateY(-50%); }

.slick-next {
  background: #fff;
  z-index: 99;
  width: 100px;
  height: 80px;
  right: 0;
  bottom: 0;
  position: absolute; }
  @media only screen and (max-width: 767px) {
    .slick-next {
      width: 50px;
      height: 40px; } }
  .slick-next::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 6px;
    height: 6px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.mv {
  position: relative;
  width: 100%;
  height: 768px; }
  @media only screen and (max-width: 767px) {
    .mv {
      height: calc(565 / 750 * 100vw); } }
  .mv__slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 768px; }
    @media only screen and (max-width: 767px) {
      .mv__slider {
        height: calc(565 / 750 * 100vw); } }
  .mv__item {
    width: 100%;
    height: 768px; }
    @media only screen and (max-width: 767px) {
      .mv__item {
        height: calc(565 / 750 * 100vw); } }
  .mv__img--1 {
    background: url("/wp-content/themes/express-custom-tajimageka/images/material/main01.jpg") no-repeat center center/cover;
    /*@include breakPoint(sp){
      background: url('/wp-content/themes/express-custom-tajimageka/images/material/main01_sp.jpg') no-repeat center center / cover;
    }*/ }
  .mv__img--2 {
    background: url("/wp-content/themes/express-custom-tajimageka/images/material/main02.jpg") no-repeat center center/cover;
    /*@include breakPoint(sp){
      background: url('/wp-content/themes/express-custom-tajimageka/images/material/main02_sp.jpg') no-repeat center center / cover;
    }*/ }
  .mv__img--3 {
    background: url("/wp-content/themes/express-custom-tajimageka/images/material/main03.jpg") no-repeat center center/cover;
    /*@include breakPoint(sp){
      background: url('/wp-content/themes/express-custom-tajimageka/images/material/main03_sp.jpg') no-repeat center center / cover;
    }*/ }
  .mv__copy {
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    position: absolute;
    bottom: calc(20% - 8.4rem);
    left: calc(30% - 28.9rem);
    color: #fff;
    padding: 40px 30px;
    font-size: 7.2rem;
    /* letter-spacing: 0.2em; */
    text-align: left;
    line-height: 1.5; }
    @media only screen and (max-width: 1079px) {
      .mv__copy {
        font-size: 5.5rem;
        left: calc(35% - 22.6rem);
        bottom: calc(20% - 8.4rem); } }
    @media only screen and (max-width: 767px) {
      .mv__copy {
        font-size: 3rem;
        padding: 20px;
        letter-spacing: 0;
        text-indent: 0;
        left: calc(45% - 16.5rem);
        bottom: calc(20% - 6.5rem); } }
  .mv__access {
    position: absolute;
    top: calc(25% - 8.4rem);
    left: 0;
    color: #fff;
    padding: 20px 20px;
    font-size: 2rem;
    text-indent: 0.2em;
    text-align: left;
    line-height: 1.5;
    z-index: 1; }
    @media only screen and (max-width: 1079px) {
      .mv__access {
        font-size: 2rem;
        top: calc(15% - 7.4rem); } }
    @media only screen and (max-width: 767px) {
      .mv__access {
        font-size: 1.2rem;
        padding: 10px;
        letter-spacing: 0;
        text-indent: 0;
        left: 0;
        top: calc(5%);
        width: 90%; } }
    .mv__access::before {
      content: "";
      background-color: #000000;
      opacity: 0.3;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    .mv__access small {
      font-size: 80%; }
  .mv__link {
    position: absolute;
    bottom: 6%;
    left: 80%;
    width: 14rem;
    height: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.8rem;
    text-align: center;
    background: -moz-linear-gradient(left, #bb4a00 0%, #d69c00 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #bb4a00 0%, #d69c00 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #bb4a00 0%, #d69c00 100%); }
    @media only screen and (max-width: 767px) {
      .mv__link {
        bottom: 3%; } }
    @media only screen and (max-width: 767px) {
      .mv__link {
        width: 12rem;
        height: 12rem;
        bottom: -12%;
        width: 10rem;
        height: 10rem;
        font-size: 1rem;
        line-height: 1.3rem; } }
    .mv__link .mv__link-text {
      display: block;
      font-size: 1.6em;
      line-height: 1.3; }
    .mv__link:hover {
      background: #BB4A00; }
    .mv__link::after {
      content: "";
      position: absolute;
      bottom: 13%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: calc(50% - 3px);
      width: 6px;
      height: 6px;
      border-top: solid 2px #ffffff;
      border-right: solid 2px #ffffff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

.zoom__img {
  width: 100%;
  height: 768px;
  background-size: cover;
  transform-origin: center;
  transform: scale(1);
  transition: transform 10s linear 0s; }
  @media only screen and (max-width: 767px) {
    .zoom__img {
      height: calc(565 / 750 * 100vw); } }
  .zoom__img::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    /* mvの上に黒フィルター10% */ }
.zoom-active .zoom__img {
  transform: scale(1.2); }

.res-btn a {
  background: #00A2AB 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 10px #000029;
  padding: 10px 5px;
  color: #ffffff;
  position: fixed;
  right: 0;
  top: 300px;
  width: 70px;
  height: 215px;
  font-weight: bold; }
  .res-btn a::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 10px;
    width: 29px;
    height: 29px;
    background: url("/wp-content/themes/express-custom-tajimageka/images/material/menu-icon-time.svg") no-repeat center center; }
  .res-btn a p:first-child {
    position: absolute;
    top: 35px;
    left: 20px;
    font-size: 2.6rem; }
  .res-btn a p:nth-child(2) {
    position: absolute;
    top: 75px;
    left: 20px;
    font-size: 1.6rem; }
  .res-btn a .vertical {
    writing-mode: vertical-rl;
    letter-spacing: 0.1em; }
  .res-btn a:hover {
    opacity: 0.8; }

#fitness .res-btn a::before {
  background: url("/wp-content/themes/express-custom-tajimageka/images/material/menu-icon-mail.svg") no-repeat center center; }
#fitness .res-btn a span {
  font-size: 2.2rem;
  position: absolute;
  top: 50px;
  left: 15px; }

/*-------------------------------------------------------

content

----------------------------------------------------------*/
#top-news {
  width: 100%; }
  @media only screen and (max-width: 1079px) {
    #top-news {
      margin-top: 20px; } }
  #top-news .button {
    background-color: #fff;
    border: solid 1px #E6511B;
    padding: 0.9em 1.8em; }
    #top-news .button a {
      font-size: 1.8rem;
      color: #E6511B; }
  #top-news .common-arrow::after {
    border-top: solid 2px #E6511B;
    border-right: solid 2px #E6511B; }

.news {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .news {
      flex-wrap: wrap; } }
  .news-list {
    padding-right: 60px; }
    @media only screen and (max-width: 767px) {
      .news-list {
        padding-right: 0; } }
  .news__box {
    max-width: 240px;
    width: 100%;
    margin-right: 60px; }
    @media only screen and (max-width: 767px) {
      .news__box {
        margin: 0 auto; } }
  .news__ttl {
    line-height: 1; }
    .news__ttl span {
      display: block;
      margin-top: 20px;
      font-size: 1.4rem; }
      @media only screen and (max-width: 767px) {
        .news__ttl span {
          text-align: center; } }
    .news__ttl img {
      height: 3.2rem; }
  .news .common-btn-2 {
    margin-top: 30px; }
    @media only screen and (max-width: 767px) {
      .news .common-btn-2 {
        margin-top: 20px; } }
  .news__list {
    font-size: 1.6rem;
    border-top: 1px solid #fff;
    padding-top: 20px;
    max-width: 700px;
    width: 110%; }
    @media only screen and (max-width: 767px) {
      .news__list {
        margin-top: 20px;
        width: 100%; } }
  .news__item {
    padding: 20px 0;
    border-bottom: 1px solid #fff; }
    .news__item:first-child {
      padding-top: 0; }
    .news__item a {
      margin-left: 30px; }
  .news__link {
    color: #E6511B; }

/*-------------------------------------------------------

message

----------------------------------------------------------*/
.top-message {
  background: url("/wp-content/themes/express-custom-tajimageka/images/material/message.jpg") no-repeat right center;
  background-color: #FF6934;
  padding: 30px 0 30px 5.8565vw; }
  @media only screen and (max-width: 1079px) {
    .top-message {
      margin: 50px 0; } }
  @media only screen and (max-width: 767px) {
    .top-message {
      padding: 30px 20px;
      margin: 50px 0;
      background: #FF6934; } }
  .top-message .ttl {
    font-size: 2em;
    color: #fff;
    padding-bottom: 0.5em; }
  .top-message .sub-ttl {
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
    padding-bottom: 0.5em; }
  .top-message .text {
    color: #fff;
    width: 35%; }
    @media only screen and (max-width: 767px) {
      .top-message .text {
        width: 100%; } }

/*-------------------------------------------------------

info

----------------------------------------------------------*/
.top-info {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 30px; }
  @media only screen and (max-width: 767px) {
    .top-info {
      padding: 20px 15px; } }
  .top-info .hyphen-list {
    padding: 0.5em 1em 0.5em 2.3em;
    position: relative; }
    .top-info .hyphen-list li {
      padding: 0.5em 0; }
      .top-info .hyphen-list li::before {
        content: "-";
        position: absolute;
        left: 1em;
        /*左端からのアイコンまで*/
        color: #ffb03f;
        /*アイコン色*/ }

@media only screen and (max-width: 767px) {
  .top-info .flex-between-wrap li:nth-child(2)::before {
    content: none; } }
/*-------------------------------------------------------

SCROLL

----------------------------------------------------------*/
#scroll {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  text-align: center;
  display: inline-block;
  transition: all .2s;
  z-index: 1; }
  @media only screen and (max-width: 1079px) {
    #scroll {
      display: none; } }
  #scroll a {
    text-decoration: none;
    display: flex;
    color: #fff;
    position: relative;
    width: 100%;
    height: 100%;
    top: 10px;
    left: 0;
    font-size: 1.5rem;
    justify-content: center;
    align-items: flex-end;
    z-index: 1; }
  #scroll::before, #scroll::after {
    position: absolute;
    width: 50px;
    height: 50px;
    margin: auto;
    content: "";
    vertical-align: middle; }
  #scroll::after {
    top: 65px;
    left: 15px;
    width: 16px;
    height: 16px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    animation: arrow 2s infinite; }

@keyframes arrow {
  50% {
    top: 45px;
    opacity: 0; }
  100% {
    top: 65px;
    opacity: 1; } }

/*# sourceMappingURL=top.css.map */
