@charset "UTF-8";

#hero_section {
    width: 100%;
}

.banner_image {
    position: relative;
    height: 100vh;
}

.banner_slider {
    position: absolute;
    width: 100%;
    left: 0;
    top: 130px;
    right: 0;
    bottom: 0;
    background-image: url("../image/banner_img_bg.jpg");
}

.banner_content {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(50%, -50%);
    width: 984px;
    height: 594px;
}

.banner_content img {
    /* max-width: 984px; */
    animation: ani-slg1 1s ease alternate;
}

@keyframes ani-slg1 {
    0% {
        transform: translateY(70px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
    /* 0% { */
        /* transform: rotate(0deg); */
        /* opacity: 0; */
    /* } */
    /* 100% { */
        /* transform: rotate(360deg); */
        /* opacity: 1; */
    /* } */
}

/* SNS_event styles */
#SNS_event {
    width: 100%;
    height: 450px;
    padding: 50px 0;
    color: white;
    background-color: #D3CEC4;
}

.sns_event_card {
    position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	width: 1400px;
	margin: 0 auto;
	justify-content: space-evenly;
}

.sns_event_item {
    position: relative;
    width: 300px;
    height: 250px;
    background-color: black;
    transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.sns_event_item:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.sns_event_item img {
    display: inline-block;
    width: 300px;
    height: 200px;
    object-fit: contain;
}

.sns_event_item p {
    text-align: center;
    padding: 10px 0;
}

/* universe styles */
#universe {
    width: 100%;
    height: 510px;
    padding: 50px 0;
    background-color: #3c4b2c;
}

.universe_box {
    position: relative;
    width: 1400px;
    height: 300px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.universe_text {
    position: relative;
    width: 750px;
    height: 300px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
    box-shadow: #5555559c 5px 3px 14px 3px;
}

.universe_box_text_content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 25px;
}

.universe_text h3 {
    padding: 0 10px;
}

.universe_text h3 .highlight {
    color: #00a029;
}

.universe_text p {
    padding: 0 10px;
    font-size: 16px;
}

.universe_text p .highlight {
    font-weight: bold;
}

.universe_text .page_landing_btn {
    background-color: #00a029;
    color: #fff;
    margin-left: 10px;

}

.universe_text .page_landing_btn:hover {
    background-color: #007f1f;
}

.universe_image {
    position: relative;
    width: 500px;
    height: 300px;
    background-color: #dcfce7B4;
    border-radius: 30px;
    box-shadow: #5555559c 5px 3px 14px 3px;
    overflow: hidden;
}

/* character styles */
#character {
	position:relative;
    background-color: #b6a49a;
}

.character_section_elem {
	position:relative;
	padding-bottom:50px;
}

.character_table {
	position:relative;
	width:1400px;
	margin:0px auto;
	background-color:#3c4b2c;
	top:30px;
	display:flex;
	flex-wrap:wrap;
}

.character_element {
	box-sizing:border-box;
	display:inline-block;
	width:350px;
	height:245px;
	background-color:#e3e3e3;
	border:1px solid #5f5f5f;
	font-size:16px;
	text-align:center;
	transition:all .2s;
}

.character_element figcaption {
	padding-top:5px;
}

.character_element:hover {
	background-color:navy;
	color:aqua;
}

/* novel styles */
#novel {
    width: 100%;
    height: 510px;
    padding: 50px 0;
    background-color: #00FFFF;
}

.novel_box {
    position: relative;
    width: 1400px;
    height: 300px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.novel_image {
    position: relative;
    width: 500px;
    height: 300px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
    box-shadow: #5555559c 5px 3px 14px 3px;
    overflow: hidden;
}

.novel_text {
    position: relative;
    width: 750px;
    height: 300px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
    box-shadow: #5555559c 5px 3px 14px 3px;
}

.novel_box_text_content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 25px;
}

.novel_text h3 {
    padding: 0 10px;
}

.novel_text h3 .highlight {
    color: #0037ff;
}

.novel_text p {
    padding: 0 10px;
    font-size: 16px;
}

.novel_text p .highlight {
    font-weight: bold;
}

.novel_text .page_landing_btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #0037ff;
    color: #fff;
    border-radius: 10px;
    margin-left: 10px;;

}

.novel_text .page_landing_btn:hover {
    background-color: #001f7f;
}

/* brand styles */
#brand {
    position: relative;
    width: 100%;
    background-color: #555555;
}

.SNAPTIME {
    position: relative;
    width: 1400px;
    height: 300px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.SNAPTIME .brand_box {
    position: relative;
    width: 540px;
    height: 250px;
    border-radius: 20px;
    box-shadow: #5555559c 5px 3px 14px 3px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.SNAPTIME .brand_box img {
    display: inline-block;
    width: 170px;
    height: 200px;
    object-fit: cover;
}

.Viridis {
    position: relative;
    width: 1400px;
    height: 300px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.Viridis .brand_box {
    position: relative;
    width: 450px;
    height: 250px;
    border-radius: 20px;
    box-shadow: #5555559c 5px 3px 14px 3px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.Viridis .brand_box img {
    display: inline-block;
    width: 170px;
    height: 200px;
    object-fit: cover;
}

.brand_box {
    padding: 10px 20px;
    background-color: seashell;
}

.SNAPTIME .page_landing_btn {
    background-color: #000;
    color: #fff;
}

.SNAPTIME .page_landing_btn:hover {
    background-color: #555;
}

.Viridis .page_landing_btn {
    background-color: #A7FC00;
    color: #000;
}

.Viridis .page_landing_btn:hover {
    background-color: #00a029;
    color: #fff;
}

/* goods styles */
#goods {
    width: 100%;
    padding: 50px 0;
    background-color: #15923B;
    color: #A6E3A1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.goods_box {
    position: relative;
    width: 1400px;
    margin: 0 auto;
}

.goods_text {
    position: relative;
    margin-bottom: 50px;
}

.goods_box .page_landing_btn {
    background-color: #00a029;
    color: #fff;
    margin-left: 10px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.goods_box .page_landing_btn:hover {
    background-color: #007a1f;
}

.goods_list {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
}

.goods_item {
    position: relative;
    width: 200px;
    height: 300px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 10px 0;
	cursor: pointer;
}

.goods_item:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.goods_item img {
    display: inline-block;
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.goods_item h4 {
    padding: 10px 0 5px 0;
}

.goods_price {
    padding: 0 5px;
    font-weight: bold;
}

/* FAQ style */
#faq {
    position: relative;
    width: 100%;
    background-color: #A7FC00;
}

.faq_box {
    position: relative;
    width: 1400px;
    margin: 0 auto;
}

.faq_list {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
}