@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;
}
.delay_time10 {
    transition-delay: 1s;
}
.delay_time12 {
    transition-delay: 1.2s;
}
.delay_time14 {
    transition-delay: 1.4s;
}
.delay_time17 {
    transition-delay: 1.7s;
}
.delay_time19 {
    transition-delay: 1.9s;
}
.delay_time21 {
    transition-delay: 2.1s;
}


body{
	background-color: #f6f0eb;
}

p{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "M PLUS 1", sans-serif;
    letter-spacing: .1em;
    line-height: 2.1;
	font-size: 1.3rem;
}

.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;
/*    padding-bottom: 100px;*/
    color: #232323;
    line-height: 2.1;		
	
    width: 100%;
    margin: 0 auto;
	padding-top: 0px;
	position: relative;
}

.lp_wrap_inner {
    max-width: 560px;
    width: 100%;
    margin: 0 auto 200px;
	background-color: #f6f0eb;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}




/*　FV
--------------------------------------------*/
.fv_image {
    margin-bottom: 35%;
	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: 50px;
}


/*　目次　*/
.index_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
	padding: 40px;
}
.index_list li {
    width: 47%;
    margin-bottom: 40px;
}


/* 各アイテム共通部分
--------------------------------------------------*/

/*
.item_wrap {
    padding-bottom: 100px;
}
*/

.item_title {
    margin: 0 auto 5%;
	width: 90%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.2em 0.8em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

h1{
	font-family: "optima-lt-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.8rem;
    letter-spacing: .03em;
	line-height: 1;
}

.item_title img{
	width: 65%;
	padding: 10px 10px 10px 0;
}


/*　メインクレジット　*/
.item_main_link {
    margin: 0 5%;
	width: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	padding: 1.2em 0.8em;
	border-bottom: 1px solid #232323;
}

h2 {
	font-family: "optima-lt-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.8rem;
    letter-spacing: .05em;
	line-height: 1;
}

.buy{
	width: 15%;
	display: flex;
	align-items: center;
}

.item_main_sub{
	margin: 0 5% 130px;
	width: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	padding: 1.3em 0.8em;	
}

.item_main_sub p {
	font-family: "optima-lt-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2rem;
    letter-spacing: .07em;
	line-height: 1;		
}

#item01 .item_main_sub img,
#item04 .item_main_sub img{
	width: 11%;
}

#item02 .item_main_sub img,
#item03 .item_main_sub img{
	width: 15%;
}

.taxin{
	letter-spacing: .03em;
}

.size {
	font-size: 2rem;
	border-bottom: 1px solid #232323;
}


/*　小クレジット　*/
.item_link p {
	font-family: "optima-lt-pro", sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 1.75rem;
    letter-spacing: .07em;
	line-height: 1;
	padding-top: 0.5em;
}
.item_link a{
	text-decoration: underline;
	display: inline-block; 
}


/*　スライダー　*/
.dots-wrap {
    display: flex;
	bottom: 25px;
	right: 25px;
	position: absolute;
	z-index: 5;
}

.dots-wrap li {
    /*width: 40px;*/
	width: 3em;
    height: 4px;
    margin: 0 5px;
    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: 90%;
    margin: 0 auto;
	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;
}
*/







/*　アイテムコメント　*/

.item_comment{
	width: 80%;
	margin: 80px auto;
	text-align: center;
}

.item_comment_title {
	font-family: "optima-lt-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2rem;
    letter-spacing: .07em;
	line-height: 1;
}

.item_comment_line{
    width: 40px;
    height: 20px;
    padding: 1px;
	margin: 1.3em auto;
}
.item_comment_line hr{
    transform: rotate(-45deg);
    width: 30px;
    border: 0;
    border-top: 1px solid #2B2B2B;
    margin: 0;
    padding: 0;
    transform-origin: 100% 0%;
}








/*　item01
------------------------------------------*/
.item01_container1{
	text-align: right;
	margin-bottom: 130px;
}

.item01_img1{
	width: 80%;
}

.item01_img2{
	width: 37%;
	float: left;
	margin-top: -120px;
}

.item01_container2{
	width: 80%;
	margin: 0 auto;
	text-align: right;
}

.img_right{
	width: 75%;
	margin: 130px 0 130px auto;
}

.img_left{
	width: 75%;
	margin: 130px auto 130px 0;
}







