@charset "UTF-8";
/**
 * #splash
 */
#splash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 2000;
}
#splash div {
    position: absolute;
    width: 200px;
    height: 66px;
    top: -50px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#splash span {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
}
#splash img {
    position: absolute;
    max-width: none;
    width: 200px;
    height: 66px;
}

@media only screen and (max-width:768px) {
#splash div {
    width: 140px;
    height: 46px;
    top: -80px;
}
#splash img {
    width: 140px;
    height: 46px;
}
}
/**
 * header
 */
header {
    pointer-events: none;
    opacity: 0;
    transition: opacity 1s 1.5s;
}
header.on {
    pointer-events: auto;
    opacity: 1;
}
header .bg {
    opacity: 0;
}
header h2 img.white {
    opacity: 1;
}
header h2 img.color {
    opacity: 0;
}
header nav .gnav li a, header nav .gnav li span {
    color: #fff;
}
header nav .gnav li.seg::before {
    background: rgba(255,255,255,0.50);
}
header nav .gnav li img.color {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

@media only screen and (max-width:768px) {
#btn_menu div::before {
    background: #fff;
}
}
/**
 * .contents
 */
.contents .read {
    margin-top: -0.4em;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.3s 0.5s, transform 0.5s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.contents .read.on {
    opacity: 1;
    transform: translateY(0);
}
/**
 * #top
 */
#top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}
#mv {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
}
#mv li {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
}
#mv li.act {
    z-index: 2;
}
#mv li.inact {
    z-index: 1;
}
#mv .filter{
	width:100%;
	height:100vh;
	background:#502314;
}
#mv .img {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#mv .filter .img{
	opacity:.95;
}
#mv .txt {
    position: absolute;
    bottom: 150px;
    width: 100%;
}
#mv h3 {
    position: relative;
    margin-left: 60px;
    margin-bottom: 1em;
    font-size: 2rem;
    color: #f5da44;
}
#mv h3::after {
    display: block;
    width: 15px;
    height: 2px;
    background: #f5da44;
    content: '';
}
#mv h3 span{
	display: inline-block;
	margin:0 0 0 20px;
	color:#FFF;
}
#mv h2 {
    width: calc(100% - 280px);
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    margin-left: 60px;
    line-height: 1.6;
}
#mv h2 span {
    position: relative;
    display: block;
    opacity: 0;
}
#mv .video .txt {
    position: absolute;
    top: 45%;
    bottom: auto;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}
