/*
Theme Name:サマーナイトフェスティバル2025
Theme URI: http://inazawa-summernight.com/
Author: ICHINOSE Yurino
AuthorURI: http://inazawa-summernight.com/
Description: サマーナイトフェスティバル2025のサイトです
Version: 1.0
*/


@charset "UTF-8";

body{
    font-size: 16px;
    background-color: #F0F7FF;
}

.mobile{
    display: none;
}

.pc{
    display: block;
}

.ft_regular {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-style: normal;
}
  
.ft_medium {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    font-style: normal;
}


.fs_36
{
    font-size: 2.25rem;
}

.fs_32
{
    font-size: 2rem;
}

.fs_24
{
    font-size: 1.5rem;
}

.fs_20
{
    font-size: 1.25rem;
}

.fs_18
{
    font-size: 1.125rem;
}

.fs_16 {
    font-size: 1rem;
}

.fs_14
{
    position: relative;
    font-size: 0.875rem;
    z-index: 100;
}

.triangle
{
    width:0;
    height:0;
    border-style:solid;
    border-width: 0 12.5px 16px 12.5px;
    border-color: transparent transparent #E7380D transparent;
    margin-right: 3px;
    z-index: 100;
}

header
{
    display: block;
    z-index: 100;
}

#header_menu_inline
{
    display: inline-block;
    position: fixed;
    z-index: 9999;
    right: 0;
    background-color: #00598D;
    width: 100%;
}

#header_menu_inline ul
{
    display: flex;
    justify-content: right;
    align-items: center;
    margin: 0;
    padding-top: 16px;
    padding-bottom: 20px;
}

#header_menu_inline ul li
{
    padding-right: 22px;
    padding-left: 22px;
}

#header_menu_inline ul li a
{
    text-decoration: none;
    color: #F0F7FF;
}

#main_visual
{
    position: relative;
    color: #00598D;
    background-color: #F0F7FF;
    z-index: 100;
}

#main_visual img
{
    width: 100%;
    height: auto;
}

#news
{
    padding-top: 88px;
    position: relative;
    color: #F0F7FF;
    background-color: #00598D;
    z-index: 100;
    padding-bottom: 88px;
}
.inner
{
    width: calc((1080 / 1440) * 100vw);
    margin: 0 auto;
}

#instagram
{
    padding-top: 28px;
    padding-bottom: 26px;
    position: relative;
    display: flex;
    align-items: center;
    width: calc((1080 / 1440) * 100vw);
    margin: 0 auto;
    z-index: 100;
}

#news img
{
    width: calc((45 / 1440) * 100vw);
    height: 100%;
    object-fit: cover;
    margin-right: calc((29 / 1440) * 100vw);
}

#map
{
    padding-top: 120px;
    position: relative;
    z-index: 100;
    padding-bottom: 83px;
}

#map img
{
    width: calc((1080 / 1440) * 100vw);
    border-radius: 10px;
    margin-top: 51px;
}

#guide
{
    padding-top: 83px;
}



.buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content_left
{
    text-align: center;
    width: 158px;
    height: 64px;
    border-top: 1px solid #00598D;
    border-bottom: 1px solid #00598D;
    border-right: 1px solid #00598D;
}

.content_right
{
    width: 456px;
    height: 64px;
    border-top: 1px solid #00598D;
    border-bottom: 1px solid #00598D;
    padding-left: 30px;
}


#kitchencar
{
    position: relative;
    padding-top: 40px;
    padding-bottom: 110px;
    z-index: 100;
}

.kitchencar_button
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((255 / 1440) * 100vw);
    height:calc((60 / 1440) * 100vw);
    background-color: #F0F7FF;
    color: #00598D;
    border: 3px solid #56C0C8;
    border-radius: 10px;
    margin-top: 14px;
    margin-bottom: 28px;
}

.kitchencar_button.on {
    background-color: #56C0C8;
    color: #F0F7FF;
}

