@charset "utf-8";

/* =============================================================================
   レイアウト
============================================================================= */
.wrapper{
	background: #F1F0E4;
}
@media screen and (max-width: 959px){
	.header{
		max-width: 350px;
	}
}

/* =============================================================================
   MV
============================================================================= */
.mv{
	position: relative;
	height: 100vh;
}
.mv::after{
	position: absolute;
	bottom: 150px;
	z-index: 2;
	content: "";
	display: inline-block;
	width: 40vw;
	height: 0;
	padding-top: calc(302 / 500 * 40vw);
	background: url("/_images/mv_name.png") center / 100% auto no-repeat;
}
@media screen and (max-width: 959px){
	.mv::after{
		left: 5vw;
	}
}
@media print, screen and (min-width:960px) {
	.mv::after{
		right: 20vw;
		bottom: 200px;
		width: 20vw;
		padding-top: calc(302 / 500 * 20vw);
	}
}

/* MV AGE
-----------------------------------------------------------*/
.mvAge{
	position: absolute;
	right: 5vw;
	bottom: 230px;
	z-index: 2;
}
.mvAge a{
	position: relative;
	display: block;
	width: 170px;
	height: 170px;
	transition: color .4s ease-out;
}
.mvAge_wp{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.mvAge_wp::before {
	pointer-events: none;
    position: absolute;
    content: '';
    z-index: -1;
    left: 0;
	top: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    background: url("/_images/mv_age.png") center / cover no-repeat;
    animation: rotateAnimation 20s infinite forwards linear;
}
.mvAge_txt{
	display: flex;
	align-items: center;
	color: #fff;
	flex-direction: column;
	font-family: "Jost", serif;
	line-height: 1;
	text-shadow: 0 0 2px rgb(0 0 0 / 100%), 0 0 2px rgb(0 0 0 / 100%), 0 0 2px rgb(0 0 0 / 100%), 0 0 2px rgb(0 0 0 / 100%), 0 0 2px rgb(0 0 0 / 100%), 0 0 2px rgb(0 0 0 / 100%), 0 0 2px rgb(0 0 0 / 100%), 0 0 2px rgb(0 0 0 / 100%), 0 0 2px rgb(0 0 0 / 100%), 0 0 2px rgb(0 0 0 / 100%), 0 0 2px rgb(0 0 0 / 100%), 0 0 2px rgb(0 0 0 / 100%);
}
.mvAge_txt01{
	font-size: 1.8rem;
	font-weight: bold;
}
.mvAge_txt02{
	font-size: 5.0rem;
	font-weight: bold;
}
.mvAge_txt03{
	font-size: 1.6rem;
	font-weight: bold;
}
.mvAge_link{
	position: absolute;
	right: -16px;
	bottom: 0;
	padding: 4px 16px;
	line-height: 1;
	font-weight: bold;
	border-radius: 50vw;
	background: #fff;
	border: solid 2px #000;
	transition: transform .4s ease-out, border .4s ease-out;
}
.mvAge_link .m-ico{
	margin-left: 4px;
}
@media print, screen and (min-width:960px) {
	.mvAge{
		bottom: 250px;
	}
	.mvAge a{
		width: 216px;
		height: 216px;
	}
	.mvAge_txt01{
		font-size: 2.0rem;
	}
	.mvAge_txt02{
		font-size: 7.0rem;
	}
	.mvAge_txt03{
		font-size: 1.8rem;
	}
	.mvAge_link{
		padding: 8px 16px;
	}
	.mvAge a:hover{
		color: #87660f;
	}
	.mvAge a:hover .mvAge_link{
		border-color: #87660f;
		transform: translateX(16px);
	}
}
@keyframes rotateAnimation{
	0%{
		transform:rotate(360deg) translateZ(0px)
	}
	100%{
		transform:rotate(0deg) translateZ(0px)
	}
}
	
/* MV SLIDE
-----------------------------------------------------------*/
.mvSlide{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.mvSlide .slick-track {
	display: flex;
}
.mvSlide .slick-slide {
	height: auto!important;
}
.mvSlide_item{
	display: flex;
	justify-content: center;
	align-items: center;	
	width: 100%;
	height: 100%;
}
.mvSlide_itemImg{
	width: 100%;
	height: 100%;
}
.mvSlide_itemImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	transform: scale(1);
	transition: transform 7s ease-out;
}
.mvSlide_item.swiper-slide-active .mvSlide_itemImg img {
	transform: scale(1.2);
}



/* MV PHOTO SLIDE
-----------------------------------------------------------*/
.mvphotoSlide{
	display: flex;
	position: absolute;
	bottom: 80px;
	z-index: 1;
	padding: 8px 0;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	overflow: hidden;
}
.mvphotoSlide_item{
	padding: 0 4px;
	width: 100px;
	height: 100px;
}
.mvphotoSlide.flowingSlide .mvphotoSlide_item{
	display: block;
}

.mvphotoSlide_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
	overflow: hidden;
	border-radius: 16px;
}

