@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Decol:wght@700&family=M+PLUS+Rounded+1c:wght@500;800;900&display=swap");
.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;
}

#wrapper,
#header,
#footer {
  min-width: inherit;
}

#ct_bg .disneyLocalNav01 {
  min-width: inherit;
  position: relative;
  z-index: 11;
}

#ct_bg .disneyFooterNav01 {
  position: relative;
  z-index: 10;
}

#ct_bg .disneyFooterNav01 > .inner01 {
  max-width: 1000px;
  width: inherit;
  padding: 30px 20px 40px;
}

@media screen and (max-width: 1000px) {
  #ct_bg .disneyFooterNavList01 > li {
    width: 49.57%;
    height: 45px;
  }
  #ct_bg .disneyFooterNavList01 li a {
    padding-left: 45px;
    height: 45px;
    font-size: 12px;
  }
  #ct_bg .disneyFooterNavList01 li a:hover {
    border: 2px solid #fff;
  }
  #ct_bg .disneyFooterNavList01 li:nth-child(n+3) {
    margin-top: 3px;
  }
  #ct_bg .disneyFooterNavList01 li.navi01 a,
  #ct_bg .disneyFooterNavList01 li.navi02 a,
  #ct_bg .disneyFooterNavList01 li.navi05 a,
  #ct_bg .disneyFooterNavList01 li.navi06 a,
  #ct_bg .disneyFooterNavList01 li.navi08 a,
  #ct_bg .disneyFooterNavList01 li.navi09 a,
  #ct_bg .disneyFooterNavList01 li.navi18 a,
  #ct_bg .disneyFooterNavList01 li.navi19 a,
  #ct_bg .disneyFooterNavList01 li.navi25 a,
  #ct_bg .disneyFooterNavList01 li.navi26 a,
  #ct_bg .disneyFooterNavList01 li.navi28 a,
  #ct_bg .disneyFooterNavList01 li.navi29 a,
  #ct_bg .disneyFooterNavList01 li.navi30 a,
  #ct_bg .disneyFooterNavList01 li.navi31 a,
  #ct_bg .disneyFooterNavList01 li.navi32 a,
  #ct_bg .disneyFooterNavList01 li.navi33 a,
  #ct_bg .disneyFooterNavList01 li.navi34 a,
  #ct_bg .disneyFooterNavList01 li.navi35 a,
  #ct_bg .disneyFooterNavList01 li.navi36 a,
  #ct_bg .disneyFooterNavList01 li.navi37 a,
  #ct_bg .disneyFooterNavList01 li.navi38 a,
  #ct_bg .disneyFooterNavList01 li.navi39 a {
    background-size: 45px 33px;
    background-position: left center;
  }
  #ct_bg .disneyFooterNavList01 li.navi31 a {
    background-size: 45px 33px;
  }
  #ct_bg .disneyFooterNavList01 li.navi32 a {
    background-size: 45px 33px;
  }
  #ct_bg .disneyFooterNavList01 li.navi33 a {
    background-size: 45px 33px;
  }
  #ct_bg .disneyFooterNavList01 li.navi34 a {
    background-size: 45px 33px;
  }
  #ct_bg .disneyFooterNavList01 li.navi35 a {
    background-size: 45px 33px;
  }
  #ct_bg .disneyFooterNavList01 li.navi36 a {
    background-size: 45px 33px;
  }
  #ct_bg .disneyFooterNavList01 li.navi40 a {
    background-size: 36px 26px;
    background-position: 4px center;
  }
  #ct_bg .disneyFooterNavList01 li.navi41 a {
    background-size: 36px 26px;
    background-position: 4px center;
  }
  #ct_bg .disneyFooterNavList01 li.navi42 a {
    background-size: 36px 26px;
    background-position: 4px center;
  }
  #ct_bg .sns_wrapper .snsBtn02 {
    flex-wrap: wrap;
  }
  #ct_bg .sns_wrapper .snsBtn02 li {
    margin: 0 5px 10px;
    line-height: 0;
  }
}
#wrapper {
  background: none;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

html {
  font-size: 62.5%;
}

