@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
  全体
----------------------------------------------------------*/
html,
body {
	height: 100%;
	font-size: 62.5%;
}
body {
	width: 100%;
	background-color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic Medium","Yu Gothic","メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.3rem;
	line-height: 1;
	color: #0c0606;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img {
  vertical-align: bottom;
}
a {
  color: #0c0606;
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/*----- フェードインしながら上へスライド -----*/
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
  transition: 1.5s; }

.fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }


/*---------------- sp ----------------*/
@media screen and (max-width:768px) {
  body {
    min-width: 100%;
  }
}

/*---------------- 改行 ----------------*/
@media screen and (min-width: 768px){   
	.pcline-break { display:block; }
	.spline-break { display:none; }
}
@media screen and (max-width: 767px){   
	.pcline-break { display:none; }
	.spline-break { display:block; }
}


/*---------------- fonts ----------------*/
@font-face {
	font-family: 'Caveat';
	src: url("../fonts/Caveat") format('cursive');
}

@font-face {
	font-family: 'Noto Sans JP';
	src: url("../fonts/Noto_Sans_JP") format('sans-serif');
}

@font-face {
	font-family: 'Noto Sans JP';
	src: url("../fonts/Noto_Serif_JP") format('serif');
}

/* ---------------------------------------------------------
	main
----------------------------------------------------------*/
main {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-bottom: 60px;
}
main img {
	max-width: 100%;
}  

