/* loading */
.load_svg_pc {
    display: block;
    margin-top: 2.4%;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 7%;
    opacity: 0;
}
.is_load .load_svg_pc {
    opacity: 1;
}
.load_svg_sp {
    opacity: 0;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 24%;
    display: none;
}
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	text-align:center;
}
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -68%);
    max-width: 1200px;
    width: 80%;
}
#splash_logo svg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.loader_cover {
    transform-origin: right center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: transform .4s .4s cubic-bezier(0.37, 0, 0.63, 1);
    transform: scaleX(1);
}
.coveranime {
    transform: scaleX(0);
}
.splash_logo:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 150%;
    width: 0%;
    transition: width .4s cubic-bezier(0.37, 0, 0.63, 1);
    background-color: #fff;
}
.coveranime .splash_logo:after {
    width: 100%;
}
/*アニメーション前の指定*/
#svg_pc path,
#svg_sp path {
    fill-opacity: 0;/*最初は透過0で見えない状態*/
    transition: fill-opacity .5s;/*カラーがつく際のアニメーション0.5秒で変化*/
    fill: none;/*塗りがない状態*/
    stroke: #000;/*線の色*/
}
/*アニメーション後に.doneというクラス名がで付与された時の指定*/
#svg_pc.done path,
#svg_sp.done path{
    fill: #000;/*塗りの色*/
    fill-opacity: 1;/*透過1で見える状態*/
}
.load_logo,
.load_logo2,
.load_txt {
    opacity: 0;
    transition: opacity .6s .4s;
}
.load_logo {
    width: 16.3%;
}
.load_logo2 {
    position: absolute;
    bottom: 16%;
    left: 35.5%;
    width: 31.8%;
}
.splash_logo.is_start .load_logo,
.splash_logo.is_start .load_logo2,
.splash_logo.is_start .load_txt {
    opacity: 1;
}
.load_txt {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-top: 3.8%;
}
@media (max-width: 767px) {
    .load_svg_pc {
        display: none;
    }
    .is_load .load_svg_sp {
        opacity: 1;
    }
    .load_svg_sp {
        display: block;
        text-align: left;
        margin-top: 5.2%;
    }
    #splash_logo svg {
        width: 73%;
    }
    .load_logo {
        width: 25.7%;
    }
    .load_logo2 {
        bottom: 36.2%;
        left: 53.3%;
        width: 46.4666%;
    }
    .load_txt {
        font-size: 1.4rem;
        margin-top: 6.3%;
    }
}

/* mv */
.mv {
    position: relative;
    text-align: center;
    margin-left: 0;
}
.swiper-container {
    line-height: 1;
}
.mv_slide .swiper-button-prev {
    left: 0;
}
.mv_slide .swiper-button-next {
    left: 72px;
}
.mv_slide .swiper-button-prev:before,
.mv_slide .swiper-button-next:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    border-top: 2px solid rgba(0,0,0,0.3);
    border-right: 2px solid rgba(0,0,0,0.3);
}
.mv_slide .swiper-button-prev:before {
    transform: rotate(-135deg);
    margin-left: -7px;
}
.mv_slide .swiper-button-next:before {
    transform: rotate(45deg);
    margin-left: -10px;
}
.mv_slide .swiper-button-next,
.mv_slide .swiper-button-prev {
    top: auto;
    margin-top: 0;
    bottom: 0;
    width: 72px;
    height: 72px;
    background-color: #fff;
    background-image: none;
}
.mv_slide .swiper-pagination {
    text-align: left;
    left: 168px;
    width: auto;
    bottom: 26px;
}
.mv_slide .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: transparent;
    border: 1px solid #26b4e6;
}
.mv_slide .swiper-pagination-bullet-active {
    background-color: #26b4e6;
}
.mv_slide.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}
.mv_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0%,-50%);
    text-align: center;
    margin-left: -215px;
    z-index: 2;
    pointer-events: none;
}
.mv_logo {
    width: 321px;
    margin-bottom: 5px;
}
.mv_copy {
    line-height: 1;
    width: 430px;
}

