@charset "utf-8";
/* CSS Document */

.title{
	font-family: "norman-variable", sans-serif;
	font-variation-settings: "wght" 400;
}

body{
	font-family: "a-otf-ryumin-pr6n", serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.8rem;
}

button {
	background: transparent;
	border: none;
	outline: none;
	box-shadow: none;
	cursor:pointer;
	padding: 0;
	color: #231815;
}
a {
  -webkit-tap-highlight-color: transparent;
}

.bs_sp{
	display: none;
}
.bs_pc{
	display: block;
}

@media only screen and (max-width: 768px) {
	.bs_sp{
		display: block;
	}
	.bs_pc{
		display: none;
	}
	body{
		 font-size: 0.9rem;;
	}
}

/* Leaf */

#contentsTop .leaf01{
	position: absolute;
    width: 280px;
    top: 60px;
    /*left: 16%;*/
    left: clamp(0rem, -16.544rem + 29.41vw, 18.75rem);
    z-index: 60;
}
#contentsTop .leaf02{
	position: absolute;
    width: 180px;
    top: 480px;
    right: 18%;
    z-index: 60;
}
#contentsTop .leaf03{
	position: absolute;
    width: 300px;
    top: 800px;
    left: 36%;
    z-index: 60;
	display: block;
}
#contentsTop .leaf03_sp{
	display: none;
}
#contentsTop .leaf04_sp{
	display: none;
}
#contentsTop .leaf04{
	position: absolute;
    width: 240px;
    bottom: -200px;
    right: 20%;
    z-index: 60;
}

#cont01 .leaf05{
	position: absolute;
    width: 220px;
    top: 480px;
    right: 5%;
    z-index: 80;
}
#cont01 .leaf05_sp{
	display: none;
}
#cont01 .leaf06{
	position: absolute;
    width: 260px;
    top: 880px;
    left: 0;
    z-index: 80;
}
#cont01 .leaf07{
	position: absolute;
    width: 250px;
    bottom: -60px;
    right: 26%;
    z-index: 80;
}

#cont02 .leaf08{
	position: absolute;
    width: 240px;
    top: 520px;
    left: 33%;
    z-index: 60;
}
#cont02 .leaf09{
	position: absolute;
    width: 320px;
    top: 43%;
    right: 0;
    z-index: 60;
}
#cont02 .leaf10{
	position: absolute;
    width: 260px;
    bottom: 360px;
    left: 2.5%;
    z-index: 60;
}
#cont02 .leaf11{
	position: absolute;
    width: 200px;
    bottom: -100px;
    right: 36%;
    z-index: 60;
}

#cont03 .leaf12_sp{
	display: none;
}
#cont03 .leaf13_sp{
	display: none;
}
#cont03 .leaf14_sp{
	display: none;
}

#VISUAL_message .leaf12{
	position: absolute;
    width: 300px;
    top: -100px;
    right: 15%;
    z-index: 80;
}
#VISUAL_message .leaf13{
	position: absolute;
    width: 250px;
    top: 720px;
    left: 25%;
    z-index: 80;
}
#VISUAL_message .leaf14{
	position: absolute;
    width: 210px;
    bottom: -60px;
    right: 18%;
    z-index: 80;
}

#newshop .leaf15{
	position: absolute;
    width: 250px;
    top: 640px;
    left: 2.2%;
    z-index: 40;
}
#newshop .leaf16{
	position: absolute;
    width: 280px;
    top: 640px;
    right: 2.2%;
    z-index: 60;
}
#newshop .leaf15_sp{
	display: none;
}
#newshop .leaf16_sp{
	display: none;
}
#newshop .leaf17_sp{
	display: none;
}

.roll-in-top {
	-webkit-animation: roll-in-top 10s cubic-bezier(0.165, 0.840, 0.440, 1.000) both;
	        animation: roll-in-top 10s cubic-bezier(0.165, 0.840, 0.440, 1.000) both;
}

@-webkit-keyframes roll-in-top {
  0% {
    -webkit-transform: translateY(-800px) rotate(-540deg);
            transform: translateY(-800px) rotate(-540deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes roll-in-top {
  0% {
    -webkit-transform: translateY(-800px) rotate(-540deg);
            transform: translateY(-800px) rotate(-540deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
}

.fade-in-top-leaf {
	-webkit-animation: fade-in-top-leaf 3s cubic-bezier(0.445, 0.050, 0.550, 0.950) 0.5s both;
	        animation: fade-in-top-leaf 3s cubic-bezier(0.445, 0.050, 0.550, 0.950) 0.5s both;
}
@-webkit-keyframes fade-in-top-leaf {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top-leaf {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}



@media only screen and (max-width: 768px) {
	#contentsTop .leaf01 {
		width: 130px;
		top: 20px;
		left: -36px;
	}
	#contentsTop .leaf02 {
		width: 90px;
		top: 450px;
		right: 0;
	}
	#contentsTop .leaf03{
		display: none;	

	}
	#contentsTop .leaf03_sp{
		display: block;
        position: absolute;
        width: 140px;
        top: 600px;
        left: 36%;
        z-index: 60;
	}
	#contentsTop .leaf04_sp {
		display: block;
        position: absolute;
        width: 150px;
        bottom: 270px;
        right: 0;
        z-index: 60;
	}
	#contentsTop .leaf04 {
		width: 180px;
        bottom: -200px;
	}
	#cont01 .leaf05{
		display: none;
	}
	#cont01 .leaf05_sp{
		display: block;
        position: absolute;
        width: 140px;
        top: 1520px;
        right: 0;
        z-index: 80;
	}
	#cont01 .leaf06 {
		width: 136px;
		top: 80%;
		left: 0;
	}
	#cont01 .leaf07{
		display: none;
	}
	#cont02 .leaf08 {
		width: 150px;
		top: 220px;
		left: 36%;
	}
	
	#cont02 .leaf09 {
		width: 170px;
		top: 13.5%;
		right: 0;
	}
	#cont02 .leaf10 {
		display: none;
	}
	#cont02 .leaf11 {
		width: 120px;
		bottom: -160px;
		right: 36%;
	}
	#cont03 .leaf12_sp{
		display: block;
        position: absolute;
		width: 120px;
		left: 0;
		bottom: 63%;
	}
	#cont03 .leaf13_sp{
		display: block;
        position: absolute;
		width: 120px;
		right: 5%;
        bottom: 46%;
	}
	#cont03 .leaf14_sp{
		display: block;
        position: absolute;
        width: 120px;
        left: 2%;
        bottom: 22%;
	}
	
	#VISUAL_message .leaf12{
		display: none;
	}
	#VISUAL_message .leaf13 {
		width: 150px;
		top: -70px;
		left: 16px;
	}
	#VISUAL_message .leaf14 {
		width: 110px;
		bottom: 35%;
		right: 0;
	}
	
	#newshop .leaf15{
		display: none;
	}
	#newshop .leaf16{
		display: none;
	}
	#newshop .leaf15_sp{
		display: block;
        position: absolute;
        width: 180px;
        top: -90px;
        right: 10%;
        z-index: 40;
	}
	#newshop .leaf16_sp{
		display: block;
        position: absolute;
        width: 160px;
        bottom: 33%;
        left: 10%;
        z-index: 60;
	}
	#newshop .leaf17_sp{
		display: block;
        position: absolute;
        width: 210px;
        bottom: 120px;
        right: 2.2%;
        z-index: 60;
	}
}

