@charset "UTF-8";
/*----------------------
  コンテンツ別の設定値
----------------------*/
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansCJKjp-Regular.eot");
  src: url("../font/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Regular.woff") format("woff"), url("../font/NotoSansCJKjp-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansCJKjp-Bold.eot");
  src: url("../font/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Bold.woff") format("woff"), url("../font/NotoSansCJKjp-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("../font/NotoSansCJKjp-Black.eot");
  src: url("../font/NotoSansCJKjp-Black.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Black.woff") format("woff"), url("../font/NotoSansCJKjp-Black.ttf") format("truetype");
}

.f_mon400 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.f_mon700 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

#clear{
clear:both;
}

/*----------------------
	mixin
----------------------*/
/*----------------------
	easing
----------------------*/
.tra02 {
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.tra03 {
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.tra05 {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.tra10 {
  -webkit-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tra15 {
  -webkit-transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

h3{
    font-size: 20px;
  }

input, select {
  vertical-align: middle;
}
@media screen and (min-width: 751px) {
  /*----------------------
	setting
----------------------*/
  html, body {
    color: #231815;
    background-color: #fff;
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    width: 100%;
    min-width: 1000px;
    height: auto;
    position: relative;
    -webkit-text-size-adjust: 100%;
  }
  a {
    color: #231815;
    text-decoration: none;
    cursor: pointer;
  }
  a:hover {
    text-decoration: none;
  }
  li {
    list-style-type: none;
  }
  .clearfix:after {
    content: '';
    display: block;
    clear: both;
  }
  .clearfix {
    zoom: 1;
  }
  .hover:hover {
    cursor: pointer;
    filter: alpha(opacity=70);
    opacity: 0.7;
  }
  .c_width {
    width: 960px;
    margin: 0 auto;
    position: relative;
  }
  img {
    display: block;
    width: 100%;
  }
  .hidden {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .forpc {
    display: block;
  }
  .forsp {
    display: none;
  }
  .text_overflow .hide {
    display: none;
  }
  .text_overflow .omit {
    display: inline;
  }
  /*----------------------
	#header
----------------------*/
  #header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
    opacity: 0;
  }
  #header.on {
    opacity: 1;
  }
  #header a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  #header .logo {
    width: 120px;
    height: 120px;
    position: absolute;
    left: 0;
    top: 0;
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
  }
  #header .logo img {
    width: 79px;
    height: 54px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  #header .menu {
    position: absolute;
    right: 30px;
    top: 12px;
    letter-spacing: 0.1em;
  }
  #header .menu li {
    float: left;
    margin: 0 0 0 25px;
    font-size: 13px;
    color: #000;
    opacity: 1;
    cursor: pointer;
  }
   #header .menu li a {
    color: #000;
  }
  #header .menu li:hover {
    opacity: 1;
  }
  
  #header.fix {
    height: 50px;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
  }
  #header.fix .logo {
    width: 50px;
    height: 50px;
    background-color: transparent;
    left: 20px;
  }
  #header.fix .logo img {
    width: 59px;
    height: 40px;
  }
  #header.fix .menu li {
    color: #231815;
  }
  #header.fix .menu li a {
    color: #231815;
  }
  /*----------------------
	#content
----------------------*/
  /* common */
  #content {
    width: 100%;
    position: relative;
    z-index: 10;
  }
  #content .topic_block {
    text-align: center;
  }
  #content .topic {
    display: inline-block;
    font-size: 42px;
    line-height: 42px;
    position: relative;
    letter-spacing: 4px;
    margin: 0 0 24px 0;
  }
  #content .topic:before, #content .topic:after {
    content: "";
    display: block;
    width: 100px;
    height: 42px;
  }
  #content .sub_topic {
    width: 322px;
    height: 46px;
    line-height: 46px;
    background-color: #34120D;
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: relative;
    margin: 0 auto;
    letter-spacing: 0.15em;
  }
  #content .sub_topic:before {
    content: "";
    width: 0;
    height: 0;
    border: 23px solid #34120D;
    border-left-color: transparent;
    position: absolute;
    left: -23px;
    top: 0;
  }
  #content .sub_topic:after {
    content: "";
    width: 0;
    height: 0;
    border: 23px solid #34120D;
    border-right-color: transparent;
    position: absolute;
    right: -23px;
    top: 0;
  }
  /* #mv */
  #mv {
    min-height: 640px;
    position: relative;
    -webkit-font-smoothing: antialiased;
  }
  #mv .bxslider {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  #mv .bxslider.on {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #mv .bxslider li {
    height: 100% !important;
  }
  #mv .bxslider .pic1 {
    width: 100%;
    height: 640px;
    background: url("../img/pic_mv1.jpg") no-repeat center center;
    background-size: cover;
  }
  #mv .bxslider .pic2 {
    width: 100%;
    height: 640px;
    background: url("../img/pic_mv2.jpg") no-repeat center center;
    background-size: cover;
  }
  #mv .bxslider .pic3 {
    width: 100%;
    height: 640px;
    background: url("../img/pic_mv1.jpg") no-repeat center center;
    background-size: cover;
  }
  #mv .bxslider .pic4 {
    width: 100%;
    height: 640px;
    background: url("../img/pic_mv2.jpg") no-repeat center center;
    background-size: cover;
  }
  #mv .center {
    width: 700px;
    height: 397px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  #mv .label {
    text-align: center;
    position: relative;
    margin: -150px 0 10px 0;
    width: 700px;
    height: 397px;
    background: url("../img/pic_mv_label.svg") no-repeat center center;
    background-size: 740px 397px;
    top: 10px;
    opacity: 0;
  }
  #mv .label.on {
    top: 0;
    opacity: 1;
  }
  #mv .label h1 {
    width: 100%;
    font-size: 20px;
    letter-spacing: 3px;
    font-weight: 900;
    color: #fff;
    position: absolute;
    bottom: 2px;
	text-align:left;
  }
  #mv .label h1 span {
    font-size: 35px;
  }
  #mv .date {
    width: 640px;
    height: 138px;
    background: url("../img/bg_mv_date.svg") no-repeat center center;
    background-size: 640px 138px;
    margin: 0 auto 24px;
    position: relative;
    color: #fff;
    font-size: 29px;
    top: 10px;
    opacity: 0;
  }
  #mv .date.on {
    top: 0;
    opacity: 1;
  }
  #mv .date .txt1 {
    position: absolute;
    left: 108px;
    top: 34px;
    letter-spacing: 0.02em;
  }
  #mv .date .txt2 {
    position: absolute;
    left: 353px;
    top: 34px;
    letter-spacing: 0.02em;
  }
  #mv .date .txt3 {
    width: 100%;
    font-size: 20px;
    letter-spacing: 0.03em;
    text-align: center;
    position: absolute;
    left: 0;
    top: 88px;
  }
    #mv .txt13 {
    top: 0;
    opacity: 1;
    width: 100%;
    font-size: 20px;
	color:#FFFFFF;
    letter-spacing: 0.03em;
    text-align: center;
    position: absolute;
  }
  .jp-text-size{
    font-size: 17px;
  }

  #mv .date span.mr1 {
    margin-right: -2px;
    font-weight: 700;
  }
  #mv .date span.mr2 {
    margin-right: -4px;
    font-weight: 700;
  }
  #mv .date span.jp {
    font-size: 12px;
    font-weight: 900;
  }
  #mv .date span.space {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: -3px;
    margin-right: 3px;
  }
  #mv .place {
    font-size: 23px;
    line-height: 33px;
    letter-spacing: 2px;
    font-weight: 900;
    text-align: center;
    color: #fff;
    width: 524px;
    height: 6px;
    background: url("../img/bg_mv_place.svg") no-repeat center center;
    background-size: 524px 6px;
    height: 22px;
    margin: 0 auto;
    position: relative;
    top: 10px;
    opacity: 0;
  }
  #mv .place.on {
    top: 0;
    opacity: 1;
  }
  #mv .place span.jp {
    font-size: 16px;
    font-weight: 900;
  }
  #mv .bar {
    width: 100%;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: -50px;
    left: 0;
    color: #fff;
  }
  #mv .bar.on {
    bottom: 0;
  }
  #mv .bar .scroll {
    width: 50px;
    font-size: 10px;
    margin: 0 auto;
    padding: 5px 0 8px 0;
    opacity: 0.5;
    text-align: center;
    background: url("../img/icn_arrow_bottom.png") no-repeat center center;
    background-size: 16px 10px;
    background-position: center bottom;
    cursor: pointer;
  }
  #mv .bar .scroll:hover {
    opacity: 1;
  }
  #mv .bar .sns {
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
  }
  #mv .bar .sns p {
    float: left;
    font-size: 10px;
    line-height: 50px;
    letter-spacing: 0.04em;
    margin: 0 20px 0 0;
  }
  #mv .bar .sns ul {
    width: 156px;
    float: left;
  }
  #mv .bar .sns ul li {
    width: 51px;
    height: 50px;
    float: left;
    position: relative;
  }
  #mv .bar .sns ul li:after {
    content: "";
    width: 1px;
    height: 50px;
    background-color: #fff;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
  }
  #mv .bar .sns ul li a {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.5;
  }
  #mv .bar .sns ul li a:hover {
    opacity: 1;
  }
  #mv .bar .sns ul li.tw a {
    background: url("../img/icn_tw.svg") no-repeat center center;
    background-size: 18px 14px;
  }
  #mv .bar .sns ul li.fb a {
    background: url("../img/icn_fb.svg") no-repeat center center;
    background-size: 9px 18px;
  }
  #mv .bar .sns ul li.ig a {
    background: url("../img/icn_ig.svg") no-repeat center center;
    background-size: 26px 17px;
  }
  /* #about */
  #about {
    text-align: center;
    padding: 74px 0 80px 0;
  }
  #about ul.pic {
    width: 100%;
    margin: 80px 0 58px 0;
  }
  #about ul.pic li {
    float: left;
  }
  #about ul.pic .p1 {
    width: 33.33333%;
    height: 220px;
    background: url("../img/pic_about1.jpg") no-repeat center center;
    background-size: cover;
  }
  #about ul.pic .p2 {
    width: 33.33333%;
    height: 220px;
    background: url("../img/pic_about2.jpg") no-repeat center center;
    background-size: cover;
  }
  #about ul.pic .p3 {
    width: 33.33333%;
    height: 220px;
    background: url("../img/pic_about3.jpg") no-repeat center center;
    background-size: cover;
  }
  #about .topic:before {
    width: 44px;
    height: 30px;
    background: url("../img/icn_about_left.svg") no-repeat center center;
    background-size: 44px 30px;
    position: absolute;
    left: -64px;
    top: 6px;
  }
  #about .topic:after {
    width: 44px;
    height: 30px;
    background: url("../img/icn_about_right.svg") no-repeat center center;
    background-size: 44px 30px;
    position: absolute;
    right: -61px;
    top: 6px;
  }
  #about .title {
    font-size: 22px;
    font-family: "ヒラギノ明朝 ProN","Hiragino Mincho ProN","ＭＳ Ｐ明朝","MS PMincho","游明朝","Yu Mincho";
    margin: 0 0 42px 0;
    letter-spacing: 0.12em;
  }
  #about .txt {
    letter-spacing: 0.01em;
  }
  /* #news */
  #news {
    padding: 75px 0 78px 0;
    width: 100%;
    height: auto;
    background: url("../img/pic_news.jpg") no-repeat center center;
    background-size: cover;
  }
  #news .topic:before {
    width: 28px;
    height: 30px;
    background: url("../img/icn_news.svg") no-repeat center center;
    background-size: 28px 30px;
    position: absolute;
    left: -44px;
    top: 6px;
  }
  #news .topic:after {
    width: 28px;
    height: 30px;
    background: url("../img/icn_news.svg") no-repeat center center;
    background-size: 28px 30px;
    position: absolute;
    right: -41px;
    top: 6px;
  }
  #news .list {
    margin-top: 20px;
    padding: 7px 0 0 0;
    background: url("../img/bg_news_li.png") no-repeat center center;
    background-size: 960px 7px;
    background-position: left top;
  }
  #news .list li {
    background: url("../img/bg_news_li.png") no-repeat center center;
    background-size: 960px 7px;
    background-position: left bottom;
    line-height: 20px;
    padding: 14px 0 20px 0;
  }
  #news .list li .date {
    width: 165px;
    padding: 0 0 0 60px;
    float: left;
    letter-spacing: 2px;
  }
  #news .list li .txt {
    width: 650px;
    float: left;
    letter-spacing: 1px;
  }
  /* #news_detail */
  #news_detail {
    padding: 123px 0 78px 0;
  }
  #news_detail .topic:before {
    width: 28px;
    height: 30px;
    background: url("../img/icn_news.svg") no-repeat center center;
    background-size: 28px 30px;
    position: absolute;
    left: -44px;
    top: 6px;
  }
  #news_detail .topic:after {
    width: 28px;
    height: 30px;
    background: url("../img/icn_news.svg") no-repeat center center;
    background-size: 28px 30px;
    position: absolute;
    right: -41px;
    top: 6px;
  }
  #news_detail .body {
    width: 690px;
    margin: 0 auto;
    padding: 73px 0 80px 0;
    text-align: left;
    border-bottom: 1px #000 solid;
	line-height:2.2;
  }
  #news_detail .body .date {
    font-size: 16px;
    margin: 0 0 8px 0;
    letter-spacing: 3px;
  }
  #news_detail .body .title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 45px 0;
    letter-spacing: 2px;
  }
  #news_detail .body .pic {
    width: 100%;
    margin: 0 0 46px 0;
  }
  #news_detail .body .pic img {
    width: 100%;
    height: auto;
  }
  #news_detail .body .txt {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 2px;
  }
  #news_detail .body a {
  color:#0066CC;
  }
   #news_detail #space {
   clear:both;
   height:20px;
  }
  #news_detail .btn_block {
    width: 100%;
    position: relative;
    margin: 75px 0 0 0;
  }
  #news_detail .btn_block div {
    width: 150px;
    height: 27px;
    text-align: center;
    font-size: 12px;
  }
  #news_detail .btn_block div a {
    border: 2px #000 solid;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    width: 100%;
    height: 100%;
  }
  #news_detail .btn_block div a:hover {
    background-color: #a0a0a0;
    border-color: #a0a0a0;
    color: #fff;
  }
  #news_detail .btn_block .back {
    float: left;
  }
  #news_detail .btn_block .list {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -77px;
  }
  #news_detail .btn_block .next {
    float: right;
  }
  /* #info */
  #info {
    padding: 75px 0 78px 0;
    width: 100%;
    height: auto;
    background: url("../img/pic_info.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    -webkit-font-smoothing: antialiased;
  }
  #info .topic:before {
    width: 34px;
    height: 31px;
    background: url("../img/icn_info.svg") no-repeat center center;
    background-size: 34px 31px;
    position: absolute;
    left: -52px;
    top: 5px;
  }
  #info .topic:after {
    width: 34px;
    height: 31px;
    background: url("../img/icn_info.svg") no-repeat center center;
    background-size: 34px 31px;
    position: absolute;
    right: -49px;
    top: 5px;
  }
  #info .left {
    width: 470px;
    float: left;
  }
  #info .right {
    width: 470px;
    float: right;
  }
  #info .block1 {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  #info .block1 p {
    letter-spacing: 1px;
  }
  #info .block1 span {
    display: inline-block;
    background-color: #fff;
    color: #231815;
    font-weight: 700;
    margin: 0 2px;
    padding: 0 2px;
    height: 22px;
    line-height: 22px;
  }
  #info .block1 .left p {
    width: 460px;
  }
  #info .block1 .right p {
    margin: 0 0 0 20px;
  }
  #info .block2 {
    margin-top: 51px;
  }
  #info .list {
    width: 100%;
    text-align: center;
  }
  #info .list li {
    margin: 0 0 -1px 0;
    line-height: 30px;
    border: 1px #fff solid;
  }
  #info .list li .txt1 {
    width: 128px;
    float: left;
    border-right: 1px #fff solid;
  }
  #info .list li .txt2 {
    width: 338px;
    float: left;
  }
  #info .list.head {
    margin: 0 0 4px 0;
  }
  #info .list.head p {
    font-weight: 700;
  }
  /* #castlist */
  #castlist {
    padding: 65px 0 37px 0;
  }
  #castlist .topic:before {
    width: 34px;
    height: 37px;
    background: url("../img/icn_castlist.svg") no-repeat center center;
    background-size: 34px 37px;
    position: absolute;
    left: -51px;
    top: -1px;
  }
  #castlist .topic:after {
    width: 34px;
    height: 37px;
    background: url("../img/icn_castlist.svg") no-repeat center center;
    background-size: 34px 37px;
    position: absolute;
    right: -48px;
    top: -1px;
  }
  
