@charset "utf-8";

body {
    font-size: 16px; /* 全体の基本フォントサイズを設定 */
    font-family: 'notosansjp', 'Noto Sans JP', 'YuGothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック";
}

@font-face {
	font-family: "notosansjp";
    font-size: 16px; /* 全体の基本フォントサイズを設定 */
	src: url(font/NotoSansJP-ExtraBold.ttf) ;
}




/* 背景画像用のクラスを追加 */
.background-container {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center; /* 画像を中央に配置 */
}

.background-image {
    width: 50%; /* 必要に応じてサイズを調整 */
    height: auto;
    border-radius: 50%; /* 丸くする */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); /* ふんわりとした境界線を作成 */
    margin-bottom: 20px; /* 下に余白を追加 */
}

/* 既存のCSS */
.fontvs3 {
    font-family: 'notosansjp','Noto Sans JP', 'YuGothic','游ゴシック', 'Hiragino Kaku Gothic Pro', "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック";
    font-size: 80px; /* とくとくプラスのフォントサイズを大きく */
    font-weight: 800;
    color: #dd6c7b;
    letter-spacing: -5px;
    padding-left: 5%;
    padding-right: 5%;
    text-shadow: 
        1px 1px 3px #fff, 
        -1px -1px 3px #fff, 
        1px -1px 3px #fff, 
        -1px 1px 3px #fff, 
        2px 2px 3px #fff, 
        -2px -2px 3px #fff, 
        2px -2px 3px #fff, 
        -2px 2px 3px #fff, 
        3px 3px 5px #fff, 
        -3px -3px 5px #fff, 
        3px -3px 5px #fff, 
        -3px 3px 5px #fff, 
        0px 0px 8px #fff;
    margin: 46px 0; /* 上下のマージンを72pxに設定 */
    line-height: 1.2; /* 行間を広げる */
}

@media only screen and (max-width: 700px) {
    .fontvs3 {
        font-size: 40px; /* フォントサイズを小さく */
        letter-spacing: -2px; /* 文字間隔を調整 */
        margin: 20px 0; /* 上下のマージンを調整 */
        padding-left: 2%;
        padding-right: 2%;
    }
}

.new-font-class {
    font-family: 'notosansjp','Noto Sans JP', 'YuGothic','游ゴシック', 'Hiragino Kaku Gothic Pro', "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック";
    font-size: 80px;
    font-weight: 800;
    color: #dd6c7b;
    letter-spacing: -5px;
    padding-left: 5%;
    padding-right: 5%;
    text-shadow: 
        1px 1px 3px #fff, 
        -1px -1px 3px #fff, 
        1px -1px 3px #fff, 
        -1px 1px 3px #fff, 
        2px 2px 3px #fff, 
        -2px -2px 3px #fff, 
        2px -2px 3px #fff, 
        -2px 2px 3px #fff, 
        3px 3px 5px #fff, 
        -3px -3px 5px #fff, 
        3px -3px 5px #fff, 
        -3px 3px 5px #fff, 
        0px 0px 8px #fff;
    margin: 46px 0;
    line-height: 1.2;
}

.new-font-class .highlight {
    font-size: inherit;
}

.new-font-class .small-text {
    font-size: 40px; /* "オンラインショップで使える"のフォントサイズを小さく */
}

@media only screen and (max-width: 700px) {
    .new-font-class {
        font-size: 40px; /* フォントサイズを小さく */
        letter-spacing: -2px; /* 文字間隔を調整 */
        padding-left: 2%;
        padding-right: 2%;
    }

    .new-font-class .small-text {
        font-size: 20px; /* "オンラインショップで使える"のフォントサイズを小さく */
    }

    .new-font-class .highlight {
        font-size: 30px; /* フォントサイズを調整 */
    }
}

.plus-sign {
    font-size: 40px; /* フォントサイズを小さく */
    vertical-align: super; /* 文字を上に移動 */
    position: relative;
    top: -10px; /* 必要に応じてこの値を調整してさらに位置を上に移動 */
    color: #dd6c7b; /* `とくとくプラス`と同じ色に設定 */
}

.fontvs2 {
    font-family: 'notosansjp', 'Noto Sans JP', 'YuGothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック";
    font-size: 40px; /* フォントサイズを大きく */
    font-weight: 800;
    color: #e74c3c;
    letter-spacing: -2px;
    display: inline-block;
    animation: appear 0.5s ease-out; /* appearアニメーションのみ */
}

.fontvs4 {
    font-family: 'notosansjp', 'Noto Sans JP', 'YuGothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック";
    font-size: 25px;
    font-weight: 600;
    color: #34495e;
    letter-spacing: -1px;
    display: inline-block;
    margin-top: 10px;
}