.fancybox-enabled #ct_bg {
  scrollbar-gutter: stable;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  #ct_bg .disneyLocalNav01 .inner01 {
    width: 100%;
    max-width: 960px;
  }
}
#ct_bg {
  background: url(../images/bg01.jpg) no-repeat;
  background-attachment: fixed;
  background-position: center 0;
  background-size: cover;
  color: #26252A;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 639px) {
  #ct_bg {
    font-size: 125%;
    line-height: 1.6;
    background: none;
  }
  #ct_bg::before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../images/bg01.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    content: "";
  }
}
#ct_bg img {
  max-width: 100%;
  height: auto;
}
#ct_bg .imgOver01 > a {
  position: relative;
  display: block;
}
#ct_bg .imgOver01 > a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s;
  opacity: 0;
}
#ct_bg .imgOver01.type01 > a:before {
  border-radius: 10px;
}
#ct_bg .imgOver01 > a:hover:before {
  opacity: 0.4;
}
@media screen and (max-width: 639px) {
  #ct_bg .imgOver01 > a:hover:before {
    opacity: 0;
  }
}
#ct_bg a:link, #ct_bg a:visited, #ct_bg a:hover, #ct_bg a:active {
  color: #E10A7B;
}
@media screen and (max-width: 639px) {
  #ct_bg a {
    text-decoration: underline;
  }
  #ct_bg a:hover {
    text-decoration: none;
  }
}
#ct_bg .contents01 {
  position: relative;
}
@media screen and (min-width: 640px) {
  #ct_bg .contents01 {
    padding-top: 10px;
  }
}
@media screen and (max-width: 639px) {
  #ct_bg .contents01 {
    width: auto;
  }
}
#ct_bg .contents01 .flowLink {
  display: block;
}
@media screen and (min-width: 640px) {
  #ct_bg .contents01 .flowLink {
    position: relative;
    transition: transform 0.3s;
    transform-origin: center;
  }
  #ct_bg .contents01 .flowLink:hover {
    transform: translateY(-10px);
  }
  #ct_bg .contents01 .flowLink:hover::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: calc(100% + 10px);
    z-index: -1;
  }
}
#ct_bg .contents01 .btn01 {
  position: relative;
  z-index: 10;
  text-align: center;
}
#ct_bg .contents01 .btn01 a {
  text-align: center;
  display: inline-block;
  background-image: linear-gradient(90deg, rgb(242, 159, 196) 0%, rgb(254, 228, 138) 25%, rgb(131, 211, 198) 50%, rgb(129, 202, 236) 75%, rgb(201, 165, 204) 100%);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  border: 1px solid #fff;
  text-decoration: none;
  padding: 17px 35px 18px;
  position: relative;
  transition: background-image 0.4s ease, box-shadow 0.4s ease;
}
@media screen and (max-width: 639px) {
  #ct_bg .contents01 .btn01 a {
    padding: 4vw;
    display: block;
  }
}
@media screen and (min-width: 640px) {
  #ct_bg .contents01 .btn01 a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 48px;
    opacity: 0;
    transition-duration: 0.3s;
    background-image: linear-gradient(270deg, rgb(242, 159, 196) 0%, rgb(254, 228, 138) 25%, rgb(131, 211, 198) 50%, rgb(129, 202, 236) 75%, rgb(201, 165, 204) 100%);
  }
}
#ct_bg .contents01 .btn01 a::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
  border-radius: 48px;
}
@media screen and (min-width: 640px) {
  #ct_bg .contents01 .btn01 a:hover::before {
    opacity: 1;
  }
}
#ct_bg .contents01 .btn01 a > .inner01 {
  color: #4A1FA5;
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
  font-style: normal;
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.834871px 0.981584px 0px, rgb(255, 255, 255) 2.357662px 1.855109px 0px, rgb(255, 255, 255) 1.620907px 2.524413px 0px, rgb(255, 255, 255) 0.705713px 2.915814px 0px, rgb(255, 255, 255) -0.287171px 2.986224px 0px, rgb(255, 255, 255) -1.248441px 2.727892px 0px, rgb(255, 255, 255) -2.072274px 2.169258px 0px, rgb(255, 255, 255) -2.66798px 1.371818px 0px, rgb(255, 255, 255) -2.969977px 0.42336px 0px, rgb(255, 255, 255) -2.945022px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.503831px 0px, rgb(255, 255, 255) -1.960931px -2.270407px 0px, rgb(255, 255, 255) -1.11013px -2.787044px 0px, rgb(255, 255, 255) -0.137119px -2.996865px 0px, rgb(255, 255, 255) 0.850987px -2.876773px 0px, rgb(255, 255, 255) 1.74541px -2.439988px 0px, rgb(255, 255, 255) 2.447689px -1.734595px 0px, rgb(255, 255, 255) 2.880511px -0.838247px 0px;
  font-size: 2.4rem;
  line-height: 1.4;
  padding-left: 45px;
  padding-right: 45px;
  background: url("../images/star05.svg") no-repeat 0 50%, url("../images/star06.svg") no-repeat 100% 50%;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 639px) {
  #ct_bg .contents01 .btn01 a > .inner01.type02 {
    display: block;
    background: url("../images/star05.svg") no-repeat calc(50% - 4.65em) 50%, url("../images/star06.svg") no-repeat calc(50% + 4.65em) 50%;
  }
}
#ct_bg .contents01 .btn01 a > .inner01.type03 {
  color: #fff;
  text-shadow: none;
}
#ct_bg .contents01 .btn01.typeTop01 a, #ct_bg .contents01 .btn01.typeTop02 a {
  background-image: linear-gradient(0deg, rgb(225, 10, 123) 0%, rgb(96, 49, 198) 100%);
}
@media screen and (min-width: 640px) {
  #ct_bg .contents01 .btn01.typeTop01 a::before, #ct_bg .contents01 .btn01.typeTop02 a::before {
    background-image: linear-gradient(0deg, rgb(96, 49, 198) 0%, rgb(225, 10, 123) 100%);
  }
}
#ct_bg .contents01 .btn01.typeTop01 a > .inner01, #ct_bg .contents01 .btn01.typeTop02 a > .inner01 {
  color: #fff;
  text-shadow: none;
}
@media screen and (max-width: 639px) {
  #ct_bg .contents01 .btn01.typeTop02 a {
    padding: 4.5vw;
  }
}
#ct_bg .contents01 .btn01.typeMall a {
  display: block;
}
#ct_bg .contents01 .btn01.typeMall a > .inner01 {
  color: #E10A7B;
  padding-left: 96px;
  padding-right: 51px;
  background: url("../images/ic02.png") no-repeat 50px 50%/31px, url("../images/star05.svg") no-repeat 0 50%, url("../images/star06.svg") no-repeat 100% 50%;
}
#ct_bg .contents01 .btn01.typeMall a > .inner01.reserve {
  background: url("../images/ic03.png") no-repeat 50px 50%/31px, url("../images/star05.svg") no-repeat 0 50%, url("../images/star06.svg") no-repeat 100% 50%;
}
#ct_bg .contents01 .btn01.typeMall a > .inner01.waiting {
  background: url("../images/ic04.png") no-repeat 50px 50%/31px, url("../images/star05.svg") no-repeat 0 50%, url("../images/star06.svg") no-repeat 100% 50%;
  display: block;
}
@media screen and (max-width: 834px) {
  #ct_bg .contents01 .btn01.typeMall a > .inner01.waiting {
    display: inline-block;
  }
}
#ct_bg .contents01 .btn02 {
  position: relative;
  z-index: 10;
  text-align: center;
}
#ct_bg .contents01 .btn02 a {
  text-align: center;
  display: inline-block;
  background-image: linear-gradient(90deg, rgb(237, 109, 176) 0%, rgb(166, 118, 227) 100%);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  text-decoration: none;
  padding: 7px 32px 8px;
  position: relative;
  transition: background-image 0.4s ease, box-shadow 0.4s ease;
}
@media screen and (min-width: 640px) {
  #ct_bg .contents01 .btn02 a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 48px;
    opacity: 0;
    transition-duration: 0.3s;
    background-image: linear-gradient(-90deg, rgb(237, 109, 176) 0%, rgb(166, 118, 227) 100%);
  }
}
#ct_bg .contents01 .btn02 a::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px solid #fff;
  border-radius: 48px;
}
@media screen and (min-width: 640px) {
  #ct_bg .contents01 .btn02 a:hover::before {
    opacity: 1;
  }
}
#ct_bg .contents01 .btn02 a span {
  color: #fff;
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.4;
  position: relative;
}
#ct_bg .contents01 .btn02.typePDF a span {
  padding-left: 30px;
  background: url("../images/ic07.svg") no-repeat 0 50%;
}
#ct_bg .contents01 .iconList01 > li {
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 500;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 0.75em;
  padding-left: 16px;
  background: url("../images/ic06.svg") no-repeat 0 6px;
}
#ct_bg .contents01 .iconList01 > li strong {
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 900;
  font-style: normal;
  transform: rotate(0.03deg);
}
#ct_bg .contents01 .dotlist01 > li {
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 500;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 1.6rem;
  line-height: 1.6;
  padding-left: 24px;
  position: relative;
}
#ct_bg .contents01 .dotlist01 > li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
}
#ct_bg .contents01 .menuBtn01 {
  position: fixed;
  z-index: 11006;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  filter: drop-shadow(0 4px 10px rgba(74, 31, 165, 0.2));
  transform: translateZ(0);
}
@media screen and (min-width: 640px) {
  #ct_bg .contents01 .menuBtn01 {
    top: 8px;
    left: 50%;
    margin-left: 534px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0s 0.3s;
  }
  #ct_bg .contents01 .menuBtn01.active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s, visibility 0s;
  }
  #ct_bg .contents01 .menuBtn01:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 1260px) {
  #ct_bg .contents01 .menuBtn01 {
    left: inherit;
    right: 15px;
    margin-left: 0;
  }
}
@media screen and (max-width: 639px) {
  #ct_bg .contents01 .menuBtn01 {
    position: absolute;
    top: 2.5vw;
    right: 2.5vw;
  }
  #ct_bg .contents01 .menuBtn01.hide01MenuBtn {
    position: fixed;
    top: inherit;
    bottom: 12vw;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0, visibility 0;
  }
  #ct_bg .contents01 .menuBtn01.hide01MenuBtn.hide02MenuBtn {
    transition: opacity 0.3s, visibility 0s 0.3s;
  }
  #ct_bg .contents01 .menuBtn01.hide01MenuBtn.hide02MenuBtn.active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s, visibility 0s;
  }
}
#ct_bg .contents01 .menuBtn01 img {
  width: 80px;
}
@media screen and (max-width: 639px) {
  #ct_bg .contents01 .menuBtn01 img {
    width: 20vw;
  }
}
#ct_bg .contents01 .menuArea {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../images/bg02.jpg") no-repeat 0 0/cover;
  z-index: 11006;
  overflow-y: auto;
}
#ct_bg .contents01 .menuArea > .inner01 {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 640px) {
  #ct_bg .contents01 .menuArea > .inner01 {
    position: relative;
    top: 55%;
    transform: translateY(-76%);
  }
}
@media (max-height: 910px) {
  #ct_bg .contents01 .menuArea > .inner01 {
    top: 5vh;
    transform: translateY(0);
  }
}
@media screen and (max-width: 639px) {
  #ct_bg .contents01 .menuArea > .inner01 {
    top: inherit;
    padding: 5vw;
  }
}
#ct_bg .contents01 .menuArea > .inner01 > .frame01 {
  background: rgb(255, 255, 255);
  border: 2px solid #fff;
  border-radius: 40px;
  position: relative;
}
#ct_bg .contents01 .menuArea > .inner01 > .frame01 .closeBtn {
  position: absolute;
  top: -20px;
  right: -16px;
  width: 80px;
  filter: drop-shadow(0 4px 10px rgba(74, 31, 165, 0.2));
  transform: translateZ(0);
  z-index: 1;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  transition: opacity 0.3s;
}
@media screen and (max-width: 639px) {
  #ct_bg .contents01 .menuArea > .inner01 > .frame01 .closeBtn {
    right: -11px;
    top: 114px;
    width: 20vw;
  }
}
@media screen and (min-width: 640px) {
  #ct_bg .contents01 .menuArea > .inner01 > .frame01 .closeBtn:hover {
    opacity: 0.6;
  }
}
#ct_bg .contents01 .menuArea > .inner01 > .frame01.anayuki {
  margin-top: 20px;
}
@media screen and (min-width: 640px) {
  #ct_bg .contents01 .menuArea > .inner01 > .frame01.anayuki {
    display: none;
  }
}
#ct_bg .contents01 .menuArea > .inner01 > .frame01.anayuki .closeBtn {
  display: none;
}
#ct_bg .contents01 .menuArea > .inner01 > .frame01 .logo01 {
  text-align: center;
  padding: 10px 0;
  background: url(../images/bg04.jpg);
  border-radius: 40px 40px 0 0;
}
@media screen and (max-width: 639px) {
  #ct_bg .contents01 .menuArea > .inner01 > .frame01 .logo01 {
    padding-top: 3.5vw;
    padding-bottom: 3.5vw;
    background-size: 600px;
    background-position: right bottom;
  }
}
@media screen and (max-width: 375px) {
  #ct_bg .contents01 .menuArea > .inner01 > .frame01 .logo01 {
    margin-bottom: 5.075vw;
  }
}
#ct_bg .contents01 .menuArea > .inner01 > .frame01 .logo01 a {
  display: block;
  width: 100%;
  transition: 0.3s;
}
#ct_bg .contents01 .menuArea > .inner01 > .frame01 .logo01 a:hover {
  opacity: 0.6;
  transition: 0.3s;
}
@media screen and (max-width: 639px) {
  #ct_bg .contents01 .menuArea > .inner01 > .frame01 .logo01 a:hover {
    opacity: 1;
  }
}
#ct_bg .contents01 .menuArea > .inner01 > .frame01 .logo01 img {
  width: auto;
  height: 80px;
}
@media screen and (max-width: 375px) {
  #ct_bg .contents01 .menuArea > .inner01 > .frame01 .logo01 img {
    height: 56px;
  }
}
#ct_bg .contents01 .menuArea > .inner01 > .frame01.anayuki .logo01 {
  text-align: center;
  padding: 10px 0;
  background: url("../images/bg11.jpg");
  border-radius: 40px 40px 0 0;
}
@media screen and (max-width: 639px) {
  #ct_bg .contents01 .menuArea > .inner01 > .frame01.anayuki .logo01 {
    padding-top: 2.5vw;
    padding-bottom: 3.5vw;
    background-size: 600px;
    background-position: right bottom;
  }
}
@media screen and (max-width: 375px) {
  #ct_bg .contents01 .menuArea > .inner01 > .frame01.anayuki .logo01 {
    margin-bottom: 5.075vw;
  }
}
#ct_bg .contents01 .menuArea > .inner01 > .frame01.anayuki .logo01 img {
  width: auto;
  height: 80px;
}
@media screen and (max-width: 375px) {
  #ct_bg .contents01 .menuArea > .inner01 > .frame01.anayuki .logo01 img {
    height: 56px;
  }
}
#ct_bg .contents01 .menuArea > .inner01 > .frame01.anayuki .localNav02 {
  padding: 19px 40px 20px;
}
#ct_bg .contents01 .menuArea > .inner01 > .frame01 .localNav02 {
  padding: 19px 40px 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 639px) {
  #ct_bg .contents01 .menuArea > .inner01 > .frame01 .localNav02 {
    padding: 5vw 7.5vw 9.25vw;
  }
}
@media screen and (min-width: 640px) {
  #ct_bg .contents01 .menuArea > .inner01 > .frame01 .localNav02 > li {
    margin-right: 40px;
  }
  #ct_bg .contents01 .menuArea > .inner01 > .frame01 .localNav02 > li:nth-child(n+2) {
    margin-top: 20px;
  }
  #ct_bg .contents01 .menuArea > .inner01 > .frame01 .localNav02 > li.type01 {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1070px) {
  #ct_bg .contents01 .menuArea > .inner01 > .frame01 .localNav02 > li.type01 {
    width: auto;
  }
}
@media screen and (max-width: 639px) {
  #ct_bg .contents01 .menuArea > .inner01 > .frame01 .localNav02 > li:nth-child(2n+1), #ct_bg .contents01 .menuArea > .inner01 > .frame01 .localNav02 > li:nth-child(2n+2) {
    width: 100%;
  }
  #ct_bg .contents01 .menuArea > .inner01 > .frame01 .localNav02 > li:nth-child(n+2) {
    margin-top: 4.5vw;
  }
}
@media screen and (max-width: 375px) {
  #ct_bg .contents01 .menuArea > .inner01 > .frame01 .localNav02 > li:nth-child(n+2) {
    margin-top: 2.25vw;
  }
}
#ct_bg .contents01 .menuArea > .inner01 > .frame01 .localNav02 > li > ul {
  margin-top: 4px;
}
@media screen and (min-width: 640px) {
  #ct_bg .contents01 .menuArea > .inner01 > .frame01 .localNav02 > li > ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: 48px;
  }
}
@media screen and (max-width: 639px) {
  #ct_bg .contents01 .menuArea > .inner01 > .frame01 .localNav02 > li > ul {
    margin-top: 1.5vw;
  }
}
@media screen and (min-width: 640px) {
  #ct_bg .contents01 .menuArea > .inner01 > .frame01 .localNav02 > li > ul > li:nth-child(n+2) {
    margin-top: 0;
    margin-left: 10px;
  }
  #ct_bg .contents01 .menuArea > .inner01 > .frame01 .localNav02 > li > ul > li a img {
    width: auto;
    height: 86px;
  }
}
@media screen and (max-width: 1070px) {
  #ct_bg .contents01 .menuArea > .inner01 > .frame01 .localNav02 > li > ul > li:nth-child(1) {
    width: 25.8974358974vw;
  }
  #ct_bg .contents01 .menuArea > .inner01 > .frame01 .localNav02 > li > ul > li:nth-child(2) {
    width: 28.3760683761vw;
  }
  #ct_bg .contents01 .menuArea > .inner01 > .frame01 .localNav02 > li > ul > li:nth-child(3) {
    width: 15.9829059829vw;
  }
  #ct_bg .contents01 .menuArea > .inner01 > .frame01 .localNav02 > li > ul > li:nth-child(1) a img, #ct_bg .contents01 .menuArea > .inner01 > .frame01 .localNav02 > li > ul > li:nth-child(2) a img, #ct_bg .contents01 .menuArea > .inner01 > .frame01 .localNav02 > li > ul > li:nth-child(3) a img {
    height: auto;
  }
}
@media screen and (max-width: 639px) {
  #ct_bg .contents01 .menuArea > .inner01 > .frame01 .localNav02 > li > ul > li:nth-child(n+2) {
    margin-top: 2.5vw;
  }
  #ct_bg .contents01 .menuArea > .inner01 > .frame01 .localNav02 > li > ul > li:nth-child(1), #ct_bg .contents01 .menuArea > .inner01 > .frame01 .localNav02 > li > ul > li:nth-child(2), #ct_bg .contents01 .menuArea > .inner01 > .frame01 .localNav02 > li > ul > li:nth-child(3) {
    width: auto;
  }
  #ct_bg .contents01 .menuArea > .inner01 > .frame01 .localNav02 > li > ul > li:nth-child(1) a img, #ct_bg .contents01 .menuArea > .inner01 > .frame01 .localNav02 > li > ul > li:nth-child(2) a img, #ct_bg .contents01 .menuArea > .inner01 > .frame01 .localNav02 > li > ul > li:nth-child(3) a img {
    height: 16.5vw;
    width: auto;
  }
}
@media screen and (max-width: 375px) {
  #ct_bg .contents01 .menuArea > .inner01 > .frame01 .localNav02 > li > ul > li:nth-child(1) a img, #ct_bg .contents01 .menuArea > .inner01 > .frame01 .localNav02 > li > ul > li:nth-child(2) a img, #ct_bg .contents01 .menuArea > .inner01 > .frame01 .localNav02 > li > ul > li:nth-child(3) a img {
    height: 11.2vw;
  }
}
#ct_bg .contents01 .menuArea > .inner01 > .frame01 .localNav02 > li a {
  display: inline-block;
  transition: opacity 0.3s;
}
@media screen and (min-width: 640px) {
  #ct_bg .contents01 .menuArea > .inner01 > .frame01 .localNav02 > li a:hover {
    opacity: 0.6;
  }
}
#ct_bg .contents01 .menuArea > .inner01 > .frame01 .localNav02 > li a img {
  width: auto;
  height: 53px;
}
@media screen and (max-width: 639px) {
  #ct_bg .contents01 .menuArea > .inner01 > .frame01 .localNav02 > li a img {
    height: 43.5px;
  }
}
@media screen and (max-width: 375px) {
  #ct_bg .contents01 .menuArea > .inner01 > .frame01 .localNav02 > li a img {
    height: 30.45px;
  }
}
#ct_bg .contents01 .menuArea > .inner01 .localNav07 {
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 40px;
}
@media screen and (max-width: 639px) {
  #ct_bg .contents01 .menuArea > .inner01 .localNav07 {
    display: none;
  }
}
#ct_bg .contents01 .menuArea > .inner01 .localNav07 > li > a {
  display: block;
  width: 100%;
  transition: 0.3s;
}
#ct_bg .contents01 .menuArea > .inner01 .localNav07 > li > a:hover {
  opacity: 0.6;
  transition: 0.3s;
}
@media screen and (max-width: 639px) {
  #ct_bg .contents01 .menuArea > .inner01 .localNav07 > li > a:hover {
    opacity: 1;
  }
}
#ct_bg .contents01 .menuArea > .inner01 .localNav07 > li:nth-child(1) {
  width: 17.75%;
  max-height: 126px;
  padding: 16px 13px 26px 17px;
  background: url("../images/bg11.jpg") no-repeat;
  background-size: 500px;
  background-position: center;
  border-radius: 40px 0 0 40px;
}
#ct_bg .contents01 .menuArea > .inner01 .localNav07 > li:nth-child(2) {
  width: calc(82.25% - 40px);
  margin-left: 40px;
}
#ct_bg .contents01 .menuArea > .img01 {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-height: 36.51vh;
}
@media (max-height: 850px) {
  #ct_bg .contents01 .menuArea > .img01 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  #ct_bg .contents01 .menuArea > .img01 {
    max-width: 100vw;
  }
}
@media screen and (max-width: 639px) {
  #ct_bg .contents01 .menuArea > .img01 {
    display: none;
  }
}
#ct_bg .contents01 .menuArea > .img01 img {
  max-width: inherit;
  height: 100%;
  width: auto;
}
@media screen and (max-width: 639px) {
  #ct_bg .contents01 .menuArea > .img01 img {
    width: 100%;
    height: auto;
  }
}
#ct_bg .contents01 .kira {
  position: relative;
  overflow: hidden;
}
#ct_bg .contents01 .kira::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
  transition: 0.5s;
  filter: blur(10px);
}
@media screen and (min-width: 640px) {
  #ct_bg .contents01 .kira:hover::before {
    left: 100%;
  }
}
#ct_bg .contents01 .noteList01 li {
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 500;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 1.4rem;
  line-height: 1.6;
}
#ct_bg .contents01 .mainContens01 {
  overflow: hidden;
}
#ct_bg .contents01 .localNav01 {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.5);
  padding: 6px 49px 9px 49px;
  position: relative;
}
@media screen and (max-width: 1230px) {
  #ct_bg .contents01 .localNav01 {
    padding: 0.487804878vw 3.9837398374vw 0.6504065041vw;
  }
}
@media screen and (max-width: 639px) {
  #ct_bg .contents01 .localNav01 {
    display: none;
  }
}
#ct_bg .contents01 .localNav01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 60px;
  border: 1px solid transparent;
  transition: transform 0.3s linear, border-width 0.3s linear, border-radius 0.3s linear, filter 0.6s linear;
  background-image: linear-gradient(90deg, rgb(234, 96, 158) 0%, rgb(253, 210, 62) 25%, rgb(50, 182, 160) 50%, rgb(46, 167, 224) 75%, rgb(166, 106, 170) 100%);
  background-origin: border-box;
  background-clip: border-box;
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-clip: padding-box, border-box;
  mask-composite: exclude;
}
#ct_bg .contents01 .localNav01 li {
  position: relative;
}
#ct_bg .contents01 .localNav01 li img {
  width: 100%;
}
#ct_bg .contents01 .localNav01 li:nth-child(1) {
  width: 8.6802480071%;
}
#ct_bg .contents01 .localNav01 li:nth-child(2) {
  width: 9.7431355182%;
}
#ct_bg .contents01 .localNav01 li:nth-child(3) {
  width: 13.0203720106%;
}
#ct_bg .contents01 .localNav01 li:nth-child(4) {
  width: 13.7289636847%;
}
#ct_bg .contents01 .localNav01 li:nth-child(5) {
  width: 11.780336581%;
}
#ct_bg .contents01 .localNav01 li:nth-child(6) {
  width: 15.6775907883%;
}
#ct_bg .contents01 .localNav01 li:nth-child(7) {
  width: 11.780336581%;
}
#ct_bg .contents01 .localNav01 li a {
  display: block;
  transition: opacity 0.3s;
}
@media screen and (min-width: 640px) {
  #ct_bg .contents01 .localNav01 li a:hover {
    opacity: 0.6;
  }
}
#ct_bg .contents01 .introArea02 {
  margin: 0 auto;
  position: relative;
}
#ct_bg .contents01 .introArea02::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 100%;
  height: 22px;
  background: url("../images/bg03.png") repeat-x 0 0/auto 22px;
  z-index: 10;
}
@media screen and (max-width: 639px) {
  #ct_bg .contents01 .introArea02::after {
    bottom: -2vw;
    height: 4vw;
    background-size: auto 4vw;
  }
}
#ct_bg .contents01 .introArea02 .img01 {
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 1s 0.3s, transform 1s 0.3s;
  z-index: 10;
}
#ct_bg .contents01 .introArea02 .logo02 {
  opacity: 0;
  transition: opacity 1.5s 1s;
  z-index: 10;
}
#ct_bg .contents01 .introArea02.active .img01,
#ct_bg .contents01 .introArea02.active .logo02 {
  opacity: 1;
  transform: translateY(0);
}
#ct_bg .contents01 .introArea02 > .bglayer01 {
  position: relative;
  z-index: 10;
}
#ct_bg .contents01 .introArea02 > .bglayer01 > .inner01 {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 15px 29px;
}
@media screen and (max-width: 1230px) {
  #ct_bg .contents01 .introArea02 > .bglayer01 > .inner01 {
    padding-bottom: 2.3577235772vw;
  }
}
@media screen and (max-width: 639px) {
  #ct_bg .contents01 .introArea02 > .bglayer01 > .inner01 {
    padding: 0 0 2px;
  }
}
@media screen and (max-width: 639px) {
  #ct_bg .contents01 .introArea02 > .bglayer01 > .inner01 .spWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 0 2.5vw;
    margin: 10px 0 13px;
  }
}
#ct_bg .contents01 .introArea02 > .bglayer01 > .inner01 .spWrap .headTitleArea01 {
  position: relative;
  z-index: 10;
  text-align: center;
}
@media screen and (min-width: 640px) {
  #ct_bg .contents01 .introArea02 > .bglayer01 > .inner01 .spWrap .headTitleArea01 {
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 639px) {
  #ct_bg .contents01 .introArea02 > .bglayer01 > .inner01 .spWrap .headTitleArea01 {
    text-align: center;
    width: 40.75vw;
    order: 2;
  }
}
#ct_bg .contents01 .introArea02 > .bglayer01 > .inner01 .spWrap .headTitleArea01 > .inner01 > .title {
  font-size: 1.4rem;
  color: #4A1FA5;
}
@media screen and (min-width: 640px) {
  #ct_bg .contents01 .introArea02 > .bglayer01 > .inner01 .spWrap .headTitleArea01 > .inner01 > .title {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 639px) {
  #ct_bg .contents01 .introArea02 > .bglayer01 > .inner01 .spWrap .headTitleArea01 > .inner01 > .title {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
#ct_bg .contents01 .introArea02 > .bglayer01 > .inner01 .spWrap .headTitleArea01 > .inner01 > .title span {
  font-weight: bold;
  margin-right: 1em;
}
@media screen and (max-width: 639px) {
  #ct_bg .contents01 .introArea02 > .bglayer01 > .inner01 .spWrap .headTitleArea01 > .inner01 > .title span {
    margin-right: 0;
  }
}
#ct_bg .contents01 .introArea02 > .bglayer01 > .inner01 .spWrap .logo01 {
  position: relative;
  z-index: 10;
  width: 149px;
  padding: 3vw;
  background: url(../images/bg04.jpg) no-repeat;
  background-size: 200px;
  border-radius: 5px;
}
@media screen and (max-width: 1230px) {
  #ct_bg .contents01 .introArea02 > .bglayer01 > .inner01 .spWrap .logo01 {
    width: 12.1138211382vw;
  }
}
@media screen and (max-width: 639px) {
  #ct_bg .contents01 .introArea02 > .bglayer01 > .inner01 .spWrap .logo01 {
    width: 26.5vw;
  }
}
#ct_bg .contents01 .introArea02 > .bglayer01 > .inner01 .spWrap .logo01 a {
  display: block;
  transition: opacity 0.3s;
}
@media screen and (min-width: 640px) {
  #ct_bg .contents01 .introArea02 > .bglayer01 > .inner01 .spWrap .logo01 a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 639px) {
  #ct_bg .contents01 .introArea02 > .bglayer01 > .inner01 .spWrap > .inner02 {
    width: 26.5vw;
    order: 1;
    margin-right: 3.75vw;
  }
}
#ct_bg .contents01 .productsFrame01 {
  background: rgb(255, 255, 255);
  border-radius: 10px;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 639px) {
  #ct_bg .contents01 .productsFrame01 {
    margin-left: 2.5vw;
    margin-right: 2.5vw;
  }
}
#ct_bg .contents01 .productsFrame01 + .productsFrame01 {
  margin-top: 38px;
}
#ct_bg .contents01 .productsFrame01::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 4px;
  width: calc(100% - 8px);
  height: 22px;
  background: url("../images/bg03.png") repeat-x 0 0/auto 22px;
  z-index: 10;
}
@media screen and (max-width: 639px) {
  #ct_bg .contents01 .productsFrame01::before {
    top: -2.75vw;
    height: 5.5vw;
    background-size: auto 5.5vw;
  }
}
#ct_bg .contents01 .productsFrame01::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 4px;
  width: calc(100% - 8px);
  height: 22px;
  background: url("../images/bg03.png") repeat-x 0 0/auto 22px;
  z-index: 10;
}
@media screen and (max-width: 639px) {
  #ct_bg .contents01 .productsFrame01::after {
    bottom: -2.75vw;
    height: 5.5vw;
    background-size: auto 5.5vw;
  }
}
#ct_bg .contents01 .productsFrame01 .new {
  position: absolute;
  top: -12px;
  right: -5px;
  z-index: 10;
}
#ct_bg .contents01 .productsFrame01 .new span {
  display: block;
  width: 72px;
  height: 72.5px;
  background: url(../../images/ic_index01.png) no-repeat 0 0/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#ct_bg .contents01 .productsFrame01 > .inner01 {
  padding: 31px 30px 40px;
}
@media screen and (max-width: 639px) {
  #ct_bg .contents01 .productsFrame01 > .inner01 {
    padding: 7.75vw 3.75vw 10vw;
  }
}
#ct_bg .contents01 .productsFrame01 > .inner01 .hdg01 {
  padding-left: 50px;
  background: url("../images/ic01.svg") no-repeat 0 0;
  color: #E10A7B;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 800;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 2.4rem;
  line-height: 1.6;
  padding-bottom: 13px;
  border-bottom: 2px solid #E10A7B;
  margin-bottom: 31px;
}
@media screen and (max-width: 639px) {
  #ct_bg .contents01 .productsFrame01 > .inner01 .hdg01 {
    font-size: 2rem;
  }
}
#ct_bg .contents01 .productsFrame01 > .inner01 > .itemImg01 {
  max-width: 800px;
  margin: 0 auto 30px;
}
#ct_bg .contents01 .productsFrame01 > .inner01 > .inner02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
#ct_bg .contents01 .productsFrame01 > .inner01 > .inner02 .imgWrap {
  width: 52.1276595745%;
}
@media screen and (max-width: 834px) {
  #ct_bg .contents01 .productsFrame01 > .inner01 > .inner02 .imgWrap {
    width: 100%;
  }
}
#ct_bg .contents01 .productsFrame01 > .inner01 > .inner02 .imgWrap a[data-fancybox] {
  display: block;
  position: relative;
  transition: opacity 0.3s;
}
#ct_bg .contents01 .productsFrame01 > .inner01 > .inner02 .imgWrap a[data-fancybox]::after {
  content: "";
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 15px;
  height: 15px;
  background: url("../images/ic05.svg") no-repeat 0 0;
}
@media screen and (min-width: 640px) {
  #ct_bg .contents01 .productsFrame01 > .inner01 > .inner02 .imgWrap a[data-fancybox]:hover {
    opacity: 0.7;
  }
}
#ct_bg .contents01 .productsFrame01 > .inner01 > .inner02 .imgWrap .imgList01 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
#ct_bg .contents01 .productsFrame01 > .inner01 > .inner02 .imgWrap .imgList01 + .noteList01 {
  margin-top: 10px;
}
#ct_bg .contents01 .productsFrame01 > .inner01 > .inner02 .imgWrap .imgList01 li {
  width: 18.3673469388%;
  margin-right: 2.0408163265%;
  border: 1px solid #DCDCDC;
}
@media screen and (min-width: 640px) {
  #ct_bg .contents01 .productsFrame01 > .inner01 > .inner02 .imgWrap .imgList01 li:nth-child(5n+5) {
    margin-right: 0;
  }
  #ct_bg .contents01 .productsFrame01 > .inner01 > .inner02 .imgWrap .imgList01 li:nth-child(n+6) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 639px) {
  #ct_bg .contents01 .productsFrame01 > .inner01 > .inner02 .imgWrap .imgList01 li {
    width: 23.7142857143%;
    margin-right: 1.7142857143%;
  }
  #ct_bg .contents01 .productsFrame01 > .inner01 > .inner02 .imgWrap .imgList01 li:nth-child(4n+4) {
    margin-right: 0;
  }
  #ct_bg .contents01 .productsFrame01 > .inner01 > .inner02 .imgWrap .imgList01 li:nth-child(n+5) {
    margin-top: 2.5vw;
  }
}
#ct_bg .contents01 .productsFrame01 > .inner01 > .inner02 .textWrap {
  width: 44.6808510638%;
}
@media screen and (max-width: 834px) {
  #ct_bg .contents01 .productsFrame01 > .inner01 > .inner02 .textWrap {
    width: 100%;
    margin-top: 30px;
  }
}
#ct_bg .contents01 .productsFrame01 > .inner01 > .inner02 .textWrap .tx01 {
  color: #fff;
  background: #E10A7B;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 900;
  font-style: normal;
  transform: rotate(0.03deg);
  display: inline-block;
  font-size: 1.4rem;
  padding: 0.15em 0.6em;
  margin-bottom: 0.65em;
}
#ct_bg .contents01 .productsFrame01 > .inner01 > .inner02 .textWrap .tx02 {
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 900;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 1.6rem;
  margin-bottom: 0.65em;
}
#ct_bg .contents01 .productsFrame01 > .inner01 > .inner02 .textWrap .tx03 {
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 500;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
#ct_bg .contents01 .productsFrame01 > .inner01 > .inner02 .textWrap .tx04 {
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 500;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 0.75em;
}
#ct_bg .contents01 .productsFrame01 > .inner01 > .inner02 .textWrap .btn01 + .btn02 {
  margin-top: 20px;
}
#ct_bg .contents01 .productsFrame01 > .inner01 > .inner02 .textWrap .noteList01 {
  margin-bottom: 12px;
}
#ct_bg .contents01 .productsFrame01 > .inner01 > .inner02 .textWrap .noteList02 {
  margin-bottom: 12px;
}
#ct_bg .contents01 .productsFrame01 > .inner01 > .inner02 .textWrap .noteList02 > li {
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 500;
  font-style: normal;
  transform: rotate(0.03deg);
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 0.5em;
  padding-left: 1em;
  position: relative;
}
#ct_bg .contents01 .productsFrame01 > .inner01 > .inner02 .textWrap .noteList02 > li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  display: block;
  width: 11px;
  height: 11px;
  background-image: url("../images/list_ic01.svg");
  background-size: 11px;
}
#ct_bg .contents01 .productsFrame01 > .inner01 > .inner03 {
  width: 85.1063829787%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 639px) {
  #ct_bg .contents01 .productsFrame01 > .inner01 > .inner03 {
    width: 100%;
  }
}
#ct_bg .contents01 .productsNav02 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  max-width: 1000px;
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 639px) {
  #ct_bg .contents01 .productsNav02 {
    margin: 0 3.75vw;
  }
}
#ct_bg .contents01 .productsNav02 li {
  width: 33.2%;
}
@media screen and (max-width: 639px) {
  #ct_bg .contents01 .productsNav02 li {
    width: 33.2432432432%;
  }
  #ct_bg .contents01 .productsNav02 li + li {
    margin-top: 2px;
  }
}
#ct_bg .contents01 .productsNav02 li a {
  display: block;
  transition: transform 0.3s;
  transform-origin: center;
  position: relative;
}
#ct_bg .contents01 .productsNav02 li a .star01,
#ct_bg .contents01 .productsNav02 li a .star02,
#ct_bg .contents01 .productsNav02 li a .star03,
#ct_bg .contents01 .productsNav02 li a .star04,
#ct_bg .contents01 .productsNav02 li a .star05,
#ct_bg .contents01 .productsNav02 li a .star06 {
  position: absolute;
  background: url("../../common/images/star04.svg") no-repeat center center/contain;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  animation-name: none;
}
#ct_bg .contents01 .productsNav02 li a .star01 {
  top: -15px;
  left: -45px;
  width: 183px;
  height: 183px;
  animation-delay: 0.1s;
}
@media screen and (max-width: 1082px) {
  #ct_bg .contents01 .productsNav02 li a .star01 {
    top: -1.3863216266vw;
    left: -4.1589648799vw;
    width: 16.9131238447vw;
  }
}
#ct_bg .contents01 .productsNav02 li a .star02 {
  top: -25px;
  left: 105px;
  width: 122px;
  height: 122px;
  animation-delay: 0.6s;
}
@media screen and (max-width: 1082px) {
  #ct_bg .contents01 .productsNav02 li a .star02 {
    top: -2.3105360444vw;
    left: 9.7042513863vw;
    width: 11.2754158965vw;
  }
}
#ct_bg .contents01 .productsNav02 li a .star03 {
  top: 15px;
  left: 215px;
  width: 146.4px;
  height: 146.4px;
  animation-delay: 0.3s;
}
@media screen and (max-width: 1082px) {
  #ct_bg .contents01 .productsNav02 li a .star03 {
    top: 1.3863216266vw;
    left: 19.8706099815vw;
    width: 13.5304990758vw;
  }
}
#ct_bg .contents01 .productsNav02 li a .star04 {
  bottom: -35px;
  left: -25px;
  width: 183px;
  height: 183px;
  animation-delay: 0.6s;
}
@media screen and (max-width: 1082px) {
  #ct_bg .contents01 .productsNav02 li a .star04 {
    bottom: -3.2347504621vw;
    left: -2.3105360444vw;
    width: 16.9131238447vw;
  }
}
#ct_bg .contents01 .productsNav02 li a .star05 {
  bottom: -15px;
  left: 105px;
  width: 122px;
  height: 122px;
  animation-delay: 1.3s;
}
@media screen and (max-width: 1082px) {
  #ct_bg .contents01 .productsNav02 li a .star05 {
    bottom: -1.3863216266vw;
    left: 9.7042513863vw;
    width: 11.2754158965vw;
  }
}
#ct_bg .contents01 .productsNav02 li a .star06 {
  bottom: 0;
  left: 185px;
  width: 146.4px;
  height: 146.4px;
  animation-delay: 1s;
}
@media screen and (max-width: 1082px) {
  #ct_bg .contents01 .productsNav02 li a .star06 {
    bottom: 0vw;
    left: 17.0979667283vw;
    width: 13.5304990758vw;
  }
}
@media screen and (min-width: 640px) {
  #ct_bg .contents01 .productsNav02 li a:hover {
    transform: translateY(-10px);
  }
  #ct_bg .contents01 .productsNav02 li a:hover::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: calc(100% + 10px);
    z-index: -1;
  }
  #ct_bg .contents01 .productsNav02 li a:hover .star01,
  #ct_bg .contents01 .productsNav02 li a:hover .star02,
  #ct_bg .contents01 .productsNav02 li a:hover .star03,
  #ct_bg .contents01 .productsNav02 li a:hover .star04,
  #ct_bg .contents01 .productsNav02 li a:hover .star05,
  #ct_bg .contents01 .productsNav02 li a:hover .star06 {
    animation-name: glitter;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-play-state: running;
  }
}
#ct_bg .center {
  text-align: center;
}
#ct_bg .localNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  gap: 8px;
}
#ct_bg .localNav > li a {
  display: block;
  background-color: #dc3570;
  border-radius: 40px;
  width: 184px;
  text-align: center;
  transition: background-color 0.3s;
}
#ct_bg .localNav > li a:hover {
  background-color: #ff639a;
}
#ct_bg .copyArea01 {
  position: relative;
  z-index: 10;
  padding-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 639px) {
  #ct_bg .copyArea01 {
    margin-left: 10px;
    margin-right: 10px;
  }
}
#ct_bg .copyArea01 > .text01 {
  margin: 0 auto;
  max-width: 960px;
  font-size: 68.8%;
}
@media screen and (max-width: 639px) {
  #ct_bg .copyArea01 > .text01 {
    width: 100%;
    font-size: 73.3%;
    font-family: Verdana, Geneva, sans-serif;
  }
}