/* contentsTop */

#contentsTop {
	background: linear-gradient(to bottom, #E6D2B4, 20%, #ffffff);
	position: relative;
}

#contentsTop img {
	width: 100%;
}
h1{
	width: 24px;
	position: absolute;
	left: 35px;
	top: 120px;
}
#contentsTop .top_visual{
	width: 900px;
	/*width: 747px;*/
    height: 880px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 40;
}
#contentsTop .kenburns-top {
	overflow: hidden;
	/*width: 747px;
    height: 840px;*/
	width: 100%;
    height: 100%;
	background-image: url("../image/main_visual_top.jpg");
	/*background-size: cover;
	background-position: top;*/
	background-size: contain;
	background-position: top, 50%;
	-webkit-animation: kenburns-top 5s ease-out both;
	        animation: kenburns-top 5s ease-out both;
	backface-visibility: hidden;
	background-repeat: no-repeat;
}

#contentsTop .Unveil_white{
	position: absolute;
	width: 250px;
    left: 100px;
    bottom: 100px;
}

@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.18) translateY(-15px);
            transform: scale(1.18) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.18) translateY(-15px);
            transform: scale(1.18) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}

#contentsTop .top_txt{
	position: relative;
	width: 100%;
	margin: 0 auto;
}
#contentsTop .top_txtArea{
	width: 640px;
	margin: 120px auto;
	display: flow-root;
}
#contentsTop .top_txtArea p{
	line-height:2.4rem;
}
#contentsTop .top_txtArea .txtArea_l{
	float: left;
	width: 46%;
	padding-top: 120px;
	padding-bottom: 300px;
}
#contentsTop .top_txtArea .txtArea_r{
	float: right;
    width: 46%;
    padding-top: 420px;
}
#contentsTop .txtArea_r img{
    width: 100%;
    padding-top: 60px;
}
#contentsTop .top_imgA{
	position: absolute;
    width: 240px;
    top: 0;
    right: 380px;
}
#contentsTop .top_imgB{
	position: absolute;
	width: 300px;
	top: 0;
	right: 0;
}
#contentsTop .top_imgC{
	position: absolute;
    width: 300px;
    top: 280px;
    left: 0;
}
#contentsTop .top_imgD{
	position: absolute;
	width: 240px;
	top: 380px;
	left: 380px;
}
#contentsTop .top_link{
	width: 640px;
	margin: 160px auto 120px;
}
#contentsTop .top_link img{
	width: 100%;
}
#contentsTop .top_link:hover img {
  transition: transform 1s;
  transform: rotateX(360deg);
}

p.btn_design_en span {
    display:inline-block;
    transition: .5s
}

/* マウスオーバー時 */
p.btn_design_en:hover span {
    transform: rotateX(360deg);
}
#contentsTop .pc_btn{
	display: block;
	}
#contentsTop .sp_btn{
	display: none;
}

#contentsTop .fade-in-left {
	-webkit-animation: fade-in-left 1.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.8s both;
	        animation: fade-in-left 1.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.8s both;
}
#contentsTop .fade-in-right {
	-webkit-animation: fade-in-right 1.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-right 1.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}



@media only screen and (max-width: 768px) {
	#contentsTop .top_visual{
		width: 100%;
		height:680px;
	}
	#contentsTop .kenburns-top {
		overflow: hidden;
		width: 100%;
		/*height: 700px;*/
		height: 600px;
		background-size: cover;
		background-position: 50%, top;
	}
	
	#contentsTop .Unveil_white {
		width: 220px;
		left: 20px;
		bottom: 30px;
		z-index: 200;
	}
	#Unveil_white{
		width: 250px;
	}
	#contentsTop .top_txtArea {
		width: 100%;
		margin: 60px auto;
		display: flow-root;
	}
	#contentsTop .top_imgA {
		width: 120px;
		top: 0;
		right: 200px;
	}
	#contentsTop .top_imgB {
		width: 180px;
		top: 0;
	}
	#contentsTop .top_imgC {
		width: 180px;
		top: 800px;
	}
	#contentsTop .top_imgD {
		width: 120px;
        top: 890px;
        left: 200px;
	}
	#contentsTop .top_txtArea .txtArea_l {
		float: none;
        width: 90%;
        padding-top: 280px;
        padding-bottom: 30px;
        margin: 0 auto;
	}
	#contentsTop .top_txtArea .txtArea_r {
		float: none;
        width: 90%;
        padding-top: 0;
        margin: 0 auto;
	}
	#contentsTop .txtArea_r img{
		width: 60%;
		padding-top: 50px;
		margin: 0 auto;
		display: block;
	}
	#contentsTop .top_link {
		width: 80%;
		margin: 400px auto 120px;
	}
	#contentsTop .pc_btn{
		display: none;
	}
	#contentsTop .sp_btn{
		display: block;
	}

}



/* contents01 */

#cont01 .pc {
	display: block;
	}
