@charset "utf-8";
/* CSS Document */

html {
  font-size: 62.5%; /* font-size 1em = 10px on default browser settings */
}

body {
  /*  フォントの種類  */
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック",
               "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  
  /*  フォントのサイズ  */
  font-size: 1.6rem;
  
  /*  フォントの色  */
  color: #333;
  
  /* 文字間隔の調整の設定 */
  letter-spacing: 1.5px;
  
  /* 行間の設定 */
  line-height: 1.75;
  
   /* プロポーショナルメトリクスを有効にする指定 */
  font-feature-settings: "palt" 1;
}

img {
width: 100%;
}

h1 {
    font-size: 10rem;
    text-align: center;
    font-weight: 600;
    color: #FFF;
    width: 70%;
    max-width: 700px;
}

h2 {
    text-align: center;
    font-size: 3.4rem;
    font-weight: 600;
}



h3 {
    text-align: center;
    font-size: 3.2rem;
    font-weight: 600;
}

h4 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: -1.5rem;
}

.under {
background: linear-gradient(transparent 70%, #ff99ab 70%);
}



/*---フッター---*/

footer {
	width: 100%;
	font-weight: 600;
	font-size: 1rem;
	text-align: center;
	margin: 100px auto 0;
	padding: 50px 0;
}	



@media (max-width:540px) {

h1 {

    width: 100%;
}

}

/*========= ヘッダーナビゲーションのためのCSS ===============*/

/*==ヘッダーの形状*/
#header{
	height: 50px;
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background:#fff;
	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;
}



i.fas.fa-book-open {
    font-size: 1.5rem;
}

i.fab.fa-instagram {
    font-size: 1.5rem;
}


i.fab.fa-line {
    font-size: 1.5rem;
}

/*アランチャロゴ*/
.logo {
    width: 100px;
	display: flex;
}



/* --------------------------------
 * トップ
 * -------------------------------- */


.intro {
    height: 100vh;

}

.intro_wrap {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    /* display: contents; */
}
.intro_txt {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
}




.intro_img {
    height: 100vh;
    width: auto;
    overflow: hidden;
    background-image: url(https://image.rakuten.co.jp/aranciato/cabinet/pickup-2022/220528_st_back.jpg);
	background-position: center;
}













/* --------------------------------
 * 序文
 * -------------------------------- */


.preface.box {
    padding: 100px;
}


.preface_txt {
    font-weight: 600;
    font-size: 1.8rem;
}



.preface_txt {
    width: 960px;
    margin: 1em auto;
    line-height: 2.4;
}



@media (max-width:959px) {

p.preface_txt {
    width: 90%;
}

}


/* --------------------------------
 * クーポンページへのリンク
 * -------------------------------- */



a.btn_coupon {
    width: 60%;
    border: double;
    padding: 1em;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
    background-color: #252525;
    color: #FFF;
}



/* --------------------------------
 * スタイリスト紹介
 * -------------------------------- */


section.stylist {
    max-width: 960px;
    margin: 40px auto;
	padding: 0 80px;
}

.stylist_container {
    display: flex;
    background-color: beige;
}



.stylist_txt {
    padding: 40px;
    font-weight: 600;
}

.stylist_midashi {
    text-align: center;
    font-weight: 600;
}

.stylist_midashi {
    position: relative;
    display: block;
    width: 20rem;
    margin: 1.5em auto;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #e0edff;
    border-radius: 15px;
}
.stylist_midashi :before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}


.stylist_midashi p {
  margin: 0;
  padding: 0;
}


.stylist_img img {
    width: 60%;
    margin: 15%;
}



@media (max-width:780px) {


section.stylist {
    max-width: 100%;
    margin: 80px auto 0;
    padding: 0 0px;
}



.stylist_container {
    display: inline-block;
}


.stylist_img {
    width: 50%;
    margin: auto;
    padding: 30px 0 0;
}



.stylist_img img {
    width: 100%;
    margin: auto;
}


.stylist_txt {
    padding: 0 0 30px;
    font-weight: 600;
    width: 60%;
    margin: auto;
    font-size: 1.4rem;
    text-align: justify;
}




}


