@charset "UTF-8";
/*
Theme Name: CLUB ATENA
Description: 特別な時間を高級感と癒しの空間で
Version: 1.0
Tags: html5 css3(scss) javascript php mysql FontAwesome4.7.0
*/
@font-face {
  font-family: "'Zen Old Mincho', serif";
  src: local("Yu Gothic Regular");
  font-weight: 400; }
@font-face {
  font-family: "'Zen Old Mincho', serif";
  src: local("Yu Gothic Medium");
  font-weight: 500; }
@font-face {
  font-family: "'Zen Old Mincho', serif";
  src: local("Yu Gothic SemiBold");
  font-weight: 600; }
@font-face {
  font-family: "'Zen Old Mincho', serif";
  src: local("Yu Gothic Bold");
  font-weight: 700; }
@font-face {
  font-family: "'Zen Old Mincho', serif";
  src: local("Yu Gothic Black ");
  font-weight: 900; }
*, *:before, *:after {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }
  html:focus {
    outline: none; }

body {
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #333; }

main {
  display: block;
  overflow: hidden; }

.fontSerif {
  font-family: "Zen Old Mincho", serif; }

.pc {
  display: block !important; }

.sp {
  display: none !important; }

@media screen and (max-width: 767px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
/* ----------------------------------- */
/* コンテナ
/* ----------------------------------- */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  transition: ease-in .1s; }
  @media screen and (min-width: 1025px) {
    .container {
      max-width: 970px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .container {
      max-width: 970px;
      padding-left: 5%;
      padding-right: 5%; } }
  @media screen and (max-width: 767px) {
    .container {
      max-width: 750px; } }

.navicon {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  transition: ease-in .1s; }
  @media screen and (min-width: 1025px) {
    .navicon {
      max-width: 1170px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .navicon {
      max-width: 970px;
      padding-left: 5%;
      padding-right: 5%; } }
  @media screen and (max-width: 767px) {
    .navicon {
      max-width: 750px; } }

/* ----------------------------------- */
/* clearfix
/* ----------------------------------- */
.clearfix:before, .clearfix:after, .container:before, .container:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after {
  clear: both; }

/* ----------------------------------- */
/* フォントサイズ・余白 */
/* ----------------------------------- */
.fs12 {
  font-size: 12px !important; }

.fs14 {
  font-size: 14px !important; }

.fs16 {
  font-size: 16px !important; }

.fs18 {
  font-size: 18px !important; }

.fs20 {
  font-size: 20px !important; }

.fs22 {
  font-size: 22px !important; }

.fs24 {
  font-size: 24px !important; }

.mt0 {
  margin-top: 0	 !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb0 {
  margin-bottom: 0   !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb28_5 {
  margin-bottom: 28.5px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb48 {
  margin-bottom: 48px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.mb160 {
  margin-bottom: 160px !important; }

.w10p {
  width: 10% !important; }

.w20p {
  width: 20% !important; }

.w30p {
  width: 30% !important; }

.w40p {
  width: 40% !important; }

.w50p {
  width: 50% !important; }

.w60p {
  width: 60% !important; }

.w70p {
  width: 70% !important; }

.w80p {
  width: 80% !important; }

.w90p {
  width: 90% !important; }

.w100p {
  width: 100% !important; }

/* ----------------------------------- */
/* リンク */
/* ----------------------------------- */
a {
  color: #00F;
  text-decoration: underline;
  transition: all ease .3s; }
  a:hover, a:focus {
    color: #F00;
    text-decoration: none;
    transition: all ease .3s; }
  a:focus, a:active, a:hover {
    outline: 0;
    text-decoration: none; }
  a img:hover {
    opacity: 0.8; }

/* ----------------------------------- */
/* 配置 */
/* ----------------------------------- */
.alignnone {
  max-width: 100%; }

.alignleft {
  display: inline;
  float: left; }

.alignright {
  display: inline;
  float: right; }

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }

blockquote.alignleft,
img.alignleft {
  margin: 0 20px 20px 0; }
blockquote.alignright,
img.alignright {
  margin: 0 0 20px 20px; }
blockquote.aligncenter,
img.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto; }

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 20px; }

/* ----------------------------------- */
/* イメージ */
/* ----------------------------------- */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  flex-shrink: 0; }
  img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
    height: auto; }
  img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 30px; }
  img.alignleft {
    display: inline;
    float: left;
    margin-right: 20px; }
  img.alignright {
    display: inline;
    float: right;
    margin-left: 20px; }
  img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px !important; }

/* ----------------------------------- */
/* ギャラリー */
/* ----------------------------------- */
.gallery {
  margin: 30px 0; }
  .gallery .gallery-item {
    display: inline-block;
    padding: 0 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0 0 15px; }
    .gallery .gallery-item .gallery-icon img {
      margin: 0 auto;
      width: 100%;
      height: auto;
      border: none !important; }
    .gallery .gallery-item .gallery-caption {
      color: #707070;
      display: block;
      text-align: left;
      font-size: 14px;
      line-height: 1.5;
      padding: 0.5em 0 0;
      margin: 0; }
  .gallery.gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery.gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery.gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery.gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery.gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery.gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery.gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery.gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

/* キャプション */
/* ----------------------------------- */
.wp-caption {
  max-width: 100%;
  margin: 0; }
  .wp-caption img {
    border-color: none; }

/* ----------------------------------- */
/* ボタン */
/* ----------------------------------- */
.btnWrap {
  margin: 40px 0; }

.btn {
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 60px;
  margin: 30px 0 30px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  text-decoration: none;
  transition: .3s ease-in;
  user-select: none;
  position: relative;
  border-radius: 30px;
  color: #fff !important;
  background-image: radial-gradient(circle, #ce9b50, #e8ac5e 80%);
  max-width: 280px;
  cursor: pointer;
  display: inline-block;
  outline: none;
  overflow: hidden;
  text-align: center;
  border: 0;
  padding: 15px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
  .btn::before {
    content: '';
    /*絶対配置でキラッと光るの位置を決める*/
    position: absolute;
    top: 0;
    left: -75%;
    /*キラッと光る形状*/
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg); }
  .btn:hover, .btn:focus {
    color: #FFFFFF; }
    .btn:hover::before, .btn:focus::before {
      animation: shine 0.7s; }
@keyframes shine {
  100% {
    left: 125%; } }
  .btn.arrow:after {
    position: absolute;
    align-items: center;
    border: none;
    content: "\f105";
    font-family: FontAwesome;
    transform: none;
    color: #fff;
    right: 15px;
    font-size: 20px;
    border-radius: 0;
    top: 50%;
    margin-top: -15px;
    transition: .3s ease-in; }
  .btn.arrow:hover:after, .btn.arrow:focus:after {
    color: #000; }
  .btn.arrowReverse:after {
    position: absolute;
    align-items: center;
    border: none;
    content: "\f105";
    font-family: FontAwesome;
    transform: none;
    color: #000;
    right: 15px;
    font-size: 20px;
    border-radius: 0;
    top: 50%;
    margin-top: -15px;
    transition: .3s ease-in; }
  .btn.arrowReverse:hover:after, .btn.arrowReverse:focus:after {
    color: #fff; }
  .btn.reverse {
    text-decoration: none;
    color: #000;
    background: #fff;
    border-color: #000; }
    .btn.reverse:hover, .btn.reverse:focus {
      background: #000;
      color: #fff; }
  .btn.btnLeft {
    margin: 0; }
  .btn.btnRight {
    margin: 0 auto 0 0; }
  .btn.btnCenter {
    margin-left: auto;
    margin-right: auto;
    display: block; }
  .btn.btnFull {
    max-width: none; }
  .btn.type2 {
    background: #CA1633;
    border-color: #CA1633;
    color: #fff; }
    .btn.type2:after {
      color: #fff; }
    .btn.type2:hover {
      background: #000;
      border-color: #000;
      color: #fff; }
      .btn.type2:hover:after {
        color: #fff; }

@media screen and (max-width: 767px) {
  .btn {
    max-width: 200px;
    height: 50px;
    font-size: 16px;
    padding: 12px 0; } }
/* ----------------------------------- */
/* カラム */
/* ----------------------------------- */
.column2Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px; }
  .column2Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }
    .column2Wrap .columnBox p:last-of-type {
      margin-bottom: 0; }
    .column2Wrap .columnBox:nth-of-type(n + 3) {
      margin-top: 20px; }
  .column2Wrap.sp3_7 .columnBox:nth-of-type(odd) {
    flex-basis: 300px;
    max-width: 300px; }
  .column2Wrap.sp3_7 .columnBox:nth-of-type(even) {
    flex-basis: calc( 100% - 320px );
    max-width: calc( 100% - 320px ); }
  .column2Wrap.sp7_3 .columnBox:nth-of-type(odd) {
    flex-basis: calc( 100% - 320px );
    max-width: calc( 100% - 320px ); }
  .column2Wrap.sp7_3 .columnBox:nth-of-type(even) {
    flex-basis: 300px;
    max-width: 300px; }
  .column2Wrap.sp140 .columnBox:nth-of-type(-n + 2) {
    margin-top: 0; }
  .column2Wrap.sp140 .columnBox:nth-of-type(odd) {
    flex-basis: 140px;
    max-width: 140px; }
  .column2Wrap.sp140 .columnBox:nth-of-type(even) {
    flex-basis: calc( 100% - 160px );
    max-width: calc( 100% - 160px ); }
  .column2Wrap.sp250 .columnBox:nth-of-type(odd) {
    flex-basis: 250px;
    max-width: 250px; }
  .column2Wrap.sp250 .columnBox:nth-of-type(even) {
    flex-basis: calc( 100% - 270px );
    max-width: calc( 100% - 270px ); }
  .column2Wrap .column2Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }

.column3Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px; }
  .column3Wrap:after {
    content: "";
    display: block;
    width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }
  .column3Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 );
    max-width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }
    .column3Wrap .columnBox img {
      width: 100%;
      max-width: 100%; }
    .column3Wrap .columnBox p:last-child {
      margin-bottom: 0; }
    .column3Wrap .columnBox:nth-of-type(-n + 3) {
      margin-top: 0; }

.column4Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative; }
  .column4Wrap .columnBox p:last-child {
    margin-bottom: 0; }
  .column4Wrap .columnBox img {
    max-width: 100%;
    width: 100%; }

.column6Wrap {
  display: flex;
  flex-wrap: wrap; }
  .column6Wrap .columnBox {
    flex-basis: calc( (100% - 50px) / 6);
    max-width: calc( (100% - 50px) / 6);
    margin-right: 10px; }
    .column6Wrap .columnBox img {
      max-width: 100%;
      width: 100%; }
    .column6Wrap .columnBox:last-of-type {
      margin-right: 0; }
    .column6Wrap .columnBox:nth-of-type(n + 7) {
      margin-top: 20px; }

.column1_1_2 .columnBox {
  flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
  max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }
  .column1_1_2 .columnBox:nth-of-type(-n + 2) {
    margin-top: 0; }

.column1_3_3 .columnBox {
  flex-basis: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 );
  max-width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }
  .column1_3_3 .columnBox:nth-of-type(n + 4) {
    margin-top: 20px; }

.column2_3_3:after {
  content: "";
  display: block;
  width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }
.column2_3_3 .columnBox {
  flex-basis: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 );
  max-width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }
  .column2_3_3 .columnBox:nth-of-type(2) {
    margin-top: 0; }
  .column2_3_3 .columnBox:nth-of-type(n + 4) {
    margin-top: 20px; }

.column2_4_4:after {
  width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
  content: "";
  display: block; }
.column2_4_4:before {
  width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
  content: "";
  display: block;
  order: 1; }
.column2_4_4 .columnBox {
  flex-basis: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
  max-width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 ); }
  .column2_4_4 .columnBox:nth-of-type(-n+2) {
    margin-top: 0; }
  .column2_4_4 .columnBox:nth-of-type(-n+4) {
    margin-top: 0; }

.columnBox {
  overflow: hidden; }
  .columnBox img {
    align-self: baseline;
    max-width: 100%; }
  .columnBox p:last-of-type {
    margin: 0; }

.borderBox .columnBox {
  padding: 15px 20px;
  border: 1px solid #eee;
  overflow: visible; }
  .borderBox .columnBox + .borderNone {
    border: none; }

@media screen and (min-width: 1025px) {
  .column2Wrap.lp3_7 .columnBox:first-of-type {
    flex-basis: calc( ( 100% - ( 60px ) ) / 3);
    max-width: calc( ( 100% - (60px) ) / 3); }
  .column2Wrap.lp3_7 .columnBox:last-of-type {
    flex-basis: calc((((100% - 60px) / 3) * 2) + 30px);
    max-width: calc((((100% - 60px) / 3) * 2) + 30px); }
  .column2Wrap.lp7_3 .columnBox:first-of-type {
    flex-basis: calc((((100% - 60px) / 3) * 2) + 30px);
    max-width: calc((((100% - 60px) / 3) * 2) + 30px); }
  .column2Wrap.lp7_3 .columnBox:last-of-type {
    flex-basis: calc( ( 100% - ( 60px ) ) / 3);
    max-width: calc( ( 100% - (60px) ) / 3); }

  .column3Wrap:after {
    content: "";
    display: block;
    width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }
  .column3Wrap .columnBox:nth-of-type(n + 4) {
    margin-top: 20px; }

  .column4Wrap:after {
    width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    content: "";
    display: block; }
  .column4Wrap:before {
    width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    content: "";
    display: block;
    order: 1; }
  .column4Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    max-width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 ); }
    .column4Wrap .columnBox:nth-of-type(n + 5) {
      margin-top: 20px; }

  .column1_2_3 .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 );
    max-width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .column3Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }
    .column3Wrap .columnBox:nth-of-type(n + 3) {
      margin-top: 20px; }

  .column4Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }
    .column4Wrap .columnBox:nth-of-type(n + 3) {
      margin-top: 20px; }

  .column1_1_2 .columnBox {
    flex-basis: 100%;
    max-width: 100%; }
    .column1_1_2 .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }

  .column1_3_3 .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 );
    max-width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }
    .column1_3_3 .columnBox:nth-of-type(n + 3) {
      margin-top: 0; }

  .column1_2_3 .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }

  .column2_4_4:after {
    width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    content: "";
    display: block; }
  .column2_4_4:before {
    width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    content: "";
    display: block;
    order: 1; }
  .column2_4_4 .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    max-width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 ); }
    .column2_4_4 .columnBox:nth-of-type(-n+2) {
      margin-top: 0; }
    .column2_4_4 .columnBox:nth-of-type(-n+4) {
      margin-top: 0; } }
@media screen and (max-width: 767px) {
  .column2Wrap {
    /* &.lp3_7 {
        .columnBox {
            &:nth-of-type(odd) {
                flex-basis: 100%;
                max-width: 100%;
            }
            &:nth-of-type(even) {
                flex-basis: 100%;
                max-width: 100%;
            }
        }
    }
    &.lp7_3 {
        .columnBox {
            &:nth-of-type(odd) {
                flex-basis: 100%;
                max-width: 100%;
            }
            &:nth-of-type(even) {
                flex-basis: 100%;
                max-width: 100%;
            }
        }
    } */ }
    .column2Wrap .columnBox {
      flex-basis: 100%;
      max-width: 100%; }
      .column2Wrap .columnBox:nth-of-type(n + 3) {
        margin-top: 0; }
      .column2Wrap .columnBox:nth-of-type(n + 2) {
        margin-top: 20px; }
    .column2Wrap.sp3_7 .columnBox:nth-of-type(odd) {
      flex-basis: 100%;
      max-width: 100%; }
    .column2Wrap.sp3_7 .columnBox:nth-of-type(even) {
      flex-basis: 100%;
      max-width: 100%; }
    .column2Wrap.sp7_3 .columnBox:nth-of-type(odd) {
      flex-basis: 100%;
      max-width: 100%; }
    .column2Wrap.sp7_3 .columnBox:nth-of-type(even) {
      flex-basis: 100%;
      max-width: 100%; }
    .column2Wrap.sp140 .columnBox:nth-of-type(odd) {
      flex-basis: 100%;
      max-width: 100%; }
    .column2Wrap.sp140 .columnBox:nth-of-type(even) {
      flex-basis: 100%;
      max-width: 100%; }
    .column2Wrap.sp140 .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }
    .column2Wrap.sp250 .columnBox:nth-of-type(odd) {
      flex-basis: 100%;
      max-width: 100%; }
    .column2Wrap.sp250 .columnBox:nth-of-type(even) {
      flex-basis: 100%;
      max-width: 100%; }
    .column2Wrap.sp250 .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }

  .column3Wrap .columnBox {
    flex-basis: 100%;
    max-width: 100%; }
    .column3Wrap .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }

  .column4Wrap .columnBox {
    flex-basis: 100%; }
    .column4Wrap .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }

  .column6Wrap {
    justify-content: space-between; }
    .column6Wrap .columnBox {
      flex-basis: calc( 50% - 5px );
      max-width: calc( 50% - 5px ); }
      .column6Wrap .columnBox:nth-of-type(n + 4) {
        margin-top: 0; }
      .column6Wrap .columnBox:nth-of-type(n + 7) {
        margin-top: 0; }
      .column6Wrap .columnBox:nth-of-type(n + 3) {
        margin-top: 20px; }

  .column1_1_2 .columnBox {
    flex-basis: 100%;
    max-width: 100%; }
    .column1_1_2 .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }

  .column1_3_3 .columnBox {
    flex-basis: 100%;
    max-width: 100%; }
    .column1_3_3 .columnBox:nth-of-type(n + 4) {
      margin-top: 0; }

  .column2_3_3 .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }
    .column2_3_3 .columnBox:nth-of-type(n + 4) {
      margin-top: 0; }
    .column2_3_3 .columnBox:nth-of-type(n + 3) {
      margin-top: 20px; }

  .column2_4_4 .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }
    .column2_4_4 .columnBox:nth-of-type(n + 2) {
      margin-top: 0; }
    .column2_4_4 .columnBox:nth-of-type(n + 3) {
      margin-top: 20px; } }