#cont01 .sp {
	display: none;
}
#cont01 {
	background: linear-gradient(to bottom, #FFE6C8, 20%, #ffffff);
	position: relative;
	height: 215vh;
}
#cont01 .cont01_col{
	max-width: 1280px;
	margin: 0 auto;
}
#cont01 .cont01_inner{
	position: relative;
	width: 100%;
	display: block;
}

#cont01 .cont01_top{
	width: 1080px;
    position: absolute;
    top: 60px;
    right: 0;
}
#cont01 .cont01_title{
	width: 48%;
	top: 0;
	left: 0;
	position: relative;
}
#cont01 .cont01_title p{
	padding-top: 360px;
}
#cont01 .title_f_txt{
	width: 540px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 50;
}
#cont01 .title_f_line{
	width: 500px;
    bottom: 224px;
    left: 180px;
    position: absolute;
    z-index: 50;
	display: block;
}
#cont01 .title_f_stylist{
	width: 240px;
    bottom: 108px;
    left: 180px;
    position: absolute;
    z-index: 60;
	display: block;
}

#cont01 .fade-in-f-txt {
	-webkit-animation: fade-in-right 1.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-right 1.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes fade-in-f-txt {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-f-txt {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

#cont01 .fade-in-line {
	-webkit-animation: fade-in-right 1.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.8s both;
	        animation: fade-in-right 1.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.8s both;
}
@-webkit-keyframes fade-in-line {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-line {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}



#cont01 .fade-in-stylist {
	-webkit-animation: fade-in-stylist 1.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1.6s both;
	        animation: fade-in-stylist 1.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1.6s both;
}
@-webkit-keyframes fade-in-stylist {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-stylist {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

#cont01 .title_f_line_sp{
	display: none;
}
#cont01 .cont01_img01{
	width: 480px;
	height: 400px;
	top: 60px;
	right: 0;
	position:absolute;
	z-index: 60;
	overflow: hidden;
}

#cont01 .cont01_img01_inner{
	width: 480px;
	height: 400px;
	background-image: url("../image/con01_01.jpg");
	background-size: cover;
	background-position: top;
}
.scale-up-center {
	-webkit-animation: scale-up-center 3.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: scale-up-center 3.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}


#cont01 .cont01_img01 img{
	display: none;
}
#cont01 .cont01_txt h3{
	font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.2rem;
	margin-bottom: 30px;
}
#cont01 .cont01_com_l{
	float: left;
}
#cont01 .cont01_com_r{
	float: right;
}

#cont01 .cont01_com01{
	width: 1080px;
	clear: both;
	display: flow-root;
	position: absolute;
	top: 560px;
    left: 0;
}
#cont01 .cont01_com01 h3{
	margin-top: 90px;
}

#cont01 .cont01_com01 .cont01_txt{
	width: 540px;
}
#cont01 .cont01_tt{
	width: 330px;
	margin-bottom: 60px;
}
#cont01 .cont01_img02{
	width: 480px;
	height: 400px;
	background-image: url("../image/con01_02.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#cont01 .cont01_img02 .bgextend{
	writing-mode: vertical-rl;
	font-size: 2.2rem;
	line-height: 2.6rem;
	animation-name:bgextendAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
	position: relative;
	overflow: hidden;/*　はみ出た色要素を隠す　*/
	opacity:0;
	background-color: #fff;
	top: 0;
    right: 45%;
    bottom: 0;
    left: 45%;
	margin: auto;
}
@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
  }
}
.bgappear{
	animation-name:bgextendAnimeSecond;
	animation-duration:1.5s;
	animation-delay: 0.6s;
	animation-fill-mode:forwards;
	opacity: 0;
	padding: 24px 10px; 
}

@keyframes bgextendAnimeSecond{
	0% {
	opacity: 0;
  }
	100% {
	opacity: 1;
  }
}


/*上から下*/
.bgUDextend::before{
	animation-name:bgUDextendAnime;
	animation-duration:2s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;/*伸びる背景色の設定*/
}
@keyframes bgUDextendAnime{
	0% {
		transform-origin:top;
		transform:scaleY(0);
	}
	50% {
		transform-origin:top;
		transform:scaleY(1);
	}
	50.001% {
		transform-origin:bottom;
	}
	100% {
		transform-origin:bottom;
		transform:scaleY(0);
	}
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgUDextendTrigger{
    opacity: 0;
}

#cont01 .fade-in-left {
	-webkit-animation: fade-in-left 1.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-left 1.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

#cont01 .fade-in-left2 {
	-webkit-animation: fade-in-left2 1.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.8s both;
	        animation: fade-in-left2 1.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.8s both;
}
@-webkit-keyframes fade-in-left2 {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left2 {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


#cont01 .cont01_com02{
	width: 1080px;
	clear: both;
	display: flow-root;
	position:absolute;
	top: 1020px;
    right: 0;
}

#cont01 .cont01_com02 .cont01_txt{
	width: 720px;
}
#cont01 .cont01_com02 .img03_l{
	position: absolute;
	width: 280px;
	top: 0;
	right: 420px;
}
#cont01 .cont01_com02 .img03_r{
	position: absolute;
	width: 420px;
	top: 0;
	right: 0;
}
#cont01 .select h3{
	font-size: 2rem;
	border-bottom: 1px solid #231815;
	padding-bottom: 30px;
}
#cont01 .select p{
    padding-right: 112px;
}

#cont01 .itemTag{
	padding-bottom: 20px;
}
#cont01 .itemTag span{
	font-size: 0.8rem;
	line-height: 0.8rem;
}
#cont01 .shop {
	margin: 20px 0;
	width: 108px;
	position: relative;
  z-index: 1;
  padding: 0;
}
#cont01 .shop a{
	color: #231815;
}
#cont01 .shop::before {
  background: linear-gradient(to right, #e8be95, #ffffff);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
  z-index: -1;
}
#cont01 .shop:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
#cont01 .pc_inner{
	display: block;
	}
#cont01 .sp_inner{
	display: none;
}


