@charset "UTF-8";
/* CSS Document */


#index{
    margin-bottom: 85px;
}

@media only screen and (max-width: 768px) {
#index{
    margin-bottom: 50px;
    width: 100%;
}
}

#index .kv-banner {
    width: 100%;
    padding: 30px 0 0 0;
    background: url(../img/index/kv-maindeco.png) center center no-repeat;
    background-size: 1900px 656px;
}

#index .kv-banner .kv-mainimg {
    width: 1140px;
    margin: 0 auto 90px;
}
#index .kv-banner .kv-mainimg img {
    width: 1140px;
}

@media only screen and (max-width: 768px) {
#index .kv-banner {
    width: 100%;
    padding: 0px 0;
    background: url(../img/index/kv-maindeco.png) center center no-repeat; background-size: 1900px 656px; 
}

#index .kv-banner .kv-mainimg {
    width: 90%;
    margin: 0 auto 30px;
}
#index .kv-banner .kv-mainimg img {
    width: 100%;
}
}



#index .kv-banner .slider-container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto 40px;
    position: relative;
    padding: 0 60px;
}
#index .kv-banner .slider-wrapper {
    overflow: hidden;
    border-radius: 30px;
}
#index .kv-banner .slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 10px;
    width: 100%;
}
#index .kv-banner .slide {
    min-width: calc(100% / 3);
}
#index .kv-banner .slide > div {
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.5);
    padding: 20px 0;
}
#index .kv-banner .slide img {
    width: 330px;
    height: 180px;
    object-fit: cover;
    display: block;
    border-radius: 20px;
    overflow: hidden; 
    margin: 0 auto;
}
#index .kv-banner .arrow {
    position: absolute;
    top: 100px;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    cursor: pointer;
    z-index: 10;
}
#index .kv-banner .arrow img {
    width: 34px;
    height: 34px;
}
#index .kv-banner .arrow-left {
    left: 0;
}
#index .kv-banner .arrow-right {
    right: 0;
}
#index .kv-banner .dots {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
}
#index .kv-banner .dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #4d5355;
    cursor: pointer;
    transition: background 0.3s;
}
#index .kv-banner .dot.active {
    background: #ffe100;
}
#index .kv-banner .dot:hover {
    background: #ffe100;
}

@media only screen and (max-width: 1200px) {
#index .kv-banner .slide {
    min-width: 50%;
}
}

@media only screen and (max-width: 768px) {
#index .kv-banner .slider-container {
    padding: 0;
    width: 100%;
    position: relative;
}

#index .kv-banner .slider-wrapper {
    overflow: hidden;
    border-radius: 30px;
    margin: 0 0 20px;
    width: 100%;
}

#index .kv-banner .slides {
    display: flex;
    gap: 10px;
    padding: 0 20%;
}

#index .kv-banner .slide {
    min-width: 60%;
    width: 60%;
    flex-shrink: 0;
}
#index .kv-banner .slide > div {
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.5);
    padding: 15px 0;
}
#index .kv-banner .slide img {
    width: 90%;
    height: auto;
    aspect-ratio: 330 / 180;
}

#index .kv-banner .arrow {
    width: 34px;
    height: 34px;
    position: absolute;
    top: auto;
    bottom: -30px;
}

#index .kv-banner .arrow-left {
    left: 3%;
}

#index .kv-banner .arrow-right {
    right: 3%;
}
#index .kv-banner .dots {
    margin-top: 0px;
    display: flex;
    gap: 10px;
    justify-content: center;
}
}


#index .notice {
    margin: 0 auto 20px;
    padding: 0;
    width: 900px;
    display: flex;
}
#index .notice .art {
    margin: 0;
    padding: 0;
    width: 165px;
    font-size: 16px;
    color: #4d5355;
    line-height: 1em;
    background: url(../img/index/notice-ico.gif) left -10px top 24px no-repeat; background-size: 119px 3px; 
    flex-shrink: 0;
}
#index .notice .info {
    margin: 0;
    padding: 0 0 0 45px;
    font-size: 16px;
    color: #4d5355;
    line-height: 1.2em;
    background: url(../img/index/notice-ico2.gif) left top no-repeat; background-size: 11px 30px; 
    flex: 1;
}
#index .notice .info li {
    margin: 0 0 30px 0;
    padding: 0;
    width: 100%;
    display: flex;
}
#index .notice .info .date {
    margin: 0;
    padding: 0;
    width: 90px;
    font-size: 14px;
    color: #4d5355;
    line-height: 1.6em;
    flex-shrink: 0;
}
#index .notice .info .text {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #4d5355;
    line-height: 1.8em;
    flex: 1;
}

@media only screen and (max-width: 768px) {
#index .notice {
    margin: 0 auto;
    padding: 0;
    width: 90%;
    display: block;
}
#index .notice .art {
    margin: 0 0 10px 0;
    padding: 0 0 20px 0;
    width: 100%;
    font-size: 24px;
    color: #4d5355;
    line-height: 1em;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.05em;
    background: url(../img/index/notice-ico.gif) center top 37px no-repeat; background-size: 175px 6px; 
}
#index .notice .info {
    margin: 0;
    padding: 0 0 0 0;
    font-size: 16px;
    color: #4d5355;
    line-height: 1.2em;
    background: none;
    width: 100%;
}
#index .notice .info li {
    margin: 0 0 30px 0;
    padding: 0;
    width: 100%;
    display: block;
}
#index .notice .info .date {
    margin: 0;
    padding: 0;
    width: 90px;
    font-size: 15px;
    color: #4d5355;
    line-height: 1.6em;
    font-weight: 600;
    flex-shrink: 0;
}
#index .notice .info .text {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #4d5355;
    line-height: 1.6em;
    font-weight: 600;
    flex: 1;
}
}


