@charset "UTF-8";
@media (min-width: 768px),
print {
    #l_container {
        padding-top: 88px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1120px) {
    #l_container {
        padding-top: 128px;
    }
}

.hdg_lv2 {
    text-align: center;
    margin: 45px 0 50px;
    color: #333;
}

.hdg_lv2 em {
    font-style: normal;
}

@media (max-width: 767px) {
    #l_document {
        padding-top: 50px;
    }
    .hdg_lv2 {
        font-size: 20px;
        margin: 20px 10px 15px;
    }
    .hdg_lv2 em {
        font-size: 18px;
        display: block;
    }
}

.btn {
    border-radius: 0;
    flex: 1;
}

.arc_back {
    display: none;
}

.main_image {
    overflow: hidden;
    min-height: 160px;
    max-height: 700px;
    position: relative;
}

.main_image div {
    background-position: center center !important;
}

.main_image__contain {
    overflow: hidden;
    padding-bottom: 37.5%;
    min-height: 40px;
    max-height: 600px;
}

.main_image div {
    background-size: cover !important;
}

.main_image .btn_vr360_experience {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 280px;
    height: 60px;
}

.main_image .btn_vr360_experience a {
    display: block;
    box-sizing: border-box;
    width: 280px;
    height: 60px;
    padding: 20px 0 0 105px;
    text-align: left;
    font-size: 18px;
    line-height: 1em;
    color: #fff;
    background-color: #6b954a;
}

.main_image .btn_vr360_experience a span {
    position: absolute;
    width: 74px;
    height: 36px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 20px;
}

.main_image .btn_vr360_experience a:hover {
    opacity: 0.85;
}

@media (max-width: 767px) {
    .main_image .btn_vr360_experience {
        position: absolute;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 180px;
        height: 40px;
    }
    .main_image .btn_vr360_experience a {
        display: block;
        box-sizing: border-box;
        width: 180px;
        height: 40px;
        padding: 12px 0 0 55px;
        text-align: left;
        font-size: 14px;
        line-height: 1em;
        color: #fff;
        background-color: #6b954a;
    }
    .main_image .btn_vr360_experience a span {
        position: absolute;
        width: 37px;
        height: 18px;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 12px;
    }
}

.l_footer__slider {
    display: block;
    overflow: hidden;
    position: relative;
}

.l_footer__slider .hdg_lv4 {
    font-size: 18px;
    margin: 0 0 25px;
    text-align: left;
}

.nav_footer {
    display: none;
}

.l_footer__slider .bx-viewport {
    overflow: visible !important;
}

.l_footer__slider .bx-wrapper {
    margin: 0 auto 30px;
    width: 270px !important;
}

.lst_slider li {
    width: 270px !important;
}

#lst_slider_control__prev,
#lst_slider_control__next {
    display: block;
    width: 40px;
    height: 81px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .8);
    z-index: 100;
    position: absolute;
    bottom: 30px;
    text-align: center;
    padding: 25px 0;
    cursor: pointer;
}

#lst_slider_control__prev:before,
#lst_slider_control__next:before {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
}

#lst_slider_control__prev:before {
    content: "\f104";
}

#lst_slider_control__next:before {
    content: "\f105";
}

#lst_slider_control__prev {
    left: 0;
}

#lst_slider_control__next {
    right: 0;
}

@media (max-width: 767px) {
    .main_image {
        height: 400px;
    }
    .main_image>div:first-child {
        height: 400px !important;
    }
}

@media (max-width: 767px) {
    .lst_slider_control {
        display: none;
    }
    .l_footer__slider .hdg_lv4 {
        text-align: center;
        font-size: 15px;
        margin: 0 0 15px;
    }
    .l_footer__slider .bx-wrapper {
        margin: 0 auto 20px;
        width: 240px !important;
    }
    .lst_slider li {
        width: 240px !important;
        margin-right: 5px !important;
    }
}


/**
 * bxSlider v4.2.5
 * Copyright 2013-2015 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz
 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */


/** VARIABLES
===================================*/


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bxslider {
    margin: 0;
    padding: 0;
}

ul.bxslider {
    list-style: none;
}

.bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
}


/** THEME
===================================*/

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}


