/*
Theme Name: HaleSystem_Gen16
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Description: Movicap v0.227, WP6.4
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');

body {
    color: #fff;
    background-color: #0E0F34;
    font-family: "M PLUS 2", sans-serif;
}

body:not(.single-session) {
    background-color: #0fa9c4;
}
@media (orientation: landscape) and  (max-width: 767px) {
    body:not(.single-session) {
        background-image: unset;
    }
}
@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
h1,h2{
    font-family: "M PLUS 2", sans-serif;
    color: #fff!important;
    font-weight: 700;
}
h3.head {
    font-family: "M PLUS 2", sans-serif;
    color: #fff!important;
}
.wrapeer,
header a{
    color: #fff!important;
}
.header-title .sp {
    font-weight: normal;
    font-family: "M PLUS 2", sans-serif;
    font-size: 14px !important;
    line-height: 0!important;
}
header-title .sp img {
    max-width: 100%;
    width: 100%;
}
.header-title .pc{
    width: max-content;
}
.header-title .pc img{
    max-width: 100%;
    width: 200px;
}
@media screen and (max-width: 480px) {
    .header-wrap {
        margin-bottom: 0px;
    }
}
.footer_text a {
    color: rgb(255 255 255 / 40%) !important;
}
.buttonLinks {
    color: #fff;
}
.buttonLink.selected {
    border-bottom: 2px solid #fff;
}
#managePhotos {
  color: #fff;
}
#action_menu,
#pagePhotoList{
  color: #fff;
}
ul.post-lists li{
  color: #fff;
}
.header-title .sp img {
  max-width: 130px !important;
  width: 100%;
}
.header-title {
    text-align: left;
    padding-right: unset;
}

.wrapeer img{
display:block;
margin:0 auto;
}

@media only screen and (max-width: 480px) {
    h2 {
        font-size: 24px;
    }
}

.wrapeer .head{
display:none;
}

.wrapeer{
    margin-top: -60px;
}
@media only screen and (max-width: 480px) {
.wrapeer{
    margin-top: 0px;
}
}

.photobook-goods-grid .card {
    background-color: #ffffffbd !important;
}
.photobook-goods-grid .card .head {
    background-color: #ffffff !important;
}

.data-goods-itemdescription {
    margin-bottom: 0px !important;
    text-align: left !important;
    color: #000;
}

.list-session {
    aspect-ratio: 3 / 2;
}
.mark{
   display:none;
}