body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
}

html {
    scroll-behavior: smooth;

}

img {
    width: 100%;
}

#iceworld a {
    color: #fff;
    text-decoration: none;
}

#iceworld a:hover {
    opacity: .7;
    transform: scale(1.03);
}

#iceworld .icebg {
    background: url(https://kh-house.jp/wp-content/themes/kokubu/img/iceworld/back.png);
    margin-top: min(-2vw, -30px);
    padding-bottom: min(2vw, 40px);
}

#iceworld .fv {
    width: 100%;
    margin: 0 auto;
    height: min(70vw, 900px);
    position: relative;
}

#iceworld .fv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: center;
}

#iceworld .fv .copy {
    position: absolute;
    top: min(36vw, 500px);
    font-size: min(6vw, 80px);
    background-color: #ffffffd3;
    font-weight: bold;
    padding: min(2vw, 16px) min(2vw, 16px);
    left: min(6vw, 100px);
}

#iceworld .fv .copy.bottom {
    top: min(54vw, 700px);
}

#iceworld .fv .copy .navy {
    font-size: min(8vw, 110px);
    color: #11356c;
    font-weight: 900;
}

#iceworld .fv .copy .black {
    font-size: min(8vw, 110px);
    color: #000;
    font-weight: 900;
}

#iceworld .deck {
    width: 100%;
}

#iceworld .deck .txt {
    width: 90%;
    max-width: 768px;
    font-weight: 700;
    text-align: justify;
    letter-spacing: 1px;
    line-height: min(6vw, 44px);
    font-size: min(3vw, 19px);
    padding: min(10vw, 90px) 0;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}


#iceworld .imglist {
    display: flex;
}

#iceworld .imglist .deckImg {
    width: 20vw;
    height: 12vw;
}

#iceworld .imglist .deckImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    #iceworld .imglist .deckImg {
        width: 33.3vw;
        height: 20vw;
    }

    #iceworld .imglist .deckImg.pc {
        display: none;
    }
}

#iceworld .bigTitle {
    font-size: min(10vw, 150px);
    font-weight: bold;
    color: #fff;
    letter-spacing: min(1vw, 10px);
    text-align: center;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.144);
    position: relative;
    padding: min(4vw, 50px) 0 min(6vw, 90px);
}

#iceworld .subTitle {
    font-size: min(2vw, 30px);
    color: #11356c;
    position: absolute;
    top: min(17vw, 250px);
    letter-spacing: min(.5vw, 1px);
    width: 90%;
    text-align: center;
    left: 5%;
}

#iceworld .img.main {
    width: 90%;
    max-width: 768px;
    margin: 0 auto;
    text-align: center;
}

#iceworld .img.main img {
    border-radius: 30px;
    border: 10px solid #fff;
    box-shadow: 2px 3px 3px rgba(255, 255, 255, 0.144);
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}

#iceworld .lead {
    font-size: min(4vw, 29px);
    font-weight: bold;
    text-align: center;
    margin: min(5vw, 85px) auto min(10vw, 125px);
    text-shadow: 2px 3px 3px rgba(255, 255, 255, 0.144);
    position: relative;
    width: fit-content;
}

#iceworld .lead::after {
    position: absolute;
    content: '';
    bottom: min(-1vw, -13px);
    left: 0;
    height: 3px;
    width: min(52vw, 400px);
    background-color: #000;
}

#iceworld .lead span {
    color: #0c8bc5;
}

#iceworld .room {
    width: 95%;
    max-width: 960px;
    margin: min(5vw, 60px) auto 0;
    background-color: #fff;
    padding: min(3vw, 27px) 0;
    border-radius: 5px;
}

#iceworld .icebg h2 {
    font-size: min(4vw, 22px);
    font-weight: bold;
    text-align: center;
    width: 80%;
    max-width: 768px;
    letter-spacing: 2px;
    color: #000000;
    padding: min(2vw, 10px);
    border-radius: 6px;
    margin: min(4vw, 27px) auto;
    line-height: min(6vw, 54px);
}

