/* Common Style */

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  vertical-align: bottom;
}


/* Font Text Title Setting */

body {
  font-family: "メイリオ", "Meiryo";
  color: #3c3834;
  background-image: url(../img/bg_00.jpg);
  background-repeat: repeat;
}

p li {
  font-size: 1em;
  line-height: 150%;
}

a {
  color: white;
  text-decoration: none;
}


/*  Main Contentes  */

.wrapper {
  margin: 0 auto;
}


/* Top */

.top_bg {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 1000px;
  min-width: 1000px;
  height: 720px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg_top.jpg);
}

.top_chara {
  height: 100%;
  background-image: url(../img/top_chara.png);
  background-position: top center;
  background-repeat: no-repeat;
}

.top_logo {
  background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  height: 300px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}


/* Common Bg*/

.cell {
  position: relative;
  margin: 0 auto;
  width: 1000px;
  text-align: center;
}

.cell_bg {
  width: 1000px;
  overflow: hidden;
}

@media screen and (min-width:1000px) {
  /*　画面サイズが1000pxからはここを読み込む　*/
  .cell_bg, .top_bg {
    width: 100%;
  }
}

.bg_01 {
  background-position: top center;
  background-image: url(../img/bg_01.png);
  background-repeat: repeat;
  background-size: contain;
}