#index .index-mainmenu {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto 65px;
    position: relative;
    overflow: hidden;
}

#index .index-mainmenu .bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1600px;
    height: 270px;
    border-radius: 50px;
    background: linear-gradient(to right, #dffbf6, #effcbd);
    z-index: -1;
}

#index .index-mainmenu .menuwrap {
    width: calc(1280px - 100px);
    max-width: calc(100% - 100px);
    margin: 0 auto;
    padding: 35px 50px;
    border-radius: 50px;
    background: #fff;
    display: flex;
    position: relative;
    margin-top: 20px;
}
#index .index-mainmenu .menuwrap .title {
    margin: 0;
    padding: 35px 0 0 0;
    width: 207px;
    font-size: 14px;
    color: #4d5355;
    line-height: 1em;
    font-weight: 500;
    text-align: center;
    flex-shrink: 0;
}
#index .index-mainmenu .menuwrap .title .title-en {
    margin: 0 auto 30px auto;
    padding: 0;
    width: 207px;
    height: 90px;
    background: url(../img/index/mainmenu-ico.png) center bottom no-repeat; background-size: 126px 33px; 
}
#index .index-mainmenu .menuwrap .title .title-en img {
    width: 207px;
}
#index .index-mainmenu .menuwrap .banner {
    margin: 0;
    padding: 0 0 0 45px;
    font-size: 16px;
    color: #4d5355;
    line-height: 1.2em;
    flex: 1;
}
#index .index-mainmenu .menuwrap .banner .bnr-main {
    margin: 0 0 35px 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#index .index-mainmenu .menuwrap .banner .bnr-main .bnr {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #4d5355;
    line-height: 1.2em;
    font-weight: 700;
    text-align: center;
    transition: 0.2s ease;
}
#index .index-mainmenu .menuwrap .banner .bnr-main .bnr img {
    margin-bottom: 15px;
    width: auto;
    height: 53px;
    transition: 0.2s ease;
}

#index .index-mainmenu .menuwrap .banner a:hover img {
    filter: brightness(0) saturate(100%) invert(56%) sepia(25%) saturate(1453%) hue-rotate(165deg) brightness(90%) contrast(101%);
}
#index .index-mainmenu .menuwrap .banner a:hover .bnr {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #009bdd;
    line-height: 1.2em;
    font-weight: 700;
    text-align: center;
}

#index .index-mainmenu .menuwrap .banner .bnr-main .bnr span {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 400;
    display: block;
}

@media only screen and (max-width: 768px) {

body #index .index-mainmenu {
    width: 100%;
    margin: 0 auto 60px;
    position: static;
    padding: 25px 0;
    background: linear-gradient(to right, #dffbf6, #effcbd);
    border-radius: 40px; 
}
    
body #index .index-mainmenu .menuwrap {
    width: 100%;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    padding: 20px 0;
    border-radius: 30px;
    background: transparent; 
    display: block;
    position: relative;
}
    
body #index .index-mainmenu .menuwrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 40px;
    z-index: 0;
}

body #index .index-mainmenu .bg {
    display: none;
}
    
body #index .index-mainmenu .menuwrap .title {
    margin: 0 0 35px 0;
    padding: 0 0 0 0;
    width: 100%;
    font-size: 26px;
    color: #4d5355;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 1;
}
body #index .index-mainmenu .menuwrap .title .title-en {
    margin: 0 auto 12px auto;
    padding: 0;
    width: 130px;
    height: auto;
    background: none; 
}
body #index .index-mainmenu .menuwrap .title .title-en img {
    width: 130px;
}
body #index .index-mainmenu .menuwrap .banner {
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
    color: #4d5355;
    line-height: 1.2em;
    width: 90%;
    position: relative;
    z-index: 1;
}

body #index .index-mainmenu .menuwrap .banner .bnr-main {
    margin: 0 0 30px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
}

body #index .index-mainmenu .menuwrap .banner .bnr-main a {
    width: calc((100% - 30px) / 3); 
    flex: 0 0 calc((100% - 30px) / 3);
    text-decoration: none;
}

body #index .index-mainmenu .menuwrap .banner .bnr-main .bnr {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #4d5355;
    line-height: 1.2em;
    font-weight: 700;
    text-align: center;
    transition: 0.2s ease;
    width: 100%;
    box-sizing: border-box;
}

body #index .index-mainmenu .menuwrap .banner .bnr-main .bnr img {
    margin: 0 auto 10px;
    max-width: 100%;
    height: 40px;
    width: auto;
    object-fit: contain;
    transition: 0.2s ease;
    display: block;
}

body #index .index-mainmenu .menuwrap .banner .bnr-main .bnr span {
    margin-top: 5px;
    font-size: 11px;
    font-weight: 400;
    display: block;
}
}
@media only screen and (max-width: 600px) {
#index .index-mainmenu .menuwrap .banner .bnr-main a {
    width: calc((100% - 15px) / 2);
    flex: 0 0 calc((100% - 15px) / 2);
}
}

@media only screen and (max-width: 480px) {
#index .index-mainmenu .menuwrap .banner .bnr-main a {
    width: 100%;
    flex: 0 0 100%;
}