/* ---------------------------------------------------------------- */
/* ヘッダー */
/* ---------------------------------------------------------------- */
#header {
  height: 90px;
  padding-bottom: 5px;
  display: none; }
  #header #headerCnt {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    padding: 0 15px; }
    #header #headerCnt #headerRead {
      flex-basis: 100%;
      min-height: 24px;
      transition: 0 ease-in;
      margin-bottom: 5px;
      padding: 0; }
      #header #headerCnt #headerRead h1 {
        color: #303030;
        padding: 0;
        margin: 0;
        font-size: 12px;
        font-weight: 100;
        line-height: 1.4;
        transition: 0.3s ease-in; }
    #header #headerCnt #logoArea {
      flex-basis: 240px;
      width: 240px;
      align-self: center; }
      #header #headerCnt #logoArea #logo a {
        display: block;
        width: 100%; }
        #header #headerCnt #logoArea #logo a img {
          max-width: 240px;
          height: 80px; }
    #header #headerCnt #headerContact {
      display: inline-flex;
      margin-left: auto;
      flex-basis: 430px;
      width: 430px; }
      #header #headerCnt #headerContact ul {
        margin: 0 auto 0 15px;
        padding: 0;
        display: flex;
        justify-content: flex-end; }
        #header #headerCnt #headerContact ul li {
          list-style: none; }
          #header #headerCnt #headerContact ul li:nth-of-type(1) {
            display: flex;
            max-height: 50px;
            flex-wrap: wrap;
            align-items: center;
            flex-basis: 255px; }
            #header #headerCnt #headerContact ul li:nth-of-type(1) span {
              font-size: 12px;
              line-height: 1.2; }
            #header #headerCnt #headerContact ul li:nth-of-type(1) img {
              flex-shrink: 0; }
          #header #headerCnt #headerContact ul li:nth-of-type(2) {
            margin-left: 15px; }
            #header #headerCnt #headerContact ul li:nth-of-type(2) a {
              background: #000;
              border: 1px solid #000;
              display: flex;
              height: 50px;
              width: 160px;
              justify-content: center;
              align-items: center;
              color: #fff;
              font-weight: bold;
              font-size: 18px;
              text-decoration: none; }
              #header #headerCnt #headerContact ul li:nth-of-type(2) a:hover, #header #headerCnt #headerContact ul li:nth-of-type(2) a:focus {
                background: #fff;
                border-color: #000;
                cursor: pointer;
                color: #000; }
              #header #headerCnt #headerContact ul li:nth-of-type(2) a i {
                margin-right: 10px; }
  @media screen and (min-width: 1025px) {
    #header #headerCnt {
      max-width: 1170px; }
      #header #headerCnt #headerRead h1 br {
        display: inline-block; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    #header #headerCnt {
      max-width: 970px;
      padding-left: 5%;
      padding-right: 5%; } }
  @media screen and (max-width: 767px) {
    #header {
      height: auto; }
      #header #headerCnt {
        max-width: 750px;
        justify-content: space-between;
        height: auto;
        padding: 0; }
        #header #headerCnt #logoArea #logo {
          margin: 0 0 0 15px; }
        #header #headerCnt #headerRead {
          background: #000; }
          #header #headerCnt #headerRead h1 {
            color: #fff;
            padding: 4px 15px; }
            #header #headerCnt #headerRead h1 br {
              display: none; }
        #header #headerCnt #headerContact {
          display: none; } }

/* ---------------------------------------------------------------- */
/* ヘッダーメニュー */
/* ---------------------------------------------------------------- */
/* SPメニュー */
/* ----------------------------------- */
.admin-bar #navi_contents.navi_contents-on {
  padding-top: 46px !important; }

.openSpNavi {
  width: 100%;
  height: 100%;
  overflow: hidden !important; }

#drawerNaviWrap {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 400; }
  #drawerNaviWrap .drawerNaviBtnWrap {
    width: 60px;
    height: 60px;
    position: relative;
    cursor: pointer; }
  #drawerNaviWrap .drawerNaviBtn {
    display: block;
    position: absolute;
    top: 19px;
    left: 50%;
    width: 30px;
    margin-left: -15px;
    height: 19px;
    transition: all .5s;
    z-index: 3; }
    #drawerNaviWrap .drawerNaviBtn:after {
      content: "";
      position: absolute;
      bottom: -20px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 10px;
      font-weight: 400;
      color: #000;
      font-family: 'Noto Sans JP', sans-serif; }
    #drawerNaviWrap .drawerNaviBtn span {
      display: block;
      position: absolute;
      left: 0;
      width: 32px;
      height: 1px;
      background-color: #000;
      border-radius: 2px;
      transition: all .5s; }
      #drawerNaviWrap .drawerNaviBtn span:nth-child(1) {
        top: 0; }
      #drawerNaviWrap .drawerNaviBtn span:nth-child(2) {
        top: 9px;
        width: 20px; }
      #drawerNaviWrap .drawerNaviBtn span:nth-child(3) {
        bottom: -1px;
        width: 11px; }
  #drawerNaviWrap .drawer-nav {
    display: block;
    position: fixed;
    top: 0;
    right: -300px;
    bottom: 0;
    width: 300px;
    background: #FFFFFF;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 999;
    opacity: 0; }
    #drawerNaviWrap .drawer-nav .drawerInner {
      padding: 0; }
      #drawerNaviWrap .drawer-nav .drawerInner .drawer_top {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background: #191919; }
        #drawerNaviWrap .drawer-nav .drawerInner .drawer_top .drawer_logo {
          width: 120px;
          flex-basis: 120px;
          margin-left: auto;
          margin-right: 0; }
          #drawerNaviWrap .drawer-nav .drawerInner .drawer_top .drawer_logo a img {
            max-width: 100px; }
        #drawerNaviWrap .drawer-nav .drawerInner .drawer_top .drawer_sns {
          width: calc(100% - 150px);
          flex-basis: calc(100% - 150px);
          display: flex;
          align-items: center; }
          #drawerNaviWrap .drawer-nav .drawerInner .drawer_top .drawer_sns .drawer_line {
            margin-right: 25px; }
      #drawerNaviWrap .drawer-nav .drawerInner .drawer_con {
        margin: 0 auto;
        padding-top: 30px;
        display: block;
        text-align: center; }
        #drawerNaviWrap .drawer-nav .drawerInner .drawer_con .drawer_btn {
          margin: 25px 0; }
          #drawerNaviWrap .drawer-nav .drawerInner .drawer_con .drawer_btn .d_btn {
            background-image: radial-gradient(circle, #7c2e88, #2a232b 80%);
            width: 240px;
            height: 50px;
            font-size: 18px;
            font-weight: Regular;
            display: block;
            border-radius: 30px;
            margin: 0 auto;
            color: #FFFFFF;
            text-decoration: none;
            padding: 10px 0;
            position: relative; }
            #drawerNaviWrap .drawer-nav .drawerInner .drawer_con .drawer_btn .d_btn::before {
              position: absolute;
              width: 20px;
              height: 20px;
              background: url("images/home/w_tel.svg") no-repeat;
              background-position: center left;
              background-size: 20px;
              display: block; }
            #drawerNaviWrap .drawer-nav .drawerInner .drawer_con .drawer_btn .d_btn:hover {
              opacity: 0.8; }
    #drawerNaviWrap .drawer-nav ul {
      margin: 0;
      padding: 0;
      width: 100%;
      list-style: none; }
      #drawerNaviWrap .drawer-nav ul li {
        margin: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border-bottom: 1px solid #F5F5F5;
        position: relative; }
        #drawerNaviWrap .drawer-nav ul li a {
          width: 100%;
          min-height: 40px;
          text-decoration: none;
          display: block;
          color: #2A232B;
          font-size: 18px;
          padding: 10px 15px;
          transition-duration: 0.2s;
          background: url("images/home/hm_arrow.svg") no-repeat;
          background-size: 10px;
          background-position: center right 10px; }
          #drawerNaviWrap .drawer-nav ul li a:hover {
            color: #333; }
        #drawerNaviWrap .drawer-nav ul li.children {
          overflow: hidden; }
          #drawerNaviWrap .drawer-nav ul li.children > a {
            position: relative;
            width: calc( 100% - 40px ); }
          #drawerNaviWrap .drawer-nav ul li.children .childrenToggle {
            width: 40px;
            height: 40px;
            position: relative;
            top: 0px;
            background: #000; }
            #drawerNaviWrap .drawer-nav ul li.children .childrenToggle:after {
              content: '';
              width: 10px;
              height: 10px;
              border: 1px solid;
              border-color: transparent transparent #fff #fff;
              transform: rotate(-45deg);
              display: block;
              margin: 4px 15px 0 auto;
              position: absolute;
              top: 50%;
              right: 0;
              margin-top: -8px; }
          #drawerNaviWrap .drawer-nav ul li.children .sub-menu {
            display: none;
            border-top: 1px solid #fff; }
            #drawerNaviWrap .drawer-nav ul li.children .sub-menu li a {
              background-color: #000;
              min-height: inherit;
              display: block;
              padding: 8px 15px 8px 27px; }
            #drawerNaviWrap .drawer-nav ul li.children .sub-menu li:last-child {
              border: none; }
        #drawerNaviWrap .drawer-nav ul li .fa-external-link {
          padding-left: 5px; }
  #drawerNaviWrap #overlay {
    display: none;
    transition: all .5s; }
  #drawerNaviWrap.open#drawerNaviWrap {
    position: relative;
    right: 125px; }
  #drawerNaviWrap.open .drawerNaviBtnWrap {
    border: none;
    z-index: 10;
    width: 50px;
    height: 50px;
    display: none; }
  #drawerNaviWrap.open .drawerNaviBtn {
    top: 10px;
    left: 10px;
    margin-left: 0; }
  #drawerNaviWrap.open .drawerNavClose {
    font-size: 30px;
    line-height: 1;
    color: #FFFFFF;
    border: 1px solid #191919;
    background-color: #191919;
    position: fixed;
    width: 50px;
    height: 50px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px; }
    #drawerNaviWrap.open .drawerNavClose span {
      position: relative;
      top: -3px; }
    #drawerNaviWrap.open .drawerNavClose:after {
      content: "";
      left: 50%;
      bottom: 8px;
      transform: translateX(-50%);
      position: absolute;
      width: 30px;
      color: #000;
      display: block;
      font-size: 10px;
      font-weight: 400;
      font-family: 'Noto Sans JP', sans-serif; }
  #drawerNaviWrap.open .drawer-nav {
    right: 0;
    opacity: 1;
    background: #FFFFFF; }
  #drawerNaviWrap.open #overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    z-index: 2; }

/* ----------------------------------- */
/* PCメニュー */
/* ----------------------------------- */
/*編集中のみ*/
#wpadminbar {
  display: none; }

#drawerNaviWrap {
  display: none; }

#mainNaviArea {
  display: none;
  margin: 0;
  padding: 0;
  background: #FFFFFF; }
  #mainNaviArea #mainNavi {
    padding: 0; }
    #mainNaviArea #mainNavi ul {
      margin: 0;
      padding: 0;
      width: 100%;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #mainNaviArea #mainNavi ul > li {
        font-size: 14px;
        list-style: none;
        margin: 0;
        padding: 0;
        height: 100%;
        flex: 1 0 auto;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center; }
        #mainNaviArea #mainNavi ul > li a {
          justify-content: center;
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          align-self: center;
          text-align: center;
          font-size: 18px;
          color: #1C171D;
          font-weight: Regular;
          margin: 0;
          padding: 0;
          text-decoration: none;
          line-height: 1.2; }
          #mainNaviArea #mainNavi ul > li a:hover, #mainNaviArea #mainNavi ul > li a:focus, #mainNaviArea #mainNavi ul > li a:active {
            cursor: pointer;
            color: #F00; }
          #mainNaviArea #mainNavi ul > li a span {
            flex-basis: 100%;
            font-size: 12px; }
        #mainNaviArea #mainNavi ul > li.current > a {
          color: #F00 !important; }
        #mainNaviArea #mainNavi ul > li ul.sub-menu {
          position: absolute;
          top: 100%;
          left: 0;
          display: block;
          text-align: left;
          z-index: 0;
          padding: 0;
          margin: 0;
          height: 0;
          width: 180px; }
          #mainNaviArea #mainNavi ul > li ul.sub-menu li {
            overflow: hidden;
            padding: 0;
            margin: 0;
            height: 0;
            width: 180px; }
            #mainNaviArea #mainNavi ul > li ul.sub-menu li a {
              margin: 0;
              opacity: 0;
              padding: 0 10px;
              font-size: 14px;
              display: block;
              text-align: left;
              position: relative; }
        #mainNaviArea #mainNavi ul > li:hover, #mainNaviArea #mainNavi ul > li:focus {
          transition: .3s ease-in-out; }
          #mainNaviArea #mainNavi ul > li:hover ul.sub-menu, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu {
            z-index: 1;
            height: 100%;
            opacity: 1; }
            #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li {
              padding: 0;
              height: auto;
              opacity: 1;
              width: 180px;
              text-align: left;
              background: #000;
              border-bottom: #ccc 1px solid; }
              #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a {
                padding: 10px;
                opacity: 1;
                display: block;
                border-bottom: 1px solid #000;
                transition: .3s ease-in-out; }
                #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:last-of-type, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:last-of-type {
                  border: none; }
                #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:after, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:after {
                  position: absolute;
                  align-items: center;
                  border: none;
                  content: "\f0a9";
                  font-family: FontAwesome;
                  transform: none;
                  color: #fff;
                  right: 15px;
                  font-size: 14px;
                  border-radius: 0;
                  top: 27%;
                  transition: .3s ease-in; }
                #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:hover, #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:focus, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:hover, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:focus {
                  color: #000;
                  background: #fff; }
                  #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:hover:after, #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:focus:after, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:hover:after, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:focus:after {
                    color: #000; }
              #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li:last-of-type a, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li:last-of-type a {
                border-bottom: none; }
        #mainNaviArea #mainNavi ul > li.current-menu-item > a {
          color: #c7c7c7 !important; }
          #mainNaviArea #mainNavi ul > li.current-menu-item > a ul.sub-menu > a {
            color: #c7c7c7 !important;
            background: #fff; }
            #mainNaviArea #mainNavi ul > li.current-menu-item > a ul.sub-menu > a:hover, #mainNaviArea #mainNavi ul > li.current-menu-item > a ul.sub-menu > a:focus {
              color: #c7c7c7 !important; }
        #mainNaviArea #mainNavi ul > li.current-menu-parent > ul li.current-menu-item a {
          color: #c7c7c7 !important;
          background: #fff; }
  #mainNaviArea.sub_page_position {
    position: fixed;
    top: 0px !important;
    left: 0% !important;
    z-index: 5;
    display: block;
    width: 100%; }
    #mainNaviArea.sub_page_position .mainnavi_inner {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center;
      height: 100px; }
      #mainNaviArea.sub_page_position .mainnavi_inner #logoArea {
        width: 170px;
        flex-basis: 170px; }
        #mainNaviArea.sub_page_position .mainnavi_inner #logoArea #logo a img {
          max-width: 160px; }
      #mainNaviArea.sub_page_position .mainnavi_inner #mainNavi {
        width: calc(100% - 280px);
        flex-basis: calc(100% - 280px);
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        #mainNaviArea.sub_page_position .mainnavi_inner #mainNavi .mainNavi_global {
          width: calc(100% - 85px);
          flex-basis: calc(100% - 85px); }
        #mainNaviArea.sub_page_position .mainnavi_inner #mainNavi .snsArea {
          width: 80px;
          flex-basis: 80px; }
  #mainNaviArea.fixed {
    width: 100%;
    position: fixed;
    margin: 0 auto;
    z-index: 5;
    height: 100px;
    top: 0;
    transition: ease-in .1s;
    box-shadow: 1px 1px 15px #eee;
    background: #FFFFFF;
    display: block; }
    #mainNaviArea.fixed + #main {
      margin-top: 0 !important; }
    #mainNaviArea.fixed .mainnavi_inner {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center;
      height: 100px; }
      #mainNaviArea.fixed .mainnavi_inner #logoArea {
        width: 170px;
        flex-basis: 170px; }
        #mainNaviArea.fixed .mainnavi_inner #logoArea #logo a img {
          max-width: 160px; }
      #mainNaviArea.fixed .mainnavi_inner #mainNavi {
        width: calc(100% - 280px);
        flex-basis: calc(100% - 280px);
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        #mainNaviArea.fixed .mainnavi_inner #mainNavi .mainNavi_global {
          width: calc(100% - 85px);
          flex-basis: calc(100% - 85px); }
        #mainNaviArea.fixed .mainnavi_inner #mainNavi .snsArea {
          width: 80px;
          flex-basis: 80px; }

.admin-bar #mainNaviArea.fixed + #main {
  margin-top: 70px !important; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #mainNaviArea.sub_page_position .mainnavi_inner #logoArea {
    width: 160px;
    flex-basis: 160px; }
  #mainNaviArea.sub_page_position .mainnavi_inner #mainNavi {
    width: calc(100% - 200px);
    flex-basis: calc(100% - 200px); }
    #mainNaviArea.sub_page_position .mainnavi_inner #mainNavi .mainNavi_global li a {
      font-size: 13px; }
  #mainNaviArea.fixed .mainnavi_inner #logoArea {
    width: 160px;
    flex-basis: 160px; }
  #mainNaviArea.fixed .mainnavi_inner #mainNavi {
    width: calc(100% - 200px);
    flex-basis: calc(100% - 200px); }
    #mainNaviArea.fixed .mainnavi_inner #mainNavi .mainNavi_global li a {
      font-size: 13px; } }
@media screen and (max-width: 767px) {
  #mainNaviArea {
    display: none; }
    #mainNaviArea.sub_page_position {
      height: 60px; }
      #mainNaviArea.sub_page_position .mainnavi_inner {
        height: 60px; }
        #mainNaviArea.sub_page_position .mainnavi_inner #logoArea {
          width: 100px;
          flex-basis: 100px; }
          #mainNaviArea.sub_page_position .mainnavi_inner #logoArea #logo a img {
            max-width: 100px; }
        #mainNaviArea.sub_page_position .mainnavi_inner #mainNavi {
          width: calc(100% - 220px);
          flex-basis: calc(100% - 220px); }
          #mainNaviArea.sub_page_position .mainnavi_inner #mainNavi .mainNavi_global {
            display: none; }
          #mainNaviArea.sub_page_position .mainnavi_inner #mainNavi .snsArea {
            width: 100px;
            flex-basis: 100px; }
    #mainNaviArea.fixed {
      height: 60px;
      width: 100%;
      position: fixed;
      margin: 0 auto;
      z-index: 5;
      top: 0;
      transition: ease-in .1s;
      box-shadow: 1px 1px 15px #eee;
      background: #FFFFFF;
      display: block; }
      #mainNaviArea.fixed .mainnavi_inner {
        height: 60px; }
        #mainNaviArea.fixed .mainnavi_inner #logoArea {
          width: 100px;
          flex-basis: 100px; }
          #mainNaviArea.fixed .mainnavi_inner #logoArea #logo a img {
            max-width: 100px; }
        #mainNaviArea.fixed .mainnavi_inner #mainNavi {
          width: calc(100% - 180px);
          flex-basis: calc(100% - 180px); }
          #mainNaviArea.fixed .mainnavi_inner #mainNavi .mainNavi_global {
            display: none; }
          #mainNaviArea.fixed .mainnavi_inner #mainNavi .snsArea {
            width: 100px;
            flex-basis: 100px; }

  #drawerNaviWrap {
    display: block; } }
