@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@500&display=swap');
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  scroll-behavior: smooth;
  background-color: #fff;
}
/**/
#lotte #Tomica-wrapper {
  background-color: #fff;
}
#Tomica-wrapper {
  background-color: #fff;
}
.lotte-wrapper {
  width: 100%;
}
.container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  background-color: #ee2203;
}
.box {
  flex: 1;
  flex-basis: 980px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.container2 {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.container3 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}
.container4 {
  background-color: #fff;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.container5 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}
.wide_box {
  flex: 1;
  flex-basis: 100%;
}
.kakaku {
  margin: 25px;
  text-align: center;
  width: 40%;
}
/*ボックス*/
.flex-container-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  max-width: 800px;
  margin: 0 auto;
}
.flex-item {
  flex: 0 0 calc(50% - 5px);
  box-sizing: border-box;
}
/*トップコピー*/
.top_title {
  max-width: 960px;
}
.top_pic_bg {
  position: relative;
  min-height: 100vh;
  width: 100vw;
  height: 100vh;
  background-image: url(../images/mainimg_202406_01.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.top_pic {
  position: absolute;
  z-index: 3;
}
.top_pic_box {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.top_price_bg {
  position: relative;
  min-height: 100%;
  width: 100%;
  height: 190px;
  background-color: #451201;
  background-image: url(../images/bg_price_01.png);
  background-repeat: repeat;
}
.top_price_box {
  max-width: 900px;
  margin: 0px auto;
}
.top_price {
  position: absolute;
  z-index: 3;
  padding-left: 7.5%;
  padding-right: 7.5%;
}
.title_area {
  max-width: 960px;
}
.main_area {
  background-color: #fff;
  max-width: 960px;
}
.item_area {
  background-color: #fff;
  width: 100vw;
}
.tit_set {
  margin-top: 50px;
  margin-bottom: 50px;
}
.btn_set {
  margin-top: 50px;
  margin-bottom: 50px;
}
.top_title02 {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100vw;
}
.top_text {
  font-size: 3em;
  line-height: 1.0em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #e50012;
  font-family: 'M PLUS 2', sans-serif;
}
.notice_text {
  font-size: 1.5em;
  line-height: 1.7em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  color: #e50012;
  font-family: 'M PLUS 2', sans-serif;
}
.attention_text {
  font-size: 1.1em;
  line-height: 1.2em;
  margin-left: auto;
  margin-right: auto;
  color: #333;
  font-family: 'M PLUS 2', sans-serif;
}
/*トップコピー*/
.txt_copy {
  padding: 50px 0 30px 0;
}