#mv .video h2 {
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 5rem;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
}
#mv .video h2 {
    transition-delay: 1.2s;
}
#mv .video a {
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#mv .video a::before {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 200px;
    border: solid 1px #fff;
    content: '';
    transition: background 0.2s ease-in;
}
#mv .video a:hover::before {
    background: #fff;
}
#mv .video a::after {
    display: block;
    position: absolute;
    left: 17px;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    border: 10px solid transparent;
    border-left: 18px solid #fff;
    content: '';
    transition: border 0.2s ease-in;
}
#mv .video a:hover::after {
    border-left: 18px solid #502314;
}
#top .inner {
    position: relative;
    height: 100%;
    max-width: none;
}
#top .scroll {
    position: absolute;
    right: 45px;
    bottom: 280px;
    transform: rotate(90deg);
    color: #fff;
    font-size: 1.2rem;
    opacity: 0;
    z-index: 3;
}
#top .scroll i {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% + 10px);
    margin: auto;
    width: 40px;
    height: 1px;
    overflow: hidden;
}
#top .scroll i:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    content: '';
    animation: scrollElem 1.2s ease-out 0s infinite;
}
@keyframes scrollElem {
 0% {
transform: translateX(0%);
}
 59% {
transform: translateX(100%);
visibility: hidden;
}
 60% {
transform: translateX(-100%);
visibility: hidden;
}
 62% {
visibility: visible;
}
 80% {
transform: translateX(0%);
}
 100% {
transform: translateX(0%);
}
}
#top .pageing {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    border: none;
    opacity: 0;
    z-index: 3;
}
#top .pos {
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
    border: none;
    opacity: 0;
    z-index: 3;
}
#top .pos > div {
    float: left;
    color: #fff;
}
#top .pos .bar {
    position: relative;
    margin: 0.8em 15px 0 20px;
    width: 50px;
    height: 1px;
    background: #fff;
}
#top .pos .bar span {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #f5da44;
}
#top .pos .curret span {
    position: absolute;
    display: block;
    color: #f5da44;
}
#news_bg {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.50);
    z-index: 4;
}
#news {
    position: absolute;
    left: 60px;
    bottom: 30px;
    width: calc(100% - 400px);
    opacity: 0;
    z-index: 4;
}
#news > div {
    position: relative;
}
#news h2 {
    box-sizing: border-box;
    position: absolute;
    padding: 10px 0;
    width: 80px;
    background: #f5da44;
    text-align: center;
    z-index: 1;
}
#news .ticker {
    background: rgba(0,0,0,0.8);
    padding: 10px 70px 10px 100px;
    transition: opacity 0.3s ease-out;
}
#news .ticker .inner {
    position: relative;
    margin: 0;
    padding: 0;
}
#news .ticker time {
    position: absolute;
    left: 0;
    width: 100px;
    color: #fff;
}
#news .ticker time::after {
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    width: 1px;
    height: 16px;
    background: rgba(255,255,255,0.50);
    content: '';
}
#news .ticker .inner div {
    position: relative;
    box-sizing: border-box;
    display: block;
    margin: 0 0 0 120px;
    overflow: hidden;
}
#news .ticker .inner div p {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    font-weight: bold;
    white-space: nowrap;
    color: #fff;
}
#news .btn_toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 100%;
    cursor: pointer;
}
#news .btn_toggle::before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    margin: auto;
    border-left: dotted 2px #fff;
    content: '';
}
#news .btn_toggle::after {
    display: block;
    position: absolute;
    top: 6px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-45deg);
    content: '';
    transition: top 0.1s ease-in;
}
#news .btn_toggle:hover::after {
    top: 0;
}
#news.act .ticker {
    pointer-events: none;
    opacity: 0;
    top: 94px;
}
#news.act .btn_toggle {
    /*height: calc(100% - 2px);*/
    height: 48px;
    top: 45px;
    background: rgba(0,0,0,0.8);
}
#news.act h2 {
    top: 48px;
}
#news.act .btn_toggle::before {
    display: none;
}
#news.act .btn_toggle::after {
    top: -3px;
    transform: rotate(135deg);
}
#news.act .btn_toggle:hover::after {
    top: 3px;
}
#news .list {
    display: none;
    box-sizing: border-box;
    padding: 50px 50px 35px 50px;
    color: #fff;
    background: rgba(0,0,0,0.8);
}
#news .list li {
    margin-bottom: 1em;
}
#news time {
    float: left;
    width: 100px;
}
#news .list p {
    position: relative;
    box-sizing: border-box;
    float: left;
    width: calc(100% - 100px);
    padding: 0 0 0 20px;
    font-weight: bold;
}
#news .list p a {
    color: #FFF!important;
}
#news .list p a:hover {
    text-decoration: underline;
}
#news .list p::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: rgba(255,255,255,0.50);
    content: '';
}
#news .news_index.btn_link a {
    width: 125px;
    background: #FFF;
    font-size: 1.6rem;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    font-weight: bold;
    left: 82px;
    top: 48px;
    opacity: 0;
    display: none;
}
#news .news_index.btn_link a:hover {
    background: #F5DA44;
    transition: .3s;
}
#news .news_index.btn_link a b {
    right: 20px;
}
#news .news_index.btn_link a::before {
    content: none;
}
#bnr_simulator {
    position: absolute;
    bottom: 30px;
    right: 60px;
    opacity: 0;
    z-index: 3;
    animation: pikopiko 1s steps(2, start) infinite;
}
#bnr_simulator figure {
    position: relative;
}
#bnr_simulator figure::after {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: #502314 url(/images/common/icon_arrow1_w.png) no-repeat 50% 50%;
    background-size: 5px auto;
    transform: rotate(180deg);
    content: '';
    transition: background 0.1s ease-in;
}
#bnr_simulator a:hover figure::after {
    background-position: 40% 50%;
}
#bnr_simulator .badge {
    position: absolute;
    top: -40px;
    right: -40px;
}
#bnr_simulator .badge p {
    position: absolute;
    width: 100%;
    top: 30px; 
 /* top: 23px; */
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
}
#bnr_simulator .badge img {
    transition: transform 0.1s ease-in;
}
#bnr_simulator a:hover .badge img {
    transform: scale(1.1);
}

