/* Basic */
.clearfix:after{content:".";display:block;clear:both;height:0;visibility:hidden;}.clearfix{min-height:1px;}.clear{clear:both;}
@media screen and (max-width: 1099px) {
	.pc {display:none !important;}
}
@media screen and (min-width: 1100px) {
	.sp {display:none !important;}
}
body {
	font-size: 16px;
	font-weight: 500;
	font-family: YuGothic,"Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic","sans-serif";
	color: #1a1a1a;
	line-height: 1.6em;
}
@media screen and (max-width: 1099px) {
	body {
        font-size: 12px;
    }
}
#top {
    padding-top: 100vh;
}
h1,h2,h3,h4,h5,h6{font-weight:500;}
@media all and (-ms-high-contrast:none) {
    .ie_height {
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}
}
a {
	color:#1a1a1a;
}
@media screen and (min-width: 1100px) {
	a {
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	a:hover {
		opacity: 0.5;
	}
	a img {
		-webkit-transition: 0.3s;
	}
    .wrapper {
		width: 1080px;
		margin: 0 auto;
	}
}
.pink {
    color: #ed1e79;
}
.main {
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.indent {
    display: inline-block;
    position: relative;
    left: -0.4em;
}
.sweepbtn {
	background-color: #666666;
	position: relative;
	overflow: hidden;
	-webkit-transform: perspective(1px) translateZ(0px);
	transform: perspective(1px) translateZ(0px);
}
@media screen and (min-width: 1100px) {
    .sweepbtn:before {
        content: "";
        background-color: #ed1e79;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: -100%;
        -webkit-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        z-index: -1;
    }
    .sweepbtn:hover {
        opacity: 1;
    }
    .sweepbtn:hover:before {
        left: 0;
    }
}
@media screen and (max-width: 1099px) {
	.sweepbtn:active {
        background-color: #ed1e79;
    }
}
.more {
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 320px;
    height: 75px;
    color: #fff;
    font-size: 14px;
    line-height: 1em;
}
.more:after {
	content: "";
	background: url(../img/arrow_01.png) no-repeat;
    background-size: 11px 20px;
	width: 11px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 18px;
	bottom: 0;
	margin: auto;
}
.more img {
    margin-bottom: 7px;
}
@media screen and (max-width: 1099px) {
	.more {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        width: 88%;
        min-width: 280px;
        max-width: 320px;
        height: 55px;
        padding: 5px 30px 5px 20px;
        font-size: 12px;
        margin: 0 auto;
        -webkit-transition: 0s !important;
        transition: 0s !important;
    }
    .more:after {
        right: 12px;
    }
    .more img {
        width: auto;
        height: 20px;
        margin-bottom: 0;
    }
    .more .txt {
        display: block;
        border-left: 1px solid #fff;
        padding-left: 8px;
        margin-left: 8px;
    }
}
@media screen and (min-width: 1100px) {
	.btnbox {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }
}
.btnbox .inner:not(:last-child) {
    margin-right: 100px;
}
.btnbox p {
    text-align: center;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 15px;
}
.btnbox p span {
    display: inline-block;
    position: relative;
    padding: 0 20px;
}
.btnbox p span:before,
.btnbox p span:after {
	content: "";
	background-repeat: no-repeat;
	background-size: 10px 17px;
	width: 10px;
	height: 17px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.btnbox p span:before {
    background-image: url(../img/icon_subtxt01.png);
    left: 0;
}
.btnbox p span:after {
    background-image: url(../img/icon_subtxt02.png);
    right: 0;
}
@media screen and (max-width: 1099px) {
	.btnbox .inner:not(:last-child) {
        margin: 0 0 25px;
    }
    .btnbox p {
        margin-bottom: 8px;
    }
    .btnbox p span:before,
    .btnbox p span:after {
        background-size: 9px 15px;
        width: 9px;
        height: 15px;
    }
}
.scroll_open {
    display: block;
	position: relative;
	overflow: hidden;
}
.scroll_open.txt {
    display: inline-block;
}
.scroll_open:before {
	content: "";
	background-color: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);
	-webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.scroll_open.active:before {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.scroll_open.active2:before {
	-webkit-transform: translateX(105%);
	transform: translateX(105%);
}
.scroll_open .motioninner {
	visibility: hidden;
}
.scroll_open.active2 .motioninner {
	visibility: visible;
}
.scroll_opentxt {
    display: block;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.scroll_opentxt .motioninner {
    display: inline-block;
}
.ttl {
    margin: 0 auto;
}
.ttl img {
    width: auto;
    height: 50px;
    margin: 0 auto;
}
.ttl .txt {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1em;
    margin-top: 20px;
}
@media screen and (max-width: 1099px) {
	.ttl img {
        height: 32px;
    }
    .ttl .txt {
        font-size: 12px;
        margin-top: 15px;
    }
}
.scroll_up {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
@media screen and (min-width: 1100px) {
    .scroll_up.up1 {
        -webkit-transition: 0.8s 0.3s;
        transition: 0.8s 0.3s;
    }
	.scroll_up.up2 {
        -webkit-transition: 0.8s 0.6s;
        transition: 0.8s 0.6s;
    }
    .scroll_up.up3 {
        -webkit-transition: 0.8s 0.9s;
        transition: 0.8s 0.9s;
    }
}
.scroll_up.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.main_temp {
    padding-top: 60px;
    position: relative;
}
@media screen and (min-width: 1100px) {
	.main_temp .photo {
        width: 75%;
    }
}
.main_temp .photo img {
    width: 100%;
    height: auto;
}
.main_temp .wrapper {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}
.main_temp .txtbox {
    width: 370px;
    margin-left: auto;
}
.main_temp .txtbox .motioninner {
    display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
    background-color: #666666;
    height: 300px;
    padding: 0 45px;
    color: #fff;
}
.main_temp .txtbox .inner {
    width: 100%;
}
.main_temp .txtbox h2 img {
    height: auto;
}
.main_temp .txtbox p {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.6em;
    margin-top: 35px;
}
@media screen and (max-width: 1099px) {
    .main_temp {
        padding-top: 20px;
    }
    .main_temp .wrapper {
        max-width: 640px;
        position: relative;
        top: 0;
        margin: -25px auto 0;
    }
    .main_temp .txtbox {
        width: auto;
        margin: 0 25px;
    }
    .main_temp .txtbox .motioninner {
        height: auto;
        padding: 25px 40px;
    }
    .main_temp .txtbox p {
        font-size: 15px;
        margin-top: 25px;
    }
}

/*load*/
#loading {
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
    background-color: #333333;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    color: #fff;
}
#loading .sofa_svg {
    fill: none;
    stroke: #fff;
    stroke-width: 4;
    stroke-dasharray: 600;
    stroke-dashoffset: 610;
    width: 190px;
    position: absolute;
    top: -63px;
    left: -2px;
    right: 0;
    bottom: 0;
    margin: auto;
}
#loading #percent {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    line-height: 1em;
    padding-top: 130px;
}
@media screen and (max-width: 960px) {
    #loading {
        display: block;
        border-style: solid;
        border-width: 0 13px;
        border-color: transparent;
        padding-bottom: 54px;
    }
    #loading .svgwrap {
        position: relative;
    }
	#loading .sofa_svg {
        width: 40%;
        max-width: 225px;
        top: 0;
        left: -1%;
        bottom: 1%;
    }
    #loading #percent {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
        padding-top: 45%;
        position: absolute;
        top: 0;
        left: 0;
    }
}

/*mainvisual*/
#mainvisual .pc,
#mainvisual .sp {
    display: block !important;
}
@media screen and (max-width: 960px) {
	#mainvisual .pc {display:none !important;}
}
@media screen and (min-width: 961px) {
	#mainvisual .sp {display:none !important;}
}
#mainvisual {
    width: 100%;
    height: 100vh;
    border: 20px solid #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}