@media only screen and (max-width: 768px) {
	#cont01 {
		height: auto;
	}
	#cont01 .pc {
		display: none;
	}
	#cont01 .sp {
		display: block;
	}
	#cont01 .cont01_col {
		width: 100%;
	}
	#cont01 .cont01_inner {
		position: static;
		margin: 0 auto 30px;
	}
	#cont01 .cont01_top {
		width: 100%;
		position: static;
		padding-top: 60px;
	}
	#cont01 .cont01_title {
		width: 100%;
	}
	#cont01 .cont01_title_com{
		position: relative;
		height: 252px;
		margin: 30px auto;
	}
	#cont01 .title_f_txt {
		display: none;
	}
	#cont01 .title_f_line {
		display: none;
	}
	#cont01 .title_f_stylist {
		display: none;
	}
	#cont01 .title_f_line_sp{
		display: block;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
	}
	#cont01 .cont01_title p {
		padding-top: 60px;
		width: 90%;
		margin: 0 auto;
	}
	#cont01 .cont01_img01 {
		width: 100%;
        height: auto;
        position: static;
	}
	#cont01 .cont01_img01_inner{
		height: 240px;
        width: 100%;
	}
	#cont01 .cont01_img01 img{
		width: 100%;
		display: block;
	}
	#cont01 .cont01_img01 p{
		margin: 60px auto 20px;
		width: 90%;
	}
	#cont01 .cont01_com01 {
		width: 100%;
		clear: both;
		display: block;
		position: static;
	}
	#cont01 .cont01_com_l {
		float: none;
	}
	#cont01 .cont01_img02 {
		position: static;
        width: 100%;
        height: 304px;
        margin: 0 auto;
	}
	#cont01 .cont01_img02 .bgextend {
		font-size: 1.6rem;
		line-height: 2.2rem;
		height: auto;
	}
	.bgappear {
		/*padding: 40px 10px;*/
	}
	#cont01 .cont01_com_r {
		float: none;
	}
	#cont01 .cont01_com01 h3 {
		margin-top: 30px;
	}
	#cont01 .cont01_com01 .cont01_txt {
		width: 90%;
		margin: 30px auto;
	}
	#cont01 .cont01_com02 {
		width: 100%;
		position: static;
	}
	#cont01 .pc_inner{
		display: none;
	}
	#cont01 .sp_inner{
		display: block;
	}
	#cont01 .sp_inner img{
        width: 100%;
    }
	#cont01 .sp_inner .cont01_tt {
    	width: 90%;
		margin: 30px auto;
	}
	#cont01 .sp_inner .select {
    	width: 90%;
		margin: 30px auto 90px;
	}
	#cont01 .select h3 {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	#cont01 .select p {
		padding-right: 0;
	}
	#cont01 .cont01_sel_img{
		width: 70%;
		margin: 30px auto;
	}
}

/* contents02 */

#cont02 {
	background: linear-gradient(to bottom, #E6D2B4, 20%, #ffffff);
	position: relative;
	height:280vh;
}

#cont02 .autumuItem_img{
	max-width: 1280px;
	margin: 0 auto;
	display: flow-root;
	position: relative;
	z-index: 70;
}
#cont02 .autumuItem_img img{
	width: 100%;
}
#cont02 .autumuItem_img li{
	float: left;
	width: calc(100% / 3);
}
#cont02 .autumuItem_img .pc_img {
		display: block;
	}

#cont02 .slide-in-right {
	-webkit-animation: fade-in-right 2.5s cubic-bezier(0.680, -0.550, 0.265, 1.550) both;
	        animation: fade-in-right 2.5s cubic-bezier(0.680, -0.550, 0.265, 1.550) both;
}
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

#cont02 .slide-in-right2 {
	-webkit-animation: fade-in-right 2.5s cubic-bezier(0.680, -0.550, 0.265, 1.550) 0.5s both;
	        animation: fade-in-right 2.5s cubic-bezier(0.680, -0.550, 0.265, 1.550) 0.5s both;
}
@-webkit-keyframes slide-in-right2 {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right2 {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

#cont02 .slide-in-right3 {
	-webkit-animation: fade-in-right 2.5s cubic-bezier(0.680, -0.550, 0.265, 1.550) 1s both;
	        animation: fade-in-right 2.5s cubic-bezier(0.680, -0.550, 0.265, 1.550) 1s both;
}
@-webkit-keyframes slide-in-right3 {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right3 {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

#cont02 .cont02_top{
	width: 980px;
	margin: 120px auto  60px;
	display: flow-root;
}
#cont02 .cont02_title{
	width: 54%;
	float: left;
}
#cont02 .cont02_title img{
	width: 100%;
}
#cont02 .cont02_title .line{
	margin-top: 48px;
    padding-left: 10px;
    width: 1.3px;
}
#cont02 .cont02_txt{
	padding-top: 60px;
	width: 40%;
	float: right;
}
#cont02 .cont02_txt h3 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.2rem;
    margin-bottom: 30px;
}

#cont02 .fade-in-title {
	-webkit-animation: fade-in-title 1.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-title 1.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes fade-in-title {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-title {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

#cont02 .fade-in-line {
	-webkit-animation: fade-in-line 1.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
	        animation: fade-in-line 1.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
}
@-webkit-keyframes fade-in-line{
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-line {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

#cont02 .fade-in-item {
	-webkit-animation: fade-in-item 1.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-item 1.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes fade-in-item {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-item {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


#cont02 .cont02_itemList01{
	width: 990px;
	display: flow-root;
	clear: both;
	margin: 0 auto 30px;
}
#cont02 .cont02_itemList01 li{
	float: left;
    width: calc((100% - 40px) / 3);
}
#cont02 .cont02_itemList01 li:nth-child(3n+1){
	margin: 0 10px 30px 0; 
}
#cont02 .cont02_itemList01 li:nth-child(3n+2){
	margin: 0 10px 30px 10px; 
}
#cont02 .cont02_itemList01 li:nth-child(3n){
	margin: 0 0 30px 10px; 
}
#cont02 .cont02_itemList01 li img{
	width: 100%;
}
#cont02 .cont02_itemList02{
	width: 660px;
	display: flow-root;
	clear: both;
	margin: 0 auto;
}
#cont02 .cont02_itemList02 li{
	float: left;
    width: calc((100% - 20px) / 2);
}
#cont02 .cont02_itemList02 li:nth-child(2n+1){
	margin: 0 10px 30px 0; 
}
#cont02 .cont02_itemList02 li:nth-child(2n){
	margin: 0 0 30px 10px;
}
#cont02 .cont02_itemList02 li img{
	width: 100%;
}
#cont02 .itemList_nmn{
	font-family: "norman-variable", sans-serif;
    font-size: 2.2rem;
    border-bottom: 1px solid #231815;
    line-height: 2.5rem;
}
#cont02 .itemList_topTxt{
	line-height: 2.4rem;
	letter-spacing: 0.16rem;
}
#cont02 .Item_inner{
	position: relative;
}
#cont02 .act_txt_li{
	position: absolute;
	left: 0;
	font-size: 0.8rem;
	z-index: 20;
}
#cont02 .act_btn {
	font-family: "norman-variable", sans-serif;
	font-weight: 600;
	text-align: right;
	position: absolute;
	z-index: 10;
	padding: 0;
	right: 0;
	width: 100%;
}
#cont02 .act_btn a{
	color: #231815;
}
#cont02 .act_btn::before {
  background: linear-gradient(to left, #e8be95, #ffffff);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
  z-index: -1;
}
#cont02 .act_btn:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

