@charset "UTF-8";
/*p-campaign
-------------------------------------------------- */
.wrapContents img {
    max-width: 100%;
    display: block;
}

.p-top-kv-ended {
	text-align: center;
	background: #a61918;
	color: #fff;
	font-size: 2rem;
	height: 60px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 13px;
	font-family: 'TsukuGoPro-M', 'FOT-TsukuGo Pro' !important;
	font-weight: 500;
	margin: 0;
	z-index: 1000;
	position: relative;
}
.p-campaign-campaign-ended {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #a61918;
	font-size: 2.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background: rgba(255, 255, 255, .8);
	font-family: 'TsukuGoPro-B', 'FOT-TsukuGo Pro' !important;
	font-weight: bold;
	z-index: 1000;
	border-radius: 10px;
}



@media only screen and (max-width:768px) {
	.p-top-kv-ended {
		height: auto;
		padding: 4.2666vw 0;
		font-size: calc(16 / 375 * 100vw);
	}
	.p-campaign-campaign-ended {
		font-size: calc(16 / 375 * 100vw);
		border-radius: 0;
	}
    .p-campaign {
        overflow: hidden;
    }
}




/*p-campaign-reserve
-------------------------------------------------- */
.p-campaign-reserve {
    background: #e8e6df;
    position: relative;
    overflow: hidden;
}

.p-campaign-reserve h1 {
    text-align: center;
    margin: 30px 0;
}
.p-campaign-reserve h1 img {
    max-height: 110px;
    margin: 0 auto;
}

.p-campaign-main {
    position: relative;
    background: url("../images/bg_mainv.png") no-repeat;
    background-position: center;
    background-size: cover;
    padding: 115px 0;
}
.p-campaign-catch {
    max-width: 753px;
    margin: 0 auto;
}
.p-campaign-contents {
    padding: 0 20px 100px;
}
.p-campaign-present {
    max-width: 930px;
    margin: 85px auto 70px;
}

.p-campaign-contents h3 {
    text-align: center;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 30px;
    letter-spacing: 0.25em;
    color: #5a5a5a;
    margin: 85px 0 25px;
}

.p-campaign-visit {
    max-width: 930px;
    margin: 0 auto;
}

@media only screen and (max-width:768px) {
    .p-campaign-reserve h1 {
        margin: calc(30 / 750 * 100vw) 0;
    }
    .p-campaign-reserve h1 img {
        max-height: calc(87 / 750 * 100vw);
    }

    .p-campaign-main {
        background: url("../images/bg_mainv_sp.png") no-repeat;
        background-position: center;
        background-size: cover;
        padding: calc(120 / 750 * 100vw) 0;
    }
    .p-campaign-catch {
        max-width: calc(540 / 750 * 100vw);
    }
    .p-campaign-contents {
        padding: 0 0 calc(80 / 750 * 100vw);
    }
    .p-campaign-present {
        margin: calc(65 / 750 * 100vw) auto calc(75 / 750 * 100vw);
        padding: 0 calc(50 / 750 * 100vw) 0 calc(95 / 750 * 100vw);
    }

    .p-campaign-contents h3 {
        font-size: calc(30 / 750 * 100vw);
        margin: calc(90 / 750 * 100vw) 0 calc(35 / 750 * 100vw);
    }

    .p-campaign-visit {
        max-width: calc(560 / 750 * 100vw);
    }
}