/* --------------------------------
 * スタイリング
 * -------------------------------- */

.coodinate_right {
    display: flex;
    flex-wrap: wrap;
}

.coodinate_left {
    display: flex;
    flex-wrap: wrap-reverse;
}

.coodinate_img {
    width: 50%;
}



.coodinate_txt {
    width: 40%;
	margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ct_container {
    width: 50%;
    margin: auto;
    min-width: 240px;
}

.ct_header {
    font-size: 3rem;
}


.ct_description {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 6rem;
}
  /* アイテムリスト */

.ct_itemlist li {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    margin: 0.6rem;
}

span.ct_itemlist_baika {
    font-weight: 600;
}

span.ct_itemlist_buy {
    border: solid 1px;
    padding: 0 0.5em;
    line-height: 1;
    font-size: 1rem;
    font-weight: 600;
}



  /* スライドのcss */

.slide-items {
  width: 100%;
  height: 100%;
}

.slide-items img {
  width: 100%;
  object-fit: cover;
}


.slick-prev:before,
.slick-next:before {
  color: #FFF;
}
.slick-dots {
    position: absolute;
    bottom: 2%;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li button:before {
  font-size: 12px;
  top: 6px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}


@media (max-width:540px) {



.ct_container {
    width: 70%;
}


.preface.box {
    padding: 50px;
}


.ct_container {
    width: 80%;
    padding: 40px 0;
}


}





/* --------------------------------
 * レコメンドアイテム
 * -------------------------------- */



.others {
    padding: 100px 0;
}

.others_itemlist {
    display: flex;
    flex-wrap: wrap;
}


  /* アイテム単体のcss */
.others_itemlist_wrap {
    width: 16.66666666%;
    padding: 10px;
	opacity: 0;
}



  /* アイテムリスト */

.others_itemlist li {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    margin: 0.6rem;
}



span.rc_itemlist_brand {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 600;
	width: 100%;
}


span.rc_itemlist_name {
    display: inline-block;
    font-weight: normal;
}


span.rc_itemlist_baika {
    font-size: 1.4rem;
    font-weight: 600;
}

span.rc_itemlist_teika {
    font-weight: 500;
}


span.rc_itemlist_buy {
    border: solid 1px;
    padding: 0 0.5em;
    line-height: 2;
    font-size: 1rem;
    font-weight: 600;
    width: 100%;
    text-align: center;
}


/*== buyボタン設定 */
.btn {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #555;
    margin: 0.6rem 0;
    padding: 6px 30px;
    text-align: center;
    font-size: 1.2rem;
    outline: none;
    transition: ease .2s;
}
/*ボタン内spanの形状*/
.btn span {
  position: relative;
  z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color:#333;
}

.btn:hover span{
  color:#fff;
}

/*== 背景が流れる（下から上） */
.bgbottom:before {
  content: '';
    /*絶対配置で位置を指定*/
  position: absolute;
  bottom:0;
  left: 0;
  z-index: 2;
    /*色や形状*/
  background:  #333;/*背景色*/
  width: 100%;
  height: 0;
    /*アニメーション*/
  transition:.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}

/*hoverした際の形状*/
.bgbottom:hover:before{
   height: 100%;  
   background-color: #333;
}










@media screen and (min-width:541px) and (max-width:919px){/**480px〜：SP横 */
	
 .others_itemlist_wrap {
    width: 33.3333333333333%;
}

}
@media screen and (min-width:100px) and (max-width:540px){/**600px〜タブレット　768px〜sp縦*/
	
 .others_itemlist_wrap {
    width: 50%;
    padding: 5px;
    opacity: 0;
}
}	









/* --------------------------------
 * 固有のCSS
 * -------------------------------- */


#look_1 {
    background-color: beige;
}
#look_2 {
    background-color: cadetblue;
}

#look_3 {
    background-color: rosybrown;
}

#look_4 {
    background-color: paleturquoise;
}

#look_5 {
    background-color: thistle;
}


@media (max-width:786px) {

.coodinate_img {
    width: 100%;
}

.coodinate_txt {
    width: 100%;
	margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}




}

/*==================================================
画像フェードアップ
===================================*/




.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}