#mainvisual .bgwrap,
#mainvisual .bgwrap .bg,
#mainvisual .bgwrap .map,
#mainvisual .txtwrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#mainvisual .bgwrap .sofa,
#mainvisual .txtwrap .txt,
#mainvisual .logo {
    position: absolute;
}
#mainvisual .bgwrap .bg {
    background: url(../img/main_bg.jpg) no-repeat center / cover;
}
#mainvisual .bgwrap .map {
    background: url(../img/main_map.png) no-repeat center;
    z-index: 2;
}
#mainvisual .bgwrap .sofa,
#mainvisual .txtwrap .txt {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
}
#mainvisual .bgwrap .sofa {
    width: 202px;
    height: auto;
    bottom: 60px;
}
#mainvisual .txtwrap {
    z-index: 2;
}
#mainvisual .txtwrap .txt {
    width: 373px;
    height: 375px;
    bottom: 30px;
}
@-webkit-keyframes trex {
    40%,44%,46%,50%,85%,100%{transform: translateY(0);}
    42%,48%{transform: translateY(-7px);}
    90%{transform: translateY(-15px);}
}
@keyframes trex {
    40%,44%,46%,50%,85%,100%{transform: translateY(0);}
    42%,48%{transform: translateY(-7px);}
    90%{transform: translateY(-15px);}
}
@-webkit-keyframes trex_a {
    88%{transform: rotate(0);}
    98%,100% {transform: rotate(-360deg);}
}
@keyframes trex_a {
    88%{transform: rotate(0);}
    98%,100% {transform: rotate(-360deg);}
}
#mainvisual .trex {
    width: 80px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    -webkit-animation: trex 5s infinite;
    animation: trex 5s infinite;
}
#mainvisual .trex a {
    display: block;
    -webkit-animation: trex_a 5s infinite;
    animation: trex_a 5s infinite;
}
#mainvisual .trex img {
    width: 100%;
    height: auto;
}
#mainvisual .logo {
    left: 15px;
    bottom: -20px;
    z-index: 3;
    -webkit-transform: translate(-106%,0);
    transform: translate(-106%,0);
    -webkit-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
#mainvisual .logo.active {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}
#mainvisual .scroll {
    width: 30px;
    height: 95px;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 40px;
    margin: auto;
    z-index: 3;
}
#mainvisual .scroll .txt {
    margin: 0 auto;
}
#mainvisual .scroll a {
    display: block;
    background-color: #ed1e79;
    height: 50px;
    border-radius: 20px;
    margin-top: 2px;
    position: relative;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.5);
}
@keyframes scroll_arrow {
    0% {top: 0;opacity: 0}
    10% {top: 0;}
    20% {opacity: 1;}
    80% {opacity: 1;}
    90% {top: 20px;}
    100% {top: 20px;opacity: 0;}
}
@-webkit-keyframes scroll_arrow {
    0% {top: 0;opacity: 0}
    10% {top: 0;}
    20% {opacity: 1;}
    80% {opacity: 1;}
    90% {top: 20px;}
    100% {top: 20px;opacity: 0;}
}
#mainvisual .scroll a:before {
	content: "";
	background-image: url(../img/main_scroll_arrow.png);
    background-repeat: no-repeat;
    background-size: 12px 7px;
	width: 12px;
	height: 7px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
    -webkit-animation: scroll_arrow 1.8s infinite;
    animation: scroll_arrow 1.8s infinite;
}
#mainvisual .scroll a:hover {
    opacity: 1;
    background-color: #fff;
}
#mainvisual .scroll a:hover:before {
    background-image: url(../img/main_scroll_arrow_on.png);
}
@media screen and (max-width: 960px) {
	#mainvisual {
        border-width: 0 13px;
        padding-bottom: 54px;
    }
    #mainvisual .bgwrap {
        position: relative;
    }
    #mainvisual .bgwrap .map {
        background-size: 94% auto;
    }
    #mainvisual .bgwrap .sofa {
        width: 43%;
        max-width: 240px;
        bottom: 0;
    }
    #mainvisual .txtwrap {
        position: relative;
        height: 0;
        overflow: hidden;
        padding-bottom: 100%;
    }
    #mainvisual .txtwrap .txt {
        width: 91%;
        max-width: 500px;
        height: auto;
        top: auto;
        bottom: 35%;
    }
    #mainvisual .txtwrap .fadeslide_sp {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    #mainvisual .txtwrap .fadeslide_sp img {
        width: 100%;
        height: auto;
    }
    #mainvisual .txtwrap .txt img {
        width: 100%;
        height: auto;
    }
    #mainvisual .trex {
        width: 52px;
        top: 9px;
        right: 6px;
    }
    #mainvisual .logo {
        width: 100%;
        left: 0;
        bottom: 50px;
    }
    #mainvisual .logo img {
        width: 98%;
        max-width: 580px;
        height: auto;
        margin: 0 auto;
    }
    #mainvisual .scroll {
        width: 100%;
        height: auto;
        top: auto;
        left: 0;
        right: auto;
        bottom: 5px;
    }
    #mainvisual .scroll a {
        width: 26px;
        height: 43px;
        margin: 0 auto 4px;
        box-shadow: none;
    }
    #mainvisual .scroll .txt {
        width: 31px;
        height: auto;
        margin: 0 auto;
    }
}

/*header*/
#header {
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
    background-color: #fff;
    width: 100%;
    height: 80px;
    padding: 0 35px 0 40px;
    box-shadow: 0 0 3px 2px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
}
#top #header {
    position: absolute;
    top: 100vh;
}
#top #header.fixed {
    position: fixed;
    top: 0;
}
#header .headlogo a {
    display: block;
    width: 152px;
}
#header .headlogo a img {
    width: 100%;
    height: auto;
}
#header .drawer-nav {
    font-size: 10px;
    line-height: 1em;
}
#header .drawer-nav a {
    display: block;
}
@media screen and (min-width: 1100px) {
	#header .drawer-nav ul {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        text-align: center;
    }
    #header .menu-item {
        padding-top: 10px;
    }
    #header .menu-item:not(:first-of-type) {
        margin-left: 23px;
    }
}
@media screen and (min-width: 1100px) {
    #header .menu-item img {
        margin: 0 auto;
    }
    #header .menu-item .txt {
        display: block;
        margin-top: 5px;
    }
    #header .other {
        margin-left: 12px;
    }
}
#header .follow a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 31px;
    height: 31px;
}
@media screen and (max-width: 1099px) {
	#header {
        height: 60px;
        padding: 0 0 0 25px;
    }
    #header .headlogo a {
        width: 118px;
    }
    .drawer-open {
      overflow: hidden !important;
    }
    #header .drawer-nav {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 101;
        overflow: auto;
        background-color: #333333;
        font-size: 12px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        -webkit-overflow-scrolling: touch;
        opacity: 0;
        visibility: hidden;
    }
    .drawer-open #header .drawer-nav {
        opacity: 1;
        visibility: visible;
    }
    #header .drawer-nav a {
        color: #fff;
    }
    #header .drawer-menu {
        padding: 40px 20px 25px;
    }
    #header .menu-item.big {
        margin-bottom: 20px;
    }
    #header .menu-item.big img {
        width: auto;
        height: 33px;
        margin-top: 7px;
    }
    #header .drawer-menu-item {
        padding-top: 15px;
    }
    #header .drawer-menu-item a {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }
    #header .drawer-menu-item img {
        width: auto;
        height: 15px;
    }
    #header .drawer-menu-item .txt {
        display: block;
        border-left: 1px solid #fff;
        padding-left: 12px;
        margin-left: 12px;
    }
    #header .follow,
    #header .follow ul,
    #header .logobox {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }
    #header .follow,
    #header .logobox {
        -webkit-justify-content: center;
        justify-content: center;
    }
    #header .follow {
        padding: 30px 0 15px;
    }
    #header .follow img {
        height: auto;
    }
    #header .follow p img {
        width: 90px;
        margin-right: 15px;
    }
    #header .follow a {
        width: 50px;
        height: 50px;
    }
    #header .follow li:nth-child(1) img {
        width: 17px;
    }
    #header .follow li:nth-child(2) img {
        width: 28px;
    }
    #header .follow li:nth-child(3) img {
        width: 36px;
    }
    #header .logobox img {
        width: 100%;
        height: auto;
    }
    #header .logobox .logo {
        width: 162px;
        margin-right: 15px;
    }
    #header .logobox .trex {
        width: 83px;
    }
    .drawer-hamburger {
        display: block;
        width: 60px;
        height: 60px;
        position: absolute;
        top: 0;
        right: 0;
        padding: 8px 15px 0;
        border: none;
        -webkit-transition: 0.6s;
        transition: 0.6s;
        background-color: transparent;
        cursor: pointer;
        box-shadow: -2px 0 3px 0 rgba(0,0,0,0.1);
        z-index: 102;
    }
    .drawer-hamburger-icon {
        position: relative;
        display: block;
    }
    .drawer-hamburger-icon,
    .drawer-hamburger-icon:before,
    .drawer-hamburger-icon:after {
        background-color: #333333;
        width: 100%;
        height: 3px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .drawer-hamburger-icon:before,
    .drawer-hamburger-icon:after {
        content: "";
        position: absolute;
        top: -8px;
        left: 0;
    }
    .drawer-hamburger-icon:after {
        top: 8px;
    }
    .drawer-hamburger img {
        width: 28px;
        height: auto;
        margin: 16px auto 0;
    }
    .drawer-open .drawer-hamburger {
        padding: 0 15px;
        position: fixed;
    }
    .drawer-open .drawer-hamburger-icon {
        background-color: transparent;
    }
    .drawer-open .drawer-hamburger-icon:before,
    .drawer-open .drawer-hamburger-icon:after {
        background-color: #fff;
        top: 0;
    }
    .drawer-open .drawer-hamburger-icon:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .drawer-open .drawer-hamburger-icon:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .drawer-open .drawer-hamburger img {
        display: none;
    }
}
@media screen and (min-width: 961px) and (max-width: 1099px) {
    #header .drawer-menu {
        padding: 100px 100px 50px;
    }
    #header .menu-item.big {
        margin-bottom: 30px;
    }
    #header .menu-item.big img {
        height: 47px;
    }
    #header .drawer-menu-item {
        padding-top: 30px;
    }
    #header .drawer-menu-item img {
        height: 18px;
    }
	#header .other {
        position: absolute;
        right: 100px;
        bottom: 50px;
        z-index: 2;
    }
    .drawer-open .drawer-hamburger {
        padding: 0;
        top: 20px;
        right: 20px;
    }
}

