/* !Reseting
---------------------------------------------------------- */
.ct_bg div, .ct_bg pre, .ct_bg p, .ct_bg blockquote, .ct_bg figure, .ct_bg dl, .ct_bg dt, .ct_bg dd, .ct_bg ul, .ct_bg ol, .ct_bg li, .ct_bg h1, .ct_bg h2, .ct_bg h3, .ct_bg h4, .ct_bg h5, .ct_bg h6, .ct_bg form, .ct_bg fieldset, .ct_bg th, .ct_bg td {
  margin: 0;
  padding: 0;
}
.ct_bg input, .ct_bg textarea {
  margin: 0;
  font-size: 100%;
}
.ct_bg label {
  cursor: pointer;
}
.ct_bg table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
.ct_bg fieldset, .ct_bg img {
  border: 0;
}
.ct_bg img {
  vertical-align: top;
}
.ct_bg address, .ct_bg caption, .ct_bg cite, .ct_bg code, .ct_bg dfn, .ct_bg em, .ct_bg th, .ct_bg var {
  font-style: normal;
  font-weight: normal;
}
.ct_bg ol, .ct_bg ul {
  list-style: none;
}
.ct_bg caption, .ct_bg th {
  text-align: left;
}
.ct_bg h1, .ct_bg h2, .ct_bg h3, .ct_bg h4, .ct_bg h5, .ct_bg h6 {
  font-size: 100%;
  font-weight: normal;
}
.ct_bg q:after, .ct_bg q:before {
  content: '';
}
.ct_bg a, .ct_bg input {
  outline: none;
}
.ct_bg abbr, .ct_bg acronym {
  border: 0;
}
.ct_bg span,
.ct_bg small {
  font-family: inherit;
  font-weight: inherit;
}
.ct_bg strong {
  font-family: inherit;
  font-weight: 900;
}
.ct_bg li:before {
  content: normal;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  position: initial;
  left: auto;
  top: auto;
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rotateY-anim {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes scrollText {
  from {
    left: 100%;
  }
  to {
    left: -250%;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
.wrap01 {
  display: flex;
  flex-wrap: wrap;
}
.wrap01.bC {
  justify-content: center;
}
.wrap01.between {
  justify-content: space-between;
}
.wrap01.aC {
  align-items: center;
}
.wrap01.aEnd {
  align-items: flex-end;
}
.wrap01.reverse {
  flex-direction: row-reverse;
}
#contents {
  padding: 0;
  width: 100%;
}
.ct_bg {
  background: url("../img/bg01.jpg") repeat-y 0 0 / 100% auto;
}

.ct_bg .color01 {
  color: #E15F98;
}

.ct_bg .onlySP {
  display: none;
}
.ct_bg .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(232, 237, 248, 0.8);
  display: none;
  z-index: 11007;
}
.ct_bg .modalContainer {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 960px;
  transform: translate(-50%, -50%);
  background: white;
  padding: 40px 40px 30px;
  border-radius: 20px;
  border: 2px solid #5454A1;
  z-index: 11008;
  display: none;
}
.ct_bg .modalContainer > .modalContent > .inner01 {
  margin-top: 20px;
  max-height: calc(100vh - 350px);
  overflow-y: auto;
}
.ct_bg .modalContainer .btnClose {
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #32318F;
  background: #fff;
  transition: background-color 0.2s;
}
.ct_bg .modalContainer .btnClose::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 3px;
  border-radius: 2px;
  background-color: #32318F;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.ct_bg .modalContainer .btnClose::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 3px;
  border-radius: 2px;
  background-color: #32318F;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.ct_bg .modalContainer .btnClose span {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.ct_bg .modalContainer .list01 li {
  color: #333;
  padding-left: 24px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 16px;
  line-height: 1.5;
  position: relative;
}
.ct_bg .modalContainer .list01 li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
}
.ct_bg .modalContainer .btn02 {
  margin: 20px auto 0;
}
.ct_bg .anchorWrap {
  margin-top: -100px;
  padding-top: 100px;
}
.ct_bg .c_inner01 {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.ct_bg .c_section {
  padding-bottom: 100px;
  overflow-x: hidden;
}
.ct_bg .c_section section {
  margin-top: 40px;
}
.ct_bg .c_section section + section {
  margin-top: 60px;
}
.ct_bg .c_section .categorySection {
  margin-top: 60px;
}
.ct_bg .heading01 {
  height: 130px;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.ct_bg .heading02 {
  text-align: center;
  color: #5454A1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 32px;
  text-shadow: white 2px 0px 0px, white 1.755165px 0.958851px 0px, white 1.080605px 1.682942px 0px, white 0.141474px 1.99499px 0px, white -0.832294px 1.818595px 0px, white -1.602287px 1.196944px 0px, white -1.979985px 0.28224px 0px, white -1.872913px -0.701566px 0px, white -1.307287px -1.513605px 0px, white -0.421592px -1.95506px 0px, white 0.567324px -1.917849px 0px, white 1.41734px -1.411081px 0px, white 1.920341px -0.558831px 0px;
  position: relative;
}
.ct_bg .heading02 span {
  padding-left: 65px;
  padding-right: 65px;
  background: url("../img/bg04.png") no-repeat 0 50%/65px, url("../img/bg05.png") no-repeat 100% 50%/65px;
}
.ct_bg .heading03 {
  color: #5454A1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 28px;
  line-height: 1.5;
  padding-left: 28px;
  min-height: 60px;
  background: url("../img/bg06.png") no-repeat 0 0/auto 60px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.ct_bg .heading04 {
  color: #5454A1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.ct_bg .tx_date01 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.3;
  color: #5454A1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.ct_bg .tx_date01 .category {
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #fff;
  padding: 0 5px;
  background: #5454A1;
  white-space: nowrap;
  display: flex;
  align-items: center;
  min-height: 23px;
}
.ct_bg .tx_date01 .new {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  transform: rotate(0.03deg);
  background: linear-gradient(90deg, #E15F98 0%, #E15F98 33%, #57B6DB 33%, #57B6DB 60%, #54B432 60%, #54B432 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ct_bg .newsCaption01,
.ct_bg .newsCaption02 {
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  transform: rotate(0.03deg);
  line-height: 1.5;
  padding: 4px 10px 6px;
  color: #fff;
  background: #57B6DB;
}
.ct_bg .newsCaption01 {
  font-size: 16px;
}
.ct_bg .newsCaption02 {
  font-size: 24px;
}
.ct_bg .newsCaption01.bgType02,
.ct_bg .newsCaption02.bgType02 {
  background-color: #999;
}

.ct_bg .btn01 {
  text-align: center;
  position: relative;
}
.ct_bg .btn01 a {
  display: table;
  min-width: 480px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  text-align: center;
  background: linear-gradient(180deg, #efe48a 0%, #ffffd8 100%);
  position: relative;
  border-radius: 999px;
  box-shadow: 0 4px 5px rgba(101, 98, 169, 0.5);
  padding: 2px;
  overflow: hidden;
}
.ct_bg .btn01 a span {
  display: block;
  color: #fff;
  background: #E15F98;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 24px;
  padding: 7px 0;
  border-radius: 999px;
  position: relative;
  transition: background 0.2s, color 0.2s;
  z-index: 1;
}
.ct_bg .btn01 a span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 14px;
  height: 14px;
  background: url("../img/ic04.svg") no-repeat 0 0/contain;
  transform: translateY(-50%);
}
.ct_bg .btn02 {
  position: relative;
}
.ct_bg .btn02 button,
.ct_bg .btn02 a {
  display: table;
  min-width: 360px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  background: #fff url("../img/ic05.svg") no-repeat calc(100% - 8px) 50%;
  border: 2px solid #5454A1;
  border-radius: 10px;
  color: #5454A1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 15px;
  line-height: 1.5;
  padding: 11.75px 13px;
  text-align: left;
}
.ct_bg .btn02.ancLint01 button,
.ct_bg .btn02.ancLint01 a {
  background-image: url("../img/ic11.svg");
}
.ct_bg .btn02.typeClose button,
.ct_bg .btn02.typeClose a {
  min-width: 210px;
  background: #fff;
  text-align: center;
}
.ct_bg .anchorArea {
  position: relative;
  z-index: 1;
}
.ct_bg .anchorArea .anchorList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ct_bg .anchorArea .anchorList li.btn02 a {
  min-width: 200px;
  background-color: #fff;
  background-image: url("../img/ic06.svg");
}
.ct_bg .mallBtn01 {
  text-align: center;
  position: relative;
}
.ct_bg .mallBtn01 .mallLink {
  display: table;
  min-width: 480px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  text-align: center;
  background: linear-gradient(180deg, #efe48a 0%, #ffffd8 100%);
  position: relative;
  border-radius: 10px;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.25);
  padding: 2px;
  overflow: hidden;
}
.ct_bg .mallBtn01 .mallLink .inner01 {
  display: block;
  color: #fff;
  background: linear-gradient(90deg, #E15F98 0%, #35BCD8 100%);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 28px;
  height: 76px;
  border-radius: 8px;
  position: relative;
  transition: background 0.2s, color 0.2s;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ct_bg .mallBtn01 .mallLink .inner01 .text01 {
  padding-left: 38px;
  position: relative;
}
.ct_bg .mallBtn01 .mallLink .inner01 .text01::before, .ct_bg .mallBtn01 .mallLink .inner01 .text01::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 30px;
  background: url("../img/ic02_on.svg") no-repeat 50% 50%/contain;
  transform: translateY(-50%);
}
.ct_bg .mallBtn01 .mallLink .inner01 .text01::after {
  background-image: url("../img/ic02.svg");
  transition: opacity 0.2s;
}
.ct_bg .mallBtn01 .mallLink .inner01 .text01.reserve {
  padding-left: 39px;
}
.ct_bg .mallBtn01 .mallLink .inner01 .text01.reserve::before, .ct_bg .mallBtn01 .mallLink .inner01 .text01.reserve::after {
  width: 28px;
  height: 28px;
}
.ct_bg .mallBtn01 .mallLink .inner01 .text01.reserve::before {
  background-image: url("../img/ic01_on.png");
}
.ct_bg .mallBtn01 .mallLink .inner01 .text01.reserve::after {
  background-image: url("../img/ic01.png");
}
.ct_bg .mallBtn01 .mallLink .inner01 .text01.waiting {
  padding-left: 34px;
}
.ct_bg .mallBtn01 .mallLink .inner01 .text01.waiting::before, .ct_bg .mallBtn01 .mallLink .inner01 .text01.waiting::after {
  width: 25px;
  height: 23px;
}
.ct_bg .mallBtn01 .mallLink .inner01 .text01.waiting::before {
  background-image: url("../img/ic03_on.svg");
}
.ct_bg .mallBtn01 .mallLink .inner01 .text01.waiting::after {
  background-image: url("../img/ic03.svg");
}
.ct_bg .btnList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 30px 0;
}
.ct_bg .newsTitleWrap {
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ct_bg .newsTitleWrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #E15F98 0%, #35BCD8 100%);
}
.ct_bg .newsTitleWrap h2 {
  color: #E15F98;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 28px;
  line-height: 1.5;
  color: #5454A1;
}
.ct_bg .newIcon::after {
  content: '';
  position: absolute;
  top: -12px;
  left: -11px;
  width: 50px;
  height: 50px;
  transform: rotate(-15deg);
  z-index: 1;
  background: url("../img/ic_new.png") no-repeat 0 0/contain;
}
.ct_bg .newsFigureWrap {
  margin-bottom: 30px;
  position: relative;
}
.ct_bg .newsBody {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  transform: rotate(0.03deg);
  line-height: 1.5;
  font-size: 16px;
  color: #333;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.ct_bg .newsBody h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #E15F98;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 20px;
  padding-left: 38px;
  position: relative;
}
.ct_bg .newsBody h2::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 28px;
  height: 28px;
  background: url("../img/bg08.png") no-repeat 0 0/contain;
}
.ct_bg .newsBody h3 {
  margin: 10px 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 18px;
  color: #5454A1;
}
.ct_bg .newsBody h4 {
  margin: 10px 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 16px;
  color: #E15F98;
}
.ct_bg .newsBody p {
  margin: 10px 0 10px;
}
.ct_bg .newsBody p + h3,
.ct_bg .newsBody p + small {
  margin-top: 30px;
}
.ct_bg .newsBody strong {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  transform: rotate(0.03deg);
}
.ct_bg .newsBody small {
  display: block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 15px;
  color: #777777;
  margin: 10px 0;
}
.ct_bg .newsBody hr {
  border: none;
  height: 21px;
  margin: 30px 0;
  background: url("../img/bg07.png") repeat-x 0 0/120px;
}
.ct_bg .newsBody .box {
  border: 2px solid #57B6DB;
  padding: 10px 20px;
  background: #fff;
}
.ct_bg .newsBody .btn02 {
  margin-top: 30px;
  margin-bottom: 0;
}
.ct_bg.top .headTitleArea01 {
  position: fixed;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.ct_bg .headTitleArea01 {
  position: sticky;
  top: 0;
  background: #E8EDF8;
  z-index: 100;
  margin-bottom: 6px;
}
.ct_bg .headTitleArea01::before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 12px;
  background: url("../img/bg02.png") repeat-x 0 0/400px;
}
.ct_bg .headTitleArea01 > .inner01 {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px 10px 180px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 5px 20px;
}
.ct_bg .headTitleArea01 > .inner01 .logo {
  position: absolute;
  top: 4px;
  left: 20px;
  width: 138px;
  z-index: 2;
}
.ct_bg .headTitleArea01 > .inner01 .tx01 {
  flex: 1;
  color: #5454A1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 13px;
  line-height: 1.5;
}
.ct_bg .headTitleArea01 > .inner01 .globalNavigationWrap {
  flex: 0 0 680px;
}
.ct_bg .headTitleArea01 > .inner01 .globalNavigation {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ct_bg .headTitleArea01 > .inner01 .globalNavigation li {
  flex: 0 0 32.3529411765%;
}
.ct_bg .headTitleArea01 > .inner01 .globalNavigation li a {
  display: block;
  filter: drop-shadow(0px 2px 2px rgba(101, 98, 169, 0.5));
  position: relative;
}
.ct_bg .headTitleArea01 > .inner01 .globalNavigation li a img {
  transition: opacity 0.2s;
}
.ct_bg .mainArea01 {
  margin-bottom: 37px;
}
.ct_bg .mainArea01 > .c_inner01 {
  padding-top: 9px;
  padding-bottom: 15px;
  position: relative;
}
.ct_bg .mainArea01 > .c_inner01 .tx01 {
  text-align: right;
  color: #5454A1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 13px;
}
.ct_bg .mainArea01 > .c_inner01 .title {
  position: absolute;
  top: 6px;
  left: 50%;
  margin-left: -600px;
  width: 138px;
  z-index: 2;
}
.ct_bg .mainArea01 .img01 {
  text-align: center;
  margin-bottom: 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.ct_bg .mainArea01 > .globalNavigationArea > .globalNavigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.ct_bg .mainArea01 > .globalNavigationArea > .globalNavigation li {
  width: 220px;
}
.ct_bg .mainArea01 > .globalNavigationArea > .globalNavigation li a {
  display: block;
  position: relative;
  text-align: center;
  padding: 15px 5px;
  border-radius: 5px;
  border: 2px solid #EFE48A;
  background: linear-gradient(180deg, #EFE48A 0%, #FFFFD8 100%);
  box-shadow: 0 2px 2px 0 rgba(101, 98, 169, 0.50);
  color: #5454A1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.04em;
  text-decoration: none;
  rotate: -.03deg;
}
.ct_bg .mainArea01 > .globalNavigationArea > .globalNavigation li a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: #fff;
}

.ct_bg .mainArea01 > .globalNavigationArea > .globalNavigation li a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: linear-gradient(90deg, #EFE48A 0%, #FFFFD8 100%);
  opacity: 0;
  transition: opacity .3s;
}
@media (any-hover: hover) {
.ct_bg .mainArea01 > .globalNavigationArea > .globalNavigation li a:hover::after {
  opacity: 1.0;
}
}

.ct_bg .mainArea01 > .globalNavigationArea > .globalNavigation li a .inner01 {
  position: relative;
  z-index: 2;
}

.ct_bg .newsArea01 {
  padding: 19px 0;
  background: rgba(255, 255, 240, 0.8);
  position: relative;
}
.ct_bg .newsArea01::before, .ct_bg .newsArea01::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #efe48a 0%, #ffffd8 100%);
}
.ct_bg .newsArea01::before {
  top: 0;
}
.ct_bg .newsArea01::after {
  bottom: 0;
}
.ct_bg .newsArea01 > .c_inner01 {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  position: relative;
}
.ct_bg .newsArea01 .oshiraseWrap01 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.ct_bg .newsArea01 .oshiraseWrap01 .tx01 {
  color: #5454A1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 16px;
  line-height: 1.5;
}
.ct_bg .newsArea01 .oshiraseWrap01 .tx01 .ticker-text {
  position: relative;
}
.ct_bg .newsArea01 .oshiraseWrap01 .tx01 a {
  color: #333;
  text-decoration: none;
}
.ct_bg .sliderWrap {
  width: 100%;
  overflow: hidden;
}
.ct_bg .sliderWrap .slider01 {
  width: 100%;
  padding: 0;
}
.ct_bg .sliderWrap .slider01 .swiper-slide {
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
}
.ct_bg .sliderWrap .slider01 .swiper-slide a {
  background: linear-gradient(180deg, #efe48a 0%, #ffffd8 100%);
  padding: 3px;
  border-radius: 10px;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.ct_bg .sliderWrap .slider01 .swiper-slide a img {
  border-radius: 7px;
}
.ct_bg .sliderWrap .slider01 .swiper-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 38px;
  height: 66px;
  margin-top: -33px;
  filter: drop-shadow(0px 4px 5px rgba(101, 98, 169, 0.5));
  cursor: pointer;
}
.ct_bg .sliderWrap .slider01 .swiper-arrow.swiper-button-prev1 {
  left: 0;
}
.ct_bg .sliderWrap .slider01 .swiper-arrow.swiper-button-next1 {
  right: 0;
}
.ct_bg .sliderWrap .slider02 {
  width: 100%;
  padding: 0;
}
.ct_bg .sliderWrap .slider02 .swiper-wrapper {
  align-items: stretch;
}
.ct_bg .sliderWrap .slider02 .swiper-slide {
  width: 100%;
  max-width: 380px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 24px 0 30px;
  height: auto;
}
.ct_bg .sliderWrap .slider02 .swiper-slide.chara01 figure {
  position: absolute;
  top: 16px;
  right: 1px;
  width: 214px;
}
.ct_bg .sliderWrap .slider02 .swiper-slide.chara01 dt {
  color: #E15F98;
}
.ct_bg .sliderWrap .slider02 .swiper-slide.chara01 dt::before {
  background-image: url("../img/ic08.svg");
}
.ct_bg .sliderWrap .slider02 .swiper-slide.chara02 figure {
  position: absolute;
  top: 10px;
  right: 13px;
  width: 189px;
}
.ct_bg .sliderWrap .slider02 .swiper-slide.chara02 dt {
  color: #57B6DB;
}
.ct_bg .sliderWrap .slider02 .swiper-slide.chara02 dt::before {
  background-image: url("../img/ic09.svg");
}
.ct_bg .sliderWrap .slider02 .swiper-slide.chara03 figure {
  position: absolute;
  top: 131px;
  right: 59px;
  width: 184px;
}
.ct_bg .sliderWrap .slider02 .swiper-slide.chara03 dt {
  color: #628FE0;
}
.ct_bg .sliderWrap .slider02 .swiper-slide.chara03 dt::before {
  background-image: url("../img/ic10.svg");
}
.ct_bg .sliderWrap .slider02 .swiper-slide.chara03 .inner01 .hdg01 {
  width: 134px;
}
.ct_bg .sliderWrap .slider02 .swiper-slide .inner01 {
  width: 340px;
  height: 428px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
  background: url("../img/bg09.png") no-repeat 50% 0/100%;
  padding-top: 46px;
  padding-bottom: 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ct_bg .sliderWrap .slider02 .swiper-slide .inner01 .hdg01 {
  width: 160px;
  margin-left: -10px;
}
.ct_bg .sliderWrap .slider02 .swiper-slide .inner01 > .inner02 {
  padding-left: 30px;
}
.ct_bg .sliderWrap .slider02 .swiper-slide .inner01 > .inner02 dl {
  margin-left: 20px;
}
.ct_bg .sliderWrap .slider02 .swiper-slide .inner01 > .inner02 dl + dl {
  margin-top: 10px;
}
.ct_bg .sliderWrap .slider02 .swiper-slide .inner01 > .inner02 dl dt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 16px;
  line-height: 1.5;
  position: relative;
}
.ct_bg .sliderWrap .slider02 .swiper-slide .inner01 > .inner02 dl dt::before {
  content: '';
  position: absolute;
  top: 5px;
  left: -19px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.ct_bg .sliderWrap .slider02 .swiper-slide .inner01 > .inner02 dl dd {
  color: #5454A1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 16px;
  line-height: 1.5;
}
.ct_bg .sliderWrap .slider02 .swiper-slide .inner03 {
  width: 330px;
  margin-left: auto;
  margin-right: auto;
}
.ct_bg .sliderWrap .slider02 .swiper-slide .inner03 .tx03 {
  color: #5454A1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 16px;
  line-height: 1.5;
}
.ct_bg .sliderWrap .swiper-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 38px;
  height: 66px;
  margin-top: -33px;
  filter: drop-shadow(0px 4px 5px rgba(101, 98, 169, 0.5));
  cursor: pointer;
}
.ct_bg .sliderWrap .swiper-arrow img {
  transition: opacity 0.2s;
  opacity: 1;
}
.ct_bg .sliderWrap .swiper-arrow::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 66px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  z-index: -1;
}
.ct_bg .sliderWrap .swiper-arrow.swiper-button-prev1 {
  left: 0;
}
.ct_bg .sliderWrap .swiper-arrow.swiper-button-prev1::before {
  background-image: url("../img/ic_arrow02_on.svg");
}
.ct_bg .sliderWrap .swiper-arrow.swiper-button-next1 {
  right: 0;
}
.ct_bg .sliderWrap .swiper-arrow.swiper-button-next1::before {
  background-image: url("../img/ic_arrow01_on.svg");
}
.ct_bg .newsList {
  margin-top: -20px;
  padding-right: 20px;
  max-height: 450px;
  overflow-y: auto;
}
.ct_bg .newsList li {
  padding: 21px 0 15px;
  position: relative;
}
.ct_bg .newsList li:first-child {
  padding-top: 12px;
}
.ct_bg .newsList li .tx_date01 {
  margin-bottom: 5.5px;
}
.ct_bg .newsList li .tx01 {
  color: #333;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 16px;
  line-height: 1.5;
}
.ct_bg .newsList li::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #E15F98 0%, #35BCD8 100%);
}
.ct_bg .newsList li a {
  color: #333;
}
.ct_bg .itemList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ct_bg .itemList .item {
  flex: 0 0 15.2754590985%;
  position: relative;
}
.ct_bg .itemList .item figure {
  margin-bottom: 5px;
}
.ct_bg .itemList .item .name01 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 16px;
  line-height: 1.5;
  color: #5454A1;
}
.ct_bg .itemList .item .name02 {
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 20px;
  line-height: 1.5;
  color: #5454A1;
}
.ct_bg .itemList .item .tx_date01 {
  margin-bottom: 10px;
}
.ct_bg .itemList .item .tx01 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
.ct_bg .itemList .item a {
  text-decoration: none;
}
.ct_bg .itemList.typeProducts01, .ct_bg .itemList.typeCategory {
  margin-top: 40px;
  margin-bottom: 40px;
}
.ct_bg .itemList.typeProducts01 .item, .ct_bg .itemList.typeCategory .item {
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 5px rgba(101, 98, 169, 0.5);
}
.ct_bg .itemList.typeProducts01 {
  gap: 20px 1.667%;
}
.ct_bg .itemList.typeProducts01 .item {
  flex: 0 0 23.75%;
}
.ct_bg .itemList.typeCategory {
  gap: 20px 1.6666666667%;
}
.ct_bg .itemList.typeCategory .item {
  flex: 0 0 23.75%;
}
.ct_bg .itemList.typeNews {
  gap: 60px 2.5%;
}
.ct_bg .itemList.typeNews:has(.item:nth-child(4)) {
  justify-content: flex-start;
}
.ct_bg .itemList.typeNews .item {
  flex: 0 0 31.6666666667%;
  padding-bottom: 20px;
}
.ct_bg .itemList.typeNews .item figure {
  margin-bottom: 15px;
}
.ct_bg .itemList.typeNews .item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #E15F98 0%, #35BCD8 100%);
}
.ct_bg .movieFrame01 {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.ct_bg .movieWrap01 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.ct_bg .movieWrap01 iframe, .ct_bg .movieWrap01 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ct_bg .movieList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 3.3333333333%;
  margin-top: 36px;
}
.ct_bg .movieList.typeTop .item {
  flex: 0 0 68.3333333333%;
}
.ct_bg .movieList.typeShort .item {
  flex: 0 0 22.5%;
}
.ct_bg .movieList.typeShort .item .movieWrap01 {
  padding-bottom: 178%;
}
.ct_bg .movieList .item {
  flex: 0 0 48.3333333333%;
  position: relative;
}
.ct_bg .movieList .item .caption {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 16px;
  line-height: 1.5;
  color: #5454A1;
}
.ct_bg .movieList.typeProducts01 {
  gap: 20px 1.6694490818%;
}
.ct_bg .movieList.typeProducts01 .item {
  flex: 0 0 15.2754590985%;
}
.ct_bg .movieList.typeCategory {
  gap: 20px 1.6666666667%;
}
.ct_bg .movieList.typeCategory .item {
  flex: 0 0 23.75%;
}
.ct_bg .eventSection01,
.ct_bg .movieSection01,
.ct_bg .movieSection02,
.ct_bg .newsSection01,
.ct_bg .newsSection02,
.ct_bg .categorySelectArea,
.ct_bg .storySection01 {
  padding-top: 4px;
  position: relative;
}
.ct_bg .eventSection01::before,
.ct_bg .movieSection01::before,
.ct_bg .movieSection02::before,
.ct_bg .newsSection01::before,
.ct_bg .newsSection02::before,
.ct_bg .categorySelectArea::before,
.ct_bg .storySection01::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #efe48a 0%, #ffffd8 100%);
}
.ct_bg .movieSection01,
.ct_bg .movieSection02 {
  background: rgba(233, 249, 255, 0.8);
}
.ct_bg .movieSection01 .movieList {
  margin-bottom: 40px;
}
.ct_bg .movieSection02 {
  margin-top: 40px;
  padding-top: 60px;
  padding-bottom: 100px;
}
.ct_bg .movieSection02 section {
  margin-top: 60px;
  padding-top: 77px;
  background: url("../img/bg07.png") repeat-x 0 0/120px;
}
.ct_bg .movieSection02 .toySection {
  margin-top: -4px;
  padding-top: 0;
  background: none;
}
.ct_bg .eventSection01,
.ct_bg .newsSection01,
.ct_bg .newsSection02,
.ct_bg .categorySelectArea {
  background: rgba(255, 255, 240, 0.8);
}
.ct_bg .newsSection01 {
  padding-bottom: 60px;
}
.ct_bg .eventSection01 .itemList {
  margin-bottom: 40px;
}
.ct_bg .newsSection02 {
  padding-top: 60px;
  padding-bottom: 100px;
}
.ct_bg .movieSection02::after,
.ct_bg .newsSection02::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #efe48a 0%, #ffffd8 100%);
}
.ct_bg .categorySelectArea {
  padding-top: 20px;
  padding-bottom: 29px;
}
.ct_bg .categorySelectArea::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #efe48a 0%, #ffffd8 100%);
}
.ct_bg .categorySelectArea .hdg01 {
  color: #5454A1;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.ct_bg .categorySelectArea .categoryList {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8333333333%;
}
.ct_bg .categorySelectArea .categoryList li {
  flex: 0 0 12.0833333333%;
}
.ct_bg .categorySelectArea .categoryList li:first-child {
  flex-basis: 22.5%;
}
.ct_bg .categorySelectArea .categoryList li.current button {
  color: #fff;
  background: linear-gradient(90deg, #E15F98 0%, #35BCD8 100%);
}
.ct_bg .categorySelectArea .categoryList li button {
  width: 100%;
  text-align: center;
  color: #5454A1;
  border: 2px solid #5454A1;
  background: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 15px;
  line-height: 1.2;
  padding: 14px 10px;
  border-radius: 10px;
  transition: color 0.2s, background 0.2s;
  cursor: pointer;
}
.ct_bg .productsDetailSection {
  background: rgba(255, 255, 255, 0.8);
  padding-top: 30px;
  padding-bottom: 100px;
  position: relative;
}
.ct_bg .productsDetailSection .c_inner01 {
  position: relative;
}
.ct_bg .productsDetailSection::before, .ct_bg .productsDetailSection::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #efe48a 0%, #ffffd8 100%);
}
.ct_bg .productsDetailSection::before {
  top: 0;
}
.ct_bg .productsDetailSection::after {
  bottom: 0;
}
.ct_bg .productsDetailSection .tx_category {
  position: absolute;
  top: -26px;
  right: 20px;
  background: #57B6DB;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 15px;
  padding: 3px 6px 4px;
  border-radius: 0 0 5px 5px;
}
.ct_bg .productsDetailSection .productDetail {
  margin: 30px 0;
}
.ct_bg .productsDetailSection .productDetail .tx01 {
  margin: 20px 0;
  color: #333;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 16px;
  line-height: 1.5;
}
.ct_bg .productsDetailSection .productDetail .tx02 {
  margin: 20px 0;
  color: #777777;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 15px;
  line-height: 1.5;
}
.ct_bg .productsDetailSection .productDetail dl {
  margin: 5px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.ct_bg .productsDetailSection .productDetail dl dt,
.ct_bg .productsDetailSection .productDetail dl dd {
  color: #333;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 16px;
  line-height: 1.5;
}
.ct_bg .productsDetailSection .productDetail dl dt .price,
.ct_bg .productsDetailSection .productDetail dl dd .price {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 20px;
}
.ct_bg .productsDetailSection section {
  margin: 60px 0;
  padding-top: 51px;
  background: url("../img/bg07.png") repeat-x 0 0/120px;
}
.ct_bg .productGallery {
  display: flex;
  align-items: flex-start;
  gap: 3.5833333333%;
}
.ct_bg .productGallery .mainImage {
  flex: 0 0 55%;
  background: #E6EAF6;
  padding: 1px;
}
.ct_bg .productGallery .thumbList {
  flex: 0 0 41.4166666667%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2.024291498%;
}
.ct_bg .productGallery .thumbList li {
  flex: 0 0 31.983805668%;
  background: #E6EAF6;
  padding: 2px;
  cursor: pointer;
  transition: opacity 0.2s;
}
.ct_bg .productGallery .thumbList li.current {
  background: linear-gradient(90deg, #E15F98 0%, #35BCD8 100%);
}
.ct_bg .top_featureArea01 {
  max-width: 1200px;
  margin: 100px auto;
  background: linear-gradient(90deg, #efe48a 0%, #ffffd8 100%);
  padding: 4px;
}
.ct_bg .top_featureArea01 > .inner01 {
  background: url("../img/bg03.jpg") repeat 0 0/410px;
  padding: 38px 40px;
}
.ct_bg .top_featureArea01 > .inner01 .hdg01 {
  text-align: center;
  color: #5454A1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 36px;
  line-height: 1.5;
  text-shadow: white 3px 0px 0px, white 2.834871px 0.981584px 0px, white 2.357662px 1.855109px 0px, white 1.620907px 2.524413px 0px, white 0.705713px 2.915814px 0px, white -0.287171px 2.986224px 0px, white -1.248441px 2.727892px 0px, white -2.072274px 2.169258px 0px, white -2.66798px 1.371818px 0px, white -2.969977px 0.42336px 0px, white -2.945022px -0.571704px 0px, white -2.59586px -1.503831px 0px, white -1.960931px -2.270407px 0px, white -1.11013px -2.787044px 0px, white -0.137119px -2.996865px 0px, white 0.850987px -2.876773px 0px, white 1.74541px -2.439988px 0px, white 2.447689px -1.734595px 0px, white 2.880511px -0.838247px 0px;
}
.ct_bg .top_featureArea01 > .inner01 .item01Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 93.6936936937%;
  margin: 28px auto 0;
}
.ct_bg .top_featureArea01 > .inner01 .item01Wrap .item01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 48%;
  gap: 4.2%;
}
.ct_bg .top_featureArea01 > .inner01 .item01Wrap .item01 .img01 {
  flex: 0 0 132px;
}
.ct_bg .top_featureArea01 > .inner01 .item01Wrap .item01 .textWrap01 {
  flex: 1;
}
.ct_bg .top_featureArea01 > .inner01 .item01Wrap .item01 .img02 {
  flex: 0 0 100px;
}
.ct_bg .top_featureArea01 > .inner01 .item01Wrap .item01 .textWrap02 {
  flex: 1;
}
.ct_bg .top_featureArea01 > .inner01 .item01Wrap .tx02 {
  color: #E15F98;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 14px;
  line-height: 1.5;
  text-shadow: white 3px 0px 0px, white 2.834871px 0.981584px 0px, white 2.357662px 1.855109px 0px, white 1.620907px 2.524413px 0px, white 0.705713px 2.915814px 0px, white -0.287171px 2.986224px 0px, white -1.248441px 2.727892px 0px, white -2.072274px 2.169258px 0px, white -2.66798px 1.371818px 0px, white -2.969977px 0.42336px 0px, white -2.945022px -0.571704px 0px, white -2.59586px -1.503831px 0px, white -1.960931px -2.270407px 0px, white -1.11013px -2.787044px 0px, white -0.137119px -2.996865px 0px, white 0.850987px -2.876773px 0px, white 1.74541px -2.439988px 0px, white 2.447689px -1.734595px 0px, white 2.880511px -0.838247px 0px;
}
.ct_bg .top_featureArea01 > .inner01 .item01Wrap .tx02.type02 {
  color: #57B6DB;
}
.ct_bg .top_featureArea01 > .inner01 .item01Wrap .tx03 {
  color: #E15F98;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 32px;
  line-height: 1.5;
  text-shadow: white 3px 0px 0px, white 2.834871px 0.981584px 0px, white 2.357662px 1.855109px 0px, white 1.620907px 2.524413px 0px, white 0.705713px 2.915814px 0px, white -0.287171px 2.986224px 0px, white -1.248441px 2.727892px 0px, white -2.072274px 2.169258px 0px, white -2.66798px 1.371818px 0px, white -2.969977px 0.42336px 0px, white -2.945022px -0.571704px 0px, white -2.59586px -1.503831px 0px, white -1.960931px -2.270407px 0px, white -1.11013px -2.787044px 0px, white -0.137119px -2.996865px 0px, white 0.850987px -2.876773px 0px, white 1.74541px -2.439988px 0px, white 2.447689px -1.734595px 0px, white 2.880511px -0.838247px 0px;
  margin-bottom: 10px;
}
.ct_bg .top_featureArea01 > .inner01 .item01Wrap .tx03.type02 {
  color: #57B6DB;
}
.ct_bg .top_featureArea01 > .inner01 .item01Wrap .tx04 {
  color: #333;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 16px;
  line-height: 1.5;
}
.ct_bg .catalogBanner {
  text-align: center;
  margin: 40px auto 0;
}
.ct_bg .bannerArea {
  margin-top: 12px;
  padding-top: 30px;
  padding-bottom: 20px;
  background: #E8EDF8;
  position: relative;
}
.ct_bg .bannerArea::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 12px;
  background: url("../img/bg02.png") repeat-x 0 0/400px;
  transform: rotate(180deg);
}
.ct_bg .bannerArea .banner01 {
  margin: 0 auto;
  max-width: 590px;
}
.ct_bg .bannerArea .banner01 > a {
  display: block;
  transition: opacity 0.2s;
}
.ct_bg .bannerArea .bannerList01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  gap: 20px 1.6666666667%;
}
.ct_bg .bannerArea .bannerList01 li {
  flex: 0 0 23.75%;
}
.ct_bg .bannerArea .bannerList01 li a {
  display: block;
  transition: opacity 0.2s;
}
.ct_bg .bannerArea .copyright {
  color: #5454A1;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 12px;
  line-height: 1.5;
  margin-top: 20px;
}
.ct_bg .bannerArea .text01 {
  color: #5454A1;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 12px;
  line-height: 1.5;
  margin-top: 20px;
}
.ct_bg .bannerArea .sns_wrapper {
  margin-top: 20px;
}
.ct_bg .bannerArea .sns_wrapper .snsBtn02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ct_bg .bannerArea .sns_wrapper .snsBtn02 li {
  margin: 0 5px;
  line-height: 1;
}
.ct_bg .storySection01 {
  padding-top: 4px;
}
.ct_bg .storySection01 .tx01 {
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 32px;
  line-height: 1.5;
  color: #E15F98;
  text-shadow: white 2px 0px 0px, white 1.755165px 0.958851px 0px, white 1.080605px 1.682942px 0px, white 0.141474px 1.99499px 0px, white -0.832294px 1.818595px 0px, white -1.602287px 1.196944px 0px, white -1.979985px 0.28224px 0px, white -1.872913px -0.701566px 0px, white -1.307287px -1.513605px 0px, white -0.421592px -1.95506px 0px, white 0.567324px -1.917849px 0px, white 1.41734px -1.411081px 0px, white 1.920341px -0.558831px 0px;
  margin-bottom: 20px;
}
.ct_bg .storySection01 .tx02 {
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 20px;
  line-height: 1.5;
  color: #5454A1;
  text-shadow: white 2px 0px 0px, white 1.755165px 0.958851px 0px, white 1.080605px 1.682942px 0px, white 0.141474px 1.99499px 0px, white -0.832294px 1.818595px 0px, white -1.602287px 1.196944px 0px, white -1.979985px 0.28224px 0px, white -1.872913px -0.701566px 0px, white -1.307287px -1.513605px 0px, white -0.421592px -1.95506px 0px, white 0.567324px -1.917849px 0px, white 1.41734px -1.411081px 0px, white 1.920341px -0.558831px 0px;
  margin-bottom: 20px;
}
.ct_bg .storySection01 > .c_inner01 {
  position: relative;
}
.ct_bg .storySection01 > .c_inner01 .fig01,
.ct_bg .storySection01 > .c_inner01 .fig02 {
  position: absolute;
  left: 50%;
  opacity: 0;
  transition: opacity 1.6s ease;
}
.ct_bg .storySection01 > .c_inner01 .fig01.is-visible,
.ct_bg .storySection01 > .c_inner01 .fig02.is-visible {
  opacity: 1;
}
.ct_bg .storySection01 > .c_inner01 .fig01 {
  top: 183px;
  margin-left: -633px;
  width: 407px;
  transition-delay: 0s;
}
.ct_bg .storySection01 > .c_inner01 .fig02 {
  top: 184px;
  margin-left: 244px;
  width: 346px;
  transition-delay: 0.15s;
}
.ct_bg .storySection01 section {
  margin-top: 56px;
}
.ct_bg .storySection01 section .sliderWrap {
  margin-top: 40px;
}