@media only screen and (max-width:768px) {
#top, #mv .img {
    height: calc(100vh - 45vw);
}
#mv .txt {
    bottom: 125px;
}
#mv h3 {
    margin-left: 25px;
    font-size: 1.3rem;
}
#mv h3::after {
    width: 10px;
}
#mv h2 {
    box-sizing: border-box;
    width: 100%;
    font-size: 1.75rem;
    padding: 0 25px;
    margin: 0;
}
#mv .video .txt {
    top: 42%;
}
#mv .video h2 {
    font-size: 2.5rem;
    padding: 0 10px;
}
#mv .video h2 span {
    padding: 0;
}
#mv .video a {
    width: 50px;
    height: 50px;
    top: 50px;
}
#mv .video a::after {
    left: 12px;
    border: 7px solid transparent;
    border-left: 12px solid #fff;
}
#mv .video a:hover::after {
    border-left: 12px solid #502314;
}
#top .inner {
    padding: 0;
}
#top .inner > div {
    position: relative;
    height: 100%;
}
#top .scroll {
    display: none;
}
#top .pos {
    top: auto;
    bottom: 45px;
    left: 25px;
}
#top .pos .bar {
    margin: 0.8em 10px 0 15px;
    width: 40px;
    background: #502314;
}
#top .pageing {
    top: auto;
    bottom: 40px;
    right: 25px;
    transform: translateY(0);
}
#news {
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 1.1rem;
}
#news h2 {
    padding: 10px 0;
    width: 45px;
}
#news .ticker {
    padding: 10px 45px 10px 60px;
}
#news .ticker time {
    width: 70px;
}
#news .ticker time::after {
    height: 12px;
}
#news .ticker .inner div {
    margin: 0 0 0 80px;
}
#news .btn_toggle {
    width: 32px;
}
#news .btn_toggle::before {
    border-left: dotted 1px #fff;
}
#news .btn_toggle::after {
    top: 4px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
#news.act .btn_toggle {
    height: 40px;
    top: 35px;
}
#news.act .btn_toggle::before {
    display: none;
}
#news.act .btn_toggle::after {
    top: -3px;
    transform: rotate(135deg);
}
#news.act h2 {
    top: 40px;
}
#news .list {
    padding: 25px 25px 10px 25px;
}
#news .list li {
    margin-bottom: 1em;
}
#news .list time {
    width: 70px;
}
#news .list p {
    width: calc(100% - 70px);
    padding: 0 0 0 15px;
}
#news .list p::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: rgba(255,255,255,0.50);
    content: '';
}
#news .news_index.btn_link a {
    width: 90px;
    background: #FFF;
    font-size: 1.1rem;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-weight: bold;
    left: 47px;
    top: 40px;
    opacity: 0;
    display: none;
}
#news .news_index.btn_link a b {
    right: 10px;
}
#bnr_simulator {
    display: none;
}
}
/**
 * #container
 */
#container {
    margin-top: 100vh;
}

@media only screen and (max-width:768px) {
#container {
    margin-top: calc(100vh - 45vw);
}
}
/**
 * #bnr_simulator_sp
 */

  #simulator {
 margin-top: 80px;
 }

#bnr_simulator_sp {
    margin: -65px 10px 90px 10px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#bnr_simulator_sp.on {
    opacity: 1;
    transform: translateY(0);
}
#bnr_simulator_sp figure {
    position: relative;
    border: solid 8px #f3efdd;
}
#bnr_simulator_sp figure::after {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: #502314 url(/images/common/icon_arrow1_w.png) no-repeat 50% 50%;
    background-size: 5px auto;
    transform: rotate(180deg);
    content: '';
    transition: background 0.1s ease-in;
}
#bnr_simulator_sp a:hover figure::after {
    background-position: 40% 50%;
}
#bnr_simulator_sp .badge {
    position: absolute;
    top: -10px;
    right: -10px;
}
#bnr_simulator_sp .badge p {
    position: absolute;
    width: 100%;
    top: 25px;
  /* top: 18px; */
    font-size: 0.9rem;
    line-height: 1.2;
    text-align: center;
}
#bnr_simulator_sp .badge img {
    width: 68px;
    transition: transform 0.1s ease-in;
}
#bnr_simulator_sp a:hover .badge img {
    transform: scale(1.1);
}
/**
 * #journal
 */