.kitchencar_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: stretch;
    margin-bottom: 18px;
    width: calc((1100 / 1440) * 100vw); 
}

.kitchencar_item {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-right: calc((20 / 1440) * 100vw);
    width:calc((255 / 1440) * 100vw);
}

.kitchencar_item img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 8px;
}

.list_img{
    position: relative;
    z-index: 100;
}

.kitchencar_number{
    position: absolute;
    top: 0;
    left: 0;
    width: calc((70 / 1440) * 100vw);
    height: calc((50 / 1440) * 100vw);
    background-color: #56C0C8;
    color: #F0F7FF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 10px;
    z-index: 100;
}

.list_name {
    margin-bottom: 2px;
}

.list_team {
    margin-bottom: 4px;
}


#tent
{
    position: relative;
    padding-bottom: 136px;
    z-index: 100;
}


.tent_button
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((255 / 1440) * 100vw);
    height:calc((60 / 1440) * 100vw);
    background-color: #F0F7FF;
    color: #00598D;
    border: 3px solid #E60013;
    border-radius: 10px;
    margin-top: 14px;
    margin-bottom: 28px;
}

.tent_button.on {
    background-color: #E60013;
    color: #F0F7FF;
}

.tent_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: stretch;
    margin-bottom: 18px;
    width: calc((1100 / 1440) * 100vw); 
    position: relative;
    z-index: 100;
}

.tent_item {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-right: calc((20 / 1440) * 100vw);
    width:calc((255 / 1440) * 100vw);
}

.tent_item img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 8px;
}

.tent_number{
    position: absolute;
    top: 0;
    left: 0;
    width: calc((70 / 1440) * 100vw);
    height: calc((50 / 1440) * 100vw);
    background-color: #E60013;
    color: #F0F7FF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 10px;
    z-index: 100;
}


#illumination
{
    position: relative;
    padding-bottom: 120px;
    z-index: 100;
}

.text
{
    margin-top: 14px;
    margin-bottom: 14px; 
}

.image
{
    display: flex;
    justify-content: space-between;
}

.image img
{
    width: calc((345 / 1440) * 100vw);
    border-radius: 10px;
}



#babyStation
{
    position: relative;
    padding-bottom: 120px;
    z-index: 100;
}

#babyStation .image
{
    margin-bottom: 30px;
}


#sheet
{
    position: relative;
    padding-bottom: 94px;
}

#sheet .to_map
{
    margin-top: 30px;
}

#stage
{
    position: relative;
    z-index: 100;
}


#stage .accordion_header
{
    display: flex;
}

#stage .accordion button
{
    border: none;
    background-color: #F0F7FF;
}

#stage .accordion_body img
{
    margin-top: 20px;
    width: calc((485 / 1440) * 100vw);
    border-radius: 10px;
}


#stage .accordion
{
    padding-top: 14px;
    width: calc((1080 / 1440) * 100vw);
    margin:  0 auto;
}

#stage .accordion_item {
    border: 3px solid #00598D;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #F0F7FF;
    width: 100%;
  }

#stage .accordion_header {
    padding: 27px 42px;
    color: #00598D;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


#stage .header_content {
    text-align: left;
}

#stage .icon_wrap {
    position: relative;
    width: 24px;
    height: 24px;
  }
  
#stage .line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #00598D;
    transition: transform 0.3s ease;
}
  
#stage .line:first-child {
    transform: translateY(-50%);
}
  
#stage .line:last-child {
    transform: translateY(-50%) rotate(90deg);
}

#stage .accordion_header.active .line:last-child {
    transform: translateY(-50%) rotate(0);
}
  
#stage .accordion_body {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-out;
}
  
#stage .body_content {
    border-top: 1px solid #00598D;
    padding: 30px 0; 
    margin: 0 42px;
}
  
  /* アニメーション用の状態 */
#stage .accordion_body.entering {
    height: var(--content-height);
}
  