/*history_top*/
#history_top {
    background: url(../img/history_top_bg.png) no-repeat center 90px;
    padding: 200px 0 260px;
    overflow: hidden;
}
#history_top .wrapper {
    position: relative;
}
#history_top .history_ttl1 {
    width: 342px;
}
#history_top .history_ttl1 .scroll_open:not(:last-child) {
    margin-bottom: 15px;
}
#history_top .history_ttl1 .for {
    width: 86%;
}
#history_top .history_ttl1 .love {
    width: 100%;
}
#history_top .history_ttl1 .of {
    width: 80%;
}
#history_top .history_ttl1 .child {
    width: 98%;
}
#history_top .history_ttl1 img {
    width: 100%;
    height: auto;
}
#history_top .history_ttl2 {
    font-weight: bold;
    font-size: 28px;
    line-height: 1.5em;
    padding: 25px 0 45px;
}
@media screen and (min-width: 1100px) {
	#history_top .sofa {
        position: absolute;
        top: 215px;
        right: -115px;
    }
}
#history_top p {
    line-height: 2.2em;
    margin-bottom: 65px;
}
@media screen and (max-width: 1099px) {
	#history_top {
        background-position: right -40px top 120px;
        background-size: 100% auto;
        padding: 100px 20px 48%;
    }
    #history_top .wrapper {
        max-width: 640px;
        margin: 0 auto;
    }
    #history_top .history_ttl1 {
        width: auto;
    }
    #history_top .history_ttl1 .scroll_open:not(:last-child) {
        margin-bottom: 10px;
    }
    #history_top .history_ttl1 .for {
        width: 57%;
        max-width: 346px;
    }
    #history_top .history_ttl1 .love {
        width: 66%;
        max-width: 404px;
    }
    #history_top .history_ttl1 .of {
        width: 53%;
        max-width: 325px;
    }
    #history_top .history_ttl1 .child {
        width: 65%;
        max-width: 396px;
    }
    #history_top .history_ttl2 {
        font-size: 16px;
        letter-spacing: -0.8px;
        padding: 15px 0 30px;
    }
    #history_top .sofa {
        width: 92%;
        max-width: 420px;
        height: auto;
        margin-left: auto;
        position: relative;
    }
    #history_top p {
        width: 100%;
        overflow: visible;
        white-space: normal;
        margin: 25px 0 65px;
    }
}

/*topics*/
#topics {
    padding-top: 80px;
    margin-top: -80px;
}
#topics .inner {
    background-color: #999999;
    position: relative;
    padding: 240px 0 115px;
    color: #fff;
}
#topics .topics_photo {
    position: absolute;
}
#topics .photo1 {
    top: -170px;
    right: 400px;
    z-index: 2;
}
#topics .photo2 {
    top: -270px;
    right: 0;
}
#topics .topics_photo img {
    border: 10px solid #fff;
    box-sizing: content-box;
}
#topics .photo2 img {
    border-right-width: 0;
}
#topics .instawidget {
    margin: 60px 0;
}
#topics .instawidget ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -40px;
	overflow: hidden;
    font-size: 14px;
    line-height: 1.8em;
}
#topics .instawidget li {
    width: 240px;
	margin-right: 40px;
}
#topics .instawidget li a {
	display: block;
    color: #fff;
}
#topics .instawidget li img {
	width: 100%;
	height: auto;
}
#topics .instawidget li time {
    margin-top: 15px;
}
#topics .more {
    margin: 0 auto;
}
@media screen and (max-width: 1099px) {
    #topics {
        padding-top: 60px;
        margin-top: -60px;
    }
	#topics .inner {
        padding: 25% 20px 80px;
    }
    #topics .topics_photo {
        width: 42%;
        top: 0;
    }
    #topics .photo1 {
        right: 41%;
        margin-top: -22%;
    }
    #topics .photo2 {
        right: 0;
        margin-top: -32%;
    }
    #topics .topics_photo img {
        border-width: 4px;
        box-sizing: border-box;
        width: 100%;
        height: auto;
    }
    #topics .photo2 img {
        border-right-width: 0;
    }
    #topics .instawidget {
        max-width: 580px;
        margin: 30px auto 55px;
    }
    #topics .instawidget ul {
        margin: 0 0 -20px;
        font-size: 12px;
    }
    #topics .instawidget li {
        width: 50%;
        margin: 0 0 20px;
        padding-right: 7px;
    }
    #topics .instawidget li:nth-child(even) {
        padding: 0 0 0 7px;
    }
    #topics .instawidget li time {
        margin-top: 10px;
    }
}

