@charset "UTF-8";
@import url("https://arai-souken.com/css/reset.css");



body{
	font-family: Kaimin Tsuki Regular JIS2004 AP;
}


.box{
	position: relative;
	width: 100%;
	
	}
	


.pagenation{
    padding: 20px;
    position: fixed;
    right: 0;
    top: 20%;
}


.pagenation li{
    list-style-type: none;
    margin-bottom: 20px;
}
.pagenation a{
    display: block;
    height: 5px;
    border: 1px solid #ccc;
    width: 5px;
    border-radius: 5px;
    position: relative;
    
}


.pagenation a.active{background: #ccc;}


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

@media print, screen and (min-width: 768px) {
	.pagenation{top: 30%;}
}	

@media print, screen and (min-width: 1024px) {}	


/*-------------------------
header
--------------------------*/


.intoro{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh
}

#concept{
	height: 100vh;
}

.intoro h1,
.intoro h2{
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	font-size: 36px;
	line-height: 1em
}

.intoro h1:before{
	display: inline-block;
	content: "";
	height: 36px;
	width: 36px;
	background-image: url(img/tomato_i.svg);
	background-size: contain;
	margin-bottom: 6px
}

@media screen and (max-width: 767px) {
	.intoro h1{
		position: relative;
		margin: -50px 0 0
	}
}	

@media print, screen and (min-width: 768px) {}	

@media print, screen and (min-width: 1024px) {}	


/*-------------------------
concept
--------------------------*/

#concept{}


.c_text{
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
	align-items: center;
	height: 100vh
}

.c_text p{
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
  font-size: 22px;
  line-height: 2.2em
}


@media screen and (max-width: 320px) {
	.c_text p{font-size: 20px;}
}	

@media print, screen and (min-width: 768px) {}	

@media print, screen and (min-width: 1024px) {}	


/*-------------------------
info
--------------------------*/

#info > div{
	width: 90%;
	margin: 0 auto;
	height: 100vh;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center
}

#mukuchina_tomato{
	overflow: hidden;
	width: 100%
}

dl#access{
	padding: 0 1em;
}

dl#access dt{
	font-size: 1.5em;
	margin-bottom: 1em;
	position: relative;
	text-align: center
}

dl#access dt:after{
content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  display: inline-block;
  width: 60px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #d60000;
  border-radius: 2px;
	
}


dl#access dd{font-size: 1.2em}
dl#access dd span{font-size: .8em}
dl#access dd.contact{ font-size: .9em;margin-top: 1em}

dl#access dd a{
	text-decoration: none;
	color: #000
}

.instaglam {
	width: 90%;
	display: block;
	padding: .5em 2em;
	margin: 2em auto; 
	background-color: #222;
	color: #fff;
	text-decoration: none;
	text-align: center;
}



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

@media print, screen and (min-width: 768px) {
	#info > div{width: 80%;max-width: 1000px;}
	.instaglam{width:-moz-fit-content;
	width:fit-content;}
	
	dl#access {text-align: center}
}	

@media print, screen and (min-width: 1024px) {}	



/*-------------------------
footre
--------------------------*/
#footer{
	text-align: center;
}

#footer >div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh
}

#cr {
	padding: 2em ;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	font-size: .9em;
	color: #999
}