@charset "utf-8";

/* ===============================================================================
Reset
=============================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}
a{
	text-decoration: none;
	color: #808080;
}
/* ===============================================================================
Body Setting
=============================================================================== */
html, body {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.8;
  color: #000;
  height: 100%;
}
#contents{
	overflow: hidden;
}
/* ===============================================================================
Common
=============================================================================== */
.spOnly{
	display: none;
}
.btn-permeate:hover{
	opacity: 0.4;
}
.btn-permeate{
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	display: block;
}
a:hover{
	opacity: 0.4;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;	
}
@media screen and (max-width: 640px) {
	br{
		display: none;
	}
	hr{
		width: 96%;
	}
	.pcOnly{
		display: none;
	}
	.spOnly{
		display: block;
	}
	.sp-br{
		display: block;
	}
}
/* ===============================================================================
main visual
=============================================================================== */
#top{
	max-width: 90vw;
	height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    padding: 0 100px;
}
#top .header{
	position: relative;
	width: 100%;
	z-index: 2;
}
#top h1{
	position: absolute;
	top: 2.5vh;
	top: calc(var(--vh, 1vh) * 2.5);
    left: 3.8%;
}
#top h1 img{
	width: 49.38%;
}
#top .lang{
	position: absolute;
	right: 70px;
	top: calc(var(--vh, 1vh) * 7);
	top: 7vh;
	font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: .1rem;
}
#top .lang li:first-of-type:after{
	content: "|";
	color: #808080;
	padding: 0 .5rem;
}
#top .sns_top{
	position: absolute;
	right: -85px;
	top: 7.5vh;
	top: calc(var(--vh, 1vh) * 7.5);
}
#top .lang ul,
#top .sns_top ul{
	display: flex;
}
#top .sns_top li{
	padding: 0 10px;
}
#top .swiper-container{
	width: 100%;
	height: 80vh;
	height: calc(var(--vh, 1vh) * 80);
	margin: 0 auto;
	padding-top: 10.563vh;
	padding-top: calc(var(--vh, 1vh) * 10.563);
	z-index: 1;
}
#top .swiper-container .slide__01{
	background:url(../images/slide/chiyuchanslide.jpg) no-repeat center center;
	background-size: cover;
}
#top .swiper-container .slide__02{
	background:url(../images/slide/sukiusagi1.jpg) no-repeat center top;
	background-size: cover;
}
#top .swiper-container .slide__03{
	background:url(../images/slide/sukiusagi2.jpg) no-repeat center center;
	background-size: cover;
}
#top .swiper-container .slide__04{
	background:url(../images/slide/sukiusagi3.jpg) no-repeat center center;
	background-size: cover;
}
#top .swiper-container .slide__05{
	background:url(../images/slide/minapiece4_1.jpg) no-repeat center center;
	background-size: cover;
}
#top .swiper-container .slide__06{
	background:url(../images/slide/minapiece4_2.jpg) no-repeat center top;
	background-size: cover;
}
#top .swiper-container .slide__07{
	background:url(../images/slide/minapiece4_3.jpg) no-repeat center center;
	background-size: cover;
}
#top .txt_hatsubai{
	position: absolute;
	top: 50%;
	right: 34px;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	z-index: 1;
}
.down_link{
	position: absolute;
	top: 93%;
	left: 49%;
	z-index: 1;
	animation: sdb 2s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb {
	0%  {-webkit-transform: rotate(0deg) translate(0, 0);}
	20% {-webkit-transform: rotate(0deg) translate(0, 10px);}
	40% {-webkit-transform: rotate(0deg) translate(0, 0);}
}
@keyframes sdb {
	0%  {transform: rotate(0deg) translate(0, 0);}
	20% {transform: rotate(0deg) translate(0, 10px);}
	40% {transform: rotate(0deg) translate(0, 0);}
}
@media screen and (max-width: 640px) {
	#top h1 img{
		width: 63.75%;
	}
	#top .sns_top{
		top: 2vh;
		top: calc(var(--vh, 1vh) * 2);
	}
	#top .sns_top img{
		width: 30px;
	}
	#top{
		max-width: 100vw;
		padding:0;
	}
	#top .sns_top{
		right: 3.125%;
	}
	#top .sns_top li{
		padding: 0 5px;
	}
	#top .lang{
		right: 8%;
		top: 8.2vh;
		top: calc(var(--vh, 1vh) * 8.2);
	}
	#top .swiper-container{
		height: 74vh;
		height: calc(var(--vh, 1vh) * 74);
	}
	#top .swiper-container .slide__01{
		background:url(../images/slide/chiyuchanslide_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	#top .swiper-container .slide__02{
		background:url(../images/slide/sukiusagi1_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	#top .swiper-container .slide__03{
		background:url(../images/slide/sukiusagi2_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	#top .swiper-container .slide__04{
		background:url(../images/slide/sukiusagi3_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	#top .swiper-container .slide__05{
		background:url(../images/slide/minapiece4_1_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	#top .swiper-container .slide__06{
		background:url(../images/slide/minapiece4_2_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	#top .swiper-container .slide__07{
		background:url(../images/slide/minapiece4_3_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	#top .txt_hatsubai{
		width: 100%;
		top:86vh;
		top: calc(var(--vh, 1vh) * 86);
		right: auto;
		transform: translateY(0);
	}
	#top .txt_hatsubai img{
		width: 60.625%;
		margin: 0 auto;
	}
	.down_link{
		top: 92vh;
		top: calc(var(--vh, 1vh) * 92);
		left: 46%;
	}
}
/* ===============================================================================
yodogawa
=============================================================================== */
.article-lead{
	max-width: 720px;
	font-size: 1.6rem;
	position: relative;
	padding-top: 50px;
	margin: 0 auto;
}
.article-lead .txt p{
	max-width: 440px;
	margin: 0 auto;
    line-height: 2;
}
.article-lead .sukiusagi_main{
	position: absolute;
	top: 30px;
	right: -40px;
}
.sukiusagi_main.delighter {
	transition: all .5s ease-out;
	transform: translateX(100%);
	opacity: 0;
}
.sukiusagi_main.delighter.started {
	transform: none;
	opacity: 1;
}
.sukiusagi_main.delighter.started.ended {
}
@media screen and (max-width: 640px) {
	.article-lead{
		padding-top: 0;
	}
	.article-lead .txt p{
		width: 87.5%;
	}
	.article-lead .sukiusagi_main{
		position: relative;
		text-align: center;
		top: 20px;
		right: 0;
	}
}
/* ===============================================================================
article
=============================================================================== */
.article{
	padding: 120px 0 20px;
}
.article p{
	text-align: center;
	padding-bottom: 50px;
	font-size: 3.4rem;
    font-weight: bold;
}
.article ul{
	max-width: 1000px;
    margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.article a{
	color: #000;
}
.article .off{
	color: #757575;
}
.article dt{
	font-size: 1.4rem;
	line-height: 3;
	font-weight: bold;
    letter-spacing: .1rem;
}
.article dd{
	font-size: 1.6rem;
}
.article .menu1,
.article .menu2,
.article .menu3,
.article .menu2_off,
.article .menu3_off{
	width: 300px;
	height: 300px;
	position: relative;	
}
.article .menu1{
	background: url(../images/menu1.jpg);
	background-size: contain;
}
.article .menu2_off{
	background: url(../images/menu2_off.jpg);
	background-size: contain;
}
.article .menu2{
	background: url(../images/menu2.jpg);
	background-size: contain;
}
.article .menu3_off{
	background: url(../images/menu3_off.jpg);
	background-size: contain;
}
.article .menu3{
	background: url(../images/menu3.jpg);
	background-size: contain;
}
.article .obj1{
	position: absolute;
	top: -5.333%;
	right: -5.333%;
}
.article .obj2{
	position: absolute;
	bottom: 0;
	left: -6%;
}
.article .obj3{
	position: absolute;
	top: -21.333%;
	right: 0;
}
.banner{
	padding: 100px 0;
	text-align: center;
}
.banner:before,
.banner:after{
	content: "";
	background: url(../images/border_illust@2x.png) repeat-x;
    background-size: auto 100%;
	height: 34px;
	display: block;
	margin: 0 auto;
}
.banner h3{
	padding-top: 100px;
	font-size: 2.4rem;
    font-weight: bold;
	line-height: 1.4;
}
.banner p{
	padding: 30px 0 100px;
}
@media screen and (max-width: 768px) {
	.article ul{
		width: 87.5%;
		display: block;
		line-height: 1.5;
	}
	.article dl{
		padding-bottom: 70px;
	}
	.article .menu1,
	.article .menu2,
	.article .menu3,
	.article .menu2_off,
	.article .menu3_off{
		width: 100%;
		height: auto;
		padding-top: 64.285%;
	}
	.article .menu1{
		background: url(../images/menu1_sp.jpg);
		background-size: contain;
	}
	.article .menu2_off{
		background: url(../images/menu2_sp_off.jpg);
		background-size: contain;
	}
	.article .menu2{
		background: url(../images/menu2_sp.jpg);
		background-size: contain;
	}
	.article .menu3_off{
		background: url(../images/menu3_sp_off.jpg);
		background-size: contain;
	}
	.article .menu3{
		background: url(../images/menu3_sp.jpg);
		background-size: contain;
	}
	.article .obj1{
		width: 35%;
		top: -10%;
		right: auto;
		left: -3.571%;
	}
	.article .obj2{
		width: 39.642%;
		bottom: -6.666%;
		left: auto;
		right: -1.785%;
	}
	.article .obj3{
		width: 44.285%;
		top: -16.666%;
		right: auto;
		left: -7.142%;
	}
}
@media screen and (max-width: 640px) {
	.article{
		padding: 70px 0 0 !important;
	}
	.article p{
		padding-bottom: 30px;
		font-size: 2.3rem;
	}
	.article p img{
		width: 33.875%;
	}
	.article dl {
		padding-bottom: 40px;
	}
	.article dt{
		line-height: 2;
	}
	.banner{
		padding: 0 0 40px;
	}
	.banner h3{
		padding-top: 40px;
		font-size: 2.1rem;
	}
	.banner p {
		padding: 15px 0 40px;
	}
	.banner img{
		width: 80%;
		margin: 0 auto;
	}
	.banner:before,
	.banner:after{
		content: "";
		background: url(../images/border_illust_sp@2x.png) no-repeat center;
		background-size: cover;
		height: 25px;
	}	
}
/* ===============================================================================
footer
=============================================================================== */
.article-footer{
	font-size: 1.4rem;
	margin:0 auto;
}
.article-share a{
	color: #000;
	display: block;
}
.article-share{
    max-width: 438px;
	margin: 0 auto;
    padding: 0 0 50px;
	text-align: center;
}
.article-share ul{
	display: flex;
	justify-content: space-between;
}
.article-share ul li span{
	display: block;
	line-height: 1;
}
.article-share img{
	width: 72px;
}
.bottom{
    height: 100px;
    background: #E09A9B;
	margin: 0 auto;
}
.bottom div{
	max-width: 296px;
	margin:0 auto;
	padding-top: 42px;
	display: flex;
	justify-content: space-between;
	font-size: 1.4rem;
    color: #FFFFFF;
}
#backtotop{
	position: fixed;
	right: 2vw;
	bottom: 1vw;
	z-index: 2;
}
@media screen and (max-width: 640px) {
	.article-footer{
		font-size: 1rem;
	}
	.article-share ul{
		width: 87.5%;
		margin: 0 auto;
	}
	.article-share ul li img{
		width: 70%; 
	}
	.bottom{
		height: 8rem;
	}
	.bottom div{
		display: block;
		text-align: center;
		padding-top: 4.55%;
		line-height: 1.8;
	}
}