/*whats*/
#whats {
    padding-top: 80px;
    margin-top: -80px;
}
#whats .inner {
    background: url(../img/whats_bg.jpg);
    background-size: 70px auto;
}
#whats .wrapper {
    position: relative;
    padding: 150px 0 100px;
}
@media screen and (min-width: 1100px) {
	#whats .wrapper {
        width: 1110px;
    }
}
#whats .award .award_bg,
#whats .award .award_txt {
    width: 210px;
    height: auto;
    position: absolute;
    top: -25px;
    right: 90px;
}
@-webkit-keyframes award_rotate {
    100% {transform: rotate(360deg);}
}
@keyframes award_rotate {
    100% {transform: rotate(360deg);}
}
#whats .award .award_bg {
    -webkit-animation: award_rotate 15s linear infinite;
    animation: award_rotate 15s linear infinite;
}
#whats .award .award_txt {
    z-index: 2;
}
#whats .whats_list {
    padding: 70px 0 130px;
    position: relative;
}
#whats .slide_photo {
    width: 304px;
    position: absolute;
    left: -35px;
    right: 0;
    margin: auto;
}
#whats .slide_photo .sofabox {
    position: relative;
}
@media screen and (min-width: 1100px) {
    #whats .slide_photo .side {
        margin-top: 18px;
    }
    #whats .slide_photo .top {
        margin-top: 60px;
    }
}
#whats .slide_photo .sofa {
    width: 100%;
    height: auto;
}
#whats .slide_photo .point {
    position: absolute;
    z-index: 2;
}
@-webkit-keyframes dot_start {
    0%,100%{transform: scale(0);}
    10%,98%{transform: scale(1);}
}
@-webkit-keyframes dot_start {
    0%,100%{transform: scale(0);}
    10%,98%{transform: scale(1);}
}
@-webkit-keyframes dot_end1 {
    0%,25%,100%{transform: scale(0);}
    35%,98%{transform: scale(1);}
}
@-webkit-keyframes dot_end2 {
    0%,12%,100%{transform: scale(0);}
    22%,98%{transform: scale(1);}
}
@keyframes dot_end1 {
    0%,25%,100%{transform: scale(0);}
    35%,98%{transform: scale(1);}
}
@keyframes dot_end2 {
    0%,12%,100%{transform: scale(0);}
    22%,98%{transform: scale(1);}
}
@media screen and (min-width: 1100px) {
    #whats .slide_photo .dot {
        display: block;
        background-color: #000;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        position: absolute;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    #whats .slide_photo .active .dot.start {
        -webkit-animation: dot_start 4s infinite;
        animation: dot_start 4s infinite;
    }
    #whats .slide_photo .active .dot.end {
        -webkit-animation: dot_end1 4s infinite;
        animation: dot_end1 4s infinite;
    }
    #whats .slide_photo .line.x {
        display: block;
        background: url(../img/whats_line01.png) repeat-x;
        width: 0;
        height: 4px;
        position: absolute;
        top: 2px;
    }
    #whats .slide_photo .line.y {
        display: block;
        background: url(../img/whats_line02.png) repeat-y;
        width: 4px;
        height: 0;
        position: absolute;
    }
}
@-webkit-keyframes point1_x {
    0%{width: 0;}
    12%,100%{width: 178px;}
}
@-webkit-keyframes point1_y {
    0%{height: 0;}
    12%{height: 0;}
    25%,100%{height: 35px;}
}
@keyframes point1_x {
    0%{width: 0;}
    12%,100%{width: 178px;}
}
@keyframes point1_y {
    0%{height: 0;}
    12%{height: 0;}
    25%,100%{height: 35px;}
}
@media screen and (min-width: 1100px) {
    #whats .slide_photo .point1 {
        top: 108px;
        left: -87px;
    }
    #whats .slide_photo .point1 .dot.start {
        top: 0;
        left: 0;
    }
    #whats .slide_photo .point1 .line.x {
        left: 10px;
    }
    #whats .slide_photo .point1 .line.y {
        top: 6px;
        left: 185px;
    }
    #whats .slide_photo .active .point1 .line.x {
        -webkit-animation: point1_x 4s infinite;
        animation: point1_x 4s infinite;
    }
    #whats .slide_photo .active .point1 .line.y {
        -webkit-animation: point1_y 4s infinite;
        animation: point1_y 4s infinite;
    }
    #whats .slide_photo .point1 .dot.end {
        top: 45px;
        left: 183px;
    }
}
@-webkit-keyframes point2_x {
    0%{width: 0;}
    12%,100%{width: 235px;}
}
@-webkit-keyframes point2_y {
    0%{height: 0;}
    12%{height: 0;}
    25%,100%{height: 96px;}
}
@keyframes point2_x {
    0%{width: 0;}
    12%,100%{width: 235px;}
}
@keyframes point2_y {
    0%{height: 0;}
    12%{height: 0;}
    25%,100%{height: 96px;}
}
@media screen and (min-width: 1100px) {
    #whats .slide_photo .point2 {
        top: 10px;
        right: -90px;
    }
    #whats .slide_photo .point2 .dot.start {
        top: 0;
        right: 0;
    }
    #whats .slide_photo .point2 .line.x {
        right: 8px;
    }
    #whats .slide_photo .point2 .line.y {
        top: 6px;
        right: 239px;
    }
    #whats .slide_photo .active .point2 .line.x {
        -webkit-animation: point2_x 4s infinite;
        animation: point2_x 4s infinite;
    }
    #whats .slide_photo .active .point2 .line.y {
        -webkit-animation: point2_y 4s infinite;
        animation: point2_y 4s infinite;
    }
    #whats .slide_photo .point2 .dot.end {
        top: 103px;
        right: 237px;
    }
}
@-webkit-keyframes point3_x {
    0%{width: 0;}
    12%,100%{width: 132px;}
}
@keyframes point3_x {
    0%{width: 0;}
    12%,100%{width: 132px;}
}
@media screen and (min-width: 1100px) {
    #whats .slide_photo .point3 {
        top: 200px;
        right: -90px;
    }
    #whats .slide_photo .point3 .dot.start {
        top: 0;
        right: 0;
    }
    #whats .slide_photo .point3 .line.x {
        right: 8px;
    }
    #whats .slide_photo .active .point3 .line.x {
        -webkit-animation: point3_x 4s infinite;
        animation: point3_x 4s infinite;
    }
    #whats .slide_photo .point3 .dot.end {
        top: 0;
        right: 140px;
    }
    #whats .slide_photo .active .point3 .dot.end {
        -webkit-animation: dot_end2 4s infinite;
        animation: dot_end2 4s infinite;
    }
}
@-webkit-keyframes point4_x {
    0%{width: 0;}
    12%,100%{width: 100px;}
}
@keyframes point4_x {
    0%{width: 0;}
    12%,100%{width: 100px;}
}
@media screen and (min-width: 1100px) {
    #whats .slide_photo .point4 {
        top: 127px;
        left: -87px;
    }
    #whats .slide_photo .point4 .dot.start {
        top: 0;
        left: 0;
    }
    #whats .slide_photo .point4 .line.x {
        left: 8px;
    }
    #whats .slide_photo .active .point4 .line.x {
        -webkit-animation: point4_x 4s infinite;
        animation: point4_x 4s infinite;
    }
    #whats .slide_photo .point4 .dot.end {
        top: 0;
        left: 110px;
    }
    #whats .slide_photo .active .point4 .dot.end {
        -webkit-animation: dot_end2 4s infinite;
        animation: dot_end2 4s infinite;
    }
}
@-webkit-keyframes point5_x {
    0%{width: 0;}
    12%,100%{width: 313px;}
}
@-webkit-keyframes point5_y {
    0%{height: 0;}
    12%{height: 0;}
    25%,100%{height: 65px;}
}
@-webkit-keyframes point5_y2 {
    0%{height: 0;}
    12%{height: 0;}
    25%,100%{height: 112px;}
}
@keyframes point5_x {
    0%{width: 0;}
    12%,100%{width: 313px;}
}
@keyframes point5_y {
    0%{height: 0;}
    12%{height: 0;}
    25%,100%{height: 65px;}
}
@keyframes point5_y2 {
    0%{height: 0;}
    12%{height: 0;}
    25%,100%{height: 112px;}
}
@media screen and (min-width: 1100px) {
    #whats .slide_photo .point5 {
        top: 270px;
        right: -90px;
    }
    #whats .slide_photo .point5 .dot.start {
        top: 0;
        right: 0;
    }
    #whats .slide_photo .point5 .line.x {
        right: 8px;
    }
    #whats .slide_photo .point5 .line.y {
        bottom: -2px;
        right: 192px;
    }
    #whats .slide_photo .active .point5 .line.x {
        -webkit-animation: point5_x 4s infinite;
        animation: point5_x 4s infinite;
    }
    #whats .slide_photo .active .point5 .line.y {
        -webkit-animation: point5_y 4s infinite;
        animation: point5_y 4s infinite;
    }
    #whats .slide_photo .point5 .dot.end {
        bottom: 65px;
        right: 190px;
    }
    #whats .slide_photo .point5 .line.y2 {
        right: 317px;
    }
    #whats .slide_photo .active .point5 .line.y2 {
        -webkit-animation: point5_y2 4s infinite;
        animation: point5_y2 4s infinite;
    }
    #whats .slide_photo .point5 .dot.end2 {
        bottom: 105px;
        right: 315px;
    }
}
@-webkit-keyframes point6_x {
    0%{width: 0;}
    12%,100%{width: 149px;}
}
@-webkit-keyframes point6_y {
    0%{height: 0;}
    12%{height: 0;}
    25%,100%{height: 66px;}
}
@keyframes point6_x {
    0%{width: 0;}
    12%,100%{width: 149px;}
}
@keyframes point6_y {
    0%{height: 0;}
    12%{height: 0;}
    25%,100%{height: 66px;}
}
@media screen and (min-width: 1100px) {
    #whats .slide_photo .point6 {
        top: 10px;
        left: -87px;
    }
    #whats .slide_photo .point6 .dot.start {
        top: 0;
        left: 0;
    }
    #whats .slide_photo .point6 .line.x {
        left: 8px;
    }
    #whats .slide_photo .point6 .line.y {
        top: 6px;
        left: 154px;
    }
    #whats .slide_photo .active .point6 .line.x {
        -webkit-animation: point6_x 4s infinite;
        animation: point6_x 4s infinite;
    }
    #whats .slide_photo .active .point6 .line.y {
        -webkit-animation: point6_y 4s infinite;
        animation: point6_y 4s infinite;
    }
    #whats .slide_photo .point6 .dot.end {
        top: 70px;
        left: 152px;
    }
}
@-webkit-keyframes point7_x {
    0%{width: 0;}
    12%,100%{width: 187px;}
}
@keyframes point7_x {
    0%{width: 0;}
    12%,100%{width: 187px;}
}
@media screen and (min-width: 1100px) {
    #whats .slide_photo .point7 {
        top: 194px;
        left: -87px;
    }
    #whats .slide_photo .point7 .dot.start {
        top: 0;
        left: 0;
    }
    #whats .slide_photo .point7 .line.x {
        left: 8px;
    }
    #whats .slide_photo .active .point7 .line.x {
        -webkit-animation: point7_x 4s infinite;
        animation: point7_x 4s infinite;
    }
    #whats .slide_photo .point7 .dot.end {
        top: 0;
        left: 195px;
    }
    #whats .slide_photo .active .point7 .dot.end {
        -webkit-animation: dot_end2 4s infinite;
        animation: dot_end2 4s infinite;
    }
}
@-webkit-keyframes point8_x {
    0%{width: 0;}
    12%,100%{width: 97px;}
}
@keyframes point8_x {
    0%{width: 0;}
    12%,100%{width: 97px;}
}
@media screen and (min-width: 1100px) {
    #whats .slide_photo .point8 {
        top: 150px;
        right: -90px;
    }
    #whats .slide_photo .point8 .dot.start {
        top: 0;
        right: 0;
    }
    #whats .slide_photo .point8 .line.x {
        right: 8px;
    }
    #whats .slide_photo .active .point8 .line.x {
        -webkit-animation: point8_x 4s infinite;
        animation: point8_x 4s infinite;
    }
    #whats .slide_photo .point8 .dot.end {
        top: 0;
        right: 105px;
    }
    #whats .slide_photo .active .point8 .dot.end {
        -webkit-animation: dot_end2 4s infinite;
        animation: dot_end2 4s infinite;
    }
}
#whats .slide_txt {
    overflow: hidden;
}
@media screen and (min-width: 1100px) {
	#whats .slide_txt .left {
        width: 50%;
        float: left;
    }
    #whats .slide_txt .right {
        width: 50%;
        float: right;
    }
}
#whats .slide_txt .txtbox {
    width: 290px;
}
#whats .slide_txt .subtxt {
    display: block;
    margin: 0 0 12px;
    line-height: 1em;
}
#whats .slide_txt .subtxt img {
    width: 150px;
    height: auto;
}
@media screen and (min-width: 1100px) {
    #whats .slide_txt .left .txtbox {
        text-align: right;
    }
    #whats .slide_txt .right .txtbox {
        width: 320px;
        margin-left: auto;
    }
    #whats .slide_txt .left .subtxt {
        margin: 0 0 12px auto;
    }
}
#whats .slide_txt .whats_ttl {
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 5px;
}
#whats .slide_txt .whats_ttl .scroll_open {
	-webkit-transform: perspective(1px) translateZ(0px);
	transform: perspective(1px) translateZ(0px);
}
#whats .slide_txt .whats_ttl .txt1 {
    font-size: 16px;
    line-height: 1em;
    padding: 5px 10px;
}
#whats .slide_txt .whats_ttl .txt2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1em;
    padding: 5px 10px 4px;
}
#whats .slide_txt .whats_ttl .scroll_open:before {
    z-index: -1;
}
#whats .slide_txt .whats_ttl .scroll_open.active2:before {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
#whats .slide_txt .whats_ttl .scroll_open .motioninner {
    visibility: visible;
}
#whats .slide_txt p {
    font-size: 14px;
    line-height: 1.6em;
    margin: 0;
}
@media screen and (min-width: 1100px) {
    #whats .slide_txt .left p {
        margin: 0 0 0 auto;
    }
	#whats .slide_txt .txtbox1 {
        padding-top: 30px;
    }
    #whats .slide_txt .txtbox3 {
        padding-top: 40px;
    }
    #whats .slide_txt .txtbox4 {
        padding-top: 170px;
    }
    #whats .slide_txt .txtbox5 {
        padding: 130px 0 115px;
    }
    #whats .slide_txt .txtbox6 {
        padding-top: 115px;
    }
    #whats .slide_txt .txtbox7 {
        padding-top: 60px;
    }
}
@media screen and (max-width: 1099px) {
    #whats {
        padding-top: 60px;
        margin-top: -60px;
    }
    #whats .wrapper {
        padding: 43% 0 45px;
    }
    #whats .award .award_bg,
    #whats .award .award_txt {
        width: 42%;
        max-width: 210px;
        height: auto;
        top: -10px;
        left: 0;
        right: 0;
        margin: auto;
    }
    #whats .whats_list {
        max-width: 500px;
        padding: 15px 0 20px;
        margin: 0 auto;
        overflow: hidden;
    }
    #whats .slide_photo {
        width: 220px;
        position: relative;
        left: 0;
        margin: 0 auto;
    }
    #whats .slide_photo .slick-list {
        overflow: visible;
    }
    #whats .slide_photo .point .dotline {
        -webkit-transition: 0.5s 0.3s linear;
        transition: 0.5s 0.3s linear;
    }
    #whats .slide_photo .sofabox:not(.front) .dotline {
        width: auto;
    }
    #whats .slide_photo .point .dotline .motioninner {
        display: block;
        height: auto;
    }
    #whats .slide_photo .point .number_circle,
    #whats .slide_photo .point .number_circle svg {
        width: 35px;
        height: 40px;
    }
    #whats .slide_photo .point .number_circle {
        position: absolute;
        z-index: 2;
        -webkit-transform: scale(0);
        transform: scale(0);
        transition: 0.3s 0.8s;
    }
    #whats .slide_photo .point .number_circle .number {
        width: 15px;
        height: 10px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 2;
    }
    #whats .slide_photo .point .number_circle.active {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    #whats .slide_photo .point .number_circle .circle1 {
        fill: none;
        stroke: #1a1a1a;
        stroke-width: 2;
    }
    #whats .slide_photo .point .number_circle .circle2 {
        fill: none;
        stroke: #1a1a1a;
        stroke-width: 5;
        stroke-dasharray: 220;
        stroke-dashoffset: 230;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: center;
        transform-origin: center;
    }
    #whats .slide_photo .point .number_circle .circle3 {
        fill: #1a1a1a;
    }
    #whats .slide_photo .point1 {
        top: 83px;
        left: -15px;
    }
    #whats .slide_photo .point1 .dotline .motioninner {
        width: 120px;
    }
    #whats .slide_photo .point1 .number_circle {
        top: 14px;
        left: -35px;
    }
    #whats .slide_photo .point2 {
        top: 26px;
        left: 109px;
    }
    #whats .slide_photo .point2 .dotline .motioninner {
        width: 122px;
    }
    #whats .slide_photo .point2 .number_circle {
        top: -16px;
        left: 124px;
    }
    #whats .slide_photo .point3 {
        top: 146px;
        left: 180px;
    }
    #whats .slide_photo .point3 .dotline .motioninner {
        width: 54px;
    }
    #whats .slide_photo .point3 .number_circle {
        top: -16px;
        left: 55px;
    }
    #whats .slide_photo .point4 {
        top: 108px;
        left: -11px;
    }
    #whats .slide_photo .point4 .dotline .motioninner {
        width: 36px;
    }
    #whats .slide_photo .point4 .number_circle {
        top: -16px;
        left: -38px;
    }
    #whats .slide_photo .point5 {
        top: 122px;
        left: 55px;
    }
    #whats .slide_photo .point5 .dotline .motioninner {
        width: 173px;
    }
    #whats .slide_photo .point5 .number_circle {
        top: 50px;
        left: 177px;
    }
    #whats .slide_photo .point6 {
        top: 23px;
        left: -13px;
    }
    #whats .slide_photo .point6 .dotline .motioninner {
        width: 64px;
    }
    #whats .slide_photo .point6 .number_circle {
        top: -16px;
        left: -36px;
    }
    #whats .slide_photo .point7 {
        top: 147px;
        left: -5px;
    }
    #whats .slide_photo .point7 .dotline .motioninner {
        width: 101px;
    }
    #whats .slide_photo .point7 .number_circle {
        top: -16px;
        left: -38px;
    }
    #whats .slide_photo .point8 {
        top: 106px;
        left: 205px;
    }
    #whats .slide_photo .point8 .dotline .motioninner {
        width: 40px;
    }
    #whats .slide_photo .point8 .number_circle {
        top: -16px;
        left: 33px;
    }
    #whats .slide_photo .slide_btn {
        background: url(../img/whats_icon_plus.png) no-repeat center / 16px auto;
        width: 30px;
        height: 30px;
        cursor: pointer;
        position: absolute;
        margin: auto;
        z-index: 3;
    }
    #whats .slide_photo .slide_btn1 {
        top: 100px;
        left: 58px;
    }
    #whats .slide_photo .slide_btn2 {
        top: 80px;
        left: 0;
        right: 0;
    }
    #whats .slide_photo .slide_btn3 {
        top: 132px;
        left: 168px;
    }
    #whats .slide_photo .slide_btn4 {
        top: 80px;
        left: -10px;
    }
    #whats .slide_photo .slide_btn5 {
        top: 124px;
        left: 60px;
    }
    #whats .slide_photo .slide_btn6 {
        top: 40px;
        left: 40px;
    }
    #whats .slide_photo .slide_btn7 {
        top: 113px;
        left: 95px;
    }
    #whats .slide_photo .slide_btn8 {
        top: 92px;
        left: 191px;
    }
    #whats .slide_txt {
        text-align: center;
        padding: 20px 0 0;
    }
    #whats .slide_txt .txtbox {
        display: inline-block;
        width: auto;
        text-align: left;
        padding-top: 22px;
        position: relative;
    }
    #whats .slide_txt .subtxt {
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
    }
    #whats .slide_txt .subtxt .scroll_opentxt {
        width: auto;
    }
    #whats .slide_txt .subtxt img {
        width: auto;
        height: 15px;
    }
    #whats .slide_txt .whats_ttl .txt1 {
        font-size: 12px;
    }
    #whats .slide_txt .whats_ttl .txt2 {
        font-size: 18px;
        padding: 5px 10px;
    }
    #whats .slide_txt p {
        font-size: 12px;
    }
    #whats .slide_txt p .scroll_opentxt {
        width: auto;
    }
}
#whats .more {
    margin: 0 auto;
}
#whats .color {
    padding: 90px 20px 95px;
}
#whats .color ul {
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#whats .color li img {
    width: 135px;
    height: auto;
}
#whats .color p {
    margin-top: 30px;
}
#whats .color p img {
    width: 418px;
    height: auto;
    margin: 0 auto;
}
@media screen and (max-width: 1099px) {
	#whats .color {
        padding: 30px 0 35px;
    }
    #whats .color li {
        width: 33.333%;
    }
    #whats .color li:nth-child(4) {
        margin-left: 16.667%;
    }
    #whats .color li:nth-child(5) {
        margin-right: 16.667%;
    }
    #whats .color li img {
        width: 100%;
    }
    #whats .color p {
        margin-top: 20px;
    }
    #whats .color p img {
        width: 250px;
    }
}