#stage .accordion_body.leaving {
    height: 0;
}
  
#matsueikko
{
    position: absolute;
    top: 585px;
    left: 29px;
    width: 240px;
    z-index: 200;
}

#uma-i
{
    position: absolute;
    top: 2350px;
    right: 10px;
    width: 172px;
    z-index: 200;
}

#waai
{
    position: absolute;
    left: 0;
    top: 5600px;
    width: 213px;
    z-index: 200;
}

#syuku
{
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 200px;
    z-index: 200;
}

#info
{
    color: #00598D;
    /* background-image: url(../img/info_bg.png);
    background-size: calc((1440 / 1440) * 100vw);
    background-position: center; */
    position: relative;
    z-index: 100;
    padding-bottom: 85px;
}
 #info .bg_img
 {
    display: flex;
    position: absolute;
    width: 100%;
    height: 8700px;
    z-index: 1 !important;
    background-image: url(./img/info_bg.png);
    background-size: cover;
    background-position: center;
    
 }


#info a
{
    text-decoration: none;
    color: #00598D;
}


#access
{
    display: none;
    position: relative;
    color: #F0F7FF;
    background-color: #00598D;
    background-image: url(./img/access_bg.png);
    background-size: cover;
    background-position: center;
    z-index: 100;
}


.parking
{
    display: flex;
}


.point
{
    line-height: 1.15; 
    border: 3px solid #fff; 
    padding-top: 22px;
    padding-bottom: 26px;
    padding-left: 48px;
    padding-right: 48px;
}

#access img
{
    margin-top: 22px;
    width: calc((90 / 1440) * 100vw);
}
  
#faq
{
    position: relative;
    background-color: #00598D;
    color: #F0F7FF;
    z-index: 100;
    padding-top: 125px;
    padding-bottom: 148px;
    /* z-index: 1 !important; */
    /* background-image: url(../img/contact_bg.png);
    background-size: cover;
    background-position: center; */
}
  
#faq .bg_img
{
    /* background-color: #00598D; */
   display: flex;
   position: absolute;
   width: 100%;
   height: 1250px;
   z-index: -1 !important;
   background-image: url(./img/access_bg.png);
   background-size: cover;
   background-position: center; 
}

#faq .accordion_header
{
    display: flex;
}

#faq .accordion_header .icon_Q
{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00598D;
    background-color: #F0F7FF;
}



#faq .accordion button
{
    border: none;
    background-color: #00598D;
}

#faq .accordion_body img
{
    margin-top: 20px;
    width: calc((485 / 1440) * 100vw);
    border-radius: 10px;
}

#faq .body_content .icon_A
{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F0F7FF;
    background-color: #00598D;
    border: 1px solid #F0F7FF;
}


#faq .accordion
{
    padding-top: 14px;
    width: calc((1080 / 1440) * 100vw);
    margin:  0 auto;
}

#faq .accordion_item {
    border: 3px solid #F0F7FF;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #00598D;
    width: 100%;
  }

#faq .accordion_header {
    padding: 27px 42px;
    color: #F0F7FF;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


#faq .header_content {
    text-align: left;
}

#faq .icon_wrap {
    position: relative;
    width: 24px;
    height: 24px;
  }
  
#faq .line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #F0F7FF;
    transition: transform 0.3s ease;
}
  
#faq .line:first-child {
    transform: translateY(-50%);
}
  
#faq .line:last-child {
    transform: translateY(-50%) rotate(90deg);
}

#faq .accordion_header.active .line:last-child {
    transform: translateY(-50%) rotate(0);
}
  
#faq .accordion_body {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-out;
}
  
#faq .body_content {
    border-top: 1px solid #F0F7FF;
    padding: 30px 0; 
    margin: 0 42px;
}
  
  /* アニメーション用の状態 */
#faq .accordion_body.entering {
    height: var(--content-height);
}
  
#faq .accordion_body.leaving {
    height: 0;
}