#journal {
    border-bottom: solid 1px rgba(239, 242, 255, 1);
    margin-top:160px;
}
#journal .carousel_inner {
    padding: 10px 0;
    margin: -10px 0;
}
#journal .carousel_inner ol {
    margin: 0 -15px;
    font-size: 0;
}
#journal .carousel_inner li {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    padding: 0 15px;
    font-size: 1.6rem;
}
#journal .carousel_inner li a {
    /*display: block;*/
    position: relative;
    overflow: visible;
}
#journal .carousel_inner li .img {
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    aspect-ratio: 1.5 / 1;
}
#journal .carousel_inner li.on .img {
    opacity: 1;
    transform: translateY(0);
}
#journal li .img img {
    position: relative;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#journal .carousel_inner li a:hover .img img {
    transform: scale(1.05);
}
#journal .carousel_inner li .new {
    display: inline-block;
    position: absolute;
    background: #f00;
    padding: 0 8px;
    font-size: 1.2rem;
    font-family: 'neuzeit-grotesk', sans-serif;
    font-weight: 700;
    color: #fff;
    z-index: 1;
    margin: -10px 0 0;/*opacity:0;
	transform:translateY(-50%) scale(0.7);
	transition:opacity 0.3s 0.6s, transform 0.3s 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275);*/
}
#journal .carousel_inner li.new.on a::before {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}
#journal .carousel_inner li .txt {
    position: relative;
    box-sizing: border-box;
    background: #fff;
    width: 80%;
    margin-top: -55px;
    padding: 30px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.3s 0.3s, transform 0.5s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#journal .carousel_inner li.on .txt {
    opacity: 1;
    transform: translateY(0);
}
#journal .carousel_inner li .txt p {
    font-weight: bold;
    margin-bottom: 1em;
}
#journal .carousel_inner li .txt time {
    font-weight: bold;
    font-size: 1.4rem;
    color: #999;
}
#journal .carousel_inner li .txt .cate {
	display: inline-block!important;
	margin:0 0 0 10px;
}
#journal .carousel_inner li .txt .cate a{
    font-weight: bold;
    font-size: 1.4rem;
    color: #999;
	display: inherit!important;
    position: inherit!important;
    overflow: inherit!important;
}

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

		 #simulator {
 margin-top: 80px;
 }

#journal {
    border-bottom: solid 1px rgba(239, 242, 255, 1);
    margin-top:80px;
}
#journal .view_more {
    top: 0.6em;
}
#journal .carousel_inner ol {
    position: relative;
    margin: 0 -15px;
    padding-bottom: 25px;
}
#journal .carousel_inner li {
    box-sizing: border-box;
    float: left;
    width: calc(100vw);
    padding: 0 15px;
}
#journal .carousel_inner li.new a::before {
    padding: 0 8px;
    font-size: 0.9rem;
}
#journal .carousel_inner li .txt {
    width: 85%;
    margin-top: -50px;
    padding: 20px;
}
#journal .carousel_inner li .txt p {
    font-size: 1.3rem;
    margin-bottom: 0.6em;
}
#journal .carousel_inner li .txt time {
    font-size: 1.2rem;
}
	#journal .carousel_inner li .txt .cate a{
    font-size: 1.2rem;
}
}
/**
 * #lineup
 */

#lineup h2 {
    float: left;
    width: 50%;
}
#lineup .read {
    float: right;
    width: 50%;
    font-weight: bold;
}
#lineup .carousel_inner ol {
    clear: both;
    padding-bottom: 60px;
}
#lineup .carousel_inner li {
    box-sizing: border-box;
    float: left;

    width: 50%;
    padding: 0;
}
#lineup .carousel_inner li a {
    display: block;
    position: relative;
}
#lineup .carousel_inner li .num {
    position: absolute;
    top: 18%;
    right: 10px;
/*    font-size: 10rem;*/
    font-size: 6rem;
    line-height: 1;
    color: #ADD8E7;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.3s 0.2s, transform 0.5s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#lineup .carousel_inner li.on .num {
    opacity: 0.6;
    transform: translateY(0);
}
#lineup .carousel_inner li .bg {
    position: absolute;
    bottom: 20px;
    width: 0%;
    height: 38%;
}
#lineup .carousel_inner li.on .bg {
    transition: width 0.8s cubic-bezier(0.66, 0.45, 0.14, 0.79);
    width: 100%;
}
#lineup .carousel_inner li .img {
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.3s 0.4s, transform 0.5s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#lineup .carousel_inner li.on .img {
    opacity: 1;
    transform: translateY(0);
}
#lineup .carousel_inner li .img img {
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#lineup .carousel_inner li a:hover .img img {
    transform: scale(1.05);
}
#lineup .carousel_inner li h4 {
    position: absolute;
    top: 20%;
    left: 11%;
    padding-bottom: 5px;
}
#lineup .carousel_inner li h4 span::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 2px;
    background-color: #502314;
    content: '';
}
#lineup .carousel_inner li h3 {
    position: absolute;
    bottom: 0;
    left: 11%;
    font-size: 1.8rem;
    line-height: 0.9;
}
#lineup .carousel_inner li h3 em {
    font-size: 2.8rem;
}
#lineup .carousel_inner li .btn {
    position: absolute;
    background: #fff;
    width: 40px;
    height: 40px;
    bottom: 0;
    right: 11%;
    opacity: 0;
    transform: scale(0.6);
    transition: all 0.2s ease-in;
}
#lineup .carousel_inner li.on .btn {
    opacity: 1;
    transform: scale(1);
}
#lineup .carousel_inner li a:hover .btn, #lineup .carousel_inner li a:hover .btn {
    transform: scale(1.1);
    background-color: #f5da44;
}
#lineup .carousel_inner li .btn b {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 14px;
    height: 10px;
    overflow: hidden;
}
#lineup .carousel_inner li .btn b::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/images/common/icon_arrow0.png) no-repeat center center;
    background-size: contain;
    content: '';
}
#lineup .carousel_inner li a:hover .btn b::after {
    animation: hoverElem 0.5s ease-in-out;
}
#lineup .ani_txt span {
    transition-delay: 0.9s;
}
#lineup .ani_txt::after {
    transition-delay: 0.4s;
}

