@charset "UTF-8";

/* CSS Document */
/*ブラウザクリア*/
ul {
display: block;
list-style-type: disc;

margin-block-start: 0em;
margin-block-end: 0em;
margin-inline-start: 0px;
margin-inline-end: 0px;
padding-inline-start: 0px;
}

p {
display: block;

margin-block-start: 0em;
margin-block-end: 0em;
margin-inline-start: 0px;
margin-inline-end: 0px;
}

h2 {
display: block;
font-weight: bold;
font-size: 0em;

margin-block-start: 0em;
margin-block-end: 0em;
margin-inline-start: 0px;
margin-inline-end: 0px;
}

body {
display: block;
margin: 0px;
}

/*ブラウザクリア*/
#HIGH_COLLAR {
overflow: hidden;
margin: 0 auto;
width: 100%;
background: #fff;
color: #000;
text-align: center;
font-size: 16px;
font-family: Arial, helvetica, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

-webkit-font-smoothing: antialiased;
}

#HIGH_COLLAR a:hover {
opacity: .4;
transition: 1s;
}

#HIGH_COLLAR .inner {
margin: 0 auto;
max-width: 1000px;
width: 80%;
}

#HIGH_COLLAR .main {
position: relative;
width: 100%;
height: auto;
}

#HIGH_COLLAR h2 {
display: inline-block;
letter-spacing: -4;
font-weight: bold;
font-size: 2.5rem;
}

#HIGH_COLLAR h3 {
display: inline-block;
color: #5c5a5a;
margin-bottom: 40px;
font-size: 3rem;
}

#HIGH_COLLAR h4 {
margin: 30px auto 80px;
font-size: 2rem;
}

#HIGH_COLLAR .flex {
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-between;
margin: 50px auto;
}

#HIGH_COLLAR .wrap {
margin: 0 auto;
max-width: 800px;
width: 90%;
}


/*--------------------------
main
---------------------------*/
#main{
padding: 104px 0;
}
#main img{
width: 60%;
margin-bottom: 104px;
animation-name: mainsa; 
animation-duration: 5s; 
animation-iteration-count:1;
animation-fill-mode: forwards; 
}
@keyframes mainsa {
0% {
    opacity: 0;
    color:#000;
    filter: blur(4px);
}
90% {
    opacity: 1;
    color:#000;
}
    100% {
    opacity: 1;
    color:#00f;
} 
}
#main p{
display: block;
margin: 0 auto;
border: solid 1px;
width: 300px;
font-size: 1.6rem;
padding: 4px;
}
/*--------------------------
main
---------------------------*/

/*--------------------------
leadArea
---------------------------*/
#leadArea{
border-top:solid 1px;
padding: 64px 0 64px;
}
#leadArea h2.lead{
margin-bottom: 32px;
}
#leadArea img{
width: 100%;
margin-bottom: 32px;
}
#leadArea a{
font-size: 2rem;
font-weight: bold;
color: #fff;
background: #005cab;
border: #005cab;
border-radius: 40px;
padding: 8px 16px;
}
/*--------------------------
leadArea
---------------------------*/

/*--------------------------
pointArea
---------------------------*/
#pointArea{
border-top:solid 1px;
padding: 64px 0 64px;
}
#pointArea .box{
margin-bottom: 64px;
}
#pointArea p.point{
color: #fff;
font-size: 2.4rem;
display: block;
margin: 0 auto;
background: #005cab;
width: 160px;
padding: 8px;
margin-bottom: 32px;
}
#pointArea p.point span{
font-size: 1.2rem;
}
#pointArea .detail{
display: flex;
}
#pointArea .detail img{
width: 50%;
}
#pointArea .detail .imgBox{
padding: 16px 0;
}
#pointArea .detail .imgBox img{
width: 70%;
margin-bottom: 32px;
}
#pointArea .detail .imgBox p{
font-size: 1.4rem;
font-weight: bold;
color: #5c5a5a;
}
/*--------------------------
pointArea
---------------------------*/

/*--------------------------
lineupAreaArea
---------------------------*/
#lineupArea{
border-top:solid 1px;
padding: 64px 0 64px;
}
#lineupArea .lineupBox{
margin-bottom: 64px;
width: auto;
}
#lineupArea .lineupBox p{
font-size: 1.2rem;
font-weight: bold;
color: #5c5a5a;
margin-bottom: 16px;
}
#lineupArea .lineupImg{
display: flex;
justify-content: center;
gap: 6px;
margin-bottom: 24px;
}
#lineupArea .lineupImg img{
width: 19%;
}
#lineupArea .lineupBox a{
    display: block;
font-size: 1.6rem;
font-weight: bold;
color: #fff;
background: #005cab;
border: #005cab;
border-radius: 40px;
padding: 8px 16px;
width: 300px;
margin: 0 auto;
}
#lineupArea .lineupBox a.coming{
background: #fff;
border: #005cab solid 2px;
color: #005cab;
pointer-events: none;
}

