@charset "utf-8";

ul {
    list-style: none;
}
a {
    transition: .3s;
    display: block;
}
a:hover {
    opacity: .7;
}
img {
    vertical-align: bottom;
}

/*　Anime
-----------------------------*/
.fade-in {
	opacity: 0;
	transition: all 1s;
}
.fade-in.view {
	opacity: 1;
}

.down-to-top {
	opacity: 0;
	transform: translateY(20px);
	transition: all 1s;
    transition-delay: .3s;
}
.down-to-top.view {
	opacity: 1;
	transform: translate(0);
}

.left-to-right {
	opacity: 0;
	transform: translateX(-20px);
	transition: all 1s;
    transition-delay: .3s;
}
.left-to-right.view {
	opacity: 1;
	transform: translate(0);
}

.right-to-left {
	opacity: 0;
	transform: translateX(20px);
	transition: all 1s;
    transition-delay: .3s;
}

.right-to-left.view {
	opacity: 1;
	transform: translate(0);
}

.down-to-top_parent > .down-to-top_child {
	opacity: 0;
	transform: translateY(20px);
	transition: all 1s;
    transition-delay: .3s;
}
.down-to-top_parent.view > .down-to-top_child {
	opacity: 1;
	transform: translate(0);
}
.down-to-top_parent > .down-to-top_child:nth-child(2) {
    transition-delay: .4s;
}
.down-to-top_parent > .down-to-top_child:nth-child(3) {
    transition-delay: .5s;
}
.down-to-top_parent > .down-to-top_child:nth-child(4) {
    transition-delay: .6s;
}
.down-to-top_parent > .down-to-top_child:nth-child(5) {
    transition-delay: .7s;
}
.down-to-top_parent > .down-to-top_child:nth-child(6) {
    transition-delay: .8s;
}
.down-to-top_parent > .down-to-top_child:nth-child(7) {
    transition-delay: .9s;
}
.down-to-top_parent > .down-to-top_child:nth-child(8) {
    transition-delay: 1s;
}

/*　Anime Delay
-----------------------------*/
.delay_time02 {
    transition-delay: 0.2s;
}
.delay_time04 {
    transition-delay: 0.4s;
}
.delay_time06 {
    transition-delay: 0.6s;
}
.delay_time08 {
    transition-delay: 0.8s;
}






body{
	background-color: #fef8e6;
}

p{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "M PLUS 1", sans-serif;
    letter-spacing: .1em;
    line-height: 2.1;
	font-size: 14px;
}

.fs-l-main {
	margin: 0 auto;
	padding: 0;
	max-width: 1100px;
}
.fs-l-page {
	margin-top: 90px;
}

#lp_wrap {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "M PLUS 1", sans-serif;
    letter-spacing: .1em;
    color: #232323;
    line-height: 2.1;		
	
    width: 100%;
    margin: 0 auto;
	padding-top: 0px;
	position: relative;
	background-color: #fef8e6;
}

.lp_wrap_inner {
    max-width: 560px;
    width: 100%;
    margin: 0 auto 180px;
/*	background-color: #fef8e6;*/
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}




/*　FV
--------------------------------------------*/
.fv{
	max-width: 560px;
    width: 100%;
    margin: 0 auto 100px;
}

.fv_image {
    margin-bottom: 100px;
	position: relative;
}

/*　FV下の等速で流れ続けるスライダー　*/
.top_auto_slider div{
	padding-right: 8px;
}

.fv_image_text{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

.fv_text {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

/*
.fv_text img{
	width: 50%;
	padding: 50px 0;
}
*/


.markdown{
	margin-top: 30px;
}


/*　目次　*/
.index_list_container{
	border-top: solid 1px #232323;
	border-bottom: solid 1px #232323;
	padding: 40px 0;
}

.index_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
	padding: 40px 40px 0px;
}
.index_list li {
    width: 47%;
    margin-bottom: 40px;
}


/* 各アイテム共通部分
--------------------------------------------------*/

/*　メインクレジット　*/
.item_main_link{
	margin: 2em auto 0;
	width: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	padding: 1.8em 0.8em;	
	border-bottom: 1px solid #232323;
}

.item_main_link p {
	font-family: "century-gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2rem;
    letter-spacing: .07em;
	line-height: 1;		
}


.buy{
	width: 15%;
	display: flex;
	align-items: center;
}

.taxin{
	font-size: 0.7em;
	letter-spacing: .03em;
}

.size {
	font-size: 2rem;
	border-bottom: 1px solid #232323;
}


/*　アイテムコメント　*/

.item_comment{
	width: 80%;
	margin: 0 auto 100px;
	text-align: center;
	padding: 1.8em 0;
}



/*　小クレジット　*/
.item_link p {
	font-family: "century-gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6rem;
    letter-spacing: .07em;
	line-height: 1;
	padding-top: 0.8em;
}

.item_link a{
	text-decoration: underline;
	display: inline-block; 
}

.item01_container3 .item_link a,
#item02 .item_link a,
#item03 .item_link a{
	display: block;
}