@media only screen and (max-width:768px) {
#lineup {
    margin-top: 80px;
}
#lineup h2, #lineup .read {
    float: none;
    width: 100%;
    font-size: 1.1rem;
}
#lineup .carousel_inner ol {
    position: relative;
    padding-bottom: 0;
}
#lineup .carousel_inner li {
    float: left;
    width: 100vw;
}
#lineup .carousel_inner li .num {
    top: 18%;
    right: 23px;
    font-size: 6rem;
}
#lineup .carousel_inner li .bg {
    position: absolute;
    bottom: 12px;
    height: 45%;
}
#lineup .carousel_inner li h4 {
    top: 22%;
    left: 25px;
}
#lineup .carousel_inner li h3 {
    left: 25px;
    font-size: 1.3rem;
     position: unset;
    width: 100%;
    text-align: center;
}
#lineup .carousel_inner li h3 em {
    font-size: 2.2rem;
}
#lineup .carousel_inner li .btn {
    width: 25px;
    height: 25px;
    right: 25px;
}
#lineup .carousel_inner li .btn::after {
    width: 10px;
    height: 8px;
}
#lineup .pageing {
    border: none;
    padding: 25px 0;
}
#lineup .pageing ol {
    float: none;
    padding: 0 10px;
}
#lineup .pageing li {
  /*  float: left; */
    box-sizing: border-box;
    width: calc((100vw - 20px) / 6);
    height: calc((100vw - 20px) / 6);
    background: none;
    padding: 5px;
    margin: 0;
    cursor: pointer;
}
#lineup .pageing li div {
    position: relative;
    width: 100%;
    height: 100%;
}
#lineup .pageing li div::after, #lineup .pageing li span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 500px;
    overflow: hidden;
    transition: transform 0.2s ease-in;
}
#lineup .pageing li div::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: rgba(0,0,0,0.4);
    opacity: 0;
    transition: opacity 0.2s ease-in;
}
#lineup .pageing li img {
    position: absolute;
    max-width: 105%;
    top: 7%;
    left: -2.5%;
}
#lineup .pageing li:hover span, #lineup .pageing li.act span {
    transform: scale(1.1);
}
#lineup .pageing li.act div::after {
    opacity: 1;
}
}
/**
 * #lifestyle
 */

#lifestyle {
    margin-top: 160px;
}

#lifestyle .inner_np {
    padding-bottom: 60px;
}
#lifestyle .inner_np::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #b1a77e;
    opacity: 0.15;
    content: '';
}
#lifestyle h2 {
    float: left;
    width: 50%;
}
#lifestyle .read {
    float: right;
    width: 50%;
    font-weight: bold;
}
#lifestyle .img {
    position: relative;
    margin-top: 30px;
    width: 100%;
    height: 40vw;
    max-height: 640px;
}
#lifestyle .img li {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 40vw;
    overflow: hidden;
}
#lifestyle .img li:first-child {
    display: block;
}
#lifestyle .img.on li {
    transition: width 0.8s cubic-bezier(0.66, 0.45, 0.14, 0.79);
    width: 100%;
}
#lifestyle .img.on li.act {
    z-index: 2;
}
#lifestyle .img.on li.inact {
    z-index: 1;
}
#lifestyle .img li div {
    position: relative;
    width: 100vw;
    height: 100%;
    max-height: 640px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateX(-10%);
}
#lifestyle .img.on li div {
    transition: transform 0.8s cubic-bezier(0.66, 0.45, 0.14, 0.79);
    transform: translateX(0%);
}
#lifestyle .img.off li, #lifestyle .img.off li div {
    transition: none;
}
#lifestyle .txt {
    position: relative;
    margin-top: -50px;
    box-sizing: border-box;
    background: #fff;
    padding: 45px 60px;
    width: 86%;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 3;
}
#lifestyle .txt.on, #lifestyle .txt.off {
    opacity: 1;
    transform: translateY(0);
}
#lifestyle .txt h5 {
    position: absolute;
    top: -30px;
    font-size: 4rem;
}
#lifestyle .txt h3 {
    max-width: calc(100% - 250px);
    font-size: 3rem;
}
#lifestyle .txt h3 .ani_txt {
    line-height: 1.2;
}
#lifestyle .txt h4 {
    max-width: calc(100% - 250px);
    font-size: 2rem;
}
#lifestyle .ani_txt span {
    transition-delay: 0.9s;
}
#lifestyle .ani_txt::after {
    transition-delay: 0.4s;
}
#lifestyle .pageing {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    border: none;
    padding: 0;
}
#lifestyle .pageing .btn_prev::before, #lifestyle .pageing .btn_next::before {
    border: solid 1px #ddd;
}
#lifestyle .pageing .btn_prev:hover::before, #lifestyle .pageing .btn_next:hover::before {
    border: solid 1px #f5da44;
}
#lifestyle .pageing .pos {
    position: absolute;
    left: -110px;
    top: 6px;
}
#lifestyle .pageing .pos > div {
    float: left;
    color: #502314;
}
#lifestyle .pageing .pos .bar {
    position: relative;
    margin: 0.8em 15px 0 20px;
    width: 50px;
    height: 1px;
    background: #502314;
}
#lifestyle .pageing .pos .bar span {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #f5da44;
}
#lifestyle .pageing .pos .curret span {
    position: absolute;
    display: block;
    color: #f5da44;
}

