@charset "UTF-8";


.pc { display: block !important; }
.sp { display: none !important; }

html {
	scroll-behavior: smooth;
}







.price {
	position: relative;
}

.kakaku {
    position: absolute;
    top: 30%;
    left: 63%;
}


/**/

#fukutomi #Tomica-wrapper{
background-color: #fff;	
}

.fukutomi-contents {
	width: 900px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
}


.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* スライダー */
.fukutomi-slider {
	width: 800px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


.slider{
	width: 800px;
	overflow: hidden;
}.swiper-container, .swiper-wrapper{
	padding: auto 50px;
}.swiper-slide img{
	max-width: 800px;
	height: auto;
}

.swiper-button-next,
.swiper-button-prev {
    --swiper-navigation-color: #fff; 
}

