﻿@charset "utf-8";

.mv {
    margin-top: 10px;
}

.mv .slider {
    width: 100%;
}

.mv .slider img {
    width: 100%;
}

.mv .slick-dots {
    bottom: -40px;
    z-index: 100;
}

.slider {
    display: none;
}

.slider.slick-initialized {
    display: block;
}

.slider .slick-dots li {
    width: 10px;
    height: 10px;
}

.slider .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d5edff;
    display: block;
}

.slider .slick-dots li.slick-active button {
    background: #57a7e0;
}

.slider .slick-dots li button:before {
    content: none;
}

.slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}

#common-footer {
    margin-top: 0;
}

#contents {
    width: auto !important;
}

.sec {
    padding: 100px 0;
}

.sec:nth-child(2n) {
    background: #f3faff;
}

.sec .inner {
    width: 1200px;
    margin: 0 auto;
}

.sec .tit {
    text-align: center;
    margin-bottom: 50px;
    color: #57a7e0;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.18em;
}

.navBtnWrap {
    background: #f3faff;
    padding: 48px 0;
}

.navBtn {
    display: flex;
    justify-content: space-between;
}

.navBtn li {
    width: 277px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.navBtn li a {
    display: block;
    color: #57a7e0;
    background: #fff;
    border-radius: 5px;
    padding: 20px 0;
    text-decoration: none;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    border: 1px solid #57a7e0;
}

.navBtn li a:before {
    content: "";
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 10px 0 0;
}

.navBtn li.catalog a:before {
    background-image: url("../../../images/pi_gakusyu/home/icon_book.png");
    width: 35px;
    height: 27px;
}

.navBtn li.voice a:before {
    background-image: url("../../../images/pi_gakusyu/home/icon_voice.png");
    width: 43px;
    height: 32px;
}

.navBtn li.showroom a:before {
    background-image: url("../../../images/pi_gakusyu/home/icon_showroom.png");
    width: 34px;
    height: 31px;
}

.navBtn li.shop a:before {
    background-image: url("../../../images/pi_gakusyu/home/icon_shop.png");
    width: 24px;
    height: 32px;
}

.bnrTop {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
}

.bnrTop li {
    width: 570px;
}

.bnrTop li img {
    width: 100%;
    height: auto;
}

.itemList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -30px;
}

.itemList li {
    width: 380px;
    margin: 0 0 30px 30px;
    text-align: center;
    font-weight: 500;
}

.itemList li a {
    display: block;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    height: 100%;
    text-decoration: none;
    padding: 25px 0 35px;
    position: relative;
}

.itemList li a .txt {
    display: block;
    font-size: 22px;
    letter-spacing: 0.18em;
    margin-bottom: 20px;
}

.itemList li a .show {
    display: block;
    position: absolute;
    bottom: 15px;
    font-size: 13px;
    letter-spacing: 0.18em;
    width: 100%;
    text-align: center;
}

.itemList li a .show:after {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url("../../../images/pi_gakusyu/home/icon_plus.png");
    background-size: 100% 100%;
    vertical-align: middle;
    margin: -2px 0 0 10px;
}

.pickupList {
    margin: 0 -15px;
}

.pickupList li {
    width: 380px;
    margin: 0 15px;
}

.pickupList li a {
    text-decoration: none;
    display: block;
}

.pickupList li a .img img {
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.pickupList li a .title {
    font-weight: 500;
    display: block;
    font-size: 18px;
    line-height: 1.5;
    margin: 20px 0 5px;
}

.pickupList .slick-dots {
    bottom: -60px;
}

.pickupList .slick-prev,
.pickupList .slick-next {
    width: 40px;
    height: 40px;
    background-size: 100% 100% !important;
}

.pickupList .slick-prev {
    background-image: url("../../../images/pi_gakusyu/home/btn_prev.png") !important;
    left: -60px;
}

.pickupList .slick-next {
    background-image: url("../../../images/pi_gakusyu/home/btn_next.png") !important;
    right: -60px;
}

.pickupList .slick-prev:before,
.pickupList .slick-next:before {
    content: none;
}

.voiceSec .tit:before {
    content: "";
    background-image: url("../../../images/pi_gakusyu/home/icon_tit_voice.png");
    background-size: 100% 100%;
    width: 35px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 20px 0 0;
}

.contentsList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -40px;
}

.contentsList li {
    width: 580px;
    margin-top: 40px;
    min-height: 184px;
    line-height: 1.8;
}

.contentsList li a {
    display: block;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    padding: 30px 34px 30px 180px;
    text-decoration: none;
    color: #484848;
    height: 100%;
    position: relative;
}