/*product_top*/
#product_top {
    background: #999999 url(../img/product_bg.jpg) repeat-x;
    padding: 145px 0 100px;
    color: #fff;
}
#product_top ul {
    padding: 85px 0 20px;
}
@media screen and (min-width: 1100px) {
    #product_top li {
        float: left;
    }
    #product_top li:nth-child(3n-2) {
        width: 520px;
        margin: 0 60px 110px 30px
    }
    #product_top li:nth-child(3n-1) {
        width: 440px;
        margin-top: 110px;
    }
    #product_top li:nth-child(3n) {
        width: 100%;
        margin-bottom: 45px;
    }
    #product_top li:nth-child(3n) a {
        width: 520px;
        margin: 0 auto;
    }
}
#product_top li a {
    display: block;
    color: #fff;
    position: relative;
}
#product_top li .photo {
    padding: 20px;
}
#product_top li .photo.active2 {
    background-image: url(../img/product_framebg01.jpg);
    background-size: 8px auto;
}
#product_top li:nth-child(even) .photo.active2 {
    background-image: url(../img/product_framebg02.jpg);
}
#product_top li .photo .motioninner {
    display: block;
    overflow: hidden;
}
#product_top li .photo img {
    width: 100%;
    height: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@-webkit-keyframes product_framebg {
    100% {background-position: 8px top;}
}
@keyframes product_framebg {
    100% {background-position: 8px top;}
}
@media screen and (min-width: 1100px) {
	#product_top li a:hover {
        opacity: 1;
    }
    #product_top li a:hover .photo {
        -webkit-animation: product_framebg 0.3s linear infinite;
        animation: product_framebg 0.3s linear infinite;
    }
    #product_top li a:hover .photo img {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        -webkit-transition: 10s linear;
        transition: 10s linear;
    }
}
#product_top li .txt {
    font-weight: bold;
    font-size: 18px;
    line-height: 1em;
    position: absolute;
    left: -25px;
    bottom: 45px;
    z-index: 2;
}
#product_top li .txt .scroll_opentxt {
    background-color: #999999;
}
#product_top li .txt .txt1 {
    margin-bottom: 6px;
}
#product_top li .txt .motioninner {
    box-sizing: content-box;
}
#product_top li .txt .txt1 .motioninner {
    display: block;
    width: auto;
    height: 39px;
    padding: 8px 20px 8px 0;
}
#product_top li .txt .txt2 .motioninner {
    padding: 7px 15px 5px 0;
}
#product_top .more {
    margin: 0 auto;
}
@media screen and (max-width: 1099px) {
    #product_top {
        background-size: 15px auto;
        padding: 80px 20px 75px;
    }
    #product_top ul {
        max-width: 580px;
        margin: 0 auto;
        padding: 35px 0;
    }
    #product_top li:not(:last-child) {
        margin-bottom: 20px;
    }
    #product_top li .photo {
        padding: 13px;
    }
    #product_top li .txt {
        font-size: 11px;
        left: 0;
        bottom: 25px;
    }
    #product_top li .txt .txt1 {
        margin-bottom: 4px;
    }
    #product_top li .txt .txt1 .motioninner {
        height: 22px;
        padding: 8px 20px 8px 0;
    }
    #product_top li .txt .txt2 .motioninner {
        padding: 7px 15px 5px 0;
    }
}

