@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;
}

/* common */
.ttl-txt-hyde {
    color: transparent;
    position: absolute !important;
    top: 0;
    left: 0;
    text-shadow: none;
}

.dream_switch-section {
    position: relative;
    width: 82.4218%;
    margin: 0 auto 7%;
    padding: 0;
}

/* body */
#dream_switch-body {
    width: 100%;
}

#dream_switch-container {
    width: 100%;
    background: #fff;
    margin: 0 auto;
    padding: 3.125% 0 4%;
    position: relative;
    line-height: 1.7;
    font-size: 2.5vw;
    font-weight: normal;
    font-family: "�q���M�m�p�S Pro", "Hiragino Kaku Gothic Pro", "���C���I", "Meiryo", sans-serif;
}

/* header */
#dream_switch-header {
    position: relative;
    z-index: 1;
    width: 93.75%;
    height: 0;
    padding: 2.5% 2% 46.35%;
    background-image: url(../images/top/too_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto 2%;
}

.dream_switch-header-bar {
    width: 100%;
    margin: 0 auto;
    border-bottom: solid 2px #54C3F1;
    font-size: 2vw;
    line-height: 1;
    padding-bottom: 0.75vw;
    color: #fff;
}

.dream_switch-header-ttl {
    z-index: 1;
    width: 32.53%;
    position: absolute;
    top: 34%;
    left: 2%;
}

.dream_switch-header-inner-img {
    z-index: 1;
    width: 30.15%;
    position: absolute;
    top: 27%;
    right: 2%;
}

.dream_switch-header-cam-banner{
    z-index: 3;
    width: 15%;
    position: absolute;
    top: 3%;
    left: 17%;
}

/* dream_switch-children */
#dream_switch-children {
    width: 93.75%;
    margin-bottom: 10%;
}

.dream_switch-common-ttl.dream_switch-children-ttl {
    background: #71bce9;
    width: 100%;
    margin-bottom: 2%;
}

.dream_switch-common-ttl.dream_switch-children-ttl .dream_switch-common-ttl-img {
    width: 76.73913%;
    margin: 0 auto;
    display: block;
    padding: 3.5% 0 3%;
}

.dream_switch_new-item {
    display: block;
    margin-bottom: 2%;
}

.dream_switch-children-list {
    letter-spacing: -0.5em;
}

.dream_switch-children-item {
    width: calc(96% / 3);
    display: inline-block;
    vertical-align: top;
    margin: 0 2% 2% 0;
    position: relative;
}

.dream_switch-children-item:nth-of-type(3n) {
    margin: 0 0 2% 0;
}

.dream_switch-children-item:nth-last-of-type(-n+3) {
    margin-bottom: 0;
}

/* img_fade */
.dream_switch-children-img.first {
    position: relative;
    z-index: 1;
}

.dream_switch-children-img.second {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    opacity: 0;
}

.img_fadeIn .dream_switch-children-img.second {
    -webkit-animation: img_fadeIn 2s ease forwards;
    animation: img_fadeIn 2s ease forwards;
}

.img_fadeOut .dream_switch-children-img.second {
    -webkit-animation: img_fadeOut 2s ease forwards;
    animation: img_fadeOut 2s ease forwards;
}

/*
.img_fade .dream_switch-children-img.second {
    -webkit-animation: img_fade_second 8s ease forwards infinite;
    animation: img_fade_second 8s ease forwards infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
*/
@-webkit-keyframes img_fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes img_fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes img_fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes img_fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* movie */
#dream_switch-movie .dream_switch-common-ttl {
    height: 3.75vw;
}

#dream_switch-movie .dream_switch-common-ttl-img {
    width: auto;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.dream_switch-movie-bg {
    width: 100%;
    margin: 0 auto;
}

.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%;
}

/* professor */
#dream_switch-professor .dream_switch-common-figure {
    width: 70%;
    margin: 3% auto 0;
}

#dream_switch-professor .dream_switch-common-figcaption {
    margin: 3% 0 0;
    font-size: 2.5vw;
    line-height: 1.4;
}