/* ---------------------------------------------------------------- */
/* フッターエリア */
/* ---------------------------------------------------------------- */
#footer {
  clear: both;
  position: relative;
  background: #1C171D url("images/home/tubu2.png"); }
  #footer #copyright {
    flex-basis: 100%;
    width: 100%;
    text-align: center;
    margin-top: 65px; }
    #footer #copyright p {
      color: #FFFFFF;
      font-size: 14px;
      margin: 0; }
  @media screen and (min-width: 1025px) {
    #footer {
      padding: 110px 0 90px; }
      #footer #footerCntWrap {
        margin: 0 auto;
        display: block;
        text-align: center; }
        #footer #footerCntWrap .footersnsArea {
          padding: 30px 0 45px; }
          #footer #footerCntWrap .footersnsArea .f_sns {
            margin: 0 15px; }
        #footer #footerCntWrap .f_btnWrap {
          margin: 0 0 30px; }
          #footer #footerCntWrap .f_btnWrap .f_btn {
            width: 100%;
            max-width: 240px;
            height: 60px;
            border: #FFFFFF solid 1px;
            padding: 17px 50px 17px 60px;
            color: #FFFFFF;
            background: url("images/home/f_mail.svg") no-repeat;
            background-size: 25px;
            background-position: top 20px left 41px;
            text-decoration: none;
            display: block;
            margin: 0 auto; }
            #footer #footerCntWrap .f_btnWrap .f_btn:hover {
              border: #FFFFFF solid 1px;
              background: #FFFFFF url("images/home/icon_mail_black.svg") no-repeat;
              color: #707070;
              background-size: 25px;
              background-position: top 20px left 41px; }
        #footer #footerCntWrap .f_pp {
          font-size: 12px;
          color: #FFFFFF;
          text-decoration: none;
          border-bottom: #FFFFFF solid 1px;
          padding-bottom: 5px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    #footer {
      padding: 110px 0 90px; }
      #footer #footerCntWrap {
        margin: 0 auto;
        display: block;
        text-align: center; }
        #footer #footerCntWrap .footersnsArea {
          padding: 30px 0 45px; }
          #footer #footerCntWrap .footersnsArea .f_sns {
            margin: 0 15px; }
        #footer #footerCntWrap .f_btnWrap {
          margin: 0 0 30px; }
          #footer #footerCntWrap .f_btnWrap .f_btn {
            width: 100%;
            max-width: 240px;
            height: 60px;
            border: #FFFFFF solid 1px;
            padding: 17px 50px 17px 60px;
            color: #FFFFFF;
            background: url("images/home/f_mail.svg") no-repeat;
            background-size: 25px;
            background-position: top 20px left 41px;
            text-decoration: none;
            display: block;
            margin: 0 auto; }
        #footer #footerCntWrap .f_pp {
          font-size: 12px;
          color: #FFFFFF;
          text-decoration: none;
          border-bottom: #FFFFFF solid 1px;
          padding-bottom: 5px; } }
  @media screen and (max-width: 767px) {
    #footer {
      padding: 150px 0 140px; }
      #footer #footerCntWrap {
        margin: 0 auto;
        display: block;
        text-align: center; }
        #footer #footerCntWrap .footersnsArea {
          padding: 30px 0 45px; }
          #footer #footerCntWrap .footersnsArea .f_sns {
            margin: 0 15px; }
        #footer #footerCntWrap .f_btnWrap {
          margin: 0 0 30px; }
          #footer #footerCntWrap .f_btnWrap .f_btn {
            width: 100%;
            max-width: 240px;
            height: 60px;
            border: #FFFFFF solid 1px;
            padding: 17px 50px 17px 60px;
            color: #FFFFFF;
            background: url("images/home/f_mail.svg") no-repeat;
            background-size: 25px;
            background-position: top 20px left 41px;
            text-decoration: none;
            display: block;
            margin: 0 auto; }
        #footer #footerCntWrap .f_pp {
          font-size: 12px;
          color: #FFFFFF;
          text-decoration: none;
          border-bottom: #FFFFFF solid 1px;
          padding-bottom: 5px; } }

/* ---------------------------------------------------------------- */
/* サイドバー  */
/* ---------------------------------------------------------------- */
#sidebar .widget-area {
  display: none; }
#sidebar .widget img {
  max-width: 100%; }

/* ---------------------------------------------------------------- */
/* ページナビ */
/* ---------------------------------------------------------------- */
.wp-pagenavi {
  position: relative;
  text-align: center;
  padding: 0 0;
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px; }
  .wp-pagenavi a, .wp-pagenavi span {
    color: #000;
    width: 32px;
    height: 32px;
    padding: 3px 0 0 0;
    text-decoration: none;
    background: #fff;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px; }
  .wp-pagenavi a:hover,
  .wp-pagenavi a:focus {
    color: #000000;
    text-decoration: underline; }
  .wp-pagenavi span.current {
    color: #000;
    font-weight: 400;
    text-decoration: underline; }
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    font-size: 20px;
    color: #000;
    background: none;
    border: none; }
    .wp-pagenavi .nextpostslink:hover, .wp-pagenavi .nextpostslink:focus,
    .wp-pagenavi .previouspostslink:hover,
    .wp-pagenavi .previouspostslink:focus {
      color: #c7c7c7;
      background: none;
      border: none; }
  .wp-pagenavi .fa-arrow-right:before {
    content: "\f054";
    font-size: 10px; }
  .wp-pagenavi .fa-arrow-left:before {
    content: "\f053";
    font-size: 10px; }

/* ---------------------------------------------------------------- */
/* ページトップ ボタン */
/* ---------------------------------------------------------------- */
#pagetopArea {
  position: absolute;
  left: 50%;
  margin-left: 540px; }
  #pagetopArea a {
    font-size: 22px;
    font-weight: 100;
    text-align: center;
    width: 100%;
    text-decoration: none; }
    #pagetopArea a img {
      max-width: 30px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #pagetopArea {
    margin-left: 330px; } }
@media screen and (max-width: 767px) {
  #pagetopArea {
    margin-left: 153px; } }
/* ---------------------------------------------------------------- */
/* CTA固定ボタン */
/* ---------------------------------------------------------------- */
#fixedBtnSpArea {
  width: 100%;
  opacity: 0;
  z-index: 10;
  position: fixed;
  bottom: -60px;
  transition: .6s;
  background-color: #2A232B; }
  #fixedBtnSpArea.fixedsp {
    opacity: 1;
    transition: .6s;
    bottom: 0; }
  #fixedBtnSpArea #fixedBtnSp {
    display: none !important; }
    #fixedBtnSpArea #fixedBtnSp ul {
      margin: 0 0 0 0;
      padding: 0;
      height: 55px;
      width: 100%;
      overflow: hidden;
      display: flex; }
      #fixedBtnSpArea #fixedBtnSp ul li {
        list-style: none;
        flex-basis: 100%;
        background: url("images/home/fixed_now.svg") no-repeat;
        background-position: top 10px center;
        background-size: 15px; }
        #fixedBtnSpArea #fixedBtnSp ul li.fixed_c {
          background: url("images/home/coupon.svg") no-repeat;
          background-position: top 13px center;
          background-size: 21px; }
        #fixedBtnSpArea #fixedBtnSp ul li.fixed_t {
          background: url("images/home/icon_tel.svg") no-repeat;
          background-position: top 10px center;
          background-size: 17px; }
        #fixedBtnSpArea #fixedBtnSp ul li a {
          display: flex;
          flex-wrap: wrap;
          width: 100%;
          height: 100%;
          color: #fff;
          justify-content: center;
          align-items: stretch;
          margin: 0;
          padding: 35px 10px 0;
          font-size: 12px;
          text-decoration: none;
          background-repeat: no-repeat;
          background-size: auto 20px;
          background-position: center 10px; }
          #fixedBtnSpArea #fixedBtnSp ul li a:hover, #fixedBtnSpArea #fixedBtnSp ul li a:focus {
            background-color: #000;
            color: #fff; }
        #fixedBtnSpArea #fixedBtnSp ul li + li {
          border-left: 1px solid #fff; }
  @media screen and (max-width: 767px) {
    #fixedBtnSpArea #fixedBtnSp {
      display: block !important; } }

/* ---------------------------------------------------------------- */
/* メインスライダー  */
/* ---------------------------------------------------------------- */
#sliderArea {
  position: relative;
  clear: both;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden; }
  #sliderArea #sliderSp {
    display: none; }
  #sliderArea .metaslider .flex-control-paging li a.flex-active {
    background: #000; }
  @media screen and (max-width: 767px) {
    #sliderArea #sliderPc {
      display: none; } }

/* ---------------------------------------------------------------- */
/* HOME */
/* ---------------------------------------------------------------- */
#indexPage p {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 35px; }

/* #newsArea */
#newsArea {
  margin: 110px 0; }
  #newsArea .news_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #newsArea .news_inner .ntll_box {
      width: 240px;
      flex-basis: 240px;
      order: 1; }
      #newsArea .news_inner .ntll_box .ntll {
        font-size: 80px;
        font-family: 'Playfair Display', serif;
        margin: 0;
        line-height: 1.0;
        font-weight: 900; }
      #newsArea .news_inner .ntll_box .nbtnbox {
        margin-top: 35px; }
        #newsArea .news_inner .ntll_box .nbtnbox .n_btn {
          border: #2A232B solid 1px;
          font-size: 14px;
          width: 60px;
          height: 25px;
          padding: 0 10px;
          border-radius: 20px;
          text-align: center;
          text-decoration: none;
          color: #2A232B;
          display: block;
          line-height: 1.3; }
          #newsArea .news_inner .ntll_box .nbtnbox .n_btn:hover {
            background: #2A232B;
            color: #FFFFFF; }
    #newsArea .news_inner .postListWrap {
      width: calc(100% - 320px);
      flex-basis: calc(100% - 320px);
      order: 2; }
      #newsArea .news_inner .postListWrap .postBox {
        margin-bottom: 75px; }
        #newsArea .news_inner .postListWrap .postBox time {
          color: #1C171D;
          font-size: 14px; }
        #newsArea .news_inner .postListWrap .postBox .permaLinkWrap a {
          color: #1C171D;
          text-decoration: none;
          font-size: 16px; }
          #newsArea .news_inner .postListWrap .postBox .permaLinkWrap a:hover {
            text-decoration: underline; }

@media screen and (max-width: 767px) {
  #newsArea {
    margin: 50px 0; }
    #newsArea .news_inner .ntll_box {
      width: 100%;
      flex-basis: 100%;
      display: flex;
      justify-content: space-between;
      margin-bottom: 20px; }
      #newsArea .news_inner .ntll_box .ntll {
        font-size: 40px; }
      #newsArea .news_inner .ntll_box .nbtnbox {
        margin-top: 10px; }
    #newsArea .news_inner .postListWrap {
      width: 100%;
      flex-basis: 100%; }
      #newsArea .news_inner .postListWrap .postBox {
        margin-bottom: 40px; } }
/* #newsArea */
#blogArea {
  margin: 50px 0; }
  #blogArea h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    margin: 0 0 30px;
    padding: 0;
    background-size: 22px auto; }
    #blogArea h3 a {
      display: inline-block;
      font-size: 16px;
      font-weight: 400;
      text-decoration: none;
      color: #00F; }
      #blogArea h3 a:hover, #blogArea h3 a:focus {
        color: #F00; }

