@charset "UTF-8";
/**
 * ダイドー祭りドットコム
 * レイアウト用スタイル
 */
/*仮のスタイル
最後に消しましょう！！！！！！*/
header,
#header {
  border-bottom: 1px solid #ddd;
  padding: 10px 0 0 0;
  position: relative; }

header h1,
#header h1 {
  float: left; }

header #navi,
#header #navi {
  float: right; }

/* ==========================================================================
   wrapper
   ========================================================================== */
html {
  background-color: #fffff3;
  font-size: 62.5%; }

body {
  overflow: hidden;
  min-width: 1240px; }

/* ==========================================================================
   header
   ========================================================================== */
#header-in {
  margin: 0 auto;
  width: 960px; }

#logo {
  float: left;
  width: 338px; }

/* ヘッダーアイテム
   ========================================================================== */
#head-item {
  float: right;
  text-align: right; }

#head-item p {
  margin-bottom: 2px; }

#sns-list,
.head-srch {
  display: inline-block;
  vertical-align: middle; }

#sns-list li {
  margin-right: 5px;
  height: 21px;
  overflow: hidden;
  text-align: left; }

#sns-list .mixi {
  width: 70px; }

.head-srch {
  height: 21px;
  padding-bottom: 2px;
  padding-top: 2px;
  position: relative;
  text-align: left;
  width: 165px; }

.head-keyword {
  border: 1px solid #FFF;
  font-size: 85%;
  outline: none;
  margin-left: 10px;
  width: 140px;
  text-align: center;
  line-height: 1; }

.head-btn {
  position: absolute;
  right: 6px;
  top: 1px; }