.sec:nth-child(2n + 1) .contentsList li a {
    border: 1px solid #d5edff;
}

.contentsList li a .img {
    width: 108px;
    position: absolute;
    left: 34px;
    top: 50%;
    transform: translateY(-50%);
}

.contentsList li a .title {
    font-weight: 500;
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
}

#contents .supportSec .tit {
    color: #484848;
}

.supportSec .tit:before {
    content: "";
    background-image: url("../../../images/pi_gakusyu/home/icon_tit_support.png");
    background-size: 100% 100%;
    width: 60px;
    height: 66px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 20px 0 0;
}

.contentsList li a .catalog {
    position: absolute;
    right: 30px;
    bottom: 20px;
    background: #5eabe1;
    color: #fff;
    font-weight: bold;
    padding: 1px 10px;
    border-radius: 3px;
}

.bottomSec {
    padding: 50px 0;
}

.bnrBottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bnrBottom li {
    width: 380px;
    margin: 0 15px;
}

.bnrBottom li img {
    width: 100%;
}

.floatNav {
    position: fixed;
    right: 0;
    top: 130px;
    flex-direction: column;
    display: none;
}

.floatNav li {
    margin-bottom: 8px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.floatNav li a {
    display: block;
    padding: 10px 5px;
    color: #fff;
    text-decoration: none;
}

.floatNav li.catalog a {
    background: #57a7e0;
}

.floatNav li.showroom a {
    background: #537ecc;
}

.floatNav li.shop a {
    background: #386cca;
}

.js-modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000;
}

.modalBg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modalContent {
    background: #fff;
    left: 50%;
    padding: 40px 40px 1px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    overflow: auto;
    max-height: 80%;
    border-radius: 10px;
}

#deskList .modalContent {
    width: 1220px;
    margin: 0 auto;
    padding: 50px;
}

#strageList .modalContent {
    width: 530px;
    margin: 0 auto;
    padding: 50px;
}

.modalContent ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
}

#deskList .modalContent ul {
    width: 1150px;
}

#strageList .modalContent ul {
    width: 460px;
}

.modalContent ul li {
    width: 200px;
    margin: 0 0 30px 30px;
    line-height: 1.6;
}

.modalContent ul li a {
    display: block;
    text-decoration: none;
}

.modalContent ul li .name {
    margin: 10px 0 0;
    display: block;
    background: url("../../../images/pi_gakusyu/home/btn_next.png") no-repeat right center / 25px 25px;
}

.modalContent ul li .jp {
    font-size: 16px;
    font-weight: 500;
    display: block;
}

.modalContent ul li .en {
    font-size: 10px;
    font-weight: 500;
    display: block;
}

#deskList .modalContent ul li:nth-child(-n + 5),
#strageList .modalContent ul li:nth-child(-n + 2) {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
}

.btnClose {
    text-align: center;
    font-size: 18px;
}

.btnClose a {
    display: inline-block;
    color: #fff;
    width: 165px;
    padding: 10px;
    border-radius: 100px;
    text-decoration: none;
    background: #57a7e0;
}

/* 価格改定ボタン追加 230411 */
.priceInfo {
    margin: 0 0 30px;
    text-align: center;
}

.priceInfo .base-btn {
    line-height: 1.6;
    font-family: "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Arial, Verdana, sans-serif;
}

.priceInfo .base-btn a {
    border: 1px solid red;
    color: red !important;
}

.priceInfo .base-btn a:before {
    border-color: transparent transparent transparent red;
}

.priceInfo .base-btn a:hover {
    text-decoration: none;
    background: #fafafa;
}

.priceInfo .base-btn a:hover:before {
    border-color: transparent transparent transparent red;
}

@media screen and (max-width: 768px) {
    .priceInfo {
        margin: 0 0 0;
    }
}

.sec:nth-child(1) {
    padding-top: 30px;
}

@media screen and (max-width: 768px) {
    .sec:nth-child(1) {
        padding-top: 0;
    }
}
/* ディズニー終焉の追記 250312 */
.disneyBnr:has(.diseny_attention){
    text-align: center;
}
.diseny_attention{
    padding: 1em 2em;
    color: #ff0000;
    border: 1px solid;
    display: inline-block;
    text-align: center;
    margin-top: 1em;
    background: #fff;
}
.diseny_attention span{
    font-size: 1.125em;
}
@media screen and (max-width: 768px) {
    .diseny_attention{
        padding: 0.5em 1em;
        line-height: 1.4;
        font-feature-settings:'palt';
    }
    .diseny_attention span{
        font-size: 1em;
    }
}