.anser
{
    padding-top: 8px;
    width: 100%;
}

#contact
{
    padding-top: 120px;
    position: relative;
    color: #00598D;
    background-color: #F0F7FF;
    background-image: url(./img/contact_bg.png);
    background-size: cover;
    background-position: center;
    z-index: 100;
    padding-bottom: 143px;
}

.name
{
    padding-top: 40px;
}



input
{
    margin-top: 14px;
    margin-bottom: 24px;
    border: 3px solid #00598D;
    border-radius: 10px;
    background-color: #F0F7FF;
    color: #00598D;
}

textarea
{
    margin-top: 14px;
    margin-bottom: 80px;
    height: 254px;
    border: 3px solid #00598D;
    border-radius: 10px;
    background-color: #F0F7FF;
    color: #00598D;
}

#contact .button
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #00598D;
    font-size: 24px;
    font-weight: bold;
}

#contact .button div
{
    color: #00598D;
}


.button_content
{
    border: none;
    background-color: #FFDB26;
    border-radius: 10px;
    padding: 14px 42px;
    color: #00598D;
}

#contact .inner .text
{
    padding: 29px 80px;
    width: 100%;
}

#sponsor
{
    padding-top: 123px;
    position: relative;
    color: #F0F7FF;
    background-color: #00598D;
    background-image: url(./img/sponsor_bg.png);
    background-size: cover;
    background-position: center;
    z-index: 100;
    padding-bottom: 120px;
}

#sponsor .inner .text
{
    margin-top: 16px;
    margin-bottom: 56px;
    width: 100%;
}

#sponsor_list
{
    width: 100%;
    margin-top: 156px;
}

.sponsor_title
{
    margin-bottom: 80px;
}

.to_map
{
    display: flex;
    align-items: center;
}

.row
{
    color: #00598D;
    padding-bottom: 30px;
    justify-content: start;
}

.col-6
{
    padding: 0;
}

.col-4
{
    padding: 0;
}

.col-3 {
    padding: 0;
}

.col-6 div
{
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e0efff;
    height: calc((100 / 1440) * 100vw);
    padding: 16px 0;
    margin-bottom: 40px;
}

.col-4 .fs_20
{
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e0efff;
    height: calc((90 / 1440) * 100vw);
    padding: 16px 0;
    margin-bottom: 40px;
}

.col-4 .fs_18
{
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e0efff;
    height: calc((70 / 1440) * 100vw);
    padding: 16px 0;
    margin-bottom: 40px;
}

.col-3 div
{
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e0efff;
    height: calc((60 / 1440) * 100vw);
    padding: 16px 0;
    margin-bottom: 40px;
}


.left
{
    padding-right: 22px;
}