#index .index-mainmenu .menuwrap .banner .bnr-main .bnr img {
    height: 53px;
}
}



#index .index-mainmenu .menuwrap .banner .bnr-sbmain {
    margin: 0 0 0 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#index .index-mainmenu .menuwrap .banner .bnr-sbmain .bnr {
    margin: 0;
    padding: 10px 20px;
    font-size: 14px;
    color: #4d5355;
    line-height: 1.2em;
    font-weight: 700;
    transition: 0.2s ease;
    width: calc( 215px - 40px );
    background-color: #f8f9f9;
    border-radius: 23px;
    display: flex;
    align-items: center;
    text-align: left;
}
#index .index-mainmenu .menuwrap .banner .bnr-sbmain .bnr .icon {
    width: 60px;
    flex-shrink: 0;
    margin-right: 15px;
}
#index .index-mainmenu .menuwrap .banner .bnr-sbmain .bnr .txt {
    flex: 1;
}

#index .index-mainmenu .menuwrap .banner .bnr-sbmain .bnr img {
    margin-bottom: 0;
    width: auto;
    height: 53px;
    transition: 0.2s ease;
}

#index .index-mainmenu .menuwrap .banner a:hover img {
    filter: brightness(0) saturate(100%) invert(56%) sepia(25%) saturate(1453%) hue-rotate(165deg) brightness(90%) contrast(101%);
}
#index .index-mainmenu .menuwrap .banner .bnr-sbmain a:hover .bnr {
    margin: 0;
    padding: 10px 20px;
    font-size: 14px;
    color: #009bdd;
    line-height: 1.2em;
    font-weight: 700;
    transition: 0.2s ease;
    width: calc( 215px - 40px );
    background-color: #f8f9f9;
    border-radius: 23px;
    display: flex;
    align-items: center;
    text-align: left;
}

#index .index-mainmenu .menuwrap .banner .bnr-sbmain .bnr span {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 400;
    display: block;
}

@media only screen and (max-width: 768px) {
#index .index-mainmenu .menuwrap .banner .bnr-sbmain {
    margin: 0 auto 15px auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
}

#index .index-mainmenu .menuwrap .banner .bnr-sbmain a {
    width: calc((100% - 10px) / 2);
    flex: 0 0 calc((100% - 10px) / 2);
    text-decoration: none;
}

#index .index-mainmenu .menuwrap .banner .bnr-sbmain .bnr {
    margin: 0;
    padding: 10px 5px;
    font-size: 14px;
    color: #4d5355;
    line-height: 1.2em;
    font-weight: 700;
    transition: 0.2s ease;
    width: 100%;
    box-sizing: border-box;
    background-color: #f8f9f9;
    border-radius: 15px;
    display: flex;
    align-items: center;
    text-align: left;
}
#index .index-mainmenu .menuwrap .banner .bnr-sbmain a:hover .bnr {
    margin: 0;
    padding: 10px 5px;
    font-size: 14px;
    color: #009bdd;
    line-height: 1.2em;
    font-weight: 700;
    transition: 0.2s ease;
    width: 100%;
    box-sizing: border-box;
    background-color: #f8f9f9;
    border-radius: 15px;
    display: flex;
    align-items: center;
    text-align: left;
}

#index .index-mainmenu .menuwrap .banner .bnr-sbmain .bnr .icon {
    flex-shrink: 0;
    margin-right: 10px;
    width: 33px;
}

#index .index-mainmenu .menuwrap .banner .bnr-sbmain .bnr .icon img {
    width: 33px;
    height: auto;
    display: block;
}

#index .index-mainmenu .menuwrap .banner .bnr-sbmain .bnr .txt {
    flex: 1;
}

#index .index-mainmenu .menuwrap .banner .bnr-sbmain .bnr .txt span {
    display: block;
    font-size: 12px;
    opacity: 0.7;
}
}




#index .tabtitle {
    margin: 0 auto 60px;
    padding: 50px 0 0 0;
    width: 100%;
    border-bottom: 1px solid #4d5355;
    position: relative;
}
#index .tabtitle .title {
    margin: 0 auto;
    padding: 60px 0 0 0;
    width: 800px;
    border-top: 1px solid #4d5355;
    border-left: 1px solid #4d5355;
    border-right: 1px solid #4d5355;
    border-radius: 50px 50px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    background-color: #fff;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 0 10px #fff;
}
#index .tabtitle .title .ttl-en-eventcamp {
    width: 330px;
    position: relative;
}
#index .tabtitle .title .ttl-en-eventcamp img {
    width: 330px;
    position: absolute;
    top: -18px;
}
#index .tabtitle .title .ttl-en-shopnews {
    width: 196px;
    position: relative;
}
#index .tabtitle .title .ttl-en-shopnews img {
    width: 196px;
    position: absolute;
    top: -18px;
}
#index .tabtitle .title .ttl-ico {
    width: 77px;
    position: relative;
}
#index .tabtitle .title .ttl-ico img {
    width: 77px;
    position: absolute;
    top: -8px;
}
#index .tabtitle .title .ttl-jp {
    position: relative;
    width: 12em;
}
#index .tabtitle .title .ttl-jp p {
    font-size: 16px;
    color: #4d5355;
    line-height: 1em;
    font-weight: 500;
    position: absolute;
    top: -8px;
}

