/*
Theme Name: Tsukasa
Theme URI: https://tukasaad.com/
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/

/*==================== General ====================*/

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap');

body {
	display: block;
	font-size: 15px;
	font-family: "M PLUS 1p", "IBM Plex Sans JP", "Noto Sans JP", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
}

body, html {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

*, ::after, ::before {
    box-sizing: border-box;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

.center {
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "M PLUS 1p", "Noto Sans JP", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
    color: #2F2011;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    border: none;
}

p+h1 {
    margin-top: 0;
}

p {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    font-size: 1.0rem;
    line-height: 2.0;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: "IBM Plex Sans JP", "Noto Sans JP", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

p.bold {
    font-weight: 600;
}

div {
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

ol, ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

li {
    font-family: "M PLUS 1p", "Noto Sans JP", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
}

button {
    font-family: "M PLUS 1p", "Noto Sans JP", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
}

dd {
    margin-left: 0;
}

figure {
    display: block;
    margin: 0;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    border-style: none;
    transition: 0.6s;
}

a {
    transition: 0.5s;
}

a:hover {
    opacity: 0.7;
}

a img:hover {
    opacity: 0.7;
}

.bold{
    font-weight: bold;
}

/* ----- Auto Fadein ----- */
.autofade {
    opacity: 0;
    animation-name: fadein;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ----- Auto Fadein END ----- */

/* ----- Scroll Fadein ----- */
.effect-fade {
    opacity : 0;
    transform : translate(0, 80px);
    transition : all 1000ms;
}

.effect-fade.effect-scroll {
    opacity : 1;
    transform : translate(0, 0);
}
/* ----- Scroll Fadein END ----- */
@media (min-width: 1068px) {
    .bigpchidden {
        display: none!important;
    }
}

@media (min-width: 768px) {
    .pchidden {
        display: none!important;
    }
}

@media (max-width: 1024px) {
    .tabsphidden {
        display: none!important;
    }
}

@media (max-width: 767.9px) {
    .sphidden {
        display: none!important;
    }
}

.mt-0 {
    margin-top: 0!important;
}

.mt-30 {
    margin-top: 30px!important;
}

.mt-60 {
    margin-top: 60px!important;
}

.mt-80 {
    margin-top: 80px!important;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-60 {
    margin-bottom: 60px;
}

.pt-0 {
    padding-top: 0!important;
}

.width50 {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.width90 {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*==================== General END ====================*/

/*==================== MAIN SECTION ====================*/
html {
    margin-top: 0!important;
}

header.site-header {
	position: fixed;
	background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    height: 82px;
    width: 100%;
    z-index: 1000;
    padding: 22px 30px;
    background-color: #000000;
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
}

.header_scrolled .site-header {
    background-color: #000000;
}

@media (min-width: 992px) {
    .header_scrolled .site-header {
        width: 100%;
    }
}

.header_scrolled .site-header-logo {
    display: block;
}

.header_scrolled.admin-bar .site-header {
    top: initial;
}

.site-header--layout--nav-float .site-header-logo {
    margin-right: 0;
}

.site-header-logo {
    position: relative;
}

.site-header-logo::after {
    position: absolute;
    content: "2025年11月1日配信開始";
    color: #F8E91E;
    font-size: 16px;
    font-family: "M PLUS 1p", "Noto Sans JP", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    height: 18px;
    width: 200px;
    right: 0;
    top: 16px;
}

header.site-header img {
	width: 120px;
	height: auto;
	margin: 0;
}

header.site-header p {
    color: #F8E91E;
    font-weight: 600;
}

.vk-mobile-nav-menu-btn {
    display: none;
}

.container {
    max-width: initial;
    padding: initial;
    margin: initial;
}

main {
    max-width: 390px;
    display: block;
    margin: 0 390px 0 auto;
}

.breadcrumb {
    display: none;
}

.main-section {
    margin-bottom: 0;
}

@media screen and (max-width: 767.9px) {
header {
    height: 70px;
    padding: 15px;
}

header.site-header img {
    width: 100px;
    height: auto;
    margin: 0;
}

.site-header-logo::after {
    font-size: 14px;
    height: 22px;
    width: 200px;
    right: 0;
    top: 2px;
}
}

.site-body {
    padding: 0;
}

.entry-body {
    width: 100%;
}

.lpbody {
    background-image: url(https://tukasaad.com/wp-content/uploads/2025/11/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.c-nav {
    z-index: 100;
    position: fixed;
}

.c-nav a {
    text-decoration: none;
}

.c-nav a:hover {
    text-decoration: none;
}

.pctop-left {
    position: relative;
    overflow: hidden;
    background-image: url(https://tukasaad.com/wp-content/uploads/2025/11/pcbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding: 8.6vw 2vw 2vw;
}

.pctop-left-main {
    position: relative;
    padding: 1.6vw;
    background-color: rgba(17, 19, 23, 0.8);
    border-radius: 20px;
    max-width: 600px;
    display: block;
    margin: 0 auto;
}

.pctop-left-main img {
    width: 100%;
    margin-bottom: 1vw;
}

.pctop-left-text {
    position: relative;
}

.pctop-left-text p {
    font-family: "M PLUS 1p", "Noto Sans JP", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    text-align: center;
}

.colortxt {
    color: #5D76D5;
}

.pctop-left-upper {
    font-size: 1vw;
    line-height: 1vw;
    margin-top: 1.4vw;
}

.pctop-left-title {
    font-size: 2.4vw;
    line-height: 3vw;
}

.pctop-left-bottom {
    font-size: 1.4vw;
    line-height: 1.6vw;
    color: #ffffff;
}

.pctop-left-bottom-title {
    font-size: 1.6vw;
    line-height: 2.0vw;
    color: #F8E91E!important;
}

.mt30 {
    margin-top: 1.4vw;
}

.pctop-left-bottom-title .colortxt {
    font-size: 3vw;
    font-family: "IBM Plex Sans JP", "Noto Sans JP", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    color: #F8E91E!important;
    line-height: 3.2vw;
}

.pctop-left-bottom .small {
    font-size: 1.6vw;
}

@media screen and (min-width: 1600px) {
.pctop-left {
    padding: 7.2vw 2vw 2vw;
}

.pctop-left-main {
    max-width: 50vw;
}
}
 
@media screen and (min-width: 768px) {
.c-nav {
    right: 0;
    bottom: 0;
    width: 360px;
    padding-right: 30px;
    padding-bottom: 80px;
}

.c-nav-item {
    width: 86%;
    margin: 0 auto 20px;
    color: #ffffff;
    font-weight: 600;
}

.c-nav p {
    color: #ffffff;
}

.c-nav a {
    color: #ffffff;
}

.pctop-left {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 780px;
}
}

@media screen and (max-width: 767.9px) {
main {
    margin: 0 auto;
}

.c-nav {
    display: none;
}

.pctop-left {
    display: none;
}
}

@media screen and (max-width: 1023.9px) {
.pctop-left-main {
    display: none;
}
}

/*==================== MAIN VISUAL ====================*/
.kv {
    width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    position: relative;
    background-image: url(https://tukasaad.com/wp-content/uploads/2025/11/kvbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    z-index: 1;
    padding: 60px 0 30px;
}

.kv-scdown {
    position: absolute;
    content: "";
    bottom: 2%;
    left: 50%;
    width: 64px;
    height: auto;
    z-index: 1000;
    transform: translateX(-50%);
}

.kv-inner {
    width: 95%;
    margin: 10px auto 0;
    box-sizing: border-box;
    display: block;
    position: relative;
    padding: 0;
}

.kv-inner img {
    width: 100%;
    display: block;
    margin: 0 auto 10px;
    text-align: center;
}

/*==================== BUTTON ====================*/
.cta1 {
    margin-top: 30px;
}

.cta1-txt {
    text-align: center;
    color: #FF0F36;
    font-weight: 600;
    font-size: 16px;
}

.cta-btn1 {
    display: block;
    margin: 10px auto;
    text-align: center;
    width: 100%;
}

.cta-btn1 button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin:0 auto;
    padding: .9em 2em;
    border: none;
    border-bottom: solid 5px #c8b900;
    border-radius: 25px;
    background-color: #f8e91e;
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0;
    transition: .1s ease;
    cursor: pointer;
}

.cta-btn1 button::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    content: "";
}

.cta-btn1 button:hover {
    transform: translateY(3px);
    border-bottom-width: 2px;
    padding-bottom: 18px;
}

.ctabutton {
	font-size: 20px;
	color: #ffffff;
}

.ctabutton span {
	font-size: 14px;
	color: #FFFF00;
	display: block;
}
/*==================== BUTTON END ====================*/

/*==================== SECTION 1 ====================*/
.section1 {
    background-image: url(https://tukasaad.com/wp-content/uploads/2025/11/sec1-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
}

.sec1-content {
    margin: 0;
    padding: 40px 15px;
}

.section1 img {
    margin-bottom: 0;
}

.sec1-content img {
    margin-bottom: 40px;
}

.section1 h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #2E4CBF;
}

.sec1-content-inner {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 24px 15px;
    margin-bottom: 20px;
}

.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.youtube iframe {
    width: 100%;
    height: 100%;
}

.section1 h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 3px;
    margin: 0 0 40px;
}

.section1 h3 span {
    display: block;
    width: fit-content;
    margin: 0 auto 20px;
    padding: 5px 10px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    background: rgb(134,109,87);
    background: linear-gradient(135deg, rgba(134,109,87,1) 0%, rgba(67,55,44,1) 100%);
}

.section1 p {
    text-align: left;
}

.faq-content {
    padding: 10px 0;
    transition: 0.5s;
}

.faq-content:hover {
    opacity: 1;
}

.faq-content a {
    color: #2F2011;
    text-decoration: none;
    transition: 0.5s;
}

.faq-content a:hover {
    opacity: 0.6;
}

.faq-content .far {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}

.acd-check {
    display: none;
}

.acd-label {
    display: block;
    text-align: center;
    margin-bottom: 40px;
    padding: 0 0 30px;
    position: relative;
    font-family: "Zen Old Mincho", "Noto Sans JP", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-weight: 500;
    letter-spacing: 3px;
    font-size: 18px;
    cursor: pointer;
}

.acd-label::after{
    background-image: url(https://tukasaad.com/wp-content/uploads/2025/11/chevron-down-solid.svg);
    background-repeat: no-repeat;
    background-size: contain;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 10px;
    padding: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
}

.acd-content {
    display: block;
    height: 0;
    opacity: 0;
    padding: 0;
    visibility: hidden;
    transition: 0.3s;
    position: relative;
}

.acd-content p {
    margin-top: 0;
}

.acd-check:checked + .acd-label::after{
    background-image: url(https://tukasaad.com/wp-content/uploads/2025/11/chevron-up-solid.svg);
}

.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 0 0 15px;
    visibility: visible;
}

/*--- SLIDER ---*/
.place-slide {
    margin-top: 40px;
    padding-bottom: 60px;
    padding-right: 10px;
    background-color: #5A4E4E;
}

.place-slide img {
    margin: 0 10px 0 0;
}

.place-slide .slick-dots {
    bottom: 24px;
}

.slick-track {
    background-color: #5A4E4E;
    border: solid 10px #5A4E4E;
}

/* -------- GALLERY ------- */
.gallery-wrapper {
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 30px;
}

.gallery-wrapper img {
    margin-top: 0;
    margin-bottom: 0;
}

/*==================================================
スライダーのためのcss
===================================*/
/*メイン画像下に余白をつける*/

.gallery{
    margin:0 0 5px 0;
}

.gallery li{
    list-style: none;
    padding: 0 4px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #ccc;/*矢印の色*/
    border-right: 2px solid #ccc;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*選択するサムネイル画像の設定*/
.slick-list {
    background-color: #ffffff;
}

.choice-btn li{
    cursor: pointer;
    outline: none;
    background:#333333;
    width: 32.2% !important;
    list-style: none;
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.choice-btn li img{
    opacity: 0.4;/*選択されていないものは透過40%*/
}

.choice-btn li.slick-current img{
    opacity: 1;/*選択されているものは透過しない*/
}

.choice-btn .slick-track {
    transform: unset !important;/*画面幅サイズ変更に伴うサムネイル固定*/
}

.choice-btn .slick-track {
    width: 100%!important;
}

/*==================== SECTION 1 END ====================*/

/*==================== SECTION CTA ====================*/
.section-cta {
    background-color: #ffffff;
    position: relative;
    padding: 30px 15px 15px;
}

.sec-cta-inner {
    margin: 0;
    padding: 30px 15px 0;
    background-color: #EAEAE0;
}

.sec-cta-inner img {
    margin-bottom: 40px;
}
/*==================== SECTION CTA END ====================*/

/*==================== SECTION 2 ====================*/
.section2 {
    background-color: #FBF9FB;
    position: relative;
}

.sec2-content {
    margin: 0;
    padding: 40px 15px;
}

.section2 h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #2E4CBF;
}

.section2 p {
    text-align: left;
}

.sec2-album {
    margin-top: 40px;
    padding: 0;
    background-color: #F8F8F8;
}

.sec2-album-inner {
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.sec2-album-inner-item {
    width: 48.5%;
    margin-bottom: 15px;
}

.sec2-album-inner-item p {
    background-color: #ffffff;
    padding: 10px 0;
    text-align: center;
    font-family: "M PLUS 1p", "Noto Sans JP", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.attention {
    font-size: 0.8em;
    text-align: left!important;
    margin-top: 40px;
}

#sec2-2 {
    margin-top: 30px;
}
/*==================== SECTION 2 END ====================*/

/*==================== SECTION 3 ====================*/
.section3 {
    background-image: url(https://tukasaad.com/wp-content/uploads/2025/11/sec3-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
}

.sec3-content {
    margin: 0;
    padding: 40px 15px;
}

.section3 h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #2E4CBF;
}

.section3 img {
    margin-bottom: 40px;
}
/*==================== SECTION 3 END====================*/

/*==================== SECTION 4 ====================*/
.section4 {
    background-image: url(https://tukasaad.com/wp-content/uploads/2025/11/sec1-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
}

.sec4-content {
    margin: 0;
    padding: 40px 15px;
}

.section4 h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #2E4CBF;
}

.section4 p {
    text-align: center;
}

.sec4-content-inner {
    background-image: url(https://tukasaad.com/wp-content/uploads/2025/11/sec4-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    border-radius: 5px;
    border: solid 2px #8841F3;
    padding: 15px 5px;
    margin-top: 40px;
    display: flex;
    -webkit-display: flex;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
    width: 100%;
    flex-wrap: wrap;
}

.sec4-content-inner img {
    width: 44%;
    margin: 10px 5px;
}

/*==================== SECTION 4 END ====================*/

/*==================== SECTION 5 ====================*/
.section5 {
    background-color: #ffffff;
    position: relative;
}

.sec5-content {
    margin: 0;
    padding: 15px 15px 30px;
}

.sec5-content .cta1-txt {
    font-size: 18px;
    line-height: 24px;
}

.blk {
    color: #000000!important;
    font-size: 16px!important;
}
/*==================== SECTION 5 END ====================*/

/*==================== OTHER PAGE ====================*/
.page-header {
    display: none;
}
/*==================== OTHER PAGE END ====================*/

.faq-content2 {
    border: solid 1px #E3E3E3;
    background-color: #ffffff;
    padding: 10px 15px 0;;
    transition: 0.5s;
    margin-bottom: 20px;
}

.faq-content2:hover {
    opacity: 1;
}

.faq-content2 a {
    color: #2F2011;
    text-decoration: none;
    transition: 0.5s;
}

.faq-content2 a:hover {
    opacity: 0.6;
}

.faq-content2 .far {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}

.acd-check-2 {
    display: none;
}

.acd-label-2 {
    display: block;
    text-align: left;
    margin-bottom: 15px;
    padding: 15px 0 15px 30px;
    position: relative;
    font-family: "Zen Old Mincho", "Noto Sans JP", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 14px;
    cursor: pointer;
}

.acd-label-2::before {
    position: absolute;
    content: "Q.";
    font-size: 16px;
    color: #2F2011;
    left: 5px;
    top: 12px;
}

.acd-label-2::after{
    background-image: url(https://tukasaad.com/wp-content/uploads/2025/11/triangle-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    box-sizing: border-box;
    content: "";
    height: 10px;
    padding: 5px;
    position: absolute;
    right: 0px;
    bottom: 15px;
}

.acd-content-2 {
    display: block;
    height: 0;
    opacity: 0;
    padding: 0;
    visibility: hidden;
    transition: 0.3s;
    position: relative;
}

.acd-content-2 p {
    margin-top: 0;
    margin-bottom: 5px;
    text-align: left;
}

.acd-check-2:checked + .acd-label-2::after{
    background-image: url(https://tukasaad.com/wp-content/uploads/2025/11/triangle-up.svg);
}

.acd-check-2:checked + .acd-label-2 + .acd-content-2{
    height: auto;
    opacity: 1;
    padding: 0 0 15px;
    visibility: visible;
}

/*==================== FOOTER BUTTON ====================*/
.lowbtn {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 596px;
    z-index: 1000;
}

.lowbtn-inner {
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

a.lowbtn1 {
    width: 59%;
    height: auto;
}

a.lowbtn2 {
    width: 20.5%;
    height: auto;
}

a.lowbtn3 {
    width: 20.5%;
    height: auto;
}

.lowbtn-inner img {
    width: 100%;
}

@media screen and (min-width: 568px) {
    .movie-sec {
        width: 100%;
    }
} 

/*==================== FOOTER BUTTON END ====================*/

/*==================== FOOTER ====================*/
footer.site-footer {
    display: none!important;
}

.footer {
    background-color: #000000;
    color: #ffffff;
    border: none;
    padding: 30px 15px;
}

.footer p {
    font-size: 11px;
    letter-spacing: 0;
    text-align: center;
}
/*==================== FOOTER END ====================*/