@media print, screen and (min-width:960px) {
	.mvphotoSlide_item{
		width: 200px;
		height: 200px;
	}
	.mvphotoSlide_item img{
		border-radius: 32px;	
	}
}

/* FLOWING SLIDE */
.flowingSlide{
	display:flex;
	width: 100%;
	overflow: hidden;
}
.flowingSlideWp {
	display: flex;
	width: max-content;
	animation: flowingAnimation 30s linear infinite;
}
.flowingSlideItem {
	position: relative;
	padding: 0 8px;
	height: 100%
}
@keyframes flowingAnimation {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}


/* MV FLOWING TXT
-----------------------------------------------------------*/
.mvFlowingtxt {
    position: absolute;
    bottom: 80px;
    transform: translateY(50%);
    z-index: 2;
	width: 100%;
	height: 69px;
    overflow: hidden;
    background: url("/_images/mv_read.png") 0 0 repeat-x;
    opacity: .5;
	animation: mvFlowingtxtAnimation 25s infinite linear 0.5s both;
}
@keyframes mvFlowingtxtAnimation {
    0% {
        background-position-x: 0%;
    }
    100% {
        background-position-x: -920px;
    }
}

/* MV SCLOLL
-----------------------------------------------------------*/
.mvScroll {
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.mvScroll a{
	display: flex;
	flex-direction: column;
	text-align: center;
}
.mvScroll_text {
	display: block;
	font-weight: bold;
	color: #fff;
	font-family: "Jost", serif;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.mvScroll_icon {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 16px;
	width: 100%;
	height: 60px;
	overflow: hidden;
}

.mvScroll_icon .line {
	position: absolute;
	top: -60px;
	display: block;
	width: 1.5px;
	height: 60px;
	border-radius: 5px;
	background: #fff;
	animation: scrollLine 2s infinite;
}
.mvScroll_icon .icon {
	position: absolute;
	bottom: 0px;
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #fff;
}
@keyframes scrollLine {
	0% {
		top: -60px;
	}
	30% {
		top: 0;
	}
	70% {
		top: 0;
	}
	100% {
		top: 60px;
	}
}

/* =============================================================================
   INDEX
============================================================================= */
.index_wp{
	margin: 0 -16px;
}
.index_hd{
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 0;
}
.index_ttlen{
	order: -1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1.3;
	font-size: 4.0rem;
	font-family: "Jost", serif;
	font-weight: bold;
}
.index_ttlen span{
	display: inline-block;
	padding: 0 16px;
	background-color: rgba(255, 255, 255, 0.6);
	white-space: nowrap;
}
.index_ttlen span:not(:first-child){
	margin-top: 4px;
}
.index_ttl{
	display: flex;
	align-items: center;
	margin-top: 16px;
	font-size: 2.0rem;
	font-weight: bold;
}
.index_ttl::before{
	content: "";
	display: inline-block;
	margin-right: 8px;
	width: 16px;
	height: 1px;
	border-top: solid 1px #000;
}

.index_kotaro{
	position: absolute;
	z-index: 1;
	width: 75px;
	height: 155px;
	background: url("/_images/index_kotaro.png") center / 100% auto no-repeat;
	transform: rotateZ(4deg);
	animation: yureAnimation 1s steps(1) infinite alternate;
	
}
.index_kotaro::before{
	position: absolute;
	left: -60px;
	top: 0;
	transform: rotate(-10deg);
	content: "";
	display: inline-block;
	width: 61px;
	height: 18px;
	animation: indexAnimation 4s steps(1) infinite alternate;
	background: url("/_images/index_voice.png") center / 100% auto no-repeat;
}

@keyframes yureAnimation {
    0%,100% {
        transform: rotateZ(4deg)
    }
    25% {
        transform: rotateZ(-9deg)
    }
    50% {
        transform: rotateZ(-3deg)
    }
    75% {
        transform: rotateZ(-5deg)
    }
}
@keyframes indexAnimation {
	0%, 100%{
		left: -70px;
		top: 40%;
		transform: rotate(-30deg);
	}
	25% {
		left: inherit;
		right: -60px;
		top: 10%;
		transform: rotate(30deg);
	}
	50% {
		left: -50px;
		top: 0%;
		transform: rotate(-10deg);
	}
	75% {
		left: inherit;
		right: 	-60px;
		top: 35%;
		transform: rotate(30deg);
	}
}


.index_bd{
	margin: 16px 16px 0;
}
.index_list{
	counter-reset: listnum;
	flex: 1;
}
.index_listItem{
	border-top: solid 1px #c7bfaa;
}
.index_listItem:last-child{
	border-bottom: solid 1px #c7bfaa;
}
.index_listItem a{
	position: relative;
	display: block;
	padding: 8px 32px 8px;
	transition: color .2s ease-out;
}
.index_listBox{
	display: flex;
	flex-direction: column-reverse;
}
.index_listBox_ttl{
	font-size: 2.4rem;
	font-weight: bold;
}
.index_listBox_txt{
	font-size: 1.2rem;
	font-weight: 500;
}
.index_listItem .m-ico{
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	color: #87660f;
	font-size: 2.0rem;
	transition: transform .2s ease-out;
}
.index_listItem a::before{
	position: absolute;
	left: 0;
	top: 8px;
	counter-increment: listnum;
	content: counter(listnum, decimal-leading-zero);
	color: #87660f;
	font-family: "Jost", serif;
	font-size: 1.4rem;
	font-weight: bold;
}
.index_abs{
	margin-top: 16px;
}
@media screen and (max-width: 959px){
	.index_hd{
		overflow: hidden;
	}
	.index_kotaro{
		right: 55px;
		top: 16px;
	}
}
@media print,screen and (min-width:960px){
	.index_wp{
		display: flex;
		margin: 0;
	}
	.index_ttlen{
		line-height: 1.3;
		font-size: 5.0rem;
	}
	.index_ttl::before{
		width: 2.0rem;
	}
	
	.index_kotaro{
		right: 5vw;
		bottom: -24px;
		width: 82px;
		height: 170px;
	}
	
	
	.index_bd{
		flex: 1;
		display: flex;
		margin: 0 0 0 40px;
	}
	.index_listItem a{
		padding: 16px 80px;
	}
	.index_listBox_ttl{
		font-size: 3.0rem;
	}
	.index_listBox_txt{
		font-size: 1.8rem;
	}
	.index_listItem .m-ico{
		right: 24px;
		font-size: 3.0rem;
	}
	.index_listItem a::before{
		left: 24px;
		top: 20px;
		font-size: 2.4rem;
	}
	.index_listItem a:hover{
		color: #87660f;
	}
	.index_listItem a:hover .m-ico{
		transform: translate(16px, -50%);
	}
	
	
	.index_abs{
		margin: 0 0 0 40px;
		width: 30%;
	}
}


/* =============================================================================
   BLOG
============================================================================= */
.blog{
	position: relative;
	z-index: 0;
	padding: 56px 0;
}
.blog::before, .blog::after{
    position: absolute;
    left: 0;
	z-index: 1;
    content: "";
    display: block;
    width: 100%;
    height: 25px;
    background: linear-gradient(45deg, #F1F0E4 50%, transparent 52%), linear-gradient(315deg, #F1F0E4 50%, transparent 52%);
    background-size: 50px 50px;
}
.blog::before{
	top: -1px;
	transform: rotate(180deg);
}
.blog::after{
	bottom: -1px;
}
.blog .ttlEn{
	color: #fff;
}
.blog_cassette{
	display: flex;
	flex-wrap: wrap;
	margin: 24px 0 0 -16px;
}
.blog_cassetteItem{
	margin: 16px 0 0 16px;
	width: calc(100% / 2 - 16px);
}
.blog_cassetteItem a{
	position: relative;
	display: flex;
	flex-direction: column;
}
.blog_cassetteItem a::before{
	position: absolute;
	top: 0;
	z-index: 1;
	transform: translateY(-50%) rotate(-10deg);
	content: attr(data-en);
	display: inline-block;
	color: #fff;
	font-family: "Kalam", serif;
	font-size: 2.0rem;
	font-weight: normal;
}

.blog_cassetteItem_img{
	order: -2;
	background: #fff;
}
.blog_cassetteItem_img img{
	transition: opacity .4s ease-out, transform .4s ease-out;
}
.blog_cassetteItem_meta{
	display: flex;
	flex-wrap: wrap;
	margin-top: 8px;
	font-size: 1.2rem;
	line-height: 1.3;
}
.blog_cassetteItem_meta .m-ico{
	margin-right: 6px;
}
.blog_cassetteItem_date{
	margin-right: 8px;
}

.blog_cassetteItem_ttl{
	font-weight: bold;
}

.blog .more a{
	color: #fff;
}
.blog .more a::after{
	background-color: #fff;
}

@media screen and (max-width: 959px){
	.blog_cassetteBd{
		margin-top: -24px;
		padding: 8px 12px;
		background-color: rgba(255,255,255,0.6);
	}
	.blog_cassetteItem_img{
		margin: 0 24px;
	}	
	
	.blog_cassetteItem:nth-child(even){
		padding-top: 40px;
		margin-bottom: -16px;
	}
	
	.blog_cassetteItem:nth-child(even) a::before{
		right: -8px;
	}
	.blog_cassetteItem:nth-child(odd) a::before{
		left: -8px;
	}
	.blog_cassetteItem:nth-child(odd) .blog_cassetteBd{
		margin-left: -16px;
		border-radius: 0 16px 24px 0;
	}
	.blog_cassetteItem:nth-child(odd) .blog_cassetteItem_img{
		margin: 0 24px 0 8px;
	}
	.blog_cassetteItem:nth-child(even) .blog_cassetteBd{
		margin-right: -16px;
		border-radius: 24px 0 0 16px;
	}
	.blog_cassetteItem:nth-child(even) .blog_cassetteItem_img{
		margin: 0 8px 0 24px;
	}
}


@media print,screen and (min-width:960px){
	.blog{
		position: relative;
		z-index: 0;
		padding: 150px 0;
	}
	.blog::before, .blog::after{
		position: absolute;
		left: 0;
		z-index: 1;
		content: "";
		display: block;
		width: 100%;
		height: 25px;
		background: linear-gradient(45deg, #F1F0E4 50%, transparent 52%), linear-gradient(315deg, #F1F0E4 50%, transparent 52%);
		background-size: 50px 50px;
	}
	.blog::before{
		top: 0;
		transform: rotate(180deg);
	}
	.blog::after{
		bottom: 0;
	}
	.blog .ttlEn{
		color: #fff;
	}
	.blog_cassette{
		display: flex;
		flex-wrap: wrap;
		margin: 40px 0 0 -40px;
	}
	.blog_cassetteItem{
		margin: 24px 0 0 40px;
		width: calc(100% / 3 - 40px);
	}
	.blog_cassetteItem:nth-child(3n + 2){
		padding-top: 40px;
	}
	.blog_cassetteItem a{
		display: flex;
		flex-direction: column;
		padding: 4px 4px 16px;
		border-radius: 24px;
		background-color: rgba(255,255,255,0.8);
	}
	
	
	.blog_cassetteItem a::before{
		left: -16px;
		font-size: 4.5rem;
	}
	.blog_cassetteItem_img{
		overflow: hidden;
		order: -2;
	}
	.blog_cassetteItem a:hover .blog_cassetteItem_img img{
		opacity: .6;
		transform: scale(1.1);
	}
	.blog_cassetteItem_img{
		border-radius: 20px 20px 0 0;
	}
	
	
	.blog_cassetteItem_meta{
		order: -1;
		display: flex;
		justify-content: space-between;
		margin-top: 16px;
		font-size: 1.4rem;
		line-height: 1.3;
	}
	.blog_cassetteItem_meta .m-ico{
		margin-right: 6px;
	}
	.blog_cassetteItem_category{
		position: relative;
	}
	.blog_cassetteItem_date{
		margin-right: 0;
	}
	.blog_cassetteBd{
		padding: 0 16px;
	}

	.blog_cassetteItem_ttl{
		margin-top: 8px;
		font-size: 2.0rem;
		font-weight: bold;
	}

	.blog .more a{
		color: #fff;
	}
	.blog .more a::after{
		background-color: #fff;
	}

}

.dogfriendly{
	position: relative;
	margin: 40px 0;
	padding: 40px 16px 16px;
	border-radius: 32px;
	background-color: rgba(255,255,255,0.8);
}
.dogfriendly::before {
	position: absolute;
	left: -8px;
	top: -24px;
	content: attr(data-en);
	font-family: "Kalam", serif;
	font-size: 4.0rem;
	font-weight: normal;
	transform: rotate(-5deg);
}
.dogfriendly_wp{
	margin-top: 2vw;
}
.dogfriendly_ttl{
	position: relative;
	padding-bottom: 16px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}
.dogfriendly_ttl span{
	display: inline-block;
	font-weight: bold;
}
.dogfriendly_ttl::before{
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	content: "";
	display: inline-block;
	width: 100px;
	height: 1px;
	background: #87660f;
}

.dogfriendly_cassette{
	display: flex;
	flex-wrap: wrap;
	margin: -8px 0 0 -16px;
	counter-reset: listnum;
}
.dogfriendly_cassetteItem{
	position: relative;
	margin: 24px 0 0 16px;
	width: calc(100% / 2 - 16px);
}
.dogfriendly_cassetteItem a{
	display: flex;
	flex-direction: column;
}
.dogfriendly_cassetteItem_img{
	order: -1;
	position: relative;
}
.dogfriendly_cassetteItem_img img{
	border-radius: 16px;
}
.dogfriendly_cassetteItem_img .m-ico{
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3.0rem;
	height: 3.0rem;
	color: #fff;
	font-size: 2.0rem;
	border-radius: 50vw;
	background: #87660f;
}
.dogfriendly_cassetteItem_img::before{
	position: absolute;
	left: 50%;
	bottom: 2.5rem;
	transform: translateX(-50%);
	counter-increment: listnum;
	content: counter(listnum, decimal-leading-zero);
	color: #fff;
	font-family: "Jost", serif;
	font-size: 2.4rem;
}

.dogfriendly_cassetteItem_area{
	margin-top: 16px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .2em;

}
.dogfriendly_cassetteItem_area::before{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	z-index: 1;
	content: attr(data-en);
	display: inline-block;
	color: #87660f;
	font-family: "Jost", serif;
	font-size: 2.0rem;
	font-weight: normal;
	letter-spacing: .2em;
}
.dogfriendly_cassetteItem_area span{
	font-size: 1.8rem;
	font-weight: bold;
}

.blog_abs{
	margin-top: 4vw;
	text-align: center;
}




@media print, screen and (min-width:960px) {
	.dogfriendly{
		position: relative;
		margin: 4vw 0;
		padding: 2vw 4vw;
		border-radius: 32px;
		background-color: rgba(255,255,255,0.6);
	}
	.dogfriendly::before {
		position: absolute;
		left: 32px;
		top: 0;
		content: attr(data-en);
		font-family: "Kalam", serif;
		font-size: 6.0rem;
		font-weight: normal;
		transform: rotate(-5deg);
	}
	.dogfriendly_wp{
		margin-top: 2vw;
	}
	.dogfriendly_ttl{
		position: relative;
		padding-bottom: 16px;
		font-size: 2.6rem;
		font-weight: bold;
		text-align: center;
	}
	.dogfriendly_ttl::before{
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		content: "";
		display: inline-block;
		width: 100px;
		height: 1px;
		background: #87660f;

	}

	.dogfriendly_cassette{
		display: flex;
		flex-wrap: wrap;
		margin: -2vw 0 0 -2vw;
		counter-reset: listnum;
	}
	.dogfriendly_cassetteItem{
		position: relative;
		margin: 2vw 0 0 2vw;
		width: calc(100% / 4 - 2vw);
	}
	.dogfriendly_cassetteItem a{
		display: flex;
		flex-direction: column;
	}
	.dogfriendly_cassetteItem_img{
		order: -1;
		position: relative;
	}
	.dogfriendly_cassetteItem_img img{
		border-radius: 32px;
	}
	.dogfriendly_cassetteItem_img .m-ico{
		position: absolute;
		left: 50%;
		top: 100%;
		transform: translate(-50%, -50%);
		display: flex;
		justify-content: center;
		align-items: center;
		width: 4.0rem;
		height: 4.0rem;
		color: #fff;
		font-size: 2.5rem;
		border-radius: 50vw;
		background: #87660f;
	}
	.dogfriendly_cassetteItem_img::before{
		position: absolute;
		left: 50%;
		bottom: 2.5rem;
		transform: translateX(-50%);
		counter-increment: listnum;
		content: counter(listnum, decimal-leading-zero);
		color: #fff;
		font-family: "Jost", serif;
		font-size: 4.0rem;
	}

	.dogfriendly_cassetteItem_area{
		margin-top: 24px;
		text-align: center;
		font-size: 2.0rem;
		font-weight: bold;
		letter-spacing: .2em;

	}
	.dogfriendly_cassetteItem_area::before{
		position: absolute;
		left: 50%;
		top: 0;
		transform: translate(-50%, -50%);
		content: attr(data-en);
		display: inline-block;
		color: #87660f;
		font-family: "Jost", serif;
		font-size: 2.5rem;
		font-weight: normal;
		letter-spacing: .2em;
	}
	.dogfriendly_cassetteItem_area span{
		font-size: 1.8rem;
		font-weight: bold;
	}

	.blog_abs{
		margin-top: 4vw;
		text-align: center;
	}
}

.video-background {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	pointer-events: none;
}
.video-background::before{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}

.fixedBlog .video-background {
	position: fixed;
}
.fixedBlog.nofixedBlog .video-background {
	position: absolute;
	top: inherit;
	bottom: 0;
}
video.routingByBreakpoint {
  object-fit: cover; /* 動画がセクションにフィットするように */
  width: 100%;
  height: 100%;
}


/* =============================================================================
   MANUAL
============================================================================= */
.manual_wrap{
	margin: 0 -16px;
}

/* PARTS */
.manual_parts{
	margin-top: 24px;
}
.manual_partsInner{
	position: relative;
	overflow: hidden;
}
.manual_partsImg{
	height: 100%;
}
.manual_partsImg img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.manual-thumbnail_item{
	cursor: pointer;
	position: absolute;
	transform: translate(-50%, -50%);
	
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 8px;
	min-width: 50px;
    color: #000;
	font-weight: 500;
    line-height: 1.3;
    text-align: center;
    border: solid 2px #000;
	background-color: rgba(255, 255, 255, 0.9);
	white-space: nowrap;
	transition: color .2s ease-out, border .2s ease-out, transform .2s ease-out;
}
.manual-thumbnail_item.-head{ left: 40%; top:  7%; }
.manual-thumbnail_item.-ear{ left: 13%; top:  15%; }
.manual-thumbnail_item.-eye{ left: 68%; top:  18%; }
.manual-thumbnail_item.-nose{ left: 68%; top:  31%; }
.manual-thumbnail_item.-mouth{ left: 18%; top:  34%; }
.manual-thumbnail_item.-body{ left: 15%; top:  	68%; }
.manual-thumbnail_item.-hand{ left: 76%; top:  92%; }
.manual-thumbnail_item.-heart{ left: 55%; top:  63%; }
.manual-thumbnail_item.-temper{ left: 78%; top:  53%; }
.manual-thumbnail_item.-temper{ left: 78%; top:  53%; }
.manual-thumbnail_item.-shiba{ left: 24%; top: 88%; }
.manual-thumbnail_item.-tail{ left: 79%; top:  77%; }

.manual-thumbnail_item .m-ico{
	margin-left: 4px;
	transform: translateY(2px);
	font-size: 2.2rem;
	line-height: 1;
}

/* DETAIL */
.manual_slide{
	position: relative;
	display: none;
	height: 100%!important;
}
.manual_slide.slick-initialized{
	display: block;
}
.manual_slide .slick-track {
  display: flex;
}
.manual_slide .slick-slide {
  height: auto !important;
}
.manual-slide_itemWp{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.manual-slide_item-body{
	flex: 1;
	margin: 8px 16px 0;
	padding: 8px 16px 16px;
	border-radius: 4px;
	background: #fff;
}
.manual-slide_item-bodyarea{
	background-color: #fff;
	background-image:
	linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #fff 0%, #fff 100%), linear-gradient(180deg, #fff 0%, #fff 95%, #D2C7AA 100%);
	background-size: 8px 100%,100% 3em;
	line-height: 3em;
}
.manual-slide_item-body dt{
	font-weight: bold;
}
.manual-slide_item-body dd{
	margin: 0 8px;
}
.manual-slide_item-ttl{
	position: relative;
	padding: 0 24px;
	font-size: 2.0rem;
	font-weight: bold;
}
.manual-slide_item-ttl::before{
	position: absolute;
    right: 4px;
    top: -10px;
    content: attr(data-en);
    font-family: "Kalam", serif;
    font-size: 5.5rem;
    font-weight: normal;
    color: #d2d3c7;
    transform: rotate(6deg);
}
.manual_bd .slick-arrow{
	font-size: 1.4rem;
	background: none;
	width: auto;
	transition: color .2s ease-out, transform .2s ease-out;
}
.manual_bd .slick-prev{
	left: 16px;
}
.manual_bd .slick-next{
	right: 16px;
}
.manual_bd .slick-arrow:before{
	display: none;
}
.manual_bd .slick-arrow .m-ico{
	font-size: 2.0rem;
	transition: transform .2s ease-out;
}

@media screen and (max-width: 959px){
	.modal-wrap {
		z-index: 10001;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.manual_bd.is-animation{
		opacity: 1;
	}
	.manual_box {
		position: fixed;
		right: 0;
		top: 0;
		z-index: 1000;
		margin: 24px 0 59px;
		width: calc(100% - 24px);
		height: calc(100% - 83px);
		transform: translateX(50px);
		opacity: 0;
		visibility: hidden;
		transition: opacity .4s ease, visibility .4s, transform .4s ease;
	}
	.manual_box.is-open{
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
	}
	.manual_slide{
		padding: 24px 0 48px;
		border-radius: 16px 0 0 16px;
		background-color: rgba(255,255,255,0.9);
	}
	.manual-slide_item-body{
		overflow: auto;
	}	
	.manual_bd .slick-arrow{
		top: inherit;
		bottom: 8px;
		font-size: 1.4rem;
	}
	.manual_bd .slick-arrow .m-ico{
		font-size: 2.0rem;
	}
	.manual_wrap .modal-close{
		bottom: inherit;
		top: 100%;
	}
	
}


@media screen and (min-width: 960px) {
	.manual{
		margin-top: -80px;
		padding-top: 0;
	}
	.manual_wrap{
		display: flex;
		flex-direction: row-reverse;
		align-items: flex-end;
		margin: 0;
	}
	.manual .ttlEn{
		position: relative;
		z-index: 2;
	}
	
	/* PARTS */
	.manual_parts{
		margin: 0 -40px 5vw 0;
		width: 50%;
	}
	.manual-thumbnail_item{
		padding: 16px 24px;
	}
	.manual-thumbnail_item:not(.thumbnail-current):hover{
		color: #87660f;
		border-color: #87660f;
		transform: translate(-50%, -50%) scale(1.1);
	}
	.manual-thumbnail_item.thumbnail-current{
		pointer-events: none;
		color: #fff;
		border-color: #87660f;
		background: #87660f;
		transform: translate(-50%, -50%) scale(1.1);
	}
	
	/* DETAIL */
	.manual_slide{
		z-index: 1;
		margin-top: -80px;
		padding: 96px 3vw 40px;
		border-radius: 8px;
		background: #fff;
	}
	.manual_bd{
		padding-bottom: 50px;
		width: calc(50% + 40px);
	}
	.manual-slide_item{
		margin: 0 16px;
	}
	.manual-slide_item-body{
		margin: 0;
		padding: 0;

	}
	.manual-slide_item-body dd{
		margin: 0 16px;
	}
	.manual-slide_item-ttl{
		padding: 0;
		font-size: 3.0rem;
	}
	.manual-slide_item-ttl::before{
		right: 0;
		top: -16px;
		font-size: 6.0rem;
	}
	.manual_bd .slick-arrow{
		top: calc(100% + 30px);
		font-size: 1.6rem;
	}
	.manual_bd .slick-prev{
		left: 0;
	}
	.manual_bd .slick-next{
		right: 0;
	}
	.manual_bd .slick-arrow .m-ico{
		font-size: 2.5rem;
	}
	.manual_bd .slick-prev:hover, .manual_bd .slick-next:hover{
		color: #87660f;
	}
	.manual_bd .slick-prev:hover .m-ico{
		transform: translateX(-8px);
	}
	.manual_bd .slick-next:hover .m-ico{
		transform: translateX(8px);
	}
}



.main-swiper {
	overflow: hidden;
}
.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 18px;
	background: #eee;
}
.thumbnail-swiper{
	margin-top: 24px;
}
.swiper-thumbnail {
	width: 100px;
	height: 70px;
	cursor: pointer;
}
.visually-hidden {
	visibility: hidden;
	position: absolute;
	margin-top: -1px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.swiper-slide-thumb-active {
    border: 2px solid #ffcc00;
}






/* =============================================================================
   Shiba
============================================================================= */
.shiba{
	border-radius: 24px 24px 0 0;
	background: #fff;
}
.shiba .inner{
	position: relative;
}
.shiba .ttlEn{
	pointer-events: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	color: #fff;
}
.shibalife_list{
	display: flex;
	flex-wrap: wrap;
}
.shibalife_listItem{
	width: calc(100% / 2);
}
.shibalife_listItem a{
	position: relative;
	display: block;
	padding-top: 62vw;
	height: 0;
}
.shibalife_listItem_txt{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	background-color: rgba(0,0,0,0.5);
	letter-spacing: .2em;
}
.shibalife_listItem_txt .m-ico{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 8px;
	width: 3.0rem;
	height: 3.0rem;
	color: #fff;
	font-size: 2.0rem;
	border-radius: 50vw;
	background: #87660f;
	transition: transform .4s ease-out;
}
.shibalife_listItem_txt .m-ico::before{
	text-align: center;
}
.shibalife_listItem figure{
	overflow: hidden;
	position: absolute;
    top: 0;
    left: 0;
	height: 100%;
}
.shibalife_listItem img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    transition: opacity .4s ease-out, transform .4s ease-out;
}
.shibalife_listItem.soon{
	position: relative;
	background: #ccc;
}
.shibalife_listItem.soon a{
	pointer-events: none;
	opacity: .3;
}
.shibalife_listItem.soon::before{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
    font-family: "Jost", serif;
	content: "Coming Soon...";
	font-weight: bold;
	font-size: 1.8rem;
    transform: rotate(-5deg);
}



@media screen and (max-width: 959px){
	.shiba .ttlEn::after{
		font-size: 3.0rem;
	}
}
@media print, screen and (min-width:960px) {
	.shiba{
		border-radius: 5vw 5vw 0 0;
	}
	.shibalife_listItem a{
		position: relative;
		display: block;
		padding-top: 40vw;
	}
	.shibalife_listItem_txt{
		font-size: 3.0rem;
	}
	.shibalife_listItem_txt .m-ico{
		margin: 0 0 0 8px;
		width: 4.0rem;
		height: 4.0rem;
		font-size: 2.5rem;
	}
	.shibalife_listItem a:hover img{
		opacity: .6;
		transform: scale(1.1);
	}
	.shibalife_listItem a:hover .shibalife_listItem_txt .m-ico{
		transform: translateX(8px);
	}
	.shibalife_listItem.soon::before{
		font-size: 5.0rem;
	}
	
}

