@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@900&display=swap');

.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  scroll-behavior: smooth;
  background-color: #ffe100;
}
#DtArea {
  margin-left: auto;
  margin-right: auto;
}
#DtArea #sec-1 {
  background-color: #ffe100;
}
/**/
#rilakkuma #Tomica-wrapper {
  background-color: #ffe100;
}

#Tomica-wrapper {
  background-color: #ffe100;
}

.rilakkuma-wrapper {
  width: 100%;
}


.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: visible;
}


.box {
  flex: 1;
  flex-basis: 900px;
}
.box-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box1 {
  height: 550px;
  position: relative;
}
.box1 img {
  position: absolute;
  bottom: -10px;
  z-index: 1;
}
.container2 {
  margin: 0;
  background-image: url('../images/middle-background-image.png');
  background-repeat: repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.wide_box {
  flex: 1;
  flex-basis: 100%;
}
.box2 {
  position: relative;
}
.box2-item {
  margin: 55px 0 45px 0;
}
.kakaku1 {
  position: absolute;
  z-index: 1;
  top: 12%;
  left: 55%;
}
.kakaku2 {
  position: absolute;
  z-index: 1;
  top: 55%;
  left: 55%;
}
.box3 {
  background-size: cover;
}

/*トップコピー*/

.top_title {
	margin-top: 50px;
	background-color: #ff8a8a ;
	width: 100vw;
}

.top_text {
	font-size: 3em;
	line-height: 1.7em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	color : #ffe100;
	font-family: 'Zen Maru Gothic', sans-serif;
}

.notice_text {
	font-size: 1em;
	line-height: 1.7em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	color : #777777;
	font-family: 'Zen Maru Gothic', sans-serif;
}
.stripe {
  background: repeating-linear-gradient(-45deg, #ffc9c9, #ffffff 5px, #ffc9c9 5px, #ffffff 10px);
}
/*トップコピー*/


.txt_copy {
  padding: 15px 0 50px 0;
}