/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
    background-position: 0 0;
}

.bx-wrapper .bx-next {
    right: 10px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}


/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url('images/controls.png') -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url('images/controls.png') -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
    background-position: -86px -33px;
}


/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}


/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}


/** Layout
===================================*/

.txt_more {
    font-family: 'BenchNine', sans-serif;
}

.main_image .bx-wrapper {
    margin-bottom: 0;
}

.main_image__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    max-width: 100%;
    padding: 0;
}

.main_image__content {
    display: table;
    height: 100%;
    width: 100%;
}

.main_image__txt {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    margin: 0 auto;
    max-width: 830px;
    padding: 0 20px;
}

.main_image__txt_sp {
    display: none;
}

.main_image__txt_pc {
    display: initial;
}

.main_image__txt .hdg_lv2 {
    font-size: 64px;
    color: #fff;
    margin: 0 0 193px;
    line-height: 1;
}

.main_image__txt .txt_head {
    font-size: 18px;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 55px;
}

.main_image__txt .btn {
    border-radius: 0;
    font-size: 16px;
    padding: 13px 30px;
    background: #fff;
    color: #2d3339;
    border-radius: 3px;
}

.main_image__txt .fa:before {
    color: #2d3339;
}

@media (max-width: 767px) {
    .main_image {
        min-height: auto;
    }
    .main_image__txt_sp {
        display: initial;
    }
    .main_image__txt_pc {
        display: none;
    }
    .main_image__txt .hdg_lv2 {
        font-size: 32px;
        text-align: center;
        line-height: 1.1;
        margin: 0 0 10px;
    }
    .main_image__txt .visible_sp {
        display: inline-block;
    }
    .main_image__txt .txt_head {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 25px;
    }
    .main_image__txt .btn {
        font-size: 12px;
        padding: 10px 15px;
        min-width: initial;
    }
}


/* ------------------------------------ */

.section_housing {
    max-width: 1600px;
    margin: auto;
}

.section_housing .hdg_lv2 {
    margin: 45px 0 20px;
}

.lst_housing {
    /* margin-bottom: 40px; */
    display: table;
    table-layout: fixed;
    width: 100%;
}

.lst_housing li {
    display: table-cell;
    min-height: 242px;
    padding-right: 1px;
}

.lst_housing li:last-child {
    margin-right: 0;
}

.lst_housing li img {
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .lst_housing {
        margin-bottom: 0;
        display: block;
        overflow: hidden;
    }
    .section_housing .lst_housing li:first-child {
        width: 100%;
    }
    .lst_housing li {
        margin-bottom: 1px;
        display: block;
        width: 50%;
        float: left;
        min-height: 120px;
        box-sizing: border-box;
    }
    .lst_housing .box_housing__w2 {
        width: 100%;
    }
    .lst_housing .box_housing__w2 p {
        width: 100% !important;
        margin: 0 !important;
        left: 0 !important;
        top: 0 !important;
    }
    .lst_housing .box_housing__w2 img {
        height: auto !important;
    }
}

.box_housing {
    position: relative;
}

.box_housing__content {
    color: #fff;
    padding: 107px 15px 107px;
    box-sizing: border-box;
    text-align: center;
}

.box_housing__image img {
    width: 100%;
    height: auto;
}