@media only screen and (max-width: 768px) {
#index .tabtitle {
    margin: 0 auto 10px;
    padding: 60px 0 0 0;
    width: 100%;
    border-bottom: none;
    position: relative;
}
#index .tabtitle .title {
    margin: 0 auto;
    padding: 0px 0 0 0;
    width: 90%;
    border-top: 1px solid #4d5355;
    border-left: 1px solid #4d5355;
    border-right: 1px solid #4d5355;
    border-radius: 40px 40px 0 0;
    display: block;
    background-color: #fff;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 0 10px #fff;
    text-align: center;
}
#index .tabtitle .title .ttl-en-eventcamp {
    width: 180px;
    margin: 0 auto 12px;
    position: relative;
}
#index .tabtitle .title .ttl-en-eventcamp img {
    width: 180px;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}
#index .tabtitle .title .ttl-en-shopnews {
    width: 120px;
    margin: 0 auto 13px;
    position: relative;
}
#index .tabtitle .title .ttl-en-shopnews img {
    width: 120px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}
#index .tabtitle .title .ttl-ico {
    display: none;
}

#index .tabtitle .title .ttl-jp {
    position: relative;
    width: auto;
}
#index .tabtitle .title .ttl-jp p {
    font-size: 24px;
    color: #4d5355;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
    position: static;
    padding-top: 35px;
    margin-bottom: 0;
}
}


#index .eventcamp {
    margin: 0 0 85px 0;
    padding: 0;
    width: 100%;
}

#index .eventcamp .event {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 30px 0;
    width: 300px;
    height: 445px;
    transition: 0.2s ease;
    position: relative;
}
#index .eventcamp .shop-img {
    height: 240px;
    text-align: center;
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#index .eventcamp .shop-img img {
    width: 300px;
    height: 220px;
    object-fit: contain;
    border-radius: 20px;
}
#index .eventcamp .shop-title {
    font-size: 16px;
    color: #4d5355;
    line-height: 1.6em;
    font-weight: 700;
    height: 2em;
    word-break: normal;
    overflow-wrap: break-word;
    margin-bottom: 30px;
}
#index .eventcamp .date {
    font-size: 16px;
    color: #009bdd;
    line-height: 1.4em;
    font-weight: 700;
    height: 3em;
    word-break: normal;
    overflow-wrap: break-word;
    margin-bottom: 0;
}
#index .eventcamp .shop-txt {
    margin: 0;
    padding: 0;
    background: #eefcfe;
    border-radius: 15px;
}
#index .eventcamp .shop-txt p {
    margin: 0;
    padding: 15px;
    font-size: 14px;
    color: #4d5355;
    line-height: 1.6em;
    font-weight: 500;
}


#index .eventcamp .slider-container-ev {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto 40px;
    position: relative;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}
#index .eventcamp .slider-wrapper-ev {
    overflow: visible;
}
#index .eventcamp .slides-ev {
    display: flex;
    justify-content: center;
    transition: transform 0.5s ease-in-out;
    gap: 20px;
    padding-left: 20px;
}
#index .eventcamp .slide-ev {
    min-width: calc((100% - 40px) / 4);
    flex-shrink: 0;
}
#index .eventcamp .slide-ev > div {
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.5);
    padding: 20px 0;
}
#index .eventcamp .dots-wrapper {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    position: relative;
}

#index .eventcamp .dots {
    display: flex;
    gap: 10px;
    justify-content: center;
}

#index .eventcamp .dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #4d5355;
    cursor: pointer;
    transition: background 0.3s;
}

#index .eventcamp .dot.active {
    background: #ffe100;
}

#index .eventcamp .dot:hover {
    background: #ffe100;
}

#index .eventcamp .arrow-ev {
    width: 34px;
    height: 34px;
    cursor: pointer;
    z-index: 10;
    flex-shrink: 0;
}

#index .eventcamp .arrow-ev img {
    width: 34px;
    height: 34px;
    display: block;
}


@media only screen and (max-width: 768px) {
    #index .eventcamp .dots-wrapper {
        gap: 15px;
    }
    
    #index .eventcamp .arrow-ev {
        width: 30px;
        height: 30px;
    }
    
    #index .eventcamp .arrow-ev img {
        width: 30px;
        height: 30px;
    }
    
    #index .eventcamp .dot {
        width: 8px;
        height: 8px;
    }
}

@media only screen and (max-width: 1200px) {
#index .eventcamp .slide-ev {
    min-width: 50%;
}
}

@media only screen and (max-width: 768px) {
#index .eventcamp .slider-container-ev {
    padding: 20px 0 0 0;
    width: 100%;
    position: relative;
}

#index .eventcamp .slider-wrapper-ev {
    overflow: hidden;
    border-radius: 30px;
    margin: 0 0 0;
    width: 100%;
}

#index .eventcamp .slides-ev {
    display: flex;
    gap: 20px;
    padding: 0 18%;
}

#index .eventcamp .slide-ev {
    min-width: 65%; 
    width: 70%;
    flex-shrink: 0;
}

#index .eventcamp .slide-ev img {
    width: 100%;
    height: auto;
    aspect-ratio: 330 / 180;
}

#index .eventcamp .arrow {
    width: 34px;
    height: 34px;
    position: absolute;
    top: auto;
    bottom: -30px;
}

#index .eventcamp .arrow-left-ev {
    left: 3%;
}

#index .eventcamp .arrow-right-ev {
    right: 3%;
}
#index .eventcamp .dots {
    margin-top: 0px;
    display: flex;
    gap: 10px;
    justify-content: center;
}
#index .eventcamp .dots-wrapper {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    position: relative;
}

}


