@charset "utf-8";
/* CSS Document */


*{

min-width: 0;

min-height: 0;

}


body {
font-family: 'Zen Kaku Gothic Antique', sans-serif;}

img {
	width: 100%;
}



h1 {
    width: 80%;
    margin: auto;
    max-width: 890px;
}


h2 {
    text-align: center;
    line-height: 3;
    font-size: 2rem;
	font-family: 'Secular One', sans-serif;
}


h3 {
    font-size: 2em;
    font-weight: 600;
}

p {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
span.emphasis {
    font-weight: 600;
}





section {
width: 100%;
margin: 100px auto;
}



article {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}



/*========= ヘッダーナビゲーションのためのCSS ===============*/

/*==ヘッダーの形状*/
#header{
	height: 50px;
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background:#ffdba1;
	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;
}


.pc {
    margin: auto;
}

.sp {
display: none;
}
p.text_intro {
    width: 80%;
    max-width: 860px;
    margin: 2rem auto;
    line-height: 2;
    text-align: justify;
    font-size: 1.2rem;
}




p.text_pointup {
    width: 80%;
    max-width: 860px;
    margin: 2rem auto;
    line-height: 1.9;
    text-align: justify;
    font-size: 1.2rem;
}




p.text_description {
    line-height: 2.2;
    margin: 1rem 0;
		max-width: 480px;
}




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 {
    bottom:0!important;
}

/* イントロ */


#introduction {
    margin-top: 0
}


/* スタイリングエリア */

.syling-wrapper {
    padding: 100px 0;
    display: block;
}

.styling_area {
    position: relative;
    display: flex;
    max-width: 1200px;
    margin: auto;
}

.styling_area_left {

    /* width: 50%; */
}

.styling_area_right {
    width: 50%;
}
.styling_area_text {
    max-width: 480px;
    margin: auto;
	padding: 60px;
}

div#style1 {
    background-color: #e0e1ea;
}

div#style2 {
    background-color: antiquewhite;
}

div#style3 {
    background-color: #adc8aa;
}

div#style4 {
    background-color: #d8b1b1;
}

div#style5 {
    background-color: #e6deb2;
}
/*着用アイテム物撮り */

.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;
}

/*投票ボタン */


p.touhyo_btn {
    margin: 40px 0;
}


p.touhyo_btn a {
    width: 90%;
    margin: 0 5%;
    line-height: 2;
    padding: 2em;
    font-size: 1.2rem;
    font-weight: 600;
}







@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-size: 2.2em;
    font-weight: 600;
}

.pc {
display: none;
}


.sp {
display: block;
width: 100%;
margin: 0 auto 1rem;
}

p.text_intro {
    font-size: 0.8rem;
}

p.text_pointup {
    font-size: 0.8rem;
}

p.text_description {
    font-size: 0.7rem;
    line-height: 2;

}


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 40px;
}

.styling_area_right {
    width: 100%;
}






}



/*== クーポンページへのボタン */
.btn {
    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;
    width: 100%;
}

/*ボタン内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: 200px auto 100px;
    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);
  }
}






