/*@charset "UTF-8";*/

/*body.home #main {
    padding-top: 0
}*/

#index-cms-wrap .link-preview {
    display: block!important;
    color: #000!important;
    width: 500px!important;
    font-size: 13px!important;
}

div.preview-info span{
    display: inline-block;
    background: #419563;
    color: #fff;
    padding: 0;
    width: 90pt;
    text-align: center;
    font-size: 1.2rem!important;
    border-radius: 2px;
    margin-right: 8px;

} 

div.preview-info {
    display: block!important;
    justify-content: center!important;
    align-items: center!important;
}

.preview-img-thumbnail {
    width: 30px!important;
}

#index-cms-wrap .td-preview {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: unset;
    max-width: 1000px;
    text-align: left;
    padding: 8px 0;
    margin: 0;
    line-height: 1.5;
    color: #727578;
    border-bottom: dotted 2px #eee;
}

a, mark .link-preview {
    font-weight: lighter!important;
}

@media only screen and (min-width: 769px) {
	body.home .headerNav .headerNav-gnav, body.home .headerNav .list-btn {
		display: none;
	}
    
}

#all #main {
    padding-top: 70px;
}

.story #all #main,
.support #all #main,
.quality #all #main {
    padding-top: 85px;
}

body.home #main .main-v {
    position: relative;
    height: 85vh;
    width: 100%;
    background-color: #d9eae0;
    background-image: url(../img/home/main.jpg?1490510783);
    background-size: cover;
    background-position: left bottom;
}

@media (-webkit-min-device-pixel-ratio:1.3),
(min--moz-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    body.home #main .main-v {
        background-image: url(../img/home/main@2x.jpg?1490510783);
        background-size: cover
    }
}

@media only screen and (max-width:480px) {
    body.home #main .main-v {
        height: 75vh
    }
}

body.home #main .main-v .swiper-container {
    position: absolute;
    width: 100%;
    bottom: -75pt;
    z-index: 3;
    padding-bottom: 50px;
    cursor: url(../img/common/parts/mouse-flick.png), default !important;
    opacity: 0
}

body.home #main .main-v .swiper-container.swiper-container-horizontal {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-animation: c 2s;
    animation: c 2s
}

body.home #main .main-v [class*=swiper-button] {
    position: absolute;
    z-index: 6 !important;
    cursor: pointer !important;
    display: block;
    background-color: rgba(0, 0, 0, .1);
    padding: 8px
}

body.home #main .main-v .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 255px
}

body.home #main .main-v .swiper-slide:not(.swiper-slide-active) a {
    cursor: url(../img/common/parts/mouse-flick.png), default !important
}

body.home #main .main-v .swiper-slide a {
    display: block;
    height: 100%;
    background: #fff;
    overflow: hidden;
    border-radius: 3px
}

body.home #main .main-v .swiper-slide a figure {
    position: relative;
    overflow: hidden
}

body.home #main .main-v .swiper-slide a figure .disc {
    position: absolute;
    left: 4px;
    top: 4px;
    box-sizing: border-box;
    padding: 5.33px 8px;
    background: #fff;
    font-size: 1rem;
    font-weight: 700;
    color: #727578;
    border-radius: 2px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
    z-index: 2;
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

body.home #main .main-v .swiper-slide a figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1
}

html.no-touchevents body.home #main .main-v .swiper-slide a figure img {
    -webkit-transition: .5s;
    transition: .5s
}

body.home #main .main-v .swiper-slide a .m-ttl {
    font-size: 1.4rem;
    font-weight: 400;
    color: #727578;
    padding: 0 8px;
    text-align: center
}

body.home #main .main-v .swiper-slide a .m-ttl span:after {
    content: " ";
    text-indent: -89991pt;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url(../img/common/parts/text-icon-blank-brand.png?1490510783);
    width: 13px;
    height: 9pt;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 8px;
    color: #419563
}

body.home #main .main-v .swiper-slide a .m-ttl span:after br {
    display: none
}

@media (-webkit-min-device-pixel-ratio:1.3),
(min--moz-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    body.home #main .main-v .swiper-slide a .m-ttl span:after {
        background-image: url(../img/common/parts/text-icon-blank-brand@2x.png?1490510783);
        background-size: 13px 9pt
    }
}

body.home #main .main-v .swiper-slide a.new .m-ttl:after {
    content: " NEW";
    display: inline-block;
    margin-left: 8px;
    color: red;
    font-weight: 700
}

.js.no-touchevents body.home #main .main-v .swiper-slide a:hover,
.js.touchevents body.home #main .main-v .swiper-slide a.touch,
.no-js body.home #main .main-v .swiper-slide a :hover {
    text-decoration: none
}

.js.no-touchevents body.home #main .main-v .swiper-slide.swiper-slide-active a:hover,
.js.touchevents body.home #main .main-v .swiper-slide.swiper-slide-active a.touch,
.no-js body.home #main .main-v .swiper-slide.swiper-slide-active a :hover {
    text-decoration: none;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    background-color: #eee;
    border-radius: 0;
    -webkit-transition: all 1s;
    transition: all 1s
}

.js.no-touchevents body.home #main .main-v .swiper-slide.swiper-slide-active a:hover figure .disc,
.js.touchevents body.home #main .main-v .swiper-slide.swiper-slide-active a.touch figure .disc,
.no-js body.home #main .main-v .swiper-slide.swiper-slide-active a :hover figure .disc {
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.js.no-touchevents body.home #main .main-v .swiper-slide.swiper-slide-active a:hover figure img,
.js.touchevents body.home #main .main-v .swiper-slide.swiper-slide-active a.touch figure img,
.no-js body.home #main .main-v .swiper-slide.swiper-slide-active a :hover figure img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 2s;
    transition: 2s
}

.js.no-touchevents body.home #main .main-v .swiper-slide.swiper-slide-active a:hover .m-ttl,
.js.touchevents body.home #main .main-v .swiper-slide.swiper-slide-active a.touch .m-ttl,
.no-js body.home #main .main-v .swiper-slide.swiper-slide-active a :hover .m-ttl {
    color: #419563
}



body.home #main .main-video-container {
	display: block;
	background: #d9eae0;
	padding: 60px 0 60px;
}
body.home #main .main-video-container .main-video-wrapper {
	width: 100%;
	/*max-width: 1250px;*/
	max-width: 1860px;
	margin: 0 auto;
}
body.home #main .main-video {
	position: relative;
	display: inline-block;
	width: 78.08%;
	padding: 0 0.40%;
}
body.home #main .main-video-side {
	display: inline-block;
	width: 19.70%;
	padding: 0 0.40%;
}
body.home #main .main-video-side a:hover {
	opacity: 0.6;
}

body.home #main .main-slide {
	display: none;	
}

@media only screen and (max-width:768px) {
	body.home #all #main {
		padding-top: 0;
	}	
	body.home #main .main-video-container {
		display: none;
	}
	body.home #main .main-slide {
		display: block;	
	}
	body.home #main .bxmain {
		background-size: cover;
	}
	body.home #main .bx-wrapper .bx-pager {
		position: absolute;
		/*bottom: 40%;
		right: 3%;
		width: auto;*/
		bottom: 5%;
		color: #aaa;
	}
	body.home #main .main-slide .bx-wrapper .bx-pager .bx-pager-item {
		/*display: inline;*/
	}
	body.home #main .main-slide .bx-wrapper .bx-pager.bx-default-pager a {
		/*margin: 20px 5px;*/
		margin: 5px 10px;
		background: #aaa;
	}
	body.home #main .main-slide .bx-wrapper .bx-pager.bx-default-pager a.active, body.home #main .main-slide .bx-wrapper .bx-pager.bx-default-pager a:hover {
    	background: #000;
	}
}

body.home #main .home-btn-pc {
	position: absolute;
	bottom: 2%;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 700px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

body.home #main .home-btn-sp {
	display: none;
}
@media only screen and (max-width:768px) {
	body.home #main .home-btn-pc {
		display: none;
	}
	body.home #main .home-btn-sp {
		padding: 10px 5px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	body.home #main .home-btn-sp .btn {
		width: 31%;
	}
	body.home #main .home-btn-sp .btn img {
		width: 100%;
	}
}

body.home #main #mute-btn {
	position: absolute;
	top: 10px;
	right: 20px;
    padding: 5px;
    background: rgba(0,0,0,0.3);
    color: #fff;
	font-size: 1.0rem;
}

body.home #main #mute-btn label {
	display: inline;
	color: #ccc;
}
body.home #main #mute-btn label input {
	display: none;
}
body.home #main #mute-btn label input:checked + span {
	color: #fff;
}

body.home #main #full-btn {
	position: absolute;
	bottom: 10px;
	right: 20px;
    padding: 5px;
    background: rgba(0,0,0,0.3);
    color: #fff;
	font-size: 1.0rem;
}

@media only screen and (max-width:768px) {
	body.home #main #mute-btn {
		display: none;
	}
}

.conditions-list-sp {
	display: none;
}
.conditions-list-pc {
	display: block;
}

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

	.conditions-list-sp {
		display: block;
	}
	.conditions-list-pc {
		display: none;
	}
	
	/*ラベル*/
	.conditions-list label {
		display: block;
		font-weight: bold;
		cursor: pointer;
		margin: 10px auto 0;
	}
	/*チェックボックスを非表示にする*/
	.conditions-list input {
		display: none; 
	}
	/*中身を非表示にしておく*/
	.conditions-list div.conditions-list-additional {
		height: 0;
		width: 100%;
		overflow-y: hidden;
		transition: 0.8s;/*ゆっくり表示させる*/
		opacity: 0;
	}
	/*クリックで中身を表示*/
	.conditions-list input:checked + label + div.conditions-list-additional {
		height: auto;
		opacity: 1;
	}
	.conditions-list input:checked + label{
		height: 0;
		opacity: 0;
		margin: 0;
	}
	/*アイコン*/
	.conditions-list label::after {
		content: '\f107';
		font: normal normal normal 14px/1 FontAwesome;
		font-weight: 900;
		padding-left: 8px;
		color: #419563;
	}
	/*クリックでアイコン入れ替え*/
	.conditions-list input:checked + label::after {
		content: '\f106';
	}
}