.box_housing__title a {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.box_housing__title .fa:before {
    font-size: 18px;
    color: #fff;
}

.box_housing__desc {
    margin-bottom: 25px;
}

.box_housing__more {
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
}

@media (max-width: 767px) {
    .box_housing__content {
        padding: 50px 10px 50px;
    }
    .box_housing__title a {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .box_housing__desc {
        font-size: 10px;
        margin-bottom: 20px;
    }
    .box_housing__more {
        bottom: 10px;
    }
}


/* ------------------------------------ */

.section_value {
    background: #f5f5f2;
    padding: 60px 0;
}

.section_value .hdg_lv2 {
    margin: 0 0 35px;
}

.box_value__image {
    width: 100%;
}

.box_value__image li {
    text-align: center;
}

.box_value__image_01 {
    padding: 8px 0 15px;
}

.box_value__image_01 img {
    width: 50%;
    height: auto;
}

@media (max-width: 767px) {
    .section_value {
        padding: 30px 0;
    }
    .section_value .hdg_lv2 {
        margin: 0 0 10px;
    }
}

.box_value {
    background: #fff;
    position: relative;
}

.box_value__content {
    text-align: center;
    padding: 0 0 30px;
    position: relative;
    background: #f5f5f2;
}

.box_value__title {
    font-size: 24px;
    margin-bottom: 0;
}

.box_value__text {
    margin-bottom: 15px;
    padding: 0 10px;
    line-height: 2;
    box-sizing: border-box;
    text-align: center;
}

.box_value__button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

@media (max-width: 767px) {
    .box_value__title {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .box_value__content {
        padding: 15px 15px 30px;
        position: relative;
    }
    .box_value__text {
        margin-bottom: 0;
        padding: 0 10px;
        line-height: 1.5;
        text-align: left !important;
    }
    .box_value__image {
        margin-bottom: 15px;
    }
    .box_value__image .box_value__image_01 {
        padding: 8px 0 7px;
    }
    .box_value__image_01 img {
        width: 50%;
        max-width: 100%;
        height: auto;
    }
    .lst_value li {
        margin-bottom: 10px;
    }
}


/* ------------------------------------ */

.section_news {
    padding-bottom: 40px;
}

.section_news .hdg_lv2 {
    margin: 80px 0 30px;
}

.section_news .lst_news {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .section_news .hdg_lv2 {
        margin: 30px 0 15px;
    }
    .section_news {
        padding-bottom: 20px;
    }
    .section_news .hdg_lv2 {
        margin: 30px 0 10px;
    }
}


/* ------------------------------------ */

.section_equipment .hdg_lv2 {
    margin-top: 0;
    padding-top: 55px;
    margin-bottom: 20px;
}

.section_equipment .txt_lead {
    margin: 30px 0 55px;
}

@media (max-width: 767px) {
    .section_equipment .hdg_lv2 {
        padding-top: 35px;
        margin-bottom: 15px;
    }
    .section_equipment .txt_lead {
        margin: 0 0 15px;
        font-size: 14px;
    }
    .section_equipment .box_menu__content {
        top: 0;
        padding-top: 30%;
    }
}

.lst_condition {
    text-align: center;
}

.lst_condition li {
    display: inline-block;
    border: 1px solid #ddd;
    min-width: 220px;
    text-align: center;
    margin: 0 10px;
    font-size: 16px;
    box-sizing: border-box;
    padding: 10px;
}

.lst_condition .fa:before {
    color: #333;
}

.box_menu__image {
    position: relative;
}

.wrp_tabs {
    max-width: 100%;
}

.box_tab {
    max-width: 775px;
}

.wrp_tab__content {
    border-bottom: 0;
}

.box_tab li {
    box-sizing: border-box;
}

.wrp_tab__content .hdg_lv4 {
    font-size: 18px;
}

@media (max-width: 767px) {
    .wrp_tab__content {
        padding: 0 10px;
    }
    .wrp_tab__content .hdg_lv4 {
        font-size: 14px;
    }
    .lst_condition li {
        display: block;
        margin: 0;
        border-top: 1px solid #ddd;
        border-bottom: 0;
        border-left: 0;
        border-right: 0;
        text-align: left;
    }
    .lst_condition li:last-child {
        border-bottom: 1px solid #ddd;
    }
}


/* ------------------------------------ */

@media (max-width: 767px) {
    .box_select {
        position: relative;
    }
    .box_select,
    .box_select select {
        width: 100%;
    }
    .box_select select {
        padding: 13px 9px;
        border: 1px solid #ddd;
        position: relative;
    }
    .box_select__inner:after {
        content: "▼";
        font-size: 9px;
        color: #5c4934;
        box-sizing: border-box;
        right: 1px;
        top: 1px;
        bottom: 1px;
        width: 30px;
        padding: 17px 20px;
        text-align: center;
        border-radius: 0 4px 4px 0;
        background-color: #fff;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, .4), rgba(255, 255, 255, 0));
        pointer-events: none;
        position: absolute;
    }
}

.btn_more {
    background: #2d3339;
    padding: 5px 15px;
    height: 30px;
}

.section_housing .btn_more {
    background: #a4002c;
}

.box_tab li .is_active {
    color: #333;
}

.track_frame {
    border: 0;
    border-color: #000;
    overflow: hidden;
    margin: 0;
}


/* ------------------------------------ */

#jquery-script-menu {
    position: fixed;
    height: 90px;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 5px solid #316594;
    background: #fff;
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    z-index: 999999;
    padding: 10px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.jquery-script-center {
    width: 960px;
    margin: 0 auto;
}

.jquery-script-center ul {
    width: 212px;
    float: left;
    line-height: 45px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.jquery-script-center a {
    text-decoration: none;
}

.jquery-script-ads {
    width: 728px;
    height: 90px;
    float: right;
}

.jquery-script-clear {
    clear: both;
    height: 0;
}

.section_search .hdg_lv2 {
    margin: 80px 0 20px;
}

.section_search .hdg_lv2 em {
    color: #333;
}

.section_search .wrp_container_sm {
    padding-top: 40px;
    border-top: 1px solid #ddd;
}

@media (max-width: 767px) {
    .section_search .hdg_lv2 {
        margin: 35px -10px 15px;
    }
}

.box_instagram__list {
    margin-bottom: 30px;
}

.box_instagram__list li {
    width: 16.6666666%;
    float: left;
    padding-right: 1px;
    padding-bottom: 1px;
    box-sizing: border-box;
}

.box_instagram__list li:last-child {
    padding-right: 0;
}

.box_instagram__list li a {
    display: block;
    overflow: hidden;
}

.box_instagram__list li span {
    display: block;
    padding-bottom: 100%;
    height: 0;
}

.box_instagram__title {
    margin: 45px 0 24px;
}

.box_instagram__title img {
    display: block;
    margin: 0 auto 15px;
}

.word {
    display: inline-block;
}

.box_interior-fes__title {
    margin: 80px 0 24px;
}

@media (max-width: 767px) {
    .box_instagram__list li {
        width: 33.3333333%;
    }
    .box_instagram__title img {
        width: 40px;
        margin: 0 auto 10px;
    }
    .box_interior-fes__title {
        margin: 45px 0 20px;
    }
}

.pct_bnr {
    margin-top: 80px;
    margin-bottom: 100px;
    text-align: center;
}

.pct_bnr a:hover {
    opacity: 0.7;
}

.pct_bnr .is_pc {
    display: inline-block;
}

.pct_bnr .is_sp {
    display: none;
}

@media (max-width: 767px) {
    .pct_bnr {
        margin-top: 20px;
        margin-bottom: -13px;
    }
    .pct_bnr .is_pc {
        display: none;
    }
    .pct_bnr .is_sp {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .main_image__txt {
        vertical-align: middle;
    }
}


/*20231114*/
#l_container #l_main{
    background-color: #f3f0e7;
}

#container{
    box-sizing: border-box;
}
.for-pc{
    display: inline-block!important;
}

@media screen and (max-width: 1200px) {
    .for-pc{
        display: none !important;
}
}

.for-tablet{
    display: none!important;
}

@media screen and (max-width: 1200px) {
    .for-tablet{
        display: inline-block !important;
}
}

.for-sp{
    display: none!important;
}

@media screen and (max-width: 740px) {
    .for-sp{
        display: inline-block !important;
}
}

/* mainvisual */
.p-homeMainvisual{
    position: relative;
}
.p-homeMainvisual h2{
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%,-50%);
    z-index: 100;
    color: #fff;
    letter-spacing: 0.5rem;
    font-size: 2.3rem;
    line-height: 4rem;
}
@media (max-width: 767px) {
    .p-homeMainvisual h2{
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    line-height: 3.5rem;
    letter-spacing: 2px;
}
}

/*PC layout*/
@media screen and (min-width: 1200px) {
.p-homeMainvisual {
    background-color: #fff;
    width: 100%;
    height: 105vh;
    height: 105svh;
    overflow: hidden
}

@media screen and (min-width: 786px) {
    .p-homeMainvisual {
        height:100vh;
        height: 100svh
    }
}

.p-homeMainvisual:before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    display: block;
    width: 100%;
    min-height: 100vh;
    /* background-image: url("/images/home/brand_movie_poster_pc.jpg"); */
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    transition: all .3s;
    opacity: 0
}

.p-homeMainvisual:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%
}

.p-homeMainvisual.is-ended::before {
    opacity: 1
}

.p-scroll {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 120;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    -webkit-animation: soundMovieFade 2s linear forwards;
    animation: soundMovieFade 2s linear forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    transition-delay: 1s;
    opacity: 0
}

@media screen and (min-width: 1025px) {
    .p-scroll {
        width:408px
    }
}

.p-scroll::after {
    margin: 8px auto 35px auto;
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: translateY(-22px) rotate(135deg);
    transform: translateY(-22px) rotate(135deg);
    -webkit-animation: pathmove1 1.8s ease-in-out infinite;
    animation: pathmove1 1.8s ease-in-out infinite;
    transition-delay: 1s;
    opacity: 0
}

#home.scrolled .p-scroll {
    color: #852431
}