#iceworld .roomImg {
    width: 95%;
    max-width: 768px;
    margin: min(2vw, 10px) auto;
}

#iceworld .roomImg img {
    width: 100%;
}

#iceworld .room .txt {
    font-size: min(4vw, 26px);
    text-align: center;
    width: 100%;
    background-color: #11356c;
    color: #fff;
    font-weight: bold;
    padding: min(3vw, 12px) 0;
    letter-spacing: min(.5vw, 2px);
    margin: min(4vw, 30px) auto;
    line-height: min(7vw, 56px);
}

#iceworld .room .txt span {
    font-size: min(7vw, 44px);
    letter-spacing: 2px;
}

#iceworld .room .copy {
    position: relative;
}

#iceworld .room .copy .bear {
    position: absolute;
    width: min(20vw, 130px);
    top: min(13vw, 40px);
    right: min(4vw, 20px);
}


#iceworld .room .copy h2 {
    font-size: min(4vw, 22px);
    text-align: center;
    width: 100%;
    color: #000000;
    font-weight: bold;
    letter-spacing: 1px;
    margin: min(4vw, 49px) auto;
    line-height: min(6vw, 43px);
}

#iceworld .room .copy h2 span {
    color: #0c8bc5;
    font-size: min(6vw, 30px);
}

#iceworld .room .copy ul {
    margin: min(7vw, 40px) auto;
}

#iceworld .room .copy li {
    width: fit-content;
    margin: 0 auto;
    font-size: min(4vw, 22px);
    list-style: none;
    line-height: 40px;
    position: relative;
    letter-spacing: 1px;
}

#iceworld .room .copy li::before {
    position: absolute;
    content: '';
    background-color: #000;
    width: 2px;
    height: min(4vw, 20px);
    top: min(3vw, 12px);
    left: -10px;
    transform: rotate(-30deg);
}

#iceworld .room .copy li::after {
    position: absolute;
    content: '';
    background-color: #000;
    width: 2px;
    height: min(4vw, 20px);
    top: min(3vw, 12px);
    right: -10px;
    transform: rotate(30deg);
}

#iceworld .room .copy li span {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ffe66d 60%);
    font-size: min(4.5vw, 27px);
}

#iceworld .wide_pc {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 95%;
    margin: 0 auto min(7vw, 60px);
}

#iceworld .wide_pc_txt {
    width: 48%;
    padding: min(1vw, 4px);

}

#iceworld .wide_pc_txt h3 {
    font-size: min(4vw, 16px);
    color: #fff;
    background-color: #11356c;
    width: fit-content;
    padding: min(2vw, 7px);
    letter-spacing: 1px;
    font-weight: 700;
    margin: min(3vw, 20px) 0;
}

#iceworld .wide_pc_txt p {
    font-size: min(3vw, 15px);
    text-align: justify;
    letter-spacing: 2px;
    line-height: min(5vw, 22px);
}

#iceworld .wide_pc_img {
    width: 48%;
}

#iceworld .button {
    background-color: #11356c;
    color: #fff;
    width: fit-content;
}

#iceworld .copy .img {
    width: 80%;
    max-width: 560px;
    margin: min(7vw, 60px) auto;
}

#iceworld .bottom h3 {
    text-align: center;
    font-size: min(4vw, 16px);
    letter-spacing: 1px;
    font-weight: 700;
    margin: min(3vw, 20px) 0;
}

#iceworld .bottom_pc {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: min(2vw, 32px);
    margin: min(2vw, 18px) auto;
}

#iceworld .bottom_pc .img {
    width: 48%;
}

#iceworld .bottom_pc .bottom_pc_txt {
    width: 48%;
}

#iceworld .bottom_pc_txt p {
    background-color: transparent;
    text-align: justify;
    font-size: min(3vw, 13px);
    letter-spacing: 1px;
    line-height: min(4vw, 30px);
}

#iceworld .map {
    width: 95%;
    max-width: 768px;
    height: min(50vw, 460px);
    margin: min(4vw, 30px) auto;
}