#item02 .item_link a{
	text-align: right;
	padding-right: 2em;
}



/*　スライダー　*/
.slick-dotted.slick-slider {
	margin-bottom: 10px;
}

.slick-slide {
	height: fit-content !important; 
}

.item_title1 {
	width: 80px;
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 10;
	
}

.item_title2{
	width: 70%;
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 10;
}

#item04 .item_title2{
	width: 55%;
}


.coordinate_image_conainter {
	width: 90%;
	margin: 0 auto;
	position: relative;
/*	background-color: aquamarine;*/
}

.coordinate_image_conainter_item03 {
	width: 90%;
	margin: 0 auto;
}

.item_title1_item03 {
	width: 80px;
	padding-left: 0.5em;
}

.item_title2_item03{
	width: 97%;
	margin: 0 auto;
}

.dots-wrap {
    display: flex;
	bottom: 4%;
	left: 4%;
	position: absolute;
	z-index: 5;
}

.dots-wrap li {
	width: 9px;
    height: 9px;
	border-radius: 50%;
    margin: 0 8px;
    background: #fdfdfd;
    cursor: pointer;
}

.dots-wrap li.slick-active {
    background: #aaa;
}

.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.coordinate_image_slider {
    width: 100%;
	position: relative;
}


/*
.slick-prev {
    left: 0% !important;
}
.slick-next {
    right: 0% !important;
}
.slick-prev:before {
    content: '';
    display: inline-block;
    width: 13px !important;
    background: url(../img/prev_arrow.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.slick-next:before {
    content: '';
    display: inline-block;
    width: 13px !important;
    background: url(../img/next_arrow.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}
*/





/*　共通配置
------------------------------------------*/

.img_right{
	width: 75%;
	margin: 0 0 25% auto;
}

.img_left{
	width: 75%;
	margin: 0 auto 25% 0;
}



/*　item01
------------------------------------------*/

.item01_img1{
	width: 80%;
	position: relative;
}

.item01_container1{
	margin: 23% auto;
	width: 95%;
	position: relative;
}

.item01_flex{
	display: flex;
	gap:1%;
}

.item01_text1{
	width: 80%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 10;
}

.item01_container2{
	width: 75%;
	margin: 0 auto;
	text-align: right;
}

.item01_container3{
	margin: 23% 0;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	text-align: right;
}

.item01_container3 .item_link{
	margin: 2em auto;
}

.item01_img5{
	width: 60%;
}

.item01_container4{
}

.rotation {
	width: 35%;
	margin: -18% 8% 0 auto;
}

.rotation img {
	animation: rotation 10s linear infinite;
}

/* アニメーション */
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}






/*item02
-------------------------------------------*/

.item02_img1{
	width: 100%;
}

.item02_container1{
	text-align: right;
	margin: 23% auto 48%;
	width: 90%;
}

.item02_img2{
	width: 65%;
}

.item02_img3{
	width: 43%;
	float: left;
	margin-top: -120px;
}

.auto_slider img{
	padding: 2%;
}

#item02 center{
	margin-top: 20%;
}






/*item03
-------------------------------------------*/

.item03_flex1{
	display: flex;
	width: 100%;
	justify-content: center;
	margin: 5% auto;
}

#item03 .image_fade_slider{
	width: 70%;
	margin: 0 auto;
}

.item03_container1{
	margin: 25% auto;
	width: 90%;
	position: relative;
}

.item03_text1{
	width: 43%;
	position: absolute;
	right: 13%;
    bottom: 10%;
	margin: auto;
	z-index: 10;
}

.item03_container2{
	width: 75%;
	margin: 0 0 0 auto;
	position: relative;
}

.item03_container2 .item_link a{
	color: #fff;
	position: absolute;
	right: 2em;
	bottom: 2em;
}

.item03_flex2{
	display: flex;
/*	width: 100%;*/
	align-items: flex-end;
	margin-top: -20%
}

.item03_img9{
	width: 400px;
}

.item03_text2{
	padding: 6%;
    margin-bottom: 3%;
}




/*item04
-------------------------------------------*/

.item04_container1{
	width: 60%;
	margin: 0 auto 25%;
}

.item04_container1 img{
	padding: 0.5em;
}

.item04_container2{
	text-align: right;
	position: relative;
}

.item04_img3{
	width: 80%;
}

.item04_container2 .item_link{
	padding-right: 3%;
}

.item04_text1{
	width: 60%;
	position: absolute;
	top: 50px;
	left: 0px;
	padding-left: 7%;
}

.item04_container3  {
	display: flex;
	justify-content: center;
	margin: 27% auto;
}

.item04_img4{
	width: 47%;
}