body.home #main .sec-news-pc {
	display: block;
}
body.home #main .sec-news-sp {
	display: none;
}

@media only screen and (max-width:768px) {
	body.home #main .sec-news-pc {
		display: none;
	}
	body.home #main .sec-news-sp {
		display: block;
	}
    #index-cms-wrap .td-preview {
        word-break: break-all;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: unset;
        max-width: 280px!important;
        text-align: left;
    }
}
@-webkit-keyframes shadow {
    0% {
        box-shadow: 2px 2px 4px transparent;
        background: #fff
    }

    to {
        box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
        background: #eee
    }
}

@keyframes shadow {
    0% {
        box-shadow: 2px 2px 4px transparent;
        background: #fff
    }

    to {
        box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
        background: #eee
    }
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

@-webkit-keyframes c {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes c {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

body.home .sec-news-good {
    background: #d9eae0;
    /*padding: 6pc 0 3pc*/
	padding: 0 0 3pc;
}

body.home .sec-news-good .l-ttl {
	
	display: none;
	
    border-bottom: 0 0;
    line-height: 1.7;
    font-weight: 400;
    /*margin: 24px 0 3pc;*/
	margin: 0 0 3pc;
    box-sizing: border-box;
    padding: 60px 8px
}

@media only screen and (max-width:768px) {
    body.home .sec-news-good .l-ttl {
		
		display: block;
		
        font-family: ヒラギノ明朝 ProN W3, Hiragino Mincho ProN, 游明朝, YuMincho, メイリオ, Meiryo, ＭＳ\ Ｐ明朝, MS PMincho, MS\ 明朝, serif;
        font-weight: 400;
        font-size: 1.8rem;
		padding: 8px 8px;
    }

    body.home .sec-news-good .l-ttl br {
        display: none
    }
}

body.home .sec-news-good .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%
}

body.home .sec-news-good .row>.inner {
    max-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    box-sizing: border-box;
    padding: 8px
}

body.home .sec-news-good .row>.inner .news {
    background: #fff;
    margin-top: 8px;
    box-sizing: border-box;
    height: calc(100% - 8px);
    max-height: 400px;
    overflow-y: auto;
}

body.home .sec-news-good .row>.inner .news .m-ttl {
    position: relative;
    margin: 0 0 5px;
    padding: 20px 20px 0;
}

body.home .sec-news-good .row>.inner .news .m-ttl b {
    color: #419563;
    font-size: 2rem
}

body.home .sec-news-good .row>.inner .news .m-ttl em {
    font-weight: 700;
    font-size: 1.2rem;
    font-style: normal;
    color: #000
}

body.home .sec-news-good .row>.inner .news .m-ttl a.link {
    display: inline-block;
    color: #000;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 4px 24px;
    position: absolute;
    right: 20px;
    bottom: -8px;
}

body.home .sec-news-good .row>.inner .news .m-ttl a.link:after {
    content: url("/img/common/icon-arrow.png");
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 8px;
    top: 5px;
    bottom: 0;
    position: absolute;
}

.js.no-touchevents body.home .sec-news-good .row>.inner .news .m-ttl a.link:hover,
.js.touchevents body.home .sec-news-good .row>.inner .news .m-ttl a.link.touch,
.no-js body.home .sec-news-good .row>.inner .news .m-ttl a.link :hover {
    text-decoration: none;
    color: #419563;
}

body.home .sec-news-good .row>.inner .news .news-list {
    box-sizing: border-box;
}

body.home .sec-news-good .row>.inner .news .news-list a {
    padding: 12px 0;
    margin: 0 20px;
    line-height: 1.5;
    color: #727578;
    border-top: 1px solid #bfbfbf;
}

body.home .sec-news-good .row>.inner .news .news-list a > p {
    display: flex;
    margin-top: 0;
}

body.home .sec-news-good .row>.inner .news .news-list a .day {
    color: #000;
    padding: 0;
    min-width: 105px;
    font-size: 1.4rem;
    border-radius: 2px;
    margin-right: 8px;
    pointer-events: none;
    text-decoration: none !important;
}

body.home .sec-news-good .row>.inner .news .news-list a:hover,
body.home .sec-news-good .row>.inner .news .news-list a:hover p,
body.home .sec-news-good .row>.inner .news .news-list a:hover .day {
    text-decoration: none !important;
}

body.home .sec-news-good .row>.inner .news .news-list a:hover > p > *:not(.day) {
    color: #419563;
}

body.home .sec-news-good .row>.inner .news .news-list a > p > *:not(.day) {
    text-decoration: underline;
}

.js.no-touchevents body.home .sec-news-good .row>.inner .news .news-list a:hover .day,
.js.touchevents body.home .sec-news-good .row>.inner .news .news-list a.touch .day,
.no-js body.home .sec-news-good .row>.inner .news .news-list a :hover .day {
    text-decoration: none;
}

body.home .sec-news-good .row>.inner .conditions .m-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1pc
}

body.home .sec-news-good .row>.inner .conditions .m-ttl:before {
    content: " ";
    text-indent: -89991pt;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url(../img/home/icon-serch.png?1490510783);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 8px
}

body.home .sec-news-good .row>.inner .conditions .m-ttl:before br {
    display: none
}

@media (-webkit-min-device-pixel-ratio:1.3),
(min--moz-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    body.home .sec-news-good .row>.inner .conditions .m-ttl:before {
        background-image: url(../img/home/icon-serch@2x.png?1490510783);
        background-size: 19px 19px
    }
}

@media only screen and (max-width:768px) {
    body.home .sec-news-good .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    body.home .sec-news-good .row>.inner {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

body.home #list.conts-sec [class*=ttl-list] {
    #text-indent: -89991pt;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    display: block;
    #background-image: url(../img/home/list-l-ttl.png?1490510783);
    width: 151px;
    height: 51px;
    background-repeat: no-repeat;
    margin: 3pc auto
}

body.home #list.conts-sec [class*=ttl-list] br {
    display: none
}

@media (-webkit-min-device-pixel-ratio:1.3),
(min--moz-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    body.home #list.conts-sec [class*=ttl-list] {
        #background-image: url(../img/home/list-l-ttl@2x.png?1490510783);
        #background-size: 151px 51px
    }
}

body.home #list.conts-sec [class*=ttl-list]+p {
    text-align: center;
    margin-bottom: 24px
}

body.home #banners {
    position: relative;
}

body.home #banners .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: -8px !important
}

body.home #banners .row .inner {
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    padding: 8px
}

body.home #banners .row .inner a {
    display: block;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    border: 8px solid #eee
}

body.home #banners .row .inner a .text {
    background: hsla(0, 0%, 100%, .8);
    color: #000;
    font-size: 3.5rem;
    position: absolute;
    top: 24px;
    left: 0;
    font-weight: 400;
    letter-spacing: -1px;
    display: inline-block;
    padding: 8px
}

body.home #banners .row .inner a .text span {
    font-size: 2rem;
    display: block;
    margin-bottom: 4px
}

body.home #banners .row .inner a img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out
}

.js.no-touchevents body.home #banners .row .inner a:hover,
.js.touchevents body.home #banners .row .inner a.touch,
.no-js body.home #banners .row .inner a :hover {
    border-color: #419563
}

.js.no-touchevents body.home #banners .row .inner a:hover img,
.js.touchevents body.home #banners .row .inner a.touch img,
.no-js body.home #banners .row .inner a :hover img {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
    -webkit-transition: 3s ease-out;
    transition: 3s ease-out
}

body.home #banners .row .inner.w {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

@media only screen and (max-width:768px) {
    body.home #banners .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    body.home #banners .row .inner {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    body.home #banners .row .inner a .text {
        font-size: 2rem;
        font-weight: 700
    }

    body.home #banners .row .inner a .text span {
        font-size: 1.6rem
    }
}

body.home #property-choose {
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 7;
    background-color: hsla(0, 0%, 100%, .8);
    -webkit-animation: g 3s;
    animation: g 3s
}

body.home #property-choose .choose-text {
    position: fixed;
    width: 100%;
    top: 35vh
}

@media only screen and (max-width:480px) {
    body.home #property-choose .choose-text {
        top: 0;
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

body.home #property-choose .choose-text .inner {
    position: relative;
    width: 90vw;
    max-width: 25pc;
    height: auto;
    max-height: 20pc;
    background-color: #fff;
    margin: 0 auto;
    text-align: center;
    padding: 3pc;
    box-sizing: border-box;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
    border-radius: 3px;
    opacity: 1;
    -webkit-animation: e 3s;
    animation: e 3s
}

@media only screen and (max-width:480px) {
    body.home #property-choose .choose-text .inner {
        max-height: none;
        padding: 24px
    }
}

body.home #property-choose .choose-text .inner .img {
    height: 5pc;
    margin-bottom: 1pc;
    text-align: center
}

body.home #property-choose .choose-text .inner .img img {
    height: 5pc
}

body.home #property-choose .choose-text .inner p {
    margin-bottom: 1pc
}

