@charset "UTF-8"; /* CSS Document */
/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

img {
    width: 100%;
    vertical-align: bottom;
}

* {
    box-sizing: border-box;
}

/* base */
html, body {
    width: 100%;
    height: 100%;
}

html {
    word-break: break-all;
}

body {
    min-height: 100%;
    overflow-x: hidden;
}

/* 感情ボタン 打ち消しcss */
.btn-interest {
    display: block;
    height: auto;
    width: auto;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    top: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn-interest.active, .btn-interest.isChecked {
    background: none;
    color: #66442e;
    box-shadow: none;
    top: auto;
}

.btn-interest__score {
    min-width: auto;
    height: auto;
    border-radius: 0;
    border: none;
    line-height: normal;
    font-size: 1em;
    padding: 0;
    white-space: normal;
    text-align: left;
    background: none;
}

.btn-interest__score:before, .btn-interest__score:after {
    position: static;
    border: none;
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    top: 0;
    left: 0;
}

@font-face {
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 200;
    src: local('Noto Serif JP Regular'),url('/font/noto_serif/NotoSerifJP-Regular.woff2') format('woff2'),url('/font/noto_serif/NotoSerifJP-Regular.woff') format('woff');
    -webkit-font-display: swap; font-display: swap;}

@font-face {
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: bold;
    src: local('Noto Serif JP Bold'),url('/font/noto_serif/NotoSerifJP-Bold.woff2') format('woff2'), url('/font/noto_serif/NotoSerifJP-Bold.woff') format('woff');
    -webkit-font-display: swap; font-display: swap; }

/* body */
#disney_ma_mepad-body {
    width: 100%;
    background: #fff;
    color: #fff;
}

#disney_ma_mepad-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    line-height: 1.3;
    font-size: 2.5vw;
    font-family: "Noto Serif JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
    -webkit-font-feature-settings : "palt";
    font-feature-settings : "palt";
}

/* main-content */
#disney_ma_mepad-main-content {
    position: relative;
    /* padding-top: 2vw; */
    padding-bottom: 12vw;
}

.disney_ma_mepad-ttl {
    display: block;
    margin: 0 auto 5vw;
    color: #00479d;
    text-align: center;
    font-size: 5vw;
    font-weight: bold;
    line-height: 2;
}

.disney_ma_mepad-ttl--large {
    font-size: 7vw;
}

.disney_ma_mepad-ttl__small{
    display: block;
    font-size: 0.75em;
    margin-top: -0.25em;
}

.disney_ma_mepad-ttl--pink_bar {
    width: 92%;
    border-top: solid 2px #ff99dc;
    margin-top: 6vw;
}

.disney_ma_mepad-ttl--blue_bar {
    border-bottom: solid 2px #00479d;
    margin-top: -4vw;
    margin-bottom: 2vw;
}

.disney_ma_mepad-ttl--blue_back {
    padding: 1.25vw 0;
    background: #00479d;
    color: #fff;
    margin-top: 9vw;
}

.disney_ma_mepad-topics-list {
    padding-bottom: 2vw;
    border-bottom: solid 2px #00479d;
}

.disney_ma_mepad-topics-list__list {
    width: 95vw;
    margin: 0 auto;
    counter-reset:topics-list;
}

.disney_ma_mepad-topics-list__item {
    position:relative;
}

.disney_ma_mepad-topics-list__item:nth-of-type(odd) {
    background-color: #ffe6f6;
}

.disney_ma_mepad-topics-list__link {
    display: block;
    position: relative;
    padding: 2.5vw 7vw 2.5vw 9.5vw;
    font-weight: bold;
    color: #000;
    font-size: 4.25vw;
    text-decoration: none;
}

.disney_ma_mepad-topics-list__link:before {
    position:absolute;
    top: 50%;
    left:2.5vw;
    display: inline-block;
    counter-increment:topics-list;
    content:counter(topics-list) ".";
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.disney_ma_mepad-topics-list__item:nth-of-type(n+10) .disney_ma_mepad-topics-list__link:before{
    left: 0;
}

.disney_ma_mepad-topics-list__link:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 3.5vw;
    margin-top: 1vw;
    border: 1.5vw solid transparent;
    border-top: 1.5vw solid #ff63c9;
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    content: "";
}

.small_txt {
    font-size: 0.6em;
    font-weight: bold;
    line-height: 1.7;
    display: block;
}

.minimum_txt{
    font-size: 0.4em;
    font-weight: bold;
    line-height: 1;
    display: block;
    text-align:right;
}

.center_txt {
    text-align: center;
}

.disney_ma_mepad-section {
    position: relative;
    width: 100%;
    margin: 0 auto 8.95vw;
    padding: 0;
}

.disney_ma_mepad-section--footer_info {
    padding-bottom: 6.7vw;
    margin-bottom: 0;
}

.disney_ma_mepad-section--footer_info:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 205vw;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,00479d+100 */
    background: rgb(255,255,255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,71,157,1) 70%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(0,71,157,1) 70%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(0,71,157,1) 70%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00479d',GradientType=0 );
    /* IE6-9 */
}

.disney_ma_mepad-introduction-paragraph {
    color: #00479d;
    text-align: center;
    font-size: 7vw;
    width: 95%;
    margin: 0 auto 9vw;
}

.disney_ma_mepad-introduction-paragraph--black {
    color: #000;
    text-align: left;
}

