@media screen and (min-width: 768px),
print {
    #cookieLaw .cookieLawContent {
        width: 100%;
    }
}

.wrap {
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
}

.mv {
    padding-top: 72px;
    text-align: center;
}

@media screen and (max-width: 1199px),
print {
    .mv {
        padding-top: 48px;
    }
}

.mv img {
    width: 100%;
    height: auto;
}

.mv img.sp_none {
    max-width: 1200px;
}

.nav {
    padding: 30px 0 15px;
}

@media screen and (max-width: 812px) {
    .nav {
        padding: 15px 0 0;
    }
    .nav .wrap{
        width: 100%;
    }
}

.nav .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 812px) {
    .nav .list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.nav .list .item {
    font-family: "Noto Serif JP", "Noto Serif", "游明朝体", "YuMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3";
    width: 32%;
    text-indent: 0;
    padding-left: 0;
}

@media screen and (max-width: 812px) {
    .nav .list .item {
        width: 100%;
        margin-bottom: 2px;
    }
}

.nav .list .item a {
    display: block;
    background-color: #000000;
    text-align: center;
    padding: 12px 0;
    letter-spacing: 1px;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    color: #fff;
}

@media screen and (max-width: 812px) {
    .nav .list .item a {
        padding: 5px 0;
    }
}

@media all and (-ms-high-contrast: none) {
    .nav .list .item a {
        padding: 10px 0 5px;
    }
}

.nav .list .item a:hover {
    opacity: 0.5;
}

.nav .list .item.current a {
    background: linear-gradient(90deg, rgb(200 170 85) 0%, rgb(255 231 147) 50%, rgb(200 170 85) 100%);
    color: #000;
}

section {
    padding-bottom: 60px;
}

@media screen and (max-width: 812px) {
    section {
        padding-bottom: 20px;
    }
}

section .sec_ttl {
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    margin-bottom: 55px;
    background-color: #000;
    padding: 13px 0;
	font-size: 38px;
    font-weight: bold;
    color: #fff;
    font-family: "Noto Serif JP", "Noto Serif", "游明朝体", "YuMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3";

}

@media screen and (max-width: 812px) {
    section .sec_ttl {
        width: 90%;
        max-width: none;
        margin-bottom: 20px;
        padding: 2px 0;
    }
}

@media screen and (max-width: 812px) {
    section .sec_ttl.sec_ttl_sp {
        width: 100%;
    background-color: #000;
	font-size: 1.6rem;
    padding: 4% 0;
    text-align: center;
    }
}


@media screen and (max-width: 767px),
print {
    section .sec_ttl img {
        width: auto;
        display: inline;
    }
}

section .btn_style {
    font-family: "Noto Serif JP", "Noto Serif", "游明朝体", "YuMincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3";
    display: block;
    text-align: center;
    width: 100%;
    position: relative;
    color: #fff;
    font-size: 16px;
    background-color: #94242A;
    border: 1px solid #94242A;
    padding: 15px 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    text-decoration: none;
    line-height: normal;
    font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
    section .btn_style {
        padding: 15px 0 10px;
    }
}

@media screen and (max-width: 812px) {
    section .btn_style {
        font-size: 3.5vw;
        padding: 10px 0;
		margin-top: 10px;
    }
}

section .btn_style:hover {
    opacity: 0.5;
}

section .btn_style:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

@media all and (-ms-high-contrast: none) {
    section .btn_style:after {
        padding-top: 4px;
    }
}

@media screen and (max-width: 812px) {
    section .btn_style:after {
        right: 10px;
        width: 6px;
        height: 6px;
    }
    section .txt_btn02 .btn_style:after {
        content:none;
    }
}

section .btn_style.btn_grad{
    background: #BB872F;
	border:none;
}

section .btn_style.btn_border{
    background: #fff;
    color: #94242A;
}

section .btn_style.btn_border:after{
    border-top-color: #94242A;
    border-right-color: #94242A;
}

main #pagetop {
    display: block;
}

.pc_none {
    display: none;
}

@media screen and (max-width: 812px) {
    .pc_none {
        display: block;
    }
}

@media screen and (max-width: 812px) {
    .sp_none {
        display: none;
    }
}