#home.scrolled .p-scroll::after {
    border-top: 2px solid #852431;
    border-right: 2px solid #852431
}

@keyframes soundMovieFade {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes pathmove1 {
    0% {
        opacity: 0
    }

    70% {
        -webkit-transform: translateY(0px) rotate(135deg);
        transform: translateY(0px) rotate(135deg);
        opacity: 1
    }

    72% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(-22px) rotate(135deg);
        transform: translateY(-22px) rotate(135deg);
        opacity: 0
    }
}

@keyframes pathmove1 {
    0% {
        opacity: 0
    }

    70% {
        -webkit-transform: translateY(0px) rotate(135deg);
        transform: translateY(0px) rotate(135deg);
        opacity: 1
    }

    72% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(-22px) rotate(135deg);
        transform: translateY(-22px) rotate(135deg);
        opacity: 0
    }
}

.p-streamWrapper {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 80px;
    width: 100%;
    height: 100vh;
    height: 100svh
}

.p-streamWrapper iframe {
    box-sizing: border-box;
    height: 56.25vw;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.4);
    transform: translate(-50%, -50%) scale(1.4);
    width: 177.77777778vh
}

@media screen and (min-width: 600px) {
    .p-streamWrapper iframe {
        -webkit-transform:translate(-50%, -50%) scale(1.175);
        transform: translate(-50%, -50%) scale(1.175);
        top: 58%
    }
}