#iceworld .shop {
    margin: min(13vw, 90px) auto;
}

#iceworld .shop p {
    margin-top: min(4vw, 26px);
    font-size: min(3.4vw, 18px);
    letter-spacing: 1px;
    line-height: min(5vw, 32px);
}

#iceworld .shop p span {
    font-weight: bold;
}

#iceworld .shop_img {
    width: 80%;
    max-width: 768px;
    margin: 0 auto;
    position: relative;
}


#iceworld .shop_name {
    background-color: #11356c;
    color: #fff;
    width: fit-content;
    padding: min(1vw, 12px);
    font-weight: 600;
    font-size: min(3vw, 20px);
    border-radius: 2px;
    position: absolute;
    top: min(-2vw, -10px);
    left: min(1vw, 30px);
}

#iceworld .form {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
}

#iceworld .room .line {
    line-height: min(7vw, 50px);
}

@media screen and (max-width: 768px) {
    #iceworld .wide_pc {
        display: block;
        align-items: center;
        width: 95%;
    }

    #iceworld .wide_pc_txt {
        width: 100%;
    }

    #iceworld .wide_pc_img {
        width: 100%;
    }

    #iceworld .bottom_pc {
        display: block;
    }

    #iceworld .bottom_pc .img {
        width: 100%;
    }

    #iceworld .bottom_pc .bottom_pc_txt {
        width: 100%;
    }

}

#iceworld .mainImg {
    margin: min(5vw, 100px) auto;
}

#iceworld .mainImg .img {
    width: 90%;
    max-width: 960px;
    margin: 100px auto;
    position: relative;
    z-index: 1;
}

#iceworld .mainImg .button1 {
    position: absolute;
    background-color: #11356c;
    color: #fff;
    font-size: min(4vw, 13px);
    font-weight: 700;
    padding: 4px 20px;
    border-radius: 20px;
    cursor: pointer;
    top: 23px;
    left: 120px;
}

#iceworld .mainImg .button2 {
    position: absolute;
    background-color: #11356c;
    color: #fff;
    font-size: min(4vw, 13px);
    font-weight: 700;
    padding: 4px 20px;
    border-radius: 20px;
    cursor: pointer;
    top: 23px;
    right: 163px;
}

#iceworld .mainImg .button3 {
    position: absolute;
    background-color: #11356c;
    color: #fff;
    font-size: min(4vw, 13px);
    font-weight: 700;
    padding: 4px 20px;
    border-radius: 20px;
    cursor: pointer;
    top: 520px;
    right: 405px;
}

@media screen and (max-width: 768px) {
    #iceworld .mainImg .button1 {
        font-size: 2vw;
        top: 1.2vw;
        left: 11vw;
        padding: 1vw 2vw;
    }

    #iceworld .mainImg .button2 {
        font-size: 2vw;

        top: 1.2vw;
        right: 12vw;
        padding: 1vw 2vw;
    }

    #iceworld .mainImg .button3 {
        font-size: 2vw;
        top: 46.8vw;
        right: 34vw;
        padding: 1vw 2vw;
    }


}

#iceworld .secShop {
    margin: min(9vw, 100px) auto;
}

#iceworld .secShop .secTitle,
#iceworld .secShop .secShopImg {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
}

#iceworld .secShop .secShopImg {
    margin: min(4vw, 50px) auto;
}

#iceworld .secShop .secCopy {
    width: 90%;
    max-width: 960px;
    margin: 10px auto;
    text-align: justify;
    font-size: min(4vw, 17px);
    font-weight: 600;
    letter-spacing: 1px;
    line-height: min(7vw, 37px);
}

#iceworld .secShop .secModel {
    width: 90%;
    max-width: 960px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin: 0 auto;
}

#iceworld .secShop .secModel .modelImg {
    width: 45%;
    max-width: 450px;
    margin: 2.5%;
}

.insta{
    display:flex;
    justify-content: center;
    margin: min(3vw, 20px) auto;
    width: 90%;
}