@media only screen and (max-width: 768px) {
#index .eventcamp .event {
    list-style: none;
    padding: 0 0 0 0;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    transition: 0.2s ease;
    position: relative;
}
#index .eventcamp .shop-img {
    height: auto;
    text-align: center;
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#index .eventcamp .shop-img img {
    width: 100%;
    height: auto;
    aspect-ratio: 300 / 220;
    object-fit: contain;
    border-radius: 20px;
}
#index .eventcamp .shop-title {
    font-size: 16px !important;
    color: #4d5355;
    line-height: 1.5em;
    font-weight: 700;
    height: 2em;
    word-break: normal;
    overflow-wrap: break-word;
    margin-bottom: 30px;
}
#index .eventcamp .date {
    font-size: 16px;
    color: #009bdd;
    line-height: 1.4em;
    font-weight: 700;
    height: 3em;
    word-break: normal;
    overflow-wrap: break-word;
    margin-bottom: 0;
}
#index .eventcamp .shop-txt {
    margin: 0;
    padding: 0;
    background: #eefcfe;
    border-radius: 15px;
}
#index .eventcamp .shop-txt p {
    margin: 0;
    padding: 15px;
    font-size: 14px;
    color: #4d5355;
    line-height: 1.6em;
    font-weight: 500;
}
}


#index .shopnews {
    margin: 0 0 85px 0;
}

#index .shopnews .inner {
    margin: 100px auto 0 auto;
    padding: 0;
    width: 1240px;
}

@media only screen and (max-width: 768px) {
#index .shopnews {
    margin: 0 0 85px 0;
}

#index .shopnews .inner {
    margin: 50px auto 0 auto;
    padding: 0;
    width: 100%;
}
}



#index .btn-more a {
    margin: 0 auto;
    padding: 25px 10px 25px 0;
    width: calc(240px - 10px);
    border-radius: 30px;
    border: 2px solid #4d5355;
    font-size: 16px;
    color: #4d5355;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
    cursor: pointer;
    transition: 0.2s ease;
    background: url(../img/common/ico-vect-more.png) right 20px center no-repeat; background-size: 31px 31px; 
    display: block;
}
#index .btn-more a:hover {
    margin: 0 auto;
    padding: 25px 10px 25px 0;
    width: calc(240px - 10px);
    border-radius: 30px;
    border: 2px solid #4d5355;
    font-size: 16px;
    color: #4d5355;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
    cursor: pointer;
    background: #ffe100 url(../img/common/ico-vect-more.png) right 20px center no-repeat; background-size: 31px 31px; 
    display: block;
}

@media only screen and (max-width: 768px) {
#index .btn-more a {
    margin: 0 auto;
    padding: 22px 10px 25px 0;
    width: calc(240px - 10px);
    border-radius: 27px;
    border: 2px solid #4d5355;
    font-size: 20px;
    color: #4d5355;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    cursor: pointer;
    transition: 0.2s ease;
    background: url(../img/common/ico-vect-more.png) right 20px center no-repeat; background-size: 31px 31px; 
    display: block;
}
#index .btn-more a:hover {
    margin: 0 auto;
    padding: 22px 10px 25px 0;
    width: calc(240px - 10px);
    border-radius: 27px;
    border: 2px solid #4d5355;
    font-size: 20px;
    color: #4d5355;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    cursor: pointer;
    background: #ffe100 url(../img/common/ico-vect-more.png) right 20px center no-repeat; background-size: 31px 31px; 
    display: block;
}
}


#index .enjoy {
    width: 100%;
    max-width: 1900px;
    margin: 0 auto 75px;
    padding: 156px 0 230px 0;
    overflow: hidden;
    background: url(../img/index/enjoy.gif) top center no-repeat;
    background-size: 1900px 1042px;
}
#index .enjoy .title {
    margin: 0 auto 45px;
    padding: 0 0 0 0;
    font-size: 28px;
    color: #254195;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
}
#index .enjoy .title img {
    width: 271px;
    margin-bottom: 22px;
}
#index .enjoy p {
    margin: 0 auto 55px;
    padding: 0 0 0 0;
    font-size: 16px;
    color: #4d5355;
    line-height: 1.8em;
    font-weight: 500;
    text-align: center;
}

#index .enjoy .img-list {
    margin: 0 auto 58px;
    padding: 0;
    width: 930px;
    height: 210px;
    overflow: hidden;
    position: relative;
}

#index .enjoy .img-list .img-slides {
    display: flex;
    align-items: center;
    gap: 30px;
}

#index .enjoy .img-list .img-slides div {
    width: 210px;
    height: 210px;
    margin: 0;
    padding: 0;
    flex-shrink: 0;
}

#index .enjoy .img-list .img-slides div img {
    width: 210px;
    height: 210px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 15px;
}


@media only screen and (max-width: 768px) {

#index .enjoy .img-list {
    margin: 0 auto -15px;
    padding: 0;
    width: 100%;
    height: 210px;
    overflow: hidden;
    position: relative;
}

#index .enjoy .img-list .img-slides {
    gap: 30px;
}

#index .enjoy .img-list .img-slides div {
    width: 150px;
    height: 150px;
}

#index .enjoy .img-list .img-slides div img {
    width: 150px;
    height: 150px;
}
}

