#main_content_vr2022pro img {
    height: auto;
}

@media screen and (min-width: 1024px) {
	.chara_top_dtxt h3.secondary{
		color:#fff!important;
	}
	.chara_top_dtxt p{
		color:#fff!important;
	}
}

.omen_27q_g2_pickup > div{
	border: 1px rgba(169,27,41, .3) solid;
	border-radius: .5rem;
}
.omen_27q_g2_pickup h4{
	background: rgba(169,27,41, .1);
	color:#a91b29;
	font-weight: normal;
	padding: .8em .5rem;
}
.omen_27q_g2_pickup h4 + div{
	margin-top: 1em;
}


/* ==================================================
	chara
================================================== */

@media screen and (max-width: 1023px){
    #contents_chara .col_1.left > div:first-child {
        order: 2;
        margin-top: 2rem;
    }
    #contents_chara .col_1.left > div:nth-child(2) {
        order: 1;
    }
}
@media screen and (min-width: 1024px){
    #contents_chara .col_1.left > div:nth-child(2) {
        padding-left: 20px;
    }
}

p.with_line {
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 2rem;
}
p.with_line::before {
    background-color: #ff0000;
    content: "";
    display: block;
    position: absolute;
    width: 2rem;
    height: 0.2rem;
    bottom: .5rem;
}
p.with_line span {
    padding-left: 2.8rem;    
}
.h3 {
    font-size: 4rem !important;
    letter-spacing: 1px;
    line-height: 1.3;
}
.description {
    margin-top: 2rem;
}
.description p {
    font-size: 1.8rem;
}
.description p + p {
    margin-top: 1rem;
}

/* video */
.video_area {
    padding: 2rem 0;
    position: relative;
}
.video_area .active {
    display: none;
}
.thumbnail_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.thumbnail_img img {
    width: 100%
}
.video_btn {
    -webkit-transform:rotate(45deg) translate(-50%,-50%);
    -ms-transform:rotate(45deg) translate(-50%,-50%);
    transform:rotate(45deg) translate(-50%,-50%);
    -webkit-transform-origin:0 0;
    -ms-transform-origin:0 0;
    transform-origin:0 0;
    left:50%;
    width: 5rem;
    height: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 50%;
    position: absolute;
    cursor: pointer;
}
.video_btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 1.4rem;
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);transform:rotate(-45deg);
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14'%3E%3Cpath d='M0 0h2v2H0zm0 12h2v2H0zM2 2h2v2H2zm0 8h2v2H2zm2-6h2v2H4zm0 4h2v2H4zm2-2h2v2H6z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
    margin-top:-.7rem;
}
.video_btn::before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    background: #fff;
    -webkit-transition: -webkit-transform .3s ease;
}
.video_btn:hover::before{
    -webkit-transform:scale(1.15);
    -ms-transform:scale(1.15);
}

/* video_bg */
.video_bg .video {
    padding: 0;
}
.video_bg .text_box {
    position: absolute;
    color: #fff;
}
@media screen and (max-width: 1023px) {
    .video_bg .video_box {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100vh;        
    }
    .video_bg .video_box::after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(0, 0, 0, 0.4);
    }
    .video_bg .video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .video_bg .text_box {
        top: 50%;
        left: 50%;
        width: 100%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
@media screen and (min-width: 1024px) {
    .video_bg .video {
        width: 100%;
        vertical-align: bottom;
    }
    .video_bg .text_box {
        top: 0;
        left: 40px;
    }
}


/* ==================================================
	gaming hub
================================================== */

#gaming_hub {
    color: #fff!important;
    background: #1b1b1b;
}