/* 3件画像記事
------------------------------------------------------------*/
.thumbWrap{
width:960px;
margin:0 auto;
}

.thumbWrap ul{
text-align:center;
}

.thumbWrap li{
width:19%;
margin:0;
padding:2px 0 20px;
background:none;
text-align:center;
display:inline-block;
/display:inline;
/zoom:1;
vertical-align:top;
}

.thumbWrap li p{
font-size:100%;
}

.thumbWrap li img{
margin:5px auto;
width:96%;
height:auto;
display: block;
padding: 0;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-ms-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
opacity: 1;
}

.thumbWrap li a:hover img {
-webkit-transform: scale(1.1, 1.1);
-moz-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
-o-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
opacity: 1;
}

/* 3件画像記事
------------------------------------------------------------*/

/* 6件画像記事
------------------------------------------------------------*/
.thumbWrap6{
width:960px;
margin:0 auto;
}

.thumbWrap6 ul{
width:100%;
text-align:center;
}

.thumbWrap6 li{
width:15%;
margin:0;
padding:2px 0 20px;
background:none;
text-align:center;
display:inline-block;
/display:inline;
/zoom:1;
vertical-align:top;
}

.thumbWrap6 li p{
font-size:100%;
}

.thumbWrap6 li img{
margin:5px auto;
width:96%;
height:auto;
display: block;
padding: 0;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-ms-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
opacity: 1;
}