/*condition
-------------------------------------------------- */
.p-campaign-condition {
    width: 1000px;
    margin: 70px auto 0;
    position: relative;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    font-family: 'TsukuGoPro-M', 'FOT-TsukuGo Pro' !important;
    font-weight: 500;
    padding-bottom: 10px;
	margin-bottom: 20px;
}
.p-campaign-condition h3 {
    background: #968c83;
    text-align: center;
    color: #fff;
    font-family: 'TsukuGoPro-M', 'FOT-TsukuGo Pro' !important;
    font-weight: 500;
    font-size: 2rem;
    border-radius: 10px 10px 0 0;
    padding: 9px;
    margin: 0 0 41px;
}
.p-campaign-condition ul:not(.no_asterisk) {
    font-size: 1.6rem;
    padding: 0;
    margin: 20px 60px 30px;
    color: #000000;
    line-height: 1.75;
}
.p-campaign-condition ul:not(.no_asterisk) li {
    margin-left: 1em;
    text-indent: -1em;
}
.p-campaign-condition ul:not(.no_asterisk) li + li {
    margin-top: 0;
}
.p-campaign-condition ul.no_asterisk {
    font-size: 1.6rem;
    color: #000000;
    line-height: 1.75;
    margin: 0 60px;
    padding: 0;
}
@media only screen and (max-width:768px) {
    .p-campaign-condition {
        width: auto;
        margin: 0 auto;
        border-radius: 0;
        padding-bottom: calc(50 / 750 * 100vw);
    }
    .p-campaign-condition h3 {
        font-size: calc(32 / 750 * 100vw);
        border-radius: 0;
        padding: calc(24 / 750 * 100vw) 0;
        margin: 0 0 calc(35 / 750 * 100vw);
    }
    
    .p-campaign-condition ul:not(.no_asterisk) {
        font-size: calc(26 / 750 * 100vw);
        margin: calc(40 / 750 * 100vw) calc(40 / 750 * 100vw) 0;
        line-height: 1.55;
    }
    
    .p-campaign-condition ul.no_asterisk {
        margin: 0 calc(40 / 750 * 100vw);
        font-size: calc(26 / 750 * 100vw);
        line-height: 1.55;
    }
    .p-campaign-condition ul.no_asterisk li {
        margin: 0 0 calc(25 / 750 * 100vw);
    }
}

/*search
-------------------------------------------------- */
.p-campaign-search {
    padding: 100px 20px 80px;
    font-family: 'TsukuGoPro-M', 'FOT-TsukuGo Pro', sans-serif !important;
    font-weight: 500;
    background: #fff;
}

.p-campaign-search-inner {
    max-width: 800px;
    margin: 0 auto;
}

.p-campaign-search h2 {
    max-width: 600px;
    margin: 0 auto 40px;
    text-align: center;
    color: #000;
    font-size: 2.5rem;
}

.p-campaign-search form {
    text-align: center;
    font-size: 1.6rem;
    color: #000;
}
.select_modelhouse_pref {
    width: 200px;
    margin: 0 6px 0 7px;
    padding: 9px 10px;
    font-family: inherit;
    background: #eee;
    border: 1px solid #dedede;
    vertical-align: middle;
}
.btn_modelhouse_serach {
    width: 60px;
    height: 46px;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 5px;
    border: none;
    font-family: inherit;
    font-size: 1.4rem;
    color: #fff;
    background: #a61918;
    cursor: pointer;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    vertical-align: middle;
}
.btn_modelhouse_serach.selected {
    background: #676767;
}
.p-campaign-search button[type="submit"]:hover,
.btn_modelhouse_serach:hover {
    opacity: .6;
}
.p-campaign-search button:disabled {
    cursor: auto;
}
.p-campaign-search button[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    margin-left: 15px;
    box-sizing: border-box;
    padding: 1em 3.6em;
    background-color: #999;
    font-size: 1.4rem;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
    text-align: center;
    color: #fff;
    cursor: pointer;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    vertical-align: middle;
}
.p-campaign-search button.selected[type="submit"] {
    background-color: #a61918;
}
.p-campaign-search button[type="submit"]::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    content: "\e90d";
    font-size: 1.4rem;
    margin-right: 0.5em;
}
.p-campaign-search .modelhouse_name {
    margin: 1em 0;
}
@media only screen and (max-width: 768px) {
    .p-campaign-search {
        padding: calc(120 / 750 * 100vw) calc(40 / 750 * 100vw);
    }
    .p-campaign-search h2 {
        margin: 0 auto 30px;
        font-size: calc(20 / 375 * 100vw);
    }
    .p-campaign-search form {
        font-size: 1.3rem;
    }
    #merit figure {
        padding-right: 0;
    }
    .select_modelhouse_pref {
        width: 155px;
        font-size: 1.6rem;
    }
    .btn_modelhouse_serach {
        width: 55px;
        padding: 0;
        font-size: 1.6rem;
    }
    .p-campaign-search button[type="submit"] {
        padding: 1em 1.5em;
        margin: 15px auto 0;
    }
    .p-campaign-search button[type="submit"]:hover,
    .btn_modelhouse_serach:hover {
        opacity: 1;
    }
}
@media only screen and (max-width: 375px) {
    .select_modelhouse_pref {
        width: 41.3333%;
    }
    .btn_modelhouse_serach {
        width: 14.6666vw;
        font-size: 4.2666vw;
    }
}

