@charset "utf-8";

/* -----------------
  リセット
- -----------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 1.0em;
  vertical-align: baseline;
}

table {
  border-collapse: collapse;
  /* ---- テーブルの余白 ----*/
  border-spacing: 0;
  table-layout: fixed;
}

body>img {
  width: 1px !important;
  height: 1px !important;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
  -webkit-touch-callout: none;
}

* {
  -webkit-user-select: none;
}

*:not(input) {
  -webkit-user-select: none;
}

input[type=text] {
  -webkit-user-select: auto;
}

ul,
li {
  list-style: none;
}

/* -----------------
  Transitions
- -----------------*/
* {
  transition-duration: 0.2s;
}

/* -----------------
  クリアフィックス
-- -----------------*/
.clearfix:after {
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child+html .clearfix {
  zoom: 1;
}

h1 {
  font-weight: 100;
}

/* -----------------
  リンク
- -----------------*/
a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: underline;
  color: #000;
}

a:focus {
  outline: none;
}

#relations {
  display: none;
}

/* -----------------
  全体反映
- -----------------*/
body {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  padding: 0;
  margin: 0;
  word-break: normal;
  word-wrap: break-word;
}

/* -----------------
  画像
- -----------------*/
img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}


/* Swiper */
.main-slide .swiper-slide img {
  width: 100%;
}

.main-slide .swiper-button-next {
  right: 22%;
  color: #e9e5e2;
}
.main-slide .swiper-button-prev {
  left: 22%;
  color: #e9e5e2;
}
.main-slide .swiper-button-prev::after,
.main-slide .swiper-button-next::after {
  font-size: 34px;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.swiper-pagination-bullet-active {
  background-color: #ccc;

}


.swiper-container{
    position: relative;
    margin: 0 auto;
}
.mega-swiper .swiper-button-prev,
.mega-swiper .swiper-button-next {
  height: 60px;
  top: calc(50% - 8px);
  box-sizing: border-box;
  background-color: #898989;
  color: #e9e5e2
}
.mega-swiper .swiper-button-prev {
  left: calc(50% - 261px);

}
.mega-swiper .swiper-button-next {
    right: calc(50% - 261px);
}
.mega-swiper .swiper-button-prev::after,
.mega-swiper .swiper-button-next::after {
  font-size: 14px;
}
.mega-slide {
  width: 468px;
  height: 60px;
  margin: auto;
  overflow: hidden;
  background-color: #353c45;
}
