.pane-left-menu {
    display: none !important;
}
.pane-contents {
    padding-top: 0 !important;
}
.gothic {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
}
.is_pc {
	display: inline-block;
}
.is_sp {
	display: none;
}
/* tracking */
.tracking_block {
    position: fixed;
    right: 10px;
    bottom: 80px;
    display: block;
    width: 194px;
    z-index: 99;
}
/* //tracking */
/* mv */
.mv_block {
	position: relative;
}
.mv_block .mv {
    position: relative;
    width: 1400px;
    margin: 0 auto;
	padding: 30px 0;    
    display: flex;
    justify-content: flex-end;
}
.mv_block .mv::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1400px;
    height: 511px;
    z-index: 2;
}
.mv_block .mv::after {
    content: '';
    position: absolute;
    top: 448px;
    left: 0;
    width: 65px;
    height: 94px;
    z-index: 3;
}

/* === PC === */
.mv_block .mv::before {
    content: '';
}
.mv_block .mv .mv_logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: auto;
    height: 85px;
}
.mv_block .mv .mv_logo img {
    height: 100%;
}
.mv_block .mv .mv_ab {
    position: absolute;
    top: 203px;
    left: 222px;
    z-index: 3;
}
.mv_block .mv .mv_ab h2 {
    font-size: 47.4px;
    line-height: 1em;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
.mv_block .mv .mv_ab ul.breadcrumb {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.mv_block .mv .mv_ab ul.breadcrumb li {
    font-size: 12px;
    line-height: 1em;
    font-weight: 500;
}
.mv_block .mv .mv_ab ul.breadcrumb li a {
    font-size: 12px;
    line-height: 1em;
    font-weight: 500;
    text-decoration: underline;
}
.mv_block .mv img {
    width: auto;
    height: 426px;
    z-index: 1;
}
.con01 .block_inner {
    width: 1400px;
    padding-top: 30px;
    height: auto;
    margin: 0 auto;
}
.anc_block {
    width: 960px;
    position: relative;
    display: flex;
    justify-content: center;
    margin: -30px auto 70px;
    z-index: 1;
}
.anc_block ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    background: rgba(255, 255, 255, .8);
}
.anc_block ul li {
    width: 210px;
}
.anc_block ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Zen Maru Gothic';
    color: #000;
    font-size: 15px;
    text-align: center;
    min-height: 110px;
}

.anc_block ul li a:focus,
.anc_block ul li a:hover {
    text-decoration: none;
    outline: none;
}
.anc_block ul li:nth-child(1) a:hover {
    color: #0068B7;
}
.anc_block ul li:nth-child(2) a:hover {
    color: #80C75D;
}
.anc_block ul li:nth-child(3) a:hover {
    color: #FC736C;
}
.anc_block ul li:nth-child(4) a:hover {
    color: #5ED0BD;
}