@media screen and (min-width: 1025px) {
    .p-streamWrapper iframe {
        -webkit-transform:translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        top: 50%
    }
}

.p-streamVideoWrapper {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0
}

.p-streamVideoWrapper video {
    box-sizing: border-box;
    height: 56.25vw;
    left: 50%;
    min-height: 120%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    width: 177.77777778vh
}
}

/* PC end */

/* tablet/sp layout */
@media screen and  (min-width: 601px)and  (max-width: 1199px) {
/* .p-homeMainvisual {
  position: relative;
  width: 100%;
  padding-top: 80%;
} */

.p-homeMainvisual:before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    display: block;
    width: 100%;
    min-height: 100vh;
    background-image: url("/images/home/brand_movie_poster_pc.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    transition: all .3s;
    opacity: 0
}

.p-homeMainvisual:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%
}
.p-homeMainvisual{
    width:100%;
    /* height:100svh; */
    overflow: hidden;
}
.p-streamWrapper{
    width: 100%;
    height: 50rem;
}

.p-homeMainvisual iframe {
/* box-sizing: border-box; */
width:100%;
height: 100%;
/* left: 50%;
min-height: 50%;
min-width: 50%;
position: absolute;
transform: translate(-50%, -50%) scale(1.5);
top: 20%; */
transform: scale(2);
object-fit: cover;
}

.p-homeMainvisual h2{
    top: 60%;
}

/* .p-homeMainvisual iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */

}

/* @media screen and  (max-width: 667px) {
.p-homeMainvisual {
  padding-top: 70%;
}} */
/* tablet/sp end */
/*sp layout*/
@media screen and (max-width: 600px) {
    .p-homeMainvisual{
        width:100%;
        /* height:100svh; */
        overflow: hidden;
    }
    .p-streamWrapper{
        width: 100%;
        height: 25rem;
    }
    .p-homeMainvisual iframe {
    /* box-sizing: border-box; */
    width:100%;
    height: 100%;
    /* left: 50%;
    min-height: 50%;
    min-width: 50%;
    position: absolute;
    transform: translate(-50%, -50%) scale(1.5);
    top: 20%; */
    transform: scale(2);
    object-fit: cover;
}
}
/* sp end */
/* mainvisual end */