body.home #property-choose .choose-text .inner a.btn {
    display: inline-block;
    background-color: #eee;
    padding: 8px 1pc
}

body.home #property-choose .choose-text .inner a.btn:after {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 8px
}

.js.no-touchevents body.home #property-choose .choose-text .inner a.btn:hover,
.js.touchevents body.home #property-choose .choose-text .inner a.btn.touch,
.no-js body.home #property-choose .choose-text .inner a.btn :hover {
    color: #fff;
    text-decoration: none;
    background-color: #419563
}

@media only screen and (max-width:768px) {
    body.home #property-choose .choose-text .inner a.btn {
        display: block;
        text-align: center;
        padding: 1pc;
        margin-bottom: 8px
    }
}

body.home #property-choose .choose-text .inner .close-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
    opacity: 1;
    -webkit-animation: d 3s;
    animation: d 3s
}

body.home #property-choose .choose-text .inner .close-btn span {
    display: none
}

body.home #property-choose .choose-text .inner .close-btn:before {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.8rem;
    color: #000
}

.js.no-touchevents body.home #property-choose .choose-text .inner .close-btn:hover,
.js.touchevents body.home #property-choose .choose-text .inner .close-btn.touch,
.no-js body.home #property-choose .choose-text .inner .close-btn :hover {
    text-decoration: none;
    color: #fff;
    background-color: #419563;
    border-color: #419563
}

.js.no-touchevents body.home #property-choose .choose-text .inner .close-btn:hover:before,
.js.touchevents body.home #property-choose .choose-text .inner .close-btn.touch:before,
.no-js body.home #property-choose .choose-text .inner .close-btn :hover:before {
    color: #fff
}

@-webkit-keyframes d {

    0%,
    0% {
        box-shadow: 2px 2px 6px transparent;
        opacity: 0
    }

    to {
        box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
        opacity: 1
    }
}

@keyframes d {

    0%,
    0% {
        box-shadow: 2px 2px 6px transparent;
        opacity: 0
    }

    to {
        box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
        opacity: 1
    }
}

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

    0%,
    0% {
        box-shadow: 2px 2px 6px transparent
    }

    0%,
    to {
        opacity: 1
    }

    to {
        box-shadow: 2px 2px 6px rgba(0, 0, 0, .2)
    }
}

@keyframes e {
    0% {
        opacity: 0
    }

    0%,
    0% {
        box-shadow: 2px 2px 6px transparent
    }

    0%,
    to {
        opacity: 1
    }

    to {
        box-shadow: 2px 2px 6px rgba(0, 0, 0, .2)
    }
}

body.home #property-choose .choose-text .inner.close {
    opacity: 0;
    -webkit-animation: f 1s;
    animation: f 1s
}

@-webkit-keyframes f {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes f {
     0%{
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes g {

    0%,
    0% {
        background-color: #fff
    }

    to {
        background-color: hsla(0, 0%, 100%, .8)
    }
}

@keyframes g {

    0%,
    0% {
        background-color: #fff
    }

    to {
        background-color: hsla(0, 0%, 100%, .8)
    }
}


body.cm #main {
    padding-top: 0
}

body.cm .main-header {
    background: url(../img/cm/main.png)center center #eee;
    /*height: 700px;*/
	height: 500px;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative
}

@media (-webkit-min-device-pixel-ratio:1.3),
(min--moz-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    body.cm .main-header {
        background-image: url(../img/cm/main.png);
        background-size: cover
    }
}

body.cm .cm-video-wrap {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 50px;
}

body.cm .cm-video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

body.cm .cm-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

body.brand #main {
    padding-top: 0
}

body.brand .main-header {
    background: url(../img/brand/main.png?1490510782)center center #eee;
    height: 700px;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative
}

@media (-webkit-min-device-pixel-ratio:1.3),
(min--moz-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    body.brand .main-header {
        background-image: url(../img/brand/main@2x.png?1490510782);
        background-size: cover
    }
}

body.brand .main-header .page-title {
    position: relative;
    top: 0;
    -webkit-animation: i 3s;
    animation: i 3s
}

body.brand .main-header .page-title .img {
    width: 150px;
    -webkit-animation: i 3s;
    animation: i 3s;
    margin: 0 auto 8px
}

body.brand .main-header .page-title h1 {
    -webkit-animation: i 6s;
    animation: i 6s;
    font-size: 2rem;
    font-family: ヒラギノ明朝 ProN W3, Hiragino Mincho ProN, 游明朝, YuMincho, メイリオ, Meiryo, ＭＳ\ Ｐ明朝, MS PMincho, MS\ 明朝, serif;
    line-height: 1.6;
    color: #fff;
    font-weight: 400;
    text-shadow: 0 0 8px #5f5ca1
}

@media only screen and (min-width:481px) {
    body.brand .main-header .page-title h1 {
        text-indent: -89991pt;
        overflow: hidden;
        text-align: left;
        text-transform: capitalize;
        display: block;
        background-image: url(../img/brand/main-text.png?1490510782);
        width: 666px;
        height: 121px;
        background-repeat: no-repeat
    }

    body.brand .main-header .page-title h1 br {
        display: none
    }
}

@media only screen and (min-width:481px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:481px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:481px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:481px) and (min-resolution:1.3dppx) {
    body.brand .main-header .page-title h1 {
        background-image: url(../img/brand/main-text@2x.png?1490510782);
        background-size: 666px 121px
    }
}

body.brand .main-header small {
    display: inline-block;
    font-size: 1.2rem;
    color: #fff;
    position: absolute;
    right: 8px;
    bottom: 8px
}

@media only screen and (max-width:480px) {
    body.brand .main-header {
        height: auto;
        padding: 6pc 8px 3pc;
        box-sizing: border-box
    }

    body.brand .main-header .page-title .img {
        width: 75pt
    }

    body.brand .main-header .page-title h1 {
        font-size: 1.8rem;
        font-weight: 700;
        color: #fff
    }

    body.brand .main-header .page-title h1 br {
        display: none
    }
}

body.brand .declation-text,
body.results .main-header .inner.text h1 {
    font-family: ヒラギノ明朝 ProN W3, Hiragino Mincho ProN, 游明朝, YuMincho, メイリオ, Meiryo, ＭＳ\ Ｐ明朝, MS PMincho, MS\ 明朝, serif;
    font-weight: 400
}

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

    to {
        opacity: 1
    }
}

@-webkit-keyframes i {
    0% {
        position: relative
    }

    0%,
    0% {
        opacity: 0;
        top: 20px
    }

    to {
        opacity: 1;
        top: 0
    }
}

body.brand .declation-text {
    font-size: 2rem;
    line-height: 1.6;
    color: #000;
    margin-bottom: 24px
}

@media only screen and (min-width:481px) {
    body.brand .declation-text {
        text-indent: -89991pt;
        overflow: hidden;
        text-align: left;
        text-transform: capitalize;
        display: block;
        background-image: url(../img/brand/declation-text.png?1490510782);
        width: 585px;
        height: 66px;
        background-repeat: no-repeat;
        margin: 0 auto;
        position: relative;
        top: -50px
    }

    body.brand .declation-text br {
        display: none
    }
}

body.brand.kinkiarea .main-header,
body.results .main-header {
    display: -webkit-box;
    display: -ms-flexbox
}

@media only screen and (min-width:481px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:481px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:481px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:481px) and (min-resolution:1.3dppx) {
    body.brand .declation-text {
        background-image: url(../img/brand/declation-text@2x.png?1490510782);
        background-size: 585px 66px
    }
}

body.brand table {
    width: 100%;
    border-bottom: 1px solid #000
}

body.brand.kinkiarea .main-header {
    background: url(../img/brand/kinki_main.png)center center no-repeat #eee;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative
}

body.brand .brand-row h2.conts-sec-ttl {
    margin-bottom: 3pc
}

body.brand .renailineup .text_series {
    text-align: center;
    margin-bottom: 3pc;
    font-family: ヒラギノ明朝 ProN W3, Hiragino Mincho ProN, 游明朝, YuMincho, メイリオ, Meiryo, ＭＳ\ Ｐ明朝, MS PMincho, MS\ 明朝, serif;
    font-size: 2rem
}

body.brand .family .btn_family {
    display: block;
    width: 100%;
    background-image: url(../img/brand/btn_family.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 40%;
    text-decoration: none;
    position: relative;
}

body.brand .family .btn_family .btn-base {
    position: absolute;
    width: 220px;
    bottom: -25px;
    left: 50%;
    margin-left: -110px;
    margin-bottom: 0;
    padding: 25px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body.brand .family .btn_family .btn-base span {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
}

body.brand .family .btn_family .btn-base span:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width:600px) {
    body.brand .family .btn_family {
        margin-bottom: 80px;
        background-image: url(../img/brand/btn_family_sp.jpg);
        -webkit-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
        padding-bottom: 93%;
    }

    body.brand .family .btn_family .btn-base {
        width: 200px;
        margin-left: -100px;
        font-size: 95%;
    }
}

/*
body.results #main {
    padding-top: 0
}*/

.box_relative {
    position: relative;
}

body.results .main-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: i 3s;
    animation: i 3s;
    width: 100%
}

body.results .main-header figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%
}