/* ---------------------------------------------------------------- */
/* fixednow */
/* ---------------------------------------------------------------- */
.fixednow {
  position: fixed;
  bottom: 10px;
  right: 25px;
  z-index: 999;
  display: block; }
  .fixednow .drawer_btn .d_btn {
    background: radial-gradient(circle, #7c2e88, #2a232b 80%);
    width: 240px;
    height: 60px;
    font-size: 20px;
    font-weight: 400;
    display: block;
    border-radius: 30px;
    margin: 0 auto;
    color: #FFFFFF;
    text-decoration: none;
    padding: 15px 0 15px 10px;
    position: relative;
    text-align: center; }
    .fixednow .drawer_btn .d_btn:hover {
      opacity: 0.8; }
    .fixednow .drawer_btn .d_btn::before {
      position: absolute;
      width: 30px;
      content: "";
      height: 30px;
      background: url("images/home/fixed_now.svg") no-repeat;
      background-position: center left;
      background-size: 17px;
      display: block;
      left: 40px; }

@media screen and (max-width: 767px) {
  .fixednow {
    display: none; } }
/* ---------------------------------------------------------------- */
/* event_con */
/* ---------------------------------------------------------------- */
.event_con {
  background: #1C171D url("images/home/tubu2.png");
  padding: 125px 0 110px;
  position: relative; }
  .event_con .Champagneimg {
    position: absolute;
    bottom: 100px;
    max-width: 260px;
    z-index: 2; }
  .event_con h3 {
    font-size: 28px;
    color: #FEEAA2;
    text-align: center;
    font-weight: 400;
    margin-bottom: 114px; }
  .event_con .e_img {
    position: absolute;
    z-index: 2;
    max-width: 410px;
    top: 50%;
    margin-top: -195px; }
  .event_con .eventWrap {
    position: relative;
    overflow: hidden;
    z-index: 0; }
    .event_con .eventWrap::before {
      width: 570px;
      height: 100%;
      background: #1C171D url("images/home/tubu2.png");
      position: absolute;
      content: "";
      display: block;
      left: -400px;
      z-index: 2; }
    .event_con .eventWrap::after {
      width: 80px;
      height: 100%;
      background: #1C171D url("images/home/tubu2.png");
      position: absolute;
      content: "";
      display: block;
      right: -40px;
      z-index: 2; }
    .event_con .eventWrap .event-fvSwiper {
      position: inherit;
      max-width: 720px;
      margin: 0 30px 0 auto;
      border-radius: 16px;
      overflow: visible; }
      .event_con .eventWrap .event-fvSwiper .swiper-wrapper .swiper-slide {
        border-radius: 16px; }
        .event_con .eventWrap .event-fvSwiper .swiper-wrapper .swiper-slide .e_link {
          width: 100%;
          height: 100%;
          display: block;
          color: #fff;
          font-size: 20px;
          font-weight: 400;
          text-decoration: none; }
          .event_con .eventWrap .event-fvSwiper .swiper-wrapper .swiper-slide .e_link .eventimgbox {
            border-radius: 16px;
            position: relative; }
            .event_con .eventWrap .event-fvSwiper .swiper-wrapper .swiper-slide .e_link .eventimgbox::after {
              position: absolute;
              content: "";
              bottom: 0;
              left: 0;
              right: 0;
              top: 0;
              width: 100%;
              height: 100%;
              background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, #000000 100%, #000000);
              margin: 0 auto;
              border-radius: 16px; }
            .event_con .eventWrap .event-fvSwiper .swiper-wrapper .swiper-slide .e_link .eventimgbox img {
              border-radius: 16px; }
          .event_con .eventWrap .event-fvSwiper .swiper-wrapper .swiper-slide .e_link .eventtxtbox {
            position: absolute;
            bottom: 5px;
            right: 30px; }
      .event_con .eventWrap .event-fvSwiper .event-button-next {
        background: url("images/home/e_arrow.svg") no-repeat;
        width: 80px;
        height: 80px;
        background-size: 80px;
        background-position: center;
        right: -34px;
        margin-top: -45px; }
        .event_con .eventWrap .event-fvSwiper .event-button-next::after {
          display: none; }

@media screen and (max-width: 767px) {
  .event_con {
    padding: 55px 0 55px; }
    .event_con .Champagneimg {
      max-width: 130px; }
    .event_con .evtbtn::before {
      background-size: 50px;
      margin-top: 10px;
      width: 50px;
      height: 50px;
      right: 28px; }
    .event_con h3 {
      font-size: 22px; }
    .event_con .e_inner {
      display: flex;
      flex-wrap: wrap; }
      .event_con .e_inner .e_img {
        max-width: 205px; }
      .event_con .e_inner .event_imgbox {
        padding-top: 55px;
        max-width: 320px;
        float: left;
        order: 1; }
        .event_con .e_inner .event_imgbox .eventimg {
          max-width: 320px !important; }
      .event_con .e_inner .e_txt {
        order: 2;
        color: #FFFFFF;
        font-size: 14px;
        margin-left: auto;
        margin-right: 0; } }
/* ---------------------------------------------------------------- */
/* cast_con */
/* ---------------------------------------------------------------- */
.cast_con {
  padding: 20px 0 75px;
  /*----------pc--------------*/
  /*----------pc--------------*/
  /*----------sp--------------*/
  /*----------sp--------------*/ }
  .cast_con .casttll {
    margin: 0;
    font-size: 120px;
    font-family: 'Playfair Display', serif;
    position: relative;
    top: 65px;
    left: 50%;
    margin-left: 150px;
    z-index: -2;
    color: #1C171D;
    font-weight: 900; }
  .cast_con .column4Wrap .columnBox .cast_link {
    width: 100%;
    height: 100%;
    text-decoration: none; }
    .cast_con .column4Wrap .columnBox .cast_link .cimg_box img {
      max-width: 214px; }
    .cast_con .column4Wrap .columnBox .cast_link .ctxtbox {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      padding-top: 5px; }
      .cast_con .column4Wrap .columnBox .cast_link .ctxtbox .j_name {
        order: 1; }
        .cast_con .column4Wrap .columnBox .cast_link .ctxtbox .j_name p {
          font-size: 18px;
          color: #1C171D; }
      .cast_con .column4Wrap .columnBox .cast_link .ctxtbox .e_name {
        order: 2; }
        .cast_con .column4Wrap .columnBox .cast_link .ctxtbox .e_name p {
          font-size: 12px;
          color: #7A2D85;
          padding-top: 5px; }
  .cast_con .cast3Wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 375px;
    margin: 0 auto; }
    .cast_con .cast3Wrap .castcolBox {
      width: 33%;
      flex-basis: 33%;
      position: relative; }
      .cast_con .cast3Wrap .castcolBox .cast_link {
        text-decoration: none;
        width: 100%;
        height: 100%; }
        .cast_con .cast3Wrap .castcolBox .cast_link .cimg_box {
          width: 100%;
          position: relative; }
          .cast_con .cast3Wrap .castcolBox .cast_link .cimg_box img {
            max-width: 125px; }
          .cast_con .cast3Wrap .castcolBox .cast_link .cimg_box .c_sdw {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, #000000 100%, #000000);
            margin: 0 auto; }
        .cast_con .cast3Wrap .castcolBox .cast_link .ctxtbox {
          position: absolute;
          top: 160px; }
          .cast_con .cast3Wrap .castcolBox .cast_link .ctxtbox .j_name p {
            font-size: 14px;
            color: #FFFFFF;
            margin: 0; }
        .cast_con .cast3Wrap .castcolBox .cast_link .ctxtbox2 .e_name p {
          margin: 10px 0;
          color: #7A2D85;
          font-size: 10px;
          text-align: right;
          padding-right: 10px; }
  .cast_con .c_btnbox {
    margin: 25px 0;
    display: block;
    text-align: center; }
    .cast_con .c_btnbox .cast_btn {
      width: 280px;
      height: 60px;
      clear: both;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 60px;
      font-size: 18px;
      line-height: 1.5;
      font-weight: 400;
      -ms-touch-action: manipulation;
      touch-action: manipulation;
      text-decoration: none;
      transition: .3s ease-in;
      user-select: none;
      position: relative;
      border-radius: 30px;
      color: #fff !important;
      background-image: radial-gradient(circle, #ce9b50, #e8ac5e 80%);
      max-width: 280px;
      cursor: pointer;
      display: inline-block;
      outline: none;
      overflow: hidden;
      text-align: center;
      padding: 15px 0;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none; }
      .cast_con .c_btnbox .cast_btn::before {
        content: '';
        /*絶対配置でキラッと光るの位置を決める*/
        position: absolute;
        top: 0;
        left: -75%;
        /*キラッと光る形状*/
        width: 50%;
        height: 100%;
        　　　　　background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        transform: skewX(-25deg); }
      .cast_con .c_btnbox .cast_btn:hover, .cast_con .c_btnbox .cast_btn:focus {
        color: #FFFFFF; }
        .cast_con .c_btnbox .cast_btn:hover::before, .cast_con .c_btnbox .cast_btn:focus::before {
          animation: shine 0.7s; }
@keyframes shine {
  100% {
    left: 125%; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cast_con .casttll {
    margin-left: 0px; }

  .ctxtbox {
    flex-direction: column; } }
@media screen and (max-width: 767px) {
  .cast_con {
    padding: 20px 0 35px; }
    .cast_con .casttll {
      font-size: 60px;
      top: 27px;
      margin-left: 23px; } }
/* ---------------------------------------------------------------- */
/* cb_atn */
/* ---------------------------------------------------------------- */
.cb_atn {
  background: #1C171D url("images/home/tubu2.png");
  background-size: auto;
  padding: 100px 0 60px 0;
  position: relative;
  z-index: 1; }
  .cb_atn::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000 url("images/home/top2.jpg") no-repeat;
    background-size: cover;
    background-position: top 261px center;
    width: 100%;
    height: 661px;
    z-index: -1;
    box-shadow: inset 0px 400px 300px 0px rgba(0, 0, 0, 0.9); }
  .cb_atn .club_atenaimg {
    max-width: 272px; }
  .cb_atn h2 {
    color: #FEEAA2;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400; }
  .cb_atn p {
    color: #FFFFFF; }
  .cb_atn .column3Wrap.cb_mg {
    padding-top: 180px; }
  .cb_atn .column3Wrap .columnBox .cbatn_link {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    max-width: 300px;
    margin: 0 auto; }
    .cb_atn .column3Wrap .columnBox .cbatn_link .cbatn_imgbox {
      width: 300px;
      margin: 0 auto;
      overflow: hidden;
      height: 180px; }
      .cb_atn .column3Wrap .columnBox .cbatn_link .cbatn_imgbox img {
        transition: 1s all; }
    .cb_atn .column3Wrap .columnBox .cbatn_link .cbatn_txtbox {
      background: #FFFFFF;
      padding: 5px 10px;
      position: relative;
      color: #2A232B;
      outline: none; }
      .cb_atn .column3Wrap .columnBox .cbatn_link .cbatn_txtbox::before {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        background: url("images/home/atn_arrow.svg") no-repeat;
        background-position: right center;
        background-size: 12px;
        top: 20px;
        right: 7%;
        transition: all .3s; }
      .cb_atn .column3Wrap .columnBox .cbatn_link .cbatn_txtbox p {
        font-size: 24px;
        color: #2A232B;
        font-family: 'Playfair Display', serif;
        font-weight: 900; }
        .cb_atn .column3Wrap .columnBox .cbatn_link .cbatn_txtbox p span {
          font-size: 12px;
          margin-left: 15px; }
    .cb_atn .column3Wrap .columnBox .cbatn_link:hover .cbatn_imgbox img {
      transform: scale(1.2, 1.2);
      transition: 1s all; }
    .cb_atn .column3Wrap .columnBox .cbatn_link:hover .cbatn_txtbox::before {
      right: 2%; }

@media screen and (max-width: 767px) {
  .cb_atn {
    padding: 50px 0 25px 0; }
    .cb_atn .club_atenaimg {
      max-width: 204px; }
    .cb_atn h2 {
      font-size: 22px; }
    .cb_atn p {
      font-size: 14px; }
    .cb_atn .column3Wrap.cb_mg {
      padding-top: 55px; } }
/* ---------------------------------------------------------------- */
/* access_con */
/* ---------------------------------------------------------------- */
.access_con {
  background: #F1F2F6;
  padding: 110px 0 120px; }
  .access_con .access_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .access_con .access_inner .mapbox {
      order: 1;
      max-width: 445px;
      flex-basis: 445px; }
    .access_con .access_inner .actxtbox {
      order: 2;
      max-width: calc(100% - 505px);
      flex-basis: calc(100% - 505px); }
      .access_con .access_inner .actxtbox .atll {
        font-size: 80px;
        font-family: 'Playfair Display', serif;
        margin: 0;
        font-weight: 900; }
      .access_con .access_inner .actxtbox .ac_area {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .access_con .access_inner .actxtbox .ac_area .accol {
          width: 70px;
          flex-basis: 70px;
          order: 1; }
          .access_con .access_inner .actxtbox .ac_area .accol p {
            font-size: 16px;
            color: #2A232B;
            margin-bottom: 0; }
        .access_con .access_inner .actxtbox .ac_area .accol2 {
          width: calc(100% - 110px);
          flex-basis: calc(100% - 110px);
          order: 2; }
          .access_con .access_inner .actxtbox .ac_area .accol2 p {
            font-size: 16px;
            color: #2A232B;
            margin-bottom: 0; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mapbox {
    max-width: 100% !important;
    flex-basis: 100% !important; }

  .actxtbox {
    max-width: 100% !important;
    flex-basis: 100% !important; } }
@media screen and (max-width: 767px) {
  .access_con {
    padding: 55px 0 60px; }
    .access_con .access_inner .mapbox {
      max-width: 100%;
      flex-basis: 100%;
      margin: 0 auto;
      display: block;
      text-align: center; }
      .access_con .access_inner .mapbox .actll {
        font-size: 40px;
        font-family: 'Playfair Display', serif;
        text-align: left;
        margin: 0; }
      .access_con .access_inner .mapbox .club_atenamap {
        width: 345px;
        height: 345px; }
    .access_con .access_inner .actxtbox {
      max-width: 100%;
      flex-basis: 100%; } }
/* ---------------------------------------------------------------- */
/* ac_banner */
/* ---------------------------------------------------------------- */
.ac_banner {
  padding: 90px 0; }
  .ac_banner .acbanner_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .ac_banner .acbanner_inner .ba_cast {
      width: 445px;
      flex-basis: 445px;
      order: 1;
      overflow: hidden;
      height: 133px; }
      .ac_banner .acbanner_inner .ba_cast .ac_balink img {
        transition: 1s all; }
      .ac_banner .acbanner_inner .ba_cast .ac_balink:hover img {
        transform: scale(1.2, 1.2);
        transition: 1s all; }
    .ac_banner .acbanner_inner .ba_linebox {
      width: calc(100% - 495px);
      flex-basis: calc(100% - 495px);
      order: 2; }
      .ac_banner .acbanner_inner .ba_linebox .ba_line {
        width: 100%;
        max-width: 445px;
        height: 133px;
        position: relative; }
        .ac_banner .acbanner_inner .ba_linebox .ba_line .ac_linelink {
          width: 100%;
          height: 100%;
          text-decoration: none; }
          .ac_banner .acbanner_inner .ba_linebox .ba_line .ac_linelink p {
            font-size: 22px;
            margin: 0;
            padding: 45px 120px;
            color: #FFFFFF;
            transition: 1s all; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .acbanner_inner {
    flex-direction: column; }
    .acbanner_inner .ba_cast {
      width: 100% !important;
      flex-basis: 100% !important;
      margin: 10px auto;
      display: block;
      text-align: center;
      order: 1; }
    .acbanner_inner .ba_linebox {
      order: 2;
      width: 100% !important;
      flex-basis: 100% !important;
      margin: 10px auto;
      display: block;
      text-align: center;
      order: 2; }
      .acbanner_inner .ba_linebox .ba_line {
        max-width: 345px;
        height: 103px;
        margin: 10px auto;
        display: block;
        text-align: center; }
        .acbanner_inner .ba_linebox .ba_line::before {
          top: 33px;
          margin-left: -155px; }
        .acbanner_inner .ba_linebox .ba_line::after {
          top: 41px;
          margin-right: -127px; }
        .acbanner_inner .ba_linebox .ba_line .ac_linelink p {
          padding: 35px 75px !important; } }
@media screen and (max-width: 767px) {
  .ac_banner {
    padding: 60px 0; }
    .ac_banner .acbanner_inner .ba_cast {
      width: 100%;
      flex-basis: 100%;
      margin: 10px auto;
      display: block;
      text-align: center;
      height: 103px; }
      .ac_banner .acbanner_inner .ba_cast img {
        max-width: 345px; }
    .ac_banner .acbanner_inner .ba_linebox {
      width: 100%;
      flex-basis: 100% !important; }
      .ac_banner .acbanner_inner .ba_linebox .ba_line {
        max-width: 345px;
        height: 103px;
        margin: 10px auto;
        display: block;
        text-align: center; }
        .ac_banner .acbanner_inner .ba_linebox .ba_line::before {
          top: 33px;
          margin-left: -155px; }
        .ac_banner .acbanner_inner .ba_linebox .ba_line::after {
          top: 41px;
          margin-right: -127px; }
        .ac_banner .acbanner_inner .ba_linebox .ba_line .ac_linelink p {
          padding: 35px 75px; } }
/* ---------------------------------------------------------------- */
/* コンテンツ共通 */
/* ---------------------------------------------------------------- */
/* ニュースリストベース */
/* ---------------------------- */
.postListWrap .postBox {
  display: flex;
  margin-bottom: 10px;
  transition: ease-in .3s; }
  .postListWrap .postBox time {
    line-height: 1;
    font-size: 14px;
    width: 140px;
    align-self: center; }
  .postListWrap .postBox .permaLinkWrap {
    flex-basis: calc( 100% - 140px);
    width: calc( 100% - 140px); }
    .postListWrap .postBox .permaLinkWrap a {
      min-width: 0;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      display: block; }
  .postListWrap .postBox:hover i, .postListWrap .postBox:hover a, .postListWrap .postBox:focus i, .postListWrap .postBox:focus a {
    color: #F00;
    text-decoration: none; }
@media screen and (max-width: 767px) {
  .postListWrap .postBox {
    flex-wrap: wrap; }
    .postListWrap .postBox .permaLinkWrap {
      flex-basis: 100%;
      margin: 10px 0 0; }
      .postListWrap .postBox .permaLinkWrap a {
        text-overflow: clip;
        overflow: visible;
        white-space: normal;
        display: inline; } }

/* ---------------------------- */
/* ブログリスト */
/* ---------------------------- */
#blogArea .postListWrap,
#blogCatList .postListWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #blogArea .postListWrap:after,
  #blogCatList .postListWrap:after {
    content: "";
    display: block;
    width: 31%; }
  #blogArea .postListWrap .postBox,
  #blogCatList .postListWrap .postBox {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 31%;
    max-width: 31%; }
  #blogArea .postListWrap .thumbnail,
  #blogCatList .postListWrap .thumbnail {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    overflow: hidden; }
    #blogArea .postListWrap .thumbnail a,
    #blogCatList .postListWrap .thumbnail a {
      width: 100%;
      overflow: hidden;
      display: block; }
  #blogArea .postListWrap time,
  #blogCatList .postListWrap time {
    margin-bottom: 10px;
    flex-basis: 100%;
    max-width: 100%;
    display: block; }
@media screen and (max-width: 767px) {
  #blogArea .postListWrap:after,
  #blogCatList .postListWrap:after {
    display: none; }
  #blogArea .postListWrap .postBox,
  #blogCatList .postListWrap .postBox {
    flex-basis: 100%;
    max-width: 100%; } }

/* ---------------------------- */
/* ページヘッダー */
/* ---------------------------- */
#cnts {
  margin-top: 130px;
  margin-bottom: 50px; }
  #cnts .pageTitle {
    font-size: 100px;
    color: 1C171D;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    margin-bottom: 0;
    font-weight: 900; }
    #cnts .pageTitle + time {
      text-align: left;
      display: block;
      color: #000;
      margin: -20px 0 20px; }

@media screen and (max-width: 767px) {
  #cnts .pageTitle {
    font-size: 30px;
    padding-bottom: 40px; } }
/* ---------------------------------------------------------------- */
/* パンくず */
/* ---------------------------------------------------------------- */
.gi-breadcrumbs {
  background: #FFFFFF;
  padding: 7px 0;
  margin-bottom: 20px; }
  .gi-breadcrumbs__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    line-height: 1.4em;
    list-style: none;
    margin-right: 20px;
    color: #444444 !important;
    text-decoration: none !important;
    font-size: 14px; }
  .gi-breadcrumbs__item:not(:last-child)::after {
    content: "―";
    padding: 0 6px; }
  .gi-breadcrumbs__link {
    color: #1C171D !important;
    text-decoration: none !important; }
    .gi-breadcrumbs__link:hover {
      color: #000 !important;
      text-decoration: underline !important; }
  @media screen and (min-width: 1025px) {
    .gi-breadcrumbs {
      max-width: 970px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .gi-breadcrumbs {
      max-width: 970px;
      padding-left: 5%;
      padding-right: 5%; } }
  @media screen and (max-width: 767px) {
    .gi-breadcrumbs {
      max-width: 750px; }
      .gi-breadcrumbs__item:not(:last-child)::after {
        left: 39px; } }

/* ---------------------------------------------------------------- */
/* 詳細ページ */
/* ---------------------------------------------------------------- */
.postPage #postCnt {
  margin: 20px 0;
  min-height: 300px; }
.postPage h2 {
  font-size: 24px;
  font-weight: 500;
  text-align: center; }
.postPage h3 {
  font-size: 22px;
  font-weight: Medium;
  position: relative;
  font-weight: 500; }
  .postPage h3::after {
    content: "";
    position: absolute;
    background: #7A2D85;
    width: 25px;
    height: 1px;
    top: 32px;
    left: 0; }
.postPage h4 {
  font-size: 20px;
  font-weight: 500; }
