img {
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-normal {
	font-family: 'Hiragino Mincho ProN', HiraMinProN-W3, Vollkorn, '游明朝', 'Yu Mincho', '游明朝体', YuMincho, 'Noto Serif JP', serif;
}

.mainstage-lead.type02 {
	width: auto;
	max-width: 720px;
}

@media screen and (max-width: 768px) {
	.mainstage-lead.type02 {
		width: 86%;
		font-size: 14px;
		line-height: 24px;
	}
}

.mb1em {
	margin-bottom: 1em;
}

.mb2em {
	margin-bottom: 2em;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.sp-space{
    display: block;
    height: 85px;
    width: 100%;
}

@media (max-width: 767px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    main {
        padding-top: 80px;
    }
}

.final-top-slide-in-banner{
    width:56.14vw;
    margin: 2vw auto 0;
}

.top-lede {
    width: 1105px;
    margin: 80px auto;
}

.top-lede h2 {
    font-size: 36px;
    line-height: 36px;
    font-weight: normal;
    color: #b79760;
    text-align: center;
    margin-bottom: 60px;
}

.top-lede p {
    font-size: 20px;
    line-height: 46px;
}

.top-banner-single {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 20px;
}

.top-banner-single img {
    position: relative;
    transition-duration: 0.3s;
}

.top-banner-single img:hover {

    transform: scale(1.1);
    transition-duration: 0.3s;
}

.top-banner-single div {
    position: absolute;
    text-align: center;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.top-banner-single div h3 {
    font-size: 22px;
    font-weight: normal;
}

.top-banner-single div p {
    width: 190px;
    height: 50px;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    margin: 15px auto 0;
    border: 1px solid #fff;
}

.top-best-salon{
    max-width: 1280px;
    width: 90%;
    margin: 40px auto 70px;
}

.top-best-salon > div:first-child{
    width: 80%;
    margin: 0 auto;
}

.top-best-salon-3column{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.top-best-salon-3column div{
    width: 31.5%;
    border: 2px solid #a29651;
    padding: 25px 0;
}

.top-best-salon-3column div:hover {
    opacity: 0.7;
    cursor: pointer;
}

.top-best-salon-3column div p{
    text-align: center;
    line-height: 41px;
}

.top-best-salon-3column div p a{
    text-decoration: none;
    color: black;
}

.top-best-salon-3column div p:first-child{
    font-size: 22px;
}

.top-best-salon-3column div p:last-child{
    font-size: 25px;
}

.photo-gallery-title {
    margin:0;
    cursor: default !important;
}

.photo-gallery-title img {
    position: relative;
    transition-duration: none;
}

.photo-gallery-title img:hover {
    transform: none;
    transition-duration: none;
}

.photo-gallery-title div span {
    font-size: 28px;
}

.move-top-btn {
    display: inline-block;
    position: fixed;
    z-index: 9;
    width: 65px;
    height: 65px;
    right: 30px;
    bottom: 100px;
    background-color: rgba(255, 255, 255, 0.5);
}

.move-top-btn a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.move-top-btn a::after {
    content: '';
    width: 21px;
    height: 21px;
    border-top: solid 1px #000622;
    /* 好みで色を変えてください */
    border-right: solid 1px #000622;
    /* 好みで色を変えてください */
    position: absolute;
    top: calc(50% + 10px);
    left: 50%;
    transform: translateY(-50%) translateX(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
    margin: auto;
}

@media (max-width: 1024px) {

    .sp-space{
        height: 60px;
    }

    .top-mainvisual img{
        padding-top: 0;
    }

    .top-best-salon-3column div p:first-child{
        font-size: 1.719vw;
    }

    .top-best-salon-3column div p:last-child{
        font-size: 1.8vw;
    }

}

@media screen and (min-width:768px) and (max-width:1024px) {

    .top-lede {
        width: 90%;
    }

    .top-banner-single div{
        width: 80%;
    }

    .top-banner-single div span{
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    .top-banner-single div h3{
        text-align: center;
    }


    .final-top-slide-in-banner{
        width: 70%;
        margin: 5vw auto 0;
    }
}

@media (max-width: 767px) {

    .final-top-slide-in-banner{
        width: 90%;
        margin: 30px auto 0;
    }

    main {
        /* ヘッダーの分 */
        padding-top: 0px;
    }

    .top-lede {
        width: 90%;
        margin: 40px auto;
    }

    .top-lede h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .top-lede p {
        font-size: 14px;
        line-height: 28px;
    }

    .top-banner-single div p {
        width: 180px;
        height: 40px;
        font-size: 16px;
        text-align: center;
        line-height: 40px;
        margin: 15px auto 0;
        border: 1px solid #fff;
    }

    .top-banner-single div h3 {
        font-size: 17px;
        width: 330px;
        font-weight: normal;
        text-align: center;
    }

    .top-best-salon{
        width: 100%;
        margin: 60px auto 65px;
    }

    .top-best-salon > div:first-child{
        width: 90%;
        margin: 0 auto;
    }

    .top-best-salon-3column{
        flex-wrap: wrap;
        width: 50%;
        margin: 40px auto 0;
    }

    .top-best-salon-3column div{
        width: 100%;
        padding: 10px;
        margin-bottom: 50px;
    }

    .top-best-salon-3column div:last-child{
        margin-bottom: 0;
    }

    .top-best-salon-3column div p:first-child{
        font-size: 2.667vw;
        line-height:7.6vw;
    }

    .top-best-salon-3column div p:last-child{
        font-size: 2.8vw;
        line-height:7.6vw;
    }

    .photo-gallery-title div span {
        font-size: 21px;
    }

    .move-top-btn {
        right: 15px;
        bottom: 85px;
    }

}



/* -------------------
グランプリページ
-------------------*/

.gp-winner-border {
    border-bottom: 1px solid #eae7d5;
    width: 98%;
    margin: 0 auto;
}

.swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    box-shadow: 0 0 8px #333;
    background: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #ff3fd7;
}

.grandprix-name {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E;
    text-align: center;
    margin: 12.5px auto;
}

.grandprix-name h3 {
    font-size: 40px;
    line-height: 46px;
    font-weight: normal;
}

.grandprix-name h3 span{
    font-size: 28px;
    line-height: 32px;
}

.grandprix-name p {
    font-size: 28px;
    line-height: 50px;
    margin-top:45px;
    margin-bottom: 30px;
    font-weight: normal;
}

.grandprix-name p img{
    width: 270px;
}

.gp-table-wrapper {
    width: 850px;
    margin: 50px auto;
}

.gp-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.gp-table th,
.gp-table td {
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    width: 10.118%;
    border: 1px solid #8b8b8b;
}

.gp-table th {
    height: 38px;
    background-color: #f0cadc;
}

.gp-table th.strong {
    background-color: #ebb7cf;
}

.gp-table td {
    padding: 11px 0 15px;
}

.gp-table tr:last-child td {
    background-color: #ebb7cf;
}

.gp-graf {
    display: flex;
    justify-content: space-between;
    width: 850px;
    margin: 0 auto 50px;
    background-image: url('../img/graf-bg.png');
    background-size: cover;
}

.gp-graf div:first-child {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    margin-left: 25px;
    width: 41.176%;
    height: 120px;
    background-color: #fff;
}

.gp-graf div:first-child p {
    font-size: 28px;
    line-height: 48px;
}

.gp-graf div:last-child {
    margin-top: 10px;
    margin-bottom: 10px;
    ;
    margin-right: 60px;
}

.gp-winner-spec {
    width: 1105px;
    margin: 60px auto;
    display: flex;
    justify-content: space-between;
}

.gp-winner-spec > div:last-child,
.grandprix-name {
	width: calc(100% - 475px);
}

.gp-winner-spec p.before img {
	width: 300px;
}

@media screen and (max-width:767px) {
.gp-winner-spec > div:last-child,
.grandprix-name {
	width: 100%;
}

.gp-winner-spec p.before,
.grandprix-name p.before {
	text-align: center;
}

.gp-winner-spec p.before img,
.grandprix-name p.before img {
	width: 80%;
}
}

.gp-winner-name,
.gp-winner-name-yusho {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E;
    margin-bottom: 50px;
}

.gp-winner-name h4 {
    font-size: 32px;
    line-height: 50px;
    font-weight: normal;
}

.gp-winner-name h3 {
    font-size: 34px;
    line-height: 40px;
    font-weight: normal;
    margin-bottom: 15px;
}

.gp-winner-name p {
    font-size: 22px;
    line-height: 28px;
}

.gp-winner-name-yusho {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E;
    margin-bottom: 50px;
}

.gp-winner-name-yusho h4 {
    font-size: 32px;
    line-height: 50px;
    font-weight: normal;
}

.gp-winner-name-yusho h3 {
    font-size: 34px;
    line-height: 40px;
    font-weight: normal;
    margin-bottom: 15px;
}

.gp-winner-name-yusho h3 span{
    font-size: 22px;
}

.gp-winner-name-yusho p {
    font-size: 22px;
    line-height: 62px;
}

.gp-winner-name-yusho p img{
    width: 300px;
}

.gp-winner-wrapper .gp-table td {
    padding: 5px 0 8px;
}

.gp-winner-spec:first-child {
    width: 443px;
}

.gp-graf.winner {
    width: 615px;
    margin-top: 30px;
}

.gp-graf.winner div:first-child {
    width: 280px;
}

.gp-graf.winner div:first-child p {
    font-size: 18px;
    line-height: 36px;
}

.gp-graf.winner div:last-child {
    width: 250px;
    margin-right: 20px;
}

@media screen and (min-width:768px) and (max-width:1024px) {

    .gp-title{
        padding-top: 80px;
    }

    .gp-winner-spec {
        width: 95%;
    }

    .gp-table-wrapper,
    .gp-winner-wrapper {
        box-sizing: border-box;
        width: 100%;
        padding: 0 5px;
    }

    .gp-winner-spec>div:first-child {
        width: 47%;
    }

    .gp-winner-spec>div:last-child {
        width: 47%;
    }

    .gp-graf.winner {
        box-sizing: border-box;
        width: 100%;
        border-left: 5px solid #fff;
        border-right: 5px solid #fff;
    }

    .gp-graf.winner div:last-child {
        margin: 0 auto 30px;
    }

    .gp-table th,
    .gp-table td {
        font-size: 12px;
    }

    .gp-graf{
        width: 100%;
        border-left: 5px solid #fff;
        border-right: 5px solid #fff;
    }

    .gp-graf div:first-child {
        width: 40% !important;
        margin: 25px auto !important;
    }

    .gp-graf div:first-child p {
        font-size: 18px;
    }

    .gp-graf div:last-child {
        width: 50%;
        margin: 10px auto;
    }

    .gp-graf.winner {
        width: 70%;
        flex-wrap: wrap;
    }

    .gp-graf.winner div:first-child {
        width: 90% !important;
        margin: 25px auto !important;
    }

    .gp-graf.winner div:first-child p {
        font-size: 18px;
    }

    .gp-graf.winner div:last-child {
        width: 80%;
        margin: 10px auto;
    }

}

@media (max-width: 767px) {

    .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        box-shadow: 0 0 8px #333;
        opacity: 1;
    }

    .grandprix-section {
        margin-top: 15px;
    }

    .grandprix-name {
        margin: 20px auto;
    }

    .grandprix-name h3 {
        font-size: 21px;
        line-height: 30px;
    }

    .grandprix-name h3 span{
        font-size: 16px;
        line-height: 22px;
    }

    .grandprix-name p {
        font-size: 16px;
        line-height: 36px;
        margin-top: 25px;
        margin-bottom: 30px;
    }

    .grandprix-name p img{
        width: 200px;
    }

    .gp-table-wrapper,
    .gp-winner-wrapper {
        box-sizing: border-box;
        width: 100%;
        padding: 0 5px;
    }



    .gp-graf {
        width: 70%;
        flex-wrap: wrap;
    }

    .gp-graf div:first-child {
        width: 90% !important;
        margin: 25px auto !important;
    }

    .gp-graf div:first-child p {
        font-size: 18px;
    }

    .gp-graf div:last-child {
        width: 80%;
        margin: 10px auto;
    }

    .gp-winner-spec {
        width: 100%;
        flex-wrap: wrap;
    }

    .gp-winner-name {
        width: 90%;
        margin: 20px auto;
    }

    .gp-winner-name h4 {
        font-size: 24px;
        line-height: 50px;
    }

    .gp-winner-name h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .gp-winner-name p {
        font-size: 15px;
        line-height: 22px;
    }

    .gp-winner-name-yusho {
        width: 90%;
        margin: 20px auto;
    }

    .gp-winner-name-yusho h4 {
        font-size: 24px;
        line-height: 50px;
    }

    .gp-winner-name-yusho h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .gp-winner-name-yusho h3 span{
        font-size: 15px;
    }

    .gp-winner-name-yusho p {
        font-size: 15px;
        line-height: 41px;
    }

    .gp-winner-name-yusho p img{
        width: 190px;
    }

    .gp-winner-spec>div:first-child {
        width: 70%;
        margin: 0 auto;
    }

    .gp-winner-spec>div:last-child {
        margin: 0 auto;
    }

    .gp-graf.winner {
        width: 70%;
        border-left: unset;
        border-right: unset;
    }

    .gp-graf.winner div:last-child {
        width: 70%;
        margin: 10px auto;
    }

}

@media (max-width: 480px) {
    .gp-table th {
        font-size: 11px;
    }

    .gp-table td {
        font-size: 12px;
    }

    .gp-graf.winner div:last-child {
        margin: 20px auto;
    }
}



/* footer用スタイル(追加) */
footer {
    width: 100%;
    padding: 30px 0;
    background-color: #000d22;
}

.footer-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

footer p {
    font-size: 15px;
    color: #fff;
}

footer p a {
    color: #fff;
    text-decoration: none;
}


.page-footer {
    padding: 100px 0;
    background-color: #eeeeee;
}

.page-footer h5 {
    font-size: 36px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
}

.page-footer p {
    text-align: center;
    margin-bottom: 30px;

}


.footer-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {

    footer {
        width: 100%;
        padding: 10px 0;
    }

    footer p {
        width: 100%;
        font-size: 12px;
    }

    .footer-inner {
        width: 90%;
        flex-wrap: wrap;
    }

    .footer-inner {
        width: 90%;
        flex-wrap: wrap;
    }

    .page-footer {
        padding: 30px 0 20px;
    }

    .page-footer h5 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .page-footer p {
        font-size: 12px;
        line-height: 35px;
        margin-bottom: 10px;
    }
}

.mb30 {
	margin-bottom: 30px;
}