body.results .main-header .inner.text {
    background: #eee;
    box-sizing: border-box;
    padding: 85px 1pc 1pc;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

body.results .main-header .inner.text h1 {
    font-size: 2.4rem;
    line-height: 1.7;
    margin-bottom: 1pc
}

body.results .main-header .inner.text a.btn-base {
    max-width: 200px
}

@media only screen and (max-width:868px) {
    body.results .main-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    body.results .main-header .inner.text,
    body.results .main-header figure {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    body.results .main-header .inner.text {
        padding: 1pc;
        text-align: center
    }

    body.results .main-header .inner.text h1 {
        font-size: 1.4rem;
        margin-bottom: 8px
    }

    body.results .main-header .inner.text h1 br {
        display: none
    }

    body.results .main-header .inner.text a.btn-base {
        max-width: none
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes i {
    0% {
        position: relative
    }

    0%,
    0% {
        opacity: 0;
        top: 20px
    }

    to {
        opacity: 1;
        top: 0
    }
}

body.results #sec-result p {
    text-align: center
}

@media only screen and (max-width:480px) {
    body.results #sec-result p {
        text-align: left
    }

    body.results #sec-result p br {
        display: none
    }
}

body.results table {
    width: 100%;
    background-color: #fff
}

body.results table td,
body.results table th {
    padding: 8px 4px;
    border: 1px solid #ddd
}

body.results table th {
    background: #f4f4f4
}

body.results .toggle-area .toggle {
    background: #d9eae0;
    padding: 1pc;
    font-size: 1.6rem;
    border-bottom: solid 1px #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4px
}

body.results .toggle-area .toggle:after {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: auto;
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
    -webkit-transition: .5s;
    transition: .5s
}

.js.no-touchevents body.results .toggle-area .toggle:hover,
.js.touchevents body.results .toggle-area .toggle.touch,
.no-js body.results .toggle-area .toggle :hover {
    background: #419563;
    text-decoration: none;
    color: #fff
}

body.results .toggle-area .toggle.open:after {
    -webkit-transform: rotate3d(1, 0, 0, 180deg);
    transform: rotate3d(1, 0, 0, 180deg);
    -webkit-transition: .5s;
    transition: .5s
}

body.results .toggle-area .table-area {
    margin-bottom: 1pc
}

body.results .toggle-area .table-area small {
    display: inline-block;
    margin-bottom: 8px
}

@media only screen and (min-width:570px) {
    body.results .toggle-area .table-area small {
        display: none
    }
}

@media only screen and (max-width:768px) {
    body.results .toggle-area .table-area {
        overflow-x: scroll;
        padding: 1pc;
        background-color: #d9eae0
    }

    body.results .toggle-area .table-area table {
        min-width: 500px
    }
}

body.quality .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body.quality .flex [class*=inner] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    border: 1px solid #eee;
    margin-bottom: 24px
}

body.quality .flex [class*=inner] .m-ttl {
    background: #d9eae0;
    text-align: center;
    padding: 8px;
    margin: 0
}

body.quality .flex [class*=inner] p {
    box-sizing: border-box;
    padding: 8px
}

body.quality .flex [class*=inner].grow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media only screen and (max-width:480px) {
    body.quality .flex {
        display: block
    }
}

body.quality .conts-sec-table {
    margin: 0 auto;
    max-width: 900px
}

body.quality .conts-sec-table table {
    border: 1px solid #eee;
    width: 100%;
    height: 100%;
    border-collapse: separate;
    border-spacing: 4px
}

body.quality .conts-sec-table table th {
    width: 12%;
    height: 100%;
    padding: 8px;
    background: #9e9a79;
    vertical-align: middle;
    color: #fff
}

body.quality .conts-sec-table table td {
    width: 22%;
    height: 100%;
    padding: 0;
    vertical-align: top
}

body.quality .conts-sec-table table tr.title th {
    background: 0 0
}

body.quality .conts-sec-table table tr.title td {
    border: 1px solid #419563;
    font-size: 1.2rem;
    padding: 8px;
    color: #419563;
    background-color: #eee
}

body.quality .conts-sec-table table div.row {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

body.quality .conts-sec-table table div.row div,
body.support .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    box-sizing: border-box
}

body.quality .conts-sec-table table div.row,
body.quality .conts-sec-table table div.row div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

body.quality .conts-sec-table table div.row div {
    border-radius: 3px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    background-color: #d9eae0;
    padding: 8px 4px;
    font-size: 1.2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

body.quality .conts-sec-table table div.row div:last-child {
    margin-bottom: 0
}

body.quality .conts-sec-table table div.row div h4 {
    color: #000
}

body.quality .conts-sec-table table div.row div li {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: left
}

body.quality .conts-sec-table table div.row div img {
    max-width: 150px
}

body.quality .conts-sec-table table div.row div:hover {
    background-color: #c5dfd0;
    color: #419563
}

body.quality .conts-sec-table table div.row div:hover h4,
body.quality .conts-sec-table table div.row div:hover li {
    color: #419563
}

body.support .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body.support .flex,
body.support .flex .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body.support .flex .inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box
}

body.support .flex .inner:first-child {
    box-sizing: border-box;
    width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #eee;
    margin-right: 1pc;
    padding: 0 8px
}

body.support .flex .inner:first-child .m-ttl {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
    color: #419563
}

body.support .flex .inner:first-child .m-ttl span {
    display: block;
    font-size: 2.4rem;
    font-weight: 400;
    font-family: ヒラギノ明朝 ProN W3, Hiragino Mincho ProN, 游明朝, YuMincho, メイリオ, Meiryo, ＭＳ\ Ｐ明朝, MS PMincho, MS\ 明朝, serif;
    color: #000
}

body.support .flex .inner:nth-child(2) b {
    display: inline-block;
    color: #419563;
    font-size: 1.8rem;
    margin-bottom: 8px
}

@media only screen and (max-width:480px) {
    body.support .flex {
        display: block
    }

    body.support .flex .inner:first-child {
        margin: 0 auto 8px;
        width: 150px;
        height: 75pt
    }
}

body.list .conts-sec-conditions {
    margin-bottom: 24px
}

body.list .conts-sec-conditions .border {
    box-sizing: border-box;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid #eee;
    border-left: 0 0;
    border-right: 0 0
}

body.list .conts-sec-conditions .border .more-btn {
    display: inline-block;
    box-sizing: border-box;
    padding: 4px 8px;
    border: 1px solid #419563;
    font-size: 1.2rem;
    font-weight: 400;
    background-color: #419563;
    color: #fff;
    -webkit-transition: background-color 1s;
    transition: background-color 1s
}

body.list .conts-sec-conditions .border .more-btn:after {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 1pc
}

.js.no-touchevents body.list .conts-sec-conditions .border .more-btn:hover,
.js.touchevents body.list .conts-sec-conditions .border .more-btn.touch,
.no-js body.list .conts-sec-conditions .border .more-btn :hover {
    background-color: #d9eae0;
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
    cursor: pointer
}

body.list .conts-sec-conditions .border .conditions-list {
    background-color: #d9eae0;
    box-sizing: border-box;
    padding: 24px;
    margin: 8px 0;
    -webkit-transition: 1s;
    transition: 1s
}

body.list .conts-sec-conditions .border.close .more-btn {
    background-color: #fff;
    color: #419563;
    -webkit-transition: background-color 1s;
    transition: background-color 1s
}

body.list .conts-sec-conditions .border.close .more-btn:after {
    content: "\f078"
}

body.list .conts-sec-conditions .border.close .conditions-list {
    display: none
}

/*body.list .property-list .inner {
    opacity: 0
}*/

body.news .news-ara {
    max-width: 820px;
    margin: 0 auto;
    border: 1px solid #eee
}

body.news .news-ara .inner {
    display: block;
    padding: 8px
}

body.news .news-ara .inner:nth-child(2n) {
    background-color: #f6f6f6
}

body.news .news-ara .inner p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    font-weight: 400;
    color: #727578
}

body.news .news-ara .inner p br {
    display: none
}

body.news .news-ara .inner p span:first-child {
    width: 75pt;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    padding: 1pc 8px;
    text-align: center;
    margin-right: 8px;
    color: #727578
}

body.news .news-ara a.inner {
    display: block
}

body.news .news-ara a.inner p {
    color: #000
}

body.news .news-ara a.inner p:after {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: auto;
    color: #419563;
    padding-left: 1pc;
    padding-right: 1pc
}

body.news .news-ara a.inner p span:first-child {
    background-color: #d9eae0;
    color: #419563
}

.js.no-touchevents body.news .news-ara a.inner:hover,
.js.touchevents body.news .news-ara a.inner.touch,
.no-js body.news .news-ara a.inner :hover {
    text-decoration: none;
    background-color: #d9eae0
}

.js.no-touchevents body.news .news-ara a.inner:hover p span:first-child,
.js.touchevents body.news .news-ara a.inner.touch p span:first-child,
.no-js body.news .news-ara a.inner :hover p span:first-child {
    background-color: #fff
}

.js.no-touchevents body.news .news-ara a.inner:hover p:after,
.js.touchevents body.news .news-ara a.inner.touch p:after,
.no-js body.news .news-ara a.inner :hover p:after {
    color: #419563
}

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

    body.news .news-ara .inner p,
    body.news .news-ara a.inner p {
        display: block
    }

    body.news .news-ara .inner p span,
    body.news .news-ara a.inner p span {
        box-sizing: border-box;
        width: 100%;
        display: block;
        padding: 0 8px;
        text-align: center;
        font-size: 1.2rem;
        margin-bottom: 8px
    }
}

body.news .news-ara a[href*="?year="] {
    font-size: 1.4rem;
    font-weight: 400;
    box-sizing: border-box;
    display: inline-block;
    margin: 8px;
    color: #727578;
    text-decoration: underline
}

.js.no-touchevents body.news .news-ara a[href*="?year="]:hover,
.js.touchevents body.news .news-ara a[href*="?year="].touch,
.no-js body.news .news-ara a[href*="?year="] :hover {
    text-decoration: none
}

