body {font-family:'メイリオ','Hiragino Kaku Gothic Pro',sans-serif;
      background-color:#ffffff ;
      margin: 0;
      min-width: 1024px;}


/* 記事全般について */
article {width: 900px;
        text-align: center;
        margin-left:auto;
        margin-right:auto}


h1      {font-size: 26px;
         font-weight: bold;
        letter-spacing: 5px}

h2      {letter-spacing: 2.5px}

p       {font-size: 15px;
        padding-bottom: 10px;
        letter-spacing:2px;
        line-height: 24px}

/* センターライン */
.center_line {border: solid 1px #72640c}

/* フッター */
footer {margin-top: 10px;
        margin-bottom: 30px;
        text-align: center}



/* トップイメージ */
#image_top  {background-image: url(image_top_forML.jpg);
              background-repeat: no-repeat;
              background-position: 50% 0;
              background-color: #000000;
              text-align: center;
              padding-top: 100px;
              padding-bottom: 100px;}

#image_top h1 {color: #ffffff;
              font-size: 25px;
              font-weight: normal;
              margin-bottom:50px;
              margin-top:20px;
              letter-spacing: 10px}

#image_top img {height: 350px}




/* カテゴリー 01 日常にファンタジー*/

.category_01   {padding-top: 50px;
                text-align: center;}

.category_01_img  {background-color: #16160e;}

.category_01 img  {height: 350px;
                   width: auto;}

/* カテゴリー 02 フルAR*/

.category_02   {padding-top: 50px;
                padding-bottom:50px}

.category_02 p {width:650px;
                margin-left:auto;
                margin-right:auto;}

.category_02 img {height:450px;
                  padding-top: 10px;
                  padding:5px}

/* カテゴリー 03 3つのミッション*/

.category_03   {background-color: #f5f5f5;
                padding-bottom:60px;}

.category_03_title {background-color:#001e43;
                    color:#f8f4e6;
                    padding-top: 50px;
                    padding-bottom:20px;
                    text-align: center;}


.category_03_missionbox   {margin-top: 80px;
                            margin-bottom: 30px}

.category_03_missionbox h1 {font-size: 30px;
                            font-weight: bold;
                            color:#006eb0;}

.category_03_missionbox p {width:650px;
                          margin-left:auto;
                          margin-right:auto;
                          font-size: 15px;
                          color:#16160e;
                          margin-bottom: 6px}

.category_03_missionbox img {width:800px;
                            border-radius: 10px}





/* カテゴリー 05  プレイスペース*/

.category_05   {padding-top: 50px;
                padding-bottom: 50px;
                background-color: #001e43;
                color:#ffffff;
                text-align: center}

.category_05 p  {width:650px;
              margin-left:auto;
              margin-right:auto;}

.category_05 img {weight:850px;
                  padding-top: 5px;
                  padding:10px}


/* イベント関連のシステムについて */

.forEvent {padding-top: 80px;
          padding-bottom: 20px;
          text-align: center;
          background-color: #f5f5f5}


.forEvent img {width:700px;
              border-radius: 10px;
              margin-bottom: 60px}/* 画像が映像切り出しできたないのであとで合成して差替え */

.forEvent p   {width:650px;
              margin-left:auto;
              margin-right:auto;
              margin-bottom: 6px}

.forEvent h1  {font-size: 40px;
              margin-bottom: 60px;
              color: #ff0a0a;
              font-style: italic;}

.category h2 {font-size: 25px;}


/* トップページ：お問合せページへのリンク */

.category_08  {margin-top:80px;
               margin-bottom: 60px}

.category_08 a  {background-color:#ff0a0a;
                font-size:15px;
                color:#ffffff;
                padding: 12px 50px;
                margin:50px;
                text-decoration:none;
                border-radius: 8px}

.category_08 a:hover {background-color:#000000}

.category_08 p  {width:450px;
                  margin-left:auto;
                  margin-right:auto;
                  margin-top:30px}

/* ドコモショップ */

.location   {padding-top: 40px;
              padding-bottom: 40px;
              text-align: center;
              background-color: #fff8dc}

.location h1  {color: #cc0033}

.location h2  {
                margin-top: 2rem;
                margin-bottom: -0.5rem;
}

.location  img {  border-radius: 10px;
                  max-height: 8rem;
                  background-color: #ffffff;
                margin-top: -1rem;}


.location_list    {margin-top: 30px;
                   margin-bottom: 30px;}

.location_list h1 {font-size: 17px;
                    color: #000000}

.location_list p  {font-size: 13px;}


/* ショップリスト ラベル表示になる仕様 (74店舗に増加時)*/
.ShopList_hidden_box{
  background-color: #d5d5ae;
  width: 400px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  padding:8px;
  border-radius:30px;
}

.ShopList_hidden_box label{
  font-size: 15px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  color: #000000;
  text-decoration:none;
}

.ShopList_hidden_box label:hover{
  font-weight: bold;
  font-size: 17px;
  color: #cc0033;
}

.ShopList_hidden_box input{
    display: none;
}

.ShopList_hidden_box .ShopList_hidden_show{
    text-align: left;
    margin-left: 30px;
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity:0;
    transition: 0.4s;
}

.ShopList_hidden_box input:checked ~ .ShopList_hidden_show{
  padding: 5px 0;
  height: auto;
  opacity: 1;
}

.ShopList_hidden_show p{
  margin-top: 3px;
  margin-bottom: 0px;
  padding: 0px
}

.ShopList_hidden_show ul{
  display: inline-block;
  margin: 0px;
  list-style-type: disc;
}

.ShopList_hidden_show a{
  font-size: 14px;
  color:#000000;
  text-decoration: none
}

/*
.ShopList_hidden_show a::before{
  content: "・"
}
*/

.ShopList_hidden_show a:hover{
  font-weight: bold;
  font-size: 16px;
  color: #cc0033;
}


/* スマホアプリ案内 */
.category_10    {padding-top:60px;
                 padding-bottom:40px;
                 background-color:#16160e;
                 color: #ffffff;
                 text-align: center}

.category_10 h1  {font-size: 40px;
                  font-style: italic;}

.category_10 p    {width:500px;
                    margin-left:auto;
                    margin-right:auto;}

.category_10 img {width: 700px;
                  border-radius:10px}

.category_10_inbox{
  width: 60rem;
  max-width: 90%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
                  
.devise{
  margin-left: 1rem;
  margin-right: 1rem;
  display: inline-block;
}

.devise a{
  text-decoration: none;
  color: #ffffff;
}

.devise a:hover{
  opacity: 50%;
}

/* カテゴリー 09 著作権など */

.category_09   {margin-top: 10px;
                margin-bottom:10px}

.category_09 a {font-size:14px;
                padding: 30px;
                color: #000000;
                text-decoration:none}

.category_09 a:hover  {color: #72640c}

/* 言語切替 */
.select-language {
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 20px;
    text-align: right;
    z-index: 1;
}

.select-language select {
    background: #606670;
    height: 32px;
    padding: 4px 6px;
    vertical-align: middle;
    font-size: 11px;
    color: #d4d4d5;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}
