@charset "UTF-8";
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  scroll-behavior: smooth;
}
/* ヘッダエリア */
#ct_bg #Tomica-wrapper {
  background-color: #fff;
}
/* swエリア */
.sw_contents {
  width: 100%;
  background-color: #000;
  background-image: url("../images/bg_202504_star_01.webp");
  background-repeat: repeat;
}
/* swベース */
.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;
}
/* swロゴ */
.sw_logo_box {
  height: 365px;
  position: relative;
}
.sw_logo_box img {
  width: 440px;
  height: auto;
  margin: 80px auto;
}
/* swテキスト */
.sw_txt {
  width: 900px;
  height: auto;
  margin: 0px auto 30px;
}
.sw_txt img {
  width: 900px;
  height: auto;
}
/* swアイテム */
.sw_lineup {
  width: 900px;
  margin: 0 auto 20px;
}
/* 購入ボタン */
.price {
  position: relative;
}
.kakaku {
  position: absolute;
  width: 30%;
  top: 28%;
  left: 60%;
}
/* コピーライト */
.txt_copy {
  width: 900px;
  height: auto;
  margin: 0px auto 30px;
}
.txt_copy img {
  width: 900px;
  height: auto;
}