/*---------------- TB ----------------*/
@media screen and (min-width: 481px) {
	main {
		margin-bottom: 60px;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	main {
		margin-bottom: 100px;
		margin-top: -70px;
		max-width: 2000px;
		margin-left: auto;
		margin-right: auto;
	}
}


/* ---------------------------------------------------------
	アイテム
----------------------------------------------------------*/
.item-wapper {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 180px;
}
.item-wapper img {
	max-width: 100%;
	height: auto;
}

.item-wapper-mid {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 120px;	
}
.item-wapper-mid img {
	max-width: 100%;
	height: auto;	
}

.item-wapper-small {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
.item-wapper-small img {
	max-width: 100%;
	height: auto;
}

.item-wapper-tiny {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
.item-wapper-tiny img {
	max-width: 100%;
	height: auto;
}

.item-wapper-last {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}
.item-wapper-last img {
	max-width: 100%;
	height: auto;
}

.item-wapper__01 {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
}
.item-wapper__01 img {
	max-width: 100%;
	height: auto;
}

.item-contain {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		max-width: 600px;
		margin-bottom: 260px;
	}
	.item-wapper-mid {
		max-width: 600px;
		margin-bottom: 200px;	
	}
	.item-wapper-small {
		max-width: 600px;
		margin-bottom: 150px;
	}
	.item-wapper-last {
		max-width: 600px;
		margin-bottom: 130px;
	}
	.item-wapper__01 {
		max-width: 600px;
		margin-bottom: 200px;		
	}
}


/* ---------------------------------------------------------
	概要
----------------------------------------------------------*/
.desc__fourcd {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.desc__txt {
	font-size: 1.3rem;
	line-height: 2;
	letter-spacing: 0.05rem;
	color: #999999;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	text-align: center;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.desc__txt {
		font-size: 1.8rem;
	}
}


/* ---------------------------------------------------------
	小見出し
----------------------------------------------------------*/
.subheading__lineup {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.lineup_und_deco {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

.subheading__beginning {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.subheading__shoppingcd {
	position: relative;
	width: 50%;
	top: -11vw;
	left: 5%;
	-ms-transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
	transform: translate(0%,0%);
	z-index: 50;
}

.subheading__cafecd {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.subheading__tripcd {
	position: absolute;
	width: 35%;
	top: -27vw;
	left: 64%;
	-ms-transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
	transform: translate(0%,0%);
	z-index: 50;
}

.subheading__shoppingwinter {
	position: absolute;
	width: 43%;
	top: 67%;
	left: 52%;
	-ms-transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
	transform: translate(0%,0%);
	z-index: 50;
	filter: drop-shadow(0.5rem 0.3rem 0.5rem #fefefe);
}

.subheading__tandem_twoimg_right {
	position: absolute;
	text-align: center;
	width: 3%;
	top: 78%;
	left: 92%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	z-index: 50;	
}
.subheading__tandem_twoimg_left {
	position: absolute;
	text-align: center;
	width: 4%;
	top: 78%;
	left: 6%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	z-index: 50;
}


.subheading__inseason {
	position: absolute;
	text-align: center;
	width: 20%;
	top: -3%;
	left: 75%;
	-ms-transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
	transform: translate(0%,0%);
	margin:0;
	padding:0;
	z-index: 5;
}

.subheading__knitsk  {
	position: absolute;
	text-align: center;
	width: 40%;
	top: 60%;
	left: 6%;
	-ms-transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
	transform: translate(0%,0%);
	margin:0;
	padding:0;
	z-index: 20;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.subheading__shoppingcd {
		width: 50%;
		top: -6vw;
		left: 5%;
	}
	.subheading__shoppingwinter {
		width: 45%;
		top: 68%;
		left: 52%;
	}
	.subheading__tripcd {
		width: 35%;
		top: -150px;
		left: 70%;
	}
}


/* ---------------------------------------------------------
	3flat img
----------------------------------------------------------*/
.item__flexbox {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	column-gap: 10px;
}

.item_box_img {
	width: calc(100% / 3 - 10px);
}

.item_box_img:nth-child(n+4) {
	margin-top: 10px;
}

.fourcd_items {
	list-style: none;
	text-align: center;
	color: #999999;
}
.fourcd_items a {
	text-decoration: underline;
	color: #999999;
	font-size: 1.3rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
.fourcd_items li:nth-child(2) {
	padding-top: 1rem;
}
.fourcd_items li:nth-child(3) {
	padding-top: 0.25rem;
}
.fourcd__price {
	font-size: 1rem;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item__flexbox {
		max-width: 700px;
	}
}


/* ---------------------------------------------------------
	横並びスライダー
----------------------------------------------------------*/
.two_col_slider {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100vw;
}

#slider__left_side {
	width: 50%;
	position: absolute;
	left: 5%;
	top: 30%;
	z-index: 10;
}
#slider__right_side {
	width: 55%;
	position: absolute;
	left: 45%;
	top: 0%;
	z-index: -1;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.two_col_slider {
		margin-bottom: 550px;
	}
	#slider__right_side {
		width: 70%;
		left: 37%;
	}
}


/* ---------------------------------------------------------
	横幅いっぱいスライダー
----------------------------------------------------------*/
.wide_slider_wapp {
	width: 100%;
	margin-bottom: 30px;
}

.sliderArea {
	width: 100%;
	padding: 0;
	margin-bottom: 30px;
}

.wide_slider a {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 40vh;
	margin: 0;
	text-decoration: none;
}
.wide_slider a.wide_sliderimg01 {
	background-image: url("../images/wideslider_illumi_01.jpg");
}
.wide_slider a.wide_sliderimg02 {
	background-image: url("../images/wideslider_illumi_02.jpg");
}
.wide_slider a.wide_sliderimg03 {
	background-image: url("../images/wideslider_trip_01.jpg");
}
.wide_slider a.wide_sliderimg04 {
	background-image: url("../images/wideslider_trip_02.jpg");
}
.wide_slider {
	z-index: 1;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.wide_slider_wapp {
		margin-bottom: 60px;
	}
	.wide_slider a {
		height: 55vh;
	}
}


/* ---------------------------------------------------------
	ランダム3枚画像
----------------------------------------------------------*/
.three_img__box {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80vw;
}

#three_img__one {
	display: block;
	width: 47%;
	position: absolute;
	left: 0%;
	z-index: 10;
}
#three_img__two {
	display: block;
	width: 33%;
	position: absolute;
	left: 67%;
	top: 0vw;
}
#three_img__three {
	display: block;
	width: 42%;
	position: absolute;
	left: 50%;
	top: 25.5vw;
	z-index: 10;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {	
	.three_img__box {
		width: 100%;
		margin-bottom: 520px;
	}
	#three_img__one {
		width: 46%;
	}
	#three_img__two {
		width: 30%;
		left: 70%;
	}
	#three_img__three {
		width: 40%;
		left: 49%;
		top: 173px;
	}
}