@keyframes appear {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.coupon-icon {
    display: inline-block;
    width: 80px; /* アイコンサイズを大きく */
    height: 80px; /* アイコンサイズを大きく */
    background: url('ticket1.png') no-repeat center center; /* ここでクーポンのアイコン画像を設定 */
    background-size: contain;
    animation: bounce 1s infinite; /* クーポンアイコンの動きを保持 */
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.narrow-lines .fontvs3 {
    font-size: 80px; /* とくとくプラスのフォントサイズを大きく */
    margin: 5px 0; /* 上下のマージンを5pxに設定 */
    line-height: 1.2; /* 行間を広げる */
}

.narrow-lines .fontvs3 span {
    font-size: 40px; /* 嬉しい特典付きのフォントサイズを小さく */
    color: #0fafaa;
    letter-spacing: -5px;
    display: inline-block;
    margin: 0 5px; /* 左右に少しマージンを追加 */
    line-height: 1.2; /* 行間を広げる */
}

.fontvs5 {
	font-family: 'notosansjp', 'Noto Sans JP';
	font-size: 60px;
	font-weight: 800;
	color: rgb(15, 71, 174);
	letter-spacing: -5px;
	padding-left: 5%;
	padding-right: 5%;
}

.fontvs5 span {
	font-family: 'notosansjp', 'Noto Sans JP';
	font-size: 40px;
	font-weight: 800;
	color: rgb(15, 71, 174);
	letter-spacing: -5px;
}

.fontvs5 span.xs {
	font-family: 'notosansjp', 'Noto Sans JP';
	font-size: 36px;
	font-weight: 800;
	color: rgb(15, 71, 174);
	letter-spacing: -5px;
}

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

.fontvs4 {
   font-size: 22px;
    font-weight: 600;
}



.fontvs5 {
	font-family: 'notosansjp', 'Noto Sans JP';
	font-size: 32px;
	font-weight: 800;
	color: rgb(15, 71, 174);
	letter-spacing: -1px;
	padding-left: 5%;
	padding-right: 5%;
}

.fontvs5 span {
	font-family: 'notosansjp', 'Noto Sans JP';
	font-size: 22px;
	font-weight: 800;
	color: rgb(15, 71, 174);
	letter-spacing: -1px;
}

.fontvs5 span.xs {
	font-family: 'notosansjp', 'Noto Sans JP';
	font-size: 27px;
	font-weight: 800;
	color: rgb(15, 71, 174);
	letter-spacing: -1px;
}

}

.plans-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px; /* カード間のスペース */
    padding: 20px;
}

/* プランカード */
.plan-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 300px; /* カードの幅を固定 */
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.plan-card:hover {
    transform: translateY(-10px); /* ホバー時に少し上に移動 */
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2); /* ホバー時の影を強調 */
}

.plan-card h2 {
    font-size: 26px;
    color: #333;
    margin-bottom: 15px;
    animation: fadeInDown 1s ease-in-out; /* 見出しにフェードインアニメーション */
    position: relative;
}

.plan-card h2::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 4px;
    background: linear-gradient(to right, #ff6f61, #ff9a8b);
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

.plan-card p {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.plan-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    color: #555;
    font-size: 18px; /* 特典の文字サイズを大きく */
}

.plan-card ul li {
    background: #f7f7f7;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.plan-card ul li i {
    margin-right: 10px; /* アイコンとテキストの間隔 */
    color: #ff6f61; /* アイコンの色 */
    font-size: 20px; /* アイコンのサイズ */
}

.plan-card .button-group {
    display: flex;
    flex-direction: column; /* 縦に並べる */
    gap: 10px; /* ボタン間のスペース */
    align-items: center;
}

.plan-card .button-group a {
    background-color: #ff6f61;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 12px;
    font-size: 16px;
    text-align: center;
    text-decoration: none; /* リンクの下線を消す */
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
    display: block; /* ブロック要素にして改行 */
    width: 100%; /* 幅を100%に設定してボタンのように見せる */
}

.plan-card .button-group a:hover {
    background-color: #e05550;
    transform: scale(1.05); /* ホバー時に拡大 */
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .plans-container {
        flex-direction: column;
        align-items: center;
    }
}

/* アニメーションのキーフレーム */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.coupon-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px; /* カード間のスペースを小さく */
    padding: 20px;
}

.coupon-ticket {
    border: 2px dashed #dd6c7b;
    border-radius: 15px;
    padding: 20px;
    width: 280px; /* カードの幅を少し小さく */
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 0 10px; /* 左右のマージンを小さく */
    position: relative;
    text-align: center;
}

.coupon-ticket::before,
.coupon-ticket::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #dd6c7b;
    border-radius: 50%;
}

.coupon-ticket::before {
    top: -11px;
    left: calc(50% - 10px);
}

.coupon-ticket::after {
    bottom: -11px;
    left: calc(50% - 10px);
}