/* l_container layout */
#l_container{
    width: 100%;
  position: relative;
  z-index:100;
  top: 0;
    /*以下はレイアウトのための記述*/
    background-color: #f3f0e7;
  padding:0;
  text-align: center;
}

/* section concept layout */

.section_concept{    
    background-color: #f3f0e7;
    padding:40px 0;
}
@media screen and (max-width: 1023px)  {
    .section_concept{    
    padding:0 0 40px 0;
    margin-top:40px;
}
}
@media screen and (max-width: 666px)  {
    .section_concept{    
    padding:20px 0 20px 0;
}
}

.section_concept .txtbox{
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1024px)  {
    .section_concept .txtbox{
    
}
}

.section_concept .txtbox p{
    font-size: 18px;
    color:#595757;
    text-align: left;
    margin:50px 0;
    padding: 0 5px;
    letter-spacing :4px;
}

@media screen and (max-width: 1024px)  {
    .section_concept .txtbox p{
    font-size: 16px;
    margin:0 0 0 0;
    text-align: center;
    }
}

@media screen and (max-width: 666px)  {
    .section_concept .txtbox p{
    font-size: 14px;
    margin:0 0 0 0;
    letter-spacing :3px;
    }
}
/* section concept end */

/* section features layout */
.section_features{
    margin:0 0 150px 0;
}

@media screen and (max-width: 1024px){
.section_features{
    margin:20px 0 80px 0;
}
}

.section_features p{
    font-size: 18px;
text-align: center;
margin:0 5px;
}

.section_features p a{
    color:#fff;
display: block;
    width: 550px;
    padding: 10px 0;
    margin: auto;
    background-color: #a4002c;
    text-decoration: none;
    border-radius: 5px;
    border:2px solid #fff;
    letter-spacing :4px;
    box-shadow:2px 2px 3px rgba(87,85,85,0.5);
}

.btnbox{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}

@media screen and (max-width: 1024px){
    .btnbox p{
        width:100%;
    }
}

.btnbox .fa{
    position: relative;
    right: 2%;
}

.btnbox .fa:before{
    font-size: 1rem;
    color:#fff;
    /* color:#595757; */
}

@media screen and (max-width: 1024px){
    .section_features p a{
        width:100%;
    }
}

@media screen and (max-width: 666px){
    .section_features p{
        font-size: 14px;
    }
}

/* section features end */

/* section variation & sns layout */
.section_variation ul,.section_sns ul{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    align-items: center;
}
@media screen and (max-width: 767px){
    .section_sns ul{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    align-items: center;
}

}

.section_variation ul li,.section_sns ul li{
    letter-spacing: 5px;
    width:100%;
    height:100%;
}

.section_variation ul li .box_menu .box_menu__image,.section_sns ul li .box_menu .box_menu__image{
    height:100%;
}

@media screen and (max-width: 767px){
    .section_variation ul li,.section_sns ul li{
    height:100%;
}

.section_variation ul li .box_menu .box_menu__image,.section_sns ul li .box_menu .box_menu__image{
    height:100%;
}

}


.box_menu__title a{
    color: #fff;
}
.box_menu__title a span{
    font-size:2rem;
}
@media screen and (max-width: 767px){
    .box_menu__title a{
    font-size:12px;
}
    .box_menu__title a span{
    font-size:18px;
}
}


.box_menu__title .fa:before{
    color: #fff;
    margin-left: 50px;
}
.box_menu__content{
    background: rgba(0, 0, 0, 0.4);
}

.grid1{
    background-color: #595757;
}
.section_sns{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    align-items: center;
}

.section_sns .grid_4 .box_menu {
}

.grid_4 .box_menu{
    height: 10rem;
    width: 24rem;
    margin: 5px;
    background-color: #595757;
}
.grid_6 .box_menu{
    margin: 0 5px;
    background-color: #595757;
}