/* ---------------------------------------------------------
	2画像flexbox
----------------------------------------------------------*/
.twocol_box_center {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
}

.twocol__item {
	width: 49%;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.twocol_box_center {
		width: 100%;
		margin-bottom: 50px;
	}
	.twocol__item {
		width: 48%;
	}
}


/* ---------------------------------------------------------
	女子会コーデ
----------------------------------------------------------*/

.girls__mainimg {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.girls__mainimg {
		width: 100%;
		margin-bottom: 60px;
	}
}


/* ---------------------------------------------------------
　gently slider
----------------------------------------------------------*/
.gentlyslide {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.gentlyslide img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}


/* ---------------------------------------------------------
	アイテムリスト(中央)
----------------------------------------------------------*/
.item_list_center {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.items_price_center {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #999999;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	list-style: none;
}

.items_price_center li:not(:first-child) {
	padding-top: 2rem;
}

.items_price_center a {
	color: #999999;
	text-decoration: underline;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.item_list_center {
		width: 90%;
	}
	.items_price_center {
		font-size: 1.5rem;
	}
	.items_price_center li:not(:first-child) {
		padding-top: 0rem;
	}
	.items_price_center li:nth-child(n+3) {
		padding-top: 3rem;
	}
	.items_price_center li:nth-child(even) {
		padding-left: 1.5rem;
	}
}

/* --------------- TB --------------- */
@media only screen and (max-width: 1000px) and (min-width: 768px) {
	.item_list_center {
		width: 50%;
	}
}


/* ---------------------------------------------------------
	アイテムリスト02(中央)
----------------------------------------------------------*/
.item_list_center02 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.items_price_center02 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #999999;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	list-style: none;
}

.items_price_center02 li:nth-child(2) {
	margin-left: 1.5rem;
}

.items_price_center02 li:nth-child(3) {
	margin-top: 2rem;
}
.items_price_center02 li:nth-child(4) {
	margin-top: 2rem;
}

.items_price_center02 a {
	color: #999999;
	text-decoration: underline;
}

.price_yen {
	font-size: 1rem;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.item_list_center02 {
		width: 70%;
	}
	.items_price_center02 {
		font-size: 1.5rem;
	}
}

/* --------------- TB --------------- */
@media only screen and (max-width: 1000px) and (min-width: 768px) {
	.item_list_center02 {
		width: 50%;
	}
}


/* ---------------------------------------------------------
	アイテムリスト03(中央)
----------------------------------------------------------*/
.items_price_center03 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #999999;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	list-style: none;
}

.items_price_center03 li:nth-child(n + 2) {
	padding-top: 1.5rem;
}

.items_price_center03 a {
	letter-spacing: 0.01rem;
	font-size: 1rem;
	vertical-align: baseline;
	font-weight: 400;
	color: #FFFFFF;
	/*text-decoration: underline;*/
}