@media only screen and (max-width: 768px) {
#index .enjoy {
    width: 100%;
    max-width: 1700px;
    margin: 0 auto 100px;
    padding: 70px 0 140px 0;
    overflow: hidden;
    background: 
        url(../img/index/enjoy-sp-bgtop.gif) top center no-repeat,
        url(../img/index/enjoy-sp-bgbottom.gif) bottom center no-repeat;
    background-size: 100%, 100%;
}
#index .enjoy .title {
    margin: 0 auto 30px;
    padding: 0 0 0 0;
    font-size: 25px;
    color: #254195;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
}
#index .enjoy .title img {
    width: 175px;
    margin-bottom: 22px;
}
#index .enjoy p {
    margin: 0 20px 30px;
    padding: 0 0 0 0;
    font-size: 15px;
    color: #4d5355;
    line-height: 1.8em;
    font-weight: 600;
    text-align: left;
}
}



#index .news {
    width: 750px;
    margin: 0 auto 85px;
    padding: 0;
}
#index .news .title {
    margin: 0 auto 60px;
    padding: 0 0 0 0;
    font-size: 20px;
    color: #254195;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
}
#index .news .title img {
    width: 119px;
    margin-bottom: 17px;
}

#index .news .newslist {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 1050px;
    margin: 0 auto 50px;
}
#index .news .newslist a {
    text-decoration: none;
}
#index .news .newslist a:hover {
    opacity: 0.8;
}
#index .news .newslist a:hover p {
    text-decoration: underline;
    color: inherit;
}
#index .news .newslist li {
    padding: 25px 0;
    transition: 0.2s ease;
    width: 100%;
}
#index .news .newslist li .cate-date {
    display: flex;
    gap: 20px;
    width: 340px;
    justify-content: flex-start;
    margin-bottom: 10px;
}
#index .news .newslist li .cate-date .cate {
    background: #009bdd;
    border: 2px solid #009bdd;
    border-radius: 10px;
    font-size: 13px;
    color: #fff;
    line-height: 1;
    margin: 0;
    padding: 3px 0 4px 0;
    width: 170px;
    height: 1em;
    text-align: center;
}
#index .news .newslist li .cate-date .cate-important {
    background: #254195;
    border: 2px solid #009bdd;
    border-radius: 10px;
    font-size: 13px;
    color: #fff;
    line-height: 1;
    margin: 0;
    padding: 3px 0 4px 0;
    width: 170px;
    height: 1em;
    text-align: center;
}
#index .news .newslist li .cate-date .date {
    font-size: 16px;
    color: #254195;
    line-height: 1.6em;
    font-weight: 600;
}
#index .news .newslist li .text {
    width: 690px;
}
#index .news .newslist li .text p {
    font-size: 16px;
    color: #4d5355;
    line-height: 1.6em;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 768px) {
#index .news {
    width: 90%;
    margin: 0 auto 65px;
    padding: 0;
}
#index .news .title {
    margin: 0 auto 20px;
    padding: 0 0 0 0;
    font-size: 23px;
    color: #254195;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.05em;
}
#index .news .title img {
    width: 100px;
    margin-bottom: 15px;
}

#index .news .newslist {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto 20px;
}
#index .news .newslist a {
    text-decoration: none;
}
#index .news .newslist a:hover {
    opacity: 0.8;
}
#index .news .newslist a:hover p {
    text-decoration: underline;
    color: inherit;
}
#index .news .newslist li {
    padding: 20px 0;
    transition: 0.2s ease;
    width: 100%;
}
#index .news .newslist li .cate-date {
    display: flex;
    gap: 20px;
    width: 340px;
    justify-content: flex-start;
    margin-bottom: 10px;
}
#index .news .newslist li .cate-date .cate {
    background: #009bdd;
    border: 2px solid #009bdd;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    margin: 0;
    padding: 3px 0 4px 0;
    width: 150px;
    height: 1em;
    text-align: center;
    font-weight: 600;
}
#index .news .newslist li .cate-date .cate-important {
    background: #254195;
    border: 2px solid #009bdd;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    margin: 0;
    padding: 3px 0 4px 0;
    width: 150px;
    height: 1em;
    text-align: center;
    font-weight: 600;
}
#index .news .newslist li .cate-date .date {
    font-size: 17px;
    color: #254195;
    line-height: 1.6em;
    font-weight: 600;
}
#index .news .newslist li .text {
    width: 100%;
}
#index .news .newslist li .text p {
    font-size: 16px;
    color: #4d5355;
    line-height: 1.6em;
    margin: 0;
    padding: 0;
    font-weight: 600;
}
}