.postPage h5 {
  color: #7A2D85;
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0; }
.postPage h6 {
  font-size: 16px;
  font-weight: 500;
  color: #1C171D; }
.postPage h1, .postPage h2, .postPage h3, .postPage h4, .postPage h5, .postPage h6 {
  line-height: 1.2; }
.postPage .box:nth-of-type(n + 2) {
  margin-top: 60px; }
.postPage p {
  margin: 0 0 20px;
  text-align: justify;
  text-align: inter-ideograph;
  line-height: 1.8;
  color: img;
    color-max-width: 100%;
    color-margin-bottom: 0; }
  .postPage p.tableAtt {
    margin: -20px 0 20px; }
@media screen and (max-width: 767px) {
  .postPage h2 {
    font-size: 22px; }
  .postPage h3 {
    font-size: 20px; }
  .postPage h4 {
    font-size: 18px; }
  .postPage h5 {
    font-size: 16px; }
  .postPage h6 {
    font-size: 14px; }
  .postPage p {
    font-size: 14px; } }
.postPage .bold {
  font-weight: bold; }
.postPage .coming {
  text-align: center;
  margin: 50px 0;
  font-size: 16px; }
.postPage .small {
  font-size: 14px; }
.postPage .linkWrap {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0;
  align-items: flex-start; }
.postPage .imgWrap + .imgWrap {
  margin-top: 20px; }
.postPage .textLeft {
  text-align: left; }
.postPage .textCenter {
  text-align: center; }
.postPage .textRight {
  text-align: right; }
.postPage code {
  font-family: "Zen Old Mincho", serif; }
.postPage pre {
  overflow: auto;
  background: #efefef;
  padding: 15px;
  border-radius: 8px;
  font-family: "Zen Old Mincho", serif; }
.postPage a {
  position: relative;
  color: #BFA46C;
  font-weight: Medium; }
  .postPage a:hover, .postPage a:focus {
    text-decoration: none;
    color: 8D8D8D;
    font-weight: Medium; }
  .postPage a.textBlank {
    position: relative;
    margin-right: 30px;
    display: inline-block; }
    .postPage a.textBlank:before {
      content: '\f08e';
      position: absolute;
      display: block;
      font: 14px/1 FontAwesome;
      right: -25px;
      top: 5px; }
  .postPage a.textArrow {
    text-decoration: none;
    color: #000; }
    .postPage a.textArrow:hover {
      color: #00F;
      text-decoration: underline; }
    .postPage a.textArrow:after {
      display: inline-block;
      content: '\f0a9';
      font: 16px/1 FontAwesome;
      margin-left: 10px;
      text-decoration: none; }
  .postPage a.textArrowR {
    text-decoration: none;
    color: #00F; }
    .postPage a.textArrowR:hover, .postPage a.textArrowR:focus {
      color: #000;
      text-decoration: underline; }
    .postPage a.textArrowR:after {
      display: inline-block;
      content: '\f0a9';
      font: 16px/1 FontAwesome;
      margin-left: 10px;
      text-decoration: none; }
@media screen and (max-width: 767px) {
  .postPage a {
    font-size: 14px; } }
.postPage table {
  margin: 0 0 30px;
  width: 100%;
  border-collapse: collapse; }
  .postPage table caption {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin: 0; }
  .postPage table tr {
    border-bottom: #F1F2F6 solid 1px; }
    .postPage table tr th, .postPage table tr td {
      padding: .6em .8em .6em 30px;
      width: auto;
      line-height: 1.7; }
    .postPage table tr th {
      font-weight: bold;
      vertical-align: top;
      min-width: 190px;
      text-align: left;
      width: auto; }
      .postPage table tr th.w200 {
        width: 200px; }
      .postPage table tr th.thLeft {
        text-align: left; }
    .postPage table tr td {
      border-left: none; }
    .postPage table tr .tw15p {
      width: 15%; }
    .postPage table tr .tw30p {
      width: 30%; }
    .postPage table tr .tw33p {
      width: 33.333%;
      min-width: inherit; }
    .postPage table tr .tw50p {
      width: 50%;
      min-width: inherit; }
    .postPage table tr .tw70p {
      width: 70%; }
    .postPage table tr .tw200 {
      width: 200px; }
    .postPage table tr .tw210 {
      width: 210px; }
  .postPage table.type2 tr {
    border-bottom: 1px solid #eee; }
    .postPage table.type2 tr:nth-child(odd) {
      background-color: inherit; }
    .postPage table.type2 tr th, .postPage table.type2 tr td {
      border-collapse: collapse; }
    .postPage table.type2 tr th {
      background: #1C171D;
      text-align: center;
      vertical-align: middle;
      color: #FFFFFF; }
      .postPage table.type2 tr th + th {
        min-width: 0;
        padding: 0; }
    .postPage table.type2 tr td + td {
      border-left: 1px solid #999999; }
    .postPage table.type2 tr td:nth-of-type(1) {
      border-left: none; }
  .postPage table.type3 {
    margin-bottom: 38px; }
    .postPage table.type3 tr {
      border-bottom: #F1F2F6 solid 1px; }
      .postPage table.type3 tr th {
        vertical-align: inherit; }
.postPage .tableSc {
  overflow: inherit;
  white-space: normal;
  width: 100%; }
  .postPage .tableSc table {
    width: 100%; }
    .postPage .tableSc table tr:nth-of-type(odd) {
      background: none; }
    .postPage .tableSc table tr th, .postPage .tableSc table tr td {
      display: table-cell;
      border-collapse: collapse;
      width: inherit; }
    .postPage .tableSc table tr th {
      background: #eee;
      text-align: center;
      vertical-align: middle;
      min-width: inherit; }
      .postPage .tableSc table tr th + th {
        border-left: 1px solid #F1F2F6; }
    .postPage .tableSc table tr td + td {
      border-left: 1px solid #F1F2F6; }
    .postPage .tableSc table tr td:nth-of-type(1) {
      border-left: none; }
.postPage blockquote {
  background: #F8F6EF;
  width: 100%;
  border-radius: 8px;
  padding: 30px;
  margin: 0 0 60px;
  position: relative; }
  .postPage blockquote:before {
    content: '\f10d';
    position: absolute;
    display: block;
    font: 20px/1 FontAwesome;
    color: #000;
    left: 10px;
    top: 10px; }
  .postPage blockquote:after {
    content: '\f10e';
    position: absolute;
    display: block;
    font: 20px/1 FontAwesome;
    color: #000;
    right: 10px; }
  .postPage blockquote p {
    margin: 0 0 15px; }
    .postPage blockquote p:last-child {
      margin-bottom: 0; }
.postPage dl {
  margin: 0 0 30px; }
  .postPage dl dt {
    font-weight: bold; }
  .postPage dl dd {
    margin: 0;
    margin-bottom: 15px; }
.postPage ul {
  margin: 0 0 20px 5px;
  padding: 0; }
  .postPage ul li {
    list-style: none;
    position: relative;
    padding: 0;
    position: relative; }
    .postPage ul li::before {
      content: "";
      position: absolute;
      background: #793183;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      top: 10px;
      left: -15px; }
    .postPage ul li ul {
      padding: 0 0 10px;
      margin: 10px 0 0 1em; }
  .postPage ul.iconList li {
    list-style-type: decimal-leading-zero; }
    .postPage ul.iconList li::marker {
      color: #793183; }
    .postPage ul.iconList li::before {
      display: none; }
.postPage ol {
  margin: 0 0 20px; }
  .postPage ol li {
    margin: 0;
    padding: 0; }
    .postPage ol li:last-child {
      margin: 0 0 10px; }
    .postPage ol li ol {
      margin: 10px 0;
      padding: 0 0 0 1em; }
.postPage address {
  font-style: normal; }
.postPage hr.red {
  border-bottom: 1px solid #C65871 !important;
  margin-bottom: 50px; }
.postPage .gmapWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden; }
  .postPage .gmapWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.postPage .youtubeWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden; }
  .postPage .youtubeWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
@media screen and (min-width: 1025px) {
  .postPage table tr {
    border-bottom: #F1F2F6 solid 1px; } }
@media screen and (max-width: 767px) {
  .postPage table tr th, .postPage table tr td {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400; }
    .postPage table tr th + td, .postPage table tr td + td {
      border-left: 0; }
  .postPage table tr th {
    min-width: 1px;
    color: #000;
    text-align: left;
    background-color: #FFFFFF; }
    .postPage table tr th.w200 {
      width: 100%; }
  .postPage table tr .tw15p {
    width: 100%; }
  .postPage table tr .tw30p {
    width: 100%; }
  .postPage table tr .tw33p {
    width: 100%; }
  .postPage table tr .tw50p {
    width: 100%; }
  .postPage table tr .tw70p {
    width: 100%; }
  .postPage table tr .tw200 {
    width: 100%; }
  .postPage table tr .tw210 {
    width: 100%; }
  .postPage table.type2 tr th, .postPage table.type2 tr td {
    display: flex;
    width: auto; }
  .postPage table.type2 tr th {
    min-width: 1px; }
  .postPage .tableSc {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; } }

/* ---------------------------------------------------------------- */
/* フォーム設定 */
/* ---------------------------------------------------------------- */
/* フォームナビ */
/* ---------------------------- */
ul.formFlow {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px;
  padding: 0; }
  ul.formFlow li {
    display: inline-flex;
    justify-content: center;
    flex: 1 0 33.333%;
    background: #e3eff6;
    color: #333333;
    list-style: none;
    padding: 0;
    margin: 0 !important;
    height: 100%;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    position: relative; }
    ul.formFlow li:before {
      display: none; }
    ul.formFlow li.visited {
      background: #999;
      color: #fff; }
    ul.formFlow li.active {
      background: #000;
      color: #fff;
      position: relative; }
      ul.formFlow li.active:after {
        position: absolute;
        content: '';
        right: -40px;
        top: 0;
        z-index: 1;
        width: 0;
        height: 0;
        border: 20px solid transparent;
        border-left: 20px solid #000; }
    ul.formFlow li.second.active:before {
      display: block;
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      z-index: 3;
      width: 0;
      height: 0;
      border: 20px solid transparent;
      border-left: 20px solid #999; }
    ul.formFlow li.third.active {
      background: #000 !important;
      color: #fff; }
      ul.formFlow li.third.active:after {
        display: none; }
      ul.formFlow li.third.active:before {
        background: none;
        display: inline;
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        z-index: 2;
        width: 0;
        height: 0;
        border-radius: 0;
        border: 20px solid transparent;
        border-left: 20px solid #999; }

/* ---------------------------- */
/* フォームエレメント */
/* ---------------------------- */
#formArea dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #formArea dl dt {
    flex-basis: 215px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    font-weight: 400; }
  #formArea dl dd {
    flex-basis: calc(100% - 258px); }
    #formArea dl dd.fb100 {
      flex-basis: 100%; }
#formArea .att {
  color: crimson;
  font-size: 16px; }
#formArea .error {
  margin: 0; }
#formArea .radio_wrap {
  margin-top: 10px; }
#formArea .vertical-item {
  display: block !important; }
#formArea input[type="text"],
#formArea input[type="email"],
#formArea input[type="number"],
#formArea textarea {
  padding: 8px .5em 8px 10px;
  margin: 0;
  background: #FFFFFF;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid #DEDEDE; }
  #formArea input[type="text"]:focus,
  #formArea input[type="email"]:focus,
  #formArea input[type="number"]:focus,
  #formArea textarea:focus {
    background: #fff; }
  #formArea input[type="text"]:hover,
  #formArea input[type="email"]:hover,
  #formArea input[type="number"]:hover,
  #formArea textarea:hover {
    background: #fff; }
  #formArea input[type="text"] + input,
  #formArea input[type="email"] + input,
  #formArea input[type="number"] + input,
  #formArea textarea + input {
    margin-top: 10px; }
#formArea input[type="number"].short {
  width: 60px; }
#formArea input[type="text"],
#formArea input[type="email"] {
  width: 100%; }
  #formArea input[type="text"] .short,
  #formArea input[type="email"] .short {
    max-width: 150px; }
#formArea select {
  padding: .4em 0 .3em .5em;
  margin-bottom: 5px;
  display: block;
  border-color: #e7e7e7; }
  #formArea select option {
    word-wrap: normal; }
#formArea input[type="text"].short {
  width: 200px;
  text-align: left;
  margin-bottom: 0; }
#formArea input[type="text"].hasDatepicker {
  margin: 5px 0;
  background: #EEEEEE; }
  #formArea input[type="text"].hasDatepicker:hover, #formArea input[type="text"].hasDatepicker:focus {
    background: #fff; }
#formArea .mwform-checkbox-field {
  display: inline-block;
  width: auto;
  margin: 5px 5px;
  font-size: 14px; }
#formArea input[type="checkbox"] {
  border: 1px solid #aaaaaa;
  vertical-align: -8px;
  -webkit-appearance: none;
  position: relative;
  margin-right: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  width: 26px;
  height: 26px;
  /*Other Browser*/
  background: #e2e2e2;
  /*For Old WebKit*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #e2e2e2));
  /*For Modern Browser*/
  background: linear-gradient(to bottom, #ffffff 0%, #e2e2e2 100%); }
#formArea input[type="checkbox"]:checked {
  /*Other Browser*/
  background: #000;
  /*For Old WebKit*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(1, #000));
  /*For Modern Browser*/
  background: linear-gradient(to bottom, #000 0%, #000 100%);
  border: 1px solid #000; }
#formArea input[type="checkbox"]:checked:before {
  position: absolute;
  left: 1px;
  top: 16px;
  display: block;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  content: "";
  width: 10px;
  height: 4px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center; }
#formArea input[type="checkbox"]:checked:after {
  display: block;
  position: absolute;
  left: 9px;
  top: 16px;
  content: "";
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  width: 16px;
  height: 4px;
  background: #ffffff;
  -webkit-transform: rotate(-53deg);
  -webkit-transform-origin: left center; }
#formArea .mwform-zip-field input {
  width: inherit; }
#formArea .mwform-tel-field input {
  margin: 0 !important;
  width: auto; }
#formArea .mwform-radio-field {
  display: inline-block;
  margin: 0 15px 5px 0; }
  #formArea .mwform-radio-field input {
    margin: 0 15px 0 0; }
#formArea .mwform-radio-field-text {
  margin-left: 10px; }
#formArea input[type="file"] {
  margin-bottom: 10px; }
#formArea .inline_wrap select {
  display: inline-block; }
#formArea .btnArea {
  display: flex;
  justify-content: space-between; }
  #formArea .btnArea .submitArea {
    flex-basis: 100%;
    margin: 0 auto;
    display: block;
    text-align: center; }
    #formArea .btnArea .submitArea .submit {
      max-width: 290px;
      margin: 0 auto;
      clear: both;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 60px;
      margin: 30px 0 30px;
      font-size: 18px;
      line-height: 1.5;
      font-weight: 400;
      -ms-touch-action: manipulation;
      touch-action: manipulation;
      text-decoration: none;
      transition: .3s ease-in;
      user-select: none;
      position: relative;
      border-radius: 30px;
      color: #fff !important;
      background-image: radial-gradient(circle, #ce9b50, #e8ac5e 80%);
      max-width: 280px;
      cursor: pointer;
      display: inline-block;
      outline: none;
      overflow: hidden;
      text-align: center;
      border: 0;
      padding: 15px 0;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none; }
      #formArea .btnArea .submitArea .submit::before {
        content: '';
        /*絶対配置でキラッと光るの位置を決める*/
        position: absolute;
        top: 0;
        left: -75%;
        /*キラッと光る形状*/
        width: 50%;
        height: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        transform: skewX(-25deg); }
      #formArea .btnArea .submitArea .submit:hover, #formArea .btnArea .submitArea .submit:focus {
        color: #FFFFFF; }
        #formArea .btnArea .submitArea .submit:hover::before, #formArea .btnArea .submitArea .submit:focus::before {
          animation: shine 0.7s; }
@keyframes shine {
  100% {
    left: 125%; } }
  #formArea .btnArea .returnArea {
    flex-basis: 100%;
    display: none; }
    #formArea .btnArea .returnArea .return {
      clear: both;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 60px;
      margin: 30px 0 30px;
      font-size: 18px;
      line-height: 1.5;
      font-weight: 400;
      -ms-touch-action: manipulation;
      touch-action: manipulation;
      text-decoration: none;
      transition: .3s ease-in;
      user-select: none;
      position: relative;
      border-radius: 30px;
      color: #fff !important;
      background-image: radial-gradient(circle, #ce9b50, #e8ac5e 80%);
      max-width: 280px;
      cursor: pointer;
      display: inline-block;
      outline: none;
      overflow: hidden;
      text-align: center;
      border: 0;
      padding: 15px 0;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none; }
      #formArea .btnArea .returnArea .return::before {
        content: '';
        /*絶対配置でキラッと光るの位置を決める*/
        position: absolute;
        top: 0;
        left: -75%;
        /*キラッと光る形状*/
        width: 50%;
        height: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        transform: skewX(-25deg); }
      #formArea .btnArea .returnArea .return:hover, #formArea .btnArea .returnArea .return:focus {
        color: #FFFFFF; }
        #formArea .btnArea .returnArea .return:hover::before, #formArea .btnArea .returnArea .return:focus::before {
          animation: shine 0.7s; }
@keyframes shine {
  100% {
    left: 125%; } }
#formArea .mw_wp_form_confirm .btnArea .submitArea .submit {
  margin: 0 auto 0 0; }
#formArea .mw_wp_form_confirm .btnArea .returnArea {
  display: inline-flex; }
  #formArea .mw_wp_form_confirm .btnArea .returnArea .return {
    margin: 0 0 0 auto; }
@media screen and (max-width: 767px) {
  #formArea dl {
    display: flex;
    flex-wrap: wrap; }
    #formArea dl dt {
      flex-basis: 100%;
      padding: 5px 0 0 0;
      margin: 0 0 15px;
      display: flex;
      justify-content: flex-start; }
      #formArea dl dt .att {
        margin-left: 10px; }
    #formArea dl dd {
      flex-basis: 100%;
      margin-bottom: 15px;
      align-self: center; }
  #formArea select {
    margin-bottom: 5px; }
  #formArea .mwform-checkbox-field {
    display: block;
    width: 100%; }
  #formArea .mwform-radio-field {
    display: block;
    margin: 5px 0 10px; }
    #formArea .mwform-radio-field .mwform-radio-field-text {
      margin-right: 15px; }
    #formArea .mwform-radio-field input {
      margin: 0; }
  #formArea .btnArea {
    flex-wrap: wrap; }
    #formArea .btnArea .submitArea {
      flex-basis: 100%;
      margin: 0 0 25px; }
  #formArea .mw_wp_form_confirm .btnArea .submitArea .submit {
    margin: 0; }
  #formArea .mw_wp_form_confirm .btnArea .returnArea {
    display: block; }
    #formArea .mw_wp_form_confirm .btnArea .returnArea .return {
      margin: 10px auto;
      display: block; } }