.bg_02 {
  background-position: top center;
  background-image: url(../img/bg_02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg_03 {
  background-position: top center;
  background-image: url(../img/bg_03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg_04 {
  background-position: top center;
  background-image: url(../img/bg_04.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg_05 {
  background-position: top center;
  background-image: url(../img/bg_05_.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}


.bg_06 {
  background-position: top center;
  background-image: url(../img/bg_01.png);
  background-repeat: repeat;
  background-size: contain;
}


/* Title */

h2 {
  margin: 60px 0 0;
  text-align: center;
}


/* Header */

.hd_wrapper {
  position: absolute;
  top: 595px;
  left: 0;
  right: 0;
  overflow: hidden;
  margin: 0;
  padding: 80px 0;
  height: 130px;
  width: 100%;
  min-width: 1000px;
  z-index: 20;
}

.hd_wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 125px;
  margin: 70px -10% 0;
  background-image: url(../img/bg_ft.jpg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(-3.6deg);
  -ms-transform: rotate(-3.6deg);
  transform: rotate(-3.6deg);
  z-index: -1;
}

.header {
  position: absolute;
  top: 700px;
  left: 0;
  right: 0;
  width: 1000px;
  margin: 0 auto;
  height: 68px;
  z-index: 500;
}

.fixed {
  position: fixed;
  top: 0px;
  background-image: url(../img/bg_ft.jpg);
}

@media screen and (min-width:1000px) {
  /*　画面サイズが1000pxからはここを読み込む　*/
  .header {
    width: 100%;
  }
}

.header ul {
  margin: 0 20px 0 0;
  text-align: center;
  height: 100%;
  list-style: none;
  font-size: 1.5em;
}

.header li {
  vertical-align: middle;
  display: inline-block;
}

.hd_btn {
  display: block;
  font-size: 15px;
  font-weight: bolder;
  line-height: 45px;
  margin: 0;
  padding: 0 20px 0;
  height: 45px;
  color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.hd_btn:hover {
  color: #df2b4d;
  background-color: #ffe84e;
}

.tw_btn {
  display: block;
  font-size: 15px;
  font-weight: bolder;
  line-height: 40px;
  margin: 10px 5px;
  padding: 0 30px 0;
  height: 38px;
  color: white;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  padding: 0;
  background-image: url(../img/logo_twitter_s.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}


/* About */

#about .text {
  margin: 0 -100px;
}

.title_01 {
  position: relative;
  top: 0;
  margin: 60px -10% 0;
  text-align: center;
  width: 120%;
  min-width: 1000px;
  padding: 0;
  z-index: 10;
  background-color: #e6414d;
  background-image: url(../img/bg_ab_01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(-3.6deg);
  -ms-transform: rotate(-3.6deg);
  transform: rotate(-3.6deg);
}

.title_02 {
  position: relative;
  margin: 50px -10% 150px;
  text-align: center;
  height: 325px;
  width: 120%;
  min-width: 1000px;
  padding: 0;
  z-index: 8;
  background-color: white;
  background-image: url(../img/bg_ab_02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}

.title_03 {
  display: block;
  position: relative;
  margin: -570px auto 100px;
  z-index: 11;
}


/* Contents */

.z_01 {
  position: relative;
  z-index: 50;
  margin: 0 0 -80px;
  padding: 60px 0;
}

.z_02 {
  position: relative;
  z-index: 2;
}

.z_03 {
  position: relative;
  z-index: 3;
}

.z_04 {
  position: relative;
  z-index: 4;
}

.z_05 {
  position: relative;
  z-index: 5;
}

.z_06 {
  position: relative;
  z-index: 6;
}

.z_07 {
  position: relative;
  z-index: 55;
  height: 300px;
}

.con_box {
  overflow: hidden;
  height: 770px;
  width: 120%;
  min-width: 1000px;
  margin: 0 -10%;
  box-sizing: border-box;
  border-top: solid 10px white;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(-3.6deg);
  -ms-transform: rotate(-3.6deg);
  transform: rotate(-3.6deg);
}

.con_bg {
  position: relative;
  top: -50px;
  height: 120%;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}

.deta {
  position: relative;
  top: -820px;
  height: 850px;
  margin: 0 0 -850px 0;
  padding: 0;
  text-align: center;
}

.chara {
  position: relative;
  display: inline-block;
  width: 1200px;
  height: 800px;
  padding: 70px 0 0;
  margin: 0;
  vertical-align: middle;
  background-repeat: no-repeat;
  transition: 0.3s;
}

#con_01 .chara {
  background-position: bottom right;
  background-image: url(../img/con_bg_01.png);
}

#con_02 .chara {
  background-position: bottom left;
  background-image: url(../img/con_bg_02.png);
}

#con_03 .chara {
  background-position: bottom right;
  background-image: url(../img/con_bg_03.png);
}

.more {
  position: absolute;
  width: 500px;
  padding: 30px 50px 0;
  text-align: center;
}

#con_01 .more, #con_03 .more {
  margin-top: 20px;
  left: 0;
}

#con_02 .more {
  margin-top: -30px;
  right: 0;
}

@media screen and (max-width:1000px) {
  .chara {
    width: 100%;
  }
  #con_01 .chara {
    background-position: bottom right -100px;
    background-image: url(../img/con_bg_01.png);
  }
  #con_02 .chara {
    background-position: bottom left -100px;
    background-image: url(../img/con_bg_02.png);
  }
  #con_03 .chara {
    background-position: bottom right -100px;
    background-image: url(../img/con_bg_03.png);
  }
}

.more a {
  font-weight: bold;
  font-size: 1.5em;
  display: inline-block;
  text-align: center;
  line-height: 75px;
  width: 220px;
  height: 75px;
  background-color: #df2b4d;
  margin: 10px 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.more a:hover {
  background-color: #ffe84e;
  color: #df2b4d;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.more img {
  margin: 10px 0;
}


/* Present */

.title_04 {
  position: relative;
  top: 0;
  margin: 40px -10% 0;
  text-align: center;
  width: 120%;
  min-width: 1000px;
  padding: 25px 0;
  background-color: #0052cd;
  background-image: url(../img/bg_pre.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(-3.6deg);
  -ms-transform: rotate(-3.6deg);
  transform: rotate(-3.6deg);
}

#present table {
  margin: 50px auto -20px;
  border-spacing: 50px 0;
}

#present td {
  position: relative;
  padding: 0;
}

#present .rabel {
  position: absolute;
  top: -50px;
  right: -35px;
}

#present img {
  margin: 0 auto 60px;
}


/* Special */

.title_05 {
  position: relative;
  top: 0;
  margin: 40px -10% 0;
  text-align: center;
  width: 120%;
  min-width: 1000px;
  padding: 25px 0;
  background-color: #0052cd;
  background-image: url(../img/bg_pre.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}

#sofmap table {
  margin: 0 auto;
  border-spacing: 20px 50px;
  table-layout: fixed;
  width: 1000px;
  padding: 0;
}

#sofmap .pack {
  background-color: white;
  padding: 20px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#sofmap h5 {
  background-color: #02b1a5;
  color: white;
  margin: 0 18px 20px;
  padding: 7px 0;
}

#sofmap td img {
  margin: 15px 0 30px;
}

#sofmap h6 {
  font-size: 1.4em;
  margin: 0;
  padding: 0;
}

#sofmap a {
  font-weight: bold;
  font-size: 1.5em;
  display: inline-block;
  text-align: center;
  line-height: 55px;
  width: 270px;
  height: 55px;
  background-color: #df2b4d;
  margin: 20px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#sofmap a:hover {
  background-color: #ffe84e;
  color: #df2b4d;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#sofmap .sp_text {
  margin: 0 auto 80px;
}