.disney_ma_mepad-topics .disney_ma_mepad-introduction-paragraph--8kinds {
    width: 50vw;
    padding-right: 4vw;
    margin: -45vw 0 9vw auto;
}

.disney_ma_mepad-introduction-paragraph--not_connect {
    width: 50vw;
    margin: -35vw 0 0 2.5vw;
}

.disney_ma_mepad-introduction-img {
    margin: 0 auto 9vw;
}

.disney_ma_mepad-introduction-img--product_img {
    margin-bottom: 0;
}

.disney_ma_mepad-introduction-img--drill {
    display: block;
    width: 100%;
}

.disney_ma_mepad-introduction-img--keyboard {
    background-color: #ffdfee;
    display: block;
}

.disney_ma_mepad-introduction-communication {
    width: 100%;
    margin: 9vw auto 0;
    color: #000;
}

.disney_ma_mepad-introduction-communication__item {
    display: block;
    position: relative;
    padding: 2.5vw 2vw;
    font-weight: bold;
    color: #000;
    font-size: 4.25vw;
    text-decoration: none;
    white-space: nowrap;
}

.disney_ma_mepad-introduction-communication__item:nth-of-type(odd) {
    background-color: #ffe6f6;
}

.disney_ma_mepad-introduction-img--communication {
    position: relative;
    height: 46vw;
    width: auto;
    display: block;
    margin: -45vw 0 9vw auto;
}

.combination_img {
    position: relative;
    margin: 0 auto 9vw;
    overflow: hidden;
    padding: 5vw 0;
}

