@charset "utf-8";
.works_mv img {
    text-align: center;
    margin-bottom: 0px;
    
}
.access_banner {
    width: 80%;
    margin: 0 auto;
    height: auto;
    max-width: 650px;
}
.xmaspet_box {
    margin: 0 auto;
    width: 90%;
}
.xmaspet_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.xmaspet_wide {
    width: 100%;
    height: auto;
    
}
.xmaspet_square 
{
    width: 60%;
    height: auto;
    
}
.xmaspet_mockup {
    width: 26%;
    height: auto;
}
.fathers_item {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 30px;
}
.fathers_square {
    width: 327px;
    height: auto;
    margin-bottom: 50px;	
}
.fathers_wide {
    width: 320px;
    height: auto;
	
}
.fathers_long {
    width: 187px;
    height: auto;	
}
.fathers_mockup {
    width: 300px;
    height: auto;
}
.fathers_box {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.fathers_banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo_box {
    display: flex;
    justify-content: space-between;
}
.logo_color , .logo_white, .logo_black{
    width: 30%;
    height: auto;
}
.logo_textin {
    margin-bottom: 50px;
}






@media (max-width:1000px){
.fathers_box {
    flex-direction: column;
}
.fathers_mockup {
    margin-top: 30px;
    width: 50%;
}
}

@media (max-width:600px){
.xmaspet_item {
    flex-direction: column;
}
.xmaspet_box {
    width: 100%;
}
.xmaspet_square {
    width: 100%;
}
.xmaspet_mockup {
    width: 100%;
    margin-top: 10px;
}
.access_banner {
    width: 100%;
}
.fathers_banner {
    flex-direction: column;
}
.fathers_item {
    flex-direction: column;
    margin: 0;
    align-items: center;
}
.fathers_wide {
    margin-bottom: 20px;
}
.fathers_square {
    margin-bottom: 20px;
}
.fathers_mockup {
    width: 100%;
}
.logo_box {
    flex-direction: column;
}
.logo_color, .logo_white, .logo_black {
    width: 100%;
    margin-bottom: 20px;
}
.logo_textin {
    margin-bottom: 20px;
}



}