.ct_bg .hrBlock01 {
  padding-top: 81px;
  margin-top: 60px;
  background: url("../img/bg07.png") repeat-x 0 0 /120px;
}

.ct_bg .col01 {
  margin-top: 30px;
  width: calc(100% - 290px);
}

.ct_bg .col02 {
  margin: 30px 30px 0 0;
  width: 260px;
}

.ct_bg .col02 > .image01 {
  margin: 0 auto;
  max-width: 180px;
}
.ct_bg .heading04 + .wrap01 > .col01,
.ct_bg .heading04 + .wrap01 > .col02 {
  margin-top: 0;
}

.ct_bg .txt01 {
  margin-top: 20px;
  color: #333;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  rotate: .03deg;
  font-size: 16px;
  line-height: 1.5;
}
.ct_bg .txt01:first-child {
  margin-top: 0;
}

.ct_bg .im01 {
  margin-top: 60px;
}
.ct_bg .im01:first-child {
  margin-top: 0;
}

.ct_bg .comingsoon01 {
  margin: 0 auto 40px;
  max-width: 800px;
}
.ct_bg .eventSection01 .comingsoon01 {
  margin-bottom: 40px;
}

.ct_bg .qaList01 > dt {
  position: relative;
  margin-top: 20px;
  padding-left: 50px;
  color: #5454A1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 20px;
  font-weight: 800;
  rotate: -.03deg;
}
.ct_bg .qaList01 > dt:first-child {
  margin-top: 0;
}
.ct_bg .qaList01 > dt > .inner01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #5454A1;
  color: #FFF;
  font-size: 24px;
  line-height: 1.0;
}

