.HomeHeadingTitle--underLine {
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 3rem;
    font-weight: 500;
    font-display: swap;
    line-height: 1;
    margin-bottom: 65px;
    position: relative;
    text-align: center
}

.HomeHeadingTitle--underLine::before {
    content: attr(data-title);
    display: block;
    font-family: "Pathway Gothic One", sans-serif;
    font-size: 6rem;
    font-weight: 400;
    font-display: swap;
    line-height: 40px;
    margin-bottom: 24px;
    text-align: center
}

.HomeHeadingTitle--underLine::after {
    background: #cc0000;
    bottom: -15px;
    content: '';
    display: block;
    height: 2px;
    margin: -40px auto 0 auto;
    width: 60px
}

.HomeHeadingTitle--underLine.reverse {
    color: #fff
}

.HomeHeadingTitle--underLine.left {
    text-align: left
}

.HomeHeadingTitle--underLine.left::before {
    text-align: left
}

.HomeHeadingTitle--underLine.left::after {
    margin: -40px auto 0 0
}

@media screen and (max-width: 1200px) {
    .HomeHeadingTitle--underLine {
        font-size: calc(10 * ((100vw - 768px) / 432) + 2.0rem)
    }

    .HomeHeadingTitle--underLine::before {
        font-size: calc(20 * ((100vw - 768px) / 432) + 4.0rem)
    }
}

@media screen and (max-width: 768px) {
    .HomeHeadingTitle--underLine {
        font-size: calc(4 * ((100vw - 320px) / 448) + 1.8rem)
    }

    .HomeHeadingTitle--underLine::before {
        font-size: calc(10 * ((100vw - 320px) / 448) + 3.6rem);
        line-height: 1;
        margin-bottom: 20px
    }

    .HomeHeadingTitle--underLine::after {
        margin: -30px auto 0 auto;
        width: 40px
    }

    .HomeHeadingTitle--underLine.left {
        text-align: center
    }

    .HomeHeadingTitle--underLine.left::before {
        text-align: center
    }

    .HomeHeadingTitle--underLine.left::after {
        margin: -40px auto 0 auto
    }
}

.home #contents-wrapper {
    padding-top: 0;
    position: relative
}

.HomeBrandLogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    height: 72px;
    max-width: 22vw;
    padding: 13px 30px 16px 0;
    position: absolute;
    top: 0;
    z-index: 30
}

.HomeBrandLogo img {
    padding: 5% calc((55 / 1140) * 100%) 5% 5px;
    width: 100%
}

@media screen and (max-width: 768px) {
    .HomeBrandLogo {
        display: none
    }
}

.HeroArea {
    background-color: #fff;
    overflow: hidden;
    position: relative
}

.HeroArea::before {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    border-right: 22vw solid transparent;
    border-top: 43vw solid #fff;
    opacity: .75;
    left: 0;
    top: 0;
    z-index: 20
}

.HeroArea::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    border-left: 22vw solid transparent;
    border-bottom: 43vw solid #fff;
    opacity: .75;
    right: 0;
    bottom: 0;
    z-index: 20
}

.HeroArea .HeroAreaWrapper::before {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    bottom: 0;
    border-right: 22vw solid transparent;
    border-bottom: 33vw solid #c3e6e0;
    left: 0;
    opacity: 1;
    z-index: 19
}

.HeroArea .HeroAreaWrapper::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    border-left: 22vw solid transparent;
    border-top: 33vw solid #f2c1b6;
    opacity: 1;
    right: 0;
    top: 0;
    z-index: 19
}

.HeroArea .HeroAreaCover {
    margin: 0 auto;
    max-width: 1110px;
    text-align: center;
    width: 100%
}

.HeroArea .HeroAreaCover::before {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    border-right: 22vw solid transparent;
    border-top: 33vw solid #fff;
    left: 0;
    opacity: 1;
    top: 0;
    z-index: 18
}

.HeroArea .HeroAreaCover::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    border-left: 22vw solid transparent;
    border-bottom: 33vw solid #fff;
    bottom: 0;
    opacity: .9;
    right: 0;
    z-index: 18
}

.HeroArea .HeroArea_movie {
    background: url("../images/home/hero/bg_hero_pc.jpg") no-repeat top center;
    background-size: cover;
    height: 56.25vw;
    max-height: 624px
}

