@charset "utf-8";

.basic-txt{
	font-family: var(--mincho);
}
#souvenior.page-title-bg .page-title-area{
	background: url("../img/page-title-souvenior.jpg") no-repeat center center / cover;
}


/* -----------------------------
	.souvenior-area
-------------------------------- */
.souvenior-area  {
	position: relative;
	padding: 100px 0 900px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.souvenior-area .marquee-wrap {
	position: absolute;
    top: 100px;
    left: 0;
	z-index: 0;
	display: none;
}

.souvenior-area .marquee {
    font-size: 16.0rem;
    /*overflow: hidden;*/
    white-space: nowrap;
    font-family: var(--en);
    animation: marquee 240s linear infinite;
    letter-spacing: 1.5rem;
    color: #EAEFF1;
    display: inline-block;
	line-height: 1;
}

.souvenior-area .ttl-m .jp.intro{
	font-size: 2.4rem;
	color: var(--online);
}

.souvenior-area .img-wrap img {
	height: 100%;
	width: 100%;
}

.souvenior-area .img01 {
	width: 40%;
	aspect-ratio: 1/1;
}

.souvenior-area .img02 {
	width: 40%;
	margin-right: 5%;
	aspect-ratio: 600 / 450;
}

.souvenior-area .img03 {
	width: 18%;
	position: absolute;
	bottom: 30%;
	right: 30%;
	min-width: 300px;
}

.souvenior-area .img04 {
	width: 28%;
	position: absolute;
	bottom: 300px;
	min-width: 480px;
	aspect-ratio: 48 / 50;
	left: 0;
}

.souvenior-area .img05 {
	width: 45%;
	position: absolute;
	bottom: 100px;
	right: 10%;
	min-width: 600px;
	aspect-ratio: 8 / 5;
}

.souvenior-area .txt-wrap {
	position: relative;
}

.souvenior-area .txt01 {
	width: 60%;
	padding-left: 5%;
	padding-right: calc( ( 100% - 1200px ) / 2 );
}

.souvenior-area .txt01::before {
	content: "";
	display: inline-block;
	position: absolute;
	background: url("../img/brush-deco07.png") center/cover, no-repeat;
	width: 590px;
	height: initial;
	aspect-ratio: 698 / 254;
	bottom: -80px;
	right: -3%;
}

.souvenior-area .txt02 {
	width: 55%;
	padding-right: 5%;
	padding-left: calc( ( 100% - 1200px ) / 2 );
}

.souvenior-area .catch {
	font-size: 3.6rem;
	letter-spacing: .1rem;
}

@keyframes marquee {
  0% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-75%);
    -webkit-transform: translateX(-75%);
    transform: translateX(-75%);
  }
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
	.souvenior-area .img03 {
		width: 15%;
		bottom: 35%;
		right: 20%;
	}

}

@media screen and (max-width: 768px){
	.souvenior-area {
		padding: 0 0 450px;
	}
	
	.souvenior-area .ttl-m .jp.intro{
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.5;
	}
	
	.souvenior-area .img01 {
		width: 100%;
		height: 60vw;
		display: none;
	}
	
	.souvenior-area .img02 {
		width: 100%;
		height: 50vw;
		margin: 20px 0 20px;
	}
	
	.souvenior-area .img03 {
		width: 50vw;
		margin: 20px auto 0;
		position: relative;
		bottom: initial;
		right: initial;
		min-width: initial;
	}
	
	.souvenior-area .img04 {
		width: 40vw;
		bottom: 260px;
		min-width: initial;
		left: 5%;
	}
	
	.souvenior-area .img05 {
		width: 80vw;
		bottom: 50px;
		right: 3%;
		min-width: initial;
	}
	
	.souvenior-area .txt01 {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 40px;
	}
	
	.souvenior-area .txt02 {
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		padding-top: 0;
	}
	
	.souvenior-area .marquee-wrap {
		top: 46vw;
	}
	
	.souvenior-area .marquee {
		font-size: 8.0rem;
		letter-spacing: 0.8rem;
	}
	
	.souvenior-area .catch {
		font-size: 2.8rem;
	}
	
	.souvenior-area .txt01::before {
		width: 80vw;
		bottom: initial;
		top: 10vw;
		right: -10vw;
	}
	
	.souvenior-area::before {
		content: "";
		display: inline-block;
		position: absolute;
		background: url("../img/brush-deco07.png") center/cover, no-repeat;
		width: 80vw;
		height: initial;
		aspect-ratio: 698 / 254;
		bottom: 130vw;
		right: -15vw;
	}
}


/* -----------------------------
	summary
-------------------------------- */
.cmn-summary-access-bg .shop-bg {
	background: url("../img/shop-img-l.jpg") center/cover, no-repeat;
	width: 100%;
	height: 550px;
	position: relative;
}

@media screen and (max-width: 768px){
	
	.cmn-summary-access-bg .shop-bg {
		height: 60vw;
	}
	
}


/* -----------------------------
	〇〇〇
-------------------------------- */

@media screen and (max-width: 768px){
	
}
