
@charset "utf-8";

/***************************************

base

***************************************/


html {
	font-size: 62.5%!important;
	height: 100%;
	position: relative;
	-webkit-overflow-scrolling: touch;/*スマホのスクロールをスムーズにする*/
}
body {
	width: 100%;
	height: 100%;
	position: relative;
	color: #333;	
	margin: 0 auto;
	font-family:游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;	
	
	word-break: break-word;/*自動改行*/
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

a:hover {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	opacity: 0.5;
	filter: alpha(opacity=50);
	webkit-transition: 0.6s;
	transition: 0.6s;
}


.clearfix:after {/*親要素に display: flow-root Chrome と Firefox */
  content: "";
  clear: both;
  display: block;
}





/***************************************

header

***************************************/





header{
	width: 100%;
	
	}


div.logo {
    position: fixed;
	top: 0%;
 	left: 0%;
	background-color: rgb(255,255,255);
	/*opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: 0.8s;
	transition: 0.8s;*/
	width: 100%;
	text-align: center;
	
	z-index: 9999999;
}

div.logo img{/*logo*/
    width: 7%;
	padding: 10px 0 5px 0;
	
}


	




@media screen  and (max-width:1024px){/**480px〜：SP横 *600px〜タブレット　768px〜sp縦*/
	

	

	
	
div.logo {
    position: fixed;
	top: 0%;
 	left: 0%;
	background-color: rgb(255,255,255);
	/*opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: 0.8s;
	transition: 0.8s;*/
	width: 100%;
	text-align: center;
	
	z-index: 9999999;
}

div.logo img{/*logo*/
    width: 19%;
	padding: 5px 5px;
	
}

	
	
	
 
}


/***************************************

ぱんくず

***************************************/


.panList {}


.panList_item {
  display: inline;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.4;
  font-family: "gilroy", Helvetica, Arial, "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-right: 6px;
}

.panList_item2 {
  display: inline;
  font-size: 1.8rem;
  line-height: 1.4;
  font-family: "gilroy", Helvetica, Arial, "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
  padding-right: 6px;
 padding-left: 10px;	
}

.panList_item a {
  color: #999;
}

.panList_item a:hover {
  color: #2B292B;
  text-decoration: none;
}

@media (max-width:1024px) {
  .panList_item {
    font-size: 1rem;
    padding-right: 3px;
  }
}

.panList_item:before {
  font-size: 12px;
  font-weight: normal;
  color: #2B292B;
  content: "/";
  display: inline-block;
  width: 1em;
  margin-right: 10px;
  line-height: 1em;
  vertical-align: middle;
}

@media (max-width:1024px) {
  .panList_item:before {
    margin-right: 5px;
  }
}

.panList_item:first-child {
  padding-left: 0px;
}

.panList_item:first-child:before {
  display: none;
}







/***************************************

top

***************************************/


.box{
	background: url(https://image.rakuten.co.jp/aranciato/cabinet/pickup-2018-2/181011-knit-00.jpg) no-repeat center;
	background-size: cover;
	margin-bottom: 120px;
	xoverflow: hidden;
	position: relative;
}

.box__centered{
	left: 50%;
	position: absolute;
	top: 50%;
}

.box__contents{
	text-align: center;
	transform: translate(-50%,-50%);
}

.box__title{
	color: #fff;
	font-size: 5rem;
	font-weight: 900;
}

.box__text{
	margin-top: 3%;
	color: #fff;
	font-size: 1.9rem;
	font-weight: 100;
	line-height: 2.5rem;
}


.scroll{
	text-align: center;
	transform: translate(-50%,-50%);
	
	margin-top: 10%;
}

img.scrollimg{
	width: 12%;
	
}


@media screen  and (max-width:1024px){/**480px〜：SP横 *600px〜タブレット　768px〜sp縦*/
	
.box__centered{
	width: 90%;
	left: 50%;
	position: absolute;
	top: 50%;
}	
	
.box__title{
	color: #fff;
	font-size: 2.5rem;
	font-weight: 900;
}

.box__text{
	margin-top: 3%;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 100;
	line-height: 2.5rem;
}
	
.box__text br{
	display: none;
}	


.scroll{
	text-align: center;
	transform: translate(-50%,-50%);
	
	margin-top: 10%;
}

img.scrollimg{
	width: 20%;
	
}	
	
	
}

/***************************************

ニットcontents

***************************************/


section{width: 70%;
margin: 3% auto 10%;}



.flex{
  padding: 1% 0;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: stretch;	
  	
  
}
.flex > *{
  width: 32%;
  background: #fff;
  text-align: center;
  height: 700px;	
}



.left p{width: 100%;
	font-size: 1.5rem;
	font-family: 'Alegreya Sans SC', sans-serif;


position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);}


span.mate{
	font-size: 8rem;
	font-weight: 900;
	line-height: 7rem;
	
}

span.hira{
	font-size: 1.2rem;
	line-height: 3rem;
	font-family:游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;	
	
}

p.description{
	width: 90%;
	margin: 0 auto;
	padding-top: 15%;
	font-size: 1.3rem;
	text-align: left;
	letter-spacing: 0.2rem;
	line-height: 2.2rem;
	font-family:游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;	
	
}

.center img{
	height: 100%;}


.right > p{
	width: 90%;
	margin: 0 auto;
	text-align: left;
	padding-top: 10%;
}



div.right ul.other, ul.other2{
width: 95%;
margin-top: 5%;
margin-left: auto;

display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;}

div.right ul.other li
{width: 50%;
float: left;
margin-bottom: 4%;}

ul.other2 li
{width: 16.5%;
float: left;
margin-bottom: 4%;}

ul.other2 li.li48
{width: 48%;
float: left;
margin-bottom: 4%;}

ul.other2 li.li48 div{
	
	width: 80%;
position: relative;/*高さがわからない要素の縦センター*/
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);}


