@charset "utf-8";
/* CSS Document */

/*========= ベースのcss ===============*/


body {
	background-image: url("https://image.rakuten.co.jp/aranciato/cabinet/pickup-2022/220401_back.jpg");
	background-repeat: repeat;
}

body, th, td, h1, h2, h3, h4, h5, h6, pre, input, textarea, option, div, p, dt, dd, li, address {
    font-family: "Noto Sans JP"; 
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    color: #111;
}


img {
width: 100%;
}

* {
    box-sizing: border-box;
}




/*========= ヘッダーナビゲーションのためのCSS ===============*/

/*==ヘッダーの形状*/
#header {
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #d7d9de;
    color: #fff;
    text-align: center;
    padding: 20px;
}

/*.doneクラスがついたヘッダー*/
#header.dnone {
	opacity: 0;/*透過0にして非表示に*/
}

/*メニューボタンをクリックした際に付与されるpanelactiveクラスがついたら*/
#header.dnone.panelactive {
	opacity: 1;/*不透明にして出現*/
}


/*==ヘッダーのテキストナビゲーションの形状*/
#g-navi ul{
	list-style: none;
	display: flex;
	justify-content: center;
}

#g-navi ul li a{
	display: block;
	text-decoration: none;
	color: #666;
	padding:10px;
}

#g-navi ul li.current a,
#g-navi ul li a:hover{
	color:#fff;	
}

/*.doneクラスがついたヘッダーのテキストナビゲーションの形状*/
#header.dnone #g-navi{
    /*固定位置にして最背面に*/
    position:fixed;
	top: 0;
    left: 0;
	z-index: -1000;
    /*高さと幅*/  
	width:100%;
	height: 100vh;
    /*天地中央＆テキスト中央揃え*/  
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
    /*はじめは透過0に*/  
    opacity: 0;
	transition: all 0.4s;
}

/*メニューボタンをクリックした際に付与されるpanelactiveクラスがついたナビゲーションの形状*/
#header.dnone.panelactive #g-navi{
	opacity: 1;/*不透明に*/
	z-index:3;/*最前面に*/
	background:#eee;
}

#header.dnone.panelactive #g-navi ul{
	display:block;/*flexの横並びをblockにして縦並びに*/
}


/*リストの形状*/

#header.dnone.panelactive #g-navi li a{
	color: #333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	transition:all 0.3s;
}









/*アランチャロゴ*/
.logo {
    width: 100px;
}


/*========= ヘッダーナビゲーションのためのCSS  ここまで===============*/



/*--- セクション---*/
section {
    position: relative;
    margin: 80px auto;
    padding: 0 40px;
}

 h1 {
    text-align: center;
    font-size: 3rem;
    line-height: 2;
}


h2 {
    text-align: center;
    font-size: 1rem;
}

h4 {
    font-size: 0.8rem;
    line-height: 1.8;
}
       @media (max-width: 767.98px) { 
    h1 {
    font-size: 2.4rem;

}
    }
/*==================================================
イントロ
===================================*/    
    
    

p.text_disp {
    font-size: 1.2rem;
    width: 600px;
    margin: 1.5em auto;
    line-height: 3;
}
   
  p.point_disp {
    width: 601px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 2;
}  
    
    
   @media (max-width: 767.98px) { 
       
         p.point_disp {
    width: 90%;
} 
       
       
    p.text_disp {
    font-size: 1.1rem;
    width: 90%;
    margin: 1.5em auto;
    line-height: 2.4;
}
    
    }
/*==================================================
メイン画像
===================================*/



.main_container {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}



.main_image img {
width: 580px;
}



@media (max-width: 767.98px) {
    
  section {
padding: 0 10px;
}
  
    
 
    .main_image img {
width: 100%;
}
    }
    
    
 .caption {
    width: 80%;
    font-size: 1.3em;
    line-height: 2.4;
	max-width: 800px;
    margin: 20px auto;
}   
    
    
    
/*--- テキスト---*/

.main_text {
    width: 320px;
    margin-left: 80px;
}

.main_text h3 {
    font-size: 2rem;
    line-height: 0.8;
    margin-bottom: 1em;
}

.kana {
    font-size: 1.2rem;
}


.main_text p {
text-align: justify;
    font-size: 1rem;
    line-height: 3;
}

.item {
    border: solid 1px;
    padding: 0 4px;
}

    
.main_image_small {
    width: 960px;
    margin: 20px 20px 20px 0px;
    padding: 0;
}

.main_image_small p {
    line-height: 1.75;
}


    .main_list {
    display: inline-block;
	width: 100%;
    margin-left: 50px;
       
}

.main_list li {
    font-size: 0.8rem;
     line-height: 1.8;
}
    
       @media (min-width: 768px) { 
.main_list li br {
    display: none;
}
    }
   @media (max-width: 767.98px) { 
    
	
	.main_container {
    width: 100%;
	flex-wrap: wrap;
}

	
    .main_image_small {
    width: 100%;
	padding: 0;
}


.main_image_small img {
    float: none;
    width: 90%;
    margin: 0 5% 20px;
}


.main_text {
 flex-wrap: nowrap
    width: 80%;
    margin-left: 80px;
}

.main_list {
    display: inline-block;
    margin-left: auto;
    width: 90%;
    margin: 0 5%;
    font-size: 10px;
}       
     .main_list li {
    font-size: 1rem;
}  
    }
    
	

	
	
    
    @media (max-width: 767.98px) {
    
    
 .main_text {
    position: relative;
    display: inline-block;
    top: auto;
    right: auto;
    width: 90%;
    margin: 20px 5%;
}   
    

        
   .main_text h3 {
    font-size: 2.8rem;
    line-height: 0.75;
    margin-bottom: 0.7em;
}    

 .main_text h4 {
    margin: 2em 0;
}  
          .main_text p {
    font-size: 1rem;
    line-height: 2;
}
    
	
    }
    










/*========= アイテム一覧===============*/

    
    .manufacture {
    margin: 40px auto;
}
.manufacture_items {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}
    
    
     .manufacture_title {
    text-align: center;
    font-size: 2em;
    line-height: 2;
} 



.item-list-item {
	display: block;
	flex-grow: 0;
	z-index: 999999;
	width: 25%;
}



@media screen and (max-width: 1090px) {
.item-list-item {
	width: 33.3333333333%;
}
}

@media screen and (max-width: 767px) {
.item-list-item {
	width: 50%;
}
}

@media screen and (max-width: 480px) {
.item-list-item {
	width: 100%;
}
}
.item-figure {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	margin: 2%;
}
.item-figure-img {
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	flex-grow: 1;
	line-height: 0;
	box-sizing: border-box;
}
.item-figure-figcaption {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 1.5em;
	margin: -1px 0 -1px;
	box-sizing: border-box;
}

    
 span.brand {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.7;
}
    
    
/*==================================================
フェードイン
===================================*/


/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}

	

    



footer {
    margin: 200px auto 100px;
    text-align: center;
    font-size: 0.7rem;
}