/*earth_wood
-------------------------------------------------- */
.p-campaign-earth_wood {
    background: #f4f0e3;
    padding: 100px 20px;
}
.p-campaign-earth_wood h2 {
    margin: 0 auto 54px;
    width: 283px;
}
.p-campaign-earth_wood-inner {
    width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.p-campaign-earth_wood-txt {
    width: 462px;
    padding-right: 80px;
    font-family: 'TsukuGoPro-M', 'FOT-TsukuGo Pro', sans-serif !important;
    font-weight: 500;
    color: #5c4738;
}
.p-campaign-earth_wood-txt p {
    margin: -10px 0 0;
    font-size: 1.4rem;
    line-height: 1.95;
}
.p-campaign-earth_wood-movie {
    width: 460px;
}
@media only screen and (max-width: 768px) {
    .p-campaign-earth_wood {
        padding: 50px 5.3333% 45px;
    }
    .p-campaign-earth_wood h2 {
        margin: 0 auto 32px;
        width: 230px;
    }
    .p-campaign-earth_wood-inner {
        width: auto;
        display: block;
    }
    .p-campaign-earth_wood-txt {
        width: auto;
        padding-right: 0;
    }
    .p-campaign-earth_wood-txt p {
        margin: 0;
        font-size: 1.1rem;
        line-height: 2;
    }
    .p-campaign-earth_wood-movie {
        width: auto;
        margin-top: 23px;
    }
}

/*movie
-------------------------------------------------- */
.c-movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background-color: #e8e6df;
}
.c-movie_player, .c-movie_thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.c-movie.is-loaded .c-movie_thumb:before {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; 
    -webkit-animation: none; 
            animation: none;

    border-left-color: #fff;
}
.c-movie.is-loaded .c-movie_thumb:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@media screen and (min-width: 769px) {
    .c-movie.is-loaded:hover .c-movie_thumb:before {
        -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
                transform: scale(1.2);
    }
}

.c-movie_player,
.c-movie_thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.c-movie_player {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.c-movie.is-loaded {
    cursor: pointer;
}
.c-movie.is-loaded .c-movie_player {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.c-movie_player video,
.c-movie_player iframe {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.c-movie_thumb {
    z-index: 1;
}
.c-movie_thumb:before,
.c-movie_thumb:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto; 
    content: '';
}
.c-movie_thumb:before {
    box-sizing: border-box;
    width: 71px;
    height: 71px;
    -webkit-animation: rotate 1s infinite cubic-bezier(.5, 1, .89, 1);
        animation: rotate 1s infinite cubic-bezier(.5, 1, .89, 1); 
    border: 1px solid #fff;
    border-left-color: #a61918;
    border-radius: 50%;
}
@media screen and (max-width: 768px) {
    .c-movie_thumb:before {
        width: 13.33333vw;
        height: 13.33333vw;
    }
}
.c-movie_thumb:after {
    width: 0;
    height: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 768px) {
    .c-movie_thumb:after {
        border-width: 1.33333vw 0 1.33333vw 2.4vw;
    }
}
.c-movie_thumb > img {
    width: 100%;
}

@-webkit-keyframes rotate
{
    0%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes rotate
{
    0%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}