/* ==========================================================================
   Reset
============================================================================= */
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img{
	vertical-align: bottom;
}

/* ==========================================================================
   Base
============================================================================= */
body {
  color: #5e5e5e;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 }

a {
  color: #7a97b2;
}
a:visited {
  color: #7a97b2;
}
a:focus {
  color: #7a97b2;
}
a:hover {
  color: #7a97b2;
}
a:active {
  color: #7a97b2;
}
a:link, a:visited {
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
}

.pc .main-container .carousel-container {
  width: 100%;
  /*height: 300px;*/
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.pc .main-container .carousel__body {
  width: 2964px;
  position: absolute;
  left: 0;
  top: 0;
}
.pc .main-container .carousel__item {
 /* width: 420px;*/
  width: 100%;
  float: left;
}

.pc .main-container .carousel__pager{
  text-align: center;
  background: #ce181e;
  width: 100%;
  padding: 10px 0;
  margin: 2px auto 0 auto;
  overflow: hidden;
  -webkit-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}
.pc .main-container .carousel__prev{
	float: left;
	display: none;
}
.pc .main-container .carousel__next{
	float: right;
}
.pc .main-container .carousel__prev,
.pc .main-container .carousel__next{
  display: inline-block;
  vertical-align: middle;
  margin: -16px 10px 0 10px;
  width: 16px;
  height: 16px;
  white-space:nowrap;
  text-indent: 100%;
  overflow: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
}
.pc .main-container .carousel__prev{
  background: url(../../common/css/img/slidebtn_prev_2x.png) 0 0 no-repeat;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
}
.pc .main-container .carousel__next{
  background: url(../../common/css/img/slidebtn_next_2x.png) 0 0 no-repeat;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
}
.pc .main-container .carousel__prev:hover,
.pc .main-container .carousel__next:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.pc .main-container .carousel__pager ol{
  display: block;
  vertical-align: middle;
  width: 348px;
  margin: 0 auto;
  text-align: center;
}
.pc .main-container .carousel__pager li{
  vertical-align: middle;
  display: inline-block;
  margin: 0 8px 2px 8px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #DCDCDC;
  cursor: pointer;
}
.pc .main-container .carousel__pager li.current{
  background: #FFF;
}

.pc .main-container .carousel__pager li:hover{
  opacity: 0.75;
  filter: alpha(opacity=75);
}




.sp .main-container .carousel-container {
  width: 100%;
  /*height: 300px;*/
  position: relative;
  overflow: hidden;
  margin: 0 0;
}
.sp .main-container .carousel__body {
  width: 2964px;
  position: absolute;
  left: 0;
  top: 0;
}
.sp .main-container .carousel__item {
  width: 320px;
  float: left;
}
.sp .main-container .carousel__item img{
  width: 320px;
  max-width: 320px;
  vertical-align: bottom;
}

.sp .main-container .carousel__pager{
  text-align: center;
  background: #ce181e;
  width: 100%;
  padding: 10px 0;
  margin: 2px 0 0 0;
  overflow: hidden;
  -webkit-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}
.sp .main-container .carousel__prev{
  float: left;
  display: none;
}
.sp .main-container .carousel__next{
  float: right;
}
.sp .main-container .carousel__prev,
.sp .main-container .carousel__next{
  display: inline-block;
  vertical-align: middle;
  margin: -16px 10px 0 10px;
  width: 16px;
  height: 16px;
  white-space:nowrap;
  text-indent: 100%;
  overflow: hidden;
}
.sp .main-container .carousel__prev{
  background: url(../../common/css/img/slidebtn_prev_2x.png) 0 0 no-repeat;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
}
.sp .main-container .carousel__next{
  background: url(../../common/css/img/slidebtn_next_2x.png) 0 0 no-repeat;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
}
.sp .main-container .carousel__pager ol{
  display: block;
  vertical-align: middle;
  width: 238px;
  margin: 0 auto;
  text-align: center;
}
.sp .main-container .carousel__pager li{
  vertical-align: middle;
  display: inline-block;
  margin: 0 8px 2px 8px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #DCDCDC;
  cursor: pointer;
}

.sp .main-container .carousel__pager li.current{
  background: #FFF;
}

.sp .main-container .carousel__pager li:before{
  content:".";
  color:transparent;
}
.sp .main-container .carousel__item:after{
  content:".";
  color:transparent;
}