@charset "UTF-8";
@-webkit-keyframes example {
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes example {
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?54209444");
  src: url("../font/fontello.eot?54209444#iefix") format("embedded-opentype"), url("../font/fontello.woff2?54209444") format("woff2"), url("../font/fontello.woff?54209444") format("woff"), url("../font/fontello.ttf?54209444") format("truetype"), url("../font/fontello.svg?54209444#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?54209444#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-nav01-1:before {
  content: '\e809';
}

/* '' */
.icon-nav02:before {
  content: '\e80a';
}

/* '' */
.icon-nav03:before {
  content: '\e80b';
}

/* '' */
.icon-nav04:before {
  content: '\e80c';
}

/* '' */
.icon-arrow01:before {
  content: '\e80d';
}

/* '' */
.icon-arrow02:before {
  content: '\e80e';
}

/* '' */
.icon-nav01:before {
  content: '\e810';
}

/* '' */
.icon-angle-left:before {
  content: '\f104';
}

/* '' */
.icon-angle-right:before {
  content: '\f105';
}

/* '' */
.icon-angle-up:before {
  content: '\f106';
}

/* '' */
.icon-angle-down:before {
  content: '\f107';
}

/* '' */
/* ==========================================================================
   トップページ用スタイル
   ========================================================================== */
/* parts */
@media screen and (min-width: 768px) {
  .pc_view {
    display: block !important;
  }

  .sp_view {
    display: none !important;
  }

  #header {
    display: none;
  }

  #sp_menu {
    display: none !important;
  }

  .two_column {
    width: 1040px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
        /*
        #pick_up {
            width: 490px;
            position: relative;
            h2{
                font-size: 1px;
            }
            #pickup_list{
                margin: 25px auto 0;
                width: 370px;
                dl{
                    a{
                        text-decoration: none;
                    }
                    dt{
                        width: 100%;
                        height: 200px;
                        img{
                            object-fit: cover;
                            width: 100%;
                            height: 200px;
                        }
                    }
                    dd{
                        padding: 15px 0;
                        text-align: left;
                        font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "メイリオ", "Meiryo", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
                        color: #D10000;
                        font-weight: bold;
                        font-size: 1.65rem;
                        
                    }
                }
            }
      
            .slick-prev,
            .slick-next
            {
                font-size: 0;
                line-height: 0;
                position: absolute;
                
                display: block;
                width: 40px;
                height: 40px;
                padding: 0;
                top:100px;
                cursor: pointer;
                color: transparent;
                border: none;
                outline: none;
                background: transparent;
                z-index: 10;
            }

            .slick-prev{
                left: -20px;
            }

           .slick-next{
                right: -20px;
            }

           .slick-prev:before,
           .slick-next:before
            {
                display: block;
                font-size: 10px;
                width: 40px;
                height: 40px;
                text-align: center;
                border-radius: 0;
                line-height: 40px;
                opacity: 1;
                color: white;
                background: #D10000;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }           
            
        }
        */
  }
  .two_column .list_link {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
  }
  .two_column .list_link a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.4rem;
    width: 230px;
    height: 35px;
    background: #2e2e2e;
    position: relative;
    overflow: hidden;
    border: none;
  }
  .two_column .list_link a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 140%;
    height: 35px;
    background: linear-gradient(-45deg, transparent, transparent 25%, #d10000 0%, #d10000);
    transform: translateX(-79%);
    transition: transform 0.6s cubic-bezier(0.14, 1, 0.34, 1);
  }
  .two_column .list_link a::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("../../img/arrow02.svg") no-repeat center center;
    width: 8px;
    height: 12px;
  }
  .two_column .list_link a:hover {
    background: #2e2e2e;
    position: relative;
    overflow: hidden;
    border: none;
    color: #fff;
    text-decoration: none;
  }
  .two_column .list_link a:hover::before {
    transform: translateX(0%);
  }
  .two_column .list_link a span {
    position: relative;
    z-index: 10;
  }
  .two_column .club_link {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .two_column .club_link a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.4rem;
    width: 350px;
    height: 40px;
    background: #2e2e2e;
    position: relative;
    overflow: hidden;
    border: none;
  }
  .two_column .club_link a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 140%;
    height: 50px;
    background: linear-gradient(-45deg, transparent, transparent 25%, #d10000 0%, #d10000);
    transform: translateX(-79%);
    transition: transform 0.6s cubic-bezier(0.14, 1, 0.34, 1);
  }
  .two_column .club_link a::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("../../img/arrow02.svg") no-repeat center center;
    width: 8px;
    height: 12px;
    transform: rotate(90deg);
  }
  .two_column .club_link a:hover {
    background: #2e2e2e;
    position: relative;
    overflow: hidden;
    border: none;
    color: #fff;
    text-decoration: none;
  }
  .two_column .club_link a:hover::before {
    transform: translateX(0%);
  }
  .two_column .club_link a span {
    position: relative;
    z-index: 10;
  }
  .two_column #news {
    position: relative;
    width: 605px;
    margin: 0;
  }
  .two_column #news h2 {
    font-size: 1px;
  }
  .two_column #news .news_list {
    margin: 0 0 0;
  }
  .two_column #news .news_list li {
    border-bottom: 1px solid #ddd;
    display: flex;
    padding: 12px 0;
  }
  .two_column #news .news_list li a {
    display: flex;
    width: 100%;
    text-decoration: none;
    color: #000;
  }
  .two_column #news .news_list li a:hover {
    color: #d10000;
  }
  .two_column #news .news_list li p {
    width: 6em;
    flex-shrink: 0;
    margin-right: 15px;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.6rem;
  }
  .two_column #news .news_list li span {
    line-height: 1.5;
    font-size: 1.6rem;
  }
  .two_column #links {
    width: 400px;
    position: relative;
  }
  .two_column #links .inner ul {
    width: 400px;
    margin: 0 auto;
  }
  .two_column #links .inner ul li {
    margin: 0 0 15px;
  }
  .two_column #links .inner ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.4rem;
    width: 100%;
    height: 65px;
    background: #d10000;
    position: relative;
    overflow: hidden;
    border: none;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "メイリオ", "Meiryo", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    font-size: 2rem;
  }
  .two_column #links .inner ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 140%;
    height: 65px;
    background: linear-gradient(-45deg, transparent, transparent 25%, #2e2e2e 0%, #2e2e2e);
    transform: translateX(-79%);
    transition: transform 0.6s cubic-bezier(0.14, 1, 0.34, 1);
  }
  .two_column #links .inner ul li a:hover {
    background: #2e2e2e;
    position: relative;
    overflow: hidden;
    border: none;
    color: #fff;
    text-decoration: none;
  }
  .two_column #links .inner ul li a:hover::before {
    transform: translateX(0%);
  }
  .two_column #links .inner ul li a span {
    position: relative;
    z-index: 10;
  }

  .header_area {
    background: #fff;
    position: fixed;
    min-width: 1200px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    box-shadow: 0px 0px 0 transparent;
    transition: box-shadow .3s ease;
  }
  .header_area.sc {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  }
  .header_area img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .header_area .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 95px;
  }
  .header_area .inner #header_logo {
    width: calc(275 / 1200 * 100vw);
    max-width: 275px;
    margin-left: 25px;
    margin-bottom: 0;
  }
  .header_area .inner nav {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
  }
  .header_area .inner nav > div {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
  .header_area .inner nav > div.header_list02 {
    padding: 0 20px 0 0;
  }
  .header_area .inner nav > div.header_list01 {
    padding: 15px 20px 0 0;
  }
  .header_area .inner nav > div ul {
    display: flex;
    position: relative;
  }
  .header_area .inner nav > div ul.target_menu li {
    font-size: 1.2rem;
    margin-right: 8px;
  }
  .header_area .inner nav > div ul.target_menu li a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #000;
  }
  .header_area .inner nav > div ul.target_menu li a::before {
    content: "\f105";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    color: #d10000;
  }
  .header_area .inner nav > div ul.target_menu li a:hover {
    text-decoration: none;
    color: #d10000;
  }
  .header_area .inner nav > div ul.target_menu::after {
    content: "";
    width: 1px;
    height: 10px;
    background: #ddd;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .header_area .inner nav > div ul.other_menu li {
    margin-left: 10px;
    font-size: 1.5rem;
  }
  .header_area .inner nav > div ul.other_menu li:first-child {
    font-size: 1rem;
  }
  .header_area .inner nav > div ul.other_menu li:first-child a::before {
    width: 3.5em;
    line-height: 2.7em;
  }
  .header_area .inner nav > div ul.other_menu li a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #000;
  }
  .header_area .inner nav > div ul.other_menu li a span {
    visibility: hidden;
    font-size: 0;
    overflow: hidden;
    width: 0;
  }
  .header_area .inner nav > div ul.other_menu li a:hover {
    text-decoration: none;
    color: #d10000;
  }
  .header_area .inner nav > div ul.main_menu {
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
  }
  .header_area .inner nav > div ul.main_menu li {
    font-size: 1.4rem;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
  }
  .header_area .inner nav > div ul.main_menu li:first-child {
    margin-left: 0;
  }
  .header_area .inner nav > div ul.main_menu li a {
    color: #000;
  }
  .header_area .inner nav > div ul.main_menu li a::before {
    content: "";
    width: 0;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    background: #d10000;
    transition: width .3s ease;
  }
  .header_area .inner nav > div ul.main_menu li a:hover {
    text-decoration: none;
    color: #d10000;
  }
  .header_area .inner nav > div ul.main_menu li a:hover::before {
    width: 100%;
  }
  .header_area .inner nav > div ul.main_menu li a.on {
    text-decoration: none;
  }
  .header_area .inner nav > div ul.main_menu li a.on::before {
    width: 100%;
  }

  #mainvisual {
    position: relative;
    overflow: hidden !important;
    padding-top: 95px;
    height: auto !important;
    min-width: 1040px;
  }
  #mainvisual:after {
    display: none;
  }
  #mainvisual .slide {
    height: 500px;
    position: relative;
    width: 1040px;
    margin: 0 auto;
  }
  #mainvisual .slick-track {
    height: 500px;
  }
  #mainvisual .slick-list {
    overflow: inherit;
    position: static;
  }
  #mainvisual .slick-dots {
    bottom: 0px;
    display: flex !important;
    justify-content: flex-end;
    box-sizing: border-box;
    padding-right: 10px;
    padding-bottom: 20px;
  }
  #mainvisual .slick-dots li {
    width: 40px;
    height: 10px;
  }
  #mainvisual .slick-dots li button {
    width: 40px;
    height: 10px;
  }
  #mainvisual .slick-dots li button:before {
    background: #ddd;
    text-indent: -9999px;
    width: 40px;
    height: 10px;
    border-radius: 0%;
    opacity: 1;
  }
  #mainvisual .slick-dots .slick-active button:before {
    background: #E46E6E;
    text-indent: -9999px;
    width: 40px;
    height: 10px;
    border-radius: 0%;
    opacity: 1;
  }
  #mainvisual .slide_inner img {
    opacity: 0;
  }
  #mainvisual .slide_inner .slick-track img {
    opacity: 1;
  }
  #mainvisual .slick-slide {
    background-size: cover;
    background-position: center center;
  }
  #mainvisual .slick-slide .inner {
    display: flex;
    width: 1160px;
    margin: 0 auto;
    height: 500px;
    overflow: hidden;
    align-items: center;
    min-height: 100%;
  }
  #mainvisual .slick-slide .inner.position_C {
    justify-content: center;
  }
  #mainvisual .slick-slide .inner.position_L {
    justify-content: flex-start;
  }
  #mainvisual .slick-slide .inner.position_R {
    justify-content: flex-end;
  }
  #mainvisual .slick-prev,
  #mainvisual .slick-next {
    background: url(../../../img/mainvisual_bg.png) repeat left top;
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    color: transparent;
    top: 0;
    right: -100%;
    padding: 0;
    border: none;
    outline: none;
    z-index: 10;
    transform: none;
  }
  #mainvisual .slick-prev:before {
    content: "\e80e";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    right: 0;
  }
  #mainvisual .slick-next:before {
    content: "\e80d";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    left: 0;
  }
  #mainvisual .slick-prev:before,
  #mainvisual .slick-next:before {
    position: absolute;
    display: block;
    font-size: 20px;
    width: 85px;
    height: 85px;
    text-align: center;
    line-height: 85px;
    border-radius: 0;
    opacity: .75;
    color: #d10000;
    background: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .3s ease;
  }
  #mainvisual .slick-prev {
    top: 0;
    left: -100%;
  }
  #mainvisual .slick-next {
    top: 0;
    right: -100%;
  }

  #important {
    width: 1040px;
    margin: 50px auto 0;
  }
  #important table {
    border: 1px solid #d10000;
    box-sizing: border-box;
    width: 100%;
  }
  #important table th {
    color: #d10000;
    border-right: 1px solid #d10000;
    width: 175px;
    vertical-align: middle;
    padding: 15px;
    text-align: center;
    font-size: 1.6rem;
  }
  #important table td {
    padding: 10px 20px 15px;
  }
  #important table td ul li {
    margin-top: 5px;
  }
  #important table td ul li a {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
  }
  #important table td ul li a p {
    margin: 0 20px 0 0;
    width: 6em;
  }

  .club_act {
    width: 1040px;
    margin: 30px auto 70px;
    text-align: center;
    position: relative;
  }
  .club_act .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .club_act .inner .text {
    width: 205px;
  }
  .club_act .inner #sliderArea {
    width: 700px;
    /* Arrows */
  }
  .club_act .inner #sliderArea .slick-prev,
  .club_act .inner #sliderArea .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 46px;
    height: 46px;
    padding: 0;
    top: 237px;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 10;
  }
  .club_act .inner #sliderArea .slick-prev {
    left: -20px;
  }
  .club_act .inner #sliderArea .slick-next {
    right: -20px;
  }
  .club_act .inner #sliderArea .slick-prev:before,
  .club_act .inner #sliderArea .slick-next:before {
    display: block;
    font-size: 13px;
    width: 46px;
    height: 46px;
    text-align: center;
    border-radius: 0;
    line-height: 46px;
    opacity: 1;
    color: white;
    background: #D10000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .club_act .cat {
    text-align: right;
    display: block;
    margin-top: 50px;
    color: #fff;
    font-size: 1.4rem;
    overflow: hidden;
  }

  .club_act .cat a {
    float: right;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.4rem;
    width: 100%;
    height: 45px;
    background: #2e2e2e;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    margin-right: 5px;
  }

  .club_act .cat a span {
    position: relative;
    z-index: 10;
  }

  .club_act .cat a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 140%;
    height: 45px;
    background: linear-gradient(-45deg, transparent, transparent 25%, #d10000 0%, #d10000);
    transform: translateX(-80%);
    transition: transform 0.6s cubic-bezier(0.14, 1, 0.34, 1);
  }

  .club_act .cat a::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("../../img/arrow02.svg") no-repeat center center;
    width: 8px;
    height: 12px;
  }

  .club_act .cat a:hover::before {
    transform: translateX(0%);
  }

  .club_act .slider dt {
    margin: auto;
    text-align: center;
  }

  .club_act .slider dd a {
    display: block;
    background: #ddd;
    width: 245px;
    padding: 13px 20px;
    color: #000;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "メイリオ", "Meiryo", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.6rem;
  }

  .club_act .slider dd a:hover {
    color: #d10000;
    background: #eee;
    text-decoration: none;
  }

  .club_act .slider img {
    width: 100%;
  }

  .top_banners {
    padding: 60px 0 35px;
    background: url(/img/top_banners_bg.png) repeat left top;
  }
  .top_banners ul {
    width: 1040px;
    margin: 0 auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top_banners ul li {
    margin-bottom: 25px;
  }

  #content .content_footer #totop {
    position: relative;
    height: 50px;
    margin: -50px auto 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1210px) {
  #mainvisual .slick-prev:before {
    content: "\e80e";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    right: -50px;
  }
  #mainvisual .slick-next:before {
    content: "\e80d";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    left: -50px;
  }
  #mainvisual .slick-prev:before,
  #mainvisual .slick-next:before {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pc_view {
    display: none !important;
  }

  .sp_view {
    display: block !important;
  }

  #header {
    display: none;
  }

  .header_area .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(60 / 375 * 100vw);
    width: 100%;
  }
  .header_area .inner #header_logo {
    width: calc(185 / 375 * 100vw);
    margin: 0 auto;
  }
  .header_area .inner #header_logo img {
    max-width: 100%;
    width: 100%;
  }
  .header_area .inner nav {
    display: none;
  }

  body.top #content {
    margin-top: 0 !important;
  }

  body.top #pick_up {
    border-top: 1px solid #d10000;
    border-bottom: none;
    padding-bottom: 0;
  }

  #mainvisual {
    box-shadow: 0px 1px 0 rgba(0, 0, 0, 0.15);
    /* Dots */
  }
  #mainvisual img {
    width: auto;
    max-width: 100%;
  }
  #mainvisual .slick-dotted.slick-slider {
    margin-bottom: 45px;
    height: 100%;
  }
  #mainvisual .slick-dots {
    bottom: 0px;
    display: flex !important;
    justify-content: center;
    box-sizing: border-box;
    padding-right: 10px;
    align-items: center;
    height: calc(30 / 375 * 100vw);
  }
  #mainvisual .slick-dots li {
    width: calc(25 / 375 * 100vw);
    height: calc(5 / 375 * 100vw);
  }
  #mainvisual .slick-dots li button {
    width: calc(25 / 375 * 100vw);
    height: calc(5 / 375 * 100vw);
  }
  #mainvisual .slick-dots li button:before {
    background: #ddd;
    text-indent: -9999px;
    width: calc(25 / 375 * 100vw);
    height: calc(5 / 375 * 100vw);
    border-radius: 0%;
    opacity: 1;
  }
  #mainvisual .slick-dots .slick-active button:before {
    background: #E46E6E;
    text-indent: -9999px;
    width: calc(25 / 375 * 100vw);
    height: calc(5 / 375 * 100vw);
    border-radius: 0%;
    opacity: 1;
  }
  #mainvisual .slick-slide {
    background-size: cover;
    background-position: center center;
  }
  #mainvisual .slick-slide .inner {
    display: flex;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    min-height: 100%;
  }
  #mainvisual .slick-slide .inner img {
    width: 100%;
  }
  #mainvisual .slick-slide .inner.position_C {
    justify-content: center;
  }
  #mainvisual .slick-slide .inner.position_L {
    justify-content: flex-start;
  }
  #mainvisual .slick-slide .inner.position_R {
    justify-content: flex-end;
  }
  #mainvisual .slide_inner img {
    opacity: 0;
  }
  #mainvisual .slide_inner .slick-track img {
    opacity: 1;
  }
  #mainvisual .slick-prev:before {
    content: "\e80e";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    right: 0;
  }
  #mainvisual .slick-next:before {
    content: "\e80d";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    left: 0;
  }
  #mainvisual .slick-prev,
  #mainvisual .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: auto;
    bottom: 0;
    display: block;
    width: calc(30 / 375 * 100vw);
    height: calc(30 / 375 * 100vw);
    padding: 0;
    transform: translate(0, 0);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 10;
  }
  #mainvisual .slick-prev:before,
  #mainvisual .slick-next:before {
    display: block;
    font-size: calc(10 / 375 * 100vw);
    width: calc(30 / 375 * 100vw);
    height: calc(30 / 375 * 100vw);
    text-align: center;
    line-height: calc(30 / 375 * 100vw);
    border-radius: 0;
    opacity: .75;
    color: #d10000;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  #important {
    margin: 8% 5%;
  }
  #important table {
    border: 1px solid #d10000;
    box-sizing: border-box;
    width: 100%;
  }
  #important table th {
    display: block;
    color: #d10000;
    border-bottom: 1px solid #d10000;
    font-size: calc(14 / 375 * 100vw);
    padding: 2%;
    text-align: center;
  }
  #important table td {
    display: block;
    padding: 1% 3% 2%;
  }
  #important table td ul li {
    margin-top: 1%;
    font-size: calc(14 / 375 * 100vw);
  }
  #important table td ul li a {
    display: flex;
  }
  #important table td ul li a p {
    margin: 0 2% 0 0;
    width: 6em;
    flex-shrink: 0;
  }

  body.top #news {
    padding-bottom: 8%;
  }
  body.top #news h2 {
    font-size: 1px;
  }
  body.top #news .news_list {
    margin-top: 5%;
    /*dd{
        margin-top: 0;
    }
    a{
        font-size: 1.3rem;
    }*/
  }

  body.top .two_column {
            /*
            #pick_up {
                background: url(/img/links_bg.png) repeat left top;
                position: relative;
                padding: calc(20 / 375 * 100vw) 5%;
                margin-top: calc(20 / 375 * 100vw);
                .inner{
                    padding: 0;
                }
                h2{
                    font-size: 1px;
                    text-align: left;
                }
                #pickup_list{
                    margin: 25px auto 0;
                    width: 100%;
                    dl{
                        a{
                            text-decoration: none;
                        }
                        dt{
                            width: 100%;
                            height: calc(200 / 375 * 100vw);
                            img{
                                object-fit: cover;
                                width: 100%;
                                height: calc(200 / 375 * 100vw);
                            }
                        }
                        dd{
                            padding: 5% 0;
                            text-align: left;
                            font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "メイリオ", "Meiryo", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
                            color: #D10000;
                            font-weight: bold;
                            font-size: calc(17 / 375 * 100vw);
                            background: #fff;
                            padding: calc(10 / 375 * 100vw);
                        }
                    }

                }
                
                .slick-prev,
                .slick-next
                {
                    font-size: 0;
                    line-height: 0;
                    position: absolute;
                    
                    display: block;
                    width: 40px;
                    height: 40px;
                    padding: 0;
                    top:100px;
                    cursor: pointer;
                    color: transparent;
                    border: none;
                    outline: none;
                    background: transparent;
                    z-index: 10;
                }
    
                .slick-prev{
                    left: -20px;
                }
    
               .slick-next{
                    right: -20px;
                }
    
               .slick-prev:before,
               .slick-next:before
                {
                    display: block;
                    font-size: 10px;
                    width: 40px;
                    height: 40px;
                    text-align: center;
                    border-radius: 0;
                    line-height: 40px;
                    opacity: 1;
                    color: white;
                    background: #D10000;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                }           
                
            }
            */
  }
  body.top .two_column .list_link {
    margin-top: calc(25 / 375 * 100vw) !important;
  }
  body.top .two_column .list_link a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: calc(15 / 375 * 100vw);
    width: 100%;
    height: calc(45 / 375 * 100vw);
    background: #2e2e2e;
    position: relative;
    overflow: hidden;
    border: none;
  }
  body.top .two_column .list_link a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 140%;
    height: calc(45 / 375 * 100vw);
    background: linear-gradient(-45deg, transparent, transparent 25%, #d10000 0%, #d10000);
    transform: translateX(-79%);
    transition: transform 0.6s cubic-bezier(0.14, 1, 0.34, 1);
  }
  body.top .two_column .list_link a::after {
    content: "";
    position: absolute;
    right: calc(10 / 375 * 100vw);
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("../../img/arrow02.svg") no-repeat center center;
    background-size: cover;
    width: calc(8 / 375 * 100vw);
    height: calc(12 / 375 * 100vw);
  }
  body.top .two_column .list_link a:hover {
    background: #2e2e2e;
    position: relative;
    overflow: hidden;
    border: none;
    color: #fff;
    text-decoration: none;
  }
  body.top .two_column .list_link a:hover::before {
    transform: translateX(0%);
  }
  body.top .two_column .list_link a span {
    position: relative;
    z-index: 10;
  }
  body.top .two_column .club_link {
    position: absolute;
    bottom: calc(-80 / 375 * 100vw);
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
  }
  body.top .two_column .club_link a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.4rem;
    width: 100%;
    height: calc(45 / 375 * 100vw);
    background: #2e2e2e;
    position: relative;
    overflow: hidden;
    border: none;
  }
  body.top .two_column .club_link a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 140%;
    height: calc(45 / 375 * 100vw);
    background: linear-gradient(-45deg, transparent, transparent 25%, #d10000 0%, #d10000);
    transform: translateX(-79%);
    transition: transform 0.6s cubic-bezier(0.14, 1, 0.34, 1);
  }
  body.top .two_column .club_link a::after {
    content: "";
    position: absolute;
    right: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("../../img/arrow02.svg") no-repeat center center;
    background-size: cover;
    width: calc(8 / 375 * 100vw);
    height: calc(12 / 375 * 100vw);
    transform: rotate(90deg);
  }
  body.top .two_column .club_link a:hover {
    background: #2e2e2e;
    position: relative;
    overflow: hidden;
    border: none;
    color: #fff;
    text-decoration: none;
  }
  body.top .two_column .club_link a:hover::before {
    transform: translateX(0%);
  }
  body.top .two_column .club_link a span {
    position: relative;
    z-index: 10;
  }
  body.top .two_column #news {
    position: relative;
    padding: 0 5%;
    margin: 3% 0 0 !important;
  }
  body.top .two_column #news h2 {
    font-size: 1px;
    text-align: left;
  }
  body.top .two_column #news .news_list {
    margin: 0;
    border-top: none;
  }
  body.top .two_column #news .news_list li {
    border-bottom: none;
    display: flex;
    padding: calc(10 / 375 * 100vw) 0 0;
  }
  body.top .two_column #news .news_list li a {
    display: flex;
    width: 100%;
    text-decoration: none;
    color: #000;
  }
  body.top .two_column #news .news_list li a:hover {
    color: #d10000;
  }
  body.top .two_column #news .news_list li p {
    width: 6em;
    flex-shrink: 0;
    margin-right: calc(15 / 375 * 100vw);
    margin-bottom: 0;
    line-height: 1.5;
    font-size: calc(14 / 375 * 100vw);
    color: #000;
  }
  body.top .two_column #news .news_list li span {
    line-height: 1.5;
    font-size: calc(14 / 375 * 100vw);
  }
  body.top .two_column #links {
    padding: calc(10 / 375 * 100vw) 5% calc(30 / 375 * 100vw);
  }
  body.top .two_column #links ul li {
    margin-top: calc(15 / 375 * 100vw);
  }
  body.top .two_column #links ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 100%;
    height: calc(45 / 375 * 100vw);
    background: #d10000;
    position: relative;
    overflow: hidden;
    border: none;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "メイリオ", "Meiryo", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    font-size: calc(18 / 375 * 100vw);
  }
  body.top .two_column #links ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 140%;
    height: calc(45 / 375 * 100vw);
    background: linear-gradient(-45deg, transparent, transparent 25%, #2e2e2e 0%, #2e2e2e);
    transform: translateX(-79%);
    transition: transform 0.6s cubic-bezier(0.14, 1, 0.34, 1);
  }
  body.top .two_column #links ul li a span {
    position: relative;
    z-index: 10;
  }
  body.top .about h3 {
    text-align: center;
    border-bottom: 1px solid #c1c2c2;
    margin: 7% 0 3%;
    padding-bottom: 4%;
  }
  body.top .about .about_box_inner .text {
    position: relative;
  }
  body.top .about .about_box_inner .text p {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "メイリオ", "Meiryo", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
    line-height: 1.7;
  }
  body.top .about .about_box_inner .text a {
    color: #000;
    display: block;
    text-align: center;
  }
  body.top .about .about_box_inner .text a span {
    text-decoration: underline;
  }
  body.top .about .about_box_inner .text a::after {
    content: "\f105";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    color: #d10000;
    margin-left: 10px;
  }
  body.top .club_act .inner #sliderArea .slick-prev,
  body.top .club_act .inner #sliderArea .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: calc(40 / 375 * 100vw);
    height: calc(40 / 375 * 100vw);
    padding: 0;
    top: calc(80 / 375 * 100vw);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 10;
  }
  body.top .club_act .inner #sliderArea .slick-prev:before,
  body.top .club_act .inner #sliderArea .slick-next:before {
    display: block;
    font-size: 13px;
    width: calc(40 / 375 * 100vw);
    height: calc(40 / 375 * 100vw);
    text-align: center;
    border-radius: 0;
    line-height: calc(40 / 375 * 100vw);
    opacity: 1;
    color: white;
    background: #D10000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  body.top .top_banners {
    padding: calc(15 / 375 * 100vw) 5% calc(25 / 375 * 100vw);
    background: url(/img/top_banners_bg.png) repeat left top;
    margin: 0;
  }
  body.top .top_banners ul {
    margin: 0 auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body.top .top_banners ul li {
    width: 48%;
    margin-top: calc(10 / 375 * 100vw);
  }
  body.top .top_banners ul li.long {
    width: 100%;
  }
  body.top #footer {
    padding-bottom: calc(85 / 375 * 100vw);
  }

  #sp_menu {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    padding-bottom: env(safe-area-inset-bottom);
    z-index: 100;
  }
  #sp_menu button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
  }

  #sp_menu {
    width: 100%;
    height: calc(55 / 375 * 100vw);
  }
  #sp_menu .btns {
    display: flex;
    height: calc(55 / 375 * 100vw);
    position: relative;
    z-index: 2;
  }
  #sp_menu .btns li {
    width: 20%;
    height: calc(55 / 375 * 100vw);
    position: relative;
  }
  #sp_menu .btns li::before {
    content: "";
    position: absolute;
    left: 0;
    top: -12px;
    width: 100%;
    height: 20px;
    background: #040404;
    background: linear-gradient(0deg, rgba(4, 4, 4, 0.3954) 0%, transparent 100%);
  }
  #sp_menu .btns li a, #sp_menu .btns li button {
    display: flex;
    height: calc(55 / 375 * 100vw);
    width: 100%;
    position: relative;
    background: #505050;
  }
  #sp_menu .btns li a::before, #sp_menu .btns li button::before {
    content: "";
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
  }
  #sp_menu .btns li a::after, #sp_menu .btns li button::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #434343;
    position: absolute;
    right: 0;
    top: 0;
  }
  #sp_menu .btns li a span, #sp_menu .btns li button span {
    text-indent: -9999px;
    width: 0;
    visibility: hidden;
  }
  #sp_menu .btns li a.menu, #sp_menu .btns li button.menu {
    background: #d10000;
  }
  #sp_menu .btns li a.menu::before, #sp_menu .btns li button.menu::before {
    background-image: url(/common/img/sp_menu_icon01.svg);
  }
  #sp_menu .btns li a.menu::after, #sp_menu .btns li button.menu::after {
    display: none;
  }
  #sp_menu .btns li a.target::before, #sp_menu .btns li button.target::before {
    background-image: url(/common/img/sp_menu_icon02.svg);
  }
  #sp_menu .btns li a.access::before, #sp_menu .btns li button.access::before {
    background-image: url(/common/img/sp_menu_icon03.svg);
  }
  #sp_menu .btns li a.pamphlet::before, #sp_menu .btns li button.pamphlet::before {
    background-image: url(/common/img/sp_menu_icon04.svg);
  }
  #sp_menu .btns li a.search::before, #sp_menu .btns li button.search::before {
    background-image: url(/common/img/sp_menu_icon05.svg);
  }
  #sp_menu .btns li a.search::after, #sp_menu .btns li button.search::after {
    display: none;
  }
  #sp_menu .btns li.active::before {
    display: none;
  }
  #sp_menu .btns li.active a, #sp_menu .btns li.active button {
    background-color: #f1f1f1 !important;
  }
  #sp_menu .btns li.active a::before, #sp_menu .btns li.active button::before {
    background-image: url(/common/img/sp_menu_close.svg);
  }
  #sp_menu .btns li.active a.menu, #sp_menu .btns li.active button.menu {
    box-shadow: -5px -5px 15px -10px rgba(0, 0, 0, 0.6) inset;
  }
  #sp_menu .btns li.active a.target, #sp_menu .btns li.active button.target {
    box-shadow: -5px -5px 15px -10px rgba(0, 0, 0, 0.6) inset;
  }
  #sp_menu .btns li.active a.search, #sp_menu .btns li.active button.search {
    box-shadow: -5px -5px 15px -10px rgba(0, 0, 0, 0.6) inset;
  }
  #sp_menu .ac_togle {
    transform: translateY(100%);
    position: absolute;
    width: 100%;
    left: 0;
  }
  #sp_menu .ac_togle input, #sp_menu .ac_togle textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
    border: none;
  }
  #sp_menu .ac_togle input[type="submit"],
  #sp_menu .ac_togle input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
  }
  #sp_menu .ac_togle input[type="submit"]::-webkit-search-decoration,
  #sp_menu .ac_togle input[type="button"]::-webkit-search-decoration {
    display: none;
  }
  #sp_menu .ac_togle input[type="submit"]::focus,
  #sp_menu .ac_togle input[type="button"]::focus {
    outline-offset: -2px;
  }
  #sp_menu .ac_togle.active {
    transform: translateY(-100%);
    padding-bottom: calc(75 / 375 * 100vw);
    background: #f1f1f1;
    transition: transform 0.6s cubic-bezier(0.14, 1, 0.34, 1);
  }
  #sp_menu .ac_togle.active dt {
    padding: 4%;
    color: #fff;
    font-weight: 700;
    font-size: calc(14 / 375 * 100vw);
    background-color: #d10000;
    letter-spacing: 1.5px;
  }
  #sp_menu .ac_togle.active dd {
    padding: 4% 4% 40px;
  }
  #sp_menu .ac_togle.active dd ul li {
    border-bottom: 1px dotted #ccc;
    padding: calc(12 / 375 * 100vw) 0;
  }
  #sp_menu .ac_togle.active dd ul li a {
    display: block;
    color: #000;
    position: relative;
  }
  #sp_menu .ac_togle.active dd ul li a::after {
    content: "";
    width: calc(14 / 375 * 100vw);
    height: calc(7 / 375 * 100vw);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(/common/img/sp_menu_arrow.svg) no-repeat center center;
    background-size: 100%;
  }
  #sp_menu .search_togle dd #cse-search-box {
    display: flex;
    align-items: center;
  }
  #sp_menu .search_togle dd #search_text {
    height: calc(50 / 375 * 100vw);
    border-radius: 3px;
    box-sizing: border-box;
    padding: 2%;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.15);
    margin-right: calc(10 / 375 * 100vw);
    width: 100%;
  }
  #sp_menu .search_togle dd #search_ac {
    width: calc(50 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    border-radius: 3px;
    background-color: #d10000;
    background-image: url(/common/img/sp_menu_search.svg);
    background-position: center center;
    background-size: calc(27 / 375 * 100vw);
    background-repeat: no-repeat;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
  }
}