.localNav02Wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .localNav02Wrap {
    display: none;
    overflow: hidden;
    opacity: 0;
  }
}
.localNav02Wrap .localNav04 {
  width: 72.76%;
  max-height: 73px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  border-radius: 60px;
}
.localNav02Wrap .localNav04 > li > a {
  transition: 0.3s;
}
.localNav02Wrap .localNav04 > li > a:hover {
  opacity: 0.6;
  transition: 0.3s;
}
@media screen and (max-width: 639px) {
  .localNav02Wrap .localNav04 > li > a:hover {
    opacity: 1;
  }
}
.localNav02Wrap .localNav04 > li:nth-child(1) {
  width: 11.87%;
  max-height: 71px;
  padding: 1.83% 1.48% 1.83% 2.28%;
  background: url("../images/bg04.jpg") no-repeat;
  background-size: 200px;
  background-position: left;
  border-radius: 60px 0 0 60px;
}
.localNav02Wrap .localNav04 > li:nth-child(2) {
  width: 16.8%;
  margin-left: 3.37%;
}
.localNav02Wrap .localNav04 > li:nth-child(3) {
  width: 17.8%;
  margin-left: 3.37%;
}
.localNav02Wrap .localNav04 > li:nth-child(4) {
  width: 15.18%;
  margin-left: 3.37%;
}
.localNav02Wrap .localNav04 > li:nth-child(5) {
  width: 20.6%;
  margin-left: 3.37%;
}
.localNav02Wrap .localNav05 {
  width: 25.5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  border-radius: 60px;
}
.localNav02Wrap .localNav05 > li > a {
  transition: 0.3s;
}
.localNav02Wrap .localNav05 > li > a:hover {
  opacity: 0.6;
  transition: 0.3s;
}
@media screen and (max-width: 639px) {
  .localNav02Wrap .localNav05 > li > a:hover {
    opacity: 1;
  }
}
.localNav02Wrap .localNav05 > li:nth-child(1) {
  width: 33.99%;
  max-height: 71px;
  padding: 3.23% 1.25% 8.5% 1.56%;
  background: url("../images/bg11.jpg") no-repeat;
  background-size: 500px;
  background-position: center;
  border-radius: 60px 0 0 60px;
}
.localNav02Wrap .localNav05 > li:nth-child(2) {
  width: 43.46%;
  margin-left: 9.48%;
}

