@charset "UTF-8";
/* CSS Document */
body section {
    text-align: center;
	
}
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url("../special_shop/images/page_bg.png") no-repeat center top / contain;
    z-index: -1;
}
main {
    padding-top: 60px;
}
main p {
    margin-bottom: 20px;
}

.storing-text {
    font-size: 18px;
    font-weight: bold;
}
.storing-text24 {
    font-size: 24px;
    font-weight: bold;
	
}
.small-text {
    font-size: 16px;
    font-weight: bold;
	line-height: 1.5;
	 display:block; 
}
.text-center{
	text-align: center;
}
.small-title {
    background: url("../character/line.png") no-repeat bottom center / 400px;
    padding-bottom: 15px;
    color: var(--gold-color);
	margin-top:50px;
}
p + .small-title {
    margin-top: 60px;
}
.title-anime {
    position: relative;
}
.title-anime .anime-after {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
@media (max-width: 900px) {
    body {
        text-align: left;
    }
p + .small-title {
   margin-top: 60px;
}
}
@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
img {
    animation: fade-in 1s ease-in-out forwards;
}
img.anime-after {
    animation-delay: 1s; /* 0.3秒遅れて表示 */
}
.highlight {
    font-size: 18px;
    font-weight: 500;
    background-color: #FF8AB9;
    color: #fff;
    padding: 0px 6px 2px 6px;
    margin: 0 3px;
    text-shadow: none;
}
@media (max-width: 900px) {
    body section {
        font-size: 14px;
        text-align: left;
    }
    main {
        padding-top: 0px;
    }
    body section h3 {
        text-align: center;
    }
    .small-title {
        background-size: 80%;
        padding-bottom: 10px;
       margin-top:50px;
    }
    a.btn-base {
        min-width: 150px;
        padding: 0px 10px; /* アイコンの余白分調整 */
        font-size: 12px;
    }
    .highlight {
        font-size: 14px;
    }
    .storing-text {
        font-size: 14px;
        font-weight: bold;
    }
    .storing-text24 {
        font-size: 16px;
        font-weight: bold;
    }
	.small-text {
    font-size: 12px;
    font-weight: bold;
}
}
.frame{
    text-align: center;
    border-radius: 5px;

    background-color: #fff; /* 背景色（丸の中） */
    border: 2px solid #fff; /* 内側の白フチ */
    box-shadow: 0 0 0 1px #D9AD62, /* 外側のD9AD62色のフチ */ 0 0 0 3px #fff; /* さらにその外側に白フチ */
}
.shopLink {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.shopLink a {
    position: relative;
    z-index: 100;
}
.spShop__panel {
    margin-bottom: 20px;
    padding: 20px 0px 30px 30px;
}
.spShop__info {
    display: flex;
    gap: 20px;
    margin: 10px 0px;
}
.spShop__info a {
    flex-grow: 1; /* 横幅いっぱいに広げる */
    width: 100%; /* 念のため指定 */
    display: block; /* インライン要素なのでブロック化 */
}
.spShop__info a img {
    width: 100%;
}
.spShop__infoText {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    min-width: 250px;
}
.small-title {
    font-size: 30px;
}
.original-content .small-title {
    font-size: 20px;
}
.orShop__list {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}
.orShop__panel {
    margin-bottom: 35px;
}
.orShop__info {
    display: flex;
    gap: 20px;
    margin: 10px 0px;
}
.orShop__list .shopLink {
    flex-grow: 1; /* 横幅いっぱいに広げる */
    display: flex;
    width: 100%;
    margin: 0 auto;
    gap: 15px;
}
.orShop__list a.btn-base {
    font-size: 12px;
    min-width: 200px;
    letter-spacing: normal;
}
.orShop__list a.btn-base::before {
    content: "";
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    border: solid 1px var(--gold-color); /* 外枠のスタイル */
    z-index: -1;
    border-radius: 35px;
}

@media (max-width: 900px) {
.shopLink {
    gap: 12px;
}
a.btn-base {
    font-size: 12px;
    min-width: 100px;
    letter-spacing: normal;
}
a.btn-base::before {
    content: "";
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    border: solid 1px var(--gold-color); /* 外枠のスタイル */
    z-index: -1;
    border-radius: 35px;
}
/* アイコンのスタイル */
a.btn-base .icon-left, a.btn-base .icon-right {
    width: 10px; /* アイコンのサイズ */
    height: 10px; /* アイコンのサイズ */
    background-size: cover;
    display: inline-block;
}
a.btn-base .icon-left {
    margin-right: 10px; /* テキストとの間隔 */
}
a.btn-base .icon-right {
    margin-left: 10px; /* テキストとの間隔 */
}
.spShop__info {
    display: block;
    transform: scale(1.05);
}
.spShop__panel, .orShop__panel {
    margin-bottom: 0px;
    padding: 0px 0px 30px 0px;
}
.spShop__infoText {
    display: flex;
    font-size: 14px;
    text-align: left;
    align-items: center;
    gap: 20px;
}
.small-title {
    font-size: 16px;
}
.orShop__list {
    display: block;
}
.orShop__list .shopLink {
    gap: 15px;
}
.orShop__list a.btn-base {
    font-size: 12px;
    min-width: 100px;
    letter-spacing: normal;
}