@media screen and (max-width: 768px) {
    .HeroArea {
        margin-top: 60px
    }

    .HeroArea .HeroAreaCover {
        background: url("../images/home/hero/bg_hero_sp.jpg") no-repeat top center;
        background-size: cover;
        height: 70vw
    }

    .HeroArea .HeroArea_movie {
        background: url("../images/home/hero/bg_hero_sp.png") no-repeat top center;
        background-color: transparent !important;
        background-position: top center !important;
        background-size: cover;
        height: 65vw;
        padding-bottom: 65vw !important
    }
}

.CategoryMainMenu {
    margin-top: -40px
}

.CategoryMainMenu .CategoryMainMenu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.CategoryMainMenu .CategoryMainMenu_list__item {
    background-size: cover;
    border: 3px solid #cc0000;
    border-radius: 10px 10px 0 0;
    margin-left: 6px;
    max-width: 273px;
    width: 100%;
    z-index: 30
}

.CategoryMainMenu .CategoryMainMenu_list__item:first-child {
    margin-left: 0
}

.CategoryMainMenu .CategoryMainMenu_link {
    display: block;
    background-color: #fae5e5;
    color: #222;
    border-radius: 7px 7px 0 0;
    height: 227px;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.CategoryMainMenu .CategoryMainMenu_link:hover,
.CategoryMainMenu .CategoryMainMenu_link:active,
.CategoryMainMenu .CategoryMainMenu_link:focus {
    background-color: rgba(250, 229, 229, 0.5)
}

.CategoryMainMenu .CategoryMainMenu_link .material-icons {
    color: #cc0000
}

.CategoryMainMenu .CategoryMainMenu_link__title {
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 2.7rem;
    font-weight: 500;
    font-display: swap;
    line-height: 1;
    text-align: center
}

.CategoryMainMenu .CategoryMainMenu_link__title::before {
    content: attr(data-title);
    display: block;
    font-family: "Pathway Gothic One", sans-serif;
    font-size: 6rem;
    font-weight: 400;
    font-display: swap;
    line-height: 40px;
    margin-bottom: 0.5em
}

.CategoryMainMenu .CategoryMainMenu_link__title::after {
    background-color: #cc0000;
    content: "";
    display: block;
    height: 2px;
    margin: -1.5em auto 0 auto;
    width: 60px
}

.CategoryMainMenu .newCar {
    background-image: url("../images/home/bg_category_main_menu_newcar_210422.jpg")
}

.CategoryMainMenu .usedCar {
    background-image: url("../images/home/bg_category_main_menu_usedcar.jpg")
}

.CategoryMainMenu .maintenance {
    background-image: url("../images/home/bg_category_main_menu_maintenance.jpg")
}

.CategoryMainMenu .shop {
    background-image: url("../images/home/bg_category_main_menu_shop.jpg")
}

@media screen and (max-width: 1200px) {
    .CategoryMainMenu .CategoryMainMenu_link__title {
        font-size: calc(8 * ((100vw - 768px) / 432) + 1.9rem)
    }

    .CategoryMainMenu .CategoryMainMenu_link__title::before {
        font-size: calc(22 * ((100vw - 768px) / 432) + 3.8rem)
    }
}

@media screen and (max-width: 768px) {
    .CategoryMainMenu {
        margin-top: -46px
    }

    .CategoryMainMenu .CategoryMainMenu_list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .CategoryMainMenu .CategoryMainMenu_list__item {
        border-radius: 10px;
        margin-left: 6px;
        margin-top: 6px;
        max-width: 310px;
        width: 47%
    }

    .CategoryMainMenu .CategoryMainMenu_list__item:first-child,
    .CategoryMainMenu .CategoryMainMenu_list__item:nth-child(3) {
        margin-left: 0
    }

    .CategoryMainMenu .CategoryMainMenu_link {
        border-radius: 7px;
        height: 180px;
        padding: 10px 0
    }

    .CategoryMainMenu .CategoryMainMenu_link__title {
        font-size: 18px;
        line-height: 1
    }

    .CategoryMainMenu .CategoryMainMenu_link__title::before {
        font-size: 35px;
        line-height: 20px;
        margin-bottom: 30px
    }

    .CategoryMainMenu .CategoryMainMenu_link__title::after {
        margin: -30px auto 0 auto;
        width: 50px
    }
}

@media screen and (max-width: 414px) {
    .CategoryMainMenu .CategoryMainMenu_list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .CategoryMainMenu .CategoryMainMenu_list__item {
        margin-left: 6px;
        max-width: 310px;
        width: 47%
    }

    .CategoryMainMenu .CategoryMainMenu_list__item:first-child,
    .CategoryMainMenu .CategoryMainMenu_list__item:nth-child(3) {
        margin-left: 0
    }

    .CategoryMainMenu .CategoryMainMenu_link {
        height: 130px
    }

    .CategoryMainMenu .CategoryMainMenu_link .material-icons.md-84 {
        font-size: 45px
    }

    .CategoryMainMenu .CategoryMainMenu_link__title {
        font-size: 14px
    }

    .CategoryMainMenu .CategoryMainMenu_link__title::before {
        font-size: 27px;
        line-height: 20px;
        margin-bottom: 23px
    }

    .CategoryMainMenu .CategoryMainMenu_link__title::after {
        margin: -25px auto 0 auto;
        width: 40px
    }
}

.PickupContents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.PickupContents .PickupContents_first {
    max-width: 639px;
    /* width: 62% */
    width: 37%;
}

.PickupContents .PickupContents_first a {
    display: block
}

.PickupContents .PickupContents_first a img {
    border: 2px solid #20aee5
}

.PickupContents .PickupContents_second {
    /* padding-left: 10px; */
    /* width: 40% */
    width: 22%;
}

.PickupContents .PickupContents_second a {
    display: block
}

.PickupContents .PickupContents_second a:hover,
.PickupContents .PickupContents_second a:active {
    display: block;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: .7
}

.PickupContents .PickupContents_second a img {
    border: 2px solid #cc0000;
    transition: none;
    width: 100%
}

.PickupContents .PickupContents_second a img:hover {
    border: 2px solid #cc0000;
    transition: none;
    width: 100%
}

.PickupContents .PickupContents_last {
    max-width: 639px;
    /* width: 62% */
    width: 37%;
}

.PickupContents .PickupContents_last a {
    display: block
}

.PickupContents .PickupContents_last a img {
    border: 2px solid #cc0000;
}

.PickupContents .PickupContents_second__banner--upper {
    display: inline-block;
    float: left;
    margin: 0 auto 6px 0
}

.PickupContents .PickupContents_second__banner--upper a img {
    border-color: #cc0000
}

.PickupContents .PickupContents_second__banner--upper a img:hover {
    border-color: #cc0000
}

.PickupContents .PickupContents_second__banner--under {
    display: inline-block;
    float: right
}

.PickupContents .PickupContents_second__banner--under a img {
    border-color: #6cc4b6
}

.PickupContents .PickupContents_second__banner--under a img:hover {
    border-color: #6cc4b6
}

@media screen and (max-width: 1092px) {
    .PickupContents .PickupContents_first a {
        display: block
    }

    /* .PickupContents .PickupContents_second {
        width: 38%
    } */
}

@media screen and (max-width: 768px) {
    .PickupContents {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .PickupContents .PickupContents_first {
        max-width: 100%;
        width: 95%
    }

    .PickupContents .PickupContents_first img {
        width: 100%
    }

    .PickupContents .PickupContents_second {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-left: 0;
        padding-top: 10px;
        width: 100%
    }

    .PickupContents .PickupContents_second__banner--upper {
        display: block;
        margin: 0 10px 0 0;
        width: 33.5%
    }

    .PickupContents .PickupContents_second__banner--under {
        display: block;
        width: 56.5%
    }

    .PickupContents .PickupContents_last {
        padding-top: 10px;
        width: 100%;
    }
}

@media screen and (max-width: 414px) {
    .PickupContents {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .PickupContents .PickupContents_first {
        max-width: 100%;
        width: 100%
    }

    .PickupContents .PickupContents_first img {
        width: 100%
    }

    .PickupContents .PickupContents_second {
        flex-wrap: wrap
    }

    .PickupContents .PickupContents_second__banner--upper {
        margin: 0 auto 10px 0;
        width: 100%
    }

    .PickupContents .PickupContents_second__banner--under {
        width: 100%
    }
}

.AppealSlider {
    background-color: #ebeab0;
    margin-top: 30px;
    width: 100%
}

.AppealSlider .slider-pro {
    padding: 30px 0 60px
}

.AppealSlider .sp-slide .sp-image-container {
    background-color: #fff;
    border-radius: 10px
}

.AppealSlider .AppealSlider_triangle {
    background-color: #f2c1b6;
    height: 60px;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: 14
}

.AppealSlider .AppealSlider_triangle::before {
    border-top: 60px solid transparent;
    border-right: 60px solid #f2c1b6;
    bottom: 0;
    content: "";
    display: block;
    height: 60px;
    left: -60px;
    position: absolute;
    width: 0
}

.AppealSlider .sp-thumbnails-container.sp-bottom-thumbnails {
    background-color: #f2c1b6;
    display: block;
    bottom: 0;
    height: 60px;
    margin: 0 0 -60px auto;
    padding: 5px 0;
    z-index: 15
}

.AppealSlider .sp-thumbnail-container {
    background-color: #fff;
    border: 2px solid #f2c1b6
}

.AppealSlider .sp-thumbnail-container.sp-selected-thumbnail {
    border-color: #cc0000
}

.AppealSlider .sp-thumbnail-container .sp-thumbnail {
    left: 0;
    right: 0
}

@media screen and (max-width: 768px) {
    .AppealSlider {
        margin-top: 30px
    }

    .AppealSlider .slider-pro {
        padding: 0 0 65px
    }

    .AppealSlider .sp-slide .sp-image-container {
        background-color: transparent
    }

    .AppealSlider .AppealSlider_triangle {
        display: none
    }
}

@media screen and (max-width: 414px) {
    .AppealSlider {
        margin-top: 30px
    }

    .AppealSlider .slider-pro {
        padding: 0 0 50px
    }
}

.RecommendedCar {
    margin: 100px auto 0;
    position: relative
}

.RecommendedCar .RecommendedCar_bg {
    background-color: #96b9d6;
    background-image: url("../images/cmn_img/bg_dot_blue.png");
    overflow: hidden;
    padding: 0 15px 30px;
    position: relative
}

.RecommendedCar .RecommendedCar_bg__dot {
    background-color: #fff;
    height: 932px;
    margin: auto;
    position: absolute;
    top: -1px;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    width: 90%;
    z-index: 0
}

.RecommendedCar .RecommendedCar_Slider {
    background-color: #fff;
    z-index: 10
}

@media screen and (max-width: 768px) {
    .RecommendedCar {
        margin: 40px auto 0
    }

    .RecommendedCar .RecommendedCar_bg {
        padding: 30px 15px
    }

    .RecommendedCar .RecommendedCar_bg__dot {
        display: none
    }
}

.ExhibitionTest {
    background-image: url("../images/home/bg_exhibition_car.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0
}

.ExhibitionTest .SectionInner {
    margin-top: 70px
}

.ExhibitionTest .ExhibitionTest_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    background-color: rgba(182, 227, 204, 0.8);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ExhibitionTest .ExhibitionTest_list__item {
    width: calc(214 / 1100 * 100% - .01px);
    height: calc(214 / 1100 * 100%);
    margin: calc(3 / 1100 * 100% - .01px);
    border-radius: 10px;
    background: #fff
}

.ExhibitionTest .ExhibitionTest_list__item a {
    display: block;
    padding: calc(27 / 214 * 100%) calc(7 / 214 * 100%);
    border-radius: 10px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.ExhibitionTest .ExhibitionTest_list__item a:hover {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: .7
}

@media screen and (max-width: 768px) {
    .ExhibitionTest .SectionInner {
        margin-top: 0
    }

    .ExhibitionTest .ExhibitionTest_list {
        padding: calc(6 / 576 * 100%)
    }

    .ExhibitionTest .ExhibitionTest_list__item {
        width: calc(180 / 564 * 100% - .01px);
        height: calc(180 / 564 * 100%);
        margin: calc(4 / 564 * 100% - .01px)
    }
}

@media screen and (max-width: 768px) {
    .ExhibitionTest {
        padding: 40px 0
    }
}

.HomeUsedCar .HomeUsedCar_heading,
.HomeUsedCar .HomeUsedCar_list {
    position: relative;
    z-index: 10
}

.indexStockcar {
    position: relative;
    max-width: 1200px;
    width: 100%
}

.indexStockcar .stockcarList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media screen and (max-width: 768px) {
    .HomeUsedCar .HomeUsedCar_list {
        margin-top: 10px
    }
}

.HomeUsedCar {
    overflow: hidden;
    padding: 70px 0 100px;
    position: relative
}

.HomeUsedCar .HomeUsedCar_bg {
    background-color: #ebeab0;
    bottom: 0;
    display: block;
    height: 100vw;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 100vw;
    z-index: 0
}

.HomeUsedCar .HomeUsedCar_bg__dot {
    background-image: url("../images/cmn_img/bg_dot_yellow.png");
    bottom: 0;
    height: 200vw;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 200vw
}

.HomeUsedCar .HomeUsedCar_heading {
    text-align: center
}

@media screen and (max-width: 1200px) {
    .HomeUsedCar .HomeUsedCar_bg__dot {
        height: 250vw;
        width: 250vw
    }
}

@media screen and (max-width: 992px) {
    .HomeUsedCar .HomeUsedCar_bg {
        height: 100%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        width: 100vw
    }

    .HomeUsedCar .HomeUsedCar_bg__dot {
        height: 100%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        width: 100vw
    }
}

@media screen and (max-width: 768px) {
    .HomeUsedCar {
        padding: 10px 0 40px
    }
}

.ShopAndCalender {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ShopAndCalender .material-icons {
    color: #fff
}

.ShopAndCalender .ShopAndCalender_shop,
.ShopAndCalender .ShopAndCalender_calender {
    height: 500px
}

.ShopAndCalender .ShopAndCalender_shop__title,
.ShopAndCalender .ShopAndCalender_calender__title {
    max-width: 250px;
    text-align: center
}

.ShopAndCalender .ShopAndCalender_shop__title .HeadingTitle--underLine,
.ShopAndCalender .ShopAndCalender_calender__title .HeadingTitle--underLine {
    margin-top: 30px
}

.ShopAndCalender .ShopAndCalender_shop {
    background: url("../images/home/bg_shop_search.jpg") no-repeat center center;
    background-size: cover;
    width: 40%
}

.ShopAndCalender .ShopAndCalender_shop a {
    background-color: rgba(34, 34, 34, 0.5);
    display: block;
    height: 500px;
    padding-right: 6%;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.ShopAndCalender .ShopAndCalender_shop a:hover,
.ShopAndCalender .ShopAndCalender_shop a:active,
.ShopAndCalender .ShopAndCalender_shop a:focus {
    background-color: rgba(34, 34, 34, 0);
    text-decoration: none
}

.ShopAndCalender .ShopAndCalender_shop__title {
    padding-top: 130px;
    margin-left: auto;
    margin-right: 0
}

.ShopAndCalender .ShopAndCalender_calender {
    background-color: #7295b3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 3%;
    width: 60%
}

.ShopAndCalender .ShopAndCalender_calender__title {
    margin-top: 130px;
    margin-left: 0;
    margin-right: 6%;
    width: 42%
}

@media screen and (max-width: 1200px) {
    .ShopAndCalender .ShopAndCalender_shop {
        width: 35%
    }

    .ShopAndCalender .ShopAndCalender_calender {
        width: 65%
    }
}

@media screen and (max-width: 992px) {
    .ShopAndCalender .ShopAndCalender_shop {
        width: 30%
    }

    .ShopAndCalender .ShopAndCalender_calender {
        width: 70%
    }
}

@media screen and (max-width: 768px) {
    .ShopAndCalender {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .ShopAndCalender .ShopAndCalender_shop__title,
    .ShopAndCalender .ShopAndCalender_calender__title {
        max-width: 100%
    }

    .ShopAndCalender .ShopAndCalender_shop__title .HeadingTitle--underLine,
    .ShopAndCalender .ShopAndCalender_calender__title .HeadingTitle--underLine {
        margin-top: 0
    }

    .ShopAndCalender .ShopAndCalender_shop {
        height: 280px;
        width: 100%
    }

    .ShopAndCalender .ShopAndCalender_shop a {
        height: 280px;
        padding-right: 0
    }

    .ShopAndCalender .ShopAndCalender_shop__title {
        padding-top: 30px;
        margin-left: auto;
        margin-right: auto
    }

    .ShopAndCalender .ShopAndCalender_calender {
        height: 410px;
        padding: 0 15px;
        width: 100%
    }

    .ShopAndCalender .ShopAndCalender_calender__title {
        margin-right: 15px;
        margin-top: 90px;
        width: 48%
    }
}

@media screen and (max-width: 414px) {
    .ShopAndCalender .material-icons.md-120 {
        font-size: 60px
    }

    .ShopAndCalender .ShopAndCalender_shop {
        height: 200px
    }

    .ShopAndCalender .ShopAndCalender_shop a {
        height: 200px
    }

    .ShopAndCalender .ShopAndCalender_shop__title {
        padding-top: 30px
    }

    .ShopAndCalender .ShopAndCalender_calender {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 555px;
        padding: 0 15px;
        width: 100%
    }

    .ShopAndCalender .ShopAndCalender_calender__title {
        margin: 30px auto 0;
        width: 100%
    }
}

.BusinessDayCalendar {
    background: #fff;
    border-radius: 10px;
    height: 400px;
    margin: 50px 6% 50px 0;
    max-width: 500px;
    width: 58%
}

.BusinessDayCalendar .cal_wrapper {
    padding: 10px 0 47px
}

.BusinessDayCalendar .cal_wrapper table.cal {
    max-width: 500px;
    position: relative;
    width: 100%
}

.BusinessDayCalendar .cal_wrapper table.cal th p {
    color: #222;
    font-size: 2.0rem;
    line-height: 1;
    margin: 0;
    padding: 10px 5px 17px;
    text-align: center
}

.BusinessDayCalendar .cal_wrapper table.cal th div.cal_ui {
    bottom: -40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0
}

.BusinessDayCalendar .cal_wrapper table.cal th div.cal_ui input {
    background-color: #fff;
    border: solid 1px #fff;
    font-size: 1.8rem;
    margin: 0 1px;
    padding: 0 5px
}

.BusinessDayCalendar .cal_wrapper table.cal td {
    font-size: 1.8rem;
    text-align: center;
    width: 12%
}

.BusinessDayCalendar .cal_wrapper table.cal td div {
    background-color: #fff;
    font-size: 1.8rem;
    padding: 5px;
    position: relative;
    text-align: center
}

.BusinessDayCalendar .cal_wrapper table.cal td div span {
    background-color: #fff;
    border: solid 1px #EEE;
    -webkit-box-shadow: 1px 1px 3px #666;
    box-shadow: 1px 1px 3px #666;
    color: #000;
    display: none;
    font-size: 1.6rem;
    font-weight: normal;
    left: 0;
    line-height: 1.5em;
    padding: 5px;
    position: absolute;
    text-align: left;
    top: 20px;
    width: 170px;
    z-index: 10
}

.BusinessDayCalendar .cal_wrapper table.cal td:first-of-type {
    padding-left: 10%;
    width: 20%
}

.BusinessDayCalendar .cal_wrapper table.cal td:last-of-type {
    padding-right: 10%;
    width: 20%
}

.BusinessDayCalendar .cal_wrapper table.cal .headline {
    border-bottom: 2px solid #222;
    border-top: 2px solid #222
}

.BusinessDayCalendar .cal_wrapper table.cal .headline td {
    color: #222;
    font-size: 2.0rem;
    line-height: 1;
    padding: 18px 5px 16px
}

.BusinessDayCalendar .cal_wrapper table.cal .headline td:first-of-type {
    padding-left: 10%
}

.BusinessDayCalendar .cal_wrapper table.cal .headline td:last-of-type {
    padding-right: 10%
}

.BusinessDayCalendar .cal_wrapper table.cal tr:nth-of-type(3) td {
    padding-top: 10px
}

.BusinessDayCalendar .cal_wrapper table.cal tr td div.Sat {
    color: #00F
}

.BusinessDayCalendar .cal_wrapper table.cal tr td div.Sun {
    color: #F00
}

.BusinessDayCalendar .cal_wrapper table.cal tr td div.Today {
    font-weight: bold
}

.BusinessDayCalendar .cal_wrapper table.cal tr td div.Holiday {
    background-color: #de797a
}

.BusinessDayCalendar .cal_wrapper table.cal tr td div.Eigyou {
    background-color: #fff !important
}

.BusinessDayCalendar .cal_wrapper table.cal tr td div.Event {
    background-color: #ebeab0 !important
}

.BusinessDayCalendar .cal_wrapper table.cal tr td div.Other {
    background-color: #c3e6e0 !important
}

.BusinessDayCalendar .cal_wrapper table.cal tr td div.backward {
    color: #888;
    font-weight: normal;
    background-color: #fff
}

.BusinessDayCalendar .cal_wrapper table.cal tr td div.pointer {
    cursor: pointer
}

.BusinessDayCalendar .cal_wrapper table.cal tr td div.pointer:hover {
    background-color: #eee
}

@media screen and (max-width: 768px) {
    .BusinessDayCalendar {
        height: 330px;
        margin: 40px 0 40px 0;
        width: 52%
    }
}

@media screen and (max-width: 414px) {
    .BusinessDayCalendar {
        height: 310px;
        margin: 0 auto 40px;
        width: 100%
    }
}

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

    .BusinessDayCalendar .cal_wrapper table.cal th p,
    .BusinessDayCalendar .cal_wrapper table.cal th div.cal_ui input {
        font-size: calc(4 * ((100vw - 768px) / 432) + 1.4rem)
    }

    .BusinessDayCalendar .cal_wrapper table.cal td {
        font-size: calc(4 * ((100vw - 768px) / 432) + 1.4rem)
    }

    .BusinessDayCalendar .cal_wrapper table.cal td div {
        font-size: calc(4 * ((100vw - 768px) / 432) + 1.4rem)
    }

    .BusinessDayCalendar .cal_wrapper table.cal td div span {
        font-size: calc(4 * ((100vw - 768px) / 432) + 1.2rem)
    }

    .BusinessDayCalendar .cal_wrapper table.cal .headline td {
        font-size: calc(4 * ((100vw - 768px) / 432) + 1.6rem)
    }
}

@media screen and (max-width: 768px) {
    .BusinessDayCalendar .cal_wrapper table.cal th p {
        font-size: calc(2 * ((100vw - 320px) / 448) + 1.2rem);
        padding: 8px 5px 15px
    }

    .BusinessDayCalendar .cal_wrapper table.cal th div.cal_ui input {
        font-size: calc(2 * ((100vw - 320px) / 448) + 1.2rem)
    }

    .BusinessDayCalendar .cal_wrapper table.cal td {
        font-size: calc(2 * ((100vw - 320px) / 448) + 1.2rem)
    }

    .BusinessDayCalendar .cal_wrapper table.cal td div {
        font-size: calc(2 * ((100vw - 320px) / 448) + 1.2rem)
    }

    .BusinessDayCalendar .cal_wrapper table.cal td div span {
        font-size: 1.2rem
    }

    .BusinessDayCalendar .cal_wrapper table.cal td:first-of-type {
        padding-left: 5%;
        width: 20%
    }

    .BusinessDayCalendar .cal_wrapper table.cal td:last-of-type {
        padding-right: 5%;
        width: 20%
    }

    .BusinessDayCalendar .cal_wrapper table.cal .headline td {
        font-size: calc(2 * ((100vw - 320px) / 448) + 1.4rem);
        padding: 14px 5px 12px
    }

    .BusinessDayCalendar .cal_wrapper table.cal .headline td:first-of-type {
        padding-left: 5%
    }

    .BusinessDayCalendar .cal_wrapper table.cal .headline td:last-of-type {
        padding-right: 5%
    }
}

.NewsAnnouncement {
    margin: 50px auto;
    text-align: center
}

.NewsAnnouncement a {
    display: inline-block
}

@media screen and (max-width: 768px) {
    .NewsAnnouncement {
        margin: 40px auto
    }
}

.NewsBlog .Blog_heading,
.ShopBlog .Blog_heading,
.NewsBlog .Blog_list,
.ShopBlog .Blog_list {
    z-index: 10
}

@media screen and (max-width: 768px) {
    .ShopBlog .Blog_list {
        margin-top: 10px
    }

    .ShopBlog .Blog_list__item:nth-child(n+3) {
        display: block
    }

    .ShopBlog .Blog_list__item:nth-child(n+5) {
        display: none
    }
}

.NewsBlog {
    overflow: hidden;
    padding: 70px 0 100px;
    position: relative
}

.NewsBlog .NewsBlog_bg {
    background-color: #e8cadb;
    display: block;
    height: 650px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: -50px;
    -webkit-transform: skewY(18deg);
    transform: skewY(18deg);
    width: 100%;
    z-index: 0
}

.NewsBlog .NewsBlog_bg__dot {
    background-image: url("../images/cmn_img/bg_dot_pink.png");
    height: 900px;
    margin-top: 0;
    -webkit-transform: skewY(-18deg);
    transform: skewY(-18deg);
    width: 100%
}

@media screen and (max-width: 768px) {
    .NewsBlog {
        padding: 10px 0 40px
    }

    .NewsBlog .NewsBlog_bg {
        height: auto;
        top: 0
    }

    .NewsBlog .NewsBlog_bg__dot {
        height: 700px
    }
}

.ShopBlog {
    margin-bottom: -200px;
    overflow: hidden;
    padding: 100px 0;
    position: relative
}

.ShopBlog .ShopBlog_bg {
    background-color: #c3e6e0;
    display: block;
    height: 650px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 270px;
    -webkit-transform: skewY(-18deg);
    transform: skewY(-18deg);
    width: 100%;
    z-index: 0
}

.ShopBlog .ShopBlog_bg__dot {
    background-image: url("../images/cmn_img/bg_dot_emerald.png");
    height: 900px;
    margin-top: -270px;
    -webkit-transform: skewY(18deg);
    transform: skewY(18deg);
    width: 100%
}

@media screen and (max-width: 768px) {
    .ShopBlog {
        margin-bottom: -100px;
        padding: 10px 0 40px
    }

    .ShopBlog .NewsBlog_bg {
        height: auto;
        top: 0
    }

    .ShopBlog .NewsBlog_bg__dot {
        height: 700px
    }
}

.DeliveryAlbum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.DeliveryAlbum .DeliveryAlbum_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 2524px;
    margin: 10px auto 0;
    width: 100%
}

.DeliveryAlbum .DeliveryAlbum_list:first-child {
    margin: -20px auto 30px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.DeliveryAlbum .DeliveryAlbum_list:last-child {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.DeliveryAlbum .DeliveryAlbum_list__item {
    margin-top: 20px;
    padding: 0 3px;
    width: 20%
}

.DeliveryAlbum .DeliveryAlbum_list__item:first-child {
    margin-left: -3px
}

.DeliveryAlbum .DeliveryAlbum_list__item:last-child {
    margin-right: -3px
}

.DeliveryAlbum .DeliveryAlbum_list__image {
    background-repeat: no-repeat;
    background-size: cover;
    height: calc((20vw / 4) * 3);
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.DeliveryAlbum .DeliveryAlbum_list a {
    display: block
}

.DeliveryAlbum .DeliveryAlbum_list a:hover .DeliveryAlbum_list__image,
.DeliveryAlbum .DeliveryAlbum_list a:active .DeliveryAlbum_list__image,
.DeliveryAlbum .DeliveryAlbum_list a:focus .DeliveryAlbum_list__image {
    opacity: 0.7
}

.DeliveryAlbum .DeliveryAlbum_title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.DeliveryAlbum .SectionInner {
    text-align: center
}

@media screen and (max-width: 768px) {
    .DeliveryAlbum .DeliveryAlbum_list {
        margin: 20px 0 0;
        padding: 0 calc(32 / 640 * 100%)
    }

    .DeliveryAlbum .DeliveryAlbum_list:first-child {
        margin: 30px auto 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .DeliveryAlbum .DeliveryAlbum_list:last-child {
        display: none
    }

    .DeliveryAlbum .DeliveryAlbum_list__item {
        margin: 0 0 calc(20 / 576 * 100%);
        padding: 0;
        width: calc(278 / 576 * 100%)
    }

    .DeliveryAlbum .DeliveryAlbum_list__item:nth-child(n+5) {
        display: none
    }

    .DeliveryAlbum .DeliveryAlbum_list__item:first-child {
        margin-left: 0
    }

    .DeliveryAlbum .DeliveryAlbum_list__item:last-child {
        margin-right: 0
    }

    .DeliveryAlbum .DeliveryAlbum_list__image {
        height: calc((43vw / 4) * 3)
    }

    .DeliveryAlbum .DeliveryAlbum_title {
        margin-top: 30px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

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