ul.other2 li.li48 .bfo{
	
	
	text-align: center;
	margin: 0 auto;
	font-size: 1.6rem;
	padding: 0.5% 2%;
	line-height: 2.5rem;
   
	
}


ul.other2 li.li48 .mfo{
	font-size: 1.2rem;
	text-align: center;
	margin: 0 auto;
	line-height: 1.6rem;
}




div.right ul.other li img,ul.other2 li img{
	width: 95%;
	text-align: center
}


div.right p{
	width: 85%;
	text-align: center;
	margin: 0 auto;
}

div.right span.new{
	background: #738051;
	width: 10%;
	text-align: center;
	margin: 0 auto;
	font-size: .7rem;
	color: #fff;
	padding: 0.5% 2%;
}

p.linkjunp{
	padding: 1rem;
	width: 60%!important;
	border: 2px solid #000;
	font-size: 1.1rem;
    font-weight: 600;
}


.mbfo{
	font-size: 1.5rem;
	letter-spacing: .1rem;
	line-height: 1.9rem;
	font-weight: 800;
	
	
}
.mfo{
	font-size: 2rem;
	letter-spacing: .1rem;
	line-height: 3rem;
	
}


.sfo{
	width: 90%;
	margin: 0 auto;
	font-size: 1.1rem;
	line-height: 1.8rem;
	text-align: left!important;
	letter-spacing: .05rem;
}






.oteire {
    position: relative;
    margin: 5% auto;
    padding: 1.5% 2%;
    border: solid 1px #222;
	width: 80%;
	
}
.oteire .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 1.5rem;
    background: #FFF;
    color: #222;
    font-weight: 600;
}
.oteire p {
    margin: 0; 
    padding: 0;
	font-size: 1.3rem;
	letter-spacing: 0.2rem;
	line-height: 2rem;
}

.oteire a {
    text-decoration:underline;
}




@media screen  and (max-width:1024px){/**480px〜：SP横 *600px〜タブレット　768px〜sp縦*/
	
	
	
section{
	width: 95%;
margin: 5% auto 30%;}	
	

.flex{
    
  display:block;
	
	
}
	
	
.flex > *{
  width: 95%;
  background: #fff;
  text-align: center;
  height: auto;	
  margin: 0 auto;	
}
	
	


.left p{
	width: 100%;
	font-size: 1.5rem;
	font-family: 'Alegreya Sans SC', sans-serif;
	
	padding-top: 15%;
	
	}
	
.center img{
	
	width: 100%;}


	
ul.other2 li
{width: 33.3%;
float: left;
margin-bottom: 4%;}

ul.other2 li.li48
{width: 100%;
float: left;
margin-bottom: 4%;}

ul.other2 li.li48 div{
	
	width: 100%;
position: relative;/*高さがわからない要素の縦センター*/
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);}


ul.other2 li.li48 .bfo{
	
	
	text-align: center;
	margin: 0 auto;
	font-size: 1.6rem;
	padding: 0.5% 2%;
	line-height: 2.5rem;
   
	
}


ul.other2 li.li48 .mfo{
	font-size: 1.2rem;
	text-align: center;
	margin: 0 auto;
	line-height: 1.6rem;
}
	
	
.oteire {
    position: relative;
    margin: 10% auto;
    padding: 2% 3%;
    border: solid 1px #222;
	width: 92%;
	
}


	}

/***************************************

pagetop

***************************************/



.pagetop {
    position: fixed;
    bottom: 20px;
    right: -5%;
}

.pagetop img{
    width: 30%
}


@media screen  and (max-width:1024px){
	
	
	
	.pagetop {
    position: fixed;
    bottom: 10px;
    right: -55%;
}

.pagetop img{
    width: 30%
}
	
}


/***************************************

side

***************************************/

div.side{
	position: fixed;
    top: 35%;
    right: 2%;
	width: 3%;
}


ul.menu{
	
	width: 100%;
	margin: 0 auto;
	text-align: center;
	
	
	
}

ul.menu li{
	
	padding: 5% 0;

	
}

ul.menu li span.menu{
	font-size: 1.2rem;
	
	
	
}

ul.menu li span.sakuin{
	font-size: 3rem;
	font-weight: 700;
	
	
}




ul.menu li a{
 display: block;
　transition: .5s; /* 0.5秒で値をなめらかに変化させる */
	padding: 15px 0; 
 
}


.en,.ja {
 display: block; /* position指定がある時は無くても可 */
 width: 100%;
 position: absolute; /* .enと.jaを重ねて表示 */
 transition: .5s; /* 0.5秒で値をなめらかに変化させる */
}
.en {
 opacity: 1; /* 普段は英語表記を表示 */

}
.ja {
 opacity: 0; /* 普段は日本語表記を透明に */
font-size: 1.2rem!important;
font-weight: 100!important;	

}
a:hover .en { /* aにホバーしたとき英語表記は透明に */
 opacity: 0;
}
a:hover .ja { /* aにホバーしたとき日本語表記を表示 */
 opacity: 1;
}


@media screen  and (max-width:1024px){
div.side{
	display: none;
}	
}

/***************************************

fotter

***************************************/





footer{
	clear:both;
	width: 100%;
	text-align:center;
	margin:0 auto;;
}

footer > p{
	font-size: .7rem;
	

}


	
	
/********************************-*/
	
@media screen and (min-width:480px) and (max-width:600px){/**480px〜：SP横 */
	
 
}

@media screen and (min-width:600px) and (max-width:960px){/**600px〜タブレット　768px〜sp縦*/
	
 
}	