@media only screen and (max-width: 768px) {
	#cont02 {
		height:auto;
	}
	#cont02 .autumuItem_img {
		width: 100%;
	}
	#cont02 .autumuItem_img li {
		width: calc(100% / 2);
	}
	#cont02 .autumuItem_img .pc_img {
		display: none;
	}
	#cont02 .cont02_top {
		width: 100%;
		margin: 60px auto 30px;
		display: flow-root;
	}
	#cont02 .cont02_title {
		width: 82%;
        float: none;
        padding-left: 10px;
	}
	#cont02 .cont02_title .line {
		display: none;
	}
	#cont02 .cont02_txt {
		padding-top: 30px;
		margin-top: 30px;
		width: 90%;
		float: none;
		border-left: 1px solid #231815;
		padding-left: 15px;
		margin-left: 15px;
	}
	#cont02 .cont02_itemList01 {
		width: 90%;
		margin: 0 auto;
	}
	#cont02 .cont02_itemList01 li {
		float: none;
		width: 100%;
	}
	#cont02 .cont02_itemList01 li:nth-child(3n+1){
		margin: 0 0 60px; 
	}
	#cont02 .cont02_itemList01 li:nth-child(3n+2){
		margin: 0 0 60px;  
	}
	#cont02 .cont02_itemList01 li:nth-child(3n){
		margin: 0 0 60px;  
	}
	#cont02 .cont02_itemList02 {
		width: 90%;
	}
	#cont02 .cont02_itemList02 li {
		float: none;
		width: 100%;
	}
	#cont02 .cont02_itemList02 li:nth-child(2n+1){
		margin: 0 0 60px;   
	}
	#cont02 .cont02_itemList02 li:nth-child(2n){
		margin: 0 0 60px;  
	}
}

/* モーダル */
.modal-open-button {
  text-decoration: none;
  cursor: pointer;
  border: none;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / 60%);
  opacity: 0;
  transition: opacity 0.5s, scale 0s 0.5s;
  scale: 0;
}

.modal:target {
  opacity: 1;
  transition: opacity 0.5s;
  scale: 1;
}

#cont02 .modal-logo{
	padding: 0 5px;
    position: absolute;
    top: 12px;
    left: 0;
    width: 240px;
}

#cont02 .modal-content h2 {
	font-family: "norman-variable", sans-serif;
	position: relative;
	font-size: 3rem;
	line-height: 3.4rem;
	margin: 0 0 30px;
	border-bottom: 1px solid #231815;
	width: 100%;
}
#cont02 .modal-content h2 .ttl_shop{
	font-size: 1rem;
    font-family: "Noto Serif JP", serif;
	line-height: 1rem;
    border: none;
    position: absolute;
    right: 0;
    top: 30px;
    padding: 0 10px 0 30px;
    background-image: url(../image/modal_shops.png);
    background-repeat: no-repeat;
    background-position: 5px;
    background-size: 8px;
}
#cont02 .modal-content h2 .ttl_shop a{
	color: #231815;
	text-decoration: none;
}
#cont02 .modal-content h2 .ttl_shop::before {
  background: linear-gradient(to left, #e8be95, #ffffff);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
  z-index: -1;
}
#cont02 .modal-content h2 .ttl_shop:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

#cont02 .modal-container .h3title {
	font-size: 1.6rem;
    line-height: 2rem;
    margin: 0;
    border: none;
    padding: 30px 0 0;
    display: inline-table;
}
#cont02 .modal-container li {
	width: 100%;
	font-size: 1rem;
	line-height: 1.6rem;
	margin: 0;
}
#cont02 .modal-container li {
	width: 100%;
	font-size: 1rem;
	line-height: 1.6rem;
}
#cont02 .modal-container li:nth-child(3n+1){
	margin: 0; 
}
#cont02 .modal-container li:nth-child(3n+2){
	margin: 0; 
}
#cont02 .modal-container li:nth-child(3n){
	margin: 0; 
}
#cont02 .modal-container span{
	font-size: 0.8rem; 
}
#cont02 .modal-container p {
	 margin: 20px 0;
}
#cont02 .modal_item_list{
	margin-bottom: 10px;
    display: flow-root;	
}

.modal_item{
	padding: 20px 0 0;
	font-size: 0.8rem;
}
.modal_shop{
	font-size: 0.8rem;
	margin-top: 20px;
}

@media only screen and (max-width: 768px) {

}

/* swiper */

#cont02 .modal-swiper{
	width: 540px;
	margin: 30px auto 0;
}

#cont02 .swiper-wrapper {
    /* サイズ調整 */
    width: 100%;
    height: 630px;
  }

#cont02 .swiper-slide {
/* 文字配置調整、背景色設定 */
display: flex;
justify-content: center;
align-items: center;
}

#cont02 .swiper-3d .swiper-wrapper {
    padding-bottom: 50px;
}

#cont02 .swiper-pagination-bullet{
	border-radius: 0;
	background-color: #333333 ;
	width: 12px;
	height: 12px;
	margin: 0 15px;
}