.story .box_list_story .swiper-slide a,
.story .box_list_story a span.catch {
    color: #999
}

.story.vol1 .box_list_story .swiper-slide.vol01 a,
.story.vol2 .box_list_story .swiper-slide.vol02 a {
    color: #1c110f
}

.story.vol1 .box_list_story .vol01 a span.catch,
.story.vol2 .box_list_story .vol02 a span.catch {
    color: #419563
}

.story .box_list_story {
    background-color: #f3f3f3;
    padding: 25px 4%;
    max-width: 825pt;
    margin: 0 auto 4%
}

.story .box_list_story .swiper-button-next,
.story .box_list_story .swiper-button-prev {
    background-color: #419563;
    width: 20px;
    background-size: 10px 44px;
    height: 44px;
    margin-top: -22px
}

.story .box_list_story a {
    color: #1c110f;
    font-size: 1.2rem
}

.box_list_story .swiper-slide.swiper-slide-active,
.box_list_story .swiper-slide.swiper-slide-next {
    border-right: 1px dotted #666
}

.story .box_list_story a span {
    display: block
}

.story .box_story_list .swiper-slide {
    text-align: center;
    font-size: 90%;
    background: #fff;
    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
}

.box_brand,
.conts-sec-ttl span.logobrand {
    background-repeat: no-repeat;
    background-position: top center
}

@media screen and (max-width:1000px) {
    .story .box_list_story {
        padding: 2% 10%
    }

    .box_list_story .swiper-slide.swiper-slide-active,
    .box_list_story .swiper-slide.swiper-slide-next {
        border-right: 0 0
    }
}

.break {
    display: block
}

.renailineup [class*=l-row] div.inner h3.m-ttl {
    text-align: center;
    font-size: 3rem
}

.renailineup [class*=l-row] div.inner h3.m-ttl span {
    font-size: 1.8rem
}

.renailineup [class*=l-row] div.inner p {
    font-family: ヒラギノ明朝 ProN W3, Hiragino Mincho ProN, 游明朝, YuMincho, メイリオ, Meiryo, ＭＳ\ Ｐ明朝, MS PMincho, MS\ 明朝, serif
}

.conts-sec-ttl span.logobrand {
    background-image: url(/img/brand/logo_renai_green.png);
    padding-top: 91px;
    display: block;
    padding-bottom: 20px;
    max-width: 280px;
    margin: 0 auto
}

.box_brand {
    background-image: url(/img/brand/bg_brand.png);
    background-size: cover;
    max-width: 1034px;
    height: auto;
    padding: 10% 0;
    margin: 0 auto 44px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    text-align: center
}

.box_brand h4,
.text_brand h3.m-ttl {
    font-size: 2.6rem;
    margin-bottom: 50px;
    font-family: ヒラギノ明朝 ProN W3, Hiragino Mincho ProN, 游明朝, YuMincho, メイリオ, Meiryo, ＭＳ\ Ｐ明朝, MS PMincho, MS\ 明朝, serif;
    text-align: center
}

.renailineup .l-row-end:first-of-type {
    border: 1px solid #8f8e5e
}

.renailineup .l-row-end:nth-of-type(2) {
    border: 1px solid #f09c96
}

.renailineup .l-row-end:nth-of-type(3) {
    border: 1px solid #65768e
}

.renailineup .l-row-end:nth-of-type(4) {
    border: 1px solid #79ac5e
}

.renailineup .l-row-end:nth-of-type(5) {
    border: 1px solid #d18556
}

.text_brand p {
    margin-bottom: 30px;
    line-height: 2.4em;
    font-size: 120%
}

.list-brand figure figcaption,
.text_brand p {
    font-family: ヒラギノ明朝 ProN W3, Hiragino Mincho ProN, 游明朝, YuMincho, メイリオ, Meiryo, ＭＳ\ Ｐ明朝, MS PMincho, MS\ 明朝, serif;
    text-align: center
}

.list-brand figure figcaption {
    position: static;
    color: #666;
    margin-top: 5px;
    text-shadow: none
}

.bxmain li p.caption,
.results .swiper-slide p {
    font-weight: 700;
    right: 8px;
    text-shadow: 0 0 3px #000
}

.brand .logo_lineup {
    text-align: center;
    margin: 0 auto 30px
}

.brand .logo_lineup.grand {
    width: 54.5%
}

.brand .logo_lineup.moi {
    width: 41.1%
}

.brand .logo_lineup.tower {
    width: 53.69%
}

.brand .logo_lineup.terrace {
    width: 62.63%
}

.brand .logo_lineup.flats {
    width: 50.55%
}

.renailineup figure figcaption {
    line-height: 1.4em
}

.results .swiper-slide p {
    bottom: 8px;
    color: #fff;
    font-size: 1.2rem;
    padding: 0;
    position: absolute;
    text-align: right
}

.bx-wrapper,
.slider {
    position: relative
}

body.results .main-header .slider {
    -moz-box-flex: 0;
    width: 64%;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    float: left
}

body.results .main-header .inner.text {
    float: left;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 36%;

}

body.results .main-header .inner.text:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both
}

.results .gallery-thumbs .swiper-slide {
    width: 20%;
    height: 100%;
    opacity: .4;
    background-size: 100% auto
}

.results .gallery-thumbs .is-selected {
    opacity: 1
}

.results .inner_thumb:after {
    content: ".";
    clear: both;
    visibility: hidden;
    height: 0;
    display: block
}

.page.results #bx-pager {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    text-align: center;
}

#bx-pager li {
    width: 8.2%;
    margin: 0 0.5%;
    display: inline-block;
    box-shadow: 4px 5px 6px rgba(0, 0, 0, .8)
}

.page.results #bx-pager li {
    width: 17.6%;
    margin: 0 3% 20px 0;
}

.page.results #bx-pager li:nth-child(5n) {
    margin-right: 0px;
    margin-left: 0;
}

.page.results #bx-pager li a {
    display: block;
}

.page.results .box_gallery {
    text-align: center;
    position: absolute;
    top: 30%;
    left: 50%;
    margin-top: -75px;
    margin-left: -50%;
    width: 100%;

}

.page.results .box_gallery .btn-base {
    margin: 0 auto;
}


.page.results ul.bxslider {
    padding: 0;
    margin: 0;
}

.bx-wrapper {
    margin: 0 auto;
    padding: 0
}

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

.bx-wrapper .bx-viewport {
    -webkit-transform: translatez(0);
    transform: translatez(0)
}

.bxthumb {
    /*position: absolute;
    bottom: 0;*/
    width: 100%
}


.page.results .box_relative .bxthumb {
    height: 37%;
}

@media screen and (max-width:1360px) {
    .page.results .box_relative .bxthumb {
        height: 38%;
    }
}

@media screen and (max-width:1160px) {
    .page.results .box_relative .bxthumb {
        height: 41%;
    }
}

.page.results .box_relative .bxthumb {
    position: absolute;
    bottom: 0px;
    max-width: 93.75%;
    overflow: hidden;
    margin: 0 auto;
}





.results .main-header {
    border-bottom: 1px solid #ddd;
}

.bxthumb .inner_thumb {
    max-width: 96.75%;
    margin: 0 auto;
}

.bx-wrapper #bx-pager {
    margin-top: 0;
    position: absolute;
    bottom: 0
}

.bx-wrapper #bx-pager li a {
    display: block
}




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

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(/img/results/bx_loader.gif)center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666
}

.bxmain ul {
    margin: 0;
}

.bxmain li p.caption {
    bottom: 8px;
    color: #fff;
    font-size: 1.2rem;
    padding: 0;
    position: absolute;
    text-align: right;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block
}

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

#bx-pager li a img {
    opacity: .8;
    border: 2px solid #999;
    box-sizing: border-box
}

#bx-pager li a img:hover,
#bx-pager li a.active img,
#bx-pager li.active a img {
    opacity: 1;
    border: 2px solid #fff;
    box-sizing: border-box
}

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

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(/img/results/controls.png)0 -2pc no-repeat
}

.inner_thumb .bx-prev {
    left: -40px;
}

.inner_thumb .bx-wrapper .bx-next {
    right: -40px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(/img/results/controls.png)-43px -2pc no-repeat
}

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

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

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

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

.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(/img/results/controls.png)-86px -11px no-repeat;
    margin: 0 3px
}

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

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

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

.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
}

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

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

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

    .page.results .box_relative .bxthumb,
    .results .gallery-thumbs,
    body.page.results #bx-pager {
        display: none
    }

    .bxthumb .inner_thumb {
        padding-bottom: 0;
    }

    body.results .main-header .slider {
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
        float: none;
        width: auto
    }

    .results .swiper-slide {
        height: 0;
        padding-top: 100%;
        background-size: cover
    }

    body.results .main-header .inner.text {
        float: none;
        width: auto
    }

    .box_brand p {
        text-align: left;
        max-width: 93.75%;
        margin: 0 auto
    }

    .renailineup .text_series {
        text-align: left;
        margin: .5em 0;
        line-height: 1.4
    }

    .box_brand .break,
    .renailineup .text_series .break {
        display: inline
    }

    .list-brand figure figcaption {
        margin-bottom: 24px
    }

    .brand-row h2.conts-sec-ttl {
        margin: .5em 0
    }

    .text_brand h3.m-ttl {
        font-size: 2rem;
        text-align: left;
        margin: .5em 0
    }

    .box_brand {
        margin-bottom: 24px
    }

    .box_brand h4 {
        font-size: 1.8rem;
        margin: .5em 0 1em
    }

    .text_brand p {
        font-size: 1.4rem;
        line-height: 1.6
    }

    .inner_thumb .bx-prev {
        display: none;
    }

    .inner_thumb .bx-wrapper .bx-next {
        display: none;
    }


    .page.results .box_gallery {
        text-align: center;
        position: static;
        top: 30%;
        left: 50%;
        margin-top: 0px;
        margin-left: 0px;

    }



}


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