@media only screen and (max-width:768px) {
#lifestyle {
    margin-top: 80px;
}
#lifestyle .inner_np {
    padding-bottom: 25px;
    overflow: hidden
}
#lifestyle .inner_np::before {
    width: 100%;
    height: 100%;
    left: 25px;
    top: 60px;
}
#lifestyle h2, #lifestyle .read {
    float: none;
    width: 100%;
}
#lifestyle .img {
    height: 66.666vw;
    margin-top: 20px;
}
#lifestyle .img li {
    height: 66.666vw;
}
#lifestyle .img li div {
    max-height: none;
}
#lifestyle .txt {
    margin-top: -25px;
    padding: 25px;
    width: calc(100% - 25px);
}
#lifestyle .txt h5 {
    top: -12px;
    font-size: 2.5rem;
}
#lifestyle .txt h3 {
    max-width: none;
    font-size: 2rem;
}
#lifestyle .txt h4 {
    max-width: none;
    font-size: 1.5rem;
}
#lifestyle .pageing {
    position: relative;
    top: 10px;
    right: 0;
    transform: none;
}
#lifestyle .pageing .btns {
    float: right;
}
#lifestyle .pageing .pos {
    position: relative;
    float: left;
    left: 0;
    top: 8px;
}
#lifestyle .pageing .pos .bar {
    width: 40px;
    margin: 0.8em 10px 0 15px;
}
}
/**
 * #hemstyle
 */

#hemstyle {
    margin-top: 160px;
}

#hemstyle .inner_np {
    padding-bottom: 60px;
}
#hemstyle .inner_np::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #b1a77e;
    opacity: 0.15;
    content: '';
}
#hemstyle h2 {
    float: left;
    width: 50%;
}
#hemstyle .read {
    float: right;
    width: 50%;
    font-weight: bold;
}
#hemstyle .img {
    position: relative;
    margin-top: 30px;
    width: 100%;
    height: 40vw;
    max-height: 640px;
}
#hemstyle .img li {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 40vw;
    overflow: hidden;
}
#hemstyle .img li:first-child {
    display: block;
}
#hemstyle .img.on li {
    transition: width 0.8s cubic-bezier(0.66, 0.45, 0.14, 0.79);
    width: 100%;
}
#hemstyle .img.on li.act {
    z-index: 2;
}
#hemstyle .img.on li.inact {
    z-index: 1;
}
#hemstyle .img li div {
    position: relative;
    width: 100vw;
    height: 100%;
    max-height: 640px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateX(-10%);
}
#hemstyle .img.on li div {
    transition: transform 0.8s cubic-bezier(0.66, 0.45, 0.14, 0.79);
    transform: translateX(0%);
}
#hemstyle .img.off li, #hemstyle .img.off li div {
    transition: none;
}
#hemstyle .txt {
    position: relative;
    margin-top: -50px;
    box-sizing: border-box;
    background: #fff;
    padding: 45px 60px;
    width: 86%;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 3;
}
#hemstyle .txt.on, #hemstyle .txt.off {
    opacity: 1;
    transform: translateY(0);
}
#hemstyle .txt h5 {
    position: absolute;
    top: -30px;
    font-size: 4rem;
}
#hemstyle .txt h3 {
    max-width: calc(100% - 250px);
    font-size: 3rem;
}
#hemstyle .txt h3 .ani_txt {
    line-height: 1.2;
}
#hemstyle .txt h4 {
    max-width: calc(100% - 250px);
    font-size: 2rem;
}
#hemstyle .ani_txt span {
    transition-delay: 0.9s;
}
#hemstyle .ani_txt::after {
    transition-delay: 0.4s;
}
#hemstyle .pageing {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    border: none;
    padding: 0;
}
#hemstyle .pageing .btn_prev::before, #hemstyle .pageing .btn_next::before {
    border: solid 1px #ddd;
}
#hemstyle .pageing .btn_prev:hover::before, #hemstyle .pageing .btn_next:hover::before {
    border: solid 1px #f5da44;
}
#hemstyle .pageing .pos {
    position: absolute;
    left: -110px;
    top: 6px;
}
#hemstyle .pageing .pos > div {
    float: left;
    color: #502314;
}
#hemstyle .pageing .pos .bar {
    position: relative;
    margin: 0.8em 15px 0 20px;
    width: 50px;
    height: 1px;
    background: #502314;
}
#hemstyle .pageing .pos .bar span {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #f5da44;
}
#hemstyle .pageing .pos .curret span {
    position: absolute;
    display: block;
    color: #f5da44;
}