@media only screen and (max-width: 768px) {
	#cont02 .modal-swiper{
		width: 100%;
		margin: 30px auto 0;
	}
	#cont02 .swiper-wrapper {
		width: 100%;
		height: auto;
	  }
}

/* contents03 */

#cont03 {
	background: linear-gradient(to bottom, #FFE6C8, 20%, #ffffff);
	position: relative;
	height:205vh;
}
#cont03 .cont03_col {
    max-width: 1280px;
    margin: 0 auto;
}
#cont03 .cont03_inner {
    position: relative;
    width: 100%;
    display: block;
}
#cont03 .cont03_top {
    width: 1280px;
	height: 630px;
    position: absolute;
    top: 60px;
    left: 0;
}
#cont03 .cont03_img01 {
    width: 450px;
    height: 675px;
    top: -120px;
    left: 0;
    position: absolute;
    z-index: 60;
	display: block;
	overflow: hidden;
}
#cont03 .cont03_img01_inner {
    width: 450px;
    height: 675px;
    background-image: url(../image/con03_01.jpg);
    background-size: cover;
	background-position: bottom;
}
#cont03 .cont03_img01_sp{
	display: none;
}
#cont03 .cont03_title {
    width: 58%;
    top: 0;
    right: 0;
    position: absolute;
	display: block;
}
#cont03 .title_f_txt {
    width: 540px;
    top: 0;
    right: 200px;
    position: absolute;
    z-index: 50;
	display: block;
}
#cont03 .title_f_line_sp{
	display: none;
}
#cont03 .title_f_line{
	width: 640px;
    top: 220px;
    right: 360px;
    position: absolute;
    z-index: 50;
	display: block;
}
#cont03 .cont03_title_txt{
	position: absolute;
	top: 260px;
	left: 0;
}
#cont03 .select {
	position: absolute;
	top: 400px;
	left: 0;
}
#cont03 .select h3{
	font-size: 2rem;
	border-bottom: 1px solid #231815;
	padding-bottom: 30px;
	margin-bottom: 24px;
}
#cont03 .select p{
	padding-right: 112px;
}
#cont03 .itemTag{
	padding-bottom: 20px;
}

#cont03 .shop {
	margin: 20px 0;
	width: 218px;
	position: relative;
	z-index: 1;
	padding: 0;
}
#cont03 .shop a{
	color: #231815;
}
#cont03 .shop::before {
  background: linear-gradient(to right, #e8be95, #feebd6);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
  z-index: -1;
}
#cont03 .shop:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

#cont03 .cont03_style{
	max-width: 1280px;
	display: flow-root;
	margin: 0 auto 30px;
	position: relative;
	top: 820px;
}
#cont03 .cont03_style img{
	width: 100%;
}
#cont03 .cont03_style h3{
	font-size: 2rem;
	padding-bottom: 10px;
}
#cont03 .cont03_style h3 .small{
	font-size: 0.8rem;
	font-family: "a-otf-ryumin-pr6n", serif;
	vertical-align: middle;
}
#cont03 .cont03_sty_l,
#cont03 .cont03_sty_c,
#cont03 .cont03_sty_r{
	float: left;
    width: calc((100% - 60px) / 3);
}
#cont03 .cont03_sty_l{
	margin: 0 15px 30px 0; 
}
#cont03 .cont03_sty_l h3{
	margin-top: 30px; 
}
#cont03 .cont03_sty_c{
	margin: 0 15px 30px 15px; 
}
#cont03 .cont03_sty_c p{
	margin-bottom: 30px; 
}
#cont03 .cont03_sty_r{
	margin: 0 0 30px 15px; 
}
#cont03 .cont03_sty_r h3{
	margin-top: 30px; 
}
#cont03 .sp_inner {
	display: none;
}
#cont03 .pc_inner {
	display: block;
}

#cont03 .fade-in-left {
	-webkit-animation: fade-in-left 1.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-left 1.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

#cont03 .fade-in-left2 {
	-webkit-animation: fade-in-left 1.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
	        animation: fade-in-left 1.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
}
@-webkit-keyframes fade-in-left2 {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left2 {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

#cont03 .fade-in-topimg {
	-webkit-animation: fade-in-topimg  1.8s cubic-bezier(0.445, 0.050, 0.550, 0.950) both;
	        animation: fade-in-topimg  1.8s cubic-bezier(0.445, 0.050, 0.550, 0.950) both;
}
@-webkit-keyframes fade-in-topimg {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-topimg {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

#cont03 .fade-in-botimg {
	-webkit-animation: fade-in-botimg 1.8s cubic-bezier(0.445, 0.050, 0.550, 0.950) 0.8s both;
	        animation: fade-in-botimg 1.8s cubic-bezier(0.445, 0.050, 0.550, 0.950) 0.8s both;
}
@-webkit-keyframes fade-in-botimg {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-botimg {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


@media only screen and (max-width: 768px) {
	#cont03 {
		height: auto;
	}
	#cont03 .cont03_col {
		width: 100%;
		margin: 60px auto 0;
	}
	#cont03 .cont03_inner {
		position: static;
	}
	#cont03 .cont03_top {
		width: 100%;
		padding-top: 90px;
		height: auto;
		position: static;
	}
	#cont03 .cont03_title {
		width: 100%;
		top: 0;
		right: 0;
		position: static;
		margin-bottom: 60px;
	}
	#cont03 .title_f_txt {
		display: none;
	}
	#cont03 .title_f_line{
		display: none;
	}
	#cont03 .title_f_line_sp{
		display: block;
        position: static;
        width: 100%;
		margin-bottom: 60px;
	}
	#cont03 .cont03_img01{
		display: none;
		width: 100%;
	}
	#cont03 .cont03_img01_sp{
		width: 100%;
		display: block;
		overflow: hidden;
	}
	#cont03 .cont03_img01_inner{
		width: 100%;
		height: 540px;
	}
	#cont03 .cont03_img01_sp img{
		width: 100%;
	}
	#cont03 .cont03_title_txt {
		position: static;
		margin: 50px auto 60px;
		width: 90%;
	}
	#cont03 .select {
    	position: static;
		margin: 60px auto 90px;
		width: 90%;
	}
	#cont03 .select h3 {
		padding-bottom: 20px;
		margin-bottom: 14px;
	}
	#cont03 .select p {
		padding-right: 0;
	}
	#cont03 .sp_inner {
		display: block;
	}
	#cont03 .pc_inner {
		display: none;
	}
	#cont03 .cont03_style {
		width: 100%;
		display: flow-root;
		margin: 0 auto 30px;
		position: relative;
		top: 0;
	}
	#cont03 .cont03_sty_l {
		float: right;
		width: 80%;
		display: flow-root;
		margin: 0 0 60px 0;
	}
	#cont03 .cont03_sty_l p{
		padding-right: 10px;
	}
	#cont03 .cont03_sty_c {
		float: none;
		width: 80%;
		display: flow-root;
		clear: both;
		margin: 0 0 60px 0;
	}
	#cont03 .cont03_sty_c h3{
		margin-top: 30px;
		padding-left: 10px;
	}
	#cont03 .cont03_sty_c p{
		padding-left: 10px;
		margin-bottom: 0;
	}
	#cont03 .cont03_sty_r {
		width: 80%;
		display: flow-root;
		clear: both;
		margin: 0;
		float: right;
	}
	#cont03 .cont03_sty_r p{
		padding-right: 10px;
	}
}

