@charset "utf-8";
/* CSS Document */
html {
    min-width: 1200px;
    font-feature-settings: "palt" 1;
    font-size: 24px;
}
body,
body * {
	margin: 0;
	padding: 0;
	line-height: 1.6;
    font-family:-apple-system,BlinkMacSystemFont,"游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Segoe UI,メイリオ,Meiryo,sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}
body,
header,
nav,
footer {
	width: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
/*ヘッダー*/
header {
    position: sticky;
    top: 0;
    left: 0;
    background: #000000;
    z-index: 5000;
    transition: all 0.6s;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
header img {
    max-width: 272px;
}
header.UpMove {
    top: -100%;
}
header h1 {
    text-align: center;
    padding: 11px 10px 0;
    color: #FFFFFF;
    font-size: 50px;
    letter-spacing: 9px;
}
h2,
h3 {
    color: #FFFFFF;
    background: linear-gradient(to right,  rgba(228,0,79,1) 0%,rgba(222,25,105,1) 60%,rgba(145,61,145,1) 100%);
    text-align: center;
    border-radius: 50px;
    max-width: 1000px;
    margin: 0 auto 10px;
    line-height: 1.2;
    padding: 11px 10px 9px;
    font-size: 25px;
    letter-spacing: 2.5px;
    text-indent: -16px;
}
.txt_center {
    text-align: center;
}
#main_visual {
    background: url("../images/oem3/main_bg1.webp") calc(50% + 446px) 19% no-repeat,url("../images/oem3/main_bg_cover.webp") center repeat,linear-gradient(to right,  rgba(228,0,79,1) 0%,rgba(222,25,105,1) 60%,rgba(145,61,145,1) 100%);
    height: calc(100vh - 91px);
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    min-height: 890px;
}
#main_visual .main_txt {
    margin: auto;
    width: 1200px;
    padding: 0 141px;
}
#main_visual .main_img {
    margin: 0 auto;
    width: 1200px;
    padding: 0 70px 0 204px;
    line-height: 0;
    text-align: center;
}
#main_visual .bottom_txt {
    background-color: #000000;
    text-align: center;
    padding: 24px 10px 13px;
}
#main_visual .bottom_txt img {
    max-width: 645px;
}
#cnt01 {
    padding: 199px 0 138px;
}
#cnt01 h2 {
    font-size: 39px;
    letter-spacing: 12.25px;
    padding: 19px 10px 14px 14px;
    text-indent: 0;
    margin: 0 auto 79px;
}
#cnt01 h2.letter {
    letter-spacing: 20px;
    margin: 171px auto 64px;
    padding-left: 29px;
}
#cnt01 .color {
    color: #E4004F;
    font-size: 30px;
    text-indent: 4px;
    letter-spacing: 4.3px;
    margin: 0 0 44px;
}

#cnt02 {
    padding: 133px 0 131px;
    background: linear-gradient(to right,  rgba(228,0,79,0.25) 0%,rgba(222,25,105,0.25) 60%,rgba(145,61,145,0.25) 100%);
    border-bottom: 40px solid #000000;
}
#cnt02 h2 {
    text-indent: 2px;
    margin-bottom: 7px;
    background: none;
}
#cnt02 .box_cnt {
    display: flex;
    gap: 117px;
    justify-content: center;
}
#cnt02 .box_cnt .item_img {
    line-height: 0;
}
#cnt02 .box_cnt .item_color {
    color: #FFFFFF;
    text-align: center;
    border-radius: 50px;
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-indent: 3px;
    line-height: 1.55;
    margin: 14px auto 17px;
    max-width: 108px;
}
#cnt02 .box_cnt .color1 {
    background-color: #000000;
}
#cnt02 .box_cnt .color2 {
    background-color: #FFFFFF;
    color: #000000;
}