/* ---------------------------------------------------------------- */
/* MV */
/* ---------------------------------------------------------------- */
@-webkit-keyframes textIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  30% {
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes textIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  30% {
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@-webkit-keyframes railUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); } }
@keyframes railUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); } }
@-webkit-keyframes railDown {
  from {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes railDown {
  from {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.p-top-mv {
  width: 100%;
  height: auto;
  max-height: 100vh !important;
  position: relative;
  background: #FFFFFF;
  overflow: hidden; }

@media screen and (min-width: 1001px) {
  /*.p-top-mv{max-height:800px}*/ }
@media screen and (max-width: 800px) {
  /*.p-top-mv{height:740px;max-height:100vh}*/ }
.p-top-mv .p-top-mv__copy {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  height: 100%; }

@media screen and (min-width: 1601px) {
  .p-top-mv .p-top-mv__copy {
    width: 62%; } }
@media screen and (max-width: 1200px) {
  .p-top-mv .p-top-mv__copy {
    width: calc(100% - 160px); } }
@media screen and (max-width: 800px) {
  .p-top-mv .p-top-mv__copy {
    width: 92%; } }
.p-top-mv .p-top-mv__copy .p-top-mv__copy__inner {
  position: relative;
  width: calc(100% - 350px);
  height: 100%;
  max-width: 760px;
  margin-left: -161px; }

@media screen and (max-width: 1140px) {
  .p-top-mv .p-top-mv__copy .p-top-mv__copy__inner {
    margin-left: -100px;
    width: calc(100% - 280px);
    max-width: 560px; } }
@media screen and (max-width: 800px) {
  .p-top-mv .p-top-mv__copy .p-top-mv__copy__inner {
    width: 90%;
    min-width: 375px;
    margin-left: -4.2vw; } }
.p-top-mv .p-top-mv__copy svg {
  position: absolute;
  right: 0;
  left: 16.7%;
  margin: auto;
  top: calc(18% + 60px);
  -webkit-animation: textIn 0.7s 0.8s cubic-bezier(0.7, 0.3, 0.3, 0.9) both;
  animation: textIn 0.7s 0.8s cubic-bezier(0.7, 0.3, 0.3, 0.9) both; }

html:not(.has-scroll-smooth) .p-top-mv .p-top-mv__copy svg, body.opening .p-top-mv .p-top-mv__copy svg {
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

@media screen and (min-width: 1401px) {
  .p-top-mv .p-top-mv__copy svg {
    right: auto; } }
@media screen and (max-width: 1140px) {
  .p-top-mv .p-top-mv__copy svg {
    right: auto;
    left: 20%; } }
@media screen and (max-width: 800px) {
  .p-top-mv .p-top-mv__copy svg {
    top: 111px;
    width: 362px;
    left: 29px;
    height: auto; } }
@media screen and (max-width: 500px) {
  .p-top-mv .p-top-mv__copy svg {
    left: 2px; } }
.p-top-mv .p-top-mv__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 120px);
  overflow: hidden; }

@media screen and (min-width: 1001px) {
  .p-top-mv .p-top-mv__wrap {
    max-height: 100vh; } }
@media screen and (max-width: 800px) {
  .p-top-mv .p-top-mv__wrap {
    height: 100%;
    max-height: none; } }
.p-top-mv .p-top-mv__body {
  margin: 0 0 0 auto;
  width: 76.1%;
  max-width: 130vh;
  height: 200%;
  display: flex;
  justify-content: flex-end;
  -webkit-transform: rotate(34deg);
  transform: rotate(34deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }

@media screen and (max-width: 800px) {
  .p-top-mv .p-top-mv__body {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    max-width: none;
    width: 90%;
    min-width: 500px; } }
@media screen and (max-width: 500px) {
  .p-top-mv .p-top-mv__body {
    position: absolute;
    top: 0;
    left: auto;
    right: -8%; } }
.p-top-mv .p-top-mv__body .p-top-mv__rail {
  position: relative;
  width: calc(25.33% - 24px);
  margin-right: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@media screen and (max-width: 947px) {
  .p-top-mv .p-top-mv__body .p-top-mv__rail {
    margin-right: 12px;
    width: calc(33.33% - 12px); } }
@media screen and (max-width: 375px) {
  .p-top-mv .p-top-mv__body .p-top-mv__rail {
    margin-right: 12px;
    width: calc(25.33% - 12px); } }
.p-top-mv .p-top-mv__body .p-top-mv__rail .p-top-mv__rail-inner {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.p-top-mv .p-top-mv__body .p-top-mv__rail.rail-left.is-inview .p-top-mv__rail-inner {
  -webkit-animation: railUp 25s linear infinite;
  animation: railUp 25s linear infinite; }

.p-top-mv .p-top-mv__body .p-top-mv__rail.rail-center .p-top-mv__rail-inner {
  flex-direction: column-reverse; }

.p-top-mv .p-top-mv__body .p-top-mv__rail.rail-center.is-inview .p-top-mv__rail-inner {
  -webkit-animation: railDown 20s linear infinite;
  animation: railDown 20s linear infinite; }

.p-top-mv .p-top-mv__body .p-top-mv__rail.rail-right.is-inview .p-top-mv__rail-inner {
  -webkit-animation: railUp 15s linear infinite;
  animation: railUp 15s linear infinite; }

.p-top-mv .p-top-mv__body .p-top-mv__tile {
  margin-bottom: 24px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  overflow: hidden; }

@media screen and (max-width: 800px) {
  .p-top-mv .p-top-mv__body .p-top-mv__tile {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    margin-bottom: 12px; } }
.p-top-mv .p-top-mv__body .p-top-mv__tile img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform: rotateY(0deg) translate3d(0, 0, 0);
  transform: rotateY(0deg) translate3d(0, 0, 0); }

body.opening .p-top-mv .p-top-mv__body .p-top-mv__tile img {
  opacity: 0;
  -webkit-transform: rotateY(50deg) translate3d(0, 0, 0);
  transform: rotateY(50deg) translate3d(0, 0, 0); }

.p-top-mv .p-top-mv__body .p-top-mv__tile.tile-center {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

@media screen and (max-width: 800px) {
  .p-top-mv .p-top-mv__body .p-top-mv__tile.tile-center {
    -webkit-transform: translateY(50%);
    transform: translateY(50%); } }
.p-top-mv .p-top-mv__body .p-top-mv__tile:nth-child(1) img {
  transition: 0.7s 0.6s; }

.p-top-mv .p-top-mv__body .p-top-mv__tile:nth-child(2) img {
  transition: 0.7s 0.8s; }

.p-top-mv .p-top-mv__body .p-top-mv__tile:nth-child(3) img {
  transition: 0.7s 1s; }

.p-top-mv .p-top-mv__body .p-top-mv__tile:nth-child(4) img {
  transition: 0.7s 1.2s; }

.p-top-mv .p-top-mv__body .p-top-mv__tile:nth-child(5) img {
  transition: 0.7s 1.4s; }

.p-top-mv .p-top-mv__body .p-top-mv__tile:nth-child(6) img {
  transition: 0.7s 1.6s; }

.p-top-mv .p-top-mv__body .p-top-mv__tile:nth-child(7) img {
  transition: 0.7s 1.8s; }

.p-top-mv .p-top-mv__body .p-top-mv__tile:nth-child(8) img {
  transition: 0.7s 2s; }

.p-top-concept {
  position: relative;
  z-index: 2; }

.p-top-concept .p-top-concept__align {
  padding-top: 293px;
  position: relative;
  width: 75%;
  margin-left: auto;
  margin-right: auto; }

@media screen and (min-width: 1601px) {
  .p-top-concept .p-top-concept__align {
    width: 62%; } }
@media screen and (max-width: 1200px) {
  .p-top-concept .p-top-concept__align {
    width: calc(100% - 160px); } }
@media screen and (max-width: 800px) {
  .p-top-concept .p-top-concept__align {
    width: 92%; } }
@media screen and (max-width: 800px) {
  .p-top-concept .p-top-concept__align {
    padding-top: 214px; } }
.p-top-concept .p-top-concept__head {
  position: absolute;
  top: 243px;
  left: auto;
  right: -13.2%;
  display: flex;
  justify-content: flex-end; }

@media screen and (max-width: 1200px) {
  .p-top-concept .p-top-concept__head {
    right: -60px; } }
@media screen and (max-width: 800px) {
  .p-top-concept .p-top-concept__head {
    position: absolute;
    top: 100px;
    left: 0;
    right: auto; }

  .p-top-concept .p-top-concept__head span:nth-child(7) {
    margin-left: 0; } }
.p-top-concept .p-top-concept__head svg {
  color: #f0efef; }

.p-top-concept .p-top-concept__wrapper {
  margin-top: 216px;
  width: 100%;
  display: flex; }

@media screen and (max-width: 800px) {
  .p-top-concept .p-top-concept__wrapper {
    margin-top: 135px;
    display: block; } }
.p-top-concept .p-top-concept__img1 {
  position: relative;
  width: calc(100% - 350px);
  max-width: 760px;
  margin-left: -162px; }

@media screen and (max-width: 1140px) {
  .p-top-concept .p-top-concept__img1 {
    margin-left: -100px;
    width: calc(100% - 280px);
    max-width: 560px; } }
@media screen and (max-width: 800px) {
  .p-top-concept .p-top-concept__img1 {
    width: 90%;
    min-width: 375px;
    margin-left: -4.2vw; } }
.p-top-concept .p-top-concept__img1 .p-top-concept__img1__inner {
  position: relative;
  overflow: hidden; }

.p-top-concept .p-top-concept__img1 .p-top-concept__img1__inner svg {
  fill: #001cbf;
  opacity: 0.8; }

@media screen and (max-width: 800px) {
  .p-top-concept .p-top-concept__img1 .p-top-concept__img1__inner svg {
    transition: opacity .2s; } }
@media screen and (max-width: 800px) {
  .p-top-concept .p-top-concept__img1 .p-top-concept__img1__inner .is-inview svg {
    opacity: 0;
    transition: opacity 0s; } }
.p-top-concept .p-top-concept__img1 svg {
  position: absolute;
  z-index: 2;
  right: 0;
  left: 16.7%;
  margin: auto;
  top: calc(-430px - 47vh);
  -webkit-transform: translateY(46%);
  transform: translateY(46%); }

@media screen and (min-width: 1401px) {
  .p-top-concept .p-top-concept__img1 svg {
    right: auto; } }
@media screen and (max-width: 1140px) {
  .p-top-concept .p-top-concept__img1 svg {
    right: auto;
    left: 20%; } }
@media screen and (max-width: 800px) {
  .p-top-concept .p-top-concept__img1 svg {
    position: absolute;
    top: -110px;
    left: 30px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 308px;
    height: auto;
    margin: auto; } }
@media screen and (max-width: 500px) {
  .p-top-concept .p-top-concept__img1 svg {
    left: 3px; } }
@media screen and (max-width: 800px) {
  .p-top-concept .p-top-concept__img1 .is-inview > svg {
    position: fixed;
    top: 142px;
    left: 30px; } }
@media screen and (max-width: 500px) {
  .p-top-concept .p-top-concept__img1 .is-inview > svg {
    left: 3px; } }
.p-top-concept .p-top-concept__img1 img {
  position: relative;
  z-index: -1;
  width: 100%;
  height: auto; }

@media screen and (max-width: 800px) {
  .p-top-concept .p-top-concept__img1 img {
    -webkit-transform-origin: 80% 0;
    transform-origin: 80% 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }
.p-top-concept .p-top-concept__img1 > div > svg path {
  opacity: 1;
  fill: #0c142e; }

.p-top-concept .p-top-concept__img1 > div > svg path:nth-child(1) {
  transition: opacity .65s .04s,fill .6s .54s,-webkit-transform .65s .04s;
  transition: opacity .65s .04s,transform .65s .04s,fill .6s .54s;
  transition: opacity .65s .04s,transform .65s .04s,fill .6s .54s,-webkit-transform .65s .04s; }

.p-top-concept .p-top-concept__img1 > div > svg path:nth-child(2) {
  transition: opacity .65s .08s,fill .6s .58s,-webkit-transform .65s .08s;
  transition: opacity .65s .08s,transform .65s .08s,fill .6s .58s;
  transition: opacity .65s .08s,transform .65s .08s,fill .6s .58s,-webkit-transform .65s .08s; }

.p-top-concept .p-top-concept__img1 > div > svg path:nth-child(3) {
  transition: opacity .65s .12s,fill .6s .62s,-webkit-transform .65s .12s;
  transition: opacity .65s .12s,transform .65s .12s,fill .6s .62s;
  transition: opacity .65s .12s,transform .65s .12s,fill .6s .62s,-webkit-transform .65s .12s; }

.p-top-concept .p-top-concept__img1 > div > svg path:nth-child(4) {
  transition: opacity .65s .16s,fill .6s .66s,-webkit-transform .65s .16s;
  transition: opacity .65s .16s,transform .65s .16s,fill .6s .66s;
  transition: opacity .65s .16s,transform .65s .16s,fill .6s .66s,-webkit-transform .65s .16s; }

.p-top-concept .p-top-concept__img1 > div > svg path:nth-child(5) {
  transition: opacity .65s .2s,fill .6s .7s,-webkit-transform .65s .2s;
  transition: opacity .65s .2s,transform .65s .2s,fill .6s .7s;
  transition: opacity .65s .2s,transform .65s .2s,fill .6s .7s,-webkit-transform .65s .2s; }

.p-top-concept .p-top-concept__img1 > div > svg path:nth-child(6) {
  transition: opacity .65s .24s,fill .6s .74s,-webkit-transform .65s .24s;
  transition: opacity .65s .24s,transform .65s .24s,fill .6s .74s;
  transition: opacity .65s .24s,transform .65s .24s,fill .6s .74s,-webkit-transform .65s .24s; }

.p-top-concept .p-top-concept__img1 > div > svg path:nth-child(7) {
  transition: opacity .65s .28s,fill .6s .78s,-webkit-transform .65s .28s;
  transition: opacity .65s .28s,transform .65s .28s,fill .6s .78s;
  transition: opacity .65s .28s,transform .65s .28s,fill .6s .78s,-webkit-transform .65s .28s; }

.p-top-concept .p-top-concept__img1 > div > svg path:nth-child(8) {
  transition: opacity .65s .32s,fill .6s .82s,-webkit-transform .65s .32s;
  transition: opacity .65s .32s,transform .65s .32s,fill .6s .82s;
  transition: opacity .65s .32s,transform .65s .32s,fill .6s .82s,-webkit-transform .65s .32s; }

.p-top-concept .p-top-concept__img1 > div > svg path:nth-child(9) {
  transition: opacity .65s .36s,fill .6s .86s,-webkit-transform .65s .36s;
  transition: opacity .65s .36s,transform .65s .36s,fill .6s .86s;
  transition: opacity .65s .36s,transform .65s .36s,fill .6s .86s,-webkit-transform .65s .36s; }

.p-top-concept .p-top-concept__img1 > div > svg path:nth-child(10) {
  transition: opacity .65s .4s,fill .6s .9s,-webkit-transform .65s .4s;
  transition: opacity .65s .4s,transform .65s .4s,fill .6s .9s;
  transition: opacity .65s .4s,transform .65s .4s,fill .6s .9s,-webkit-transform .65s .4s; }

.p-top-concept .p-top-concept__img1 > div > svg path:nth-child(11) {
  transition: opacity .65s .44s,fill .6s .94s,-webkit-transform .65s .44s;
  transition: opacity .65s .44s,transform .65s .44s,fill .6s .94s;
  transition: opacity .65s .44s,transform .65s .44s,fill .6s .94s,-webkit-transform .65s .44s; }

.p-top-concept .p-top-concept__img1 > div > svg path:nth-child(12) {
  transition: opacity .65s .48s,fill .6s .98s,-webkit-transform .65s .48s;
  transition: opacity .65s .48s,transform .65s .48s,fill .6s .98s;
  transition: opacity .65s .48s,transform .65s .48s,fill .6s .98s,-webkit-transform .65s .48s; }

.p-top-concept .p-top-concept__img1 > div > svg path:nth-child(13) {
  transition: opacity .65s .52s,fill .6s 1.02s,-webkit-transform .65s .52s;
  transition: opacity .65s .52s,transform .65s .52s,fill .6s 1.02s;
  transition: opacity .65s .52s,transform .65s .52s,fill .6s 1.02s,-webkit-transform .65s .52s; }

.p-top-concept .p-top-concept__img1 > div > svg path:nth-child(14) {
  transition: opacity .65s .56s,fill .6s 1.06s,-webkit-transform .65s .56s;
  transition: opacity .65s .56s,transform .65s .56s,fill .6s 1.06s;
  transition: opacity .65s .56s,transform .65s .56s,fill .6s 1.06s,-webkit-transform .65s .56s; }

.p-top-concept .p-top-concept__img1 > div > svg path:nth-child(15) {
  transition: opacity .65s .6s,fill .6s 1.1s,-webkit-transform .65s .6s;
  transition: opacity .65s .6s,transform .65s .6s,fill .6s 1.1s;
  transition: opacity .65s .6s,transform .65s .6s,fill .6s 1.1s,-webkit-transform .65s .6s; }

.p-top-concept .p-top-concept__img1 > div > svg path:nth-child(16) {
  transition: opacity .65s .64s,fill .6s 1.14s,-webkit-transform .65s .64s;
  transition: opacity .65s .64s,transform .65s .64s,fill .6s 1.14s;
  transition: opacity .65s .64s,transform .65s .64s,fill .6s 1.14s,-webkit-transform .65s .64s; }

.p-top-concept .p-top-concept__img1 > div > svg path:nth-child(17) {
  transition: opacity .65s .68s,fill .6s 1.18s,-webkit-transform .65s .68s;
  transition: opacity .65s .68s,transform .65s .68s,fill .6s 1.18s;
  transition: opacity .65s .68s,transform .65s .68s,fill .6s 1.18s,-webkit-transform .65s .68s; }

.p-top-concept .p-top-concept__img1 > div > svg path:nth-child(18) {
  transition: opacity .65s .72s,fill .6s 1.22s,-webkit-transform .65s .72s;
  transition: opacity .65s .72s,transform .65s .72s,fill .6s 1.22s;
  transition: opacity .65s .72s,transform .65s .72s,fill .6s 1.22s,-webkit-transform .65s .72s; }

.p-top-concept .p-top-concept__img1 > div > svg path:nth-child(19) {
  transition: opacity .65s .76s,fill .6s 1.26s,-webkit-transform .65s .76s;
  transition: opacity .65s .76s,transform .65s .76s,fill .6s 1.26s;
  transition: opacity .65s .76s,transform .65s .76s,fill .6s 1.26s,-webkit-transform .65s .76s; }

.p-top-concept .p-top-concept__img1 > div > svg path:nth-child(20) {
  transition: opacity .65s .8s,fill .6s 1.3s,-webkit-transform .65s .8s;
  transition: opacity .65s .8s,transform .65s .8s,fill .6s 1.3s;
  transition: opacity .65s .8s,transform .65s .8s,fill .6s 1.3s,-webkit-transform .65s .8s; }

html:not(.has-scroll-smooth) .p-top-concept .p-top-concept__img1 > div > svg path, body.opening .p-top-concept .p-top-concept__img1 > div > svg path {
  fill: #326cdb;
  opacity: 0; }

html:not(.has-scroll-smooth) .p-top-concept .p-top-concept__img1 > div > svg path:nth-child(odd), body.opening .p-top-concept .p-top-concept__img1 > div > svg path:nth-child(odd) {
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0); }

html:not(.has-scroll-smooth) .p-top-concept .p-top-concept__img1 > div > svg path:nth-child(even), body.opening .p-top-concept .p-top-concept__img1 > div > svg path:nth-child(even) {
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0); }

.p-top-concept .p-top-concept__copy-view {
  position: absolute;
  top: -60px;
  left: 0;
  height: 360px;
  width: 100%;
  pointer-events: none; }

@media screen and (max-width: 800px) {
  .p-top-concept .p-top-concept__copy-view {
    position: absolute;
    top: -90px;
    left: 0;
    height: 222px; } }
.p-top-concept .p-top-concept__about {
  position: relative;
  margin: 10px auto;
  left: 4.85%; }

@media screen and (max-width: 800px) {
  .p-top-concept .p-top-concept__about {
    margin: 30px auto 0;
    left: 0; } }
.p-top-concept .p-top-concept__about p {
  font-size: 21px;
  line-height: 2;
  letter-spacing: 1.2px; }

@media screen and (max-width: 1140px) {
  .p-top-concept .p-top-concept__about p {
    padding-right: 10px;
    letter-spacing: 1.2px;
    font-size: 18px; } }
@media screen and (max-width: 800px) {
  .p-top-concept .p-top-concept__about p {
    padding-left: 5.2vw; } }
.p-top-concept .p-top-concept__about .p-top-concept__about__link {
  margin-top: 30px;
  position: relative;
  left: 15px;
  display: flex;
  justify-content: flex-end; }

@media screen and (max-width: 800px) {
  .p-top-concept .p-top-concept__about .p-top-concept__about__link {
    left: 7px;
    margin-top: 20px; } }
.p-top-concept .p-top-concept__img2 {
  position: absolute;
  top: 240px;
  left: 43%;
  margin-top: 100px;
  margin-left: auto;
  width: 311px;
  min-width: 20vw; }

@media screen and (max-width: 1000px) and (min-width: 801px) {
  .p-top-concept .p-top-concept__img2 {
    width: 27vw;
    left: auto;
    right: -19%; } }
@media screen and (max-width: 800px) {
  .p-top-concept .p-top-concept__img2 {
    position: relative;
    top: 0;
    left: -4.2vw;
    width: 65.8%;
    margin-top: 27px;
    margin-left: 0; } }
.p-top-concept .p-top-concept__img2 img {
  display: block;
  width: 100%;
  height: auto; }

.p-top-culture {
  margin-top: 170px;
  position: relative;
  z-index: 1; }

@media screen and (min-width: 1001px) {
  .p-top-culture {
    width: 75%;
    margin-left: auto;
    margin-right: auto; } }
@media screen and (min-width: 1001px) and (min-width: 1601px) {
  .p-top-culture {
    width: 62%; } }
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .p-top-culture {
    width: calc(100% - 160px); } }
@media screen and (min-width: 1001px) and (max-width: 800px) {
  .p-top-culture {
    width: 92%; } }
@media screen and (max-width: 800px) {
  .p-top-culture {
    padding-top: 104px;
    margin-top: -80px; } }
.p-top-culture:before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  left: auto;
  right: -6.25vw;
  width: 100vw;
  height: 100%;
  background-color: #f8f8f8; }

@media screen and (max-width: 1000px) and (min-width: 801px) {
  .p-top-culture:before {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%); } }
@media screen and (max-width: 800px) {
  .p-top-culture:before {
    left: 0;
    right: auto;
    width: 94%; } }
.p-top-culture .p-top-culture__align {
  padding-bottom: 70px;
  position: relative; }

@media screen and (max-width: 800px) {
  .p-top-culture .p-top-culture__align {
    padding-bottom: 30px;
    padding-right: 6vw; } }
.p-top-culture .p-top-culture__top {
  position: relative;
  padding-top: 143px; }

@media screen and (max-width: 1000px) {
  .p-top-culture .p-top-culture__top {
    padding-top: 163px;
    width: 75%;
    margin-left: auto;
    margin-right: auto; } }
@media screen and (max-width: 1000px) and (min-width: 1601px) {
  .p-top-culture .p-top-culture__top {
    width: 62%; } }
@media screen and (max-width: 1000px) and (max-width: 1200px) {
  .p-top-culture .p-top-culture__top {
    width: calc(100% - 160px); } }
@media screen and (max-width: 1000px) and (max-width: 800px) {
  .p-top-culture .p-top-culture__top {
    width: 92%; } }
.p-top-culture .p-top-culture__head {
  position: absolute;
  top: 60px;
  left: -15%;
  display: flex;
  justify-content: flex-end; }

@media screen and (max-width: 1200px) {
  .p-top-culture .p-top-culture__head {
    left: -60px; } }
@media screen and (max-width: 800px) {
  .p-top-culture .p-top-culture__head {
    left: 0; } }
.p-top-culture .p-top-culture__head svg {
  color: #fff; }

.p-top-culture .p-top-culture__head .c-head span:nth-child(4) {
  margin-left: -20px; }

@media screen and (max-width: 800px) {
  .p-top-culture .p-top-culture__head .c-head span:nth-child(4) {
    margin-left: -3px; } }
.p-top-culture .p-top-culture__title {
  position: relative;
  z-index: 1; }

.p-top-culture .p-top-culture__body {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 60px;
  display: flex;
  justify-content: space-between; }

@media screen and (max-width: 1000px) {
  .p-top-culture .p-top-culture__body {
    padding: 0 40px; } }
@media screen and (max-width: 800px) {
  .p-top-culture .p-top-culture__body {
    margin-top: 7px;
    padding: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px; } }
.p-top-culture .p-top-culture__box {
  position: relative;
  width: 295px;
  padding-bottom: 58px;
  max-width: calc(33.3% - 18px);
  transition: color .2s; }

@media screen and (max-width: 800px) {
  .p-top-culture .p-top-culture__box {
    padding-bottom: 32px;
    max-width: none;
    width: 100%;
    pointer-events: none;
    margin-bottom: 44px; }

  .p-top-culture .p-top-culture__box:last-child {
    margin-bottom: 0; } }
.p-top-culture .p-top-culture__box a {
  display: block; }

.p-top-culture .p-top-culture__box .index {
  font-size: 11px;
  letter-spacing: .4px;
  line-height: 1; }

@media screen and (max-width: 800px) {
  .p-top-culture .p-top-culture__box .index {
    margin-left: -14px; } }
.p-top-culture .p-top-culture__box .inner-title, .p-top-culture .p-top-culture__box .title {
  font-size: 21px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 1px; }

@media screen and (max-width: 1000px) and (min-width: 801px) {
  .p-top-culture .p-top-culture__box .inner-title, .p-top-culture .p-top-culture__box .title {
    font-size: 18px; } }
@media screen and (max-width: 800px) {
  .p-top-culture .p-top-culture__box .inner-title, .p-top-culture .p-top-culture__box .title {
    margin-left: -14px; } }
.p-top-culture .p-top-culture__box .title {
  margin-top: 22px; }

.p-top-culture .p-top-culture__box .image {
  position: relative;
  z-index: 1;
  margin-top: -12px;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #fff; }

.p-top-culture .p-top-culture__box .image:before {
  content: '';
  z-index: 2;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #326cdb;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  transition: .1s ease-in; }

.p-top-culture .p-top-culture__box .image .inner-title {
  position: absolute;
  top: -46px;
  left: 0;
  color: #326cdb; }

@media screen and (max-width: 1000px) and (min-width: 801px) {
  .p-top-culture .p-top-culture__box .image .inner-title {
    top: -38px; } }
.p-top-culture .p-top-culture__box .image img {
  display: block;
  width: 100%;
  height: auto; }

.p-top-culture .p-top-culture__box .desc {
  padding-right: 31px;
  margin-top: 18px;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 1.75;
  text-align: justify; }

@media screen and (max-width: 1000px) and (min-width: 801px) {
  .p-top-culture .p-top-culture__box .desc {
    font-size: 14px; } }
@media screen and (max-width: 800px) {
  .p-top-culture .p-top-culture__box .desc br {
    display: none; } }
.p-top-culture .p-top-culture__box .link {
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end; }

@media screen and (max-width: 800px) {
  .p-top-culture .p-top-culture__box .link {
    pointer-events: all; } }
.p-top-culture .p-top-culture__box .link svg {
  transition: 0.3s cubic-bezier(0.7, 0.3, 0.3, 0.9);
  color: #326cdb; }

@media screen and (min-width: 801px) {
  .p-top-culture .p-top-culture__box:hover {
    color: #326cdb; }

  .p-top-culture .p-top-culture__box:hover .image:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transition: 0.2s cubic-bezier(0.08, 0.92, 0.35, 1); }

  .p-top-culture .p-top-culture__box:hover .link svg {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    transition: 0.5s cubic-bezier(0.08, 0.92, 0.35, 1); } }
.p-top-interview {
  position: relative;
  z-index: 1;
  overflow: hidden; }

.p-top-interview .p-top-interview__align {
  padding-top: 100px;
  margin-top: 130px;
  position: relative;
  width: 75%;
  margin-left: auto;
  margin-right: auto; }

@media screen and (min-width: 1601px) {
  .p-top-interview .p-top-interview__align {
    width: 62%; } }
@media screen and (max-width: 1200px) {
  .p-top-interview .p-top-interview__align {
    width: calc(100% - 160px); } }
@media screen and (max-width: 800px) {
  .p-top-interview .p-top-interview__align {
    width: 92%; } }
@media screen and (max-width: 800px) {
  .p-top-interview .p-top-interview__align {
    padding-top: 127px;
    margin-top: 86px; } }
.p-top-interview .p-top-interview__align .p-top-interview__head {
  position: absolute;
  top: 0;
  left: auto;
  right: -19%;
  display: flex;
  justify-content: flex-end; }

@media screen and (max-width: 1200px) {
  .p-top-interview .p-top-interview__align .p-top-interview__head {
    left: -60px; } }
@media screen and (max-width: 800px) {
  .p-top-interview .p-top-interview__align .p-top-interview__head {
    position: absolute;
    top: 0;
    left: 0;
    right: auto; }

  .p-top-interview .p-top-interview__align .p-top-interview__head span:nth-child(7) {
    margin-left: 0; } }
.p-top-interview .p-top-interview__align .p-top-interview__head svg {
  color: #f0efef; }

.p-top-interview .p-top-interview__align .p-top-interview__head .c-head span:nth-child(6) {
  margin-left: -4px; }

.p-top-interview .p-top-interview__slide {
  margin: 72px auto 0;
  width: 100%; }

@media screen and (max-width: 800px) {
  .p-top-interview .p-top-interview__slide {
    margin: 44px auto 0; } }
.p-top-interview .p-top-interview__slide .swiper-wrapper {
  transition-timing-function: linear !important; }

.p-top-interview .p-top-interview__slide .slide-item {
  width: 344px;
  padding: 22px;
  display: block;
  -webkit-perspective: 2000px;
  perspective: 2000px; }

@media screen and (max-width: 800px) {
  .p-top-interview .p-top-interview__slide .slide-item {
    width: 223px; } }
.p-top-interview .p-top-interview__slide .slide-item .slide-inner {
  width: 100%;
  height: auto;
  position: relative; }

.p-top-interview .p-top-interview__slide .slide-item img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  width: 100%;
  height: auto; }

.p-top-interview .p-top-interview__slide .slide-item .slide-image1 {
  -webkit-transform: scale(1) rotateY(0deg) translate3d(0, 0, 0);
  transform: scale(1) rotateY(0deg) translate3d(0, 0, 0);
  opacity: 1;
  transition: opacity .04s .1s,-webkit-transform .38s;
  transition: transform .38s,opacity .04s .1s;
  transition: transform .38s,opacity .04s .1s,-webkit-transform .38s; }

.p-top-interview .p-top-interview__slide .slide-item .slide-image2 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.9) rotateY(180deg) translate3d(0, 0, 0);
  transform: scale(0.9) rotateY(180deg) translate3d(0, 0, 0);
  opacity: 0;
  transition: opacity .04s .1s,-webkit-transform .38s;
  transition: transform .38s,opacity .04s .1s;
  transition: transform .38s,opacity .04s .1s,-webkit-transform .38s; }

@media screen and (min-width: 801px) {
  .p-top-interview .p-top-interview__slide .slide-item:hover {
    opacity: 1 !important; }

  .p-top-interview .p-top-interview__slide .slide-item:hover .slide-image1 {
    -webkit-transform: scale(0.9) rotateY(-180deg) translate3d(0, 16px, 0);
    transform: scale(0.9) rotateY(-180deg) translate3d(0, 16px, 0);
    opacity: 0;
    transition: opacity .04s .1s,-webkit-transform .38s;
    transition: transform .38s,opacity .04s .1s;
    transition: transform .38s,opacity .04s .1s,-webkit-transform .38s; }

  .p-top-interview .p-top-interview__slide .slide-item:hover .slide-image2 {
    -webkit-transform: scale(1) rotateY(0deg) translate3d(0, 16px, 0);
    transform: scale(1) rotateY(0deg) translate3d(0, 16px, 0);
    opacity: 1;
    transition: opacity .04s .1s,-webkit-transform .38s;
    transition: transform .38s,opacity .04s .1s;
    transition: transform .38s,opacity .04s .1s,-webkit-transform .38s; } }
.p-top-interview .p-top-interview__link {
  position: relative;
  margin-top: 36px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: flex-end; }

@media screen and (min-width: 1601px) {
  .p-top-interview .p-top-interview__link {
    width: 62%; } }
@media screen and (max-width: 1200px) {
  .p-top-interview .p-top-interview__link {
    width: calc(100% - 160px); } }
@media screen and (max-width: 800px) {
  .p-top-interview .p-top-interview__link {
    width: 92%; } }
.p-top-about {
  margin-top: 64px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 75%;
  margin-left: auto;
  margin-right: auto; }

@media screen and (min-width: 1601px) {
  .p-top-about {
    width: 62%; } }
@media screen and (max-width: 1200px) {
  .p-top-about {
    width: calc(100% - 160px); } }
@media screen and (max-width: 800px) {
  .p-top-about {
    width: 92%; } }
@media screen and (max-width: 800px) {
  .p-top-about {
    margin-top: 90px;
    display: block;
    width: 100%; } }
.p-top-about:before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 90px;
  left: auto;
  right: -9.8%;
  width: 101.5%;
  height: calc(100% - 30px);
  background-color: #f8f8f8; }

@media screen and (max-width: 800px) {
  .p-top-about:before {
    top: 110px;
    height: calc(100% - 110px);
    width: 96.8%;
    right: 0; } }
.p-top-about .p-top-about__image {
  position: relative;
  display: block;
  left: -83px;
  max-width: calc(100vw - 460px); }

@media screen and (max-width: 800px) {
  .p-top-about .p-top-about__image {
    left: 0;
    width: 95.8%;
    max-width: 460px;
    height: auto; } }
.p-top-about .p-top-about__body {
  position: relative;
  left: -1.1%;
  margin-top: 158px;
  width: 400px;
  min-width: 400px;
  width: 75%;
  margin-left: auto;
  margin-right: auto; }

@media screen and (min-width: 1601px) {
  .p-top-about .p-top-about__body {
    width: 62%; } }
@media screen and (max-width: 1200px) {
  .p-top-about .p-top-about__body {
    width: calc(100% - 160px); } }
@media screen and (max-width: 800px) {
  .p-top-about .p-top-about__body {
    width: 92%; } }
@media screen and (max-width: 800px) {
  .p-top-about .p-top-about__body {
    margin-top: 31px;
    padding-left: 5vw;
    min-width: 0;
    left: 0;
    padding-bottom: 40px; } }
.p-top-about .p-top-about__body .p-top-about__copy {
  margin-top: 38px;
  padding-left: 12px;
  letter-spacing: 1.5px;
  font-weight: 900;
  font-size: 32px; }

@media screen and (max-width: 800px) {
  .p-top-about .p-top-about__body .p-top-about__copy {
    margin-top: 32px;
    font-size: 30px; } }
.p-top-about .p-top-about__body .p-top-about__desc {
  font-size: 16px;
  line-height: 1.9;
  margin-top: 44px;
  letter-spacing: 1px;
  word-break: normal; }

@media screen and (max-width: 800px) {
  .p-top-about .p-top-about__body .p-top-about__desc {
    letter-spacing: 1.2px;
    margin-top: 40px;
    width: 97%; }

  .p-top-about .p-top-about__body .p-top-about__desc br {
    display: none; } }
.p-top-about .p-top-about__body .p-top-about__link {
  margin-top: 46px;
  display: flex;
  justify-content: flex-end; }

@media screen and (max-width: 800px) {
  .p-top-about .p-top-about__body .p-top-about__link {
    margin-top: 16px; } }
.p-top-service {
  position: relative;
  background-color: #f8f8f8;
  margin-top: 200px;
  padding-top: 90px;
  padding-bottom: 140px; }

@media screen and (max-width: 800px) {
  .p-top-service {
    padding-bottom: 40px;
    padding-top: 72px;
    margin-top: 40px; } }
.p-top-service .p-top-service__align {
  width: 75%;
  margin-left: auto;
  margin-right: auto; }

@media screen and (min-width: 1601px) {
  .p-top-service .p-top-service__align {
    width: 62%; } }
@media screen and (max-width: 1200px) {
  .p-top-service .p-top-service__align {
    width: calc(100% - 160px); } }
@media screen and (max-width: 800px) {
  .p-top-service .p-top-service__align {
    width: 92%; } }
.p-top-service .p-top-service__body {
  margin-top: 34px;
  display: flex;
  justify-content: space-between; }

@media screen and (max-width: 800px) {
  .p-top-service .p-top-service__body {
    margin-top: 40px;
    display: block; } }
.p-top-service .p-top-service__box {
  position: relative;
  width: 295px;
  max-width: calc(33.3% - 18px);
  transition: color .2s; }

@media screen and (max-width: 800px) {
  .p-top-service .p-top-service__box {
    margin-bottom: 36px;
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    pointer-events: none; } }
.p-top-service .p-top-service__box > a {
  display: block;
  width: 100%;
  height: 100%; }

.p-top-service .p-top-service__box .index {
  font-size: 11px;
  letter-spacing: .4px;
  line-height: 1; }

@media screen and (max-width: 800px) {
  .p-top-service .p-top-service__box .index {
    font-size: 10px; } }
.p-top-service .p-top-service__box .title {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .8px; }

.p-top-service .p-top-service__box .image {
  position: relative;
  margin: 20px auto 0;
  width: 88%;
  height: auto;
  max-width: 320px; }

@media screen and (max-width: 800px) {
  .p-top-service .p-top-service__box .image {
    width: 76%; } }
.p-top-service .p-top-service__box .image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #326cdb;
  border-radius: 50%;
  opacity: .8;
  -webkit-transform: scale(0.98) translate3d(0, 0, 0);
  transform: scale(0.98) translate3d(0, 0, 0);
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear,-webkit-transform .2s linear; }

.p-top-service .p-top-service__box .image .image-inner {
  position: relative;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff; }

.p-top-service .p-top-service__box .image .image-inner img {
  display: block;
  width: 100%;
  height: auto; }

.p-top-service .p-top-service__box .link {
  margin-top: 18px;
  display: flex;
  justify-content: flex-end; }

@media screen and (max-width: 800px) {
  .p-top-service .p-top-service__box .link {
    pointer-events: all; } }
.p-top-service .p-top-service__box .link svg {
  transition: 0.3s cubic-bezier(0.7, 0.3, 0.3, 0.9);
  color: #326cdb; }

@media screen and (min-width: 801px) {
  .p-top-service .p-top-service__box:hover {
    color: #326cdb; }

  .p-top-service .p-top-service__box:hover .image:before {
    -webkit-transform: scale(1.04) translate3d(0, 0, 0);
    transform: scale(1.04) translate3d(0, 0, 0);
    transition: -webkit-transform 0.2s cubic-bezier(0.08, 0.92, 0.35, 1);
    transition: transform 0.2s cubic-bezier(0.08, 0.92, 0.35, 1);
    transition: transform 0.2s cubic-bezier(0.08, 0.92, 0.35, 1), -webkit-transform 0.2s cubic-bezier(0.08, 0.92, 0.35, 1); }

  .p-top-service .p-top-service__box:hover .link svg {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    transition: 0.5s cubic-bezier(0.08, 0.92, 0.35, 1); } }
.p-top-recruit {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 170px;
  padding-top: 130px; }

@media screen and (max-width: 800px) {
  .p-top-recruit {
    padding-bottom: 94px;
    padding-top: 42px; } }
.p-top-recruit .p-top-recruit__align {
  position: relative;
  width: 75%;
  margin-left: auto;
  margin-right: auto; }

@media screen and (min-width: 1601px) {
  .p-top-recruit .p-top-recruit__align {
    width: 62%; } }
@media screen and (max-width: 1200px) {
  .p-top-recruit .p-top-recruit__align {
    width: calc(100% - 160px); } }
@media screen and (max-width: 800px) {
  .p-top-recruit .p-top-recruit__align {
    width: 92%; } }
.p-top-recruit .p-top-recruit__align .p-top-recruit__head {
  display: flex;
  justify-content: space-between; }

.p-top-recruit .p-top-recruit__align .p-top-recruit__controller {
  position: relative;
  top: 14px;
  left: 4px;
  display: flex;
  padding: 10px; }

@media screen and (max-width: 800px) {
  .p-top-recruit .p-top-recruit__align .p-top-recruit__controller {
    left: 14px;
    top: 0; } }
.p-top-recruit .p-top-recruit__align .p-top-recruit__controller .slide-arrow {
  position: relative;
  width: 36px;
  height: 36px;
  cursor: pointer; }

.p-top-recruit .p-top-recruit__align .p-top-recruit__controller .slide-arrow .js-magnetic-target {
  position: relative;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px; }

.p-top-recruit .p-top-recruit__align .p-top-recruit__controller .slide-arrow .js-magnetic-target:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: solid 2px #326cdb;
  opacity: 0;
  transition: .2s; }

.p-top-recruit .p-top-recruit__align .p-top-recruit__controller .slide-arrow.is-prev {
  margin-right: 8px; }

.p-top-recruit .p-top-recruit__align .p-top-recruit__controller .slide-arrow.is-prev svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.p-top-recruit .p-top-recruit__align .p-top-recruit__controller .slide-arrow.is-passive {
  pointer-events: none;
  opacity: .5; }

.p-top-recruit .p-top-recruit__align .p-top-recruit__controller .slide-arrow:hover {
  color: #326cdb; }

.p-top-recruit .p-top-recruit__align .p-top-recruit__controller .slide-arrow:hover .js-magnetic-target:before {
  opacity: 1; }

.p-top-recruit .p-top-recruit__slide {
  margin: 48px auto 0;
  width: 100%;
  overflow: visible !important; }

@media screen and (max-width: 800px) {
  .p-top-recruit .p-top-recruit__slide {
    margin: 44px auto 0; } }
.p-top-recruit .box-item {
  width: 300px;
  display: block;
  background-color: #f8f8f8; }

.p-top-recruit .box-item .box-thumbnail {
  display: block;
  width: 100%;
  height: auto; }

.p-top-recruit .box-item .box-inner {
  padding: 20px 20px 16px; }

.p-top-recruit .box-item .box-category {
  font-size: 10px;
  line-height: 1; }

.p-top-recruit .box-item .box-title {
  margin-top: 13px;
  font-size: 16px;
  height: 48px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 1.5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

.p-top-recruit .box-item .box-bottom {
  position: relative;
  margin-top: 13px;
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.p-top-recruit .box-item .box-bottom a {
  padding: 5px;
  margin-left: 10px; }

.p-top-recruit .box-item .box-bottom a svg {
  transition: 0.3s cubic-bezier(0.7, 0.3, 0.3, 0.9); }

.p-top-recruit .box-item .box-bottom a:hover svg {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  transition: 0.5s cubic-bezier(0.08, 0.92, 0.35, 1);
  opacity: .7; }

.p-top-recruit .p-top-recruit__link {
  position: relative;
  margin-top: 72px;
  display: flex;
  justify-content: flex-end; }

@media screen and (max-width: 800px) {
  .p-top-recruit .p-top-recruit__link {
    margin-top: 36px; } }
.mv_text {
  padding: 102px 0 135px;
  position: relative;
  z-index: 2; }
  .mv_text .logo_img {
    margin-left: 20px;
    max-width: 320px; }
  .mv_text h2 {
    font-size: 30px;
    margin-left: 35px;
    font-weight: 400;
    margin-top: 0; }
  .mv_text p {
    color: #2A232B;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px !important; }
  .mv_text .btnWrap {
    margin: 0 auto 0; }
    .mv_text .btnWrap .btn {
      margin-left: 35px;
      margin-top: 20px; }
  .mv_text .coupon_img {
    max-width: 360px; }

@media screen and (max-width: 767px) {
  .mv_text {
    position: relative;
    z-index: 2;
    padding-top: 50px; }
    .mv_text .logo_img {
      max-width: 200px; }
    .mv_text h2 {
      font-size: 20px;
      margin-left: 30px;
      margin-top: 0;
      margin-bottom: 0; }
    .mv_text .coupon_img {
      max-width: 280px; }
    .mv_text .btnWrap {
      margin: 25px 0; }
      .mv_text .btnWrap .btn {
        margin: 0 0 0 15px; }
    .mv_text p {
      margin-left: 0;
      margin-top: 0;
      font-size: 14px; } }
/* ---------------------------------------------------------------- */
/* Menu */
/*下層ページ*/
/* ---------------------------------------------------------------- */
.menu_inner {
  padding-bottom: 50px; }

.menu_con {
  background: #1C171D;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px; }
  .menu_con .menutxtbox {
    flex-basis: calc(100% - 500px);
    width: calc(100% - 500px);
    margin: 0 auto;
    order: 1;
    padding-top: 10px; }
    .menu_con .menutxtbox .mntll {
      font-size: 60px;
      color: #FFFFFF;
      font-weight: black;
      text-align: center;
      margin: 0 auto;
      font-family: 'Playfair Display', serif;
      font-weight: 900; }
    .menu_con .menutxtbox .mntxt {
      font-size: 44px;
      color: #FFFFFF;
      margin: 0 auto;
      text-align: center; }
      .menu_con .menutxtbox .mntxt span {
        font-size: 25px;
        position: relative; }
        .menu_con .menutxtbox .mntxt span::before {
          content: "(税込)";
          position: absolute;
          font-size: 14px;
          color: #FFFFFF;
          top: -15px;
          left: 6px; }
    .menu_con .menutxtbox .c_btnbox {
      display: block;
      margin: 0 auto;
      text-align: center; }
      .menu_con .menutxtbox .c_btnbox .btn.bm10 {
        margin-top: 0px; }
  .menu_con .menuimgbox {
    flex-basis: 400px;
    width: 400px;
    order: 2;
    position: relative; }
    .menu_con .menuimgbox .menuimg {
      position: absolute;
      top: 50%;
      left: -65px;
      margin-top: -33px; }
    .menu_con .menuimgbox .drinkimg {
      position: absolute;
      top: 50%;
      left: -110px;
      margin-top: 32px; }

.en {
  margin: 0; }

.kasou_txt {
  margin-bottom: 0 !important; }

/*------------------------*/
.btn2Wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 70px; }
  .btn2Wrap .mlr50 {
    margin: 30px 50px 30px; }

@media screen and (max-width: 767px) {
  .btn2Wrap .mlr50 {
    margin: 12px auto;
    display: block;
    text-align: center; } }
.btn3Wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 70px; }
  .btn3Wrap .btncol3 {
    width: 30%; }

@media screen and (max-width: 767px) {
  .btncol3 {
    width: 100% !important;
    margin: 0 auto;
    display: block;
    text-align: center; } }
/*---------------------*/
.coupon_banner {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 30; }
  .coupon_banner img {
    max-width: 264px; }

@media screen and (max-width: 767px) {
  .menu_con {
    flex-direction: column;
    padding: 15px 35px; }
    .menu_con .menuimgbox {
      flex-basis: 100%;
      width: 100%;
      order: 1; }
      .menu_con .menuimgbox .menuimg {
        left: 50%;
        margin-left: 90px;
        max-width: 82px;
        margin-top: -5px; }
      .menu_con .menuimgbox .drinkimg {
        left: 50%;
        margin-left: 25px;
        max-width: 150px;
        margin-top: 12px; }
    .menu_con .menutxtbox {
      flex-basis: 100%;
      width: 100%;
      order: 2; }
      .menu_con .menutxtbox .mntll {
        font-size: 50px; }
    .menu_con .c_btnbox .btn.bm10 {
      margin-top: 10px;
      margin-bottom: 0;
      max-width: 280px; }

  .btn2Wrap {
    flex-direction: column; }
    .btn2Wrap .btncol, .btn2Wrap .btncol2 {
      width: 100%; }
      .btn2Wrap .btncol .btn, .btn2Wrap .btncol2 .btn {
        margin: 10px auto; }

  .btn3Wrap {
    flex-direction: column; }
    .btn3Wrap .btncol3 {
      width: 100%; }
      .btn3Wrap .btncol3 .btn {
        margin: 10px auto; }

  .coupon_banner {
    bottom: 55px; }
    .coupon_banner img {
      max-width: 131px; } }
/* ---------------------------------------------------------------- */
/* foodpage */
/*下層ページ*/
/* ---------------------------------------------------------------- */
.food_con {
  padding-bottom: 20px; }

.food_col h5 {
  margin-bottom: 0; }
.food_col .f_txt {
  margin-bottom: 0; }

.eventwrap {
  align-items: center; }
  .eventwrap .event_col {
    height: 100%;
    max-height: 260px;
    border-top: #707070 solid 1px;
    border-bottom: #707070 solid 1px;
    padding-bottom: 20px; }

.credit_con {
  background: #F8F6EF;
  padding: 25px 60px 30px 57px;
  margin-top: 48px; }
  .credit_con h3 {
    margin-bottom: 12.5px; }
  .credit_con p {
    margin-bottom: 14px; }

.room_con {
  background: #1C171D;
  color: #FFFFFF;
  padding: 60px 50.5px 60px 51px;
  margin-bottom: 43px; }
  .room_con img {
    margin: 0 auto;
    display: block; }

@media screen and (max-width: 767px) {
  .room_con {
    padding: 40px 10px; }

  .credit_con h3::after {
    top: 52px !important; } }
/* ---------------------------------------------------------------- */
/* シャンパンメニュー */
/*下層ページ*/
/*スライダー*/
/* ---------------------------------------------------------------- */
.type3Wrap {
  position: relative; }
  .type3Wrap::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 980px;
    height: 100%;
    left: -980px;
    top: 0;
    display: block;
    z-index: 3; }

.type3 {
  position: inherit;
  overflow: visible; }
  .type3 .swiper-wrapper .swiper-slide .bottle_menu .bmimgbox {
    width: 100%;
    height: 300px;
    /*高さを決める*/
    display: flex;
    align-items: center;
    /*中央に揃える*/ }
    .type3 .swiper-wrapper .swiper-slide .bottle_menu .bmimgbox img {
      margin: 0 auto;
      display: block !important;
      /*中央に揃える*/
      text-align: center;
      /*中央に揃える*/ }
  .type3 .swiper-wrapper .swiper-slide .bottle_menu .bmtxtbox {
    position: relative;
    padding-left: 10px; }
    .type3 .swiper-wrapper .swiper-slide .bottle_menu .bmtxtbox::before {
      content: "";
      position: absolute;
      width: 1px;
      height: 125px;
      background: rgba(28, 23, 29, 0.5);
      left: 0; }
  .type3 .type3-button-next {
    background: #000000 !important;
    border-radius: 50% !important;
    width: 35px !important;
    height: 35px !important;
    display: block !important;
    cursor: pointer;
    right: 0px; }
    .type3 .type3-button-next::after {
      font-size: 10px !important;
      color: #FFFFFF;
      top: 12px !important;
      position: absolute;
      left: 15px !important; }
  .type3 .type3-button-prev {
    background: #000000 !important;
    border-radius: 50% !important;
    width: 35px !important;
    height: 35px !important;
    display: block !important;
    cursor: pointer;
    left: 0px; }
    .type3 .type3-button-prev::after {
      font-size: 10px !important;
      color: #FFFFFF;
      top: 12px !important;
      position: absolute;
      left: 15px !important; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important; }

.champegne_tower {
  padding: 60px 0; }

@media screen and (min-width: 768px) and (max-width: 1250px) {
  .type3Wrap::before {
    width: 300px;
    height: 600px; }

  .type3 .type3-button-next {
    right: 30px; }
  .type3 .type3-button-prev {
    left: 75px; } }
@media screen and (max-width: 767px) {
  .type3Wrap {
    margin: 0 15px; }
    .type3Wrap::before {
      display: none; }

  .type3 .type3-button-next {
    right: 0; }
  .type3 .type3-button-prev {
    left: 0; } }
/* ---------------------------------------------------------------- */
/* NEWS */
/*下層ページ*/
/*categoty.php*/
/* ---------------------------------------------------------------- */
#newsCatList .postListWrap {
  padding-bottom: 100px; }
  #newsCatList .postListWrap .postListBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px; }
    #newsCatList .postListWrap .postListBox .permaTimeWrap {
      width: 100px;
      flex-basis: 100px; }
    #newsCatList .postListWrap .postListBox .permaLinkWrap {
      width: calc(100% - 250px);
      flex-basis: calc(100% - 250px);
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #newsCatList .postListWrap .postListBox .permaLinkWrap .newstll p {
        margin: 0; }
      #newsCatList .postListWrap .postListBox .permaLinkWrap .newslinkbox .newslink {
        border-radius: 25px;
        padding: 0 10px 3px;
        border: #1C171D solid 1px;
        text-decoration: none;
        color: #1C171D; }

@media screen and (max-width: 767px) {
  #newsCatList .permaLinkWrap {
    width: calc(100% - 100px) !important;
    flex-basis: calc(100% - 100px) !important; } }
/* ---------------------------------------------------------------- */
/* cast一覧 */
/*archive-cast.php*/
/* ---------------------------------------------------------------- */
.catListPage {
  padding-top: 70px; }
  .catListPage .casttll {
    font-size: 120px;
    font-family: 'Playfair Display', serif;
    font-weight: 900; }
  .catListPage .casttllh4 {
    font-size: 30px;
    text-align: center; }
  .catListPage .column4Wrap .columnBox .cast_link {
    width: 100%;
    height: 100%;
    text-decoration: none; }
    .catListPage .column4Wrap .columnBox .cast_link .cimg_box img {
      max-width: 214px; }
    .catListPage .column4Wrap .columnBox .cast_link .ctxtbox {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      padding-top: 5px; }
      .catListPage .column4Wrap .columnBox .cast_link .ctxtbox .j_name {
        order: 1; }
        .catListPage .column4Wrap .columnBox .cast_link .ctxtbox .j_name p {
          font-size: 18px;
          color: #1C171D; }
      .catListPage .column4Wrap .columnBox .cast_link .ctxtbox .e_name {
        order: 2; }
        .catListPage .column4Wrap .columnBox .cast_link .ctxtbox .e_name p {
          font-size: 12px;
          color: #7A2D85;
          padding-top: 5px; }

@media screen and (max-width: 767px) {
  .castcol {
    flex-basis: 48% !important;
    margin-bottom: 30px; }
    .castcol .ctxtbox .e_name {
      order: 1 !important; }
    .castcol .ctxtbox .j_name {
      order: 2 !important; }

  .column4Wrap .columnBox:nth-of-type(n + 2) {
    margin-top: 0 !important; } }
/* ---------------------------------------------------------------- */
/* castpage */
/*下層ページ*/
/*single-cast.php*/
/* ---------------------------------------------------------------- */
#Castcon {
  /*連動スライダー*/ }
  #Castcon .casttllh6 {
    text-align: center;
    margin-top: 0; }
  #Castcon .e_name .cast_ename {
    text-align: center;
    position: relative;
    padding-top: 88px;
    margin-bottom: 5px;
    font-size: 26px;
    margin-top: 0; }
    #Castcon .e_name .cast_ename::before {
      content: "";
      position: absolute;
      width: 1px;
      height: 60px;
      background: #1C171D;
      top: 18px;
      left: 50%; }
  #Castcon .e_name .cast_uppercase {
    text-transform: uppercase; }
  #Castcon .sctxt {
    font-size: 12px !important;
    padding-top: 15px; }
  #Castcon .swiperMain {
    max-width: 800px;
    overflow: visible; }
    #Castcon .swiperMain .swiper-wrapper {
      height: 100%;
      margin-bottom: 35px; }
      #Castcon .swiperMain .swiper-wrapper .swiper-slide .swiperMainimgbox {
        width: 100%;
        padding-bottom: 60%; }
    #Castcon .swiperMain .swiperMain_next {
      width: 80px;
      height: 80px;
      right: -40px;
      border-radius: 50%;
      background: #1C171D;
      margin-top: -40px; }
      #Castcon .swiperMain .swiperMain_next::after {
        font-size: 25px;
        color: #FFFFFF;
        left: 50%;
        margin-left: 2px;
        top: 29px; }
    #Castcon .swiperMain .swiperMain_prev {
      width: 80px;
      height: 80px;
      left: -40px;
      border-radius: 50%;
      background: #1C171D;
      margin-top: -40px; }
      #Castcon .swiperMain .swiperMain_prev::after {
        font-size: 25px;
        color: #FFFFFF;
        top: 28px;
        left: 50%;
        margin-left: 2px; }
    @media screen and (max-width: 767px) {
      #Castcon .swiperMain .swiperMain_next::after {
        margin-left: -2px;
        top: 11px; }
      #Castcon .swiperMain .swiperMain_prev::after {
        margin-left: -2px;
        top: 11px; } }
  #Castcon .swiperThumbnail {
    max-width: 800px; }
    #Castcon .swiperThumbnail .swiper-slide-thumb-active {
      position: relative; }
      #Castcon .swiperThumbnail .swiper-slide-thumb-active::after {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: rgba(0, 0, 0, 0.5); }
  #Castcon .sctll {
    text-align: center; }
  #Castcon .sctxt {
    text-align: end;
    font-size: 14px; }
  #Castcon .sc4Wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px; }
    #Castcon .sc4Wrap .sc2Wrap {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 50%;
      flex-basis: 50%; }
      #Castcon .sc4Wrap .sc2Wrap .sccolbox {
        width: 50%;
        flex-basis: 50%; }
        #Castcon .sc4Wrap .sc2Wrap .sccolbox p {
          text-align: center;
          margin-bottom: 0px;
          padding-bottom: 10px; }
        #Castcon .sc4Wrap .sc2Wrap .sccolbox .sctxt {
          margin-bottom: 10px;
          padding-bottom: 0; }
        #Castcon .sc4Wrap .sc2Wrap .sccolbox.s_castPf {
          border-right: #333333 solid 1px; }
  #Castcon .sc_messege {
    background: #F7F7F7;
    padding: 25px 20px;
    margin-bottom: 50px; }
    #Castcon .sc_messege .scmtll {
      text-align: center;
      font-weight: 500;
      position: relative;
      padding: 0.5rem 0;
      margin-bottom: 0.2rem;
      border-bottom: 1px solid;
      font-size: 20px;
      color: #1C171D;
      width: 215px;
      margin: 0 auto 25px; }
      #Castcon .sc_messege .scmtll::before {
        position: absolute;
        top: 100%;
        left: 50%;
        content: "";
        height: 0;
        width: 0;
        border: 10px solid;
        border-color: transparent;
        border-top-color: #1C171D;
        margin-left: -10px; }
      #Castcon .sc_messege .scmtll::after {
        position: absolute;
        top: 100%;
        left: 50%;
        content: "";
        height: 0;
        width: 0;
        border: 8px solid;
        border-color: transparent;
        border-top-color: #F5F5F5;
        margin-left: -8px; }
  #Castcon .sc_qa {
    padding: 10px 30px 50px;
    overflow: scroll;
    height: 200px;
    margin-bottom: 50px; }
    #Castcon .sc_qa::-webkit-scrollbar {
      display: none; }
    #Castcon .sc_qa h3 {
      font-weight: 400; }
    #Castcon .sc_qa .sc_q {
      position: relative;
      padding-left: 20px; }
      #Castcon .sc_qa .sc_q::before {
        content: "Q.";
        position: absolute;
        color: #7A2D85;
        font-size: 16px;
        left: 0; }
    #Castcon .sc_qa .sc_a {
      position: relative;
      padding-left: 20px; }
      #Castcon .sc_qa .sc_a::before {
        content: "A.";
        position: absolute;
        color: #7A2D85;
        font-size: 16px;
        left: 0; }
  #Castcon #othercast_con {
    background: #1C171D;
    padding: 30px; }
    #Castcon #othercast_con .loop3ty2tll {
      color: #FFFFFF;
      text-align: center;
      position: relative;
      font-weight: 400; }
      #Castcon #othercast_con .loop3ty2tll::before {
        content: "Other cast";
        color: #FFFFFF;
        font-size: 16px;
        position: absolute;
        top: -25px;
        left: 50%;
        margin-left: -40px;
        font-weight: 400; }
    #Castcon #othercast_con .top-otherfvSwiperWrap {
      position: relative; }
      #Castcon #othercast_con .top-otherfvSwiperWrap .top-otherfvSwiper {
        margin: 0 30px;
        position: static;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1; }
        #Castcon #othercast_con .top-otherfvSwiperWrap .top-otherfvSwiper .swiper-wrapper .swiper-slide .cast_link {
          text-decoration: none;
          color: #fff; }
          #Castcon #othercast_con .top-otherfvSwiperWrap .top-otherfvSwiper .swiper-wrapper .swiper-slide .cast_link .cimg_box {
            width: 100%;
            padding-bottom: 130%;
            position: relative;
            overflow: hidden; }
            #Castcon #othercast_con .top-otherfvSwiperWrap .top-otherfvSwiper .swiper-wrapper .swiper-slide .cast_link .cimg_box img {
              position: absolute;
              width: 100%;
              height: 100%;
              object-fit: cover; }
          #Castcon #othercast_con .top-otherfvSwiperWrap .top-otherfvSwiper .swiper-wrapper .swiper-slide .cast_link .ctxtbox {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            padding: 20px 20px 0 20px; }
            #Castcon #othercast_con .top-otherfvSwiperWrap .top-otherfvSwiper .swiper-wrapper .swiper-slide .cast_link .ctxtbox .j_name p {
              color: #FFFFFF; }
            #Castcon #othercast_con .top-otherfvSwiperWrap .top-otherfvSwiper .swiper-wrapper .swiper-slide .cast_link .ctxtbox .e_name p {
              color: #FFFFFF; }
    #Castcon #othercast_con .other-button-next {
      background: #FFFFFF;
      width: 53px;
      height: 53px;
      display: block;
      top: 50%;
      margin-top: -65px;
      right: 0px;
      cursor: pointer;
      border-radius: 50%; }
      #Castcon #othercast_con .other-button-next::after {
        font-size: 15px;
        color: #1C171D;
        top: 20px;
        left: 24px;
        position: absolute;
        display: block; }
    #Castcon #othercast_con .other-button-prev {
      background: #FFFFFF;
      width: 53px;
      height: 53px;
      display: block;
      top: 50%;
      margin-top: -65px;
      left: 0px;
      cursor: pointer;
      border-radius: 50%; }
      #Castcon #othercast_con .other-button-prev::after {
        position: absolute;
        font-size: 15px;
        color: #1C171D;
        top: 20px;
        left: 21px;
        display: block; }
    @media screen and (max-width: 767px) {
      #Castcon #othercast_con .swiper-button-next {
        width: 30px;
        height: 30px;
        right: 0px; }
        #Castcon #othercast_con .swiper-button-next::after {
          font-size: 10px;
          color: #1C171D;
          top: 10px;
          left: 50%;
          position: absolute;
          margin-left: -2px; }
      #Castcon #othercast_con .swiper-button-prev {
        width: 30px;
        height: 30px;
        left: 0px; }
        #Castcon #othercast_con .swiper-button-prev::after {
          position: absolute;
          font-size: 10px;
          color: #1C171D;
          top: 10px;
          left: 50%;
          margin-left: -2px; } }