.right
{
    padding-left: 22px;
}

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

    .mobile{
        display: block;
    }
    
    .pc{
        display: none;
    }

    .fs_36
    {
        font-size: 1.5rem;
    }

    .fs_32
    {
        font-size: 1rem;
    }
    .fs_24
    {
        font-size: 0.89rem;;
    }

    .fs_20
    {
        font-size: 0.875rem;
    }

    .fs_18
    {
        font-size: 0.875rem;
    }

    .fs_16
    {
        font-size: 0.875rem;

    }



    /* overlay-styles.css */
    .hamburger-overlay {
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 400;
        width: 48px;
        height: 48px;
        border: none;
        background: transparent;
        cursor: pointer;
        background-color: #00598D;
    }
    
    .hamburger-overlay__line {
        position: absolute;
        left: 11px;
        width: 26px;
        height: 3px;
        background-color: #F0F7FF;
        transition: all .6s;
        z-index: 400;
    }
    
    .hamburger-overlay__line:nth-of-type(1) { top: 14px; }
    .hamburger-overlay__line:nth-of-type(2) { top: 23px; }
    .hamburger-overlay__line:nth-of-type(3) { top: 32px; }
    
    .hamburger-overlay.active .hamburger-overlay__line {
        background-color: #F0F7FF;
    }
    
    .hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
        transform: translateY(9px) rotate(-45deg);
    }
    .hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
        opacity: 0;
    }
    .hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
        transform: translateY(-9px) rotate(45deg);
    }
    
    .nav-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #00598D;
        visibility: hidden;
        opacity: 0;
        transition: all .6s;
        z-index: 300;
    }
    
    .nav-overlay.active {
        visibility: visible;
        opacity: 1;
    }
    
    .nav-overlay__content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
    }
    
    .nav-overlay__list {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .nav-overlay__item {
        opacity: 0;
        transform: translateY(20px);
        transition: all .3s;
    }
    
    .nav-overlay.active .nav-overlay__item {
        opacity: 1;
        transform: translateY(0);
    }
    
    .nav-overlay.active .nav-overlay__item:nth-child(1) { transition-delay: 0.2s; }
    .nav-overlay.active .nav-overlay__item:nth-child(2) { transition-delay: 0.2s; }
    .nav-overlay.active .nav-overlay__item:nth-child(3) { transition-delay: 0.2s; }
    .nav-overlay.active .nav-overlay__item:nth-child(4) { transition-delay: 0.2s; }
    .nav-overlay.active .nav-overlay__item:nth-child(5) { transition-delay: 0.2s; }
    .nav-overlay.active .nav-overlay__item:nth-child(6) { transition-delay: 0.2s; }
    
    .nav-overlay__link {
        display: inline-block;
        padding: 20px;
        color: #F0F7FF;
        text-decoration: none;
        transition: color .3s;
    }
    
    .nav-overlay__link:hover {
        color: #F0F7FF;
    }

    .inner
    {
        width: calc((345 / 393) * 100vw);
    }



    #info
    {
        padding-bottom: 64px;
        
    }

    #map
    {
        padding-top: 32px;
        padding-bottom: 64px;
    }

    #map img {
        margin-top: 24px;
        width: 100%;
        position: left;
    }

    #guide
    {
        padding-top: 0;
    }

    #kitchencar {
        padding-top: 32px;
        padding-bottom: 56px;
    }

    #access
    {
        background-image: none;
    }
    
    .kitchencar_button {
        width: calc((78 / 393) * 100vw);
        height: calc((33 / 393) * 100vw);
        margin-top: 16px;
        margin-bottom: 24px;
        border-radius: 5px;
        border:  1px solid #56C0C8;
    }

    .kitchencar_list {
        width: calc((366 / 393) * 100vw);
        margin-bottom: 24px;
    }

    .kitchencar_item
    {
        margin-top: 24px;
        width: calc((167 / 393) * 100vw);
        margin-right: calc((11 / 393) * 100vw);
        margin-bottom: 0;
    }

    .kitchencar_item img {
        border-radius: 5px;
    }

    .kitchencar_number {
        width: calc((37 / 393) * 100vw);
        height: calc((27 / 393) * 100vw);
        border-top-left-radius: 5px;
    }

    #tent {
        padding-bottom: 56px;
    }

    .tent_button {
        width: calc((78 / 393) * 100vw);
        height: calc((33 / 393) * 100vw);
        margin-top: 16px;
        margin-bottom: 24px;
        border-radius: 5px;
        border:  1px solid #E60013;
    }

    .tent_list {
        width: calc((366 / 393) * 100vw);
        margin-bottom: 24px;
    }

    .tent_item
    {
        margin-top: 24px;
        width: calc((167 / 393) * 100vw);
        margin-right: calc((11 / 393) * 100vw);
        margin-bottom: 0;
    }

    .tent_item img {
        border-radius: 5px;
    }

    .tent_number {
        width: calc((37 / 393) * 100vw);
        height: calc((27 / 393) * 100vw);
        border-top-left-radius: 5px;
    }

    .text{
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .image
    {
        display: block;
    }

    .image img
    {
        width: 100%;
        margin-top: 8px;
        border-radius: 5px;
    }

    #illumination
    {
        padding-bottom: 64px;
    }

    #babyStation {
        padding-bottom: 64px;
    }

    #sheet {
        padding-bottom: 64px;
    }


    .time
    {
        letter-spacing: 11px;
        padding-left: 12px;
    }

    #stage .accordion
    {
        padding-top: 24px;
        width: 100%;

    }

    #stage .accordion_header
    {
        padding: 8px 16px;
        text-align:left;
    }

    #stage .accordion_item
    {
        border-radius: 5px;
        border: 2px solid #00598D;
        margin-bottom: 16px;
    }

    #stage .body_content {
        padding: 8px 0;
        margin: 0 16px;
    }


    #stage .icon_wrap {
        width: 15px;
        height: 15px;
    }


    #stage .accordion_body img {
        margin-top: 16px;
        width: calc((240 / 393) * 100vw) !important;
        border-radius: 5px;

    }

    #faq {
        padding-top: 32px;
        padding-bottom: 64px;
    }

    #faq .accordion {
        width: 100%;
    }

    #faq .accordion_header
    {
        padding: 8px 16px;
        text-align:left;
    }

    #faq .accordion_item
    {
        border-radius: 5px;
        border: 2px solid #F0F7FF;
        margin-bottom: 16px;
    }

    #faq .body_content {
        padding: 8px 0;
        margin: 0 16px;
    }


    #faq .icon_wrap {
        width: 15px;
        height: 15px;
    }

    #faq .accordion_header .icon_Q
    {
        width: 22px;
        height: 22px;
    }

    #faq .body_content .icon_A
    {
        width: 22px;
        height: 22px;
    }

    #faq .accordion_header .fs_24
    {
        width: calc((240 / 393) * 100vw);
    }


    .anser
    {
        padding-top: 0;
        width: calc((270 / 393) * 100vw);
    }

    #contact {
        background-image: none;
        padding-top: 32px;
        padding-bottom: 64px;
    }

    .time
    {
        letter-spacing: 0;
        padding-left: 0;
    }
    .content_left
    {
        width: 180px;
    }

    .content_right
    {
        padding-left: 8px;
    }
    
    .name
    {
        padding-top: 24px;
    }

    #contact .inner .text {
        margin-top: 16px;
        margin-bottom: 16px;
        padding: 8px 16px;
        border-radius: 5px;
    }

    input 
    {
        border: 2px solid #00598D;
    }

    textarea
    {
        border: 2px solid #00598D;
    }

    .button_content
    {
        border-radius: 5px;
    }

    #sponsor
    {
        background-image: none;
        padding-top: 24px;
        padding-bottom: 64px;
    }

    #sponsor .inner .text {
        margin-top: 8px;
        margin-bottom: 24px;
    }

    #sponsor_list {
        margin-top: 64px;
    }

    .sponsor_title
    {   margin-bottom: 24px;

    }

    .row
    {
        padding-bottom: 24px;
    }
    
    .col-6 div {
        border-radius: 5px;
        height: calc((60 / 393) * 100vw);
        margin-bottom: 16px;
    }

    .col-4 .fs_20 {
        border-radius: 5px;
        height: calc((70 / 393) * 100vw);
        margin-bottom: 16px;
    }
    .col-4 .fs_18 {
        font-size: 0.75rem;
        border-radius: 5px;
        height: calc((60 / 393) * 100vw);
        margin-bottom: 16px;
    }
    .col-3 div {
        font-size: 0.625rem;
        border-radius: 5px;
        height: calc((70 / 393) * 100vw);
        margin-bottom: 16px;
    }


    .left
    {
        padding-right: 8px;
    }
    .right
    {
        padding-left: 8px;
    }

    .center
    {
        padding-left: 2px;
        padding-right: 2px;
    }

    #info .bg_img
    {
       display: none;
       
    }
    #faq .bg_img
    {

        display: none;
    }


}