@media only screen and (max-width:768px) {
#hemstyle {
    margin-top: 80px;
}
#hemstyle .inner_np {
    padding-bottom: 25px;
    overflow: hidden
}
#hemstyle .inner_np::before {
    width: 100%;
    height: 100%;
    left: 25px;
    top: 60px;
}
#hemstyle h2, #hemstyle .read {
    float: none;
    width: 100%;
}
#hemstyle .img {
    height: 66.666vw;
    margin-top: 20px;
}
#hemstyle .img li {
    height: 66.666vw;
}
#hemstyle .img li div {
    max-height: none;
}
#hemstyle .txt {
    margin-top: -25px;
    padding: 25px;
    width: calc(100% - 25px);
}
#hemstyle .txt h5 {
    top: -12px;
    font-size: 2.5rem;
}
#hemstyle .txt h3 {
    max-width: none;
    font-size: 2rem;
}
#hemstyle .txt h4 {
    max-width: none;
    font-size: 1.5rem;
}
#hemstyle .pageing {
    position: relative;
    top: 10px;
    right: 0;
    transform: none;
}
#hemstyle .pageing .btns {
    float: right;
}
#hemstyle .pageing .pos {
    position: relative;
    float: left;
    left: 0;
    top: 8px;
}
#hemstyle .pageing .pos .bar {
    width: 40px;
    margin: 0.8em 10px 0 15px;
}
}
/**
 * #simulator
 */
/* #simulator { */
/*     margin-top: 160px; */
/* } */
#simulator .inner_np {
    padding-bottom: 60px;
}
#simulator .inner_np::before {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: url(/images/common/bg_c0.png);
    content: '';
}
#simulator .simulator_inner {
    position: relative;
}
#simulator .img {
    position: relative;
    width: 74%;
    height: 33.5vw;
    max-height: 537px;
    overflow: hidden;
}
#simulator .img .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/images/top/location_index_yokohama_webp_40.webp) no-repeat center center;
    background-size: cover;
    opacity: 0;
    transform: scale(1.15);
    transition: opacity 1.5s, transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#simulator .img.on .bg {
    opacity: 1;
    transform: scale(1);
}
#simulator .img h4 {
    position: absolute;
    width: 22%;
    left: 5%;
    top: 5%;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.3s 0.2s, transform 0.5s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#simulator .img.on h4 {
    opacity: 1;
    transform: translateY(0);
}
#simulator .img h3 {
    position: absolute;
    left: 5%;
    top: 7%;
    font-size: 2.6rem;
    line-height: 1.4;
}
#simulator .img h3 span {
    position: relative;
}
#simulator .img h3 .ani_txt {
    padding-bottom: 3px;
}
#simulator .img h3 b {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.6);
    transition: transform 0.7s 1s ease-in-out;
    transform: translate3D(-100%, 0, 0);
}
#simulator .img.on h3 b {
    transform: translate3D(0, 0, 0);
}
#simulator .img figure img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 8%;
    margin: auto;
    width: 61%;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.3s 0.5s, transform 0.5s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#simulator .img.on img {
    opacity: 1;
    transform: translateY(0);
}
#simulator .txt {
    box-sizing: border-box;
    position: absolute;
    right: 0;
    width: 33%;
    padding: 60px;
    background: #fff;
    border-top: solid 2px #f5da44;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#simulator .txt.on {
    opacity: 1;
    transform: translateY(0);
}
#simulator .txt h3 {
    margin-bottom: 0.4em;
    font-size: 2.8rem;
    line-height: 1.4;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.3s 0.5s, transform 0.5s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#simulator .txt.on h3 {
    opacity: 1;
    transform: translateY(0);
}
#simulator .txt p {
    font-size: 1.4rem;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.3s 0.7s, transform 0.5s 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#simulator .txt.on p {
    opacity: 1;
    transform: translateY(0);
}
#simulator .txt .btn_link {
    margin-top: 1em;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.3s 0.9s, transform 0.5s 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#simulator .txt.on .btn_link {
    opacity: 1;
    transform: translateY(0);
}
#simulator .ani_txt span {
    transition-delay: 0.9s;
}
#simulator .ani_txt::after {
    transition-delay: 0.4s;
}

