@charset "UTF-8";
/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
/*----------------------------------------------------
	色の設定
----------------------------------------------------*/
/*----------------------------------------------------
	各種角丸
----------------------------------------------------*/
/*----------------------------------------------------
	...の省略設定
----------------------------------------------------*/
.opacity {
  opacity: 0.55;
  -moz-opacity: 0.55;
  filter: alpha(opacity=55);
  -ms-filter: "alpha(opacity=55)"; }

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle; }

.fr,
.imgR {
  float: right;
  margin-left: 10px; }

.fl,
.imgL {
  float: left;
  margin-right: 10px; }

.imgC,
.tC,
.btn {
  text-align: center; }

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.tR,
.sign {
  text-align: right; }

.box_size {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important; }

.bs_none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important; }

/* clearfix */
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

/*ドロップダウンメニュー全体とナビボタン
------------------------------------- */
.gNavclearfix:before,
.gNavclearfix:after {
  content: " ";
  display: table; }

.gNavclearfix:after {
  clear: both; }

.gNavclearfix {
  *zoom: 1; }

/* -c- は -container- の略です */
/* PCのベルト高さ */
/* PCのベルト・オンマウスにした時の高さ */
/* SPのベルト高さ */
/* ナビ全体の高さ。autoでないと伸縮しません*/
/* SPのベルの幅 */
/* SPのベルの高さ */
.container {
  z-index: 99999999; }
  .container .text-sp-btn {
    margin: 5px; }
  .container .header-container {
    height: auto;
    padding: 8px;
    width: 1025px;
    margin: 0 auto;
    background: #e60000 url(../images/nav/PC_nav_bg_li.png) repeat-x bottom; }
    @media all and (max-width: 1024px) {
      .container .header-container {
        max-width: 100%;
        padding: 8px 0 8px 0; } }
    .container .header-container .header-face-container {
      height: 0px;
      width: 100%;
      background-color: #ccf; }
    .container .header-container .global-navigation-container {
      transition: all 300ms;
      -moz-transition: all 300ms;
      -webkit-transition: all 300ms;
      -ms-transition: all 300ms;
      position: relative;
      height: 40px;
      cursor: pointer;
      /* written by karatsu */
      z-index: 100; }
      .container .header-container .global-navigation-container .global-navigation-menu-container {
        position: absolute;
        height: 100%;
        left: 0px;
        right: -1px;
        width: auto;
        margin: 0px;
        padding: 0px;
        overflow: hidden;
        transition: all 300ms;
        -moz-transition: all 300ms;
        -webkit-transition: all 300ms;
        -ms-transition: all 300ms; }
        .container .header-container .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper {
          margin: 0px;
          padding: 0px;
          list-style: none;
          width: 11.1111111111%;
          height: 80px;
          float: left;
          border-right: 1px solid white;
          background-color: #e60000;
          box-sizing: border-box;
          /* written by karatsu */ }
          .container .header-container .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper .global-navigation-btn-image {
            margin: 5px;
            width: auto;
            height: 30px;
            background: #e60000;
            /* written by karatsu */ }
            .container .header-container .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper .global-navigation-btn-image img {
              height: 30px;
              width: auto; }
          .container .header-container .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper .global-navigation-btn-label {
            display: block;
            color: white;
            width: 100%;
            text-align: center;
            height: 35px;
            line-height: 35px;
            vertical-align: middle;
            /* written by karatsu */ }
            .container .header-container .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper .global-navigation-btn-label img {
              height: 27px;
              width: auto;
              height: 1.2em; }
          .container .header-container .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper:last-of-type {
            border-right: none; }
      .container .header-container .global-navigation-container .sp-menu-btn {
        position: absolute;
        display: none;
        right: 5px;
        height: 30px;
        top: 50%;
        margin-top: -15px; }
      .container .header-container .global-navigation-container:hover {
        height: 80px; }
  .container .content-container {
    height: 200px;
    width: 100%;
    background-color: #cccccc; }
  @media all and (max-width: 1024px) {
    .container .header-container {
      max-width: 100%;
      padding: 6px 0 8px 0; }
      .container .header-container .global-navigation-container {
        height: 40px;
        z-index: 100; }
        .container .header-container .global-navigation-container:hover {
          height: 40px; }
        .container .header-container .global-navigation-container .global-navigation-menu-container {
          position: absolute;
          width: 63px;
          height: 60px;
          left: 50%;
          margin-left: -31.5px;
          bottom: -30px;
          background: url(../images/nav/SP_menu_bell.png);
          background-size: 100%;
          /*　ベルのアニメーション 
            animation: swingin_bell linear 2s;
            animation-iteration-count: infinite;
            transform-origin: 50% 0%;
            -webkit-animation: swingin_bell linear 2s;
            -webkit-animation-iteration-count: infinite;
            -webkit-transform-origin: 50% 0%;
            -moz-animation: swingin_bell linear 2s;
            -moz-animation-iteration-count: infinite;
            -moz-transform-origin: 50% 0%;
            -o-animation: swingin_bell linear 2s;
            -o-animation-iteration-count: infinite;
            -o-transform-origin: 50% 0%;
            -ms-animation: swingin_bell linear 2s;
            -ms-animation-iteration-count: infinite;
            -ms-transform-origin: 50% 0%;
          
          @-moz-keyframes swingin_bell {
          0% { -moz-transform: rotate(0deg) }
          25% { -moz-transform: rotate(10deg); }
          50% { -moz-transform: rotate(0deg); }
          75% { -moz-transform: rotate(-10deg); }
          100% { -moz-transform: rotate(0deg); }
          }
          @-webkit-keyframes swingin_bell {
          	0% { -webkit-transform: rotate(0deg); }
          	25% { -webkit-transform: rotate(10deg); }
          	50% { -webkit-transform: rotate(0deg); }
          	75% { -webkit-transform: rotate(-10deg); }
          	100% { -webkit-transform: rotate(0deg); }
          }    
          @-o-keyframes swingin_bell {
          	0% { -o-transform: rotate(0deg); }
          	25% { -o-transform: rotate(10deg); }
          	50% { -o-transform: rotate(0deg); }
          	75% { -o-transform: rotate(-10deg); }
          	100% { -o-transform: rotate(0deg); }
          }
          @-ms-keyframes swingin_bell {
          	0% { -ms-transform: rotate(0deg); }
          	25% { -ms-transform: rotate(10deg); }
          	50% { -ms-transform: rotate(0deg); }
          	75% { -ms-transform: rotate(-10deg); }
          	100% { -ms-transform: rotate(0deg); }
          }
          @keyframes swingin_bell {
          	0% { transform: rotate(0deg); }
          	25% { transform: rotate(10deg); }
          	50% { transform: rotate(0deg); }
          	75% { transform: rotate(-10deg); }
          	100% { transform: rotate(0deg); }
          	}*/ }
          .container .header-container .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper {
            display: none; }
            .container .header-container .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper .global-navigation-btn-image {
              margin: 5px;
              width: auto;
              height: 30px;
              background: #e60000;
              /* written by karatsu */ }
              .container .header-container .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper .global-navigation-btn-image img {
                height: 30px;
                width: auto; }
            .container .header-container .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper .global-navigation-btn-label {
              display: block;
              color: white;
              width: 100%;
              text-align: center;
              height: 35px;
              line-height: 35px;
              vertical-align: middle;
              /* written by karatsu */ }
              .container .header-container .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper .global-navigation-btn-label img {
                height: 27px;
                width: auto;
                height: 1.2em; }
          .container .header-container .global-navigation-container .global-navigation-menu-container.open {
            width: 80%;
            left: 10%;
            margin-left: 0%;
            top: 45px;
            height: auto;
            bottom: auto;
            /*animation-play-state: paused;　ベルのアニメーションを止める */ }
            .container .header-container .global-navigation-container .global-navigation-menu-container.open .global-navigation-btn-wrapper {
              display: block;
              width: 33.3333%;
              border-bottom: 1px solid white;
              padding: 5px;
              border-radius: 5px; }
        .container .header-container .global-navigation-container .sp-menu-btn {
          display: block;
          border: 0;
          width: 80px;
          height: 60px;
          background: url(../images/nav/SP_menubt.png) left top no-repeat;
          background-size: 100%;
          margin-right: 4%; } }

/* 下層カラムページ用

	------------------------------------- */
.container {
  z-index: 99999999; }
  .container .text-sp-btn {
    margin: 5px; }
  .container .header-container_lower {
    height: auto;
    padding: 8px;
    max-width: 100%;
    margin: 0 auto;
    background: #e60000 url(../images/nav/PC_nav_bg_li.png) repeat-x bottom; }
    @media all and (max-width: 1024px) {
      .container .header-container_lower {
        max-width: 100%;
        padding: 1% 0 1% 0; } }
    .container .header-container_lower .inner {
      width: 80%;
      margin: 0 auto; }
    .container .header-container_lower .header-face-container {
      height: 0px;
      width: 100%;
      background-color: #ccf; }
    .container .header-container_lower .global-navigation-container {
      transition: all 300ms;
      -moz-transition: all 300ms;
      -webkit-transition: all 300ms;
      -ms-transition: all 300ms;
      position: relative;
      height: 40px;
      cursor: pointer; }
      .container .header-container_lower .global-navigation-container .global-navigation-menu-container {
        position: absolute;
        height: 100%;
        left: 0px;
        right: -1px;
        width: auto;
        margin: 0px;
        padding: 0px;
        overflow: hidden;
        transition: all 300ms;
        -moz-transition: all 300ms;
        -webkit-transition: all 300ms;
        -ms-transition: all 300ms; }
        .container .header-container_lower .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper {
          margin: 0px;
          padding: 0px;
          list-style: none;
          display: block;
          width: 33.3333%;
          width: 11.1111111111%;
          height: 80px;
          float: left;
          border-right: 1px solid white;
          background-color: #e60000;
          box-sizing: border-box; }
          .container .header-container_lower .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper .global-navigation-btn-image {
            margin: 5px;
            width: auto;
            height: 30px;
            background: #e60000;
            /* written by karatsu */ }
            .container .header-container_lower .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper .global-navigation-btn-image img {
              height: 30px;
              width: auto; }
          .container .header-container_lower .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper .global-navigation-btn-label {
            display: block;
            color: white;
            width: 100%;
            text-align: center;
            height: 35px;
            line-height: 35px;
            vertical-align: middle;
            /* written by karatsu */ }
            .container .header-container_lower .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper .global-navigation-btn-label img {
              height: 27px;
              width: auto;
              height: 1.2em; }
              @media all and (max-width: 1024px) {
                .container .header-container_lower .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper .global-navigation-btn-label img {
                  height: 0.9em; } }
      .container .header-container_lower .global-navigation-container .sp-menu-btn {
        position: absolute;
        display: none;
        right: 5px;
        height: 30px;
        top: 50%;
        margin-top: -15px; }
      .container .header-container_lower .global-navigation-container:hover {
        height: 80px; }
  .container .content-container {
    height: 200px;
    width: 100%;
    background-color: #cccccc; }
  @media all and (max-width: 1024px) {
    .container .header-container_lower {
      max-width: 100%;
      padding: 6px 0 8px 0; }
      .container .header-container_lower .global-navigation-container {
        height: 40px;
        z-index: 9999999; }
        .container .header-container_lower .global-navigation-container:hover {
          height: 40px; }
        .container .header-container_lower .global-navigation-container .global-navigation-menu-container {
          position: absolute;
          width: 63px;
          height: 60px;
          left: 50%;
          margin-left: -31.5px;
          bottom: -30px;
          background: url(../images/nav/SP_menu_bell.png);
          background-size: 100%;
          /*　ベルのアニメーション 
            animation: swingin_bell linear 2s;
            animation-iteration-count: infinite;
            transform-origin: 50% 0%;
            -webkit-animation: swingin_bell linear 2s;
            -webkit-animation-iteration-count: infinite;
            -webkit-transform-origin: 50% 0%;
            -moz-animation: swingin_bell linear 2s;
            -moz-animation-iteration-count: infinite;
            -moz-transform-origin: 50% 0%;
            -o-animation: swingin_bell linear 2s;
            -o-animation-iteration-count: infinite;
            -o-transform-origin: 50% 0%;
            -ms-animation: swingin_bell linear 2s;
            -ms-animation-iteration-count: infinite;
            -ms-transform-origin: 50% 0%;
          
          @-moz-keyframes swingin_bell {
          0% { -moz-transform: rotate(0deg) }
          25% { -moz-transform: rotate(10deg); }
          50% { -moz-transform: rotate(0deg); }
          75% { -moz-transform: rotate(-10deg); }
          100% { -moz-transform: rotate(0deg); }
          }
          @-webkit-keyframes swingin_bell {
          	0% { -webkit-transform: rotate(0deg); }
          	25% { -webkit-transform: rotate(10deg); }
          	50% { -webkit-transform: rotate(0deg); }
          	75% { -webkit-transform: rotate(-10deg); }
          	100% { -webkit-transform: rotate(0deg); }
          }    
          @-o-keyframes swingin_bell {
          	0% { -o-transform: rotate(0deg); }
          	25% { -o-transform: rotate(10deg); }
          	50% { -o-transform: rotate(0deg); }
          	75% { -o-transform: rotate(-10deg); }
          	100% { -o-transform: rotate(0deg); }
          }
          @-ms-keyframes swingin_bell {
          	0% { -ms-transform: rotate(0deg); }
          	25% { -ms-transform: rotate(10deg); }
          	50% { -ms-transform: rotate(0deg); }
          	75% { -ms-transform: rotate(-10deg); }
          	100% { -ms-transform: rotate(0deg); }
          }
          @keyframes swingin_bell {
          	0% { transform: rotate(0deg); }
          	25% { transform: rotate(10deg); }
          	50% { transform: rotate(0deg); }
          	75% { transform: rotate(-10deg); }
          	100% { transform: rotate(0deg); }
          	}*/ }
          .container .header-container_lower .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper {
            display: none; }
            .container .header-container_lower .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper .global-navigation-btn-image {
              margin: 5px;
              width: auto;
              height: 30px;
              background: #e60000;
              /* written by karatsu */ }
              .container .header-container_lower .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper .global-navigation-btn-image img {
                height: 30px;
                width: auto; }
            .container .header-container_lower .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper .global-navigation-btn-label {
              display: block;
              color: white;
              width: 100%;
              text-align: center;
              height: 35px;
              line-height: 35px;
              vertical-align: middle;
              /* written by karatsu */ }
              .container .header-container_lower .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper .global-navigation-btn-label img {
                height: 27px;
                width: auto;
                height: 1.2em; }
          .container .header-container_lower .global-navigation-container .global-navigation-menu-container.open {
            width: 80%;
            left: 10%;
            margin-left: 0%;
            top: 45px;
            height: auto;
            bottom: auto;
            /*animation-play-state: paused;　ベルのアニメーションを止める */ }
            .container .header-container_lower .global-navigation-container .global-navigation-menu-container.open .global-navigation-btn-wrapper {
              display: block;
              width: 33.3333%;
              border-bottom: 1px solid white;
              padding: 5px;
              border-radius: 5px; }
        .container .header-container_lower .global-navigation-container .sp-menu-btn {
          display: block;
          border: 0;
          width: 80px;
          height: 60px;
          background: url(../images/nav/SP_menubt.png) left top no-repeat;
          background-size: 100%;
          margin-right: -7%; } }

/*--- 両端のリボン部分 ---*/
/* modified by karatsu -- begin -- */
.global-navigation-container::before, .global-navigation-container::after {
  content: '';
  position: absolute;
  bottom: -25px;
  border-style: solid;
  border-color: transparent; }
  @media all and (max-width: 1024px) {
    .global-navigation-container::before, .global-navigation-container::after {
      display: none; } }

.global-navigation-container::before {
  left: -9px;
  bottom: -28px;
  border-width: 0 15px 20px 0;
  border-right-color: #600000; }

.global-navigation-container::after {
  right: -8px;
  bottom: -28px;
  border-style: solid;
  border-width: 20px 15px 0 0;
  border-top-color: #600000; }

/* modified by karatsu -- end -- */
/*--- 両端のリボン部分 下層では見せないように---*/
.header-container_lower .global-navigation-container::before {
  display: none; }

.header-container_lower .global-navigation-container::after {
  display: none; }

.game {
  padding: 3% 0;
  /*----------------------------------------------------
  	ゲーム設置ページ
  ----------------------------------------------------*/
  /*----------------------------------------------------
  	あそびかた「栗まんじゅう」
  ----------------------------------------------------*/
  /*----------------------------------------------------
  	あそびかた「まちがいさがし」
  ----------------------------------------------------*/
  /*----------------------------------------------------
  	あそびかた「猛言ゲーム」
  ----------------------------------------------------*/
  /*----------------------------------------------------
  	あそびかた「ねずみたたき」
  ----------------------------------------------------*/
  /*----------------------------------------------------
  	あそびかた「スライドパズル」
  ----------------------------------------------------*/
  /*----------------------------------------------------
  	.gameここまで
  ----------------------------------------------------*/ }
  .game .game_box {
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -js-display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    margin: 0 auto 30px;
    padding-top: 5%; }
    .game .game_box a:link {
      color: #000; }
    .game .game_box a:visited {
      color: #000; }
    .game .game_box a:hover {
      color: #e60000; }
    .game .game_box a:active {
      color: #e60000; }
    .game .game_box h2 {
      margin: 0 auto; }
    .game .game_box .item {
      position: relative;
      width: calc(90% / 2);
      margin: 0.5% auto 4%;
      padding: 1%;
      text-align: center; }
      .game .game_box .item .game_title {
        width: 80%;
        margin: 5% auto; }
      .game .game_box .item ul {
        display: inline-block;
        list-style: none;
        margin: 2% auto; }
        .game .game_box .item ul li {
          width: calc(96% / 3);
          display: inline-block; }
    .game .game_box .goGAMEtop {
      margin: 3% auto;
      background: #ffff00;
      border-radius: 3em;
      width: 40%;
      padding: 2% 1%;
      color: #00a8f4;
      font-size: 150%;
      font-weight: 800; }
  @media all and (max-width: 1024px) {
    .game .game_box {
      			/*display:-webkit-box;/*--- Androidブラウザ用 ---
      			display:-ms-flexbox;/*--- IE10 ---
      			display:-webkit-flex;/*--- safari（PC）用 ---
      			display:flex;
      			-js-display: flex;
      
      			-webkit-flex-direction: row;
      			flex-direction: row;
      
      			-webkit-flex-wrap: wrap;
      			flex-wrap: wrap;
      
      			height: auto;
      			margin: 0 auto $base_margin_bottom;
      			padding-top: 5%;
      			
      	
      
      				& a:link {color: #000;}
      				& a:visited {color: #000;}
      				& a:hover {color: $doraemon_link_color_active;}
      				& a:active {color: $doraemon_link_color_active;}*/ }
      .game .game_box .item {
        position: relative;
        width: calc(90% / 2);
        margin: 0.5% auto 4%;
        padding: 1%;
        border-radius: 5%;
        text-align: center; }
        .game .game_box .item img {
          width: 100%; }
        .game .game_box .item ul {
          display: inline-block;
          list-style: none;
          margin: 2% auto; }
          .game .game_box .item ul li {
            width: calc(96% / 3);
            display: inline-block; }
        .game .game_box .item .mainImage {
          width: 100%; }
        .game .game_box .item .thumb {
          width: 100%; }
    .game .goGAMEtop {
      margin: 3% auto;
      background: #ffff00;
      border-radius: 3em;
      width: 60%;
      padding: 2% 1%;
      color: #00a8f4;
      font-size: 150%; } }
  @media all and (max-width: 640px) {
    .game .game_box {
      			/*display:-webkit-box;--- Androidブラウザ用 ---
      			display:-ms-flexbox;/*--- IE10 ---
      			display:-webkit-flex;/*--- safari（PC）用 ---
      			display:flex;
      			-js-display: flex;
      
      			-webkit-flex-direction: row;
      			flex-direction: row;
      
      			-webkit-flex-wrap: wrap;
      			flex-wrap: wrap;
      
      			height: auto;
      			margin: 0 auto $base_margin_bottom;
      			
      
      				& a:link {color: #000;}
      				& a:visited {color: #000;}
      				& a:hover {color: $doraemon_link_color_active;}
      				& a:active {color: $doraemon_link_color_active;}*/ }
      .game .game_box .item {
        position: relative;
        width: 80%;
        margin: 0.5% auto 4%;
        padding: 1%;
        border-radius: 5%;
        text-align: center; }
        .game .game_box .item img {
          width: 70%; }
        .game .game_box .item ul {
          display: inline-block;
          list-style: none;
          margin: 2% auto; }
          .game .game_box .item ul li {
            width: calc(90% / 3);
            display: inline-block; }
        .game .game_box .item .mainImage {
          width: 100%; }
        .game .game_box .item .thumb {
          width: 100%; }
      .game .game_box .goGAMEtop {
        margin: 3% auto;
        background: #ffff00;
        border-radius: 3em;
        width: 80%;
        padding: 4% 1%;
        color: #00a8f4;
        font-size: 150%; } }
  @media all and (max-width: 320px) {
    .game .game_box {
      display: -webkit-box;
      /*--- Androidブラウザ用 ---*/
      display: -ms-flexbox;
      /*--- IE10 ---*/
      display: -webkit-flex;
      /*--- safari（PC）用 ---*/
      display: flex;
      -js-display: flex;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      height: auto;
      margin: 0 auto 30px; }
      .game .game_box a:link {
        color: #000; }
      .game .game_box a:visited {
        color: #000; }
      .game .game_box a:hover {
        color: #e60000; }
      .game .game_box a:active {
        color: #e60000; }
      .game .game_box .item {
        position: relative;
        width: 80%;
        margin: 0.5% auto 4%;
        padding: 1%;
        border-radius: 5%;
        text-align: center; }
        .game .game_box .item img {
          width: 100%; } }
  .game .game_box .game_wrapper {
    width: 100%; }
    .game .game_box .game_wrapper img {
      margin: 5% auto 0; }
    .game .game_box .game_wrapper .openFullscreen {
      margin: 3% auto 50%;
      background: #ffff00;
      border-radius: 3em;
      width: 60%;
      padding: 2% 10%;
      color: #00a8f4;
      font-size: 150%;
      font-weight: 800; }
  .game .howtoplay_kurimanju {
    width: 100%;
    background: url(../images/game/bg_howtoplay.png);
    margin: 20px auto;
    padding: 0; }
    .game .howtoplay_kurimanju .title {
      float: left;
      clear: both;
      width: 30%;
      min-height: 230px;
      background: url(../images/game/game002_howtoplay_001.png) no-repeat center; }
    .game .howtoplay_kurimanju .description {
      width: 65%;
      float: right;
      overflow: hidden;
      padding: 0% 0 0% 2%;
      margin-bottom: 1%; }
      .game .howtoplay_kurimanju .description span {
        display: block;
        margin: 1% 0 1% 1%;
        font-size: 115%;
        line-height: 1.6em;
        text-align: left;
        vertical-align: middle; }
    .game .howtoplay_kurimanju .candy {
      margin: -3px 3px 0;
      vertical-align: middle; }
    .game .howtoplay_kurimanju .kuri {
      border-bottom: 0.1em dashed #666666; }
      .game .howtoplay_kurimanju .kuri span:before {
        content: url("../images/game/game001_howtoplay_002.png");
        margin: 0% 1% 0 0;
        position: relative;
        top: 2px; }
    @media all and (max-width: 1024px) {
      .game .howtoplay_kurimanju {
        width: 100%;
        background: url(../images/game/bg_howtoplay.png);
        margin: 20px auto;
        padding: 0; }
        .game .howtoplay_kurimanju .title {
          float: left;
          clear: both;
          width: 30%;
          min-height: 290px;
          background: url(../images/game/game002_howtoplay_001.png) no-repeat center; }
        .game .howtoplay_kurimanju .description {
          width: 65%;
          float: right;
          overflow: hidden;
          padding: 0% 1% 0% 2%;
          margin-bottom: 1%; }
          .game .howtoplay_kurimanju .description span {
            display: block;
            margin: 1% 0 1% 1%;
            font-size: 105%;
            line-height: 1.6em;
            text-align: left;
            vertical-align: middle; }
        .game .howtoplay_kurimanju .candy {
          margin: -3px 3px 0;
          vertical-align: middle; }
        .game .howtoplay_kurimanju .kuri {
          border-bottom: 0.1em dashed #666666; }
          .game .howtoplay_kurimanju .kuri span:before {
            content: url("../images/game/game001_howtoplay_002.png");
            margin: 0% 1% 0 0;
            position: relative;
            top: 2px; } }
    @media all and (max-width: 640px) {
      .game .howtoplay_kurimanju {
        width: 100%;
        background: url(../images/game/bg_howtoplay.png);
        margin: 20px auto;
        padding: 0; }
        .game .howtoplay_kurimanju .title {
          float: left;
          clear: both;
          width: 30%;
          min-height: 320px;
          background: url(../images/game/game002_howtoplay_001SP.png) no-repeat center; }
        .game .howtoplay_kurimanju .description {
          width: 65%;
          float: right;
          overflow: hidden;
          padding: 0% 1% 0% 2%;
          margin-bottom: 1%; }
          .game .howtoplay_kurimanju .description span {
            display: block;
            margin: 1% 0 1% 1%;
            font-size: 90%;
            line-height: 1.6em;
            text-align: left;
            vertical-align: middle; }
        .game .howtoplay_kurimanju .candy {
          margin: -3px 3px 0;
          vertical-align: middle; }
        .game .howtoplay_kurimanju .kuri {
          border-bottom: 0.1em dashed #666666; }
          .game .howtoplay_kurimanju .kuri span:before {
            content: url("../images/game/game001_howtoplay_002.png");
            margin: 0% 1% 0 0;
            position: relative;
            top: 2px; } }
    @media all and (max-width: 320px) {
      .game .howtoplay_kurimanju {
        width: 100%;
        background: url(../images/game/bg_howtoplay.png);
        margin: 20px auto;
        padding: 0; }
        .game .howtoplay_kurimanju .title {
          float: left;
          clear: both;
          width: 30%;
          min-height: 300px;
          background: url(../images/game/game002_howtoplay_001SP.png) no-repeat center;
          background-size: 70%; }
        .game .howtoplay_kurimanju .description {
          width: 65%;
          float: right;
          overflow: hidden;
          padding: 0% 1% 0% 2%;
          margin-bottom: 1%; }
          .game .howtoplay_kurimanju .description span {
            display: block;
            margin: 1% 0 1% 1%;
            font-size: 80%;
            line-height: 1.6em;
            text-align: left;
            vertical-align: middle; }
        .game .howtoplay_kurimanju .candy {
          margin: -3px 3px 0;
          vertical-align: middle; }
        .game .howtoplay_kurimanju .kuri {
          border-bottom: 0.1em dashed #666666; }
          .game .howtoplay_kurimanju .kuri span:before {
            content: url("../images/game/game001_howtoplay_002.png");
            margin: 0% 1% 0 0;
            position: relative;
            top: 2px; } }
  .game .howtoplay_machigaisagashi {
    width: 100%;
    background: url(../images/game/bg_howtoplay.png);
    margin: 20px auto;
    padding: 0; }
    .game .howtoplay_machigaisagashi .title {
      float: left;
      clear: both;
      width: 30%;
      min-height: 130px;
      background: url(../images/game/game002_howtoplay_001.png) no-repeat center; }
    .game .howtoplay_machigaisagashi .description {
      width: 68%;
      float: right;
      overflow: hidden;
      padding-right: 2%; }
      .game .howtoplay_machigaisagashi .description span {
        display: block;
        margin: 1% 0 1% 1%;
        font-size: 115%;
        line-height: 1.6em;
        text-align: left;
        vertical-align: middle; }
        .game .howtoplay_machigaisagashi .description span:before {
          content: url("../images/game/game002_howtoplay_002.png");
          margin: 0% 1% 0 0;
          position: relative;
          top: 2px; }
    @media all and (max-width: 1024px) {
      .game .howtoplay_machigaisagashi {
        width: 100%;
        background: url(../images/game/bg_howtoplay.png);
        margin: 20px auto;
        padding: 0; }
        .game .howtoplay_machigaisagashi .title {
          float: left;
          clear: both;
          width: 30%;
          min-height: 140px;
          background: url(../images/game/game002_howtoplay_001.png) no-repeat center; }
        .game .howtoplay_machigaisagashi .description {
          width: 68%;
          float: right;
          overflow: hidden;
          padding-right: 2%; }
          .game .howtoplay_machigaisagashi .description span {
            display: block;
            margin: 1% 0 2% 1%;
            font-size: 115%;
            line-height: 1.6em;
            text-align: left;
            vertical-align: middle; }
            .game .howtoplay_machigaisagashi .description span:before {
              content: url("../images/game/game002_howtoplay_002.png");
              margin: 0% 1% 0 0;
              position: relative;
              top: 2px; } }
    @media all and (max-width: 640px) {
      .game .howtoplay_machigaisagashi {
        width: 100%;
        background: url(../images/game/bg_howtoplay.png);
        margin: 20px auto;
        padding: 0; }
        .game .howtoplay_machigaisagashi .title {
          float: left;
          clear: both;
          width: 30%;
          min-height: 160px;
          background: url(../images/game/game002_howtoplay_001SP.png) no-repeat center; }
        .game .howtoplay_machigaisagashi .description {
          width: 68%;
          float: right;
          overflow: hidden;
          padding-right: 2%; }
          .game .howtoplay_machigaisagashi .description span {
            display: block;
            margin: 1% 0 2% 1%;
            font-size: 95%;
            line-height: 1.6em;
            text-align: left;
            vertical-align: middle; }
            .game .howtoplay_machigaisagashi .description span:before {
              content: url("../images/game/game002_howtoplay_002.png");
              margin: 0% 2% 0 0;
              position: relative;
              top: 4px; } }
    @media all and (max-width: 320px) {
      .game .howtoplay_machigaisagashi {
        width: 100%;
        background: url(../images/game/bg_howtoplay.png);
        margin: 20px auto;
        padding: 0; }
        .game .howtoplay_machigaisagashi .title {
          float: left;
          clear: both;
          width: 30%;
          min-height: 180px;
          background: url(../images/game/game002_howtoplay_001SP.png) no-repeat center;
          background-size: 70%; }
        .game .howtoplay_machigaisagashi .description {
          width: 68%;
          float: right;
          overflow: hidden;
          padding-right: 2%; }
          .game .howtoplay_machigaisagashi .description span {
            display: block;
            margin: 1% 0 2% 1%;
            font-size: 95%;
            line-height: 1.6em;
            text-align: left;
            vertical-align: middle; }
            .game .howtoplay_machigaisagashi .description span:before {
              content: url("../images/game/game002_howtoplay_002.png");
              margin: 0% 2% 0 0;
              position: relative;
              top: 4px; } }
  .game .howtoplay_mougen {
    width: 90%;
    background: url(../images/game/bg_howtoplay.png);
    margin: 20px auto;
    padding: 0; }
    .game .howtoplay_mougen .title {
      float: left;
      clear: both;
      width: 30%;
      min-height: 130px;
      background: url(../images/game/game002_howtoplay_001.png) no-repeat center; }
    .game .howtoplay_mougen .description {
      width: 68%;
      float: right;
      overflow: hidden;
      padding-right: 2%; }
      .game .howtoplay_mougen .description span {
        display: block;
        margin: 1% 0 1% 1%;
        font-size: 115%;
        line-height: 1.6em;
        text-align: left;
        vertical-align: middle; }
        .game .howtoplay_mougen .description span:before {
          content: url("../images/gian_mougen/game003_howtoplay_002.png");
          margin: 0% 1% 0 0;
          position: relative;
          top: 2px; }
    @media all and (max-width: 1024px) {
      .game .howtoplay_mougen {
        width: 100%;
        background: url(../images/game/bg_howtoplay.png);
        margin: 20px auto;
        padding: 0; }
        .game .howtoplay_mougen .title {
          float: left;
          clear: both;
          width: 30%;
          min-height: 140px;
          background: url(../images/game/game002_howtoplay_001.png) no-repeat center; }
        .game .howtoplay_mougen .description {
          width: 68%;
          float: right;
          overflow: hidden;
          padding-right: 2%; }
          .game .howtoplay_mougen .description span {
            display: block;
            margin: 1% 0 2% 1%;
            font-size: 115%;
            line-height: 1.6em;
            text-align: left;
            vertical-align: middle; }
            .game .howtoplay_mougen .description span:before {
              content: url("../images/gian_mougen/game003_howtoplay_002.png");
              margin: 0% 1% 0 0;
              position: relative;
              top: 2px; } }
    @media all and (max-width: 640px) {
      .game .howtoplay_mougen {
        width: 100%;
        background: url(../images/game/bg_howtoplay.png);
        margin: 20px auto;
        padding: 0; }
        .game .howtoplay_mougen .title {
          float: left;
          clear: both;
          width: 30%;
          min-height: 160px;
          background: url(../images/game/game002_howtoplay_001SP.png) no-repeat center; }
        .game .howtoplay_mougen .description {
          width: 68%;
          float: right;
          overflow: hidden;
          padding-right: 2%; }
          .game .howtoplay_mougen .description span {
            display: block;
            margin: 1% 0 2% 1%;
            font-size: 95%;
            line-height: 1.6em;
            text-align: left;
            vertical-align: middle; }
            .game .howtoplay_mougen .description span:before {
              content: url("../images/gian_mougen/game003_howtoplay_002.png");
              margin: 0% 2% 0 0;
              position: relative;
              top: 4px; } }
    @media all and (max-width: 320px) {
      .game .howtoplay_mougen {
        width: 100%;
        background: url(../images/game/bg_howtoplay.png);
        margin: 20px auto;
        padding: 0; }
        .game .howtoplay_mougen .title {
          float: left;
          clear: both;
          width: 30%;
          min-height: 180px;
          background: url(../images/game/game002_howtoplay_001SP.png) no-repeat center;
          background-size: 70%; }
        .game .howtoplay_mougen .description {
          width: 68%;
          float: right;
          overflow: hidden;
          padding-right: 2%; }
          .game .howtoplay_mougen .description span {
            display: block;
            margin: 1% 0 2% 1%;
            font-size: 95%;
            line-height: 1.6em;
            text-align: left;
            vertical-align: middle; }
            .game .howtoplay_mougen .description span:before {
              content: url("../images/game/game002_howtoplay_002.png");
              margin: 0% 2% 0 0;
              position: relative;
              top: 4px; } }
  .game .howtoplay_nezumi {
    width: 90%;
    background: url(../images/game/bg_howtoplay.png);
    margin: 20px auto;
    padding: 0; }
    .game .howtoplay_nezumi .title {
      float: left;
      clear: both;
      width: 30%;
      min-height: 170px;
      background: url(../images/game/game002_howtoplay_001.png) no-repeat center; }
    .game .howtoplay_nezumi .description {
      width: 62%;
      float: right;
      overflow: hidden;
      padding: 0% 2% 0% 2%;
      margin-bottom: 1%; }
      .game .howtoplay_nezumi .description span {
        display: block;
        margin: 1% 0 1% 1%;
        font-size: 115%;
        line-height: 1.6em;
        text-align: left;
        vertical-align: middle; }
    .game .howtoplay_nezumi .doranezumi {
      margin: -3px 3px 0;
      vertical-align: middle; }
    .game .howtoplay_nezumi .nezumi {
      border-bottom: 0.1em dashed #666666; }
      .game .howtoplay_nezumi .nezumi span:before {
        content: url("../images/game/game003_howtoplay_001.png");
        margin: 0% 1% 0 0;
        position: relative;
        top: 2px; }
    @media all and (max-width: 1024px) {
      .game .howtoplay_nezumi {
        width: 100%;
        background: url(../images/game/bg_howtoplay.png);
        margin: 10% auto;
        padding: 0; }
        .game .howtoplay_nezumi .title {
          float: left;
          clear: both;
          width: 30%;
          min-height: 120px;
          background: url(../images/game/game002_howtoplay_001.png) no-repeat center; }
        .game .howtoplay_nezumi .description {
          width: 63%;
          float: right;
          overflow: hidden;
          padding: 0% 1% 0% 2%;
          margin-bottom: 1%; }
          .game .howtoplay_nezumi .description span {
            display: block;
            margin: 1% 0 1% 1%;
            font-size: 105%;
            line-height: 1.6em;
            text-align: left;
            vertical-align: middle; }
        .game .howtoplay_nezumi .candy {
          margin: -3px 3px 0;
          vertical-align: middle; }
        .game .howtoplay_nezumi .kuri {
          border-bottom: 0.1em dashed #666666; }
          .game .howtoplay_nezumi .kuri span:before {
            content: url("../images/game/game001_howtoplay_002.png");
            margin: 0% 1% 0 0;
            position: relative;
            top: 2px; } }
    @media all and (max-width: 640px) {
      .game .howtoplay_nezumi {
        width: 100%;
        background: url(../images/game/bg_howtoplay.png);
        margin: 20px auto;
        padding: 0; }
        .game .howtoplay_nezumi .title {
          float: left;
          clear: both;
          width: 30%;
          min-height: 160px;
          background: url(../images/game/game002_howtoplay_001SP.png) no-repeat center; }
        .game .howtoplay_nezumi .description {
          width: 65%;
          float: right;
          overflow: hidden;
          padding: 0% 1% 0% 2%;
          margin-bottom: 1%; }
          .game .howtoplay_nezumi .description span {
            display: block;
            margin: 1% 0 1% 1%;
            font-size: 90%;
            line-height: 1.6em;
            text-align: left;
            vertical-align: middle; }
        .game .howtoplay_nezumi .candy {
          margin: -3px 3px 0;
          vertical-align: middle; }
        .game .howtoplay_nezumi .kuri {
          border-bottom: 0.1em dashed #666666; }
          .game .howtoplay_nezumi .kuri span:before {
            content: url("../images/game/game001_howtoplay_002.png");
            margin: 0% 1% 0 0;
            position: relative;
            top: 2px; } }
    @media all and (max-width: 320px) {
      .game .howtoplay_nezumi {
        width: 100%;
        background: url(../images/game/bg_howtoplay.png);
        margin: 20px auto;
        padding: 0; }
        .game .howtoplay_nezumi .title {
          float: left;
          clear: both;
          width: 30%;
          min-height: 160px;
          background: url(../images/game/game002_howtoplay_001SP.png) no-repeat center;
          background-size: 70%; }
        .game .howtoplay_nezumi .description {
          width: 65%;
          float: right;
          overflow: hidden;
          padding: 0% 1% 0% 2%;
          margin-bottom: 1%; }
          .game .howtoplay_nezumi .description span {
            display: block;
            margin: 1% 0 1% 1%;
            font-size: 80%;
            line-height: 1.6em;
            text-align: left;
            vertical-align: middle; }
        .game .howtoplay_nezumi .candy {
          margin: -3px 3px 0;
          vertical-align: middle; }
        .game .howtoplay_nezumi .kuri {
          border-bottom: 0.1em dashed #666666; }
          .game .howtoplay_nezumi .kuri span:before {
            content: url("../images/game/game001_howtoplay_002.png");
            margin: 0% 1% 0 0;
            position: relative;
            top: 2px; } }
  .game .howtoplay_slidepuzzle {
    width: 90%;
    background: url(../images/game/bg_howtoplay.png);
    margin: 20px auto;
    padding: 0; }
    .game .howtoplay_slidepuzzle .title {
      float: left;
      clear: both;
      width: 30%;
      min-height: 170px;
      background: url(../images/game/game002_howtoplay_001.png) no-repeat center; }
    .game .howtoplay_slidepuzzle .description {
      width: 62%;
      float: right;
      overflow: hidden;
      padding: 0% 2% 0% 2%;
      margin-bottom: 1%; }
      .game .howtoplay_slidepuzzle .description span {
        display: block;
        margin: 1% 0 1% 1%;
        font-size: 115%;
        line-height: 1.6em;
        text-align: left;
        vertical-align: middle; }
      .game .howtoplay_slidepuzzle .description .thumb_wrapper {
        width: 100%;
        margin: 5% auto; }
        .game .howtoplay_slidepuzzle .description .thumb_wrapper ul {
          text-align: left; }
          .game .howtoplay_slidepuzzle .description .thumb_wrapper ul li {
            width: 20%;
            position: relative;
            display: inline-block;
            margin: 0 1% 3%; }
            .game .howtoplay_slidepuzzle .description .thumb_wrapper ul li img {
              width: 100%; }
            .game .howtoplay_slidepuzzle .description .thumb_wrapper ul li .new {
              position: absolute;
              top: -10px;
              left: -2px;
              z-index: 500; }
    .game .howtoplay_slidepuzzle .para001 {
      border-bottom: 0.1em dashed #666666; }
    @media all and (max-width: 1024px) {
      .game .howtoplay_slidepuzzle {
        width: 100%;
        background: url(../images/game/bg_howtoplay.png);
        margin: 10% auto;
        padding: 0; }
        .game .howtoplay_slidepuzzle .title {
          float: left;
          clear: both;
          width: 30%;
          min-height: 120px;
          background: url(../images/game/game002_howtoplay_001.png) no-repeat center; }
        .game .howtoplay_slidepuzzle .description {
          width: 63%;
          float: right;
          overflow: hidden;
          padding: 0% 1% 0% 2%;
          margin-bottom: 1%; }
          .game .howtoplay_slidepuzzle .description span {
            display: block;
            margin: 1% 0 1% 1%;
            font-size: 105%;
            line-height: 1.6em;
            text-align: left;
            vertical-align: middle; }
        .game .howtoplay_slidepuzzle .para001 {
          border-bottom: 0.1em dashed #666666; } }
    @media all and (max-width: 640px) {
      .game .howtoplay_slidepuzzle {
        width: 100%;
        background: url(../images/game/bg_howtoplay.png);
        margin: 20px auto;
        text-align: center;
        padding: 0; }
        .game .howtoplay_slidepuzzle .title {
          float: none;
          clear: both;
          width: 90%;
          background: url(../images/game/game002_howtoplay_001.png) no-repeat center; }
        .game .howtoplay_slidepuzzle .description {
          width: 93%;
          margin: 0 auto;
          float: none;
          overflow: hidden;
          padding: 1%;
          margin-bottom: 2%; }
          .game .howtoplay_slidepuzzle .description span {
            display: block;
            margin: 1% auto;
            font-size: 90%;
            line-height: 1.6em;
            text-align: left;
            vertical-align: middle; }
          .game .howtoplay_slidepuzzle .description .thumb_wrapper {
            width: 100%;
            margin: 5% auto; }
            .game .howtoplay_slidepuzzle .description .thumb_wrapper ul {
              text-align: left; }
              .game .howtoplay_slidepuzzle .description .thumb_wrapper ul li {
                width: 30%;
                position: relative;
                display: inline-block;
                margin: 0 1% 3%; }
                .game .howtoplay_slidepuzzle .description .thumb_wrapper ul li img {
                  width: 100%; }
                .game .howtoplay_slidepuzzle .description .thumb_wrapper ul li .new {
                  position: absolute;
                  top: -10px;
                  left: -2px;
                  z-index: 500; }
        .game .howtoplay_slidepuzzle .para001 {
          border-bottom: 0.1em dashed #666666; } }

/*# sourceMappingURL=game.css.map */
