
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

body {
  font-family: "游ゴシック",YuGothic,"Helvetica","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans Japanese', sans-serif;
}

::-moz-selection, ::-moz-selection, ::-moz-selection {
  background: rgba(0, 76, 172, 0.2);
  color: #009de2;
}

::-moz-selection, ::selection, ::-moz-selection {
  background: rgba(0, 76, 172, 0.2);
  color: #009de2;
}

.main_contents {
  width: 1000px;
  margin: 0 auto;
  padding: 0 45px;
}

.main_contents .lineup_item_content {
  width: 920px;
  margin: 0 auto;
  font-size: 0;
}

.main_contents .thumbnail_box {
  display: inline-block;
  width: 350px;
  vertical-align: top;
  margin-right: 50px;
}

.main_contents .thumbnail_box .bx-wrapper {
  margin-bottom: 10px;
}

.main_contents .thumbnail_box .thumbnail {
  width: 350px;
  text-align: center;
}

.main_contents .thumbnail_box .thumbnail .thumbnail_image {
  width: 350px;
  height: 350px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.main_contents .thumbnail_box #bx-pager {
  font-size: 0;
}

.main_contents .thumbnail_box #bx-pager li {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.main_contents .thumbnail_box #bx-pager li:nth-child(4n) {
  margin-right: 0;
}

.main_contents .thumbnail_box #bx-pager li a {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
}

.main_contents .thumbnail_box #bx-pager li a .pager_image {
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
}

.main_contents .thumbnail_box #bx-pager li a .tl, .main_contents .thumbnail_box #bx-pager li a .tr, .main_contents .thumbnail_box #bx-pager li a .br, .main_contents .thumbnail_box #bx-pager li a .bl {
  position: absolute;
  background: #004CAD;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.main_contents .thumbnail_box #bx-pager li a .tl {
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
}

.main_contents .thumbnail_box #bx-pager li a .tr {
  top: 0;
  right: 0;
  width: 3px;
  height: 0;
}

.main_contents .thumbnail_box #bx-pager li a .br {
  bottom: 0;
  right: 0;
  width: 0;
  height: 3px;
}

.main_contents .thumbnail_box #bx-pager li a .bl {
  bottom: 0;
  left: 0;
  width: 3px;
  height: 0;
}

.main_contents .thumbnail_box #bx-pager li a:hover .tl, .main_contents .thumbnail_box #bx-pager li a.active .tl {
  top: 0;
  left: 0;
  width: 80px;
  height: 3px;
}

.main_contents .thumbnail_box #bx-pager li a:hover .tr, .main_contents .thumbnail_box #bx-pager li a.active .tr {
  top: 0;
  right: 0;
  width: 3px;
  height: 80px;
}

.main_contents .thumbnail_box #bx-pager li a:hover .br, .main_contents .thumbnail_box #bx-pager li a.active .br {
  bottom: 0;
  right: 0;
  width: 80px;
  height: 3px;
}

.main_contents .thumbnail_box #bx-pager li a:hover .bl, .main_contents .thumbnail_box #bx-pager li a.active .bl {
  bottom: 0;
  left: 0;
  width: 3px;
  height: 80px;
}

.main_contents .lineup_item_text {
  display: inline-block;
  width: 520px;
  vertical-align: top;
}

.main_contents .lineup_item_text h2 {
  font-size: 24px;
  font-weight: bold;
  color: #004CAD;
  margin-bottom: 38px;
}

.main_contents .lineup_item_text .lineup_text {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.6;
}

.main_contents .lineup_item_text .lineup_text img {
  max-width: 100%;
}

.main_contents .lineup_item_text .lineup_text strong {
  font-weight: bold;
}

.main_contents .lineup_item_text .lineup_text ul {
  list-style-type: disc;
}

.main_contents .lineup_item_text .lineup_text ol {
  list-style-type: decimal;
}

.main_contents .lineup_item_text .lineup_text iframe {
  max-width: 100%;
}

.main_contents .lineup_item_text .shop_list {
  font-size: 0;
}

.main_contents .lineup_item_text .shop_list li {
  display: inline-block;
  margin-left: 10px;
}

.main_contents .lineup_item_text .shop_list li:first-child {
  margin-left: 0;
}

.main_contents .lineup_item_text .shop_list li a {
  display: block;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.main_contents .lineup_item_text .shop_list li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