/* Store Link */

#link .links {
  margin: 0 auto 0;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
  border-spacing: 25px 20px;
  table-layout: fixed;
}

#link .items {
  margin: 40px auto;
  text-align: center;
  border-spacing: 25px 20px;
  table-layout: fixed;
}

#link p {
  margin: 0 auto 100px;
  color: white;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#link .links a {
  display: inline-block;
  width: 270px;
  height: 45px;
  line-height: 45px;
  color: white;
  background-color: #01b1a5;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#link .links a:hover {
  background-color: white;
  color: #01b1a5;
}

#link .links a::before, #link .links a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #01b1a5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#link .links a::before {
  right: 0;
}

#link .links a::after {
  left: 0;
}

#link .links a:hover::before, #link .links a:hover::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 0;
  background-color: #01b1a5;
}

#link .original {
  width: 490px;
  height: 190px;
  position: relative;
  text-align: center;
  background-color: white;
  background-image: url(../img/ori_bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin: 0;
  padding: 0;
}

#link .original h5 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 1.3em;
  color: white;
  background-color: #002b7d;
  background-image: url(../img/ori_title_bg.jpg);
  margin: 0 auto;
  padding: 5px 0;
}

#link .original h3{
  position: absolute;
  top: 50px;
  right: 20px;
}

#link .original .sample {
  position: absolute;
  left: 10px;
  bottom: 11px;
  border: solid 3px black;
}

#link .original a {
  position: absolute;
  right: 20px;
  bottom: 21px;
  display: inline-block;
  width: 210px;
  height: 45px;
  line-height: 45px;
  color: white;
  background-color: #01b1a5;
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}

#link .original a:hover {
  background-color: #ffe84e;
  color: #df2b4d;
}


/* spec */

#spec table {
  margin: 0 auto 60px;
  padding-top: 40px;
  padding-bottom: 50px;
  border-spacing: 5px 10px;
}

#spec tr td {
  /*    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);*/
}

#spec th:nth-of-type(n+2) {
  font-size: 0.7em;
  text-align: center;
  color: white;
  background-color: rgba(1, 177, 165, 1);
  padding: 7px 0;
  height: 24px;
  font-weight: bold;
}

#spec tr td:nth-of-type(1) {
  font-size: 0.7em;
  text-align: center;
  color: white;
  background-color: rgba(0, 43, 125, 1);
  width: 100px;
  padding: 7px 10px;
  font-weight: bold;
}

#spec tr td:nth-of-type(n+2) {
  font-size: 0.95em;
  text-align: center;
  background-color: rgba(255, 255, 255, 1);
  width: 400px;
  padding: 7px 0;
}

#spec b {
  /*font-size: 0.85em;*/
  font-weight: normal;
}


/*footer*/

footer {
  text-align: center;
  height: 95px;
  width: 1000px;
  padding-top: 30px;
  background-image: url(../img/bg_ft.jpg);
  background-color: #2eb1a4;
  font-weight: bold;
}

@media screen and (min-width:1000px) {
  /*　画面サイズが1000pxからはここを読み込む　*/
  footer {
    width: 100%;
  }
}

.ft_logo {
  font-weight: bold;
  color: white;
}

.ft_btn {
  display: block;
  position: fixed;
  right: 10px;
  bottom: -2px;
  background-image: url(../img/ft_top.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 90px;
  width: 97px;
  cursor: pointer;
  z-index: 999;
  transition: 0.2s;
}

.ft_btn:hover {
  bottom: 0;
  transition: 0.2s;
}

.ft_btn_box {
  position: absolute;
  top: -27px;
  left: -5px;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  border-radius: 50%;
}


/* Dialog */

.remove_cookie {
  cursor: help;
}

.dialog {
  text-align: center;
  position: fixed;
  display: none;
  top: 33%;
  left: 25%;
  width: 50%;
  background-color: white;
  z-index: 9999;
  padding: 20px;
}

.close_dialog {
  margin: 5px 0;
  width: 300px;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  color: white;
  background-color: #02b1a5;
  transition: 0.4s;
}

.leave_dialog {
  margin: 5px 0;
  width: 300px;
  font-weight: bold;
  display: inline-block;
  color: white;
  background-color: #02b1a5;
  transition: 0.4s;
}

.close_dialog:hover, .leave_dialog:hover {
  background-color: #ffe84e;
  color: #df2b4d;
}