@media only screen and (max-width:768px) {
#simulator {
    margin-top: 80px;
}
#simulator .view_more {
    top: 2em;
}
#simulator .inner_np {
    /*margin-top: 1em;*/
    padding-bottom: 160px;
}
#simulator .inner_np::before {
    height: 60%;
}
#simulator .simulator_inner {
    position: static;
}
#simulator .img {
    width: calc(100% + 50px);
    height: 60vw;
    left: -25px;
}
#simulator .img.on .bg {
    opacity: 1;
    transform: scale(1);
}
#simulator .img h4 {
    width: 23%;
}
#simulator .img h3 {
    left: auto;
    bottom: auto;
    left: 5%;
    top: 5%;
    font-size: 1.3rem;
}
#simulator .img h3 .ani_txt {
    padding-bottom: 2px;
}
#simulator .img h3 b {
    height: 3px;
}
#simulator .img figure img {
    top: 8%;
    right: 0;
}
#simulator .txt {
    top: auto;
    bottom: 0;
    right: 0;
    width: calc(100% - 30px);
    padding: 30px;
    transform: none;
    transform: translateY(0);
}
#simulator .txt.on {
    transform: translateY(-15px);
}
#simulator .txt h3 {
    margin-bottom: 0.4em;
    font-size: 1.6rem;
}
#simulator .txt p {
    font-size: 1.1rem;
}
#simulator .txt .btn_link {
    margin-top: 1em;
}
}
/**
 * #insta
 */
#insta {
    margin-top: 160px;
}
#insta ul li {
    float: left;
    width: 20%;
    height: 100%;
    position: relative;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.5s, transform 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
#insta ul li::before {
    content: "";
    display: block;
    padding-top: 100%;
}
#insta .carousel_inner ul.on li {
    opacity: 1;
    transform: scale(1.28);
/*     transform: scale(1);     */
}
#insta .carousel_inner li .img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#insta .carousel_inner li .img img {
    width: auto;
    max-width: inherit;
    height: 100%;
    position: absolute;
/*     left: -24%; */
    left: 11%;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#insta .carousel_inner li a:hover .img img {
    transform: scale(1.05);
}

@media only screen and (max-width:768px) {
#insta {
    margin-top: 80px;
}
#insta .view_more {
    top: 0.6em;
}
#insta .carousel_inner ul {
    position: relative;
}
#insta .carousel_inner li {
    width: 50vw;
}
#insta .pageing {
    border: none;
    padding: 25px 25px 0 25px;
}
}
/**
 * #notice
 */
#notice {
    position: relative;
    padding: 150px 0;
    background: url(/img/common/bg_0.png);
    font-size: 1.2rem;
    color: #333;
}

@media only screen and (max-width:768px) {
#notice {
    padding: 75px 0;
    font-size: 1rem;
}
}
/**
 * #container
 */
#container {
    padding-bottom: 0;
}
/* Go to eat */
.gotoeat_campaign {
position: absolute;
bottom: 100px;
left: 60px;
z-index: 3;
}
.box {
  width: 90px;
  height: 90px;
  animation: pikopiko 1s steps(2, start) infinite;
}

@keyframes pikopiko {
  0% {
    transform: rotate(20deg);
  }
  to {
    transform: rotate(-10deg);
  }
}
.gotoeat_campaign figure {
position: relative;
}
.gotoeat_campaign .badge {
  position: absolute;
  top: -55px;
  right: -50px;
}
.gotoeat_campaign .badge img {
  transition: transform 0.1s ease-in;
}
.gotoeat_campaign .badge p {
  position: absolute;
  width: 135px;
  top: 8px;
  left: 5px;
  font-size: 1.3rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width:768px) {
.gotoeat_campaign {
  bottom: 80px;
  left: 15px;
}
.box {
  width: 70px;
  height:60px;
}
.gotoeat_campaign .badge {
  top: -35px;
  right: -60px;
}
.gotoeat_campaign .badge img {
  width: 96px;
  height: 50px;
}
.gotoeat_campaign .badge p {
  width: 125px;
  top: 3px;
  left: 3px;
  font-size: 1.12rem;
  line-height: 1.1;
  text-shadow: 1px 1px 2px #000;
}
}