#index .contact {
    width: 1150px;
    margin: 0 auto 85px;
    padding: 27px 0;
    border-radius: 100px;
    background: linear-gradient(to right, #defbf7, #bdd4fc);
}
#index .contact ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 986px;
    margin: 0 auto 0;
}
#index .contact li.title {
    padding: 0;
    font-size: 19px;
    color: #4d5355;
    line-height: 1em;
    font-weight: 500;
    width: 240px;
}
#index .contact li.banner-a {
    padding: 23px 0 0 30px;
    transition: 0.2s ease;
    width: calc(310px - 30px);
    height: calc(95px - 23px);
    font-size: 16px;
    line-height: 1.6em;
    color: #4d5355;
    border-radius: 35px;
    font-weight: 500;
    background: #fff url(../img/common/ico-vect-more.png) right 20px center no-repeat; background-size: 31px 31px; 
}
#index .contact li.banner-a:hover {
    padding: 23px 0 0 30px;
    width: calc(310px - 30px);
    height: calc(95px - 23px);
    font-size: 16px;
    line-height: 1.6em;
    color: #4d5355;
    border-radius: 35px;
    font-weight: 500;
    background: #ffe100 url(../img/common/ico-vect-more.png) right 20px center no-repeat; background-size: 31px 31px; 
}
#index .contact li.banner-b {
    padding: 17px 0 0 30px;
    transition: 0s ease;
    width: calc(375px - 30px);
    height: calc(95px - 17px);
    font-size: 16px;
    line-height: 1.6em;
    color: #4d5355;
    border-radius: 35px;
    font-weight: 500;
    background: #fff url(../img/common/ico-vect-more.png) right 20px center no-repeat; background-size: 31px 31px; 
}
#index .contact li.banner-b:hover {
    padding: 17px 0 0 30px;
    width: calc(375px - 30px);
    height: calc(95px - 17px);
    font-size: 16px;
    line-height: 1.6em;
    color: #fff;
    border-radius: 35px;
    font-weight: 500;
    background: #009bdd url(../img/common/ico-vect-more.png) right 20px center no-repeat; background-size: 31px 31px; 
}
#index .contact li.banner-b span {
    font-size: 12px;
    line-height: 1.4em;
    color: #4d5355;
    font-weight: 400;
    display: block;
    transition: 0.2s ease;
}
#index .contact li.banner-b:hover span {
    font-size: 12px;
    line-height: 1.4em;
    color: #fff;
    font-weight: 400;
    display: block;
}
#index .contact a {
    color: inherit;
}

@media only screen and (max-width: 768px) {
#index .contact {
    width: 90%;
    margin: 0 auto 0px;
    padding: 35px 0 10px;
    border-radius: 50px;
    background: linear-gradient(to right, #defbf7, #bdd4fc);
}
#index .contact ul {
    display: block;
    width: 100%;
    margin: 0 auto 0;
}
#index .contact li.title {
    padding: 0;
    font-size: 23px;
    color: #4d5355;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}
#index .contact li.banner-a {
    padding: 15px 0 0 30px;
    transition: 0.2s ease;
    width: calc(90% - 30px);
    height: calc(auto - 23px);
    font-size: 17px;
    line-height: 1.6em;
    color: #4d5355;
    border-radius: 30px;
    font-weight: 700;
    background: #fff url(../img/common/ico-vect-more.png) right 20px center no-repeat; background-size: 31px 31px; 
    margin: 0 auto 20px;
}
#index .contact li.banner-a:hover {
    padding: 15px 0 0 30px;
    width: calc(90% - 30px);
    height: calc(auto - 23px);
    font-size: 17px;
    line-height: 1.6em;
    color: #4d5355;
    border-radius: 30px;
    font-weight: 500;
    background: #ffe100 url(../img/common/ico-vect-more.png) right 20px center no-repeat; background-size: 31px 31px; 
    margin: 0 auto 20px;
}
#index .contact li.banner-b {
    padding: 17px 0 0 30px;
    transition: 0.2s ease;
    width: calc(90% - 30px);
    height: calc(auto - 17px);
    font-size: 17px;
    line-height: 1.6em;
    color: #4d5355;
    border-radius: 30px;
    font-weight: 700;
    background: #fff url(../img/common/ico-vect-more.png) right 20px center no-repeat; background-size: 31px 31px; 
    margin: 0 auto 20px;
}
#index .contact li.banner-b:hover {
    padding: 17px 0 0 30px;
    width: calc(90% - 30px);
    height: calc(auto - 17px);
    font-size: 17px;
    line-height: 1.6em;
    color: #fff;
    border-radius: 30px;
    font-weight: 700;
    background: #009bdd url(../img/common/ico-vect-more.png) right 20px center no-repeat; background-size: 31px 31px; 
    margin: 0 auto 20px;
}
#index .contact li.banner-b span {
    font-size: 12px;
    line-height: 1.4em;
    color: #4d5355;
    font-weight: 700;
    display: block;
    transition: 0.2s ease;
    padding-top: 3px;
}
#index .contact li.banner-b:hover span {
    font-size: 12px;
    line-height: 1.4em;
    color: #fff;
    font-weight: 700;
    display: block;
}
#index .contact a {
    color: inherit;
}
}


#index .shoplogo-banner {
    width: 1295px;
    margin: 0 auto 85px;
    padding: 0 0;
}
#index .shoplogo-banner ul {
    width: 100%;
    margin: 0;
    padding: 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}
#index .shoplogo-banner li {
    width: 320px;
    height: 80px;
    margin: 0 0 0 0;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9f9f9;
}
#index .shoplogo-banner li img {
    max-width: 320px;
    max-height: 80px;
    width: auto;
    height: auto;
}

@media only screen and (max-width: 768px) {
#index .shoplogo-banner {
    width: 90%;
    margin: 0 auto 50px;
    padding: 0 0;
}

#index .shoplogo-banner li {
    width: calc((100% - 10px) / 2);
    height: auto;
    aspect-ratio: 320px / 80px;
    margin: 0 0 0 0;
}

#index .shoplogo-banner li img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
}


#index .instagram {
    margin: 0 auto 85px;
    padding: 20px 0 0 0;
    width: 1300px;
    height: 170px;
    background: linear-gradient(to right, #254195, #6467ca);
    border-radius: 40px;
    position: relative;
}
#index .instagram .ttl {
    margin: 0;
    padding: 0;
    width: 115px;
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
}
#index .instagram .ttl img {
    width: 115px;
}