/*footer*/
#footer {
    background-color: #333333;
}
#footer .pagetop {
    display: block;
    background-color: #fff;
    padding: 40px 0 30px;
}
#footer .pagetop:hover {
    opacity: 1;
}
#footer .pagetop img {
    margin: 0 auto;
}
#footer .pagetop .txt {
    width: 70px;
    height: auto;
    margin-top: 10px;
}
#footer .wrapper {
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    padding: 45px 0 50px;
    color: #fff;
    position: relative;
}
#footer .wrapper a {
    color: #fff;
}
#footer #footnav {
    display: -webkit-flex;
	display: flex;
    font-size: 12px;
    line-height: 1em;
}
#footer #footnav ul {
    margin-right: 30px;
}
#footer #footnav li:not(:last-child) {
    margin-bottom: 15px;
}
#footer #footnav a {
    display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
#footer #footnav .txt {
    display: inline-block;
    border-left: 1px solid #fff;
    padding-left: 10px;
    margin-left: 10px;
}
#footer .other .follow,
#footer .other .follow ul,
#footer .other .logobox {
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
}
#footer .other .follow {
    margin-bottom: 20px;
}
#footer .other .follow p img {
    width: 90px;
    height: auto;
}
#footer .other .follow ul li {
    margin-left: 20px;
}
#footer .other .follow ul a {
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
    width: 36px;
    height: 36px;
    position: relative;
}
#footer .other .follow ul a:after {
	content: "";
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
#footer .other .follow ul a:hover {
    opacity: 1;
}
#footer .other .follow ul a:hover:after {
    opacity: 1;
}
#footer .other .follow ul .fb:after {
    background-image: url(../img/icon_fb02_on.png);
    background-size: 17px 36px;
}
#footer .other .follow ul .insta {
    padding: 3px;
}
#footer .other .follow ul .insta:after {
    background-image: url(../img/icon_insta02_on.png);
    background-size: 30px auto;
}
#footer .other .follow ul .twi:after {
    background-image: url(../img/icon_movie02_on.png);
    background-size: 36px 24px;
}
#footer .other .follow ul img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
#footer .other .follow ul a:hover img {
    opacity: 0;
}
#footer .other .logobox a {
    display: block;
}
#footer .other .logobox .logo {
    width: 160px;
}
#footer .other .logobox .trex {
    width: 85px;
    margin-left: 15px;
}
#footer .other .logobox img {
    width: 100%;
    height: auto;
}
#footer #copyright {
    width: 100%;
    text-align: center;
    font-size: 10px;
    line-height: 1em;
    position: absolute;
    left: 0;
    bottom: 50px;
}
@media screen and (max-width: 1099px) {
    #footer .pagetop {
        padding: 25px 0;
    }
    #footer .pagetop .arrow {
        width: 26px;
        height: auto;
    }
    #footer .pagetop .txt {
        width: 40px;
        margin-top: 6px;
    }
    #footer .wrapper {
        display: block;
        padding: 50px 0 35px;
    }
    #footer .other .follow {
        margin-bottom: 25px;
    }
    #footer .other .follow,
    #footer .other .logobox {
        -webkit-justify-content: center;
        justify-content: center;
    }
    #footer .other .logobox .logo {
        width: 168px;
    }
    #footer .other .logobox .trex {
        width: 61px;
        margin-left: 30px;
    }
    #footer #copyright {
        position: static;
        margin-top: 20px;
    }
}