.coupon-header {
    background: #dd6c7b;
    color: #fff;
    padding: 10px 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.coupon-discount {
    font-size: 24px;
    font-weight: bold;
}

.coupon-body {
    padding: 20px 0;
}

.coupon-code {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
}

.coupon-code span {
    background-color: #ffeb3b;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.coupon-code span:hover {
    background-color: #ffe082;
}

.coupon-code i {
    margin-left: 10px;
    cursor: pointer;
}

.coupon-footer {
    background: #dd6c7b;
    padding: 10px 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.special-page-link {
    display: inline-block;
    background-color: #fff;
    color: #dd6c7b;
    padding: 12px 24px; /* パディングを増やしてボタンを大きく */
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
    margin: 10px 0;
    transition: background-color 0.3s, color 0.3s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* ボタンに影を追加して目立たせる */
}

.special-page-link:hover {
    background-color: #c55b6b;
    color: #fff;
}

.copy-message {
    display: none;
    color: green;
    font-size: 14px;
    margin-top: 10px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .coupon-container {
        flex-direction: column;
        align-items: center;
    }
    .coupon-ticket {
        margin: 10px 0; /* 上下のマージンを追加 */
    }

}

.kaiinsama {
    color: #fff;
    background: #0fafaa;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    height: 90px;
    line-height: 90px;
    position: relative;
}

.kaiinsama::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 21px 0 21px;
    border-color: #0fafaa transparent transparent transparent;
    box-sizing: border-box;
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 0;
    margin: auto;
}

.h2_text_title_area5 {
    color: #fff;
    background: #0fafaa;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    height: 90px;
    line-height: 90px;
    position: relative;
}

.h2_text_title_area5::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 21px 0 21px;
    border-color: #0fafaa transparent transparent transparent;
    box-sizing: border-box;
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 0;
    margin: auto;
}

/* スマホ向けのフォントサイズ調整 */
@media only screen and (max-width: 700px) {
    .h2_text_title_area5 {
        font-size: 20px;
        height: auto;
        line-height: normal;
        padding: 10px 0;
    }
}

@media only screen and (max-width: 700px) {
    .kaiinsama {
        font-size: 20px; /* フォントサイズを小さくする */
        height: auto; /* 高さを自動にする */
        line-height: normal; /* 行の高さを標準にする */
        padding: 10px 0; /* 上下にパディングを追加する */
    }

    .kaiinsama::after {
        border-width: 12px 12px 0 12px; /* 三角形のサイズを調整 */
        bottom: -12px; /* 三角形の位置を調整 */
    }
}

/* General footer styles */
footer {
    text-align: center;
    background-color: #FD7E16; /* Vivid Orange background */
    color: #FFFFFF; /* White text color */
    padding: 10px 0;
}

.footer-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
    color: #FFFFFF;
}

.footer-title,
.footer-subtitle,
.footer-text,
.footer-regions {
    margin-bottom: 20px;
}

.footer-title {
    font-size: 26px;
    font-weight: bold;
}

.footer-subtitle {
    font-size: 18px;
}

.footer-text {
    font-size: 16px;
}

.footer-regions {
    font-size: 14px;
    line-height: 1.5; /* Added for better readability */
}

.footer-regions br {
    display: block;
    margin: 5px 0;
}

.footer-links-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-column {
    flex: 1 1 18%;
    min-width: 150px;
    margin: 10px;
}

.footer-column a {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    color: #FFFFFF; /* Ensures link color is white */
    text-decoration: none;
    transition: transform 0.3s ease, color 0.3s ease; /* Added color transition */
}

.footer-column a:hover {
    transform: scale(1.05);
    color: #FFD700; /* Changes color on hover for better visual feedback */
}

.footer-bottom {
    padding: 10px 0;
    color: #FFFFFF;
    margin-top: 5px;
}

/* Responsive design for mobile devices */
@media (max-width: 600px) {
    .footer-title {
        font-size: 22px;
    }
    .footer-subtitle {
        font-size: 16px;
    }
    .footer-text {
        font-size: 14px;
    }
    .footer-regions {
        font-size: 12px;
    }
    .footer-links-container {
        flex-direction: column;
    }
    .footer-column {
        text-align: center;
        margin: 0 0 20px 0; /* Added margin-bottom for spacing between columns */
    }
}

.promo-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.promo-ticket {
    border: 2px solid #e1e1e1;
    border-radius: 10px;
    width: 300px;
    text-align: center;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    background-color: #f7f7f7;
    transition: transform 0.3s;
}

.promo-ticket:hover {
    transform: scale(1.05);
}

.promo-header {
    background-color: #ff9900;
    padding: 10px;
    border-bottom: 2px solid #cc7a00;
    border-radius: 10px 10px 0 0;
}

.promo-title {
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
}

.promo-body {
    padding: 15px 0;
}

.promo-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 15px;
}

.promo-button {
    background-color: #0073bb;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1em;
    transition: background-color 0.3s;
}

.promo-button:hover {
    background-color: #005699;
}