#index .instagram .instagram-wrapper {
    position: relative;
    width: 1208px;
    margin: 0 auto;
}

#index .instagram .instagram-slider {
    margin: 0 auto;
    width: 1208px;
    overflow: hidden;
    position: relative;
}

#index .instagram ul {
    margin: 0;
    padding: 0;
    width: auto;
    height: 150px;
    display: flex;
    align-items: center;
    gap: 1px;
    transition: transform 0.5s ease-in-out;
}

#index .instagram li {
    margin: 0;
    padding: 0;
    width: 150px;
    height: 150px;
    list-style: none;
    flex-shrink: 0;
}

#index .instagram li img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
    display: block;
}
.instagram-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border: none;
    cursor: pointer;
    z-index: 10;
    color: #333;
    background: none;
}
.instagram-arrow-left {
    left: -30px;
}

.instagram-arrow-right {
    right: -30px;
}
.vect-l::before,
.vect-l::after,
.vect-r::before,
.vect-r::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s;
}

.vect-l::before {
    left: 7px;
    width: 9px;
    height: 1.7px;
    background: #fff;
}

.vect-l::after {
    left: 2px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-135deg);
}

.vect-r::before {
    left: 16px;
    width: 9px;
    height: 1.7px;
    background: #fff;
}

.vect-r::after {
    left: 18px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

@media only screen and (max-width: 768px) {

#index .instagram {
    margin: 0 auto 80px;
    padding: 5px 0;
    width: 90%;
    height: auto;
    background: linear-gradient(to right, #254195, #6467ca);
    border-radius: 25px;
    position: relative;
}
#index .instagram .ttl {
    margin: 0;
    padding: 0;
    width: 100px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}
#index .instagram .ttl img {
    width: 100px;
}
#index .instagram .instagram-wrapper {
    width: 100%;
    padding: 0 0;
}

#index .instagram .instagram-slider {
    width: 85%;
    max-width: 100%;
}

#index .instagram ul {
    height: 120px;
}

#index .instagram li {
    width: calc((100% - 1px) / 3);
    height: auto;
    aspect-ratio: 1 / 1;
}

#index .instagram li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.instagram-arrow {
    width: 30px;
    height: 30px;
}

.instagram-arrow-left {
    left: 7px;
}

.instagram-arrow-right {
    right: 7px;
}
.vect-l::before,
.vect-l::after,
.vect-r::before,
.vect-r::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s;
}

.vect-l::before {
    left: 7px;
    width: 9px;
    height: 2px;
    background: #fff;
}

.vect-l::after {
    left: 2px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-135deg);
}

.vect-r::before {
    left: 16px;
    width: 9px;
    height: 2px;
    background: #fff;
}

.vect-r::after {
    left: 18px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
}





.event .today {
    padding: 4px 0 5px 0;
    margin: 0;
    background: #ff0000;
    border-radius: 30px;
    font-size: 14px;
    line-height: 1em;
    color: #fff;
    font-weight: 500;
    text-align: center;
    width: 5.5em;
    position: absolute;
    top: 30px;
    left: 0;
}

@media only screen and (max-width: 768px) {
.event .today {
    padding: 4px 0 5px 0;
    margin: 0;
    background: #ff0000;
    border-radius: 30px;
    font-size: 11px;
    line-height: 1em;
    color: #fff;
    font-weight: 500;
    text-align: center;
    width: 5.5em;
    position: absolute;
    top: 10px;
    left: 0;
}
}





.shoplist .new {
    padding: 0;
    margin: 0;
    background: #ff00c6;
    border-radius: 50%;
    font-size: 12px;
    line-height: 43px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    width: 43px;
    height: 43px;
    position: absolute;
    top: -5px;
    left: -5px;
}

@media only screen and (max-width: 768px) {
.shoplist .new {
    padding: 0;
    margin: 0;
    background: #ff00c6;
    border-radius: 50%;
    font-size: 10px;
    line-height: 33px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    width: 33px;
    height: 33px;
    position: absolute;
    top: -5px;
    left: -5px;
}
}







#index .kv-slide .img-list {
    margin: 0 auto 38px;
    width: 1120px;
    height: 500px;
    overflow: hidden;
    border-radius: 110px;
    position: relative; 
}
#index .kv-slide .img-list::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 110px;
    box-shadow: inset 0 0 0 10px #fff;
    pointer-events: none;
    z-index: 10;
}
#index .kv-slide .img-list .img-slides {
    display: flex;
    align-items: center;
}

#index .kv-slide .img-list .img-slides div {
    width: 1120px;
    height: 500px;
    margin: 0;
    padding: 0;
    flex-shrink: 0;
}

#index .kv-slide .img-list .img-slides div img {
    width: 1120px;
    height: 500px;
    object-fit: cover;
    object-position: center;
    display: block;
}


@media only screen and (max-width: 768px) {

#index .kv-slide .img-list {
    margin: 0 auto 15px;
    padding: 0;
    width: 97%;
    height: auto;
    overflow: hidden;
    border-radius: 40px;
    position: relative; 
}
#index .kv-slide .img-list::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 40px;
    box-shadow: inset 0 0 0 10px #fff;
    pointer-events: none;
    z-index: 10;
}
#index .kv-slide .img-list .img-slides div {
    width: 100%;
    height: auto;
}

#index .kv-slide .img-list .img-slides div img {
    width: 100%;
    height: auto;
}
}