/*--------------------------
lineupAreaArea
---------------------------*/










/********オーダー**********/
.orderA {
order: 1;
}

.orderB {
order: 2;
}

/********オーダー**********/

/********フェード**********/
.sa {
width: 100%;
opacity: 0;
transition: all 1.5s ease;
}

.sa.show {
opacity: 1;
transform: none;
}

.sa--lr {
transform: translate(-100px, 0);
}

.sa--rl {
transform: translate(100px, 0);
}

.sa--up {
transform: translate(0, 50px);
}

.sa--down {
transform: translate(0, -100px);
}

.sa--scaleUp {
transform: scale(0.5);
}

.sa--scaleDown {
transform: scale(1.5);
}

.sa--rotateL {
transform: rotate(180deg);
}

.sa--rotateR {
transform: rotate(-180deg);
}

/********フェード**********/
.pc {
display: block !important;
}

.sp {
display: none !important;
}

@media only screen and (max-width: 750px) {
.pc {
display: none !important;
}

.sp {
display: block !important;
}

#HIGH_COLLAR .inner {
width: 90%;
margin:0 auto;
}

#HIGH_COLLAR h2 {
display: block;
font-size: 1.5rem;
}

#HIGH_COLLAR h3 {
display: inline-block;
margin-bottom: 30px;
font-size: 1.8rem;
}

#HIGH_COLLAR h4 {
margin: 30px auto 80px;
font-size: 2rem;
}

#HIGH_COLLAR .flex {
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-between;
margin: 50px auto;
}

/*--------------------------
main
---------------------------*/
#main{
    padding: 64px 0;
    }
    #main img{
    width: 80%;
    margin-bottom: 64px;
    }
    #main p{
    width: 200px;
    font-size: 1rem;
    padding: 4px;
    }
    /*--------------------------
    main
    ---------------------------*/
    
    /*--------------------------
    leadArea
    ---------------------------*/
    #leadArea{
    border-top:solid 1px;
    padding: 64px 0 64px;
    }
    #leadArea h2.lead{
        font-size: 1.6rem;
    margin-bottom: 32px;
    padding: 0;
    }
    #leadArea img{
    width: 100%;
    margin-bottom: 32px;
    }
    #leadArea a{
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    background: #005cab;
    border: #005cab;
    border-radius: 40px;
    padding: 8px 16px;
    }
    /*--------------------------
    leadArea
    ---------------------------*/
    
    /*--------------------------
    pointArea
    ---------------------------*/
    #pointArea{
    border-top:solid 1px;
    padding: 32px 0;
    }
    #pointArea .box{
    margin-bottom: 64px;
    }
    #pointArea p.point{
    color: #fff;
    font-size: 2.4rem;
    display: block;
    margin: 0 auto;
    background: #005cab;
    width: 160px;
    padding: 8px;
    margin-bottom: 32px;
    }
    #pointArea p.point span{
    font-size: 1.2rem;
    }
    #pointArea .detail{
    display: block;
    }
    #pointArea .detail img{
    width: 100%;
    }
    #pointArea .detail .imgBox{
    padding: 16px 0;
    }
    #pointArea .detail .imgBox img{
    width: 70%;
    margin-bottom: 32px;
    }
    #pointArea .detail .imgBox p{
    font-size: 1.1rem;
    font-weight: bold;
    color: #5c5a5a;
    }
    /*--------------------------
    pointArea
    ---------------------------*/
    
    /*--------------------------
    lineupAreaArea
    ---------------------------*/
    #lineupArea{
    border-top:solid 1px;
    padding: 64px 0 32px;
    }
    #lineupArea .lineupBox{
    margin-bottom: 64px;
    width: auto;
    }
    #lineupArea .lineupBox p{
    font-size: 1.4em;
    font-weight: bold;
    color: #5c5a5a;
    margin-bottom: 24px;
    }
    #lineupArea .lineupImg{
    display: flex;
 flex-wrap: wrap;
    justify-content: left;
    gap: 6px;
    margin-bottom: 24px;
    }
    #lineupArea .lineupImg img{
    width: 49%;
    }
    #lineupArea .lineupBox a{
        display: block;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    background: #005cab;
    border: #005cab;
    border-radius: 40px;
    padding: 8px 16px;
    width: 300px;
    margin: 0 auto;
    }
    #lineupArea .lineupBox a.coming{
    background: #fff;
    border: #005cab solid 2px;
    color: #005cab;
    pointer-events: none;
    }
    
    /*--------------------------
    lineupAreaArea
    ---------------------------*/

/********オーダー**********/
.orderA {
order: 2;
}

.orderB {
order: 1;
}

/********オーダー**********/
}