.thumbWrap6 li a:hover img {
-webkit-transform: scale(1.1, 1.1);
-moz-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
-o-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
opacity: 1;
}
/* 6件画像記事
------------------------------------------------------------*/

  #castlist .list {
    margin-top: 80px;
  }
  #castlist .list li {
    width: 455px;
    border-top: 1px #dcdcdc solid;
    padding: 30px 0 40px 0;
  }
  #castlist .list li:nth-child(odd) {
    float: left;
  }
  #castlist .list li:nth-child(even) {
    float: right;
  }
  #castlist .list li .name {
    position: relative;
    min-height: 54px;
    text-align: center;
    margin: 0 0 31px 0;
  }
  #castlist .list li .name .bg {
    width: 48px;
    height: 54px;
    background: url("../img/icn_castlist_flg.svg") no-repeat center center;
    background-size: 48px 54px;
    position: absolute;
    left: 0;
    top: 0;
  }
  #castlist .list li .name .bg .flg {
    position: absolute;
    top: 14px;
    left: 19px;
    color: #fff;
    font-size: 10px;
    line-height: 13px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  #castlist .list li .name .bg .flg span {
    display: block;
    font-size: 16px;
  }
  #castlist .list li .name .txt1 {
    font-size: 14px;
    font-weight: 700;
    padding: 3px 0 0 0;
    letter-spacing: 2px;
  }
  #castlist .list li .name .txt2 {
    font-size: 13px;
    margin: -2px 0 0 0;
    letter-spacing: 0.08em;
  }
  #castlist .list li .pic {
    width: 455px;
    height: 260px;
    overflow: hidden;
    cursor: pointer;
  }
  #castlist .list li .pic img {
    width: 100%;
    height: auto;
  }
  #castlist .list li .pic img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  #castlist .list li .txt3 {
    height: 100px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 27px 0 25px 0;
  }
  #castlist .list li .btn {
    width: 196px;
    height: 36px;
    line-height: 36px;
    border: 2px #000 solid;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 13px;
    margin: 0 auto;
    cursor: pointer;
  }
  #castlist .list li .btn:hover {
    background-color: #a0a0a0;
    border-color: #a0a0a0;
    color: #fff;
  }

  /* #access */
  #access {
    padding: 75px 0 0 0;
    background-color: #f6f6f6;
    text-align: center;
  }
  #access .topic:before {
    width: 30px;
    height: 30px;
    background: url("../img/icn_access.svg") no-repeat center center;
    background-size: 30px 30px;
    position: absolute;
    left: -48px;
    top: 6px;
  }
  #access .topic:after {
    width: 30px;
    height: 30px;
    background: url("../img/icn_access.svg") no-repeat center center;
    background-size: 30px 30px;
    position: absolute;
    right: -45px;
    top: 6px;
  }
  #access .txt1 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin: 16px 0 4px 0;
  }
  #access .txt2 {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 38px 0;
  }
  #access .txt2 .sp{
    display: none;
  }
  #access .btn {
    width: 150px;
    height: 27px;
    line-height: 27px;
    border: 2px #000 solid;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -72px;
  }
  #access .btn a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #access .btn:hover {
    background-color: #a0a0a0;
    border-color: #a0a0a0;
  }
  #access .btn:hover a {
    color: #fff;
  }
  #access #map {
    width: 100%;
    height: 500px;
  }
  /* #sponsorship */
  #sponsorship {
    padding: 75px 0 110px 0;
    text-align: center;
  }
  #sponsorship .topic:before {
    width: 46px;
    height: 27px;
    background: url("../img/icn_sponsorship.svg") no-repeat center center;
    background-size: 46px 27px;
    position: absolute;
    left: -64px;
    top: 6px;
  }
  #sponsorship .topic:after {
    width: 46px;
    height: 27px;
    background: url("../img/icn_sponsorship.svg") no-repeat center center;
    background-size: 46px 27px;
    position: absolute;
    right: -61px;
    top: 6px;
  }
  #sponsorship .title {
    font-size: 16px;
    font-weight: 700;
    margin: 75px 0 30px 0;
    letter-spacing: 3px;
  }
  #sponsorship ul {
    width: 715px;
    margin: 0 auto -64px;
  }
  #sponsorship ul li {
    width: 295px;
    font-size: 13px;
    letter-spacing: 0.1em;
    border-bottom: 1px #dcdcdc solid;
    margin: 0 0 35px 0;
    padding: 0 0 33px 0;
  }
  #sponsorship ul li.logo-company {
    padding: 0 0 20px 0 !important;
  }
  #sponsorship ul li.area-l{
    width: 715px;
    font-size: 13px;
    letter-spacing: 0.1em;
    border-bottom: 1px #dcdcdc solid;
    margin: 0 0 35px 0;
    padding: 0 0 23px 0;
  }
  #sponsorship ul li img{
    width: 440px;
    height: auto;
    margin: 0 auto;
  }
  #sponsorship ul li:nth-child(odd) {
    float: left;
  }
  #sponsorship ul li:nth-child(even) {
    float: right;
  }
  /* #pastevent */
  #pastevent {
    padding: 75px 0 110px 0;
    text-align: center;
  }
  #pastevent .topic:before {
    width: 46px;
    height: 27px;
    background: url("../img/icn_sponsorship.svg") no-repeat center center;
    background-size: 46px 27px;
    position: absolute;
    left: -64px;
    top: 6px;
  }
  #pastevent .topic:after {
    width: 46px;
    height: 27px;
    background: url("../img/icn_sponsorship.svg") no-repeat center center;
    background-size: 46px 27px;
    position: absolute;
    right: -61px;
    top: 6px;
  }
  #pastevent .title {
    font-size: 16px;
    font-weight: 700;
    margin: 75px 0 30px 0;
    letter-spacing: 3px;
  }
  #pastevent ul {
    width: 715px;
    margin: 0 auto -64px;
  }
  #pastevent ul li {
    width: 295px;
    font-size: 13px;
    letter-spacing: 0.1em;
    border-bottom: 1px #dcdcdc solid;
    margin: 0 0 35px 0;
    padding: 0 0 33px 0;
  }
  #pastevent ul li.logo-company {
    padding: 0 0 20px 0 !important;
  }
  #pastevent ul li.area-l{
    width: 715px;
    font-size: 13px;
    letter-spacing: 0.1em;
    border-bottom: 1px #dcdcdc solid;
    margin: 0 0 35px 0;
    padding: 0 0 23px 0;
  }
  #pasteventul li img{
    width: 440px;
    height: auto;
    margin: 0 auto;
  }
  #pastevent ul li:nth-child(odd) {
    float: left;
  }
  #pastevent ul li:nth-child(even) {
    float: right;
  }
  #pastevent .btn a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #pastevent .btn:hover {
    background-color: #a0a0a0;
    border-color: #a0a0a0;
  }
  #pastevent .btn:hover a {
    color: #fff;
  }
  #pastevent li .btn {
    line-height: 36px;
    border: 2px #000 solid;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 13px;
    margin: 0 auto;
    cursor: pointer;
  }
  #pastevent li .btn:hover {
    background-color: #a0a0a0;
    border-color: #a0a0a0;
    color: #fff;
  }
  /*----------------------
	#footer
----------------------*/
  /* #scrolltop */
  #scrolltop {
    width: 100%;
    height: 300px;
    background: url("../img/bg_scrolltop.jpg") no-repeat center center;
    background-size: cover;
    margin: 0 0 75px 0;
    position: relative;
    cursor: pointer;
  }
  #scrolltop .bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  #scrolltop .btn {
    width: 46px;
    height: 31px;
    background: url("../img/btn_scrolltop.png") no-repeat center center;
    background-size: 46px 31px;
    position: absolute;
    bottom: 19px;
    left: 50%;
    z-index: 100;
    margin: 0 0 0 -23px;
    opacity: 0.7;
  }
  #scrolltop:hover .btn {
    opacity: 1;
  }
  #scrolltop:hover .bg {
    opacity: 0.1;
  }
  /* #footer */
  #footer {
    margin: 0 0 72px 0;
    text-align: center;
  }
  #footer .title {
    font-size: 20px;
    letter-spacing: 0.07em;
  }
  #footer .left {
    width: 480px;
    float: left;
  }
  #footer .left .title {
    margin: 0 0 30px 0;
  }
  #footer .left .sns {
    width: 213px;
    margin: 0 auto;
  }
  #footer .left .sns li {
    width: 33px;
    height: 33px;
    float: left;
    margin: 0 19px;
  }
  #footer .left .sns li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #footer .left .sns li a:hover {
    opacity: 0.37;
  }
  #footer .left .sns li.tw a {
    background: url("../img/icn_tw_footer.svg") no-repeat center center;
    background-size: 33px 33px;
  }
  #footer .left .sns li.fb a {
    background: url("../img/icn_fb_footer.svg") no-repeat center center;
    background-size: 33px 33px;
  }
  #footer .left .sns li.gp a {
    background: url("../img/icn_gp_footer.svg") no-repeat center center;
    background-size: 33px 33px;
  }
  #footer .right {
    width: 480px;
    float: right;
  }
  #footer .right .title {
    margin: 0 0 24px 0;
  }
  #footer .right .btn {
    width: 219px;
    height: 41px;
    line-height: 41px;
    border: 2px #000 solid;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0 auto;
    cursor: pointer;
  }
  #footer .right .btn span {
    display: inline-block;
  }
  #footer .right .btn span svg {
    width: 16px;
    height: 13px;
    position: relative;
    top: 1px;
    margin: 0 2px 0 0;
  }
  #footer .right .btn:hover .cls-3 {
    fill: #fff;
  }
  #footer .right .btn a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #footer .right .btn:hover {
    background-color: #a0a0a0;
    border-color: #a0a0a0;
  }
  #footer .right .btn:hover a {
    color: #fff;
  }
  #footer .twitter {
    font-size: 11px;
    letter-spacing: 0.15em;
    margin: 72px auto;
	font-size: 10px;
	width:700px;
  }
  @media screen and (max-width: 900px) {
  {
    margin: 72px auto;
	font-size: 10px;
	width:90%;
  }
  }
  #footer .copy {
    font-size: 11px;
    letter-spacing: 0.15em;
    margin: 72px 0 0 0;
  }
  /*----------------------
	#popup
----------------------*/
  #popup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    overflow: scroll;
  }
  #popup #popup_close_area {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #popup #popup_inner {
    width: 960px;
    margin: 40px auto 40px;
    position: relative;
    z-index: 100;
    background-color: #fff;
  }
  #popup #popup_inner #popup_close_btn {
    width: 41px;
    height: 41px;
    position: absolute;
    right: -15px;
    top: -15px;
    background: url("../img/icn_popup_close_btn.png") no-repeat center center;
    background-size: 17px 17px;
    background-color: #eee;
    cursor: pointer;
  }
  #popup #popup_inner #popup_close_btn:hover {
    background-color: #000;
  }
  #popup #popup_inner .cast_block {
    padding: 50px 0 80px 0;
    display: none;
  }
  #popup #popup_inner .cast_block .name {
    position: relative;
    text-align: center;
    margin: 0 0 31px 0;
  }
  #popup #popup_inner .cast_block .name .bg {
    width: 48px;
    height: 54px;
    background: url("../img/icn_castlist_flg.svg") no-repeat center center;
    background-size: 48px 54px;
    margin: 0 auto 15px;
  }
  #popup #popup_inner .cast_block .name .bg .flg {
    position: absolute;
    top: 15px;
    left: 51%;
    margin: 0 0 0 -13px;
    color: #fff;
    font-size: 10px;
    line-height: 13px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  #popup #popup_inner .cast_block .name .bg .flg span {
    display: block;
    font-size: 16px;
  }
  #popup #popup_inner .cast_block .name .txt1 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 0 40px;
  }
  #popup #popup_inner .cast_block .name .txt2 {
    font-size: 14px;
    margin: 1px 0 0 0;
    letter-spacing: 0.08em;
  }
  #popup #popup_inner .cast_block .bxslider2 {
    width: 960px;
    height: 346px;
    left: 177px;
    overflow: hidden;
  }
  #popup #popup_inner .cast_block .bx-wrapper {
    width: 960px;
    height: 346px;
    background-color: #fff;
  }
  #popup #popup_inner .cast_block .bx-wrapper img {
    width: 606px;
    height: auto;
  }
  #popup #popup_inner .cast_block .bx-wrapper li {
    width: 606px !important;
  }
  #popup #popup_inner .cast_block .block {
    width: 690px;
    margin: 0 auto;
  }
  #popup #popup_inner .cast_block .txt3 {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 2px;
    margin: 42px 0 18px 0;
  }
  #popup #popup_inner .cast_block .txt4 {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 76px 0 0 0;
  }
  #popup #popup_inner .cast_block .txt4 span {
    font-weight: 700;
    display: block;
  }
  #popup #popup_inner .cast_block .url {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 2px;
  }
  #popup #popup_inner .shop_block .url a {
    color: #727272;
  }
  #popup #popup_inner .shop_block .url a:hover {
    text-decoration: underline;
  }
  #popup #popup_inner .shop_block .btn_block {
    width: 100%;
    position: relative;
    margin: 35px 0 0 0;
  }
  #popup #popup_inner .shop_block .btn_block div {
    width: 150px;
    height: 27px;
    text-align: center;
    font-size: 12px;
    border: 2px #000 solid;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
  }
  #popup #popup_inner .shop_block .btn_block div:hover {
    background-color: #a0a0a0;
    border-color: #a0a0a0;
    color: #fff;
  }
  #popup #popup_inner .shop_block .btn_block .back {
    float: left;
  }
  #popup #popup_inner .shop_block .btn_block .list {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -77px;
  }
  #popup #popup_inner .shop_block .btn_block .next {
    float: right;
  }
  /*----------------------
	.ie
----------------------*/
  .ie #mv .label h1 {
    bottom: -5px !important;
  }
  .ie #mv .place {
    line-height: 30px !important;
  }
  .ie #content .sub_topic {
    line-height: 54px !important;
  }
  .ie #news .list li .txt {
    position: relative;
    top: 4px;
  }
  .ie #info .block1 span {
    padding-top: 4px;
    height: 20px !important;
  }
  .ie #info .list li p {
    position: relative;
    top: 3px;
  }
  .ie #shoplist .list li .btn {
    line-height: 44px !important;
  }
  .ie #access .btn {
    line-height: 33px !important;
  }
  .ie #news_detail .btn_block div {
    line-height: 33px;
  }
  .ie #popup .btn_block div {
    line-height: 33px;
  }
}