@media screen and (max-width: 767px) {
  #Castcon .casttllh6 {
    font-size: 16px !important; }
  #Castcon .sc4Wrap {
    flex-direction: column; }
    #Castcon .sc4Wrap .sc2Wrap {
      width: 100% !important;
      flex-basis: 100% !important;
      margin-bottom: 20px; }
      #Castcon .sc4Wrap .sc2Wrap .sccolbox {
        position: relative;
        border-right: none !important; }
        #Castcon .sc4Wrap .sc2Wrap .sccolbox::after {
          content: "";
          position: absolute;
          width: 1px;
          background: #1C171D;
          height: 70px;
          top: 8px;
          right: 0px; }
        #Castcon .sc4Wrap .sc2Wrap .sccolbox:last-child::after {
          display: none; }
        #Castcon .sc4Wrap .sc2Wrap .sccolbox .sctxtbox {
          padding-bottom: 15px;
          margin: 0 20px;
          border-bottom: #333333 solid 1px; }
        #Castcon .sc4Wrap .sc2Wrap .sccolbox.s_castPf::after {
          top: 0px; }
  #Castcon .swiperMain .swiperMain_next {
    width: 31px !important;
    height: 31px !important;
    margin-top: -28px;
    right: -15px; }
    #Castcon .swiperMain .swiperMain_next::after {
      font-size: 10px !important; }
  #Castcon .swiperMain .swiperMain_prev {
    width: 31px !important;
    height: 31px !important;
    margin-top: -28px;
    left: -13px; }
    #Castcon .swiperMain .swiperMain_prev::after {
      font-size: 10px !important; } }
/* for IE */