.dream_switch-professor-name {
    font-size: 1.2em;
}

/* info */
.dream_switch-common-ttl.ballon-ttl {
    width: 73.54%;
}

#dream_switch-info .dream_switch-section-inner {
    background-image: url(../images/info/info_bg_sp.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top;
    /* margin: 10% 0 8%; */
    margin: 0;
    width: 100%;
    height: 0;
    padding: 0 0 110%;
    position: relative;
}

.dream_switch-info-ttl {
    display: block;
    width: 50%;
    margin: 0 auto;
    position: absolute;
    top: 4%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.dream_switch-info-release_date {
    display: block;
    width: 45%;
    position: absolute;
    top: 16%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.dream_switch-shop_list {
    padding-top: 111%;
}

.dream_switch-shop_item {
    width: 65%;
    margin: 0 auto;
}

.dream_switch-shop_item-link-ttl-img {
    height: 4.5vw;
    width: auto;
    display: block;
    margin: 0 auto 1vw;
}

.dream_switch-buy_link {
    display: block;
    margin: 0 auto 4vw;
}

.dream_switch-buy_link img {
    pointer-events: none;
}

/* introduction */
.introduction_bedroom {
    width: 75%;
    margin: 0 auto 5%;
    display: block;
}

.introduction_bedroom .dream_switch-common-figcaption {
    text-align: center;
}

.introduction_common {
    width: 60%;
    margin: 4% auto 0;
}

.introduction_common .dream_switch-common-figcaption {
    margin: 4% auto 4%;
    text-align: center;
    line-height: 1.3;
}

.dream_switch-more_btn {
    width: 60%;
    margin: 3vw auto 8vw;
    display: block;
}

/* dream_switch-ordered_lists */
.dream_switch-introduction-picture_book-img {
    position: relative;
    display: block;
    margin: 5% 0;
}

.dream_switch-introduction-picture_book-img.new-medal:after {
    display: block;
    position: absolute;
    top: -5vw;
    right: -7.5vw;
    width: 15vw;
    height: 15vw;
    background: no-repeat url(../images/introduction/new_medal.png) center/100% auto;
    content: "";
}

.dream_switch-introduction-picture_book-info {
    display: block;
    margin: 5% 0;
}

.dream_switch-ordered_lists {
    letter-spacing: -0.5em;
}

.dream_switch-ordered_list {
    letter-spacing: normal;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    list-style-type: decimal;
    counter-reset: number;
    list-style-type: none!important;
}

.dream_switch-ordered_list:nth-of-type(1) {
    counter-reset: item 0;
}

.dream_switch-ordered_list:nth-of-type(2) {
    counter-reset: item 15;
}

.dream_switch-ordered_list-item:before {
    content: counter(item) ". ";
    counter-increment: item;
    text-align: center;
    vertical-align: middle;
}

.dream_switch-ordered_list:nth-of-type(1) .dream_switch-ordered_list-item:nth-of-type(-n+9):before {
    margin: 0 0.5em 0 0.2em;
}

/* content-list */
.dream_switch-content-list {
    letter-spacing: -0.5em;
}

.dream_switch-content-item {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    width: 50%;
    margin-bottom: 5vw;
}

.dream_switch-content-item:nth-last-of-type(-n+2) {
    margin-bottom: 0;
}

.dream_switch-content-ttl {
    height: 2.539vw;
    display: block;
    margin-bottom: 2vw;
}

.dream_switch-content-ttl-img {
    width: auto;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.dream_switch-content-ttl.two-rows {
    height: 5.468vw;
}

.dream_switch-content-list .dream_switch-common-figure-img {
    max-height: 24.414vw;
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.dream_switch-content-list .dream_switch-common-figure-img.dream_night_music {
    width: 27.34vw;
    margin-top: 1em;
    height: auto;
}

.dream_switch-content-list .dream_switch-common-figcaption {
    text-align: center;
    line-height: 1.3;
    margin: 1em auto 0;
    width: 90%;
}

/* dream_switch_product-info */
.dream_switch_product-info {
    position: relative;
    border: 0.5vw solid #3f35cc;
    width: 93.75%;
    margin: 0 auto 9vw;
    padding: 3vw;
}

.dream_switch_product-info.new-medal:after {
    display: block;
    position: absolute;
    top: -9vw;
    right: -3vw;
    width: 15vw;
    height: 15vw;
    background: no-repeat url(../images/introduction/new_medal.png) center/100% auto;
    content: "";
}

.dream_switch_product-info__ttl {
    color: #3f35cc;
    font-size: 2.25em;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 2vw;
}

.dream_switch_product-info__top {
    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;
    margin-bottom: 2vw;
}

.dream_switch_product-info__right {
    width: 52vw;
}

.dream_switch_product-info__sub_ttl {
    position: relative;
    margin-bottom: 1vw;
    margin-right: 0;
    margin-left: auto;
    color: #3f35cc;
    font-size: 1.5em;
    font-weight: bold;
}

.dream_switch_product-info__info {
    /* margin-bottom: 3vw; */
    color: #3f35cc;
    font-size: 1.5em;
    font-weight: bold;
    text-align: right;
}

.dream_switch_product-info__txt {
    margin: 0 0 0 auto;
    font-size: 1.2em;
    text-align: left;
}

.dream_switch_product-info__img {
    display: block;
    width: 31vw;
}

.dream_switch-soft_shop_list {
    border: none;
    border-radius: 0;
    position: relative;
    margin: auto;
    background: transparent;
}

.dream_switch-soft_shop_item:not(:last-of-type) {
    margin-bottom: 4.5vw;
}

.dream_switch-soft_shop_item-link-ttl-img {
    display: block;
    height: 3.5vw;
    width: auto;
    margin: 0 auto 1.5vw;
}

.dream_switch-soft_buy_link {
    display: block;
    width: 91.5%;
    margin: auto;
    min-height: 10vw;
    padding: 1.7vw 0.25vw 1.2vw;
    border-radius: 2.5vw;
    border: none;
    background: #808FC5;
    color: #FEFEFD;
    font-size: 3.5vw;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

#dream_switch-various_device {
    width: 100%;
}

#dream_switch-various_device .dream_switch-common-ttl {
    background: #70bbe9;
    margin: 0 0 1%;
}

#dream_switch-various_device .dream_switch-common-ttl-img {
    width: 54.68%;
    display: block;
    margin: 0 auto;
    padding: 1.75% 0;
}

.dream_switch-various_device-item {
    margin: 0 0 0.5%;
}

.dream_switch-various_device-item:last-of-type {
    margin: 0;
}

.dream_switch-various_device-ttl {
    margin: 5% auto 3%;
    text-align: center;
    font-size: 3.5vw;
    line-height: 1;
}

.dream_switch-various_device-txt {
    width: 82.4218%;
    margin: 0 auto 3%;
    font-size: 2.75vw;
}

.dream_switch-last-logo {
    width: 49.16%;
    display: block;
    margin: 6% auto 7%;
}

#dream_switch-last .dream_switch-shop_list {
    margin-bottom: 10%;
    padding-top: 0;
}

/* common */
.dream_switch-common-ttl {
    width: 100%;
    margin: 0 auto 2.5%;
    position: relative;
}

.dream_switch-common-txt {
    color: #231815;
    width: 100%;
    margin: 0 auto 7%;
    font-size: 2.75vw;
    line-height: 1.7;
}

.dream_switch-soft-info-txt {
    margin: 0 auto;
}

.dream_switch-common-txt .copyright {
    font-size: 0.75em;
    font-family: Verdana,"Droid Sans";
    display: inline-block;
    line-height: 1.3;
    width: 110%;
    margin-left: -5%;
}

/* ���ӏ��� */
.disney_ma_attention{
    padding: 5px 10px;
    background-color: #fff;
}

.disney_ma_attention-txt{
    font-size: 3.0vw;
    color: #000;
}


/* buylink */

.buylink {
    width: 100%;
    margin-bottom: 0 !important;
}

.buylink__ttl-txt {
    position: absolute;
    top: 52%;
    left: 50%;
    z-index: 1;
	white-space:nowrap;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,0);
    width: 100%;
}