/*item02
-------------------------------------------*/
.item02_container1{
	height: 400px;
	background: url(../img/02_1.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: flex-end;
}

.item02_container1 .item_link {
	padding: 1.6em;
}

.item02_container1 .item_link a,
.item04_container1 .item_link a{
	color: #fff;
	display: block;
}

.item02_container2,
.item04_container2{
	width: 80%;
	margin: 0 auto;
/*	text-align: left;*/
}

.item02_container3{
	display: flex;
	padding: 50px 0;
}

.item02_img5{
	width: 35%;
	padding-top: 27%;
}

.item02_img4{
	width: 65%;
}

.item02_text{
	width: 70%;
    margin: -20% 1.5em 200px auto;
	}

.item02_container4{
	width: 80%;
	text-align: right;
}






/*item03
-------------------------------------------*/
.item03_container1{
	height: 380px;
	background: url("../img/03_1.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.item03_container1 .item_link{
	padding: 1.6em;
}

.item03_container1 .item_link a{
	color: #fff;
	display: block;
}

.item03_container2  {
	display: flex;
	justify-content: center;
}

.item03_img3{
	width: 47%;
	padding-top: 22%;
}

.item03_img2{
	width: 47%;
}

.item03_container3{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4%;
	margin-bottom: 150px;
}

.item03_text {
	width: 6.3%;
}

.item03_img4{
	width: 73%;
}

.auto_slider img{
	width: 95%
}






/*item04
-------------------------------------------*/

.item04_container1_flex {
	display: flex;
	justify-content: center;
}

.item04_img1, .item04_img2{
	width: 50%;
}

.item04_container1{
	position: relative;
}

.item04_container1 .item_link{
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: 10;
}

.item04_container2 .image_fade_slider{
	padding-top: 10px;
}

.item04_container3{
	position: relative;
}

.item04_text{
	width: 80%;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 25px;
	margin: 0 auto;
}





/*ページ下部リンク
------------------------------------------*/
.bottom {
    margin: 0 auto;
}

.bottom_link {
	width: 55%;
	display: block;
/*	margin: 0 auto 50px;*/
	margin: 0 auto 12%;
	padding: 30px 0;
/*	border: 1px solid #4b4b4b;*/
	text-align: center;
	background-color: #F0E2D7;
}


.profile {
	margin: 0 auto 150px;
	max-width: 75%;
	text-align: center;
}

.profile_img{
	width: 70%;
	margin: 0 auto;
}

.profile_title {
	font-family: "optima-lt-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 25px auto;
	width: 90%;
}

h4{
	font-size: 3rem;
	border-bottom: 1px solid #232323;
	letter-spacing: .07em;
}

.insta {
	text-align: right;
    width: 160px;
	background: url(../img/icon_insta.png) no-repeat;
	background-size: 20px;
	background-position: left center;
	margin: 10px auto 0;
}

.insta a{
	font-size: 1.7rem;
}


/*
.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;
	}
	
	.top_auto_slider div {
    	padding-right: 3px;
	}
	
	
	/*　テキスト　*/
	p{
		letter-spacing: .1em;
        line-height: 2.1;
        font-size: 1rem;
	/*
		letter-spacing: .125em;
		line-height: 2.1;
		font-size: 1.25rem;
	*/
	}
		
	.item_main_sub p {	
		font-size: 1.5rem;
    	letter-spacing: .03em;
	}
	
	.taxin{
		font-size: 1rem;   
	}
	
	.size {
	font-size: 1.5rem;
	}

	h1{
		font-size: 2.2rem;
	}	
	
	h2{
		font-size: 2rem;
	}
	
	h4 {
    font-size: 2rem;
	}
	
	.insta a {
    	font-size: 1.2rem;
	}
	
	.item_comment_title{
		font-size: 1.5rem;
	}
	
	.item_link p{
		font-size: 1.2rem;
	}
	
	.slash{
		font-size: 1.1rem;
        vertical-align: bottom;
	}
	
	
	/*　目次　*/
	.index_list {
    	padding: 30px;
	}
	
	.index_list li {
	    margin-bottom: 25px;
	}	
	
	
	/*	共通　*/
	.slick-dotted.slick-slider {
		margin-bottom: 10px;
	}
	
	.item_title{
		padding: 0.7em 0.8em;
	}
	
	.item_title img {
    	width: 55%;
	}
	
	.dots-wrap {
		bottom: 18px;
		right: 18px;
	}
	
	.dots-wrap li{
		width: 2.5em;
        height: 4px;
        margin: 0 4px;
	}
	
	.buy{
		width: 17%;
	}
	
	.item_main_link {
		width: 90%;
		gap: 12px;
	}
	
	.item_main_sub{
		gap: 12px;
		margin: 0 5% 60px;
	} 
	
	
	/*	アイテムコメント　*/
	.item_comment {
		margin: 50px auto;
	}
	
	.item_comment_line {
		padding: 2px;
		margin: 0.8em auto;
	}
	
	.item_comment_line hr {
		width: 25px;
	}
	

	
	/*	各アイテム　*/
	.img_right{
		margin: 110px 0 110px auto;
	}
	
	.img_left {
		margin: 110px auto 110px 0;
	}
	
	
	.item01_container1 {
		margin-bottom: 80px;
	}
	
	.item01_img2 {
		margin-top: -90px;
	}
	
	.item02_container1,
	.item03_container1{
    	height: 280px;
	}

	.item02_container3 {
		padding: 30px 0;
	}
	
	.item02_text {
		margin: -20% 1.5em 140px auto;
	}
	
	
	/*	ページ下部　*/
	.bottom_link {
		width: 60%;
		padding: 20px 0;
	}	
	
	.profile_img {
    	width: 65%;
	}
	
	.profile_title{
		margin: 20px auto;
	}
	
	.insta {
		width: 123px;
		background-size: 14px;
	}
	

	
	

	
}