.explain_block .explain_list {
    width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.explain_block .explain_list li {
    width: 1140px;
}
.explain_block .explain_list li .list_1 {
    display: flex;
    justify-content: center;
    border-radius: 40px;
}
.explain_block .explain_list li .list_1 .list_ttl {
    position: relative;
    background-color: #FFF;
    font-size: 22px;
    line-height: 45px;
    font-weight: bold;
    font-family: 'Zen Maru Gothic';
    color: #000000;
    text-align: center;
    letter-spacing: 1px;
}
.explain_block .explain_list li .list_1 .list_ttl::before {
    content: '';
    position: absolute;
    top: -8px;
    left: -7px;
    width: 50px;
    height: 68.52px;
    background-size: 50px 68.52px;
}
.explain_block .explain_list li .list_1 .list_ttl::after {
    content: '';
    position: absolute;
    bottom: -8px;
    right: -7px;
    width: 50px;
    height: 68.52px;
    background-size: 50px 68.52px;
}
.explain_block .explain_list li .list_1 .list_ttl_desc {
    font-size: 15px;
    line-height: 27px;
    font-weight: 500;
    font-family: 'Noto Sans JP';
    color: #FFF;
    text-align: center;
    margin: 25.5px auto 0;
}
.explain_block .explain_list li .list_2 .list_2_inner {
    display: none;
    padding: 80px 76px 120px;
}
.explain_block .explain_list li .list_2 .list_2_2col {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin: 0 auto;
}
.explain_block .explain_list li .list_2 .list_2_2col .list_item {
    width: calc((100% - 60px) / 2);
}
.explain_block .explain_list li .list_2 .list_2_1col {
    margin: 50px auto 0;
}
.explain_block .explain_list li .list_2 .list_2_1col .list_item {
    width: 100%;
}
.explain_block .explain_list li .list_2 .list_item .list_item_ttl {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 16px;
    font-family: 'Zen Maru Gothic';
}
.explain_block .explain_list li .list_2 .list_item .list_item_ttl::after {
    content: '';
    position: relative;
    width: 100%;
    height: 2px;
}
.explain_block .explain_list li .list_2 .list_item .list_item_text {
    font-size: 14px;
    line-height: 29px;
    font-weight: 500;
    font-family: 'Noto Sans JP';
}
.explain_block .explain_list li .list_2 .list_acc_btn {
    margin: 0 auto;
    width: 850px;
}
.explain_block .explain_list li .list_2 .list_acc_btn .list_acc_btn_inner {
    width: 249px;
    height: 50px;
    border-radius: 0 0 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 6px auto 0;
}
.explain_block .explain_list li .list_2 .list_acc_btn .list_acc_btn_inner::before {
    content: '詳しく見る';
    position: relative;
    font-size: 18px;
    line-height: 1em;
    font-weight: bold;
    color: #FFF;
}
.explain_block .explain_list li .list_2 .list_acc_btn .list_acc_btn_inner.open_::before {
    content: 'とじる';
}
.explain_block .explain_list li .list_2 .list_acc_btn .list_acc_btn_inner:hover {
    opacity: 0.7;
}
.area_block .main_ttl {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    padding: 48px 49px 37px;
    font-size: 30px;
    line-height: 42px;
    font-weight: bold;
    font-family: 'Zen Maru Gothic';
    text-align: center;
    letter-spacing: 1px;
}
.area_block .main_ttl::before {
    content: '';
    position: absolute;
    top: 0;
    left: -66px;
    width: 66px;
    height: 95px;
    background-size: 66px 95px;
}
.area_block .main_ttl::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -66px;
    width: 66px;
    height: 95px;
    background-size: 66px 95px;
}
.area_block .area_anc_block {
    margin: 60px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 18px;
    width: 930px;
}
.area_block .area_anc_block li {
    width: 218px;
    height: auto;
}
.area_block .area_anc_block li a {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    padding: 18px 30px 20px 26px;
    box-sizing: border-box;
    background-color: #FFF;
    border-radius: 50px;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}