.buylink__ttl-txt:before {
    display: none;
}

.buylink__list {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border: none;
    border-radius: 0;
    position: relative;
    margin: 11.68vw auto 0;
    padding: 14vw 3.5vw 0;
    background: transparent;
}

.buylink__list:before,.buylink__list:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    width: 100%;
    height: 4.68vw;
}

.buylink__list:before {
    top: -4.68vw;
    background-position: left top;
}

.buylink__list:after {
    bottom: -4.68vw;
    background-position: left bottom;
}

.buylink__list-item {
    width: 100%;
    margin-bottom: 3vw;
}

.buylink__list-item:last-of-type {
    margin-bottom: 0;
}
.buylink__link {
    min-height: 10vw;
    padding: 1.7vw 0.25vw 1.2vw;
    border-radius: 2.5vw;
    border: none;
    background:#808FC5;
    color: #FEFEFD;
    font-size: 3.5vw;
    font-weight: bold;
}

.buylink__link:hover {
    opacity: .7;
}
.buylink__link-txt:after{
    display: none !important;
}

.buylink__link:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: calc(100% - 2vw);
    height: calc(100% - 2.2vw);
    /* border: 2px dotted #fff; */
    border-radius: 1.75vw;
    pointer-events: none;
    content: "";
}

.buylink__link-txt{
    padding: 0 1vw;
    height: 100%;
}