@media screen and (max-width: 750px) {
  /*----------------------
	setting
----------------------*/
  html, body {
    color: #231815;
    background-color: #fff;
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 13px;
    line-height: 23px;
    width: 100%;
    height: auto;
    position: relative;
    -webkit-text-size-adjust: 100%;
  }
  a {
    color: #231815;
    text-decoration: none;
  }
  a:hover {
    text-decoration: none;
  }
  li {
    list-style-type: none;
  }
  .clearfix:after {
    content: '';
    display: block;
    clear: both;
  }
  .clearfix {
    zoom: 1;
  }
  img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .hidden {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .forpc {
    display: none;
  }
  .forsp {
    display: block;
  }
  .text_overflow .hide {
    display: inline;
  }
  .text_overflow .omit {
    display: none;
  }
  input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  #wrapper {
    overflow: hidden;
  }
  /*----------------------
  #header
----------------------*/
  #header {
    width: 100%;
    height: 50px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(5, 53, 90, 0.5);
    box-shadow: 0px 0px 3px 0px rgba(5, 53, 90, 0.5);
    opacity: 0;
  }
  #header.on {
    opacity: 1;
  }
  #header a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  #header .logo {
    width: 52px;
    position: absolute;
    left: 7px;
    top: 7px;
  }
  #header .logo img {
    width: 100%;
    height: auto;
  }
  #header .menu {
    letter-spacing: 0.1em;
  }
  #header .btn_menu {
    width: 22px;
    height: 12px;
    position: absolute;
    right: 17px;
    top: 16px;
    z-index: 900;
  }
  #header .btn_menu span {
    width: 22px;
    height: 3px;
    display: block;
    background: #231815;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -11px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #header .btn_menu .top {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  #header .btn_menu .bottom {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  #header .btn_menu.on .middle {
    background: rgba(255, 255, 255, 0);
  }
  #header .btn_menu.on .top {
    -webkit-transform: rotate(-45deg) translateY(0px);
    transform: rotate(-45deg) translateY(0px);
  }
  #header .btn_menu.on .bottom {
    -webkit-transform: rotate(45deg) translateY(0px);
    transform: rotate(45deg) translateY(0px);
  }
  #header .menu_block {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 800;
    background-color: #fff;
    display: none;
  }
  #header .menu_block .menu {
    font-size: 19px;
    line-height: 12px;
    text-align: center;
  }
  #header .menu_block .menu li {
    border-bottom: 1px #dcdcdc solid;
    padding: 11px 0 10px 0;
  }
  #header .menu_block .menu.child li {
    padding: 0;
  }
  #header .menu_block .menu.child a {
    padding: 15px 0 14px 0;
  }
  #header .menu_block .sns {
    width: 258px;
    margin: 0 auto;
    padding: 20px 0 20px 0;
  }
  #header .menu_block .sns li {
    width: 30px;
    height: 30px;
    float: left;
    margin: 0 28px;
  }
  #header .menu_block .sns li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #header .menu_block .sns li.tw a {
    background: url("../img/icn_tw_footer.svg") no-repeat center center;
    background-size: 30px 30px;
  }
  #header .menu_block .sns li.fb a {
    background: url("../img/icn_fb_footer.svg") no-repeat center center;
    background-size: 30px 30px;
  }
  #header .menu_block .sns li.ig a {
    background: url("../img/icn_ig_footer.svg") no-repeat center center;
    background-size: 30px 30px;
  }
  #header .bg_close {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 700;
    opacity: 0.8;
    background-color: #000;
    opacity: 0.8;
    display: none;
  }
  /*----------------------
  #content
----------------------*/
  /* common */
  #content {
    width: 100%;
    position: relative;
    z-index: 10;
  }
  #content .topic_block {
    text-align: center;
  }
  #content .topic {
    display: inline-block;
    font-size: 27px;
    line-height: 27px;
    position: relative;
    letter-spacing: 2px;
    margin: 0 0 24px 0;
  }
  #content .topic:before, #content .topic:after {
    content: "";
    display: block;
    width: 100px;
    height: 27px;
  }
  #content .topic:before {
    position: absolute;
    left: -113px;
    top: 0;
    background-position: right center !important;
  }
  #content .topic:after {
    position: absolute;
    right: -113px;
    top: 0;
    background-position: left center !important;
  }
  #content .sub_topic {
    width: 249px;
    height: 32px;
    line-height: 32px;
    background-color: #e50012;
    font-size: 13px;
    color: #fff;
    text-align: center;
    position: relative;
    margin: 0 auto;
    letter-spacing: 0.15em;
  }
  #content .sub_topic:before {
    content: "";
    width: 0;
    height: 0;
    border: 16px solid #e50012;
    border-left-color: transparent;
    position: absolute;
    left: -16px;
    top: 0;
  }
  #content .sub_topic:after {
    content: "";
    width: 0;
    height: 0;
    border: 16px solid #e50012;
    border-right-color: transparent;
    position: absolute;
    right: -16px;
    top: 0;
  }
  /* #mv */
  #mv {
    min-height: 400px;
    position: relative;
    z-index: 100;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
  }
  #mv .bxslider {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  #mv .bxslider.on {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #mv .bxslider li {
    height: 100% !important;
  }
  #mv .bxslider .pic1 {
    width: 100%;
    height: 640px;
    background: url("../img/pic_mv1_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  #mv .bxslider .pic2 {
    width: 100%;
    height: 640px;
    background: url("../img/pic_mv2_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  #mv .bxslider .pic3 {
    width: 100%;
    height: 640px;
    background: url("../img/pic_mv3_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  #mv .bxslider .pic4 {
    width: 100%;
    height: 640px;
    background: url("../img/pic_mv4_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  #mv .center {
    width: 320px;
    height: 254px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  #mv .label {
    text-align: center;
    position: relative;
    margin: 0 auto 37px;
    width: 290px;
    height: 122px;
    background: url("../img/pic_mv_label.svg") no-repeat center center;
    background-size: 290px 122px;
    top: 10px;
    opacity: 0;
  }
  #mv .label.on {
    top: 0;
    opacity: 1;
  }
  #mv .label h1 {
    width: 100%;
    font-size: 20px;
    letter-spacing: 3px;
    font-weight: 900;
    color: #fff;
    position: absolute;
    bottom: -18px;
  }
  #mv .label h1 span {
    font-size: 25px;
  }
  #mv .date {
    width: 303px;
    height: 65px;
    background: url("../img/bg_mv_date.svg") no-repeat center center;
    background-size: 303px 65px;
    margin: 0 auto 20px;
    position: relative;
    color: #fff;
    font-size: 14px;
    top: 10px;
    opacity: 0;
  }
  #mv .date.on {
    top: 0;
    opacity: 1;
  }
  #mv .date .txt1 {
    position: absolute;
    left: 46px;
    top: 10px;
    letter-spacing: 0.02em;
  }
  #mv .date .txt2 {
    position: absolute;
    left: 168px;
    top: 10px;
    letter-spacing: 0.02em;
  }
  #mv .date .txt3 {
    width: 100%;
    font-size: 10px;
    letter-spacing: 0.03em;
    text-align: center;
    position: absolute;
    left: 0;
    top: 37px;
  }
  #mv .date span.mr1 {
    margin-right: -2px;
    font-weight: 700;
  }
  #mv .date span.mr2 {
    margin-right: -4px;
    font-weight: 700;
  }
  #mv .date span.jp {
    font-size: 7px;
    font-weight: 900;
  }
  #mv .date span.space {
    font-size: 7px;
    font-weight: 900;
    letter-spacing: -3px;
    margin-right: 3px;
  }
  #mv .place {
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 2px;
    font-weight: 900;
    text-align: center;
    color: #fff;
    width: 303px;
    height: 3px;
    background: url("../img/bg_mv_place.svg") no-repeat center center;
    background-size: 303px 3px;
    height: 13px;
    margin: 0 auto;
    position: relative;
    top: 10px;
    opacity: 0;
  }
  #mv .place.on {
    top: 0;
    opacity: 1;
  }
  #mv .bar {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 11px;
    left: 0;
    color: #fff;
    opacity: 0;
  }
  #mv .bar.on {
    opacity: 1;
  }
  #mv .bar .scroll {
    width: 50px;
    font-size: 10px;
    margin: 0 auto;
    padding: 5px 0 8px 0;
    opacity: 0.5;
    text-align: center;
    background: url("../img/icn_arrow_bottom_sp.png") no-repeat center center;
    background-size: 15px 9px;
    background-position: center bottom;
    cursor: pointer;
  }
  /* #about */
  #about {
    padding: 45px 0 44px 0;
    position: relative;
    z-index: 100;
    background-color: #fff;
  }
  #about ul.pic {
    width: 100%;
    margin: 40px 0 36px 0;
  }
  #about ul.pic li {
    float: left;
  }
  #about ul.pic .p1 {
    width: 50%;
    height: 89px;
    background: url("../img/pic_about1.jpg") no-repeat center center;
    background-size: cover;
  }
  #about ul.pic .p2 {
    width: 50%;
    height: 89px;
    background: url("../img/pic_about2.jpg") no-repeat center center;
    background-size: cover;
  }
  #about .topic:before {
    background: url("../img/icn_about_left.svg") no-repeat center center;
    background-size: 28px 19px;
  }
  #about .topic:after {
    background: url("../img/icn_about_right.svg") no-repeat center center;
    background-size: 28px 19px;
  }
  #about .title {
    font-size: 18px;
    font-family: "ヒラギノ明朝 ProN","Hiragino Mincho ProN","ＭＳ Ｐ明朝","MS PMincho","游明朝","Yu Mincho";
    margin: 0 0 29px 0;
    letter-spacing: 0.12em;
    text-align: center;
  }
  #about .txt {
    letter-spacing: 0.01em;
    margin: 0 17px 0 17px;
  }
  /* #news */
  #news {
    padding: 45px 0 48px 0;
    position: relative;
    z-index: 100;
    background-color: #fff;
    width: 100%;
    height: auto;
    background: url("../img/pic_news.jpg") no-repeat center center;
    background-size: cover;
  }
  #news .topic:before {
    background: url("../img/icn_news.svg") no-repeat center center;
    background-size: 18px 19px;
    left: -110px;
  }
  #news .topic:after {
    background: url("../img/icn_news.svg") no-repeat center center;
    background-size: 18px 19px;
    right: -110px;
  }
  #news .list {
    margin: 36px 17px 0 17px;
    border-top: 1px rgba(0, 0, 0, 0.2) solid;
    background-position: center top;
  }
  #news .list li {
    border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
    background-position: center bottom;
    line-height: 20px;
    padding: 15px 0 14px 0;
  }
  #news .list li .date {
    margin: 0 0 5px 0;
    letter-spacing: 2px;
  }
  #news .list li .txt {
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 1px;
  }
  /* #news_detail */
  #news_detail {
    padding: 95px 0 0 0;
  }
  #news_detail #space {
   clear:both;
   height:12px;
  }
  #news_detail .topic:before {
    background: url("../img/icn_news.svg") no-repeat center center;
    background-size: 18px 19px;
    left: -110px;
  }
  #news_detail .topic:after {
    background: url("../img/icn_news.svg") no-repeat center center;
    background-size: 18px 19px;
    right: -110px;
  }
  #news_detail .body {
    margin: 0 17px 0 17px;
    padding: 43px 0 52px 0;
    text-align: left;
    border-bottom: 1px #dcdcdc solid;
	line-height:2.0;
  }
  #news_detail .body .date {
    font-size: 15px;
    margin: 0 0 9px 0;
    letter-spacing: 3px;
  }
  #news_detail .body .title {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    margin: 0 0 22px 0;
    letter-spacing: 2px;
  }
  #news_detail .body .pic {
    width: 100%;
    margin: 0 0 21px 0;
  }
  #news_detail .body .pic img {
    width: 100%;
    height: auto;
  }
  #news_detail .body .txt {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 2px;
  }
  #news_detail .body a {
  color:#0066CC;
  }
  #news_detail .btn_block {
    width: 100%;
    position: relative;
    margin: 45px 0 0 0;
  }
  #news_detail .btn_block div {
    width: 78px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 11px;
  }
  #news_detail .btn_block div a {
    border: 1px #000 solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    width: 100%;
    height: 100%;
  }
  #news_detail .btn_block .back {
    float: left;
  }
  #news_detail .btn_block .list {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -40px;
  }
  #news_detail .btn_block .next {
    float: right;
  }
  /* #info */
  #info {
    padding: 20px 0 20px 0;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    position: relative;
    z-index: 10;
  }
  #info:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/pic_info_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  #info:after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 1;
  }
  #info.on:after {
    opacity: 0;
  }
  #info .topic:before {
    background: url("../img/icn_info.svg") no-repeat center center;
    background-size: 21px 19px;
    left: -105px;
    top: -1px;
  }
  #info .topic:after {
    background: url("../img/icn_info.svg") no-repeat center center;
    background-size: 21px 19px;
    right: -105px;
    top: -1px;
  }
  #info .block1 {
    margin-top: 32px;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 23px;
    padding: 0 17px 0 17px;
    position: relative;
    z-index: 100;
  }
  #info .block1 p {
    letter-spacing: 1px;
  }
  #info .block1 span {
    display: inline-block;
    background-color: #fff;
    color: #231815;
    font-weight: 700;
    margin: 0 2px;
    padding: 0 2px;
    height: 15px;
    line-height: 15px;
  }

  /* #castlist */
  #castlist {
    padding: 45px 0 37px 0;
    position: relative;
    z-index: 100;
    background-color: #fff;
  }
  #castlist .topic:before {
    background: url("../img/icn_castlist.svg") no-repeat center center;
    background-size: 22px 24px;
    top: -2px;
  }
  #castlist .topic:after {
    background: url("../img/icn_castlist.svg") no-repeat center center;
    background-size: 22px 24px;
    top: -2px;
  }