.item04_img5{
	width: 47%;
	padding-top: 15%;
}

.item04_container4{
	width: 80%;
	text-align: right;
}

.item04_container5{
	width: 65%;
	margin: 45% auto 20%;
	position: relative;
}

.item04_text2{
	width: 67%;
	position: absolute;
	bottom: 120px;
	padding-left: 8%;
}




/*ページ下部リンク
------------------------------------------*/
.bottom {
    margin: 0 auto;
}

.bottom_link {
	width: 55%;
	display: block;
	margin: 0 auto 12%;
	padding: 6% 0;
	text-align: center;
	border: solid 1px #232323;
}

.profile {
	margin: 0 auto 150px;
	max-width: 75%;
	text-align: center;
}

.profile-white{
	width: 90%;
	margin: 0 auto 8%;
	padding: 20px 20px 0;
	background-color: #fff;
}

.profile_title{
	font-family: "century-gothic", sans-serif;
	font-style: normal;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 1em;
	padding: 3px 0;
}

.name {
	font-size: 3.3rem;
	font-weight: 600;
}

.insta {
	text-align: right;
    width: 150px;
	background: url(https://img.titivate.jp/cc/project/itsuki/25aw/assets/img/icon_insta.png) no-repeat;
	background-size: 18px;
	background-position: left center;
}

.insta a{
	font-size: 1.5rem;
}


/*
.bottom_title {
    text-align: center;
    letter-spacing: 0;
}
.bottom_bn {
    margin-bottom: 50px;
}
*/










	
/***************▼タブレット▼*****************/
@media screen and (max-width: 768px) {
	
	.fs-l-main {
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}
	.fs-l-page {
		margin-top: 80px;
	}

    #lp_wrap {
        padding-top: 0px;
    }
	
	
	
/*
    .lp_wrap_content {
        width: 100%;
        margin: 0 auto;
    }
*/

	/*
    .lp_wrap_inner {
        margin: 0 auto 150px;
    }
*/
    
/*
    .index_list {
        width: 96%;
        margin: 0 auto;
    }
*/
	
/*
    .bottom_bn {
        margin-bottom: 30px;
    }
*/
    
}




/***************▼スマホ大▼*****************/
@media screen and (max-width: 640px) {

}




/***************▼スマホ小▼*****************/
@media screen and (max-width: 479px) {
/*
	.markdown{
	margin-top: 30px;
	}
*/
	
/*
	.fv_text img{
		width: 50%;
		padding: 30px 0;
	}
*/
	
	.fv_image {
    margin-bottom: 80px;
	}
	
	.fv{
		margin-bottom: 80px;
	}
	
	
	
	
	/*　テキスト　*/
	p{
		letter-spacing: .1em;
        line-height: 2.1;
        font-size: 1rem;
	/*
		letter-spacing: .125em;
		line-height: 2.1;
		font-size: 1.25rem;
	*/
	}
		
	.item_main_link {
		gap: 22px;
	}
	
	.item_main_link p {	
		font-size: 1.5rem;
    	letter-spacing: .03em;
	}
	
	.taxin{
		font-size: 1rem;   
	}
	
	.size {
		font-size: 1.5rem;
	}
	
	.item_link p{
		font-size: 1.2rem;
	}
	
	.slash{
		font-size: 1.1rem;
        vertical-align: bottom;
	}
	
	
	/*　目次　*/
	.index_list_container {
    	width: 96%;
		padding: 25px 0;
	}
	
	.index_list{
		padding: 25px 25px 0px;
	}
	
	.index_list li{
		margin-bottom: 25px;
	}
	
	
	/*	共通　*/
	.item_title1 {
		width: 50px;
		top: 20px;
		left: 20px;
	}
	
	.item_title2 {
		width: 60%;
		right: 20px;
		bottom: 20px;
	}
	
	.coordinate_image_slider{
		margin-bottom: 10px;
	}
	
	.dots-wrap li{
		width: 6px;
        height: 6px;
        margin: 0 6px;
	}
	
	.item_main_link {
		margin: 0 auto;
		padding: 1.4em 0.8em;
	}
	
	.buy{
		width: 17%;
	}
	
	.item_comment{
		margin: 0 auto 60px;
		padding: 1.4em 0;
	}
	
	/*	item03　*/
	.item_title1_item03{
		width: 55px;
	}
	
	/*　item04　*/
	.item04_text1{
		top: 30px;
	}
	
	.item04_text2 {
		bottom: 80px;
	}


	/*	ページ下部　*/
	.profile-white{
		padding: 15px 15px 0;
	}
	
	.profile_title{
	margin: 0 0.75em;
	}
	
	.name {
    	font-size: 2.3rem;
	}
	
	.insta{
		width: 110px;
		background-size: 15px;
	}
	
	.insta a {
    	font-size: 1rem;
	}
	
	

	
}