/*以下下層ページ*/

/*history*/
#history {
    background-color: #b3b3b3;
    padding: 170px 0 150px;
}
#history .ttl {
    color: #fff;
}
#history .main_temp .txtbox .motioninner {
    background-color: #fff;
    color: #1a1a1a;
}
#history .main_temp .txtbox h2 img {
    width: 202px;
}
#history .story {
    margin-top: 100px;
}
#history .story .story_inner {
    background-color: #fff;
    padding: 65px 45px 75px;
    position: relative;
}
#history .story .story_ttl {
    font-weight: bold;
    font-size: 24px;
    line-height: 1em;
}
@media screen and (min-width: 1100px) {
	#history .story .sofa {
        width: 440px;
        height: auto;
        position: absolute;
        top: -55px;
        right: -10px;
    }
}
#history .story .story_txt {
    line-height: 2.1em;
    margin: 40px 0 60px;
}
#history .story .story_list {
    display: -webkit-flex;
	display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px -10px 0;
    overflow: hidden;
}
#history .story .story_list li {
    width: 240px;
    margin: 0 10px 10px 0;
}
#history .story .story_list li:not(:last-child) .inner {
    border: 1px solid #999999;
    border-radius: 10px;
    overflow: hidden;
}
#history .story .story_list li img {
    width: 100%;
    height: auto;
}
@media screen and (min-width: 1100px) {
	#history .story .story_list li:last-child {
        padding-left: 5px;
    }
}
#history .story .story_list li:last-child img {
    width: 214px;
}
#history .story .btnbox {
    padding-top: 45px;
}
@media screen and (max-width: 1099px) {
    #history {
        padding: 100px 0 75px;
    }
    #history .main_temp .txtbox h2 img {
        width: 62%;
    }
	#history .story {
        margin: 25px 25px 0;
    }
    #history .story .story_inner {
        max-width: 640px;
        padding: 25px 15px 50px;
        margin: 0 auto;
    }
    #history .story .story_ttl {
        font-size: 15px;
    }
    #history .story .sofa {
        width: 92%;
        max-width: 400px;
        height: auto;
        margin: 25px auto 0;
    }
    #history .story .story_txt {
        width: 100%;
        overflow: visible;
        white-space: normal;
        margin: 30px 0;
    }
    #history .story .story_list {
        margin: 0 0 -8px;
    }
    #history .story .story_list li {
        width: 50%;
        margin: 0 0 8px;
        padding-right: 3px;
    }
    #history .story .story_list li:nth-child(even) {
        padding: 0 0 0 3px;
    }
    #history .story .story_list li:not(:last-child) .inner {
        border-radius: 6px;
    }
    #history .story .story_list li:last-child img {
        width: 90%;
    }
    #history .story .more {
        width: 100%;
        min-width: 0;
    }
}

/*about*/
#about {
    padding: 170px 0 70px;
}
#about .main_temp .txtbox h2 img {
    width: 219px;
}
#about .about_inner {
    margin-top: 100px;
    position: relative;
}
#about .about_inner .about_ttl {
    font-weight: bold;
    font-size: 28px;
    line-height: 1em;
}
#about .about_inner .npc {
    width: 372px;
    height: auto;
    position: absolute;
    top: 10px;
    right: 0;
}
#about .about_inner .about_txt {
    line-height: 2em;
    margin: 35px 0 40px;
}
@media screen and (min-width: 1100px) {
	#about .about_inner ul {
        display: -webkit-flex;
        display: flex;
    }
    #about .about_inner li {
        width: 300px;
    }
}
#about .about_inner li:not(:last-child) {
    margin-right: 90px;
}
@media screen and (min-width: 1100px) {
	#about .about_inner li:nth-child(2) {
        padding-top: 50px;
    }
    #about .about_inner li:nth-child(3) {
        padding-top: 100px;
    }
}
#about .about_inner li img {
    width: 100%;
    height: auto;
}
#about .about_inner li p {
    font-size: 14px;
    line-height: 1.6em;
    margin-top: 10px;
}
#about .group img {
    width: 100%;
    height: auto;
    margin: 80px 0 10px;
}
#about .group p {
    font-size: 14px;
    line-height: 1.8em;
    letter-spacing: -0.5px;
}
@media screen and (max-width: 1099px) {
    #about {
        padding: 100px 0 55px;
    }
    #about .main_temp .txtbox h2 img {
        width: 67%;
    }
    #about .about_inner {
        max-width: 640px;
        margin: 45px auto 0;
        padding: 0 25px;
    }
    #about .about_inner .about_ttl {
        font-size: 15px;
    }
    #about .about_inner .npc {
        width: 279px;
        max-width: 100%;
        position: static;
        margin: 20px auto 0;
    }
    #about .about_inner .about_txt {
        width: 100%;
        overflow: visible;
        white-space: normal;
        margin: 25px 0 40px;
    }
    #about .about_inner li:not(:last-child) {
        margin: 0 0 30px;
    }
    #about .about_inner li p {
        font-size: 12px;
    }
    #about .group {
        overflow: hidden;
    }
    #about .group img {
        width: 110%;
        margin: 50px 0 15px;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    #about .group p {
        font-size: 12px;
        margin: 0 25px;
    }
}

/*faq*/
#faq {
    background-color: #faf8f0;
    padding-top: 170px;
}
#faq .wrapper {
    overflow: hidden;
    padding: 60px 0 150px;
}
@media screen and (min-width: 1100px) {
	#faq .faq_list {
        width: 715px;
        float: left;
    }
}
#faq .faqbox {
    padding-top: 120px;
    margin-top: -120px;
}
#faq .faqbox:not(:last-child) {
    margin-bottom: 60px;
}
#faq .faq_ttl {
    font-weight: bold;
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 15px;
}
#faq .faqbox dl {
    border-bottom: 1px solid #b3b3b3;
}
#faq .faqbox dt {
    padding: 20px 35px 5px 40px;
    font-size: 20px;
    line-height: 1.4em;
    position: relative;
    cursor: pointer;
}
#faq .faqbox dt:not(:first-of-type) {
    border-top: 1px solid #b3b3b3;
}
#faq .faqbox dd {
    display: none;
    background-color: #f0ebe1;
    padding: 15px 30px 15px 20px;
    margin-top: 5px;
}
#faq .faqbox dd .inner {
    display: block;
    position: relative;
    padding-left: 30px;
}
#faq .faqbox dt:before,
#faq .faqbox dt:after,
#faq .faqbox dd .inner:before {
	content: "";
    background-repeat: no-repeat;
	position: absolute;
}
#faq .faqbox dt:before {
    background-image: url(../img/icon_q.png);
    background-size: 28px 22px;
    width: 28px;
    height: 22px;
    top: 15px;
    left: 0;
    bottom: 0;
    margin: auto;
}
#faq .faqbox dt:after {
    background-image: url(../img/icon_plus.png);
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    top: 15px;
    right: 10px;
    bottom: 0;
    margin: auto;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