.combination_img:after {
    content: "";
    display: block;
    position: absolute;
    top: 5vw;
    right: 0;
    z-index: 2;
    width: 80%;
    height: 59.73vw;
    padding: 0 2.13vw 0 3vw;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(254,205,237,1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(254,205,237,1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(254,205,237,1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#fecded',GradientType=1 );
    /* IE6-9 */
}

.combination_img--other.combination_img:after {
    height: 47vw;
}

.combination_img--other .combination_img__first {
    left: -6vw;
    height: 47vw;
    width: auto;
}

.combination_img--other .combination_img__second {
    right: -1.5vw;
    width: 56.61vw;
}

.combination_img__first {
    height: 59.73vw;
    width: auto;
    display: block;
    margin: 0;
    position: relative;
    left: -17vw;
    z-index: 1;
}

.combination_img__second {
    position: absolute;
    z-index: 3;
    top: 0vw;
    right: 1vw;
    display: block;
    width: 57.29vw;
    margin: 0;
}

/* attention */
.disney_ma_attention{
    padding: 5px 10px;
    background-color: #fff;
}

.disney_ma_attention-txt{
    font-size: 3.0vw;
    color: #000;
}

.disney_ma_attention-color{
    font-size: 3.0vw;
    color: #f00;
}

/* top */
.disney_ma_mepad-top {
    height: 58.48vw;
    position: relative;
    background-image: url(../images/introduction/pict1_2_ver2.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 0 auto 2vw;
}

.disney_ma_mepad-top__logo {
    display: block;
    width: 52.91vw;
    margin: 0 auto;
    position: absolute;
    bottom: 0.5vw;
    right: 2vw;
}

.disney_ma_mepad-top-to_potal {
    display: block;
    width: 20vw;
    position: absolute;
    top: 2vw;
    left: 1vw
}

/* movie */
.disney_ma_mepad-movie {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00479d+0,ffffff+100 */
    padding: 3vw;
    background: rgb(0,71,157);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,71,157,1) 0%, rgba(255,255,255,1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,71,157,1) 0%,rgba(255,255,255,1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,71,157,1) 0%,rgba(255,255,255,1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00479d', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
}

.disney_ma_mepad-movie__ttl {
    width: 33.875vw;
    margin: 0 auto 3vw;
}

.disney_ma_mepad-movie-inner-bg {
    position: relative;
    z-index: 1;
}

.movie-main-bg {
    width: 100%;
}

.movie-main {
    position: relative;
    height: 0;
    padding: 0 0 56.25%;
    overflow: hidden;
    background-color: #000;
}

.movie-main-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.movie-main-thumb {
    position: relative;
    width: 92vw;
    margin: 0 auto 2.929vw;
}

.movie-sub-item {
    padding: 0 0.7812vw;
}

.movie-sub-item.slick-current .movie-sub-link {
    border-bottom: 1vw solid #00479d;
}

.movie-sub-link {
    display: block;
    height: 12vw;
    text-align: center;
    color: #00479d;
    line-height: 12vw;
    font-size: 7vw;
    font-weight: bold;
    background: #fff;
    outline: none;
}

.movie-sub-list {
    width: 92vw;
    margin: 0 auto;
}

.disney_mepod-movie-ttl {
    margin-top: 9vw;
}

/* product */
.disney_ma_mepad-section--product_info {
    background-color: #fca2dd;
    padding: 3.75vw 1.875vw;
}

.disney_ma_mepad-product_info {
    border: solid 2px #fff;
    padding: 8.38vw 0 0;
}

.disney_ma_mepad-product_info__ttl {
    display: inline-block;
    position: absolute;
    top: 1vw;
    left: 50%;
    -moz-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    background-color: #fff;
    padding: 0.25vw 4.68vw;
    color: #fca2dd;
    font-weight: bold;
    font-size: 5vw;
    white-space: nowrap;
}

.disney_ma_mepad-product_info__paragraph {
    text-shadow: 0 0 4vw #f615a9;
    font-size: 6vw;
    text-align: center;
    font-weight: bold;
    margin: 0 auto 3vw;
}

.disney_ma_mepad-product_info__list {
    text-align: center;
    letter-spacing: -0.5em;
    font-size: 3.9vw;
    margin-bottom: 3vw;
}

.disney_ma_mepad-product_info__list li {
    background-color: #fff;
    color: #00479d;
    border-radius: 2vw;
    min-width: 40.36vw;
    display: inline-block;
    letter-spacing: normal;
    padding: 0.25em 3.5vw;
    font-weight: bold;
    white-space: nowrap;
}

.disney_ma_mepad-product_info__list li:first-of-type {
    margin-right: 3vw;
}

.disney_ma_mepad-product_info__list li:not(:last-of-type) {
    margin-bottom: 3vw;
}

.disney_ma_mepad-product_info-price {
    font-size: 0.6em;
}

/* more */
.disney_ma_mepad-more_btn {
    position: relative;
    display: block;
    width: 89.64vw;
    margin: 0 auto;
    border: solid 2px #00479d;
    padding: 3.385vw 4.16vw;
    text-decoration: none;
    color: #00479d;
    font-size: 4.68vw;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    background-color: #fff;
    white-space: nowrap;
}

.disney_ma_mepad-more_btn--small{
    font-size:3.5vw;
}

.disney_ma_mepad-more_btn:not(:last-of-type) {
    margin-bottom: 3vw;
}

.disney_ma_mepad-more_btn:after {
    content: ">>";
    display: inline-block;
    position: relative;
    left: 0.3em;
    letter-spacing: 0;
}

/* introduction */
.disney_ma_mepad-introduction-dictionary {
    letter-spacing: -0.5em;
    padding: 0 0 0 2.13vw;
    margin: 0 0 9vw 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fecded+100&0+0,1+100 */
    padding: 0 2.13vw 0 3vw;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(254,205,237,1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(254,205,237,1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(254,205,237,1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#fecded',GradientType=1 );
    /* IE6-9 */
}

.disney_ma_mepad-introduction-dictionary__img {
    width: 26.25vw;
    vertical-align: middle;
}

.disney_ma_mepad-introduction-dictionary__paragraph {
    font-size: 7.2vw;
    color: #000;
    margin-left: 3.5vw;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    letter-spacing: normal;
}

.disney_ma_mepad-introduction-dictionary__furnishing {
    color: #000;
    position: absolute;
    bottom: -10.25vw;
    font-size: 3vw;
    display: inline-block;
    /* width: 80vw; */
}

/* footer_info */
.disney_ma_mepad-footer_info-img {
    width: 93.8vw;
    display: block;
    margin: 6vw auto 6vw;
}

.disney_ma_mepad-footer_info-list {
    text-align: center;
    font-size: 3.9vw;
    margin-bottom: 3vw;
}

.disney_ma_mepad-footer_info-list li {
    width: 66.9vw;
    background-color: #fff;
    color: #00479d;
    border-radius: 2vw;
    min-width: 40.36vw;
    padding: 2.55vw 0;
    margin: 0 auto;
    font-weight: bold;
}

.disney_ma_mepad-footer_info-list li:not(:last-of-type) {
    margin-bottom: 3vw;
}

.disney_ma_mepad-footer_info-logo {
    width: 86.45vw;
    display: block;
    margin: 0 auto 6.5vw;
}

.disney_ma_mepad-footer_info-paragraph {
    text-shadow: 0 0 4vw #002450;
    font-size: 6vw;
    text-align: center;
    font-weight: bold;
    margin: 0 auto 7vw;
}

.disney_ma_mepad-footer_info-price {
    font-size: 0.6em;
}

.disney_ma_mepad-copyright {
    color: #00479d;
    padding-top: 0;
    width: 90%;
    margin: 0 auto;
    font-family: Verdana,"Droid Sans";
}

/* qr */
.disney_ma_mepad-qr {
    width: 100%;
    margin: 0 auto 3vw;
    padding: 0 5% 5vw;
    background: #00479d;
}

.disney_ma_mepad-qr:before {
    display: block;
    border-top: 0.5vw solid #ff99dc;
    margin-bottom: 3vw;
    content: "";
}

.disney_ma_mepad-qr__ttl {
    margin: 0 auto 3vw;
    font-size: 6vw;
    text-align: center;
}

.disney_ma_mepad-qr__description {
    position: relative;
    width: 80vw;
    margin: 0 auto 6vw;
    padding: 3vw 3vw 3.5vw;
    background: #fff;
    color: #00479d;
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
}

.disney_ma_mepad-qr__description-mini{
    display: inline-block;
    font-size:0.8em;
    line-height:1;
    background-color: #00479d;
    color: #fff;
    padding: 0.6em 0.8em 0.6em;
    margin-top: 0.5em;
}

.disney_ma_mepad-qr__description:after {
    display: block;
    position: absolute;
    bottom: -6.5vw;
    left: 50%;
    border: 2.25vw solid transparent;
    border-top: 4.5vw solid #fff;
    -moz-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    content: "";
}

.disney_ma_mepad-qr__list {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 88vw;
    margin: 0 auto;
}

.disney_ma_mepad-qr__item {
    width: 36.6vw;
    margin-bottom: 5.5vw;
}

.disney_ma_mepad-qr__img {
    display: block;
    margin-bottom: 1vw;
}

.disney_ma_mepad-qr__link{
    display:block;
    text-decoration:none;   
}

.disney_ma_mepad-qr__link:hover{
    text-decoration:none;   
}


.disney_ma_mepad-qr__unknown{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position:relative;
    background:#fff;
    height: 36.5vw;
    margin-bottom: 1vw;
    background: center /100% url(../images/qr/sample.gif);
}

.disney_ma_mepad-qr__unknown:before{
    display:block;
    position:absolute;
    top:0;
    left:0;
    z-index:0;
    width:100%;
    height:100%;
    background-color:rgba(255, 255, 255, 0.8);
    content:"";
}

.disney_ma_mepad-qr__unknown--new:after{
    display:block;
    position:absolute;
    top:0;
    right:0;
    padding:1.4vw 3vw 2vw 3vw;
    -moz-transform: translate(25%,-30%);
    -webkit-transform: translate(25%,-30%);
    transform: translate(25%,-30%);
    color:#fff;
    border-radius:100vw;
    font-size:4vw;
    font-weight: bold;
    line-height:1;
    text-align:center;
    background:#ff0000;
    content:"NEW";
}

.disney_ma_mepad-qr__unknown_txt{
    position:relative;
    z-index:1;
    color:#00479d;
    font-size:15vw;
    margin-bottom: 1vw;
    line-height: 1;
    text-shadow: white 0.7vw 0px 0.7vw, white -0.7vw 0px 0.7vw, white 0px -0.7vw 0.7vw, white -0.7vw 0px 0.7vw, white 0.7vw 0.7vw 0.7vw, white -0.7vw 0.7vw 0.7vw, white 0.7vw -0.7vw 0.7vw, white -0.7vw -0.7vw 0.7vw, white 0.35vw 0.7vw 0.7vw, white -0.35vw 0.7vw 0.7vw, white 0.35vw -0.7vw 0.7vw, white -0.35vw -0.7vw 0.7vw, white 0.7vw 0.35vw 0.7vw, white -0.7vw 0.35vw 0.7vw, white 0.7vw -0.35vw 0.7vw, white -0.7vw -0.35vw 0.7vw, white 0.35vw 0.35vw 0.7vw, white -0.35vw 0.35vw 0.7vw, white 0.35vw -0.35vw 0.7vw, white -0.35vw -0.35vw 0.7vw;
}

.disney_ma_mepad-qr__txt {
    text-align: center;
    font-size: 3.5vw;
    color: #fff;
}

.disney_ma_mepad-qr__code {
    font-size: 3vw;
    white-space: nowrap;
}

.disney_ma_mepad-qr__notes {
    line-height: 1.3;
}

/* pageTOP */
#page-top {
    position: fixed;
    bottom: 3vw;
    right: 2.5vw;
    z-index: 10;
}

#page-top .disney_ma_mepad-page-top-link {
    text-decoration: none;
    color: #fff;
    width: 17.38vw;
    height: 17.38vw;
    display: block;
    background-image: url(../images/common/page_top.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

#page-top .disney_ma_mepad-page-top-link:hover {
    text-decoration: none;
}

/* share */
.action-btn__sns-wrapper {
    letter-spacing: -0.5em;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
}

#disney_ma_mepad-container .action-btn__sns-wrapper a {
    display: inline-block;
    text-decoration: none;
    letter-spacing: normal;
    vertical-align: middle;
    width: 9vw;
    height: 0;
    padding: 0 0 9vw;
    margin-right: 9vw;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
}

.action-btn__sns-wrapper a:hover {
    opacity: 0.75;
}

#disney_ma_mepad-container .action-btn__sns-wrapper a:last-of-type {
    margin-right: 0;
}

.action-btn__sns-wrapper .action-btn__facebook, .action-btn__sns-wrapper .action-btn__line, .action-btn__sns-wrapper .action-btn__twitter {
    width: 9vw;
    height: 9vw;
    background-repeat: no-repeat;
    display: block;
}

.action-btn__sns-wrapper .action-btn__twitter {
    background-image: url(../images/common/sns_twi.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.action-btn__facebook {
    background-image: url(../images/common/sns_fb.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.action-btn__line {
    background-image: url(../images/common/sns_line.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.buylink {
    width: 90vw;
    margin-bottom: 0;
}

.buylink__ttl {
    font-size: 5vw;
}

.disney_ma_mepad-footer_info-paragraph + .buylink .buylink__ttl-txt{
    color:#fff;
}

.disney_ma_mepad-footer_info-paragraph + .buylink .buylink__ttl-txt:before{
    background-image: url(/images/common/buylink/shop_cart_w.svg);
}

.buylink__ttl-txt:before {
    width: 4vw;
    height: 4.25vw;
}

.buylink__list {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: none;
    border: none;
}

.buylink__list-item {
    width: 48.5%;
    margin-bottom: 3vw;
}

.buylink__link {
    border: 2px solid #00479d;
    background-color: #00479d;
    color: #fff;
    font-size: 3.75vw;
    font-weight: bold;
    height: 100%;
}

.disney_ma_mepad-footer_info-paragraph + .buylink .buylink__link{
    background-color: #fff;
    color: #00479d;
    border: 2px solid #00479d;
}

.buylink__link:hover {
    background-color: #fff;
    color: #00479d;
    border: 2px solid #00479d;
}

.disney_ma_mepad-footer_info-paragraph + .buylink .buylink__link:hover{
    background-color: #00479d;
    color: #fff;
    border: 2px solid #fff;
}

.buylink__list-item:not(:last-of-type) .buylink__link {
    border-bottom: 2px solid #00479d;
}

@media screen and (max-width: 1024px) {

    .buylink__link-txt br{
        display: none;
    }
}

.buylink__link-txt:after {
    display: none;
}

/* sp */
@media screen and (max-width: 1024px) {
    .pc-only {
        display: none !important;
    }

    #disney_ma_mepad-container {
        letter-spacing: 0.1em;
    }

    .disney_ma_mepad-ttl {
        letter-spacing: 0.25em;
        /* white-space: nowrap; */
    }

    .disney_ma_mepad-product_info__list li {
        letter-spacing: 0.2em;
    }
}

/* tablet */
@media (max-width: 1024px) and (min-width: 768px) {
}

/* PC */
@media screen and (min-width: 1025px) {
    .sp-only {
        display: none !important;
    }

    #disney_ma_mepad-container {
        font-family: "Noto Serif JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
        font-size: 13px;
        letter-spacing: 1em;
    }

    /* pc-flex */
    .pc-flex {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .pc-flex__order_1 {
        -webkit-order: 1;
        order: 1;
    }

    .pc-flex__order_2 {
        -webkit-order: 2;
        order: 2;
    }

    .pc-flex .disney_ma_mepad-introduction-img--drill {
        width: 400px;
        display: block;
        margin: 0 0 52px;
    }

    .pc-flex .disney_ma_mepad-introduction-img--drill + .disney_ma_mepad-introduction-paragraph {
        width: auto;
        margin: 0 0 52px;
    }

    /* attention */
    .disney_ma_attention{
        padding: 10px 10px;
        background-color: #2F5597;
    }

    .disney_ma_attention-txt{
        font-size: 18px;
        letter-spacing: normal;
        color: #fff;
    }

    .disney_ma_attention-txt span{
        display: block;
    }

    .disney_ma_attention-color{
        font-size: 18px;
        letter-spacing: normal;
        color: #ff0;
    }
    
    /* top */
    .disney_ma_mepad-top {
        margin: 0 auto 40px;
        height: 36.51vw;
        background-image: url(../images/top/top_bg_pc_3_ver3.jpg);
        background-size: 100% auto;
    }

    .disney_ma_mepad-top-to_potal {
        width: 9.11vw;
        top: 0.5vw;
        left: 0.5vw;
    }

    .disney_ma_mepad-top__logo {
        position: absolute;
        z-index: 1;
        top: 3vw;
        left: 50%;
        right: auto;
        bottom: auto;
        -moz-transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0);
        width: 36vw;
        background-color: #fff;
        box-sizing: content-box;
        padding: 17vw 2vw 2vw;
    }

    /* main */
    #disney_ma_mepad-main-content {
        padding: 0 0 72px;
    }

    .disney_ma_mepad-section {
        width: 880px;
        margin: 0 auto 64px;
    }

    .disney_ma_mepad-section--introduction {
        width: 100%;
    }

    .disney_ma_mepad-section--movie {
        width: 100%;
        margin-bottom: 0;
    }

    .disney_ma_mepad-section--product_info {
        padding: 32px 16.5px;
        width: 100%;
    }

    .disney_ma_mepad-topics-list {
        padding-bottom: 0;
        border-bottom: none;
    }

    .disney_ma_mepad-topics-list:after {
        display: block;
        border-bottom: solid 2px #00479d;
        width: 720px;
        margin: 20px auto 0;
        content: "";
    }

    .disney_ma_mepad-ttl.disney_ma_mepad-ttl--blue_bar {
        margin-top: -40px;
        margin-bottom: 20px;
        width: 720px;
    }

    .disney_ma_mepad-topics-list__list {
        width: 680px;
    }

    .disney_ma_mepad-topics-list__link {
        font-size: 20px;
        letter-spacing: 0.5em;
        padding: 24px 24px 24px 94px;
    }

    .disney_ma_mepad-topics-list__link:hover {
        color: #000;
        text-decoration: none;
    }

    .disney_ma_mepad-topics-list__link:before {
        
left: 30px;
    }

    .disney_ma_mepad-topics-list__item:nth-of-type(n+10) .disney_ma_mepad-topics-list__link:before{
        left: 8px;
    }

    .disney_ma_mepad-topics-list__link:after {
        border-width: 10px;
        margin-top: 10px;
        right: 24px;
    }

    .disney_ma_mepad-ttl {
        font-size: 48px;
        margin-bottom: 44px;
        /* border-top: solid 10px #ff99dc; */
        white-space: nowrap;
    }

    .disney_ma_mepad-ttl--blue_back {
        margin-top: 40px;
        padding: 16px 0;
    }

    .disney_ma_mepad-ttl--pink_bar {
        border: none;
    }

    .disney_ma_mepad-ttl--pink_bar:before {
        content: "";
        display: block;
        width: 880px;
        height: 0;
        border-top: solid 6px #ff99dc;
        position: absolute;
        left: 50%;
        -moz-transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }

    .disney_ma_mepad-ttl--new {
        position: absolute;
        top: calc(-32vw - 48px );
        left: 50%;
        margin: 0;
        -moz-transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0);
        z-index: 1;
        font-size: 3.4vw;
        border-top: none;
        width: 40vw;
        line-height: 5.5vw;
        white-space: nowrap;
    }

    .disney_ma_mepad-section--many_apps {
        width: 100%;
    }

    .combination_img {
        padding: 24px 0;
        margin-bottom: 40px;
        overflow: visible;
    }

    .combination_img--other {
        padding: 24px 0 48px;
        margin-bottom: 64px;
    }

    .combination_img__first {
        height: 350px;
        left: 50%;
        -moz-transform: translate(-110%,0);
        -webkit-transform: translate(-110%,0);
        transform: translate(-110%,0);
    }

    .combination_img--other .combination_img__first {
        height: 350px;
        left: 50%;
        -moz-transform: translate(-110%,0);
        -webkit-transform: translate(-110%,0);
        transform: translate(-110%,0);
    }

    .combination_img:after {
        height: 350px;
        top: 23px;
        padding: 0 0 0 0;
        width: 50%;
    }

    .combination_img--other.combination_img:after {
        height: 350px;
    }

    .combination_img__second {
        width: 300px;
        right: auto;
        left: 50%;
        -moz-transform: translate(-76%,0);
        -webkit-transform: translate(-76%,0);
        transform: translate(-76%,0);
        top: 17px;
    }

    .combination_img--other .combination_img__second {
        width: 380px;
        right: auto;
        left: 50%;
        -moz-transform: translate(-76%,0);
        -webkit-transform: translate(-76%,0);
        transform: translate(-46%,0);
        top: 14px;
    }

    .disney_ma_mepad-introduction-paragraph.disney_ma_mepad-introduction-paragraph--many_apps1 {
        position: absolute;
        top: 231px;
        left: 50%;
        z-index: 2;
        -moz-transform: translate(101px,0);
        -webkit-transform: translate(101px,0);
        transform: translate(101px,0);
        width: 540px;
    }

    .disney_ma_mepad-introduction-paragraph.disney_ma_mepad-introduction-paragraph--many_apps2 {
        position: absolute;
        top: 671px;
        left: 50%;
        z-index: 2;
        -moz-transform: translate(231px,0);
        -webkit-transform: translate(231px,0);
        transform: translate(231px,0);
        width: 540px;
    }

    .disney_ma_mepad-introduction-img {
        margin: 0 auto 52px;
        width: 640px;
        display: block;
    }

    .disney_ma_mepad-introduction-img--product_img {
        width: 640px;
        display: block;
    }

    .disney_ma_mepad-introduction-img--keyboard {
        padding: 12px 24px;
        box-sizing: content-box;
    }

    .disney_ma_mepad-introduction-paragraph {
        font-size: 48px;
        margin: 0 auto 52px;
    }

    .disney_ma_mepad-topics .disney_ma_mepad-introduction-paragraph--black {
        font-size: 40px;
        letter-spacing: 0.2em;
    }

    .disney_ma_mepad-topics .disney_ma_mepad-introduction-paragraph.disney_ma_mepad-introduction-paragraph--8kinds {
        width: 340px;
        margin: -270px auto 0 auto;
        padding: 0;
        -moz-transform: translate(166px,0);
        -webkit-transform: translate(166px,0);
        transform: translate(166px,0);
    }

    .disney_ma_mepad-introduction-communication {
        margin: 96px auto 0;
        width: 840px;
    }

    .disney_ma_mepad-introduction-communication__item {
        padding: 24px;
        font-size: 24px;
    }

    .disney_ma_mepad-introduction-img--communication {
        width: auto;
        height: 370px;
        margin: -360px auto 80px auto;
        -moz-transform: translate(280px,-0);
        -webkit-transform: translate(280px,-0);
        transform: translate(280px,-0);
    }

    .disney_ma_mepad-topics .disney_ma_mepad-introduction-paragraph {
        width: 720px;
    }

    .disney_ma_mepad-topics .disney_ma_mepad-introduction-paragraph--not_connect {
        width: 310px;
        margin: -222px auto 0 auto;
        -moz-transform: translate(-150px,0);
        -webkit-transform: translate(-150px,0);
        transform: translate(-150px,0);
    }

    /* movie */
    .disney_ma_mepad-movie {
        padding: 32px 0;
    }

    .disney_ma_mepad-movie__ttl {
        width: 298px;
        margin-bottom: 32px;
    }

    .disney_ma_mepad-movie-inner {
        padding-top: 36px;
    }

    .movie-main-thumb {
        width: 640px;
        margin: 0 auto 24px;
    }

    .movie-sub-list {
        width: 640px;
    }

    .movie-sub-item {
        padding: 0 12px;
    }

    .movie-sub-link {
        height: 80px;
        font-size: 32px;
        line-height: 80px;
    }

    .movie-sub-link:hover {
        text-decoration: none;
    }

    .movie-sub-item.slick-current .movie-sub-link {
        border-bottom: 8px solid #00479d;
    }

    /* product */
    .disney_ma_mepad-product_info {
        border-width: 9px;
        padding: 51px 0 8px;
        width: 1100px;
        margin: 0 auto;
        text-align: center;
    }

    .disney_ma_mepad-product_info__ttl {
        font-size: 32px;
        padding: 0.25em 1em;
        letter-spacing: 0.25em;
    }

    .disney_ma_mepad-product_info__paragraph {
        font-size: 44px;
        margin: 0 auto 24px;
        text-shadow: 0 0 35px #f615a9;
        display: inline-block;
        vertical-align: middle;
    }

    .disney_ma_mepad-product_info-price {
        font-size: 0.45em;
        margin-top: 0.75em;
        display: block;
    }

    .disney_ma_mepad-product_info__list {
        font-size: 25px;
        margin-bottom: 24px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 24px;
    }

    .disney_ma_mepad-product_info__list li {
        border-radius: 50px;
        min-width: 300px;
        padding: 0.2em 32px;
        display: block;
        margin: 0 auto;
        letter-spacing: 0.4em;
    }

    .disney_ma_mepad-product_info__list li:first-of-type {
        margin-right: 0;
    }

    .disney_ma_mepad-product_info__list li:not(:last-of-type) {
        margin-bottom: 26px;
    }

    /* dictionary */
    .disney_ma_mepad-introduction-dictionary {
        width: 730px;
        padding: 0 0 0 0;
        margin: 0 auto 64px;
    }

    .disney_ma_mepad-introduction-dictionary__img {
        width: 164px;
        margin-left: 34px;
    }

    .disney_ma_mepad-introduction-dictionary__paragraph {
        font-size: 41.5px;
        /* width: 100%; */
        margin-left: 40px;
        letter-spacing: 0.2em;
    }

    .disney_ma_mepad-introduction-dictionary__furnishing {
        font-size: 16px;
        bottom: -4.25em;
        width: auto;
        white-space: nowrap;
    }

    .disney_ma_mepad-introduction-dictionary + .disney_ma_mepad-introduction-paragraph {
        width: 880px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .disney_ma_mepad-introduction-dictionary + .disney_ma_mepad-introduction-paragraph + .small_txt {
        display: inline-block;
    }

    /* one_is_enough */
    .disney_ma_mepad-introduction-one_is_enough {
        width: 1100px;
        margin: 0 auto;
    }

    .disney_ma_mepad-introduction-one_is_enough .pc-flex__order_2 {
        width: 80%;
    }

    /* footer */
    .disney_ma_mepad-section--footer_info {
        width: 100%;
        padding-bottom: 1px;
        margin-bottom: 0;
    }

    .disney_ma_mepad-section--footer_info:after {
        height: 1060px;
    }

    .disney_ma_mepad-footer_info-img {
        width: 50%;
        margin: 0;
    }

    .disney_ma_mepad-footer_info-list {
        font-size: 25px;
    }

    .disney_ma_mepad-footer_info-list li {
        width: 400px;
        min-width: auto;
        border-radius: 50px;
        padding: 6px 0;
        letter-spacing: 0.4em;
    }

    .disney_ma_mepad-footer_info-list li:not(:last-of-type) {
        margin-bottom: 16px;
    }

    .disney_ma_mepad-footer_info-logo {
        width: 640px;
        margin-bottom: 48px;
    }

    .disney_ma_mepad-section--footer_info .pc-flex {
        width: 880px;
        margin: 0 auto 64px;
    }

    .disney_ma_mepad-footer_info-paragraph {
        font-size: 30px;
        position: absolute;
        top: 210px;
        left: 50%;
        -moz-transform: translate(40px,0);
        -webkit-transform: translate(40px,0);
        transform: translate(40px,0);
        margin: 0;
        text-shadow: 0 0 16px #002450;
    }

    .disney_ma_mepad-copyright {
        width: 640px;
        letter-spacing: normal;
    }

    /* more btn */
    .disney_ma_mepad-more_btn {
        width: 720px;
        margin-bottom: 64px;
        font-size: 30px;
        padding: 16px 36.5px;
    }

    .disney_ma_mepad-more_btn--small{
        font-size:20px;
        letter-spacing:10px;    
    }

    .disney_ma_mepad-more_btn:not(:last-of-type){
        margin-bottom:48px;
    }

    .disney_ma_mepad-more_btn:hover {
        text-decoration: none;
    }

    /* qr */
    .disney_ma_mepad-qr {
        margin-bottom: 40px;
        padding: 0 0 40px;
    }

    .disney_ma_mepad-qr:before {
        width: 880px;
        margin: 0 auto 40px;
        border-width: 4px;
    }

    .disney_ma_mepad-qr__ttl {
        width: 880px;
        font-size: 40px;
        margin: 0 auto 40px;
    }

    .disney_ma_mepad-qr__description {
        width: 480px;
        padding: 20px 24px;
        font-size: 24px;
        margin: 0 auto 40px;
    }

    .disney_ma_mepad-qr__description:after {
        bottom: -49px;
        border-width: 14px;
        border-top: 36px solid #fff;
    }

    .disney_ma_mepad-qr__description-mini{
        letter-spacing:0.3em;
        padding:0.4em 0.8em 0.6em;    
    }

    .disney_ma_mepad-qr__list {
        width: 520px;
    }

    .disney_ma_mepad-qr__item {
        width: 220px;
        margin-bottom: 32px;
    }

    .disney_ma_mepad-qr__img {
        margin-bottom: 12px;
    }

    .disney_ma_mepad-qr__unknown{
        height: 220px;
        margin-bottom: 12px;
    }

    .disney_ma_mepad-qr__unknown--new:after{
        padding:8px 8px 8px 16px;
        color:#fff;
        border-radius:100vw;
        font-size:16px;
        letter-spacing: 0.3em;
    }


    .disney_ma_mepad-qr__unknown_txt{
        font-size: 100px;
        margin-left: 18px;
        margin-bottom: 8px;
        text-shadow: white 4px 0px 4px, white -4px 0px 4px, white 0px -4px 4px, white -4px 0px 4px, white 4px 4px 4px, white -4px 4px 4px, white 4px -4px 4px, white -4px -4px 4px, white 3px 4px 4px, white -3px 4px 4px, white 3px -4px 4px, white -3px -4px 4px, white 4px 3px 4px, white -4px 3px 4px, white 4px -3px 4px, white -4px -3px 4px, white 3px 3px 4px, white -3px 3px 4px, white 3px -3px 4px, white -3px -3px 4px;
    }

    .disney_ma_mepad-qr__txt {
        font-size: 16px;
        letter-spacing: 0.5em;
    }

    .disney_ma_mepad-qr__code {
        display: inline-block;
        font-size: 16px;
        letter-spacing: 0.25em;
        margin-top: 0.5em;
    }

    .disney_ma_mepad-qr__notes {
        width: 580px;
        margin: 0 auto;
        line-height: 1.5;
    }

    /* pageTOP */
    #page-top {
        bottom: 12px;
        right: 16px;
        z-index: 10;
    }

    #page-top .disney_ma_mepad-page-top-link {
        width: 80px;
        height: 80px;
    }

    #page-top .disney_ma_mepad-page-top-link:hover {
        text-decoration: none;
        opacity: 0.7;
    }

    /* share-pc */
    .share-btn {
        margin-bottom: 48px;
    }

    #disney_ma_mepad-container .action-btn__sns-wrapper a:nth-of-type(2) {
        margin-right: 0;
    }

    .action-btn__sns-wrapper {
        width: 800px;
        margin: 0 auto;
    }

    .disney_ma_mepad-share-btm {
        padding: 32px 0;
        margin-bottom: 0;
    }

    #disney_ma_mepad-container .action-btn__sns-wrapper a {
        width: 50px;
        padding: 0 0 50px;
        margin-right: 60px;
        display: inline-block;
    }

    .action-btn__sns-wrapper .action-btn__twitter {
        width: 100%;
    }

    .action-btn__sns-wrapper .action-btn__facebook, .action-btn__sns-wrapper .action-btn__line, .action-btn__sns-wrapper .action-btn__twitter {
        width: 100%;
        height: 0;
        padding: 0 0 100%;
        background-size: 100%;
    }

    /* buylink */
    .buylink {
        width: 720px;
    }

    .buylink__ttl {
        font-size: 32px;
        letter-spacing: 6px;
    }

    .buylink__ttl-txt:before {
        width: 26px;
        height: 26px;
        margin-right: 6px;
    }

    .buylink__list-item {
        margin-bottom: 16px;
    }

    .buylink__link {
        font-size: 18px;
        letter-spacing: 3px;
    }
}

@media all and (-ms-high-contrast: none) {
    #disney_ma_mepad-container {
        letter-spacing: 0.5em;
    }
}

/* SEGATOYS header footer*/
.mouseCatcher {
    z-index: 10;
}

.common-footer {
    z-index: 9;
}

.common-menu__container {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.common-footer__copyright {
    z-index: 9;
}

#footer {
    padding: 0.83em 0 2em;
    background-color: #f0f0f0;
    zoom:1;position: relative;
    z-index: 3;
}

#footer ul {
    margin: 0 auto;
    width: 900px;
}