.box_menu__content{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 25px 10px;
    height: 100%;
}


.box_menu__content .fa{
    position: absolute;
    right: 5%;
}
.box_menu__content .fa:before{
    font-size: 2rem;
    color:#fff;
}
@media screen and (max-width: 767px){
    .box_menu__content .fa{
    position: absolute;
    right: 0;
}
.box_menu__content .fa:before{
    font-size: 1rem;
    color:#fff;
    margin-right: 0;
}
.box_menu__content{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
}
 .box_menu__content .box_menu__title{
    font-size: 14px;
    margin-bottom: 0;
 }
}
.box_menu__content .box_menu__title{
    display: flex;
    margin-bottom: 0;
    justify-content: center;
    align-items: center;
 }

 .box_interior-fes a{
    box-shadow: 10px 10px 20px rgba(87,85,85,0.2);
 }
 /* section variation & sns end */

 .box_interior-fes .icon_new_style{
    position: absolute;
    top: 50px;
    bottom: unset;
    left: 20px;
    right:unset;
 }

 .box_interior-fes .icon_new_style .new_circle {
    border: 1px solid #a4002c;
    background:#a4002c;
    width: 65px;
    height: 65px;
 }

 .box_interior-fes .icon_new_style .dot {
    background: #a4002c;
    width: 8px;
    height: 8px;
 }

 @media screen and (max-width: 1023px){
    .box_interior-fes .icon_new_style{
    /* left: 4%; */
 }
}

 @media screen and (max-width: 767px){
    .box_interior-fes .icon_new_style{
    left: 2%;
    top: 30px;
 }
 .box_interior-fes .icon_new_style .new_circle {
    width: 45px;
    height: 45px;
 }
}

.box_interior-fes .icon_new_style.js-anime .new_circle{
    animation: anime0 1.25s;
    /* animation: anime0 1.25s infinite; */
    /* animation: rotation 2s infinite; */
 }
 

 /* 円の回転アニメーション */
 @keyframes rotation {
        from {
          transform: rotate(0deg);
        }
        to {
          transform: rotate(360deg);
        }
      }
      .slide-bottom {
   opacity: 0;
   transform: translateY(20px);
   transition: all 1.3s 0s ease-out;
 }

 /*スクロールダウン*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  left:100%;
  /* left:83%; */
  bottom:10px;
    /*全体の高さ*/
  height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    writing-mode: vertical-rl;
    /*描画位置*/
  position: absolute;
  left:-7px;
  top: -135px;
    /*テキストの形状*/
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after{
  content: "";
    /*描画位置*/
  position: absolute;
  top: 0;
    /*線の形状*/
  width: 1px;
  height: 100px;
  background: #fff;
    /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
    
  0%{
    height:0;
    top:-100px;
    opacity: 0;
  }
  30%{
    height:100px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}

/*tablet*/
@media screen and (min-width: 768px) and (max-width: 1024px){
    .scrolldown1{
        /*描画位置※位置は適宜調整してください*/
      position:absolute;
      left: 90%;
      bottom:10px;
        /*全体の高さ*/
      height:50px;
    }

}
/*sp*/
@media screen and (max-width: 767px){
    .scrolldown1{
        /*描画位置※位置は適宜調整してください*/
      position:absolute;
      left:50%;
      bottom:10px;
        /*全体の高さ*/
      height:50px;
    }

    .scrolldown1 span{
        /*描画位置*/
      position: absolute;
      left:-7px;
      top: -35px;
        /*テキストの形状*/
      color: #fff;
      font-size: 0.7rem;
      letter-spacing: 0.05em;
    }

    .scrolldown1::after{
        content: "";
          /*描画位置*/
        position: absolute;
        top: 0;
          /*線の形状*/
        width: 1px;
        height: 30px;
        background: #fff;
          /*線の動き1.4秒かけて動く。永遠にループ*/
        animation: pathmove 1.4s ease-in-out infinite;
        opacity:0;
      }


    @keyframes pathmove{
        0%{
          height:0;
          top:0;
          opacity: 0;
        }
        30%{
          height:30px;
          opacity: 1;
        }
        100%{
          height:0;
          top:50px;
          opacity: 0;
        }
      }
}