@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1&display=swap');
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  scroll-behavior: smooth;
  background-color: #000;
  background-image: url(../images/bg_soraq_01.jpg);
  background-repeat: repeat;
}
/**/
#Tomica-wrapper {
  background-color: black;
}
.soraq-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-inner01 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0 40px 0;
}
.box-inner02 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 40px 0;
}
.box-inner03 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 20px 0;
}
.kakaku {
	width: 800px;
	height: auto;
}
.box-inner04 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box_text {
  max-width: 800px;
  padding-left: 50px;
	padding-right: 50px;
}
.honbun-area {
  padding: 1em 3em 1em 3em;
  text-align: left;
}

.honbun {
  padding-top: 0.7em;
  padding-bottom: 2em;
  font-size: 1.2em;
  line-height: 1.7em;
  font-family: 'M PLUS 1', sans-serif;
  font-weight: 400;
  color: #fff;
}
.indent_1{text-indent: -1em;
  padding-left: 1em;}
.indent_honbun {
  padding-top: 0.3em;
  padding-left: 4em;
  padding-bottom: 0.3em;
  font-size: 1em;
  line-height: 1.5em;
  font-family: 'M PLUS 1', sans-serif;
}
.yamabuki a {
  color: darkkhaki;
}


/*コピー*/
.txt_copy {
  padding: 15px 0 30px 0;
}