#castlist .thumbWrap{
width:100%;
margin:20px auto;
}
#castlist .thumbWrap li{
width:33%;
margin:0;
padding:2px 0 40px;
background:none;
text-align:center;
display:inline-block;
/display:inline;
/zoom:1;
vertical-align:top;
float:left;
}
#castlist .thumbWrap li img{
width:100%;
margin:0;
}

#castlist .thumbWrap6{
width:100%;
margin:20px auto;
}
#castlist .thumbWrap6 li{
width:25%;
margin:0;
padding:2px 0 40px;
background:none;
text-align:center;
display:inline-block;
/display:inline;
/zoom:1;
vertical-align:top;
float:left;
}
#castlist .thumbWrap6 li img{
width:100%;
margin:0;
}

  #castlist .list {
    margin: 25px 17px 0 17px;
  }
  #castlist .list li {
    border-top: 1px #dcdcdc solid;
    padding: 14px 0 20px 0;
  }
  #castlist .list li .name {
    position: relative;
    min-height: 40px;
    background: url("../img/icn_castlist_flg.svg") no-repeat center center;
    background-size: 36px 41px;
    background-position: left top;
    text-align: center;
    margin: 0 0 14px 0;
  }
  #castlist .list li .name .flg {
    position: absolute;
    top: 9px;
    left: 12px;
    color: #fff;
    font-size: 10px;
    line-height: 13px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  #castlist .list li .name .flg span {
    display: block;
    font-size: 16px;
  }
  #castlist .list li .name .txt1 {
    font-size: 14px;
    font-weight: 700;
    padding: 4px 0 0 40px;
    letter-spacing: 2px;
    word-wrap: break-word;
  }
  #castlist .list li .name .txt2 {
    font-size: 13px;
    margin: -4px 0 0 0;
    letter-spacing: 0.08em;
  }
  #castlist .list li .pic {
    width: 100%;
  }
  #castlist .list li .pic img {
    width: 100%;
    height: auto;
  }
  #castlist .list li .txt3 {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 27px 0 15px 0;
  }
  #castlist .list li .btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px #000 solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
  }
  #castlist .txt4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin: 76px 0 4px 0;
  }
  #castlist .txt5 {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 38px 0;
  }
  /* #price */
  #price {
    padding: 45px 0 78px 0;
    position: relative;
    z-index: 100;
    background-color: #fff;
  }
  #price .topic:before {
    background: url("../img/icn_price_left.svg") no-repeat center center;
    background-size: 19px 19px;
    left: -116px;
  }
  #price .topic:after {
    background: url("../img/icn_price_right.svg") no-repeat center center;
    background-size: 19px 19px;
    right: -116px;
  }
  /* #faq */
  #faq {
    padding: 45px 0 78px 0;
    position: relative;
    z-index: 100;
    background-color: #fff;
  }
  #faq .topic:before {
    background: url("../img/icn_faq_left.svg") no-repeat center center;
    background-size: 19px 19px;
    left: -116px;
  }
  #faq .topic:after {
    background: url("../img/icn_faq_right.svg") no-repeat center center;
    background-size: 19px 19px;
    right: -116px;
  }
  /* #access */
  #access {
    padding: 45px 0 0 0;
    background-color: #f6f6f6;
    text-align: center;
    position: relative;
    z-index: 100;
  }
  #access .topic:before {
    background: url("../img/icn_access.svg") no-repeat center center;
    background-size: 19px 19px;
  }
  #access .topic:after {
    background: url("../img/icn_access.svg") no-repeat center center;
    background-size: 19px 19px;
  }
  #access .txt1 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    margin: 35px 0 10px 0;
  }
  #access .txt2 {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 20px 0;
  }
  #access .btn {
    height: 40px;
    line-height: 40px;
    border: 1px #000 solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    margin: 0 17px 25px 17px;
  }
  #access .btn a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #access #map {
    width: 100%;
    height: 222px;
  }
  /* #sponsorship */
  #sponsorship {
    padding: 45px 0 49px 0;
    text-align: center;
    position: relative;
    z-index: 100;
    background-color: #fff;
  }
  #sponsorship .topic:before {
    background: url("../img/icn_sponsorship.svg") no-repeat center center;
    background-size: 29px 18px;
  }
  #sponsorship .topic:after {
    background: url("../img/icn_sponsorship.svg") no-repeat center center;
    background-size: 29px 18px;
  }
  #sponsorship .title {
    font-size: 15px;
    font-weight: 700;
    margin: 35px 0 33px 0;
    letter-spacing: 3px;
  }
  #sponsorship ul {
    margin: 0 17px 0 17px;
    border-top: 1px #dcdcdc solid;
  }
  #sponsorship ul li {
    font-size: 13px;
    letter-spacing: 0.1em;
    border-bottom: 1px #dcdcdc solid;
    padding: 15px 0 14px 0;
  }
  #sponsorship ul li.area-l {
    padding: 10px 15px 15px 15px;
  }
  /* #pastevent */
  #pastevent {
    padding: 45px 0 49px 0;
    text-align: center;
    position: relative;
    z-index: 100;
    background-color: #fff;
  }
  #pastevent .topic:before {
    background: url("../img/icn_sponsorship.svg") no-repeat center center;
    background-size: 29px 18px;
  }
  #pastevent .topic:after {
    background: url("../img/icn_sponsorship.svg") no-repeat center center;
    background-size: 29px 18px;
  }
  #pastevent .title {
    font-size: 15px;
    font-weight: 700;
    margin: 35px 0 33px 0;
    letter-spacing: 3px;
  }
  #pastevent ul {
    margin: 0 17px 0 17px;
    border-top: 1px #dcdcdc solid;
  }
  #pastevent ul li {
    font-size: 13px;
    letter-spacing: 0.1em;
    border-bottom: 1px #dcdcdc solid;
    padding: 15px 0 14px 0;
  }
  #pastevent ul li.area-l {
    padding: 10px 15px 15px 15px;
  }

  /*----------------------
  #footer
----------------------*/
  /* #scrolltop */
  #scrolltop {
    width: 100%;
    height: 140px;
    background: url("../img/bg_scrolltop.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 100;
    background-color: #fff;
    cursor: pointer;
  }
  #scrolltop .bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  #scrolltop .btn {
    width: 52px;
    height: 26px;
    background: url("../img/btn_scrolltop_sp.png") no-repeat center center;
    background-size: 52px 26px;
    position: absolute;
    bottom: 25px;
    left: 50%;
    z-index: 100;
    margin: 0 0 0 -26px;
    opacity: 0.7;
  }
  /* #footer */
  #footer {
    padding: 45px 17px 45px 17px;
    text-align: center;
    position: relative;
    z-index: 100;
    background-color: #fff;
  }
  #footer .title {
    font-size: 18px;
    letter-spacing: 0.07em;
  }
  #footer .left {
    margin: 0 0 46px 0;
  }
  #footer .left .title {
    margin: 0 0 18px 0;
  }
  #footer .left .sns {
    width: 258px;
    margin: 0 auto;
  }
  #footer .left .sns li {
    width: 40px;
    height: 40px;
    float: left;
    margin: 0 23px;
  }
  #footer .left .sns li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #footer .left .sns li.tw a {
    background: url("../img/icn_tw_footer.svg") no-repeat center center;
    background-size: 40px 40px;
  }
  #footer .left .sns li.fb a {
    background: url("../img/icn_fb_footer.svg") no-repeat center center;
    background-size: 40px 40px;
  }
  #footer .left .sns li.gp a {
    background: url("../img/icn_gp_footer.svg") no-repeat center center;
    background-size: 40px 40px;
  }
  #footer .right .title {
    margin: 0 0 18px 0;
  }
  #footer .right .btn {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border: 1px #000 solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    font-size: 17px;
    letter-spacing: 1px;
  }
  #footer .right .btn span {
    display: inline-block;
  }
  #footer .right .btn span svg {
    width: 20px;
    height: auto;
    position: relative;
    top: 1px;
    margin: 0 5px 0 0;
  }
  #footer .right .btn a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #footer .copy {
    font-size: 9px;
    letter-spacing: 0.04em;
    margin: 44px 0 0 0;
  }
  /*----------------------
  #popup
----------------------*/
  #popup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    overflow: scroll;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
  }
  #popup #popup_close_area {
    display: none;
  }
  #popup #popup_inner {
    margin: 0 17px 0 17px;
    position: relative;
  }
  #popup #popup_inner #popup_close_btn {
    position: absolute;
    right: 0;
    top: 15px;
    width: 18px;
    height: 18px;
    background: url("../img/icn_popup_close_btn_sp.png") no-repeat center center;
    background-size: 18px 18px;
  }
  #popup #popup_inner .shop_block {
    padding: 50px 0 70px 0;
    display: none;
  }
  #popup #popup_inner .shop_block .name {
    position: relative;
    text-align: center;
    margin: 0 0 19px 0;
  }
  #popup #popup_inner .shop_block .name .bg {
    width: 35px;
    height: 40px;
    background: url("../img/icn_shoplist_flg.svg") no-repeat center center;
    background-size: 35px 40px;
    margin: 0 auto 15px;
  }
  #popup #popup_inner .shop_block .name .bg .flg {
    position: absolute;
    top: 3px;
    left: 51%;
    margin: 0 0 0 -13px;
    color: #fff;
    font-size: 10px;
    line-height: 13px;
    -webkit-transform: scale(0.55);
    transform: scale(0.55);
  }
  #popup #popup_inner .shop_block .name .bg .flg span {
    display: block;
    font-size: 16px;
  }
  #popup #popup_inner .shop_block .name .txt1 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
  }
  #popup #popup_inner .shop_block .name .txt2 {
    font-size: 12px;
    margin: -4px 0 0 0;
    letter-spacing: 0.08em;
  }
  #popup #popup_inner .shop_block .bxslider2 {
    width: 100%;
  }
  #popup #popup_inner .shop_block .bxslider2 img {
    width: 100%;
    height: auto;
    margin: 0 0 24px 0;
  }
  #popup #popup_inner .shop_block .txt3 {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 31px 0 18px 0;
  }
  #popup #popup_inner .shop_block .txt4 {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: center;
  }
  #popup #popup_inner .shop_block .txt4 span {
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin: 0 0 6px 0;
  }
  #popup #popup_inner .shop_block .url {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 2px;
  }
  #popup #popup_inner .shop_block .url a {
    color: #727272;
    text-decoration: underline;
  }
  #popup #popup_inner .shop_block .btn_block {
    width: 100%;
    position: relative;
    margin: 45px 0 0 0;
  }
  #popup #popup_inner .shop_block .btn_block div {
    width: 78px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 11px;
    border: 1px #000 solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  #popup #popup_inner .shop_block .btn_block .back {
    float: left;
  }
  #popup #popup_inner .shop_block .btn_block .list {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -40px;
  }
  #popup #popup_inner .shop_block .btn_block .next {
    float: right;
  }
}
