.underTopWrap {
    position: relative;
    width: 100%;
    overflow: hidden
}

.underTopInner {
    position: relative;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center
}

@media (min-width: 1280px) {
    .underTopInner {
        width: 76.3888888889%
    }
}

h1,
h2,
h3,
p {
    letter-spacing: 0.08em;
    transition: all .4s ease-in-out
}

@media (min-width: 414px) {
    html .br414 {
        display: none
    }
}

@media (min-width: 768px) {
    html .br768 {
        display: none
    }
}

@media (min-width: 1024px) {
    html .br1024 {
        display: none
    }
}

.br1280Block {
    display: none
}

@media (min-width: 1280px) {
    .br1280Block {
        display: block
    }
}

.commonImg {
    width: 100%;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: top;
    transition: all .4s ease-in-out
}

.h2TitX {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    margin: 0 auto;
    width: 90%
}

.h2TitX:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #3AACC9;
    border-radius: 50%;
    min-width: 8px;
    min-height: 8px
}

.h2TitX h2.tit {
    font: normal 700 32px/46px "Zen Maru Gothic", serif;
    color: #333
}

.commLink {
    position: relative;
    z-index: 100;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 61px;
    border-radius: 4px;
    background: #3A59AC;
    border: 1px solid #3A59AC;
    transition: all .4s ease-in-out
}

.commLink:hover {
    background: #FFF
}

.commLink:hover .commLinkTxt {
    color: #3A59AC
}

.commLink:hover .bar {
    background: #3A59AC
}

.commLink:hover .bar:after {
    background: #3A59AC
}

.commLink .commLinkTxt {
    font: normal 500 16px/23px "Zen Maru Gothic", serif;
    color: #FFF
}

.commLink .bar {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 16px;
    height: 1px;
    background: #FFF;
    transition: all .4s ease-in-out
}

.commLink .bar:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-100%, -40%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #FFF;
    transition: all .4s ease-in-out
}

.underTopWrap {
    margin-top: 90px
}

@media (min-width: 1024px) {
    .underTopWrap {
        /* margin-top: 99px */
        margin-top: 241px;/*260508上記より数値変更*/
    }
}

@media (min-width: 1380px) {
    .underTopWrap {
        /* margin-top: 93px */
        margin-top: 221px;/*260508上記より数値変更*/
    }
}

.underTopInner {
    max-width: initial;
    aspect-ratio: 1380 / 385;
    min-height: 385px;
    border-radius: 20px
}

@media (min-width: 768px) {
    .underTopInner {
        width: 95.8333333333%
    }
}

.underTopInner>img {
    min-height: 385px;
    border-radius: 20px
}

.underTopInner h1.tit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
    font: normal 700 38px/59px "Zen Maru Gothic", serif;
    color: #FFF
}

/*# sourceMappingURL=common.css.map */