#footer ul:after {
    content: "";
    display: block;
    clear: both;
}

#footer ul li {
    float: left;
    background: url(/common/images/bg_nav_footer.png) no-repeat 0 50%;
    padding-left: 15px;
    margin-right: 13px;
}

#footer a:link, #footer a:visited {
    color: #333399;
    text-decoration: none;
}

#copyright {
    margin: -1.36em auto 0;
    width: 900px;
    text-align: right;
}

@media screen and (max-width: 1024px) {
    .footer.clearfix {
        display: none;
    }
}

@media screen and (min-width: 1025px) {
    .footer {
        position: relative;
        z-index: 3;
    }

    .search-container, .header-menu-list, .common-footer, .common-footer__copyright {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .common-header:not(.clearfix) {
        display: none;
    }

    .footer.clearfix {
        display: none;
    }

    .footer__copyright {
        display: none;
    }

    .sns_link {
        text-align: center;
        margin: 0 auto;
        padding: 70px 0;
    }
    
    .sns_link img {
        width: 50px;
        margin: 0 10px;
    }
    
    .sns_link a {
        text-decoration: none;
    }
    
    .sns_link a:hover {
        text-decoration: none;
    }
}

@media screen and (min-width: 1025px) {
    .sp-header {
        display: none;
    }

    .search-catefory {
        display: none;
    }

    .sns_link {
        text-align: center;
        margin: 0 auto;
        padding: 70px 0;
    }
    
    .sns_link img {
        width: 50px;
        margin: 0 10px;
    }
    
    .sns_link a:hover {
        text-decoration: none;
    }
}