renaiclub

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

.rnetservice-box {
    border: 1px solid #afafaf;
    padding: 25px;
}

.rnetservice-box h3 {
    text-align: center;
    font-size: 142.5%;
    margin-bottom: 25px;
}

.rnetservice-box h3 span {
    margin-left: 15px;
}

.rnetservice-box .inner-box {
    background-image: url(/img/club/pic_service.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    padding-top: 70px;
}

.rnetservice-box .inner-box .text-box {
    max-width: 410px;
}

.rnetservice-box .inner-box .text-box li a {
    clear: both;
    text-decoration: none;
    display: block;
    text-align: center;
    font-weight: bold;
    max-width: 300px;
    margin: 0 auto;
    padding: 20px;
}

.rnetservice-box .inner-box .text-box p {
    margin-bottom: 40px;
}

.rnetservice-box .btn_apply a {
    font-size: 130%;
    background-color: #db3b0f;
    color: #fff;
    position: relative;
}

.rnetservice-box .btn_apply a::before {
    content: "▶";
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 10px;
    margin-top: -10px;
}

.rnetservice-box .btn_apply a:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
}

.privilege-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.privilege-text p {
    max-width: 360px;
}

.icon_privilege {
    max-width: 80px;
}

.page.club .privilege-list {
    display: -webkit-box;
    display: -ms-flexbox;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page.club .privilege-list li {
    max-width: 548px;
    width: 47.73%;
    border: 1px solid #afafaf;
    padding: 5px 15px 15px;
    margin-bottom: 30px;
}

.page.club .privilege-list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.page.club .privilege-list dt {
    background-color: #419563;
    margin: 0 18px 0 -36px;
    color: #fff;
    padding: 0px 30px;
    max-width: 180px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    font-size: 128.5%;
}

.page.club .privilege-list dd {
    color: #419563;
    font-weight: bold;
    font-size: 128.5%;
}

.page.club .privilege-list dt span {
    font-size: 240%;
    margin-left: 10px;
    font-style: italic;
    font-family: TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
}

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

.character-box .character-card {
    width: 46%;
    max-width: 560px;
    background-color: #bed9c9;
    padding: 40px 20px 20px;
}

.character-box .character-card h3 {
    text-align: center;
    margin-bottom: 40px;
}

.character-box .character-card h3 span {
    color: #419563;
    font-size: 2.4rem;
}

.character-box .character-card h4 {
    text-align: center;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, メイリオ, Meiryo, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 2.4rem;
    font-weight: normal;
    margin-bottom: 20px;
}

.character-box .character-card h4 span {
    border-bottom: 1px solid #419563;
    padding: 0px 100px 5px;
}

.character-card .inner-box {
    background-color: #fff;
    padding: 20px 40px;
}

.character-card .profile-box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* Flexible Boxを有効化 */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 66%;
}

.character-card .profile-box dt {
    margin-right: 3%;
    color: #419563;
    width: 30%;
}

.character-card .profile-box dd {
    width: 60%;
}

.character-card .pic_ahirune {
    max-width: 160px;
    width: 34%;
}

.character-card .pic_ahirune img {
    max-width: 160px;
}

.pic_qr img {
    max-width: 112px;
}

.profile-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.ahirune-list {
    text-align: center;
}

.ahirune-list li {
    text-align: center;
    display: inline-block;
    margin: 0 2%;
    width: 14.6%;
}

.ahirune-list li:first-child {
    margin-left: 0;
}

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

.ahirune-list li:first-child img {
    margin-bottom: -42px;
}

.ahirune-list li:nth-child(2) img {
    margin-bottom: -10px;
}

.ahirune-list li:nth-child(3) img {
    margin-bottom: -34px;
}

.ahirune-list li:nth-child(5) img {
    margin-bottom: -30px;
}

.ahirune-list img {
    max-width: 84px;
}

.qr-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
}

.text-qr {
    width: 70%;
}

.text-qr p {
    font-size: 1.4rem;
}

.ahirune-list {
    margin-bottom: 60px;
}

.page.club .caption {
    text-align: right;
    font-size: 1rem;
    margin-top: 10px;
    margin-bottom: 40px;
}

.btn-join {
    max-width: 1040px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.page.club .btn-stamp {
    width: 100%;
    margin: 0 auto;
}


.page.club .btn-stamp a {
    display: block;
    position: relative;
    text-align: center;
    background-color: #00c300;
    text-decoration: none;
    color: #fff;
    padding: 20px;
    font-size: 2rem;
}

.page.club .btn-stamp a:hover {
    text-decoration: underline;
}

.page.club .btn-stamp a::before {
    content: "▶";
    font-size: 10px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -10px;
    display: inline-block !important;
}


.btn-join li {
    width: 49%;
}

.btn-join li a {
    display: block;
    position: relative;
    text-align: center;
    border: 1px solid #419563;
    box-sizing: border-box;
    text-decoration: none;
    padding: 20px;
    font-size: 2rem;
}

.btn-join li a::before {
    content: "▶";
    font-size: 10px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -10px;
    display: inline-block !important;
}




.contact-box {
    max-width: 580px;
    margin: 0 auto;
    border: 1px solid #393939;
    box-sizing: border-box;
    padding: 40px;
}

.contact-box p {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, メイリオ, Meiryo, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 30px;
}

.contact-box li {
    text-align: center;
    margin-bottom: 10px;
}

.contact-box li:last-child {
    margin-bottom: 0;
}

.contact-box li.btn-contact {
    display: block;
    position: relative;
    text-align: center;
    border: 1px solid #419563;
    box-sizing: border-box;
    text-decoration: none;
    padding: 20px;
    font-size: 2rem;
    margin-bottom: 30px;
}

.contact-box li.btn-contact a::before {
    content: "▶";
    font-size: 10px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -10px;
}



@media screen and (max-width:961px) {
    .page.club .privilege-list li {
        width: 93.75%;
        margin: 0 auto 30px;
    }

    .rnetservice-box .inner-box {
        padding-top: 0px;
    }

    .rnetservice-box .inner-box .text-box {
        max-width: inherit;
        background: rgba(255, 255, 255, 0.8);
    }

    .rnetservice-box .inner-box .text-box p {
        margin-bottom: 0px;
    }

    .rnetservice-box .inner-box .text-box p:last-of-type {
        margin-bottom: 30px;
    }

    .character-box {
        display: block;
    }

    .character-box .character-card {
        width: auto;
        max-width: inherit;
        margin-bottom: 30px;
    }

    body.results .main-header .inner.text h1 {
        font-size: 2.2rem;
    }



}

@media screen and (max-width:640px) {
    .profile-box {
        display: block;
    }

    .character-card .pic_ahirune {
        max-width: inherit;
        width: 80px;
        margin: 0 auto 10px;
        text-align: center;
    }

    .character-card .profile-box dl {
        width: auto;
    }

    .page.club .privilege-list dt {
        font-size: 100%;
        min-width: 90px;
    }

    .character-card .profile-box dt {
        width: 40%;
    }

    .character-card .profile-box dd {
        width: 50%;
    }

    .privilege-text p {
        width: 60%;
    }

    .character-card .inner-box {
        padding: 15px;
    }

    .character-box .character-card h4 span {
        padding: 0 10% 5px;
    }

    .qr-box {
        display: block;
        margin-bottom: 20px;
    }

    .text-qr {
        width: auto;
    }

    .text-qr p {
        font-size: 1.4rem;
    }

    .pic_qr {
        margin-top: 20px;
        text-align: center;
    }

    .btn-join {
        display: block;
    }

    .btn-join li {
        width: auto;
        margin-bottom: 20px;
    }

    .page.club .btn-stamp a {
        font-size: 1.4rem;
        padding: 8px;
    }

    .page.club .btn-stamp a::before {
        margin-top: -8px;
        left: 8px;
    }

    .con .btn-join li a {
        font-size: 1.4rem;
        padding: 8px;
    }

    .btn-join li a::before {
        margin-top: -8px;
        left: 8px;
    }

    .contact-box {
        padding: 15px;
    }

    .contact-box li.btn-contact {
        padding: 8px;
    }

    .contact-box li.btn-contact a::before {
        margin-top: -8px;
        left: 8px;
    }

    .contact-box li.btn-contact a {
        font-size: 1.4rem;
    }

    .character-box .character-card h3 span {
        display: block;
        font-size: 2rem;
        line-height: 2em;
    }

    .rnetservice-box h3 span {
        margin-left: 0px;
        display: block;
    }


}


/*-----------------------
stamp
--------------------------*/

.stamp-box {
    border: 10px solid #00c300;
    box-sizing: border-box;
    padding: 30px;
    background-color: #d4f2d4;
    position: relative;
}

.stamp-box h3 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
    text-shadow: 1px 0px 5px rgba(255, 255, 255, 1);
}

.stamp-box h3 span {
    color: #00c300;
    font-size: 2.6rem;
}

.day-title {
    background-color: #fff;
    border-radius: 10px;
    padding: 1.8% 2.6%;
}

.day-title dt {
    color: #ff86ba;
    text-align: center;
    font-size: 3.6rem;
    font-weight: bold;
}

.day-title dd {
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
    color: #00c300;
}

.day-title dd span {
    font-size: 3.6rem;
}

.stamp-list {
    background-color: #fff;
    padding: 2.6% 2.6% 0;
    border-radius: 10px;
}