/* VISUAL message */

#VISUAL_message {
	background: linear-gradient(to bottom, #E6D2B4, 20%, #ffffff);
	position: relative;
}
#VISUAL_message h2{
	width: 280px;
	position: absolute;
	top: 0;
	left: -200px;
	z-index: 40;
}
#VISUAL_message p {
    line-height: 1.8rem;
}
#VISUAL_message h3{
	font-size: 2.2rem;
    padding-bottom: 40px;
    text-align: right;
}
#VISUAL_message img {
    width: 100%;
}
#VISUAL_message .m_visual {
    width: 100%;
}
#VISUAL_message .message_txt{
	position: relative;
	width: 540px;
	margin: 0 auto;
	padding-top: 160px;
	z-index: 30;
}
#VISUAL_message .message_mum{
	padding: 60px 0 90px;
}

#VISUAL_message .switch_image {
    position: relative;
    width: 320px;
    margin: 120px auto 60px;
}

#VISUAL_message .fade-in-left {
	-webkit-animation: fade-in-left 1.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-left 1.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
#VISUAL_message .fade-in-left2 {
	-webkit-animation: fade-in-left 1.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.8s both;
	        animation: fade-in-left 1.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.8s both;
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


@media only screen and (max-width: 768px) {
	
	#VISUAL_message .message_txt {
		width: 100%;
		margin: 0 auto 90px;
		padding-top: 0;
		z-index: 30;
	}
	#VISUAL_message h2 {
		width: 260px;
        top: 40%;
        left: 10px;
        z-index: 40;
	}
	#VISUAL_message h3 {
		font-size: 2rem;
		padding-bottom: 60px;
	}
	#VISUAL_message .m_visual {
		width: 100%;
        margin: 0 auto;
	}
	#VISUAL_message .message_mum {
		padding: 320px 0 0;
		width: 90%;
		margin: 0 auto;
	}
	#VISUAL_message p {
		padding-top: 30px;
	}
	#VISUAL_message .switch_image {
		width: 320px;
		margin: 90px auto 60px;
	}
}


/* newshop */

#newshop {
	background: linear-gradient(to bottom, #FFD7C8, 20%, #ffffff);
	position: relative;
	height:196vh;
}
#newshop h2{
	text-align: center;
	font-size: 3.4rem;
	font-weight: 500;
	padding-top: 90px;
}
#newshop h2 span{
	font-size: 2.6rem;
	padding-left: 30px;
}

#newshop .newshopList{
	position: relative;
	margin: 60px auto 90px;
	height: 623px;
}
#newshop .newshop_title{
	position: absolute;
	top: 0;
    left: 12%;
	width: 85px;
	z-index: 60;
}
#newshop .sp_title{
		display: none;
	}
	#newshop .pc_title{
		display: block;
	}
#newshop .new_inner{
	background-color: #fff;
    position: absolute;
    top: 0;
    left: 12%;
    z-index: 50;
	width: 88%;
	margin-left: 20px;
}
#newshop .new_inner ul{
    width: 840px;
    margin: 60px 0 30px 160px;
	display: flow-root;
}
#newshop .new_inner li{
	float: left;
    width: calc((100% - 80px) / 3);
	text-align: center;
}
#newshop .new_inner li:nth-child(3n+1){
	margin: 0 20px 30px 0; 
}
#newshop .new_inner li:nth-child(3n+2){
	margin: 0 20px 30px 20px; 
}
#newshop .new_inner li:nth-child(3n){
	margin: 0 0 30px 20px; 
}
#newshop .new_inner li img{
	width: 65%;
	margin: 10px auto 0;
}
#newshop .new_inner li h3{
	font-family: "miller-banner", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6rem;
	line-height: 0.8;
	border-bottom: 1px solid #231815;
}
#newshop .new_inner li h3 span{
	font-size: 1rem;
	padding: 0 8px;
	vertical-align: middle;
}
#newshop .new_inner li .small{
	font-size: 0.8rem;
}
#newshop .new_inner li h3 .font_eff{
	font-size: 1.6rem;
	font-family: "a-otf-ryumin-pr6n", serif;
	padding: 0;
	vertical-align: inherit;
}
#newshop .renewList{
	position: relative;
	margin: 60px auto;
	padding-bottom: 60px;
	height: 365px;
}
#newshop .renew_title{
	position: absolute;
	top: 0;
    left: 1062px;
	width: 85px;
	z-index: 30;
}
#newshop .renew_inner{
	background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
	width: 1140px;
	margin-right: 8px;
}
#newshop .renew_inner ul{
    width: 640px;
    margin: 60px 0 30px 20%;
	display: flow-root;
}
#newshop .renew_inner li{
	float: left;
    width: calc((100% - 40px) / 2);
	text-align: center;
}
#newshop .renew_inner li:nth-child(2n+1){
	margin: 0 20px 30px 0; 
}
#newshop .renew_inner li:nth-child(2n){
	margin: 0 0 30px 20px; 
}
#newshop .renew_inner li img{
	width: 65%;
	margin: 10px auto 0;
}
#newshop .renew_inner li h3{
	font-family: "miller-banner", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6rem;
	line-height: 0.8;
	border-bottom: 1px solid #231815;
}
#newshop .renew_inner li h3 .sp{
	display: none;
}
#newshop .renew_inner li h3 .font_eff{
	font-size: 1.6rem;
	font-family: "a-otf-ryumin-pr6n", serif;
	padding: 0;
	vertical-align: inherit;
}
#newshop .renew_inner li h3 span{
	font-size: 1rem;
	padding: 0 8px;
	vertical-align: middle;
}
#newshop .renew_inner li .small{
	font-size: 0.8rem;
}