/* キラキラが発生するアニメーション */
@keyframes glitter {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  30% {
    transform: scale(1);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes glitter2 {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    transform: scale(1);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes star {
  0% {
    transform: translateY(0) rotate(-5deg);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateY(50px) rotate(5deg);
    opacity: 0;
  }
}
.star0 {
  position: fixed;
  top: -15px;
  left: -15px;
  width: 39px;
  height: 49px;
  background: url("../images/star01.svg") no-repeat center center/contain;
  z-index: 9999;
  animation: star 1s ease-out 0s forwards;
  pointer-events: none;
}

.star1 {
  position: fixed;
  top: -15px;
  left: -15px;
  width: 39px;
  height: 54px;
  background: url("../images/star02.svg") no-repeat center center/contain;
  z-index: 9999;
  animation: star 1s ease-out 0s forwards;
  pointer-events: none;
}

.js-glitter-auto {
  position: relative;
}

.star2 {
  position: absolute;
  display: block;
  width: 122px;
  height: 122px;
  background: url("../images/star04.svg") no-repeat center center/contain;
  animation: glitter 3s forwards;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 639px) {
  .star2 {
    width: 30.5vw;
    height: 30.5vw;
  }
}

.btnStar1 {
  position: absolute;
  display: block;
  width: 23.4px;
  height: 35.1px;
  background: url("../images/star07.svg") no-repeat center center/contain;
  animation: glitter 2s;
  pointer-events: none;
  z-index: 2;
}

.btnStar2 {
  position: absolute;
  display: block;
  width: 24.7px;
  height: 40.3px;
  background: url("../images/star08.svg") no-repeat center center/contain;
  animation: glitter 2s;
  pointer-events: none;
  z-index: 2;
}

.fixStar01,
.fixStar02 {
  position: fixed;
  top: 10vh;
  left: 50%;
  margin-left: -1vw;
  width: 150px;
  height: 151px;
  background: url("../images/star09.svg") no-repeat center center/contain;
  animation: glitter 3s infinite;
  pointer-events: none;
  z-index: 3;
}
@media screen and (max-width: 639px) {
  .fixStar01,
  .fixStar02 {
    width: 28.125vw;
    height: 28.3125vw;
  }
}

.fixStar03,
.fixStar04 {
  position: fixed;
  top: 50vh;
  left: 50%;
  margin-left: 11vw;
  width: 150px;
  height: 155px;
  background: url("../images/star10.svg") no-repeat center center/contain;
  animation: glitter 3s infinite;
  pointer-events: none;
  z-index: 3;
}
@media screen and (max-width: 639px) {
  .fixStar03,
  .fixStar04 {
    width: 28.125vw;
    height: 29.0625vw;
  }
}

.fixStar02 {
  width: 112.5px;
  height: 113.25px;
}
@media screen and (max-width: 639px) {
  .fixStar02 {
    width: 18.75vw;
    height: 18.875vw;
  }
}

.fixStar04 {
  width: 112.5px;
  height: 116.25px;
}
@media screen and (max-width: 639px) {
  .fixStar04 {
    width: 18.75vw;
    height: 19.375vw;
  }
}

.fixCircle01,
.fixCircle02 {
  position: fixed;
  top: 205px;
  left: 50%;
  margin-left: -700px;
  margin-left: 1vw;
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  filter: blur(6px);
  animation: glitter2 3s infinite;
  pointer-events: none;
  z-index: 3;
}
@media screen and (max-width: 639px) {
  .fixCircle01,
  .fixCircle02 {
    width: 13.125vw;
    height: 13.125vw;
  }
}

.fixCircle02 {
  width: 52.5px;
  height: 52.5px;
}
@media screen and (max-width: 639px) {
  .fixCircle02 {
    width: 8.75vw;
    height: 8.75vw;
  }
}

@media screen and (min-width: 640px) {
  #ct_bg .over img {
    transition: 0.3s;
  }
  #ct_bg .over:hover img {
    opacity: 0.6;
  }
}
.fancybox-bg {
  background: #E10A7B;
  opacity: 0.8;
}

/* Clearfix */
#ct_bg .hgroup01:after, #ct_bg .cf:after {
  content: " ";
  display: block;
  clear: both;
}/*# sourceMappingURL=common.css.map */