@charset "utf-8";
/* CSS Document */





body {
font-family: 'Zen Kaku Gothic Antique', sans-serif;}





h1 {
    width: 80%;
    margin: auto;
    max-width: 890px;
}


h2 {
    text-align: center;
    line-height: 1;
    font-size: 2rem;
	font-family: 'Secular One', sans-serif;
}


h3 {
    font-size: 2em;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
		line-height: 3;
	
}


span.emphasis {
    font-weight: 600;
}





section {
width: 100%;
margin: 100px auto;
}



article {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}






/*========= 本文 ===============*/



/*アランチャロゴ*/
.logo {
    width: 100px;
}


.pc {
    max-width: 1200px;
    margin: auto;
}


p.text_intro {
    width: 80%;
    max-width: 860px;
    margin: 2rem auto;
    line-height: 1.9;
    text-align: justify;
    font-size: 17px;
}


p.text_pointup {
    width: 80%;
    max-width: 860px;
    margin: 2rem auto;
    line-height: 1.9;
    text-align: justify;
}


p.text_description {
    line-height: 2.5;
    margin: 0.5rem 0;
    max-width: 480px;
    font-weight: 400!important;
    font-size: 15px;
}


ul.item_list {
    display: inline-block;
    width: 100%;
}



ul.item_list li {
    font-size: 0.7rem;
    margin-right: 0.5em;
    padding-right: 0.5em;
    line-height: 2;
}



ul.slick-dots {
    display: none!important;
}



/* --------------------------------
 * スタイリスト紹介
 * -------------------------------- */


section.stylist {
    max-width: 960px;
    margin: 40px auto;
	padding: 0 80px;
}
.stylist_container {
    display: flex;
    background-color: white;
    padding: 20px;
}


.stylist_txt {

}

.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: 12px;
    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: 70%;
    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;
    text-align: justify;
}




}



/* スタイリングエリア */




.contents_wrapper {
    background: #bcb8b1;
    padding-bottom: 100px;
}
.intro {
    width: 600px;
    margin: auto;
}


.intro-image {
    max-width: 1000px;
    margin: auto;
}
.contents_wrapper {
    background: #bcb8b1;
    padding: 100px 0;
}

.syling-wrapper {
    margin: 100px auto;
}


.styling_area {
    position: relative;
    max-width: 560px;
    margin: auto;
}

.styling_area_left {

}

.styling_area_right {

}
.styling_area_text {
    max-width: 480px;
    margin: 40px auto;
}

/*着用アイテム物撮り */

.wearing_item {

}


.wearing_item_slide {
    position: absolute;
    right: 0;
}



.wearing_title {
    text-align: center;
    font-size: 1.3em;
    margin: 2em auto 1em;
}

/*スライダー */

.slide-items {
  width: 100%;
  height: 100%;
}

.slide-items img {
  width: 100%;
  object-fit: cover;
}

/*スライダー 物撮り */

.slide-items-mono {
  width: 100%;
  height: 100%;
}

.slide-items-mono img {
  width: 100%;
  object-fit: cover;
}








@media (max-width: 735px) {




h2 {
    text-align: center;
    line-height: 1;
    font-size: 1.5rem;
    font-family: 'Secular One', sans-serif;
    margin-top: 1em;
}


h3 {
    text-align: center;
    font-weight: 600;

}



p.text_intro {
    font-size: 0.9rem;
}

p.text_pointup {
    font-size: 0.8rem;
}

p.text_description {
    font-size: 0.9rem;
    line-height: 1.875;

}


ul.item_list li {
    font-size: 0.6rem;
    float: left;
    margin-right: 0.5em;
    padding-right: 0.5em;
    line-height: 2;
}


.sliderArea {
display: none;
}





.styling_area {
    flex-flow: wrap-reverse;
}

.styling_area_text {
    padding: 0 30px;
}

.styling_area_right {
    width: 100%;
}


.intro {
    width: 100%;
    margin: auto;
}



}



/*== クーポンページへのボタン */
.btn{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
  overflow: hidden;
    /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
    border: 1px solid #555;/* ボーダーの色と太さ */
    padding: 10px 30px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
}

/*ボタン内spanの形状*/
.btn span {
  position: relative;
  z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color:#333;
}

.btn:hover span{
  color:#fff;
}

/*== 背景が流れる（斜め） */
.bgskew::before {
  content: '';
    /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: -130%;
    /*色や形状*/
  background:#333;
  width:120%;
  height: 100%;
  transform: skewX(-25deg);
}

/*hoverした時のアニメーション*/
.bgskew:hover::before {
  animation: skewanime .5s forwards;/*アニメーションの名前と速度を定義*/
}

@keyframes skewanime {
  100% {
    left:-10%;/*画面の見えていない左から右へ移動する終了地点*/
  }
}


footer {
    margin: 0 auto 0!important;
    text-align: center;
}

/*========= 投票ボタンのためのCSS ===============*/

/*リンクを右下に固定*/
#vote {
    position: fixed;
    right: 5px;
    bottom: 70px;
    z-index: 2;
    width: 70px;
}



/*========= ページトップのためのCSS ===============*/

/*リンクの形状*/
#page-top a{
  display: flex;
  justify-content:center;
  align-items:center;
  background:#ffdba1;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  text-align: center;
  text-transform: uppercase; 
  text-decoration: none;
  font-size:0.6rem;
  transition:all 0.3s;
}

#page-top a:hover{
  background: #777;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom:10px;
  z-index: 2;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateX(100px);
}

/*　左の動き　*/

#page-top.LeftMove{
  animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }
  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/*　右の動き　*/

#page-top.RightMove{
  animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
  from {
    opacity: 1;
  transform: translateX(0);
  }
  to {
    opacity: 1;
  transform: translateX(100px);
  }
}