.area_block .area_anc_block li a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 26px;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    transform: translateY(-50%);
    background: url(../../../../img/usr/event/kuraoka/area_maru.png) no-repeat;
    background-size: 16px;
}
.area_block .area_g-map {
    margin: 60px auto 0;
}
.area_block .area_g-map .gmap_frame {
    width: 952px;
    height: 495px;
    margin: 0 auto;
}
.area_block .area_list > li {
    position: relative;
    width: 1140px;
    margin: 0 auto;
    box-sizing: border-box;
}
.area_block .area_list > li .list_1 {
    position: relative;
}
.area_block .area_list > li .list_1 .list_area_ab {
    position: absolute;
    top: -32px;
    left: -20px;
    height: 23px;
    border-radius: 23px;
    background-color: #FFF;
    box-sizing: border-box;
    padding: 6px 13px;
    font-size: 10px;
    line-height: 1em;
    font-weight: bold;
}
.area_block .area_list > li .list_1 .list_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 21.5px;
    border-bottom: 1px solid #000;
}
.area_block .area_list > li .list_1 .list_header .company_name {
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Noto Sans JP';
}
.area_block .area_list > li .list_1 .list_header .brand_name {
    margin-right: 110px;
}
.area_block .area_list > li .list_1 .list_header .brand_name .brand {
    font-size: 11px;
    line-height: 1em;
    font-weight: 400;
    color: #828282;
    font-family: 'Noto Sans JP';
}
.area_block .area_list > li .list_1 .list_header .brand_name .name {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    font-family: 'Noto Sans JP';
}
.area_block .area_list > li .list_1 .list_body {
    margin-top: 17.5px;
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    margin-right: 120px;
}
.area_block .area_list > li .list_1 .list_body .list_image {
    width: 385px;
}
.area_block .area_list > li .list_1 .list_body .list_image img {
    width: 100%;
}
.area_block .area_list > li .list_1 .list_body .list_desc {
    width: calc(100% - 415px);
}
.area_block .area_list li .list_1 .list_body .list_desc .list_desc_comment {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    font-family: 'Noto Sans JP';
    color: #000;
}
.area_block .area_list > li .list_1 .list_body .list_desc .list_desc_text {
    margin-top: 8px;
    font-size: 13px;
    line-height: 23px;
    font-weight: 500;
    font-family: 'Noto Sans JP';
    color: #515151;
}
.area_block .area_list > li .list_1 .list_product_ab {
    position: absolute;
    right: 0;
}
.area_block .area_list > li .list_2 {
    margin: 0 50px;
}
.area_block .area_list > li .list_2 .list_2_inner {
    display: none;
    margin-bottom: 20px;
}
.area_block .area_list > li .list_2 .list_2_inner .list_2_item .list_2_ttl {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Zen Maru Gothic';
    text-align: center;
    width: fit-content;
    margin: 0 auto 20px;
}
.area_block .area_list > li .list_2 .list_2_inner .list_2_item .list_2_ttl::after {
    content: '';
    width: 126px;
    height: 9px;
    margin: 0 auto;
}
.area_block .area_list > li .list_2 .list_2_inner .list_2_item:not(:first-of-type) {
    margin-top: 50px;
}
.area_block .area_list > li .list_2 .list_2_inner .list_2_benefit .benefit_text {
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    color: #000;
    font-family: 'Noto Sans JP';
    text-align: center;
    margin: 0 auto 14px;
}
.area_block .area_list > li .list_2 .list_2_inner .list_2_benefit .benefit_comment {
    font-size: 14px;
    line-height: 15px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto 43px;
    font-family: 'Noto Sans JP';
}
.area_block .area_list > li .list_2 .list_2_inner .list_2_benefit .benefit_info {
    position: relative;
    width: 650px;
    padding: 36px 30px 28px;
    box-sizing: border-box;
    border: 1px solid #707070;
    background-color: #FFF;
    z-index: 1;
}
.area_block .area_list > li .list_2 .list_2_inner .list_2_benefit .benefit_info::before {
    content: '注意事項';
    position: absolute;
    left: 50%;
    top: -16px;
    z-index: 2;
    transform: translateX(-50%);
    width: 119px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #707070;
    border-radius: 31px;
    background-color: #FFF;
    color: #707070;
    font-size: 16px;
    line-height: 1em;
    font-weight: bold;
    text-align: center;
    font-family: 'Noto Sans JP';
}
.area_block .area_list > li .list_2 .list_2_inner .list_2_benefit .benefit_info ul li {
    position: relative;
    font-size: 13px;
    line-height: 19px;
    font-weight: 600;
    color: #707070;
    font-family: 'Noto Sans JP';
    display: flex;
    gap: 5px;
}
.area_block .area_list > li .list_2 .list_2_inner .list_2_benefit .benefit_info ul li::before {
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background-color: #707070;
    margin-top: 7px;
}
.area_block .area_list > li .list_2 .list_2_inner .list_2_kinds .list_2_ttl {
    position: relative;
}
.area_block .area_list > li .list_2 .list_2_inner .list_2_kinds .kinds_ttl_ab {
    position: absolute;
    top: -81px;
    left: -109px;
}
.area_block .area_list > li .list_2 .list_2_inner .list_2_kinds .kinds_1_2col_block {
    margin: 0 auto;
    display: flex;
    gap: 20px;
}
.area_block .area_list > li .list_2 .list_2_inner .list_2_kinds .kinds_1_2col_block .kinds_1_image {
    height: 349px;
    border-radius: 20px;
    background-color: #D9D9D9;
}
.area_block .area_list > li .list_2 .list_2_inner .list_2_kinds .kinds_1_2col_block .kinds_2_image {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.area_block .area_list > li .list_2 .list_2_inner .list_2_kinds .kinds_1_2col_block .kinds_2_image .kinds_2_1,
.area_block .area_list > li .list_2 .list_2_inner .list_2_kinds .kinds_1_2col_block .kinds_2_image .kinds_2_2 {
    width: 240px;
    height: 164px;
    border-radius: 20px;
    background-color: #D9D9D9;
}
.area_block .area_list > li .list_2 .list_2_inner .list_2_kinds .area_link_btn_block {
    width: 218px;
    height: 54px;
    border-radius: 27px;
    margin: 28px auto 0;
}
.area_block .area_list > li .list_2 .list_2_inner .list_2_kinds .area_link_btn_block .area_link_btn {
    width: 1000%;
    height: 100%;
}
.area_block .area_list > li .list_2 .list_2_inner .list_2_kinds .area_link_btn_block a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 70px;
    font-size: 14px;
    line-height: 1em;
    font-weight: bold;
    padding: 0 19.5px 0 26px;
    box-sizing: border-box;
}
.area_block .area_list > li .list_2 .list_2_inner .list_2_kinds .area_link_btn_block a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 19px;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    transform: translateY(-50%);
    background-size: 16px;
}
.area_block .area_list > li .list_2 .list_2_inner .list_2_message {
    margin: 0 auto;
}
.area_block .area_list > li .list_2 .list_2_inner .list_2_message .message_image {
    width: 170px;
    height: 170px;
    margin: 0 auto;
    text-align: center;
}
.area_block .area_list > li .list_2 .list_2_inner .list_2_message .message_image + .message_text {
    margin-top: 12px;
}
.area_block .area_list > li .list_2 .list_2_inner .list_2_message .message_text {
    font-size: 13px;
    line-height: 25px;
    font-weight: 500;
    font-family: 'Noto Sans JP';
    text-align: center;
    margin: 20px auto 0;
}
.area_block .area_list > li .list_2 .list_2_inner .list_2_message .message_info {
    width: 860px;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 50px auto 0;
    background-color: #FFF;
}
.area_block .area_list > li .list_2 .list_2_inner .list_2_message .message_info::before,
.area_block .area_list > li .list_2 .list_2_inner .list_2_message .message_info::after {
    content: '';
    width: 100%;
    height: 1px;
    background-size: cover;
}
.area_block .area_list > li .list_2 .list_2_inner .list_2_message .message_info ul {
    padding: 24px 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
    box-sizing: border-box;
}
.area_block .area_list > li .list_2 .list_2_inner .list_2_message .message_info ul li {
    width: 390px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    font-family: 'Noto Sans JP';
}
.area_block .area_list > li .area_link_btn_block {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 50px auto 0;
}
.area_block .area_list > li .area_link_btn {
    width: 320px;
    height: 70px;
}
.area_block .area_list > li .area_link_btn a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 11px;
    width: 100%;
    height: 100%;
    border-radius: 70px;
    font-size: 18px;
    line-height: 1em;
    font-weight: bold;
    padding: 0 34px 0 26px;
    box-sizing: border-box;
}
.area_block .area_list > li .area_link_btn.area_link_newtab a::after {
    content: '';
    position: relative;
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.area_block .area_list > li .area_link_btn a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 26px;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    transform: translateY(-50%);
    background-size: 18px;
}
.area_block .area_list > li .list_2 .list_acc_btn {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
}
.area_block .area_list > li .list_2 .list_acc_btn .list_acc_btn_inner {
    width: 200px;
    height: 45px;
    border-radius: 0 0 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.area_block .area_list > li .list_2 .list_acc_btn .list_acc_btn_inner::before {
    content: '詳しく見る';
    position: relative;
    color: #FFF;
    font-size: 16px;
    line-height: 1em;
    font-weight: bold;
}
.area_block .area_list > li .list_2 .list_acc_btn .list_acc_btn_inner.open_::before {
    content: 'とじる';
}
.area_block .area_list > li .list_2 .list_acc_btn .list_acc_btn_inner:hover {
    opacity: 0.7;
}
.bnr_block {
    position: relative;
}
.bnr_block::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 598px;
    height: 10px;
    background-size: 598px 10px;
}
.bnr_block .bnr_2col {
    width: 960px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    gap: 30px;
}
.bnr_block .bnr_2col .bnr_item {
    width: 465px;
}
.bnr_block .bnr_2col .bnr_item a {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bnr_block .bnr_2col .bnr_item a .bnr_item_text {
    position: absolute;
    top: -19px;
    left: 26px;
    padding: 9px 12px;
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Noto Sans JP';
    color: #FFF;
}
.bnr_block .bnr_2col .bnr_item a .bnr_item_text span {
    font-size: 24px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Noto Sans JP';
    color: #FFF;
}
.bnr_block .bnr_2col .bnr_item .bnr_item_image {
    width: 465px;
    height: 211px;
}

.con04_text_block {
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #1A467D;
    margin: 100px auto 0;
}