#faq .faqbox dt.open:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
#faq .faqbox dd .inner:before {
    background-image: url(../img/icon_a.png);
    background-size: 18px 14px;
    width: 18px;
    height: 14px;
    top: 5px;
    left: 0;
}
#faq .faqbox dd a {
    display: inline-block;
    text-decoration: underline;
}
@media screen and (min-width: 1100px) {
    #faq .side {
        width: 320px;
        float: right;
    }
    #faq .side .more {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-direction: row;
        flex-direction: row;
        width: 100%;
        height: 46px;
        padding-left: 15px;
        font-size: 18px;
        margin-bottom: 2px;
    }
    #faq .side .more:after {
        background: url(../img/arrow_04.png) no-repeat;
        right: 15px;
    }
    #faq .side .more img {
        width: auto;
        height: 17px;
        margin-bottom: 0;
    }
}
#faq .faq_nav {
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
#faq .contact h3 img {
    width: 127px;
    height: auto;
}
#faq .contact p {
    font-size: 15px;
    line-height: 1.6em;
    margin: 20px 0;
}
#faq .faq_photo img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 1099px) {
	#faq {
        padding-top: 100px;
    }
    #faq .wrapper {
        padding: 20px 0 0;
    }
    #faq .faqbox:not(:last-child) {
        margin-bottom: 40px;
    }
    #faq .faq_ttl {
        font-size: 18px;
        margin: 0 20px 10px;
    }
    #faq .faqbox dt {
        padding: 15px 50px;
        font-size: 12px;
        line-height: 1.6em;
        border-top: 1px solid #b3b3b3;
    }
    #faq .faqbox dd {
        padding: 15px 20px;
        margin-top: 0;
    }
    #faq .faqbox dt:before {
        background-size: 20px 16px;
        width: 20px;
        height: 16px;
        top: 0;
        left: 20px;
    }
    #faq .faqbox dt:after {
        background-size: 15px 15px;
        width: 15px;
        height: 15px;
        top: 0;
        right: 20px;
    }
    #faq .faqbox dd .inner:before {
        background-size: 20px 16px;
        width: 20px;
        height: 16px;
        top: 0;
    }
    #faq .contact {
        background-color: #f0ebe1;
        padding: 30px 40px;
    }
    #faq .contact h3 img {
        width: 88px;
    }
    #faq .contact p {
        font-size: 12px;
    }
    #faq .contact .more {
        width: 100%;
        min-width: 0;
    }
    #faq .faq_photo {
        overflow: hidden;
    }
    #faq .faq_photo img {
        width: 140%;
        position: relative;
        left: 42%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

/*product*/
#product {
    background-color: #b3b3b3;
    padding-top: 170px;
    overflow: hidden;
}
#product .ttl {
    color: #fff;
}
#product .photo1 {
    margin: 70px 0 30px;
    position: relative;
}
#product .photo1 .txt1 {
    font-weight: bold;
    font-size: 21px;
    line-height: 1.8em;
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 2;
}
#product .photo1 .sofa {
    width: 412px;
    height: auto;
    position: absolute;
    top: -75px;
    right: -115px;
    z-index: 2;
}
#product .photo1 .bg {
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1099px) {
    #product {
        padding-top: 100px;
    }
    #product .photo1 {
        margin: 20px 0 15px;
    }
    #product .photo1 .sofa {
        width: 35%;
        top: 0;
        margin-top: -4%;
        right: -2%;
    }
    #product .bg img {
        width: 100%;
        height: auto;
    }
}
#product .howto {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 100px;
    position: relative;
}
#product .howto .left {
    width: 610px;
    position: relative;
    z-index: 1;
}
#product .howto .right {
    width: 440px;
    margin-left: auto;
    position: relative;
    z-index: 1;
}
#product .howto .sofa {
    position: absolute;
    left: -150px;
    bottom: -55px;
    z-index: 2;
}
#product .howto .photobox {
    position: relative;
}
#product .howto .play {
    margin-bottom: 30px;
}
#product .howto .photo {
    position: relative;
    z-index: 1;
}
#product .howto .photo .motioninner {
    display: block;
}
#product .howto .photo .motioninner img {
    width: 100%;
    height: auto;
}
#product .howto .txt {
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    position: absolute;
    z-index: 2;
}
#product .howto .play .txt {
    top: 135px;
    right: 0;
}
#product .howto .training .txt {
    top: 160px;
    left: -15px;
}
#product .howto .right .txt {
    top: 90px;
    right: 0;
}
#product .howto .txt .scroll_opentxt {
    background-color: #b3b3b3;
}
#product .howto .txt .txt1 {
    margin-bottom: 6px;
}
#product .howto .txt .motioninner {
    box-sizing: content-box;
}
#product .howto .txt .txt1 .motioninner {
    display: block;
    width: auto;
    height: 39px;
    padding: 8px 15px;
}
#product .howto .play .txt2,
#product .howto .right .txt2 {
    margin-left: auto;
}
#product .howto .txt .txt2 .motioninner {
    padding: 7px 15px 5px;
}
@media screen and (max-width: 1099px) {
    #product .howto {
        margin-bottom: 16%;
        padding: 0 5.33%;
    }
    #product .howto .left {
        width: 56.27%;
    }
    #product .howto .right {
        width: 40.6%;
    }
    #product .howto .sofa {
        width: 34%;
        height: auto;
        left: -2%;
        bottom: 0;
        margin-bottom: -10%;
    }
    #product .howto .play {
        margin-bottom: 5.3%;
    }
    #product .howto .txt {
        font-size: 11px;
        top: 0 !important;
    }
    #product .howto .play .txt {
        right: -10px;
        margin-top: 17%;
    }
    #product .howto .training .txt {
        left: -10px;
        margin-top: 17%;
    }
    #product .howto .right .txt {
        right: -10px;
        margin-top: 9%;
    }
    #product .howto .txt .txt1 {
        margin-bottom: 4px;
    }
    #product .howto .txt .txt1 .motioninner {
        height: 17px;
        padding: 4px 10px;
    }
    #product .howto .txt .txt2 .motioninner {
        padding: 5px 10px 4px;
    }
}
#product #item {
    padding-bottom: 110px;
}
#product #item .ttl {
    color: #000;
}
@media screen and (min-width: 1100px) {
    #product #item .ttl img {
        height: 31px;
    }
    #product #item .ttl .txt {
        font-size: 16px;
        margin-top: 15px;
    }
}
#product #item ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 35px -45px -45px 0;
    overflow: hidden;
}
#product #item li {
    width: 330px;
    margin: 0 45px 45px 0;
}
#product #item li a {
    display: block;
}
#product #item li .photo {
    height: 0;
    padding-top: 330px;
    position: relative;
    overflow: hidden;
}
#product #item li .photo img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media screen and (min-width: 1100px) {
    #product #item li a:hover {
        opacity: 1;
    }
    #product #item li a:hover .photo img {
        opacity: 0.7;
    }
    #product #item li .photo:hover img {
        transform: scale(1.1);
    }
}
#product #item li .tag {
    margin: 10px 0 25px;
}
#product #item li .tag img {
    width: auto;
    height: 10px;
}
#product #item li .name {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 6px;
}
@media screen and (max-width: 1099px) {
    #product #item {
        padding-bottom: 60px;
    }
    #product #item .ttl img {
        height: 24px;
    }
    #product #item ul {
        margin: 20px 20px -25px;
    }
    #product #item li {
        width: 50%;
        margin: 0 0 25px;
        padding-right: 7px;
    }
    #product #item li:nth-child(even) {
        padding: 0 0 0 7px;
    }
    #product #item li .photo {
        padding-top: 100%;
    }
    #product #item li .tag {
        margin: 8px 0 10px;
    }
    #product #item li .tag img {
        height: 7px;
    }
    #product #item li .name {
        font-size: 12px;
        line-height: 1.4em;
        margin-bottom: 6px;
    }
}
#product #whats {
    background-color: #fff;
    margin-top: 0;
    padding-top: 0;
}