html, body {
  height: 100%; }

#contents.index {
  padding-top: 0;
  width: 100%; }
  #contents.index > section {
    position: relative; }
    #contents.index > section > header {
      text-align: center; }

section.top {
  position: relative;
  width: 100%;
  height: 1000px; }
  section.top div.images {
    position: absolute;
    width: 100%;
    height: 100%;
    border-bottom: solid 50px #FFF;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    /*background: {
        image: url("../img/index/main_image_1.jpg");
        position: center center;
        repeat: no-repeat;
        size: cover;
    }*/ }
    section.top div.images p {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
  section.top div.news {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: url("../img/index/news_cap.png") 0 0 no-repeat #e8f3f8;
    padding-left: 120px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    section.top div.news ul {
      position: relative;
      margin-top: 18px;
      margin-left: 30px; }
      section.top div.news ul li {
        position: absolute;
        top: 0;
        left: 0;
        width: 80%;
        font-size: 15px;
        color: #0068b7;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: none; }
        section.top div.news ul li a {
          color: inherit; }
        section.top div.news ul li span {
          display: inline-block;
          margin-right: 23px;
          font-weight: bold; }
    section.top div.news a.btn {
      display: block;
      position: absolute;
      top: 8px;
      right: 20px; }
  section.top p.arr {
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 100px;
    left: 50%;
    margin-left: -25px;
    cursor: pointer;
    background: url("../img/index/main_arr.png") center center no-repeat; }
    section.top p.arr a {
      display: block;
      width: 50px;
      height: 50px;
      border: solid 2px #FFF;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -moz-transition-property: -moz-transform;
      -o-transition-property: -o-transform;
      -webkit-transition-property: -webkit-transform;
      transition-property: transform;
      -moz-transition-duration: 200ms;
      -o-transition-duration: 200ms;
      -webkit-transition-duration: 200ms;
      transition-duration: 200ms; }
      section.top p.arr a:hover {
        -moz-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2); }
  section.top p.copy {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -2000px;
    overflow: hidden;
    background: url("../img/index/main_copy.png") center center no-repeat;
    background-size: 33.33%; }
  section.top > span.anim {
    display: none;
    opacity: 0; }
  section.top span.anago {
    background-image: url(../img/index/main_anago.png);
    width: 180px;
    height: 100px;
    left: 62%;
    top: 57%; }
  section.top span.hana {
    background-image: url(../img/index/main_hana.png);
    width: 160px;
    height: 104px;
    left: 23%;
    bottom: 58%; }
  section.top span.tako {
    background-image: url(../img/index/main_tako.png);
    width: 138px;
    height: 151px;
    left: 67%;
    bottom: 55%; }
  section.top span.tamanegi {
    background-image: url(../img/index/main_tamanegi.png);
    width: 93px;
    height: 114px;
    left: 29%;
    top: 57%; }
  section.top span.umi {
    background-image: url(../img/index/main_umi.png);
    width: 340px;
    height: 200px;
    left: 38%;
    bottom: 58%; }

section.contents {
  padding: 10px 0 0; }
  section.contents > ul {
    width: 100%;
    min-width: 980px;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
    *zoom: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    section.contents > ul li {
      position: relative;
      float: left;
      height: 445px;
      width: 33.3333%;
      overflow: hidden;
      border-left: solid 10px #FFF;
      margin-bottom: 10px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      section.contents > ul li.pic1 {
        width: 66.6666%; }
      section.contents > ul li:nth-of-type(n + 3) {
        height: 320px; }
      section.contents > ul li:nth-of-type(n + 3) p {
        height: 320px; }
      section.contents > ul li:nth-of-type(1), section.contents > ul li:nth-of-type(3) {
        border-left: none; }
      section.contents > ul li > p {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 445px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
        section.contents > ul li > p:nth-of-type(2) {
          display: none;
          z-index: 10; }
        section.contents > ul li > p.movieclip {
          background-position: center 0;
          background-repeat: no-repeat;
          background-size: auto;
          background-color: #000; }
      section.contents > ul li a {
        position: absolute;
        display: block;
        bottom: 40px;
        left: 50%;
        margin-left: -110px; }
      section.contents > ul li > div {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
  section.contents ul.food li.title p {
    background: url("../img/index/food_title.png") center 0 no-repeat #ffad2d; }
  section.contents ul.food li.pic1 p:nth-of-type(1) {
    background-image: url("../img/index/food_pic_1.jpg"); }
  section.contents ul.food li.pic1 p:nth-of-type(2) {
    background-image: url("../img/index/food_pic_1_2.jpg"); }
  section.contents ul.food li.pic2 p:nth-of-type(1) {
    background-image: url("../img/index/food_pic_2.jpg"); }
  section.contents ul.food li.pic2 p:nth-of-type(2) {
    background-image: url("../img/index/food_pic_2_2.jpg"); }
  section.contents ul.food li.pic3 p:nth-of-type(1) {
    background-image: url("../img/index/food_pic_3.jpg"); }
  section.contents ul.food li.pic3 p:nth-of-type(2) {
    background-image: url("../img/index/food_pic_3_2.jpg"); }
  section.contents ul.food li.pic4 p:nth-of-type(1) {
    background-image: url("../img/index/food_pic_4.jpg"); }
  section.contents ul.food li.pic4 p:nth-of-type(2) {
    background-image: url("../img/index/food_pic_4_2.jpg"); }
  section.contents ul.food li span {
    z-index: 5; }
  section.contents ul.food li span.hashi {
    background-image: url(../img/index/food_hashi.png);
    width: 110px;
    height: 120px;
    left: -13px;
    top: 10px; }
  section.contents ul.food li span.tako {
    background-image: url(../img/index/food_tako.png);
    width: 82px;
    height: 77px;
    left: 68%;
    top: 50px; }
  section.contents ul.food li span.sakana {
    background-image: url(../img/index/food_sakana.png);
    width: 70px;
    height: 87px;
    left: 78%;
    top: 156px; }
  section.contents ul.food li span.tamanegi {
    background-image: url(../img/index/food_tamanegi.png);
    width: 71px;
    height: 59px;
    left: 11%;
    top: 164px; }
  section.contents ul.food li span.aruku {
    background-image: url(../img/index/food_aruku.png);
    width: 372px;
    height: 77px;
    left: 6%;
    top: 26px; }
  section.contents ul.food li span.yuge {
    background-image: url(../img/index/food_yuge.png);
    background-position: 0 100%;
    width: 72px;
    height: 88px;
    left: 61%;
    top: 74px; }
  section.contents ul.food li span.maru {
    background-image: url(../img/index/food_maru.png);
    background-position: 0 100%;
    width: 49px;
    height: 62px;
    left: 79%;
    top: 32px; }
  section.contents ul.play li.title p {
    background: url("../img/index/play_title.png") center 0 no-repeat #f977a8; }
  section.contents ul.play li.pic1 p:nth-of-type(1) {
    background-image: url("../img/index/play_pic_1.jpg"); }
  section.contents ul.play li.pic1 p:nth-of-type(2) {
    background-image: url("../img/index/play_pic_1_2.jpg"); }
  section.contents ul.play li.pic2 p:nth-of-type(1) {
    background-image: url("../img/index/play_pic_2.jpg"); }
  section.contents ul.play li.pic2 p:nth-of-type(2) {
    background-image: url("../img/index/play_pic_2_2.jpg"); }
  section.contents ul.play li.pic3 p:nth-of-type(1) {
    background-image: url("../img/index/play_pic_3.jpg"); }
  section.contents ul.play li.pic3 p:nth-of-type(2) {
    background-image: url("../img/index/play_pic_3_2.jpg"); }
  section.contents ul.play li.pic4 p:nth-of-type(1) {
    background-image: url("../img/index/play_pic_4.jpg"); }
  section.contents ul.play li.pic4 p:nth-of-type(2) {
    background-image: url("../img/index/play_pic_4_2.jpg"); }
  section.contents ul.play li span {
    z-index: 12; }
  section.contents ul.play li span.hana {
    background-image: url(../img/index/play_hana.png);
    width: 150px;
    height: 90px;
    left: 2%;
    top: 310px; }
  section.contents ul.play li span.kumo {
    background-image: url(../img/index/play_kumo.png);
    width: 196px;
    height: 52px;
    left: 29%;
    top: 72px; }
  section.contents ul.play li span.kiraL {
    background-image: url(../img/index/play_kirakiraL.png);
    width: 229px;
    height: 125px;
    left: 59%;
    top: 72px; }
  section.contents ul.play li span.inu {
    background-image: url(../img/index/play_inu.png);
    width: 51px;
    height: 34px;
    left: 89%;
    top: 332px; }
  section.contents ul.play li span.ki {
    background-image: url(../img/index/play_ki.png);
    width: 100px;
    height: 110px;
    left: 8%;
    top: 32px; }
  section.contents ul.play li span.hito {
    background-image: url(../img/index/play_hito.png);
    width: 55px;
    height: 112px;
    left: 50%;
    top: 228px;
    margin-left: 140px; }
  section.contents ul.play li span.taiyou {
    background-image: url(../img/index/play_taiyou.png);
    width: 71px;
    height: 70px;
    left: 70%;
    top: 48px; }
  section.contents ul.play li span.kiraS {
    background-image: url(../img/index/play_kirakiraS.png);
    width: 195px;
    height: 78px;
    left: 50%;
    top: 48px;
    margin-left: -90px; }
  section.contents ul.shopping li.title p {
    background: url("../img/index/shopping_title.png") center 0 no-repeat #34b255; }
  section.contents ul.shopping li.pic1 p:nth-of-type(1) {
    background-image: url("../img/index/shopping_pic_1.jpg"); }
  section.contents ul.shopping li.pic1 p:nth-of-type(2) {
    background-image: url("../img/index/shopping_pic_1_2.jpg"); }
  section.contents ul.shopping li.pic2 p:nth-of-type(1) {
    background-image: url("../img/index/shopping_pic_2.jpg"); }
  section.contents ul.shopping li.pic2 p:nth-of-type(2) {
    background-image: url("../img/index/shopping_pic_2_2.jpg"); }
  section.contents ul.shopping li.pic3 p:nth-of-type(1) {
    background-image: url("../img/index/shopping_pic_3.jpg"); }
  section.contents ul.shopping li.pic3 p:nth-of-type(2) {
    background-image: url("../img/index/shopping_pic_3_2.jpg"); }
  section.contents ul.shopping li.pic4 p:nth-of-type(1) {
    background-image: url("../img/index/shopping_pic_4.jpg"); }
  section.contents ul.shopping li.pic4 p:nth-of-type(2) {
    background-image: url("../img/index/shopping_pic_4_2.jpg"); }
  section.contents ul.shopping li span {
    z-index: 12; }
  section.contents ul.shopping li span.beer {
    background-image: url(../img/index/shopping_beer.png);
    width: 77px;
    height: 85px;
    left: 75%;
    top: 32px; }
  section.contents ul.shopping li span.cake {
    background-image: url(../img/index/shopping_cake.png);
    width: 57px;
    height: 49px;
    left: 16%;
    top: 54px; }
  section.contents ul.shopping li span.kaban {
    background-image: url(../img/index/shopping_kaban.png);
    width: 72px;
    height: 81px;
    left: 7%;
    top: 154px; }
  section.contents ul.shopping li span.soup {
    background-image: url(../img/index/shopping_soup.png);
    width: 81px;
    height: 87px;
    left: 72%;
    top: 166px; }
  section.contents ul.shopping li span.hoku1 {
    background-image: url(../img/index/shopping_hoku1.png);
    width: 160px;
    height: 169px;
    left: 12%;
    top: 24px; }
  section.contents ul.shopping li span.hoku2 {
    background-image: url(../img/index/shopping_hoku2.png);
    width: 170px;
    height: 150px;
    left: 82%;
    top: 200px; }
  section.contents ul.shopping li span.bikkuri {
    background-image: url(../img/index/shopping_bikkuri.png);
    width: 107px;
    height: 62px;
    left: 57%;
    top: 2px;
    z-index: 5; }
  section.contents ul.shopping li span.set {
    background-image: url(../img/index/shopping_set.png);
    width: 82px;
    height: 88px;
    left: 77%;
    top: 200px; }

section.special {
  width: 100%;
  padding-bottom: 80px;
  background: url("../img/index/special_bg.jpg") center center;
  background-size: cover;
  text-align: center; }
  section.special header {
    padding: 78px 0 50px; }
  section.special div {
    position: relative;
    width: 980px;
    margin: 0 auto; }
    section.special div a {
      position: relative;
      display: block;
      width: 980px;
      height: 440px;
      -moz-border-radius: 25px;
      -webkit-border-radius: 25px;
      border-radius: 25px;
      overflow: hidden; }
      section.special div a p {
        position: absolute;
        width: 100%;
        top: 116px;
        left: 0; }

section.event {
  width: 100%;
  padding-bottom: 80px;
  background: url("../img/index/event_bg.gif") center top;
  text-align: center; }
  section.event header {
    padding: 78px 0 50px; }
  section.event ul {
    width: 980px;
    margin: 0 auto 30px;
    overflow: hidden;
    *zoom: 1;
    text-align: left; }
    section.event ul li {
      float: left;
      width: 307px;
      height: 330px;
      font-size: 14px; }
      section.event ul li:nth-of-type(3n + 2) {
        margin: 0 29px; }
      section.event ul li p {
        width: 307px;
        height: 180px;
        margin-bottom: 26px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        overflow: hidden; }
        section.event ul li p img {
          max-width: 100%;
          height: auto; }
      section.event ul li dt {
        display: inline-block;
        margin-bottom: 10px;
        color: #0068b7;
        font-weight: bold; }
        section.event ul li dt.new {
          padding-right: 52px;
          background: url("../img/common/icn_new.png") center right no-repeat; }
      section.event ul li dd {
        line-height: 1.6; }

section.instagram {
  width: 100%;
  padding-bottom: 80px;
  background: url("../img/index/insta_bg.png") center bottom no-repeat;
  background-size: cover;
  text-align: center; }
  section.instagram header {
    padding: 80px 0 52px; }
    section.instagram header p {
      padding-top: 50px;
      font-size: 14px;
      font-weight: bold;
      line-height: 2;
      color: #FFF; }
      section.instagram header p span {
        display: inline-block;
        color: #0068b7;
        padding: 2px 6px;
        margin: 0 4px;
        background: #FFF;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px; }
  section.instagram ul {
    width: 980px;
    margin: 0 auto 60px;
    overflow: hidden;
    *zoom: 1;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px; }
    section.instagram ul li {
      float: left;
      width: 245px;
      height: 245px; }
      section.instagram ul li img {
        width: 100%;
        height: 100%; }

section.diary {
  width: 100%;
  padding-bottom: 80px;
  overflow: hidden;
  background-position: center top;
  background-repeat: repeat;
  background-image: url("../img/index/diary_bg.png");
  text-align: center; }
  section.diary span.fune {
    background-image: url(../img/index/diary_fune.png);
    width: 198px;
    height: 169px;
    left: 12%;
    top: 75px; }
  section.diary span.hashi {
    background-image: url(../img/index/diary_hashi.png);
    width: 371px;
    height: 217px;
    left: -20px;
    bottom: 0; }
  section.diary span.kamome {
    background-image: url(../img/index/diary_kamome.png);
    width: 102px;
    height: 55px;
    left: 60%;
    top: 50px; }
  section.diary span.awaji {
    position: absolute;
    display: block;
    background: url(../img/index/diary_awaji.png) 0 0 no-repeat;
    width: 286px;
    height: 406px;
    left: 50%;
    top: 10px;
    margin-left: 390px; }
  section.diary header {
    padding: 80px 0 52px; }
    section.diary header p {
      padding-top: 50px;
      font-size: 14px;
      font-weight: bold; }
  section.diary ul {
    width: 980px;
    margin: 0 auto 30px;
    overflow: hidden;
    *zoom: 1;
    text-align: left; }
    section.diary ul li {
      float: left;
      width: 307px;
      height: 330px;
      font-size: 14px; }
      section.diary ul li:nth-of-type(3n + 2) {
        margin: 0 29px; }
      section.diary ul li p {
        width: 307px;
        height: 180px;
        margin-bottom: 26px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        overflow: hidden; }
      section.diary ul li dt {
        margin-bottom: 10px;
        color: #0068b7;
        font-weight: bold; }
      section.diary ul li dd {
        line-height: 1.6; }

section.tamako {
  width: 100%;
  height: 530px;
  background: url("../img/index/tm_bg.gif") center top; }
  section.tamako h2 {
    position: relative;
    padding-top: 34px;
    z-index: 1; }
  section.tamako > div {
    position: absolute;
    top: 0;
    left: 50%;
    width: 980px;
    margin-left: -490px; }
    section.tamako > div > p {
      position: absolute; }
      section.tamako > div > p.octopus {
        top: 70px;
        left: 27px; }
      section.tamako > div > p.taiyaki {
        top: 33px;
        left: 152px; }
      section.tamako > div > p.tamako {
        top: 120px;
        left: 746px; }
    section.tamako > div > div.message {
      position: absolute;
      width: 684px;
      height: 315px;
      top: 168px;
      left: 50px;
      background: url("../img/index/tm_fukidasi.png") 0 0 no-repeat;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-top: 70px;
      padding-left: 70px; }
      section.tamako > div > div.message p {
        width: 470px;
        margin-bottom: 15px;
        font-size: 24px;
        font-weight: bold;
        line-height: 1.5; }
      section.tamako > div > div.message span {
        font-size: 15px; }
    section.tamako > div > div.link {
      position: absolute;
      top: 440px;
      left: 520px;
      width: 470px;
      *zoom: 1; }
      section.tamako > div > div.link:after {
        content: "";
        display: table;
        clear: both; }
      section.tamako > div > div.link a {
        display: block;
        float: left;
        margin-left: 10px; }