@media (max-width: 767px) {
    .mv_slide .swiper-button-next,
    .mv_slide .swiper-button-prev {
        width: 4.8rem;
        height: 4.8rem;
    }
    .mv_slide .swiper-button-next {
        left: 4.8rem;
    }
    .mv_slide .swiper-button-prev:before,
    .mv_slide .swiper-button-next:before {
        width: 0.9rem;
        height: 0.9rem;
    }
    .mv_slide .swiper-button-prev:before {
        margin-left: -0.2rem;
    }
    .mv_slide .swiper-button-next:before {
        margin-left: -0.7rem;
    }
    .mv_slide .swiper-pagination {
        left: 11rem;
        bottom: 1.8rem;
    }
    .mv_slide .swiper-pagination-bullet {
        width: 1.2rem;
        height: 1.2rem;
    }
    .mv_slide.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 0.6rem;
    }
    .mv_content {
        margin-left: -16.075rem;
    }
    .mv_logo {
        width: 19.05rem;
        margin-bottom: 1.25rem;
    }
    .mv_copy {
        width: 32.15rem;
    }
}

/* news */
.news_content_box {
    display: flex;
}
.news_left {
    width: 120px;
    margin-right: 20px;
}
.news_btn {
    display: inline-block;
    width: 120px;
    padding: 7px 0;
    text-align: center;
    line-height: 1;
    font-weight: 700;
    margin-top: 16px;
}
.news_list li {
    display: flex;
    line-height: 1.428;
}
.news_list li + li {
    margin-top: 10px;
}
.news_list a {
    text-decoration: underline;
    word-break: break-all;
    margin-left: 15px;
    display: inline-block;
    line-height: 1.428;
}
@media (max-width: 767px) {
    .news_content_box {
        display: block;
    }
    .news_left {
        width: 100%;
        margin-right: 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .news_btn {
        width: 10rem;
        padding: 1.25rem 0;
        margin-top: 0;
    }
    .news_list li {
        display: block;
    }
    .news_list li + li {
        margin-top: 1.2rem;
    }
    .news_list a {
        margin-left: 0;
    }
}

/* product_btn_area */
.product_btn_area {
    margin-top: 80px;
}
.product_btn {
    width: 400px;
    display: flex;
    justify-content: center;
    padding: 30px 0;
    line-height: 1;
    font-weight: 700;
    font-size: 18px;
    margin: 0 auto;
}
.product_btn_icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background: url(/front/img/nav_icon_lineup.png) no-repeat center center / 20px 20px;
}
.product_btn_content {
    display: flex;
    justify-content: center;
    align-items: end;
}
.product_list {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}
.product_list > li {
    margin-left: 8px;
    width: 100%;
}
.product_list_btn {
    display: flex;
    justify-content: center;
    border-radius: 6px;
    width: 100%;
    height: 100px;
    font-weight: 700;
    padding-top: 20px;
    text-align: center;
    line-height: 1.28;
}
.product_list_btn_plus {
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7px;
    margin: 0 auto;
}
.product_list_btn_plus::before,
.product_list_btn_plus::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #26b4e6;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: background-color 0.3s;
}
.product_list_btn_plus::after {
    transform: rotate(90deg);
}
.product_list_btn.product_list_btn_open .product_list_btn_plus::after {
    display: none;
}
.product_list_btn_icon {
    width: 20px;
    height: 20px;
    background: url(/front/img/nav_lineup_sub_icon1.png) no-repeat center center / 20px 20px;
    margin: 0 auto 11px;
}
.product_list_btn_txt_2line .product_list_btn_icon {
    margin-bottom: 4px;
}
.product_list_btn_arrow {
    text-align: center;
    font-size: 24px;
    line-height: 1;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 4px;
}
.product_list_btn_icon1 {
    background: url(/front/img/nav_lineup_sub_icon1.png) no-repeat center center / 20px 20px;
}
.product_list_btn_icon2 {
    background: url(/front/img/nav_lineup_sub_icon2.png) no-repeat center center / 20px 20px;
}
.product_list_btn_icon3 {
    background: url(/front/img/nav_lineup_sub_icon7.png) no-repeat center center / 20px 20px;
}
.product_list_btn_icon4 {
    background: url(/front/img/nav_lineup_sub_icon8.png) no-repeat center center / 20px 20px;
}
.product_list_btn_icon5 {
    background: url(/front/img/nav_lineup_sub_icon5.png) no-repeat center center / 20px 20px;
}
.product_list_btn_icon6 {
    background: url(/front/img/nav_lineup_sub_icon6.png) no-repeat center center / 20px 20px;
}
.product_list_btn_icon7 {
    background: url(/front/img/nav_lineup_sub_icon9.png) no-repeat center center / 20px 20px;
}
@media (min-width: 768px) {
    .product_btn:hover .product_btn_icon {
        background: url(/front/img/nav_icon_lineup_on.png) no-repeat center center / 20px 20px;
    }
    .product_list_btn:hover .product_list_btn_icon1 {
        background: url(/front/img/nav_lineup_sub_icon1_on.png) no-repeat center center / 20px 20px;
    }
    .product_list_btn:hover .product_list_btn_icon2 {
        background: url(/front/img/nav_lineup_sub_icon2_on.png) no-repeat center center / 20px 20px;
    }
    .product_list_btn:hover .product_list_btn_icon3 {
        background: url(/front/img/nav_lineup_sub_icon7_on.png) no-repeat center center / 20px 20px;
    }
    .product_list_btn:hover .product_list_btn_icon4 {
        background: url(/front/img/nav_lineup_sub_icon8_on.png) no-repeat center center / 20px 20px;
    }
    .product_list_btn:hover .product_list_btn_icon5 {
        background: url(/front/img/nav_lineup_sub_icon5_on.png) no-repeat center center / 20px 20px;
    }
    .product_list_btn:hover .product_list_btn_icon6 {
        background: url(/front/img/nav_lineup_sub_icon6_on.png) no-repeat center center / 20px 20px;
    }
    .product_list_btn:hover .product_list_btn_icon7 {
        background: url(/front/img/nav_lineup_sub_icon9_on.png) no-repeat center center / 20px 20px;
    }
}
.product_list_sub {
    display: none;
}
.product_list_sub li {
    padding-top: 13px;
}
.product_list_sub a {
    font-size: 14px;
    display: inline-block;
    padding-left: 20px;
    position: relative;
    line-height: 1.25;
}
.product_list_sub a::after {
    content: "›";
    display: block;
    font-size: 24px;
    color: #26b4e6;
    position: absolute;
    top: -4px;
    left: 7px;
    line-height: 1;
}
@media (min-width: 768px) {
    .product_list_sub a:hover {
        text-decoration: underline;
    }
    .product_list_btn:hover .product_list_btn_plus::before,
    .product_list_btn:hover .product_list_btn_plus::after {
        background-color: #fff;
    }
}
@media (max-width: 767px) {
    .product_btn_area {
        margin-top: 4rem;
    }
    .product_btn {
        width: 32.7rem;
        padding: 2rem 0;
        font-size: 1.6rem;
    }
    .product_btn_icon {
        width: 2rem;
        height: 2rem;
        margin-right: 0.5rem;
        background: url(/front/img/nav_icon_lineup.png) no-repeat center center / 2rem 2rem;
    }
    .product_list {
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-top: 1.2rem;
    }
    .product_list > li {
        margin-left: 0;
        width: 10.9rem;
    }
    .product_list > li:not(:nth-child(3n + 1)) {
        margin-left: 1.2rem;
    }
    .product_list > li:nth-child(n + 4) {
        margin-top: 1.2rem;
    }
    .product_list_btn {
        border-radius: 0.3rem;
        padding-top: 1.4rem;
        line-height: 1.14;
        height: 7.5rem;
    }
    .product_list_btn_plus {
        width: 0.7rem;
        height: 0.7rem;
        bottom: 0.3rem;
    }
    .product_list_btn_plus::before,
    .product_list_btn_plus::after {
        height: 0.2rem;
    }
    .product_list_btn .btn_content {
        width: 100%;
    }
    .product_list_btn_icon {
        width: 2rem;
        height: 2rem;
        margin: 0 auto 11px;
    }
    .product_list_btn_txt_2line .product_list_btn_icon {
        margin-bottom: 0.4rem;
    }
    .product_list_btn_arrow {
        font-size: 2.4rem;
        right: 0.3rem;
        left: auto;
        bottom: 1rem;
    }
    .product_list_btn_icon1 {
        background: url(/front/img/nav_lineup_sub_icon1.png) no-repeat center center / 2rem 2rem;
    }
    .product_list_btn_icon2 {
        background: url(/front/img/nav_lineup_sub_icon2.png) no-repeat center center / 2rem 2rem;
    }
    .product_list_btn_icon3 {
        background: url(/front/img/nav_lineup_sub_icon3.png) no-repeat center center / 2rem 2rem;
    }
    .product_list_btn_icon4 {
        background: url(/front/img/nav_lineup_sub_icon4.png) no-repeat center center / 2rem 2rem;
    }
    .product_list_btn_icon5 {
        background: url(/front/img/nav_lineup_sub_icon5.png) no-repeat center center / 2rem 2rem;
    }
    .product_list_btn_icon6 {
        background: url(/front/img/nav_lineup_sub_icon6.png) no-repeat center center / 2rem 2rem;
    }
    .product_list .product_list_sp_1col {
        width: 100%;
    }
    .product_list_sp_1col .btn_content {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product_list_sp_1col .product_list_btn {
        padding: 0;
        height: 5rem;
    }
    .product_list_sp_1col .product_list_btn_icon {
        margin: 0 0.2rem 0 0;
    }
    .product_list_sp_1col .product_list_btn_arrow {
        bottom: 1.5rem;
    }
    .product_list_sub {
        padding-top: 1.2rem;
    }
    .product_list_sub li {
        padding-top: 0;
    }
    .product_list_sub li + li {
        padding-top: 1.8rem;
    }
    .product_list_sub a {
        font-size: 1.2rem;
        display: block;
        width: 100%;
        padding: 0 1.5rem 0 0;
    }
    .product_list_sub a::after {
        font-size: 2.4rem;
        top: -0.6rem;
        left: auto;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
    }
}

/* registration */
.registration_wrap {
    width: 100%;
}
.registration {
    text-align: center;
    width: 100%;
    padding: 36px 0;
    background-color: #26b4e6;
    color: #fff;
    margin-top: 80px;
}
.registration_btn {
    background-color: #fff;
    margin: 16px auto 0;
    font-weight: 700;
}
.registration_top_txt {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.45;
}
.registration_top_txt_s {
    font-size: 18px;
}
.registration_txt {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 25px;
    font-weight: 700;
}
@media (max-width: 767px) {
    .registration {
        padding: 3.6rem 0;
        margin-top: 4rem;
    }
    .registration_btn {
        margin: 1.3rem auto 0;
    }
    .registration_top_txt {
        font-size: 1.8rem;
        line-height: 1.5;
    }
    .registration_top_txt_s {
        font-size: 1.6rem;
    }
    .registration_txt {
        font-size: 1.6rem;
        margin-top: 1.6rem;
    }
}

/* search */
.search {
    margin-top: 80px;
    width: 100%;
}
.search_form {
    margin-top: 15px;
    display: flex;
}
.search_name {
    line-height: 1;
    margin-bottom: 8px;
}
.search_date_form {
    display: flex;
    align-items: center;
}
.search_date_calendar {
    width: 145px;
}
.search_date_to_txt {
    margin: 0 4px;
}
.search_property {
    width: calc(100% - 504px);
    margin-left: 16px;
}
.search_property_text {
    width: 100%;
}
.search_status {
    width: 145px;
    margin-left: 16px;
}
.search_status_select {
    padding: 0 8px;
    width: 100%;
}
@media (max-width: 767px) {
    .search {
        margin-top: 4rem;
    }
    .search_form {
        margin-top: 1.2rem;
        display: block;
    }
    .search_name {
        margin-bottom: 0.75rem;
    }
    .search_date_calendar {
        width: 15.15rem;
    }
    .search_date_to_txt {
        margin: 0 0.5rem;
    }
    .search_property {
        width: 100%;
        margin-left: 0;
        margin-top: 1.2rem;
    }
    .search_property_text {
        width: 100%;
    }
    .search_status {
        width: 100%;
        margin-left: 0;
        margin-top: 1.2rem;
    }
    .search_status_select {
        padding: 1.3rem 1.2rem;
    }
}

/* history */
.history_wrap {
    width: 100%;
}
.history {
    margin-top: 24px;
    width: 100%;
}
.history_table {
    margin-top: 16px;
    width: 100%;
}
.history_table th,
.history_table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.history_table th:last-child,
.history_table td:last-child {
    border-right: none;
}
.history_table th {
    line-height: 1;
    padding: 9px 8px;
    background-color: #ebf8fc;
    text-align: left;
    font-weight: 400;
}
.history_table .history_price_th {
    text-align: right;
}
.history_table td {
    padding: 13px 8px;
    vertical-align: top;
}
.history_date {
    width: 97px;
}
.history_price {
    text-align: right;
    width: 127px;
}
.history_property {
    width: 127px;
}
.history_delivery_place {
    width: 127px;
}
.history_status {
    width: 474px;
}
.history_num {
    width: 120px;
}
.history_price,
.history_property,
.history_delivery_place {
    font-weight: 700;
}
.history_table_txt {
    line-height: 1.428;
}
.history_table_txt + .history_table_txt {
    margin-top: 9px;
}
.history_status_txt {
    display: flex;
    flex-wrap: wrap;
    max-width: 660px;
}
.history_status_blue {
    min-width: 72px;
    margin-right: 8px;
    color: #26b4e6;
    font-weight: 700;
}
.history_num_btn {
    width: 100%;
    padding: 7px;
    display: block;
    text-align: center;
    margin-top: 4px;
    font-weight: 700;
}
@media (max-width: 767px) {
    .history {
        margin-top: 1.2rem;
    }
    .history_table_scroll {
        width: 100%;
        overflow-x: scroll;
    }
    .history_table_wrap {
        padding-bottom: 1.2rem;
    }
    .history_table {
        margin-top: 1.6rem;
        width: 107.2rem;
    }
    .history_table th,
    .history_table td {
        border-right: 0.1rem solid #ccc;
        border-bottom: 0.1rem solid #ccc;
    }
    .history_table th {
        padding: 0.9rem 0.8rem;
    }
    .history_table td {
        padding: 1.75rem 0.8rem;
    }
    .history_date {
        width: 9.7rem;
    }
    .history_price {
        width: 12.7rem;
    }
    .history_property {
        width: 12.7rem;
    }
    .history_delivery_place {
        width: 12.7rem;
    }
    .history_status {
        width: 34rem;
    }
    .history_num {
        width: 25.4rem;
    }
    .history_table_txt {
        line-height: 1.5;
    }
    .history_table_txt + .history_table_txt {
        margin-top: 0.45rem;
    }
    .history_status_blue {
        min-width: 7.2rem;
        margin-right: 0.8rem;
    }
    .history_num_btn {
        width: 10rem;
        padding: 1.3rem 1.2rem;
        margin-top: 0;
    }
    .history_num_inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .history_table_scroll::-webkit-scrollbar {
        width: 1.1rem;
    }
    .history_table_scroll::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 100px;
    }
    .history_table_scroll::-webkit-scrollbar-track {
        background-color: #fff;
        border-radius: 100px;
        border: 0.1rem solid #ccc;
    }
}