.buylink__list-item:not(:last-of-type) .buylink__link {
    border: none;
}

.buylink__link:hover{
    color: #FEFEFD;
}

.buylink__link-txt br{
    display: none;
}

.buylink__list-item--yahoo,
.buylink__list-item--rakuten {
    display: none;
}
.dream_switch-more-btn {
    width: 80%;
    margin: 5vw auto;
    text-align: center;
}

.dream_switch-more-link {
    display: block;
    padding: 1vw;
    font-size: 3.5vw;
    text-align: center;
    text-decoration: none;
    border-radius: 2.5vw;
    color: #fff;
    background: #005BAC;
}

/* sp */
@media screen and (max-width: 1024px) {
    .pc-only {
        display: none !important;
    }
}

/* tablet */
@media (max-width: 1024px) and (min-width: 768px) {
}

/* PC */
@media screen and (min-width: 1025px) {
    .sp-only {
        display: none !important;
    }

    #dream_switch-container {
        font-family: "�q���M�m�p�S Pro", "Hiragino Kaku Gothic Pro", "���C���I", "Meiryo", sans-serif;
        font-size: 13px;
        padding: 0 0 0;
    }

    /* dream_switch_product-info */
    .dream_switch_product-info-flex{
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: stretch;
        align-items: stretch;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width:960px;
        margin:0 auto;
    }

    .dream_switch_product-info {
        width: 400px;
        border: 5px solid #3f35cc;
        margin-bottom: 72px;
        padding: 24px;
    }

    .dream_switch_product-info.new-medal:after {
        top: -55px;
        right: -47px;
        width: 100px;
        height: 100px;
    }

    .dream_switch_product-info__ttl {
        font-size: 2em;
        margin-bottom: 24px;
    }

    .dream_switch_product-info__right {
        width: 68%;
    }

    .dream_switch_product-info__sub_ttl {
        margin-bottom: 4px;
    }

    .dream_switch_product-info__info {
        /* margin-bottom: 72px; */
    }

    .dream_switch_product-info__top{
        margin-bottom:8px;    
    }

    .dream_switch_product-info__txt {
        /* width: 66%; */
        font-size: 1.25em;
    }

    .dream_switch_product-info__img {
        width: 29%;
    }

    .dream_switch-soft_shop_list {
        width: 100%;
        margin: 0 auto 8px;
    }

    .dream_switch-soft_shop_item {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: column;
        flex-direction: column;
        margin: 0 auto;
    }

    .dream_switch-soft_shop_item:not(:last-of-type) {
        margin-bottom: 24px;
    }

    .dream_switch-soft_shop_item a:hover {
        opacity: .7;
    }
    
    .dream_switch-soft_shop_item-link-ttl-img {
        height: 16px;
        margin: 0 auto 8px;
    }

    .dream_switch-soft_buy_link {
        width: 90%; 
        min-height: 35px;
        padding: 5px 5px;
        font-size: 15px;
        border-radius: 10px;
    }

    .dream_switch-soft_buy_link:hover {
        color: #fff;
        text-decoration: none;
    }

    /* common */
    .dream_switch-section {
        margin: 0 auto 60px;
        width: 800px;
    }

    .dream_switch-common-ttl {
        margin: 0 auto 32px;
    }

    .dream_switch-common-ttl.ballon-ttl {
        width: 674px;
    }

    .dream_switch-introduction-picture_book-imgs {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 130%;
        margin-left: -15%;
    }

    .dream_switch-introduction-picture_book-img {
        width: 47.5%;
        margin: 0 auto 24px;
    }

    .dream_switch-introduction-picture_book-img.new-medal:after {
        top: -27px;
        right: -57px;
        width: 100px;
        height: 100px;
    }

    .dream_switch-common-txt {
        font-size: 18px;
    }

    /* header */
    #dream_switch-header {
        margin: 0 auto 28px;
        width: 100%;
    }

    .dream_switch-header-bar {
        border-bottom: solid 4px #54C3F1;
        font-size: 24px;
    }

    .dream_switch-header-ttl {
        width: 30.1%;
        top: 34%;
    }

    .dream_switch-header-inner-img {
        width: 27.7%;
        right: 3.28%;
        top: 27.5%;
    }

    .dream_switch-header-cam-banner {
        width: 20%;
        max-width: 220px;
        top: 2%;
        left: 15%;
    }

    .dream_switch_new-item {
        width: 748px;
        margin: 0 auto 32px;
    }

    /* dream_switch-children */
    #dream_switch-children {
        width: 100%;
        padding: 0 28px;
        margin-bottom: 75px;
    }

    .dream_switch-common-ttl.dream_switch-children-ttl .dream_switch-common-ttl-img {
        width: 38.36%;
    }

    /* movie */
    #dream_switch-movie .dream_switch-common-ttl {
        height: 40px;
    }

    .dream_switch-movie-bg {
        width: 640px;
    }

    #dream_switch-movie {
        margin-bottom: 75px;
    }

    /* dream_switch-professor */
    #dream_switch-professor .dream_switch-section-inner {
        letter-spacing: -0.5em;
    }

    #dream_switch-professor .dream_switch-common-txt {
        display: inline-block;
        letter-spacing: normal;
        vertical-align: top;
        width: 480px;
        font-size: 20px;
    }

    #dream_switch-professor .dream_switch-common-figure {
        margin: 0 0 0 20px;
        width: 300px;
        display: inline-block;
        letter-spacing: normal;
    }

    #dream_switch-professor .dream_switch-common-figcaption {
        margin-top: 12px;
        font-size: 14px;
    }

    .dream_switch-professor-name {
        font-size: 16px;
    }

    /* info */
    #dream_switch-info {
        width: 100%;
    }

    #dream_switch-info .dream_switch-section-inner {
        /* margin: 75px 0 75px; */
        margin: 0;
        background-image: url(../images/info/info_bg_pc.jpg);
        position: relative;
        height: 0;
        padding: 0 0 37.65625%;
    }

    .dream_switch-info-ttl {
        width: 34.6875%;
        position: absolute;
        top: 7.468%;
        right: 15.3125%;
        padding: 0;
        left: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }

    .dream_switch-info-release_date {
        width: 28.85%;
        position: absolute;
        top: 41.35%;
        right: 19%;
        padding: 0;
        margin: 0;
        left: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }

    .dream_switch-shop_list {
        position: absolute;
        top: 61.41%;
        right: 18.43%;
        width: 28.43%;
        padding: 0;
    }

    .dream_switch-shop_item {
        width: 100%;
        letter-spacing: -0.5em;
        margin-bottom: 2%;
    }

    .dream_switch-shop_item-link-ttl-img {
        height: auto;
        width: 41%;
        display: inline-block;
        margin: 0;
        vertical-align: middle;
        margin-right: 5%;
    }

    .dream_switch-buy_link {
        width: 53%;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
    }

    /* .introduction_common */
    .introduction_bedroom {
        /* width: 970px; */
        margin-bottom: 79px;
    }

    .introduction_common {
        /* width: 970px; */
        margin-bottom: 52.5px;
    }

    .introduction_bedroom .dream_switch-common-figcaption, .introduction_common .dream_switch-common-figcaption {
        font-size: 20px;
    }

    .dream_switch-more_btn {
        width: 65%;
        margin: 48px auto 120px;
    }

    .dream_switch-content-list + .dream_switch-more_btn {
        margin-bottom: 80px;
    }

    /* ordered_list */
    .dream_switch-ordered_list {
        font-size: 16px;
    }

    /* dream_switch-content-list */
    .dream_switch-content-item {
        margin-bottom: 42px;
    }

    .dream_switch-content-ttl {
        height: 24px;
        margin-bottom: 8px;
    }

    .dream_switch-content-ttl.two-rows {
        height: 54px;
        margin-bottom: 12px;
    }

    .dream_switch-content-list .dream_switch-common-figure-img {
        height: 234px;
        max-height: none;
        max-width: none;
    }

    .dream_switch-content-list .dream_switch-common-figure-img.dream_night_music {
        width: 268px;
        font-size: 20px;
    }

    .dream_switch-content-list .dream_switch-common-figure {
        font-size: 20px;
    }

    /* .dream_switch-various_device-ttl */
    #dream_switch-various_device .dream_switch-common-ttl-img {
        width: 800px;
    }

    .dream_switch-various_device-ttl {
        font-size: 28px;
        margin: 3% auto 1%;
        width: 800px;
    }

    .dream_switch-various_device-txt {
        font-size: 20px;
        width: 800px;
    }

    /* last */
    .dream_switch-last-logo {
        width: 448px;
        margin: 4% auto 4%;
    }

    #dream_switch-last .dream_switch-shop_list {
        position: relative;
        top: auto;
        right: auto;
        margin: 0 auto 48px;
        width: 330px;
    }

    .copyright {
        width: 100%;
    }

    /* ���ӏ��� */
    .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;
    }

    /* buylink */
    .buylink{
        width: 100%;
    }

    .buylink__ttl-txt {
        height: auto;
        margin: 15px 0;
    }
    .buylink__list{
        margin: 0;
        padding: 70px 15px 0;
        background: none;
    }
    .buylink__list-item{
        width: 100%;
        margin-bottom: 24px;
    }
    .buylink__link{
        font-size: 20px;
        min-height: 35px;
        padding: 5px 5px;
        font-size: 15px;
        border-radius: 10px;
    }

    .buylink__link:after {
        width: calc(100% - 14px);
        height: calc(100% - 15px);
        border-radius: 17px;
        margin-top: 1px;
    }
    .buylink__link-txt{
        padding: 0 10px;
    }

    .buylink__link-txt br{
        display: block;
    }

    .dream_switch-more-link {
        padding: 5px;
        font-size: 15px;
        border-radius: 10px;
    }
    .dream_switch-more-link:hover {
        text-decoration: none;
        border: solid 2px #005BAC;
        color: #005BAC;
        background: transparent;
    }

    .dream_switch-more-btn {
        margin: 24px auto;
    }

    .grid {
        display: grid;
        gap: 10px;
        grid-template-columns:100px 1fr;
    }

    .grid-item {
        height: 5vw;
        background: #ff0;
    }

}

/* 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;
    }
}

@media screen and (min-width: 1025px) {
    .sp-header {
        display: none;
    }

    .search-catefory {
        display: none;
    }
}

/* ���}�[�P�e�B���O�^�O�̍����𖳌��� */
iframe[name="google_conversion_frame"] {
    position: absolute;
    top: 0;
}

.banner_link {
    text-align: center;
    padding: 50px 0 90px 0;
}
.disny_btn_img {
    width: 360px;
}