.head-utility {
  position: relative;
  z-index: 1000;
  text-align: right;
  letter-spacing: -.40em; }
  .head-utility p,
  .head-utility form,
  .head-utility input {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle; }
  .head-utility .btn-english {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
    margin-right: 16px;
    font-size: 13px;
    font-size: 1.3rem; }
    .head-utility .btn-english a {
      text-decoration: none; }
      .head-utility .btn-english a:hover {
        text-decoration: underline; }
  .head-utility .h-lead {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
    font-weight: bold;
    margin-right: 16px;
    font-size: 11px;
    font-size: 1.1rem; }
  .head-utility .head-srch {
    position: relative;
    width: auto;
    margin-right: 10px;
    background: url("images/head_search.png") no-repeat scroll left top;
    background-size: 165px auto;
    width: 165px; }
    .head-utility .head-srch .head-keyword {
      height: 21px;
      overflow: hidden;
      padding-left: 16px;
      box-sizing: border-box;
      -webkit-border-radius: 21px;
      -moz-border-radius: 21px;
      -ms-border-radius: 21px;
      -o-border-radius: 21px;
      border-radius: 21px; }
      .head-utility .head-srch .head-keyword:placeholder-shown {
        color: #777; }
      .head-utility .head-srch .head-keyword::-webkit-input-placeholder {
        color: #777; }
      .head-utility .head-srch .head-keyword:-moz-placeholder {
        color: #777;
        opacity: 1; }
      .head-utility .head-srch .head-keyword::-moz-placeholder {
        color: #777;
        opacity: 1; }
      .head-utility .head-srch .head-keyword:-ms-input-placeholder {
        color: #777; }
    .head-utility .head-srch .head-btn {
      position: absolute;
      left: 8px;
      top: 5px; }

.h-logo {
  position: absolute;
  left: 9px;
  top: 6px; }
  .h-logo a {
    display: block;
    z-index: 100;
    position: relative; }

.h-right {
  width: 800px;
  float: right;
  min-height: 86px;
  position: relative;
  margin-right: 21px; }

/* ==========================================================================
   navigation
   ========================================================================== */
.gnav-wrap {
  position: relative;
  height: 52px; }

.gnav {
  text-align: right;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
  font-size: 62.5%;
  position: absolute;
  bottom: -1px;
  right: 0;
  height: 32px;
  letter-spacing: -.40em; }
  .gnav > li {
    list-style-type: none;
    /* border-bottom: 1px solid $color-key; */
    position: relative;
    vertical-align: bottom;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    font-size: 15px;
    font-size: 1.5rem; }
    .gnav > li:last-child {
      padding-right: 4px; }
    .gnav > li a {
      color: #000;
      display: block;
      text-decoration: none;
      -webkit-transition: 0.1s;
      transition: 0.1s; }
    .gnav > li span {
      padding: 0 13px 13px 13px;
      display: block; }
    .gnav > li:before {
      content: "";
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      bottom: -1px;
      background: #b60c1b;
      -webkit-transition: 0.1s;
      transition: 0.1s; }
    .gnav > li:hover {
      /* border-bottom: 5px solid $color-key; */ }
      .gnav > li:hover a {
        color: #999; }
      .gnav > li:hover:before {
        height: 3px; }
  .gnav .active,
  .gnav .activeParent a {
    color: #b60c1b; }

.gnav-child {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.95);
  top: 53px;
  z-index: 1000;
  display: none;
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.2); }
  .gnav-child li {
    border-bottom: 1px solid #ddd; }
    .gnav-child li:last-child {
      border: none; }
  .gnav-child a {
    display: block;
    width: 100%;
    padding: 13px 8px;
    text-decoration: none;
    color: #1a1a1a;
    font-size: 13px;
    font-size: 1.3rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    .gnav-child a:hover {
      color: #b60c1b; }

#gnav-child-intro {
  width: 180px;
  left: 435px; }

#gnav-child-play {
  width: 180px;
  right: 0; }

/* #nav{
	background: url(images/bg_navi.png) center top no-repeat;
	height:64px;
}
#gnav{
	margin:0 auto;
	width: 960px;
}
	#gnav li{
		padding-right:2px;
	}
	#gnav li.last{
		padding-right:0px;
	} */
/* ==========================================================================
   contents
   ========================================================================== */
#contents {
  margin: 0 auto;
  padding: 0 40px;
  width: 960px; }

#contents.pb {
  padding-bottom: 55px; }

#main {
  float: left;
  /*width:706px;*/
  width: 703px; }

#side {
  float: right;
  width: 206px; }

/* ==========================================================================
   side
   ========================================================================== */
#side-photos {
  margin-bottom: 8px; }

#side-cm {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 8px; }

.side-bnr li {
  margin-bottom: 8px; }

#side-poster {
  margin-top: 9px; }

#side-npo {
  margin-top: 14px; }

/* ==========================================================================
   コンテンツ下バナー
   ========================================================================== */
#fbnr {
  border-top: 2px solid #e9e7e7;
  margin-top: 34px;
  padding: 13px 0 50px 34px; }

#under-bnr li {
  margin-top: 21px;
  margin-right: 24px;
  vertical-align: middle; }

/* ==========================================================================
   footer
   ========================================================================== */
#footer {
  position: relative;
  z-index: 5;
  margin-top: 89px;
  background: url(images/foot_bg_item.jpg) repeat-x center top !important;
  background-size: 2500px auto !important; }

#foot-head {
  padding-top: 465px;
  margin-bottom: 55px;
  text-align: center; }

#footer-in {
  margin: 0 auto;
  position: relative;
  text-align: right;
  width: 1280px;
  position: relative; }

.foot-ttl {
  padding-bottom: 55px; }

.foot-cont {
  position: relative;
  padding: 55px 0 89px;
  margin-top: 1px;
  /* &:before{
	  content: '';
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  left: 0;
	  top: 0;
	  z-index: 0;
	} */ }