.ct_bg .qaList01 > dd {
  position: relative;
  margin-top: 20px;
  padding-left: 50px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  rotate: -.03deg;
}
.ct_bg .qaList01 > dd > .inner01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #E15F98;
  color: #FFF;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.0;
}


/*  ---- media: PC (min-width) ----  */
@media screen and (min-width: 768px) {
  .ct_bg .heading01 img {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 1440px;
    transform: translateX(-50%);
  }
  .ct_bg .anchorArea .anchorList {
    gap: 10px;
  }
  .ct_bg .headTitleArea01 > .inner01 .globalNavigation li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
  }
  .ct_bg .headTitleArea01 > .inner01 .globalNavigation li a:hover img {
    opacity: 0;
  }
  .ct_bg .headTitleArea01 > .inner01 .globalNavigation li:nth-child(1) a::before {
    background-image: url("../img/btn01_on.svg");
  }
  .ct_bg .headTitleArea01 > .inner01 .globalNavigation li:nth-child(2) a::before {
    background-image: url("../img/btn02_on.svg");
  }
  .ct_bg .headTitleArea01 > .inner01 .globalNavigation li:nth-child(3) a::before {
    background-image: url("../img/btn03_on.svg");
  }
  .ct_bg .newsArea01 .oshiraseWrap01 .tx01 {
    flex: 1;
  }
}
/*  ---- media: other features ----  */
@media (any-hover: hover) {
  .ct_bg .modalContainer .btnClose:hover {
    background-color: #E8EDF8;
  }
  .ct_bg .btn01 a:hover span {
    color: #5454A1;
    background: linear-gradient(90deg, #efe48a 0%, #ffffd8 100%);
  }
  .ct_bg .btn01 a:hover span::before {
    background-image: url("../img/ic04_on.svg");
  }
  .ct_bg .btn02 button:hover,
  .ct_bg .btn02 a:hover {
    background-color: #E8EDF8;
  }
  .ct_bg .btn02.typeClose button:hover,
  .ct_bg .btn02.typeClose a:hover {
    background-color: #E8EDF8;
  }
  .ct_bg .anchorArea .anchorList li.btn02 a:hover {
    background-color: #E8EDF8;
  }
  .ct_bg .mallBtn01 .mallLink:hover .inner01 {
    color: #5454A1;
    background: linear-gradient(90deg, #efe48a 0%, #ffffd8 100%);
  }
  .ct_bg .mallBtn01 .mallLink:hover .inner01 .text01::after {
    opacity: 0;
  }
  .ct_bg .sliderWrap .slider01 .swiper-slide a:hover {
    opacity: 0.7;
  }
  .ct_bg .sliderWrap .swiper-arrow:hover img {
    opacity: 0;
  }
  .ct_bg .newsList li a:hover {
    text-decoration: none;
  }
  .ct_bg .itemList .item:hover {
    animation-duration: .5s;
    animation-name: pulse;
    animation-timing-function: ease-in-out;
    animation-duration: 0.5s;
  }
  .ct_bg .categorySelectArea .categoryList li button:hover {
    color: #fff;
    background: linear-gradient(90deg, #E15F98 0%, #35BCD8 100%);
  }
  .ct_bg .productGallery .thumbList li:hover {
    opacity: 0.7;
  }
  .ct_bg .bannerArea .banner01 > a:hover {
    opacity: 0.7;
  }
  .ct_bg .bannerArea .bannerList01 li a:hover {
    opacity: 0.7;
  }
}
/*  ---- media: SP (max-width) ----  */
@media screen and (max-width: 1440px) {
  .ct_bg .heading01 {
    height: 9.0277777778vw;
  }
  .ct_bg .heading01 img {
    width: 100%;
  }
}
@media screen and (max-width: 1240px) {
  .ct_bg .headTitleArea01 > .inner01 {
    gap: 5px 1.6129032258vw;
  }
  .ct_bg .headTitleArea01 > .inner01 .globalNavigationWrap {
    flex-basis: 54.8387096774vw;
  }
  .ct_bg .headTitleArea01 > .inner01 .globalNavigation {
    gap: 0.8064516129vw;
  }
  .ct_bg .mainArea01 > .c_inner01 .title {
    left: 20px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1230px) {
  .ct_bg .categorySelectArea .categoryList li {
    flex-basis: 13.3333333333%;
  }
  .ct_bg .categorySelectArea .categoryList li:first-child {
    flex-basis: 15%;
  }
}
@media screen and (max-width: 1100px) {
  .ct_bg .top_featureArea01 > .inner01 .hdg01 br.onlySP {
    display: inline;
  }
  .ct_bg .top_featureArea01 > .inner01 .hdg01 .onlyPC {
    display: none;
  }
  .ct_bg .top_featureArea01 > .inner01 .item01Wrap .item01 .img01 {
    flex-basis: 12vw;
  }
  .ct_bg .top_featureArea01 > .inner01 .item01Wrap .item01 .img02 {
    flex-basis: 9.0909090909vw;
  }
  .ct_bg .top_featureArea01 > .inner01 .item01Wrap .tx02 {
    font-size: 1.2727272727vw;
  }
  .ct_bg .top_featureArea01 > .inner01 .item01Wrap .tx03 {
    font-size: 2.9090909091vw;
  }
}
@media screen and (max-width: 1030px) {
  .ct_bg .itemList.typeProducts01 {
    gap: 20px 1.6666666667%;
  }
  .ct_bg .itemList.typeProducts01 .item {
    flex: 0 0 23.75%;
  }
  .ct_bg .categorySelectArea .categoryList li button {
    font-size: 1.5048543689vw;
    padding: 0.9708737864vw 0.7766990291vw;
  }
}
@media screen and (max-width: 1000px) {
  .ct_bg .modalContainer {
    width: calc(100% - 40px);
  }
  .ct_bg .headTitleArea01 > .inner01 .tx01 {
    font-size: 1.3vw;
  }
  .ct_bg .movieList .item .caption {
    font-size: 1.6vw;
  }
  .ct_bg .categorySelectArea .categoryList li {
    flex-basis: 13.0833333333%;
  }
  .ct_bg .categorySelectArea .categoryList li:nth-child(2) {
    flex-basis: 14.5833333333%;
  }
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 23vw;
  }
  .ct_bg .onlySP {
    display: inline;
  }
  .ct_bg {
    background: url("../img/bg01_sp.jpg") repeat 0 0 / 100% auto;
  }
  .ct_bg .modalContainer {
    width: 90vw;
    padding: 8.75vw 3.75vw 7.5vw;
  }
  .ct_bg .modalContainer > .modalContent > .inner01 {
    margin-top: 4.25vw;
    height: calc(100vh - 87.5vw);
  }
  .ct_bg .modalContainer .list01 li {
    font-size: 3.5vw;
  }
  .ct_bg .modalContainer .list01 li::before {
    left: 3vw;
    width: 0.75vw;
    height: 0.75vw;
  }
  .ct_bg .anchorWrap {
    margin-top: -25vw;
    padding-top: 25vw;
  }
  .ct_bg .c_inner01 {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .ct_bg .c_section {
    padding-bottom: 15vw;
  }
  .ct_bg .c_section section {
    margin-top: 5.75vw;
  }
  .ct_bg .c_section section + section {
    margin-top: 11vw;
  }
  .ct_bg .c_section .categorySection {
    margin-top: 10.75vw;
  }
  .ct_bg .heading01 {
    height: 26.25vw;
    margin-bottom: 5vw;
  }
  .ct_bg .heading02 {
    font-size: 6vw;
  }
  .ct_bg .heading02 span {
    display: inline-block;
    padding-left: 16.25vw;
    padding-right: 16.25vw;
    min-height: 10.5vw;
    background: url("../img/bg04.png") no-repeat 0 50% / 16.25vw, url("../img/bg05.png") no-repeat 100% 50% / 16.25vw;
  }
  .ct_bg .heading03 {
    font-size: 5vw;
    padding-left: 5.75vw;
    margin-bottom: 4.75vw;
    background-size: auto 15vw;
  }
  .ct_bg .heading04 {
    font-size: 5vw;
    margin-bottom: 5vw;
  }
  .ct_bg .tx_date01 {
    font-size: 3.5vw;
    gap: 2.5vw;
  }
  .ct_bg .tx_date01 .category {
    font-size: 3vw;
    min-height: 5vw;
    padding: 0 1.125vw;
  }
  .ct_bg .newsCaption01 {
    font-size: 3.5vw;
  }
  .ct_bg .newsCaption02 {
    font-size: 4vw;
  }
  .ct_bg .btn01 a {
    min-width: 100%;
  }
  .ct_bg .btn01 a span {
    font-size: 4.5vw;
    padding: 3vw 0;
  }
  .ct_bg .btn01 a span::before {
    right: 5.5vw;
    width: 3.5vw;
    height: 3.5vw;
  }
  .ct_bg .btn02 button,
  .ct_bg .btn02 a {
    min-width: 100%;
    font-size: 3.75vw;
    padding: 2.9375vw 3.25vw;
    background-position: calc(100% - 2vw) 50%;
    background-size: 3.5vw;
  }
  .ct_bg .anchorArea .anchorList {
    justify-content: space-between;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
  .ct_bg .anchorArea .anchorList li.btn02 a {
    min-width: 29vw;
    line-height: 1.2;
    height: 12.5vw;
    padding: 0 0 0 3.25vw;
    display: flex;
    align-items: center;
  }
  .ct_bg .mallBtn01 .mallLink {
    min-width: 100%;
  }
  .ct_bg .mallBtn01 .mallLink .inner01 {
    font-size: 6vw;
    height: 16.5vw;
  }
  .ct_bg .mallBtn01 .mallLink .inner01 .text01::before {
    background: none;
  }
  .ct_bg .mallBtn01 .mallLink .inner01 .text01.reserve {
    padding-left: 9.5vw;
  }
  .ct_bg .mallBtn01 .mallLink .inner01 .text01.reserve::before {
    background: none;
  }
  .ct_bg .mallBtn01 .mallLink .inner01 .text01.waiting::before {
    background: none;
  }
  .ct_bg .btnList {
    margin: 5vw 0;
  }
  .ct_bg .btnList li {
    width: 100%;
  }
  .ct_bg .newsTitleWrap {
    gap: 2.25vw;
  }
  .ct_bg .newsTitleWrap h2 {
    font-size: 5vw;
  }
  .ct_bg .newsTitleWrap .tx_date01 {
    justify-content: space-between;
  }
  .ct_bg .newsBody h2 {
    margin-top: 2.5vw;
    margin-bottom: 2.5vw;
    font-size: 4.5vw;
    padding-left: 9.5vw;
  }
  .ct_bg .newsBody h2::before {
    top: 0.25vw;
    width: 7vw;
    height: 7vw;
  }
  .ct_bg .newsBody h3 {
    margin: 2.5vw 0;
    font-size: 4vw;
  }
  .ct_bg .newsBody h4 {
    margin: 2.5vw 0;
    font-size: 4vw;
  }
  .ct_bg .newsBody p {
    font-size: 3.5vw;
    margin: 2.5vw 0;
  }
  .ct_bg .newsBody p + h3,
  .ct_bg .newsBody p + small {
    margin-top: 7.5vw;
  }
  .ct_bg .newsBody small {
    font-size: 3.25vw;
    margin: 2.5vw 0;
  }
  .ct_bg .newsBody hr {
    height: 5.25vw;
    margin: 7.5vw 0;
    background-size: 30vw;
  }
  .ct_bg .newsBody .box {
    padding: 2vw 5vw;
  }
  .ct_bg .newsBody .btn02 {
    margin-top: 7.5vw;
  }
  .ct_bg .headTitleArea01 {
    margin-bottom: 1.75vw;
  }
  .ct_bg .headTitleArea01::before {
    bottom: -3vw;
    height: 3vw;
    background-size: 100vw;
  }
  .ct_bg .headTitleArea01 > .inner01 {
    gap: 1.5vw 0;
    flex-direction: column;
    align-items: flex-end;
    padding: 1.625vw 2vw 2vw 1vw;
  }
  .ct_bg .headTitleArea01 > .inner01 .logo {
    top: 1.5vw;
    left: 1vw;
    width: 22.5vw;
  }
  .ct_bg .headTitleArea01 > .inner01 .tx01 {
    font-size: 2.75vw;
  }
  .ct_bg .headTitleArea01 > .inner01 .globalNavigationWrap {
    flex-basis: 100%;
  }
  .ct_bg .headTitleArea01 > .inner01 .globalNavigation {
    gap: 0.5vw;
    width: 73vw;
    margin-left: auto;
  }
  .ct_bg .headTitleArea01 > .inner01 .globalNavigation li {
    flex: 0 0 24vw;
  }
  .ct_bg .mainArea01 {
    margin-bottom: 5vw;
  }
  .ct_bg .mainArea01 > .c_inner01 {
    padding-top: 1.375vw;
    padding-bottom: 5.5vw;
  }
  .ct_bg .mainArea01 > .c_inner01 .tx01 {
    font-size: 2.75vw;
  }
  .ct_bg .mainArea01 > .c_inner01 .title {
    top: 1.5vw;
    left: 1vw;
    width: 22.5vw;
  }

  .ct_bg .mainArea01 > .globalNavigationArea > .globalNavigation {
    gap: 1.5vw;
    margin-top: 5vw;
  }
  .ct_bg .mainArea01 > .globalNavigationArea > .globalNavigation li {
    width: 29vw;
  }
  .ct_bg .mainArea01 > .globalNavigationArea > .globalNavigation li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 1.25vw;
    height: 100%;
    border-radius: 1.25vw;
    border: 1px solid #EFE48A;
    box-shadow: 0 .5vw .5vw 0 rgba(101, 98, 169, 0.50);
    font-size: 3.75vw;
    letter-spacing: -.04em;
  }
  .ct_bg .mainArea01 > .globalNavigationArea > .globalNavigation li a::before {
    border-radius: .5vw;
  }

  .ct_bg .mainArea01 > .globalNavigationArea > .globalNavigation li a::after {
    border-radius: .5vw;
  }

  .ct_bg .newsArea01 > .c_inner01 {
    max-width: 90vw;
    padding: 0;
  }
  .ct_bg .newsArea01 .oshiraseWrap01 {
    flex-direction: column;
    gap: 1.5vw;
  }
  .ct_bg .newsArea01 .oshiraseWrap01 .tx01 {
    font-size: 3.5vw;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .ct_bg .newsArea01 .oshiraseWrap01 .tx01 .ticker-text {
    white-space: nowrap;
    will-change: transform;
  }
  .ct_bg .sliderWrap .slider01 .swiper-slide {
    width: 91.5vw;
  }
  .ct_bg .sliderWrap .slider01 .swiper-arrow {
    margin-top: -9.25vw;
  }
  .ct_bg .sliderWrap .slider02 .swiper-slide {
    max-width: 95vw;
  }
  .ct_bg .sliderWrap .slider02 .swiper-slide.chara01 figure {
    top: 4vw;
    right: 0.25vw;
    width: 53.5vw;
  }
  .ct_bg .sliderWrap .slider02 .swiper-slide.chara02 figure {
    top: 2.5vw;
    right: 3.25vw;
    width: 47.25vw;
  }
  .ct_bg .sliderWrap .slider02 .swiper-slide.chara03 figure {
    top: 32.75vw;
    right: 14.75vw;
    width: 46vw;
  }
  .ct_bg .sliderWrap .slider02 .swiper-slide.chara03 .inner01 .hdg01 {
    width: 33.5vw;
  }
  .ct_bg .sliderWrap .slider02 .swiper-slide .inner01 {
    width: 85vw;
    height: 107vw;
    margin-bottom: 4.5vw;
    padding-top: 11.5vw;
    padding-bottom: 8.75vw;
  }
  .ct_bg .sliderWrap .slider02 .swiper-slide .inner01 .hdg01 {
    width: 40vw;
    margin-left: -2.5vw;
  }
  .ct_bg .sliderWrap .slider02 .swiper-slide .inner01 > .inner02 {
    padding-left: 7.5vw;
  }
  .ct_bg .sliderWrap .slider02 .swiper-slide .inner01 > .inner02 dl {
    margin-left: 5vw;
  }
  .ct_bg .sliderWrap .slider02 .swiper-slide .inner01 > .inner02 dl + dl {
    margin-top: 2.5vw;
  }
  .ct_bg .sliderWrap .slider02 .swiper-slide .inner01 > .inner02 dl dt {
    font-size: 3.5vw;
  }
  .ct_bg .sliderWrap .slider02 .swiper-slide .inner01 > .inner02 dl dd {
    font-size: 3.5vw;
  }
  .ct_bg .sliderWrap .slider02 .swiper-slide .inner03 {
    width: 82.5vw;
  }
  .ct_bg .sliderWrap .slider02 .swiper-slide .inner03 .tx03 {
    font-size: 3.5vw;
  }
  .ct_bg .newsList {
    margin-top: 5vw;
    padding-right: 0;
    max-height: 112vw;
  }
  .ct_bg .newsList li .tx_date01 {
    margin-bottom: 1.375vw;
  }
  .ct_bg .newsList li .tx01 {
    font-size: 3.5vw;
  }
  .ct_bg .itemList .item .name01 {
    font-size: 3.5vw;
  }
  .ct_bg .itemList .item .name02 {
    font-size: 5vw;
  }
  .ct_bg .itemList .item .tx_date01 {
    margin-bottom: 2.5vw;
  }
  .ct_bg .itemList .item .tx01 {
    font-size: 3.5vw;
  }
  .ct_bg .itemList.typeProducts01, .ct_bg .itemList.typeCategory {
    margin-top: 5.75vw;
    margin-bottom: 5vw;
  }
  .ct_bg .itemList.typeProducts01 .item, .ct_bg .itemList.typeCategory .item {
    padding: 2.5vw;
  }
  .ct_bg .itemList.typeProducts01 {
    gap: 5vw 5.5555555556%;
  }
  .ct_bg .itemList.typeProducts01 .item {
    flex-basis: 47.2222222222%;
  }
  .ct_bg .itemList.typeCategory {
    gap: 5vw 5.5555555556%;
  }
  .ct_bg .itemList.typeCategory .item {
    flex-basis: 47.2222222222%;
  }
  .ct_bg .itemList.typeNews {
    gap: 7.5vw 2.5%;
  }
  .ct_bg .itemList.typeNews .item {
    flex: 0 0 100%;
  }
  .ct_bg .movieFrame01 {
    padding: 2.5vw;
    margin-bottom: 2.5vw;
  }
  .ct_bg .movieList {
    gap: 5vw 3.3333333333%;
    margin-top: 5.75vw;
  }
  .ct_bg .movieList.typeTop .item {
    flex-basis: 100%;
  }
  .ct_bg .movieList.typeShort .item {
    flex: 0 0 72.2222222222%;
  }
  .ct_bg .movieList .item {
    flex: 0 0 100%;
  }
  .ct_bg .movieList .item .caption {
    font-size: 3.5vw;
  }
  .ct_bg .movieSection01 .movieList {
    margin-bottom: 5vw;
  }
  .ct_bg .movieSection02 {
    margin-top: 5vw;
    padding-top: 8.25vw;
    padding-bottom: 15vw;
  }
  .ct_bg .movieSection02 section {
    margin-top: 10vw;
    padding-top: 16vw;
  }
  .ct_bg .eventSection01 .itemList {
    margin-bottom: 5vw;
  }
  .ct_bg .newsSection02 {
    padding-top: 7.75vw;
    padding-bottom: 15vw;
  }
  .ct_bg .categorySelectArea {
    padding-top: 4vw;
    padding-bottom: 5vw;
  }
  .ct_bg .categorySelectArea .hdg01 {
    font-size: 5vw;
    margin-bottom: 2.25vw;
  }
  .ct_bg .categorySelectArea .categoryList {
    gap: 1.5vw 1.6666666667%;
  }
  .ct_bg .categorySelectArea .categoryList li {
    flex-basis: 32.2222222222%;
  }
  .ct_bg .categorySelectArea .categoryList li:first-child {
    flex-basis: 100%;
  }
  .ct_bg .categorySelectArea .categoryList li:nth-child(2) {
    flex-basis: 32.2222222222%;
  }
  .ct_bg .categorySelectArea .categoryList li button {
    font-size: 3.75vw;
    min-height: 12.5vw;
    padding: 0 2.5vw;
  }
  .ct_bg .productsDetailSection {
    margin-top: 0 !important;
    padding-bottom: 10vw;
  }
  .ct_bg .productsDetailSection .tx_category {
    font-size: 3.25vw;
    padding: 0 1.5vw 0;
  }
  .ct_bg .productsDetailSection .productDetail {
    margin: 5vw 0;
  }
  .ct_bg .productsDetailSection .productDetail .tx01 {
    margin: 2.5vw 0;
    font-size: 3.5vw;
  }
  .ct_bg .productsDetailSection .productDetail .tx02 {
    margin: 2.5vw 0;
    font-size: 3.25vw;
  }
  .ct_bg .productsDetailSection .productDetail dl dt,
  .ct_bg .productsDetailSection .productDetail dl dd {
    font-size: 3.5vw;
  }
  .ct_bg .productsDetailSection .productDetail dl dt .price,
  .ct_bg .productsDetailSection .productDetail dl dd .price {
    font-size: 4.5vw;
  }
  .ct_bg .productsDetailSection section {
    margin: 10vw 0;
    padding-top: 10.25vw;
  }
  .ct_bg .productGallery {
    flex-wrap: wrap;
    gap: 4.75vw;
    margin-bottom: 4.75vw;
  }
  .ct_bg .productGallery .mainImage {
    flex-basis: 100%;
  }
  .ct_bg .productGallery .thumbList {
    flex-basis: 100%;
    gap: 1.25vw 1.3888888889%;
  }
  .ct_bg .productGallery .thumbList li {
    flex-basis: 23.9554317549%;
  }
  .ct_bg .top_featureArea01 {
    margin: 15vw -5vw 17.25vw;
    padding: 1vw 0;
  }
  .ct_bg .top_featureArea01 > .inner01 {
    padding: 9.5vw 7.5vw;
  }
  .ct_bg .top_featureArea01 > .inner01 .hdg01 {
    font-size: 6vw;
    margin-left: -5vw;
    margin-right: -5vw;
  }
  .ct_bg .top_featureArea01 > .inner01 .item01Wrap {
    width: 100%;
    margin: 9.75vw auto 0;
  }
  .ct_bg .top_featureArea01 > .inner01 .item01Wrap .item01 {
    width: 100%;
    gap: 5vw;
  }
  .ct_bg .top_featureArea01 > .inner01 .item01Wrap .item01 .img01 {
    flex-basis: 33vw;
  }
  .ct_bg .top_featureArea01 > .inner01 .item01Wrap .item01 .textWrap01 {
    width: 47vw;
  }
  .ct_bg .top_featureArea01 > .inner01 .item01Wrap .item01 .img02 {
    flex-basis: 25vw;
  }
  .ct_bg .top_featureArea01 > .inner01 .item01Wrap .item01.type02 {
    gap: 3.75vw;
    flex-direction: row-reverse;
    margin-top: 10vw;
  }
  .ct_bg .top_featureArea01 > .inner01 .item01Wrap .tx02 {
    font-size: 3.5vw;
  }
  .ct_bg .top_featureArea01 > .inner01 .item01Wrap .tx03 {
    font-size: 5vw;
  }
  .ct_bg .top_featureArea01 > .inner01 .item01Wrap .tx04 {
    font-size: 3.5vw;
  }
  .ct_bg .catalogBanner {
    margin-top: 5.5vw;
  }
  .ct_bg .bannerArea {
    margin-top: 3vw;
    padding-top: 7.5vw;
    padding-bottom: 10.5vw;
  }
  .ct_bg .bannerArea::before {
    top: -3vw;
    height: 3vw;
    background-size: 100vw;
  }
  .ct_bg .bannerArea .bannerList01 {
    margin-top: 5vw;
    gap: 5vw 5.5555555556%;
  }
  .ct_bg .bannerArea .bannerList01 li {
    flex: 0 0 47.2222222222%;
  }
  .ct_bg .bannerArea .text01 {
    font-size: 3vw;
    margin-top: 5vw;
  }
  .ct_bg .bannerArea .copyright {
    font-size: 3vw;
    margin-top: 5vw;
  }
  .ct_bg .bannerArea .sns_wrapper {
    margin-top: 5vw;
  }
  .ct_bg .bannerArea .sns_wrapper .snsBtn02 {
    gap: 2.5vw;
  }
  .ct_bg .bannerArea .sns_wrapper .snsBtn02 li {
    margin: 0 1.25vw;
  }
  .ct_bg .storySection01 {
    padding-top: 1vw;
  }
  .ct_bg .storySection01 .tx01 {
    font-size: 5vw;
    margin-bottom: 5vw;
  }
  .ct_bg .storySection01 .tx02 {
    font-size: 4vw;
    margin-bottom: 5vw;
  }
  .ct_bg .storySection01 > .c_inner01 .fig01,
  .ct_bg .storySection01 > .c_inner01 .fig02 {
    display: none;
  }
  .ct_bg .storySection01 section {
    margin-top: 10vw;
  }
  .ct_bg .storySection01 section .sliderWrap {
    margin-top: 5vw;
  }


  .ct_bg .hrBlock01 {
    margin-top: 10vw;
    padding-top: 15.25vw;
  }

  .ct_bg .col01 {
    margin-top: 5vw;
    width: 100%;
  }
  .ct_bg .heading04 + .wrap01 > .col01 {
    margin-top: 0;
  }
  .ct_bg .col02 {
    margin-top: 5vw;
    margin-right: 0;
    width: 100%;
  }
  .ct_bg .heading04 + .wrap01 > .col02 {
    margin-top: 5vw;
  }
  .ct_bg .col02 > .image01 {
    margin: 0 auto;
    width: 45vw;
  }

  .ct_bg .txt01 {
    margin-top: 5vw;
    rotate: .03deg;
    font-size: 3.5vw;
  }

  .ct_bg .im01 {
    margin-top: 5vw;
  }

  .ct_bg .comingsoon01 {
    margin-bottom: 5vw;
  }

  .ct_bg .qaList01 > dt {
    margin-top: 5vw;
    padding-left: 10vw;
    font-size: 4vw;

  }
  .ct_bg .qaList01 > dt > .inner01 {
    width: 7.5vw;
    font-size: 4.5vw;
  }

  .ct_bg .qaList01 > dd {
    margin-top: 5vw;
    padding-left: 10vw;
    font-size: 3.5vw;
  }
  .ct_bg .qaList01 > dd > .inner01 {
    width: 7.5vw;
    font-size: 4.5vw;
  }
}
