/* Common Style */

html body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    background-image: url(../img/main_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: white;
}

.main-contents {
    color: #474747;
    margin: 0 auto 40px;
    padding: 40px 0;
    width: 960px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 1);
    background-image: url(../img/ct_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.main-contents-img {
    display: block;
    margin: 50px auto;
}

.shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.main-contents:first-child {
    padding: 0 0 40px 0;
}

.main-contents:last-child {
    padding: 40px 0 0;
}

.section-cell {
    margin: 50px 60px;
}


/* Font Text Title Setting */

body {
    font-family: "メイリオ", "Meiryo";
}

strong1 {
    font-weight: bold;
    color: #e61874;
}

strong {
    font-weight: bold;
    color: #e60054;
}

p {
    font-size: 0.8em;
    line-height: 170%;
}

a {
    color: #e60054;
    text-decoration: none;
}

h1 {
    color: #2b101a;
    font-size: 20pt;
    text-align: center;
    margin: 0 0 40px;
    position: relative;
    top: 650px;
}

.section-cell p {
    margin: 0 0 40px;
}

h2{
  padding: 0;
  margin: -10px 0 40px;
}

.section-cell ul {
    margin: 0 0 40px;
}

h3 {
    color: #2b101a;
    font-size: 19pt;
    margin: 0 60px 40px;
    text-align: center;
}

h4 {
    margin: 5px 0;
}


/* Top Style */

.top {
    background-image: url(../img/top.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 685px;
    width: 960px;
}


/* Table Style */

b {
    color: white;
    font-weight: normal;
    background-color: #d00242;
    padding: 0 8px;
    border-radius: 5px;
}

table {
    margin: 10px auto;
    border-collapse: collapse
}

.goods td {
    text-align: left;
    padding-bottom: 50px;
}

.special {
    text-align: left;
    margin-bottom: 50px;
    position: relative;
}

.goods img, .special img, {
    margin: 0 25px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.special .download {
    position: relative;
    left: 280px;
    padding: 15px 30px;
    font-size: 25px;
    font-weight: bolder;
    color: white;
    background-color: #e60054;
    border-radius: 15px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: 0.3s;
}

.special .download:hover {
    opacity: 0.5;
}

.left2 {
    width: 350px;
    padding-right: 20px;
}

.right2 {
    vertical-align: middle;
    width: 400px;
}

.right2 h3 {
    margin: 0 0 40px 0;
}

.right2 a {
    text-align: right;
}

.left {
    width: 200px;
    padding-right: 20px;
}

.right {
    vertical-align: middle;
    width: 500px;
}

.right h2, .right h6 {
    margin: 0;
    color: #2b101a;
}

.right h5 {
    font-size: 16px;
    color: #2b101a;
}

.right h5 strong {
    color: white;
    background-color: #e60054;
    padding: 0;
    margin: 0 10px 0 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
}

.right h4 {
    text-align: right;
    color: #ef0049;
}

.item td {
    position: relative;
    text-align: center;
    width: 260px;
    height: 300px;
    margin: 0;
    padding: 0;
}

.item tr td p, .item h6 {
    margin: 5px 0;
}

.info td {
    width: 400px;
    padding: 20px 20px;
    vertical-align: top;
}

.info tr td p {
    margin: 0 auto 0 20px;
}

ul {
    font-size: 0.8em;
    list-style: none;
    margin: 0;
    padding: 0;
}


/*
.coution li, .attention li {
    color: #b7a78d;
}
*/

li strong{
  font-size: 10px;
  color: #b7a78d;
}

.under {
    margin-bottom: 1.5em;
}


/* Item button */

.item-new {
    position: absolute;
    top: 7px;
    left: -3px;
}

.item a {
    position: absolute;
    top: 10px;
    left: 30px
}

.item-img {
    width: 200px;
    height: 150px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 10px auto 20px;
}

.item-btn {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

.item-btn:hover {
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    /* IE lt 8 */
    -ms-filter: "alpha(opacity=50)";
    /* IE 8 */
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

/* Banner button */
.banner td {
    position: relative;
    text-align: center;
    width: 400px;
    height: 200px;
    margin: 0;
    padding: 0;
}

.banner a {
    position: absolute;
    top: 10px;
    left: 30px
}

.banner-img {
    width: 340px;
    height: 150px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 10px auto 20px;
}

.banner-btn {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

.banner-btn:hover {
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    /* IE lt 8 */
    -ms-filter: "alpha(opacity=50)";
    /* IE 8 */
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

/* Buy button */
.buy td {
    position: relative;
    text-align: center;
    width: 320px;
    height: 100px;
    margin: 0;
    padding: 0;
}

.buy a {
    position: absolute;
    top: 10px;
    left: 30px
}

.buy-img {
    width: 280px;
    height: 60px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 0px auto 20px;
}

.buy-btn {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

.buy-btn:hover {
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    /* IE lt 8 */
    -ms-filter: "alpha(opacity=50)";
    /* IE 8 */
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

/* Header Style */

#fixed {
    position: fixed;
    top: 0;
}

.header-contents {
    width: 100%;
    position: relative;
    top: 10px;
    display: none;
    z-index: 999;
}

.header-bg {
    display: table;
    margin: 5px auto 0;
    width: 1000px;
    background-image: url(../img/hd_bg.jpg);
    border-radius: 400px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.header-btn-text {
    display: table-cell;
    vertical-align: middle;
}

.header-contents-cell {
    margin: 3px 45px 3px 0;
    text-align: left;
}

.header-contents li {
    color: white;
    font-size: 0.95em;
    font-weight: bold;
    display: inline-block;
}

.header-contents span {
    border-radius: 4000px;
    padding: 3px 8px 0 6px;
    transition: 0.3s;
}

.header-contents span:hover {
    background-color: white;
}

.header-contents span img {
    margin-right: 2px;
    margin-bottom: -1px;
    transition: 0.3s;
}

.header-contents span:hover img {
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    -o-filter: invert(100%);
    -ms-filter: invert(100%);
    filter: invert(100%);
}

.header-contents a {
    color: white;
    vertical-align: middle;
    transition: 0.3s;
}

.header-contents a:hover {
    color: #333333;
}

.header-btn {
    border-radius: 4000px;
    border: 6px solid rgba(255, 0, 0, 0);
    width: 38px;
    height: 38px;
    margin: 3px 0 3px 25px;
    transition: 0.3s;
}

.header-btn:hover {
    background-color: white;
    border: 6px solid white;
}

.header-btn:hover img {
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    -o-filter: invert(100%);
    -ms-filter: invert(100%);
    filter: invert(100%);
}

.header-btn img {
    vertical-align: middle;
    transition: 0.3s;
}


/* Footer Style */

.footer {
    display: table;
    width: 960px;
    height: 100px;
    margin: 0 auto;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    text-align: center;
    background-color: white;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.footer-contents {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
}

.footer a {
    color: #c8c4a1;
}


/* SNS Button Style */

.fb-like {
    position: absolute;
    left: 5px;
}

.right-btn {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
    margin: 10px;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.tw-btn, .home-btn {
    display: inline-block;
    position: relative;
    text-indent: -9999px;
    width: 72px;
    height: 60px;
    margin: 5px;
    background-repeat: no-repeat;
}

.tw-btn span, .home-btn span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 0 -60px;
}

.tw-btn, .tw-btn span {
    background-image: url(../img/btn_tw.png);
}

.home-btn, .home-btn span {
    background-image: url(../img/btn_home.png);
}

.inner {
    margin: 0 auto 40px;
}
.movie {
    width: 500px; height: 280px;
    margin: 0 auto;
    background: url(../img/b_movie01.jpg) no-repeat;
}
.movie a {
    width: 100%; height: 100%;
    display: block;
    background: url(../img/b_movie01_o.jpg) no-repeat;
    opacity: 0.0;
    transition: all 0.5s;
}
.movie a:hover {
    opacity: 1.0;
}