#newshop .switch_image {
    position: relative;
    width: 320px;
    margin: 180px auto 60px;
}

#newshop .switch_image img {
    transition: opacity 0.5s;
	width: 100%;
}
#newshop .switch_image:hover img:first-of-type {
    opacity: 0;
}
#newshop .switch_image img:last-of-type {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
#newshop .switch_image:hover img:last-of-type {
    opacity: 1;
}

#newshop .fade-in-right {
	-webkit-animation: fade-in-right 1.8s cubic-bezier(0.445, 0.050, 0.550, 0.950) both;
	        animation: fade-in-right 1.8s cubic-bezier(0.445, 0.050, 0.550, 0.950) both;
}
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

#newshop .fade-in-bottom {
	-webkit-animation: fade-in-bottom 1.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.8s both;
	        animation: fade-in-bottom 1.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.8s both;
}
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

#newshop .fade-in-left {
	-webkit-animation: fade-in-left 1.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-left 1.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


@media only screen and (max-width: 768px) {
	#newshop {
		height:auto;
	}
	#newshop h2 {
		font-size: 2rem;
	}
	#newshop h2 span {
		font-size: 2.2rem;
        padding-left: 0;
        line-height: 4rem;
	}
	#newshop .newshop_title {
		top: 0;
		left: -12px;
		width: 60px;
		position: absolute;
	}
	#newshop .sp_title{
		display: block;
	}
	#newshop .pc_title{
		display: none;
	}
	#newshop .newshopList {
		margin: 60px auto 90px;
		height: auto;
		position: static;
	}
	#newshop .new_inner {
		top: 0;
        left: 20px;
        width: 90%;
        margin-left: 0;
		position: relative;
	}
	#newshop .new_inner ul {
		width: 72%;
        margin: 54px auto 0;
        padding-left: 30px;
		padding-top: 60px;
	}
	#newshop .new_inner li {
		float: none;
		width: 100%;
	}
	#newshop .new_inner li:nth-child(3n+1){
		margin: 0 0 60px 0; 
	}
	#newshop .new_inner li:nth-child(3n+2){
		margin: 0 0 60px 0; 
	}
	#newshop .new_inner li:nth-child(3n){
		margin: 0 0 60px 0;
	}
	#newshop .new_inner li h3 {
		line-height: 1.2;
	}
	#newshop .renewList {
		margin: 60px auto;
		padding-bottom: 0;
		height: auto;
		position: static;
	}
	#newshop .renew_title {
		top: 0;
		left: 84%;
		width: 60px;
		position: absolute;
	}
	#newshop .renew_inner {
		top: 0;
		left: 0;
		width: 90%;
		margin: 0 auto;
		position: relative;
	}
	#newshop .renew_inner ul{
		width: 72%;
		margin: 54px auto;
		padding-right: 30px;
        padding-top: 60px;
}
	#newshop .renew_inner li{
		float: none;
		width: 100%;
	}
	#newshop .renew_inner li:nth-child(2n+1){
		margin: 0 0 60px 0;
	}
	#newshop .renew_inner li:nth-child(2n){
		margin: 0 0 60px 0;
	}
	#newshop .renew_inner li h3 {
		line-height: 1.2;
	}
	#newshop .renew_inner li h3 .sp{
		display:block;
	}
}

/* footer */

#pageTop {
  position: fixed;
  bottom: 120px;
  right: 20px;
  z-index: 99;
  height: 100px;
  justify-content: center;
  align-items: center;
}
#pageTop a {
  width: 20px;
  padding: 28px 5px;
  display: block;
  opacity: 0.9;
  transition: all .3s ease;
}

.cp_arrow {
  position: relative;
  animation: arrow-move06 2s 1s ease-in-out infinite;
}
.cp_arrow:before {/*▼アイテムの設定*/
  transition: all 0.5s ease-in;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: .5;
}
#pageTop img{
	width: 100%;
}
@keyframes arrow-move06 {
    0% { top: 1%; opacity: 0.3;}
   70% { top: 10%; opacity: 1;}
  100% { top: 1%; opacity: 0.3;}
}


footer{
	position: relative;
}

.footer_logo{
	width: 120px;
	margin: 0 auto 120px;
}
.footer_logo img{
	width: 100%;
}
.footer_nav{
	text-align: center;
	width: 436px;
	margin: 30px auto;
	display: flow-root;
	font-size: 0.8rem;
}
.footer_nav li{
	float: left;
	margin: 0 10px;
}
.footer_nav li a{
	color: #666;
}

.footer_copy{
	clear: both;
	text-align: center;
	font-size: 0.8rem;
	border-top: 1px solid #C8C8C8;
}
.footer_copy p{
	padding: 20px 0;
}


@media only screen and (max-width: 768px) {
	.footer_logo {
		margin: 60px auto 60px;
	}
	#pageTop {
	  	right: 12px;
	}
	.footer_nav{
		width: 72%;
		margin: 30px auto;
	}
	.footer_nav li {
		font-size: 0.8rem;
	}
	.footer_nav li:first-child {
		margin: 0 0 0 5px;
	}
	.footer_nav li:nth-child(2) {
		margin: 0 5px;
		font-size: 0.8rem;
	}
	.footer_nav li:last-of-type {
		margin: 0 5px 0 0;
	}
    
}

@media only screen and (max-width: 390px) {
	.footer_nav li {
		float: none;
		line-height: 1.6rem;
	}
}