.foot-btn {
  position: absolute;
  top: 45px;
  right: 0;
  border-top: 1px solid #050505;
  border-bottom: 1px solid #050505;
  text-align: center;
  line-height: 1;
  letter-spacing: .1em; }
  .foot-btn a {
    color: #050505;
    display: block;
    padding: 10px 2px;
    text-decoration: none;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
    font-size: 13px;
    font-size: 1.3rem; }

#footer-in-bottom {
  background: #fff;
  width: 100%;
  padding: 34px;
  box-sizing: border-box; }

#footer-in-bottom .fl {
  padding-top: 10px; }

#f-logo {
  position: absolute;
  right: -8%;
  top: -10%;
  z-index: 0;
  opacity: 0; }

#footer-logo {
  background: url(images/f_logo.png) no-repeat right -40px; }

.pt20 {
  padding-top: 20px !important; }

#flogo {
  float: left;
  width: 300px;
  text-align: left; }

#copyright {
  margin-top: 10px; }

#footlist {
  height: auto;
  text-align: left; }

#footlist h2 {
  padding: 58px 0 16px; }

#footlist .name-list {
  border-top: none;
  margin: 0;
  padding: 0;
  z-index: 100; }

#footlist li {
  font-size: 13px;
  font-size: 1.3rem;
  box-sizing: border-box;
  padding-right: 13px;
  width: 33.3%;
  color: #aaa;
  margin-bottom: 6px !important;
  line-height: 1.4 !important; }

#footlist li span {
  font-size: 10px; }

#footlist li a {
  text-decoration: none;
  color: #050505; }

#footlist li a:hover {
  text-decoration: underline; }

#footlist .arrow-link li {
  background: url("/common/css/images/arrow_link_red.gif") no-repeat left 8px;
  padding: 5px 8px 5px 13px !important;
  font-weight: normal;
  line-height: 1.2; }

#footer .foot-utility {
  background: #fff;
  padding: 32px 0 45px; }
  #footer .foot-utility .f-logo {
    float: left;
    width: 292px;
    padding-top: 18px; }
  #footer .foot-utility .r-box {
    float: right;
    width: 800px; }
    #footer .foot-utility .r-box .u-list {
      width: 100%;
      font-size: 0;
      text-align: right;
      letter-spacing: -.40em; }
      #footer .foot-utility .r-box .u-list li {
        margin-right: 13px;
        font-size: 13px;
        font-size: 1.3rem;
        display: inline-block;
        letter-spacing: normal;
        vertical-align: middle; }
        #footer .foot-utility .r-box .u-list li:last-child {
          margin-right: 0; }
        #footer .foot-utility .r-box .u-list li a {
          text-decoration: none; }
          #footer .foot-utility .r-box .u-list li a:hover {
            text-decoration: underline; }
    #footer .foot-utility .r-box .sns-list {
      margin-top: 13px;
      width: 100%;
      font-size: 0;
      text-align: right;
      letter-spacing: -.40em; }
      #footer .foot-utility .r-box .sns-list li {
        margin-right: 8px;
        display: inline-block;
        letter-spacing: normal;
        vertical-align: middle; }
        #footer .foot-utility .r-box .sns-list li:last-child {
          margin: 0; }
    #footer .foot-utility .r-box .copyright {
      margin-top: 21px;
      text-align: right;
      font-size: 11px;
      font-size: 1.1rem; }

#foot-scroller {
  width: 100%;
  height: 440px;
  overflow: hidden; }
  #foot-scroller li {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    z-index: 1;
    position: relative; }

.js-lazy-image.is-ready {
  opacity: 0; }

.js-lazy-image.is-loaded {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

#pagetop {
  display: none;
  bottom: -17px;
  position: fixed;
  right: 5px;
  width: 95px;
  height: 145px;
  z-index: 999; }

#pagetop a {
  display: block;
  width: 95px;
  height: 145px;
  background: transparent url(images/pagetop.png) no-repeat 0 0; }

#pagetop a:hover {
  background: transparent url(images/pagetop.png) no-repeat -95px 0; }