.button_dl {
	display: inline-block;
	vertical-align: bottom;
	padding: 1em 1.4em;
	font-size: 1.8rem;
	line-height: 1.2;
	background-color: #fff;
	border-radius: .2rem;
	transition: .2s;
    font-weight: bold;
    color: #000;
    margin-top: 3rem;
    margin-bottom: 3rem;
    z-index: 99;
    position: relative;
}
.link_area {
    position: relative;   
    display: inline-block;
}
.link_area::before{
    content: "";
    position: absolute;
    width: calc(100% - 3rem);
    height: 4rem;
    bottom: 2rem;
    padding: 1.8rem 3rem;
    background-image:linear-gradient(90deg,#ff55e1,red,#ffb400);
    left:50%;-webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
    -webkit-animation:glowing-ltr 20s linear infinite;animation:glowing-ltr 20s linear infinite;
    -webkit-animation-play-state:paused;
    animation-play-state:paused;
    border-radius: 2rem;   
    -webkit-filter: blur(1rem); 
    filter: blur(1rem);
}

/* hover */
.button_dl:hover,
.button_dl:focus {
	color: #999;
    text-decoration: none;
}
.button_dl:hover {
    -webkit-transform:translateY(-.3rem);
    -ms-transform:translateY(-.3rem);
}

.arrow {
    margin-top: 2rem;
}
.arrow span {
    position: relative;
    padding-right: 4.5rem;
}
.arrow span a {
    color: #fff;
    font-weight: bold;
}
.arrow span a:hover {
    text-decoration: none;
}
.arrow span::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: calc(100% - 3.5rem);
    width: 0.8rem;
    height: 1.4rem;
    transform: translateX(0);
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14'%3E%3Cpath d='M0 0h2v2H0zm0 12h2v2H0zM2 2h2v2H2zm0 8h2v2H2zm2-6h2v2H4zm0 4h2v2H4zm2-2h2v2H6z' fill='%23888' fill-rule='evenodd'/%3E%3C/svg%3E");
    margin-top: -0.65rem;
    -webkit-transition: all .1s ease;
}
.arrow span:hover::after {
    -webkit-transform:translateX(.5rem);
    -ms-transform:translateX(.5rem);transform:translateX(.5rem);
}

#gaming_hub p.sub_title {
    margin-top: 2rem;
    font-weight: bold;
    font-size: 1.6rem;
}
#gaming_hub h4 {
    font-size: 3.2rem;
    line-height: 1.4;
}

@media screen and (min-width: 1024px) {
    #gaming_hub p.sub_title {
        margin-top: 0;
        margin-bottom: 5px;
    }
}

/* accordion -------------------- */

.acco_trigger {
	display: block;
	cursor: pointer;
}
.acco_content {
	display: none;
}

.acco_gaming .acco_trigger {
	position: relative;
	padding: 1.3em 4.6rem 1.3em 2rem;
	transition: .2s;
}
.acco_gaming .acco_trigger::after {
	content: "";
	position: absolute;
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='18'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M2 2h2v2H2zM2 14h2v2H2zM0 16h2v2H0zM0 0h2v2H0zM4 4h2v2H4zM4 12h2v2H4zM6 6h2v2H6zM6 10h2v2H6zM8 8h2v2H8z'/%3E%3C/g%3E%3C/svg%3E");
    width: 10px;
    height: 18px;
	top: 50%;
	right: 1.6rem;
	transform: translateY(-50%);
    transition: .3s;
}
.acco_gaming .acco_trigger.acco_open::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.acco_gaming .acco_content {
	padding: 0 1.6rem 4rem;
	background: #262626;
}

@media screen and (min-width: 1024px) {
	.acco_gaming .acco_trigger {
		padding: 1em 50px 1em 50px;
        font-size: 20px;
	}
	.acco_gaming .acco_trigger.ja {
        font-size: 21px;
	}
	.acco_gaming .acco_content {
		padding: 20px 20px 60px;
	}
	.acco_gaming .acco_trigger::after {
		right: 20px;
	}
}

.acco_gaming {
	border-top: 2px solid rgba(255, 255, 255, 0.1);
}
.acco_gaming .acco_trigger {
	background: #262626;
    opacity: .5;
}
.acco_gaming .acco_trigger:hover,
.acco_gaming .acco_open {
	background: #262626;
    opacity: 1;
}

.acco_gaming .acco_content > div {
    text-align: center;
}
@media screen and (min-width: 1024px) {
    .acco_gaming .acco_content > div {
        display: flex;
        text-align: left;
    }
    .acco_gaming .acco_content > div > div:first-child {
        width: 600px;
    }
    .acco_gaming .acco_content > div > div:nth-child(2) {
        width: 340px;
        margin-left: 20px;
    }
}


/* ==================================================
	background
================================================== */

.gradient-line {
    opacity: 1;
    overflow: hidden;
    position: relative;
}
.gradient-line > * {
    z-index: 1;
    position: relative;
}
.gradient-line::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1px;
    width: 0;
    transform: translateX(-50%) skewY(135deg) scaleX(1);
    background-image: linear-gradient(90deg, rgb(255, 85, 225), red, rgb(255, 180, 0));
    animation: border_anim .25s linear forwards;
    transform-origin: center center;
}
@keyframes border_anim {
    0%{
        width: 0%;
    }
    100%{
        width: 100%;
    }
}


/* ==================================================
	20230621
================================================== */

.hpj-pim .regular_price_text {
    color: #666;
}