.tworow_price_wapp {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tworow_price_buy {
	color: #ffffff;
	padding: 0.5rem 2.5rem;
	background-color: #999999;
	/*border: 1px solid #999999;*/
}
.tworow_price_soon {
	font-size: 1rem;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.items_price_center03 {
		width: 80%;
	}
	.items_price_center03 {
		font-size: 1.7rem;
	}
	.items_price_center03 a {
		font-size: 1.3rem;
	}

	.tworow_price_soon {
		font-size: 1.3rem;
	}
}

/* --------------- TB --------------- */
@media only screen and (max-width: 1000px) and (min-width: 768px) {
	.item_list_center03 {
		width: 50%;
	}
}


/* ---------------------------------------------------------
	アイテムボタン
----------------------------------------------------------*/
.itembtn_wapper {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.itemlk {
	display: inline-block;
	width: 100%;
	padding: 2rem 0;
	margin: 0 auto;
	border: 1px #999999 solid;
	/* border-radius: 5px; */
	text-decoration: none;
	transition: .2s;
	font-size: 1.3rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	letter-spacing: 0.1rem;
}

.itemlk a {
	color: #999999;
	font-weight: normal;
}

/*----- PC -----*/
@media screen and (min-width: 768px) {
	.itemlk {
		width: 80%;
		font-size: 1.8rem;
	}
}


/* ---------------------------------------------------------
	フェードイン	
----------------------------------------------------------*/
/* その場で */
.fadeIn{
	animation-name:fadeInAnime;
	animation-duration:3s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeInAnime{
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* 下から */
.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration: 3s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeUpAnime{
	from {
		opacity: 0;
		transform: translateY(150px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* 上から */
.fadeDown{
	animation-name:fadeDownAnime;
	animation-duration: 3s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeDownAnime{
	from {
		opacity: 0;
		transform: translateY(-150px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* 左から */
.fadeLeft{
	animation-name:fadeLeftAnime;
	animation-duration: 3s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeLeftAnime {
	from {
		opacity: 0;
		transform: translateX(-150px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/* 右から */
.fadeRight{
	animation-name:fadeRightAnime;
	animation-duration: 3s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeRightAnime {
	from {
		opacity: 0;
		transform: translateX(150px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
	opacity: 0;
}


/* ---------------------------------------------------------
	順番に現れるappear in order
----------------------------------------------------------*/

/*==================================================
動かしたい動き（今回は” ふわっ”）
===================================*/

.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);
  }
}



/* ---------------------------------------------------------
　フッター
----------------------------------------------------------*/
footer {
	background: linear-gradient(to left top, #999999, #bfbfbf);
	/*-- background-color: #bd6b46; --*/
	/*-- background-image: url("../images/footer_bg_img.jpg");
	background-repeat:  no-repeat; 
	background-size: cover;--*/
	margin: 0 auto;
	max-width: 9999px;
	font-size:13px;
	padding: 20px 0;
}

footer #footer_box {
	margin: 0 auto; 
}

footer #nice_logo {
	margin: 0 auto;
}

footer .footer_p {
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
}
footer .footer_r {
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #ffffff;
	font-weight: 400;
	font-size: 0.65rem;
	padding-top: 2em;
	line-height: 2;
	font-family: 'Noto Sans JP', sans-serif;
}
footer .footer_p a {
	margin: 0 auto;
	display: block;
	text-align: center;
	text-decoration: underline;  
	font-weight: normal;
	font-size: 1.35rem;
	color: #ffffff;
}
footer #sns_flex {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
footer #sns_flex a {
	text-decoration: none;
}
footer #online_link {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
footer #online_link a {
	color: #ffffff;
}

/*--------------- TB ---------------*/
@media screen and (min-width: 768px) {
	footer #footer_box {
		width: 50%;
		padding: 50px 0;
	}
	footer ul {
		padding-bottom: 40px;
		list-style: none;
	}
	footer #nice_logo {
		width: 22%;
	}
	footer .footer_p {
		padding: 0 0 1.5em;
		letter-spacing: 2px;
	}
	footer #sns_flex {
		width: 45%;
	}
	footer #sns_flex li {
		width: 9%;
	}
	footer #online_link {
		width: 50%; 
		padding-left: 150px;
	}
}

/*--------------- PC ---------------*/
@media screen and (max-width: 970px) {
	footer #footer_box {
		width: 70%;
		padding: 50px 0;
	}
	footer ul {
		padding-bottom: 40px;
		list-style: none;
	} 
	footer #nice_logo {
		width: 43%;
	}
	footer .footer_p {
		padding: 0 0 1.5em;
	}
	footer #sns_flex {
		width: 90%;
	}
	footer #sns_flex li {
		width: 10%;
	}
	footer #online_link {
		width: 100%; 
		margin-right: 0px;
		margin-left: 70px;
	}
}