.stamp-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.stamp-list li {
    max-width: 78px;
    width: 8.7%;
    margin-right: 3%;
    margin-bottom: 30px;
}

.stamp-list li:nth-child(8n) {
    margin-right: 0;
}

.day-title.inner-box,
.stamp-list.inner-box {
    max-width: 840px;
    margin: 0 auto 40px;
}

.list-purchase {
    max-width: 1080px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.list-purchase li {
    width: 29.4%;
}

.day-title dt {
    font-size: 2.6rem;
}

.stamp-purchase h3 {
    color: #fff;
    text-align: center;
    background-color: #00c300;
    max-width: 740px;
    margin: 0 auto;
    padding: 20px 20px 10px;
    font-size: 1.8rem;
}

.stamp-purchase .list-purchase {
    text-align: center;
}

.stamp-purchase .list-purchase p {
    font-size: 1.8rem;
}

.stamp-purchase .list-purchase p.caption {
    font-size: 1.4rem;
    text-align: left;
    text-indent: -1.2em;
    padding-left: -1.2em;
    margin: 0px;
}

.stamp-purchase .pic_purchase {
    margin-bottom: 10px;
}

.stamp_l-list li {
    position: absolute;
}

.stamp_l-list .stamp_1_01 {
    max-width: 184px;
    width: 14%;
    top: -56px;
    right: 5px;
}

.stamp_l-list .stamp_1_02 {
    max-width: 112px;
    width: 10%;
    top: 460px;
    left: 20px;
}

.stamp_l-list .stamp_1_03 {
    max-width: 148px;
    width: 14%;
    bottom: 450px;
    right: -40px;
}

.stamp_l-list .stamp_1_04 {
    max-width: 130px;
    width: 14%;
    bottom: 10px;
    left: -20px;
}

.btnqr-box {
    max-width: 800px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.qr-comment {
    width: 41.8%;
}

.btnqr-box .btn-purchase {
    width: 48.7%;
}

.btnqr-box .btn-purchase a {
    background-color: #00c300;
    color: #fff;
    padding: 25px;
    display: block;
    position: relative;
    text-align: center;
    font-size: 1.8rem;
}

.btnqr-box .btn-purchase a:hover {
    color: #fff;
}


.btnqr-box .btn-purchase a::before {
    content: "▶";
    font-size: 10px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -10px;
}

.denso.caption {
    font-size: 1.2rem;
    text-align: right;
}


@media screen and (max-width:961px) {
    .btnqr-box {
        display: block;
    }

    .btnqr-box .btn-purchase {
        margin: 0 auto 20px;
        width: auto;
        font-size: 1.4rem;
    }

    .qr-comment {
        margin: 0 auto;
    }


}



@media screen and (max-width:640px) {
    .btnqr-box {
        display: block;
    }

    .day-title dt {
        font-size: 1.6rem;
    }

    .day-title dd {
        font-size: 1.2rem;
    }

    .day-title dd span {
        font-size: 1.6rem;
    }

    .btnqr-box .btn-purchase {

        font-size: 1rem;
    }

    .btnqr-box .btn-purchase a {
        font-size: 1.2rem;
    }

    .qr-comment {
        margin: 0 auto 30px;
        ;
        width: 70%;
    }

    .stamp-list {
        padding-bottom: 2.6%;
    }

    .stamp-list ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-width: 250px;
        margin: 0 auto;
    }




    .stamp-list.inner-box li {
        display: none;
        margin-bottom: 10px;
    }

    .stamp-list.inner-box li:nth-child(24),
    .stamp-list.inner-box li:nth-child(36) {
        margin-right: 0;
    }

    .stamp-list.inner-box li:nth-child(25),
    .stamp-list.inner-box li:nth-child(34),
    .stamp-list.inner-box li:nth-child(36) {
        margin-bottom: 0;
    }


    .stamp-list.inner-box li:nth-child(6),
    .stamp-list.inner-box li:nth-child(12),
    .stamp-list.inner-box li:nth-child(24),
    .stamp-list.inner-box li:nth-child(25),
    .stamp-list.inner-box li:nth-child(34),
    .stamp-list.inner-box li:nth-child(36) {
        display: block;
        width: 31.33%;
    }

    .list-purchase {
        display: block;
    }

    .list-purchase li {
        width: auto;
        max-width: 260px;
        margin: 0 auto 10px;
    }

    .stamp-purchase .list-purchase p {
        font-size: 1.4rem;
    }

    .stamp-purchase .list-purchase p.caption {
        font-size: 1.2rem;
    }


    .stamp_l-list .stamp_1_02 {
        left: 0;
    }

    .stamp_l-list .stamp_1_03 {
        right: 0;
    }
}

/*-----------------------
gooddesign
--------------------------*/
.gooddesign article {
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.gooddesign .wrap {
    max-width: 100%;
    padding: 0;
}

.gooddesign #footer .wrap {
    max-width: 1304px;
    padding: 0 25px;
}

.gooddesign .red {
    color: #e20000;
}

.gooddesign .mt80 {
    margin-top: 80px;
}

.gooddesign .conts-body {
    width: 100%;
    background: #e7e7e7;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e7e7e7 0%, #ffffff 10%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e7e7e7 0%, #ffffff 10%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e7e7e7 0%, #ffffff 10%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding-top: 20px;
}

.gooddesign .conts-inner {
    max-width: 930px;
    width: 100%;
    margin: 0 auto;
}

.gooddesign .conts-picMain {
    margin-bottom: 60px;
}

.gooddesign .summary {
    text-align: center;
}

.gooddesign .summary-ttl {
    font-size: 250%;
    margin-bottom: 30px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gooddesign .summary-ttl span {
    display: block;
}

.gooddesign .summary-ttl span:first-letter {
    color: #e20000;
}

.gooddesign .summary-txt {
    font-size: 114%;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
}

.gooddesign .block_border {
    border: solid 1px #b5b5b5;
    margin-top: 60px;
    padding: 30px;
}

.gooddesign .block_gray {
    background: #e7e7e7;
    margin-top: 60px;
    text-align: center;
    padding: 50px;
}

.gooddesign .block-summary {
    text-align: center;
    font-weight: bold;
    margin-bottom: 55px;
}

.gooddesign .block_gray .block-summary {
    margin-bottom: 40px;
}

.gooddesign .block-ttl::first-letter {
    color: #e20000;
}

.gooddesign .block-ttl {
    display: inline-block;
    font-size: 130%;
    text-align: center;
    border-bottom: solid 1px #000;
    padding: 0 10px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

}

.gooddesign .block-txt {
    font-size: 114%;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gooddesign .block-list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gooddesign .block-list>li:nth-last-child(n+3) {
    margin-bottom: 40px;
}

.gooddesign .list-pic {
    width: 53%;
    box-sizing: border-box;
}

.gooddesign .list-txt {
    width: 45%;
}

.gooddesign .list-pic.wide,
.gooddesign .list-txt.wide {
    width: 100%;
}

.gooddesign .list-txt>p {
    margin-top: 0;
    line-height: 1.5;
}

.gooddesign .list-txt>p:not(:last-child) {
    margin-bottom: 15px;
}

.gooddesign .block_body {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gooddesign .block_body>p:not(:last-child) {
    margin-bottom: 30px;
}

.gooddesign #footer .footer-nav .row {
    margin: 0;
}

@media screen and (max-width:960px) {
    .gooddesign .conts-inner {
        max-width: 92%;
    }

    .gooddesign .list-pic {
        width: 100%;
    }

    .gooddesign .list-txt {
        width: 100%;
    }

    .gooddesign .block-list>li:nth-child(2) {
        -webkit-order: -1;
        -ms-order: -1;
        order: -1;
    }

    .gooddesign .block-list>li:not(:last-child) {
        margin-bottom: 40px;
    }

    .gooddesign .mt80 {
        margin-top: 0;
    }
}

@media screen and (max-width:600px) {
    .gooddesign .pc {
        display: none;
    }

    .gooddesign .conts-picMain {
        margin-bottom: 30px;
    }

    .gooddesign .summary-ttl {
        font-size: 108%;
        margin-bottom: 20px;
    }

    .gooddesign .summary-txt,
    .gooddesign .block-txt {
        font-size: 100%;
    }

    .gooddesign .block-ttl {
        font-size: 110%;
    }

    .gooddesign .block_border,
    .gooddesign .block_gray {
        padding: 15px;
    }

    .gooddesign .block-summary {
        margin-bottom: 35px;
    }

    .gooddesign .block-list>li:not(:last-child) {
        margin-bottom: 20px;
    }

    .gooddesign .block_gray .block-summary {
        margin-bottom: 20px;
    }

    .gooddesign .block_body>p:not(:last-child) {
        margin-bottom: 15px;
    }

    .gooddesign .block_body {
        text-align: left;
    }
}

/*-------------------
rules
-------------------*/
.rules .clubrules-box {
    max-width: 900px;
    margin: 0 auto;

}

.rules .clubrules-box dl {

    margin: 0 auto 40px;

}

.rules .clubrules-box dd ol {
    margin-left: 20px;
}

.rules .clubrules-box dd ol li {
    list-style: decimal;



}


.officehour-box {
    max-width: 500px;
    margin: 0 auto;
    border: 1px solid #000;
    padding: 15px;
}

/*-----------------------
masterpiece
--------------------------*/
body.masterpiece .pc {
    display: block;
}
body.masterpiece .sp {
    display: none;
}
body.masterpiece .hero {
    position: relative;
    padding-bottom: 43%;
    margin-top: 80px;
}
body.masterpiece .text-lead {
    text-align: center;
    margin-bottom: 3pc;
    font-size: 2rem;
}
body.masterpiece .hero-bg {
    width: 100%;
    height: 100%;
    background-image: url(/img/masterpiece/main.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    position: absolute;
}

body.masterpiece .hero-list {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
    padding: 15px 30px;
    box-sizing: border-box;
}

body.masterpiece .hero-list .title {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, メイリオ, Meiryo, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 1.5vw;
    line-height: 1.5;
    width: 100%;
}

body.masterpiece .hero-list a {
    border-bottom: solid 1px #000;
    display: block;
}
body.masterpiece .hero-list a:hover {
    text-decoration: none;
}
body.masterpiece .hero-list a .text {
    font-size: 1vw;
    margin: 0;
}
body.masterpiece .hero-list a .vol {
    width: 45px;
}

body.masterpiece .hero-list li:not(:last-child) {
    margin-bottom: 30px;
}


body.masterpiece .hero-list ul {
  box-sizing: border-box;
  padding-right: 7px;
  max-height: 315px;
  max-width: 250px;
  overflow-y: scroll;
}

body.masterpiece .hero-list ul::-webkit-scrollbar {
  width: 7px;
}

body.masterpiece .hero-list ul::-webkit-scrollbar-thumb {
  background: #c1c1c1;
}

body.masterpiece .hero-list ul::-webkit-scrollbar-track-piece:start {
  background: #f1f1f1;
}

body.masterpiece .hero-list ul::-webkit-scrollbar-track-piece:end {
  background: #f1f1f1;
}

body.masterpiece .hero-list ul:-webkit-scrollbar {
    height: 10px;
}
body.masterpiece .hero-list ul:-webkit-scrollbar-track {
    background: transparent;
    border: none;
}
body.masterpiece .hero-list ul:-webkit-scrollbar-thumb {
    background: rgba(#fff, 0.1);
    border-radius: 5px;
    box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.8);
}


/* body.masterpiece .hero-list-body:before,
body.masterpiece .hero-list-body:after {
    content: "";
    width: 30px;
    height: 15px;
    background-size: contain;
    display: block;
     background: url(/img/masterpiece/icon-arrow.png) no-repeat;
}

body.masterpiece .hero-list-body:before {
    margin: 0 auto 15px;
}

body.masterpiece .hero-list-body:after {
    margin: 15px auto 0;
    transform: rotate(180deg);
} */


body.masterpiece .hero-text {
    position: absolute;
    top: 50%;
    right: 1vw;
    transform: translateY(-50%);
    color: #fff;
    text-shadow: 1px 1px 4px #000;
    line-height: 2.3;
    font-size: 1.5vw;
    font-weight: bold;
}

@media screen and (max-width:1350px) {
    body.masterpiece .hero-list ul {
        max-height: 290px;
    }
}

@media screen and (max-width:1000px) {
    body.masterpiece .hero-list ul {
        max-height: 200px;
    }
}
@media screen and (max-width:768px) {
    body.masterpiece .pc {
        display: none;
    }
    body.masterpiece .sp {
        display: block;
    }
    body.masterpiece .text-lead {
        font-size: 1.6rem;
        width: 95%;
        margin: 0 auto;
        text-align: left;
    }
    body.masterpiece .hero {
        padding-bottom: 0;
        margin-top: 50px;
    }
    body.masterpiece .hero-bg {
        position: relative;
        padding-bottom: 60%;
        background-size: cover;
        background-position-x: -20%;
    }

    body.masterpiece .hero-list-body {
        width: 100%;
    }
    /* body.masterpiece .hero-list-body:before,
    body.masterpiece .hero-list-body:after {
        width: 15px;
        background-size: contain;
    }
    body.masterpiece .hero-list-body:before {
        margin: 15px 0 0px auto;
    }
    body.masterpiece .hero-list-body:after {
        margin: 15px 0 0 auto;
    } */
    /* body.masterpiece .hero-list ul {
        max-height: 170px;
    } */
    body.masterpiece .hero-list {
        position: relative;
        padding: 0px 30px 15px;
        margin-top: 30px;
    }
    body.masterpiece .hero-list .title {
        font-size: 2rem;
        margin: 24px auto 10px;
        text-align: center;
    }
    body.masterpiece .hero-list .title span {
        display: inline-block;
        top: 1px;
        padding-bottom: 4px;
        letter-spacing: -2px;
        border-bottom: solid 1px #000;
    }
    body.masterpiece .hero-list a .text {
        font-size: 1.5rem;
        padding-left: 10px;
    }
    body.masterpiece .hero-list a {
        display: flex;
        align-items: flex-end;
        border-bottom: none;
    }
    body.masterpiece .hero-list li:not(:last-child) {
        margin-bottom: 10px;
    }
}
@media screen and (max-width:500px) {
    body.masterpiece .hero-list ul {
        max-height: 120px;
    }
}

/*-----------------------
masterpiece
--------------------------*/
body.masterpiece .pc {
    display: block;
}

body.masterpiece .sp {
    display: none;
}
body.masterpiece {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, メイリオ, Meiryo, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;

}
body.masterpiece .main-header.vol1 {
    background-image: url(/img/masterpiece/vol1/main.jpg);
}
body.masterpiece .main-header.vol2 {
    background-image: url(/img/masterpiece/vol2/main.jpg);
}
body.masterpiece .main-header.vol3 {
    background-image: url(/img/masterpiece/vol3/main.jpg);
}
body.masterpiece .main-header.vol4 {
    background-image: url(/img/masterpiece/vol4/main.jpg);
}
body.masterpiece .main-header.vol5 {
    background-image: url(/img/masterpiece/vol5/mv.jpg);
}
body.masterpiece .main-header {
    background-position: center;
    height: 700px;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

body.masterpiece .conts-sec .noteBox {
    border: 1px solid #419563;
}

body.masterpiece .conts-sec-ttl.logo {
    margin-bottom: 30px;
}

body.masterpiece .conts-sec-ttl.logo img {
    width: 92px;
    margin: 0 auto 15px;
    display: block;
}

body.masterpiece .main-header .page-title {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translateY(-50%);
}
body.masterpiece .main-header .page-title h1 {
    font-size: 3.5rem;
    line-height: 1.6;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
    animation: 3s ease 0s 1 normal none running i;
}

body.masterpiece .conts-sec-text {
    font-size: 1.8rem;
    line-height: 2.2;
    max-width: 900px;
    margin: 0 auto;
}

body.masterpiece .conts-sec-text.note {
    font-size: 1.4rem;
    margin-top: 50px;
}

body.masterpiece .conts-sec-text.right {
    text-align: right;
}

body.masterpiece .conts-sec-text.wide {
    max-width: 100%;
    text-align: center;
}

body.masterpiece .conts-sec-text.mb{
    margin-bottom: 100px;
}

body.masterpiece .l-row.wide {
    flex-wrap: wrap;
    border: none;
    margin-left: 0;
}

body.masterpiece .l-row.wide figure {
    width: 100%;
}

body.masterpiece .interview {
    display: flex;
    max-width: 900px;
    margin: 0 auto;
    align-items: center;
}
body.masterpiece .interview .conts-sec-text {
    text-align: left;
    padding-right: 30px;
}
body.masterpiece .interview .img {
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    margin: 0;
}

body.masterpiece .column02 {
    display: flex;
    justify-content: space-between;
}

body.masterpiece .column02 figure {
    width: 49%;
}

body.masterpiece .columnRight {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

body.masterpiece .pagenation {
    display: flex;
    justify-content: center;
}

body.masterpiece .pagenation .hide {
    visibility: hidden;
}

body.masterpiece .pagenation a {
    color: #000;
    margin: 0 15px;
    font-size: 1.8rem;
}

@media screen and (max-width:768px) {
    body.masterpiece .pc {
        display: none;
    }

    body.masterpiece .sp {
        display: block;
    }
    body.masterpiece .main-header {
        height: auto;
        padding-bottom: 70%;
    }
    body.masterpiece .main-header .page-title h1 {
        font-size: 2rem;
    }
    body.masterpiece .conts-sec-text {
        font-size: 1.5rem;
    }
    body.masterpiece .l-row .inner .m-ttl,
    body.masterpiece .l-row-end .inner .m-ttl {
        font-size: 1.5rem;
    }
    body.masterpiece .conts-sec-text {
        padding: 0 8px;
    }
    body.masterpiece .conts-sec-text.wide {
        text-align: left;
    }
    body.masterpiece .interview {
        flex-wrap: wrap-reverse;
    }
    body.masterpiece .interview .conts-sec-text {
        padding-right: 0;
    }
    body.masterpiece .interview .img {
        width: 90px;
        height: 90px;
        margin: 0 auto 10px;
    }
    body.masterpiece .conts-sec-text.mb {
        margin-bottom: 24px;
    }
    body.masterpiece .conts-sec.noteBox {
        width: 95%;
    }
    body.masterpiece .conts-sec-text.note {
        margin-top: 10px;
    }
    body.masterpiece .pagenation a {
        font-size: 1.2rem;
    }
}

@media screen and (min-width: 768px) {
    .property-list a, .property-list a figure {
        width: 100%;
        min-height: 35px;
    }
}


.pc-only {
	display: block;
}

.sp-only {
	display: none;
}

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

    .sp-only {
        display: block;
    }
}

.hidden-link {
    background: transparent !important;
    color: transparent !important;
}

.hidden-link:after {
    display: none !important;
}

.detail_link .btn-go-site {
    border-bottom: 1px solid #eee;
}

.detail_link:hover .btn-go-site {
    border-bottom: 1px solid #d9eae0;
}


