@charset "UTF-8";

.waveMask {
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
}

.svg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.deco-image {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  mix-blend-mode: multiply;
  will-change: transform;
}
.__menu-open .deco-image {
  opacity: 0 !important;
}

.deco-image_wrap {
  width: 100%;
  height: calc(100% + 10rem);
  position: absolute;
  top: -5rem;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}

.top-mainvisual {
  position: relative;
}
.top-mainvisual .mainvisual_inner {
  height: 100%;
}
.top-mainvisual .mainvisual_inner .mainvisual-img {
  width: 100%;
  height: 100%;
}
.top-mainvisual .mainvisual_inner .mainvisual-img img {
  border-radius: var(--radius01);
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  background-size: cover;
  background-position: center center;
}
.top-mainvisual .mainvisual_inner .mainvisual-heading > * {
  display: block;
}
.top-mainvisual .mainvisual_inner .mainvisual-heading .heading-main {
  font-size: 0.46rem;
  letter-spacing: 0.15em;
  line-height: 1.7;
}
.top-mainvisual .mainvisual_inner .mainvisual-heading .heading-sub {
  margin-top: 0.4rem;
  font-size: 0.27rem;
  letter-spacing: 0.05em;
}
.top-mainvisual .mainvisual-sns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  right: 0.4rem;
}
.top-mainvisual .mainvisual-sns a {
  margin: 0.2rem 0;
}
.top-mainvisual .mainvisual-sns a img {
  display: block;
  width: 0.28rem;
}
.top-mainvisual .mainvisual-bnr {
  display: flex;
  align-items: center;
  border-radius: var(--radius01) 0 0 var(--radius01);
  width: 3rem;
  height: 0.9rem;
  padding-left: 0.15rem;
  color: #fff;
  background-color: var(--basecolor-blue02);
  position: absolute;
  right: 0;
  z-index: 10;
  bottom: 0.4rem;
}
.top-mainvisual .mainvisual-bnr .bnr-img {
  width: 0.6rem;
}
.top-mainvisual .mainvisual-bnr > span {
  margin-left: 0.24rem;
  line-height: 1;
}
.top-mainvisual .mainvisual-bnr > span > * {
  display: block;
}
.top-mainvisual .mainvisual-bnr > span .en {
  font-size: 0.25rem;
  letter-spacing: 0.05em;
}
.top-mainvisual .mainvisual-bnr > span .ja {
  margin-top: 0.04rem;
  font-size: 0.14rem;
  letter-spacing: 0;
}
.top-mainvisual .bnr-arrow {
  margin-left: 0.2rem;
  width: 0.15rem;
  transition-property: transform;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.__campaign-top .top-mainvisual .bnr-arrow {
  transform: rotate(90deg);
}
.__campaign-now .top-mainvisual .bnr-arrow {
  transform: rotate(180deg);
}
.__campaign-bottom .top-mainvisual .bnr-arrow {
  transform: rotate(270deg);
}
.top-mainvisual .mainvisual-scroll {
  display: flex;
  align-items: center;
  padding: 0 0.4rem 0.92rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 0.12rem;
  line-height: 1;
  letter-spacing: 0.05em;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.top-mainvisual .mainvisual-scroll > i {
  margin: 0 auto;
  border-left: 1px solid var(--basecolor-gray01);
  width: 0;
  height: 0.8rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.top-mainvisual .mainvisual-scroll > i > i {
  margin: 0 auto;
  border-radius: 50%;
  width: 0.09rem;
  height: 0.09rem;
  background-color: var(--basecolor-pink01);
  position: absolute;
  top: 0;
  left: -100%;
  right: -100%;
  transition-property: transform;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.top-mainvisual .deco-image {
  mix-blend-mode: multiply;
}
.top-mainvisual .deco-image._image01 {
  width: 3.88rem;
  top: -12.8rem;
  left: -12.8rem;
  z-index: 1000;
}
.top-mainvisual .deco-image._image02 {
  width: 3.88rem;
  bottom: -6rem;
  right: -12.8rem;
  mix-blend-mode: multiply;
}

.top-concept {
  padding-top: 1rem;
  position: relative;
}
.top-concept .concept_wrap {
  margin-top: 0.8rem;
}
.top-concept .concept_wrap .concept-imgs > * {
  display: block;
  border-radius: var(--radius01);
}
.top-concept .concept_wrap .concept-imgs .img01 {
  margin-right: 0.72rem;
  width: 5.8rem;
}
.top-concept .concept_wrap .concept-imgs .img02 {
  margin-top: -0.32rem;
  margin-left: auto;
  width: 3.6rem;
}
.top-concept .concept-text {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.top-concept .text-heading {
  margin-top: -0.34em;
  font-size: 0.5rem;
  letter-spacing: 0.2em;
  line-height: 1.68;
}
.top-concept .text-heading + .text-description {
  margin-top: 0.4rem;
}
.top-concept .text-description + .text-description {
  margin-top: 2em;
}
.top-concept .deco-image {
  mix-blend-mode: multiply;
}
.top-concept .deco-image._image01 {
  width: 3.88rem;
  top: -1.4rem;
  left: -14.8rem;
}

.ururu {
  position: relative;
  padding-top: 2.2rem;
  padding-bottom: 2.5rem;
  overflow: hidden;
  width: 100%;
}
.ururu .ururu-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ururu .ururu-img svg {
  display: block;
  margin: 0 auto;
  transform-origin: center bottom;
  width: 9.2rem;
  height: auto;
}

#Support {
  margin-top: -1rem;
  position: relative;
}
#Support_ {
  padding-top: 1rem;
}
.top-support .support-catch {
  margin-top: 0.52rem;
}
.top-support .support-contents .content {
  position: relative;
}
.top-support .support-contents .content > .svg-image {
  top: -1px;
  height: 1.5rem;
  transform: rotate(180deg);
  z-index: 2;
}
.top-support .support-contents .content-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.top-support .support-contents .content-text_wrap {
  position: relative;
}
.top-support .support-contents .content-text .text-number {
  display: inline-block;
  position: relative;
  color: #aac9e9;
}
.top-support .support-contents .content-text .text-number b {
  transform: translateX(100%);
  opacity: 0;
  display: inline-block;
  position: relative;
}
.top-support .support-contents .content-text .text-number .line01 {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  font-weight: bold;
}
.top-support .support-contents .content-text .text-number .line02 {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.top-support .support-contents .content-text .text-number:after {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 10%;
  width: 200%;
  height: 100%;
  border-left: 2px solid #aac9e9;
  background-color: #fff;
  transform: skewX(-43deg) scaleY(0);
  transform-origin: left center;
}
.top-support .support-contents .content-text .text-number.active:after {
  transform: skewX(-43deg) scaleY(1);
  left: 100%;
  width: 150%;
  margin-left: -0.03rem;
  transition:
    transform 0.4s,
    left 0.5s ease-in-out 0.4s;
}
.top-support .support-contents .content-text .text-number.active b {
  transition:
    transform 1s ease-in-out 0.45s,
    opacity 1s ease-in-out 0.45s;
  transform: translateX(0%);
  opacity: 1;
}
.top-support .support-contents .content-text .text-heading {
  margin-top: 0.12rem;
  font-size: 0.32rem;
  letter-spacing: 0.1em;
  line-height: 1.56;
}
.top-support .support-contents .content-text .text {
  margin-top: 0.16rem;
  border-top: 1px solid var(--basecolor-blue01);
  padding-top: 0.2rem;
}
.top-support .support-contents .content-text .text ul {
  line-height: 1.5;
}
.top-support .support-contents .content-text .text ul li {
  padding-left: 0.16rem;
  position: relative;
}
.top-support .support-contents .content-text .text ul li + li {
  margin-top: 0.5em;
}
.top-support .support-contents .content-text .text ul li:before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  background-color: var(--basecolor-black01);
  position: absolute;
  top: calc(0.75em - 1px);
  left: 0.2em;
}
.top-support .support-contents .content-text .text-link {
  margin-top: 0.24rem;
  text-align: center;
}
.top-support .support-contents .content-text .text-link > a {
  width: 2.9rem;
}
.top-support .deco-image._image01 {
  width: 3.88rem;
  top: 1rem;
  bottom: auto;
  right: -13.4rem;
  mix-blend-mode: multiply;
}

.top-campaign {
  padding-top: 1rem;
  padding-bottom: 1.6rem;
  background-color: var(--basecolor-blue03);
  position: relative;
}
.top-campaign .svg-image {
  height: 1rem;
  top: calc(-1rem + 1px);
}
.top-campaign .campaign-contents_wrap {
  margin-top: 0.16rem;
  overflow: hidden;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.top-campaign .campaign-contents {
  padding: 0.4rem 0.7rem 0;
  background-color: #fff;
  position: relative;
}
.top-campaign .campaign-contents:before,
.top-campaign .campaign-contents:after {
  content: "";
  display: block;
  width: 1.28rem;
  height: 1.28rem;
  background-color: var(--basecolor-blue03);
  position: absolute;
  transform: rotate(45deg);
}
.top-campaign .campaign-contents:before {
  border-right: 2px solid #fff;
  top: -0.8rem;
  left: -0.8rem;
}
.top-campaign .campaign-contents:after {
  border-left: 2px solid #fff;
  bottom: -0.8rem;
  right: -0.8rem;
}
.top-campaign .campaign-contents .content-heading {
  line-height: 1;
  border-bottom: 2px solid #accceb;
  padding-bottom: 0.16rem;
}
.top-campaign .campaign-contents .content-heading .en {
  font-size: 0.48rem;
  color: #accceb;
  letter-spacing: 0.02em;
}
.top-campaign .campaign-contents .content-heading .ja {
  font-size: 0.32rem;
}
.top-campaign .campaign-contents .content-catch {
  margin-top: calc(0.4rem - 0.45em);
  font-size: 0.2rem;
  letter-spacing: 0;
  line-height: 1.9;
}
.top-campaign .campaign-contents .content-img {
  display: block;
  width: 2rem;
  position: absolute;
  right: 0.7rem;
}
.top-campaign .campaign-contents .contents-bottom {
  margin: 0.32rem -0.7rem 0;
  padding: 0.32rem 0.7rem 0.6rem;
  background-color: var(--basecolor-blue04);
}
.top-campaign .campaign-contents .bottom-heading {
  line-height: 1;
  font-size: 0.15rem;
}
.top-campaign .campaign-contents .bottom-heading > span {
  margin-left: -0.5em;
  font-size: 0.17rem;
}
.top-campaign .campaign-contents .bottom-list {
  margin-top: 0.16rem;
  font-size: 0.14rem;
  letter-spacing: -0.02em;
  line-height: 2;
}
.top-campaign .campaign-contents .bottom-list > li {
  display: flex;
}
.top-campaign .campaign-contents .bottom-list > li:before {
  content: "・";
  flex-shrink: 0;
}
.top-campaign .campaign-contents .bottom-annotation {
  margin-top: 0.08rem;
  font-size: 0.12rem;
  line-height: 1.7;
}
.top-campaign .campaign-contents .bottom-annotation > li {
  display: flex;
}
.top-campaign .campaign-contents .bottom-annotation > li > ._asterisk {
  flex-shrink: 0;
}
.top-campaign .campaign-contents .bottom-link {
  margin-top: 0.28rem;
  text-align: center;
}
.top-campaign .campaign-contents .bottom-link > a {
  width: 2.9rem;
}

.top-scene {
  padding-top: 1rem;
  padding-bottom: 1.2rem;
  position: relative;
}
.top-scene .svg-image {
  height: 1rem;
  top: calc(-1rem + 1px);
}
.top-scene .scene-catch {
  margin-top: 0.52rem;
}
.top-scene [data-slidearea01] {
  margin-top: 0.72rem;
}
.top-scene [data-slidearea01][data-slidearea01-slidelimit] .slidearea01_link.dammy {
  opacity: 0;
}
.top-scene [data-slidearea01].type01 {
  overflow: hidden;
}
.top-scene [data-slidearea01].type01 .slidearea01_wrap {
  margin: auto;
  position: relative;
}
.top-scene [data-slidearea01].type01 .slidearea01_btns {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 6rem;
}
.top-scene [data-slidearea01].type01 .slidearea01_btns button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.8rem;
  height: 0.8rem;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.top-scene [data-slidearea01].type01 .slidearea01_btns button:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.2s;
}
.top-scene [data-slidearea01].type01 .slidearea01_btns button:before {
  width: 100%;
  height: 100%;
  background-color: var(--basecolor-blue01);
  border-radius: 50%;
}
.top-scene [data-slidearea01].type01 .slidearea01_btns button.next {
  right: -0.4rem;
}
.top-scene [data-slidearea01].type01 .slidearea01_btns button.prev {
  left: -0.4rem;
}
.top-scene [data-slidearea01].type01 .slidearea01_btns button.prev > img {
  transform: rotate(180deg);
}
.top-scene [data-slidearea01].type01 .slidearea01_btns button.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.no-touchevents .top-scene [data-slidearea01].type01 .slidearea01_btns button:hover:before {
  background-color: var(--basecolor-blue02);
}
.top-scene [data-slidearea01].type01 .slidearea01_btns button > img {
  width: 0.18rem;
  position: relative;
}
.top-scene [data-slidearea01].type01 .slidearea01_wrapin.type01 {
  padding: 0;
}
.top-scene [data-slidearea01].type01 .slidearea01_wrapin.type01 .slidearea01_link div {
  margin: 0;
}
.top-scene [data-slidearea01].type01 .slidearea01_content {
  position: relative;
  display: table;
}
.top-scene [data-slidearea01].type01 .slidearea01_content.disableTrs {
  transition: none !important;
}
.top-scene [data-slidearea01].type01 .slidearea01_link {
  display: table-cell;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
}
.top-scene [data-slidearea01].type01 .slidearea01_link div {
  margin: 0 0.2rem;
}
.top-scene [data-slidearea01].type01 .slidearea01_link div img {
  border-radius: var(--radius01);
  width: 100%;
  object-fit: cover;
}
.top-scene [data-slidearea01].type01 .slidearea01_link div p {
  margin-top: 0.9rem;
  text-align: center;
}
.top-scene [data-slidearea01].type01 .slidearea01_pager {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 0.72rem;
}
.top-scene [data-slidearea01].type01 .slidearea01_pager button {
  width: 0.1rem;
  height: 0.16rem;
  position: relative;
}
.top-scene [data-slidearea01].type01 .slidearea01_pager button + button {
  margin-left: 0.2rem;
}
.top-scene [data-slidearea01].type01 .slidearea01_pager button:after,
.top-scene [data-slidearea01].type01 .slidearea01_pager button:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.top-scene [data-slidearea01].type01 .slidearea01_pager button:before {
  background-image: url(../../images/2022/scene_dot.svg);
}
.top-scene [data-slidearea01].type01 .slidearea01_pager button:after {
  background-image: url(../../images/2022/scene_dot_active.svg);
  transition-property: opacity;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
}
.no-touchevents .top-scene [data-slidearea01].type01 .slidearea01_pager button:hover:after,
.top-scene [data-slidearea01].type01 .slidearea01_pager button.active:after {
  opacity: 1;
}
.top-scene [data-slidearea01].type01 .slidearea01_pager button.active {
  cursor: default;
  pointer-events: none;
}
.top-scene [data-slidearea01].type01 .slidearea01_imgpager {
  margin-top: 20px;
  text-align: center;
}
.top-scene [data-slidearea01].type01 .slidearea01_imgpager_btn {
  width: 50px;
  height: 50px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  transition: opacity 0.2s;
}
.top-scene [data-slidearea01].type01 .slidearea01_imgpager_btn:after {
  content: "";
  position: absolute;
  display: block;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border: 2px solid #fff;
  box-sizing: border-box;
  opacity: 0;
  transition: 0.2s;
}
.top-scene [data-slidearea01].type01 .slidearea01_imgpager_btn + .photogallery01_btn {
  margin-left: 10px;
}
.no-touchevents .top-scene [data-slidearea01].type01 .slidearea01_imgpager_btn:hover {
  opacity: 0.6;
}
.top-scene [data-slidearea01].type01 .slidearea01_imgpager_btn.active {
  cursor: default;
  pointer-events: none;
}
.top-scene [data-slidearea01].type01 .slidearea01_imgpager_btn.active:after {
  opacity: 1;
}
.top-scene [data-slidearea01].type01 .slidearea01_count {
  text-align: center;
  font-size: 0.16rem;
}
.top-scene [data-slidearea01].type01 .slidearea01_count_now {
  display: inline-block;
}
.top-scene [data-slidearea01].type01 .slidearea01_count_total {
  display: inline-block;
}
.top-scene .deco-image {
  mix-blend-mode: multiply;
}
.top-scene .deco-image._image01 {
  width: 1.92rem;
  top: -12.8rem;
  right: -12.8rem;
}
.top-scene .deco-image._image02 {
  width: 3.48rem;
  top: -12rem;
  left: -14.4rem;
  mix-blend-mode: multiply;
}

.top-feature {
  padding-top: 1.2rem;
  padding-bottom: 2rem;
  background-color: var(--basecolor-blue04);
  position: relative;
}
.top-feature .svg-image {
  height: 1rem;
  top: calc(-1rem + 1px);
}
.top-feature .feature-nav {
  margin-top: 0.8rem;
}
.top-feature .feature-nav .nav_list {
  display: flex;
  text-align: center;
}
.top-feature .feature-nav .nav_list > li > a {
  display: block;
}
.top-feature .feature-nav img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.top-feature .feature-nav .nav-image {
  width: 100%;
}
.top-feature .feature-nav .nav-text {
  margin-top: 0.24rem;
  margin-left: -0.1rem;
  margin-right: -0.1rem;
  line-height: 1;
}
.top-feature .feature-nav .nav-arrow {
  margin-top: 0.2rem;
  width: 0.4rem;
  transition-property: transform;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.top-feature .feature-contents_wrap {
  overflow: hidden;
}
.top-feature .feature-content {
  padding-top: 1rem;
}
.top-feature .feature-content:not(._reverse) .text-number {
  top: -0.5rem;
  left: -1.75rem;
}
.top-feature .feature-content._reverse .text-number {
  top: -2.2rem;
  right: -2.4rem;
}
.top-feature .feature-content .content-img img {
  width: 5.8rem;
}
.top-feature .feature-content .content-text {
  position: relative;
}
.top-feature .feature-content .text-number {
  width: 3.24rem;
  position: absolute;
}
.top-feature .feature-content .text-numberwrap {
  position: absolute;
}
.top-feature .feature-content .text-numberwrap span {
  display: inline-block;
  color: #aac9e9;
  transform: translateX(120%);
  opacity: 0;
}
.top-feature .feature-content .text-numberwrap:before {
  content: "";
  display: block;
  background-color: var(--basecolor-blue04);
  transform: skewX(-45deg);
  transform-origin: left top;
  position: absolute;
  z-index: 1;
}
.top-feature .feature-content .text-numberwrap:after {
  content: "";
  display: block;
  background: linear-gradient(0deg, #eff5fa 0%, #aac9e9 56%, #aac9e9 77%, #eff5fa 100%);
  transform: rotate(45deg);
  transform-origin: left top;
  position: absolute;
  z-index: 1;
}
.top-feature .feature-content .text-numberwrap.active:after {
  transition: 1s;
}
.top-feature .feature-content .text-numberwrap.active span {
  transform: none;
  opacity: 1;
  transition: 1s ease-in-out 0.1s;
}
.top-feature .feature-content .text-icon {
  margin: 0 auto;
  width: 1.44rem;
  height: 1.44rem;
  position: relative;
  z-index: 2;
}
.top-feature .feature-content .text-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.top-feature .feature-content .text-icon img {
  position: relative;
  display: block;
  transform-origin: center bottom;
  width: 100%;
  height: 100%;
}
.top-feature .feature-content .text-icon img.moto {
  position: relative;
  z-index: 100;
}
.top-feature .feature-content .text-icon img.shadow {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.01;
}
.top-feature .feature-content .text-heading {
  margin-top: 0.32rem;
  text-align: center;
  font-size: 0.26rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
}
.top-feature .feature-content .text-heading + .text-description {
  margin-top: 0.2rem;
}
.top-feature .feature-content .text-description {
  line-height: 1.66;
  position: relative;
  z-index: 2;
}
.top-feature .feature-content .text-description + .text-description {
  margin-top: 0.12rem;
}
.top-feature .feature-content .text-annotation {
  display: flex;
  margin-top: 0.12rem;
  font-size: 0.14rem;
  line-height: 1.66;
  position: relative;
  z-index: 2;
}
.top-feature .feature-content .text-annotation > span {
  margin-right: 0.1em;
  flex-shrink: 0;
}
.top-feature .deco-image_wrap {
  height: calc(100% + 5rem);
}
.top-feature .deco-image {
  mix-blend-mode: multiply;
}
.top-feature .deco-image._image01 {
  width: 3.84rem;
  top: 2.8rem;
  right: -12.8rem;
  bottom: auto;
}
.top-feature .deco-image._image02 {
  width: 2.04rem;
  top: 3.8rem;
  right: -9.2rem;
  mix-blend-mode: multiply;
  bottom: auto;
}

.ururu-prodects {
  position: relative;
}
.ururu-prodects .svg-image {
  height: 1rem;
  top: calc(-1rem + 1px);
}
.ururu-prodects .products-mv {
  text-align: center;
  height: 7.08rem;
  position: relative;
}
.ururu-prodects .products-mv:after {
  content: "";
  width: 100%;
  height: 4rem;
  background-image: linear-gradient(to bottom, #fff 1.2rem, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.ururu-prodects .products-mv .mv-logo {
  padding-top: 1.2rem;
}
.ururu-prodects .products-mv .mv-logo img {
  width: 4rem;
}
.ururu-prodects .products-mv .mv-catch {
  display: inline-flex;
  flex-direction: column;
  margin-top: 1.5rem;
  font-size: 0.34rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.ururu-prodects .products-mv .mv-catch > span {
  padding: 0.06rem 0.1rem 0.08rem 0.2rem;
  background-color: #fff;
}
.ururu-prodects .products-mv .mv-catch > span + span {
  margin-top: 0.12rem;
}
.ururu-prodects .products-mv .mv-img {
  display: flex;
  padding-top: 1rem;
  width: 100%;
  height: 100%;
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
}
.ururu-prodects .products-mv .mv-img > img {
  display: block;
  width: 50%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  background-size: cover;
  background-position: center center;
  object-position: center top;
}
.ururu-prodects .products-contents {
  padding-top: 0.8rem;
  padding-bottom: 1.6rem;
  background-color: var(--basecolor-gray02);
  position: relative;
}
.ururu-prodects .information-heading {
  text-align: center;
  font-size: 0.18rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.ururu-prodects .information-table {
  margin-top: 0.2rem;
  border: 1px solid #c8c8c8;
  border-radius: var(--radius01);
  text-align: center;
}
.ururu-prodects .information-table .dt {
  background-color: var(--basecolor-blue03);
  font-size: 0.12rem;
}
.ururu-prodects .information-table .dd {
  font-size: 0.14rem;
}
.ururu-prodects .information-annotation {
  margin-top: 0.2rem;
  font-size: 0.14rem;
}
.ururu-prodects .information-text {
  font-size: 0.14rem;
}
.ururu-prodects .information-text > a {
  text-decoration: underline;
}
.no-touchevents .ururu-prodects .information-text > a:hover {
  text-decoration: none;
}
.ururu-prodects .contents-ururu {
  padding: 0.8rem;
  background-color: #fff;
  margin-top: 0.72rem;
}
.ururu-prodects .contents-ururu .ururu-img {
  border-radius: var(--radius01);
}
.ururu-prodects .contents-ururu .text-logo > img {
  display: block;
  width: 2.24rem;
}
.ururu-prodects .contents-ururu .text-name {
  margin-top: 0.24rem;
  font-size: 0.24rem;
  line-height: 1;
}
.ururu-prodects .contents-ururu .text-postage {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 0.32rem;
  border: 2px solid;
  border-radius: 100px;
  width: 1.4rem;
  height: 0.4rem;
  font-size: 0.14rem;
  color: var(--basecolor-blue01);
}
.ururu-prodects .contents-ururu .text-postage:before,
.ururu-prodects .contents-ururu .text-postage:after {
  content: "";
  display: block;
  background-color: #fff;
  width: 4px;
  height: 2px;
  position: absolute;
}
.ururu-prodects .contents-ururu .text-postage:before {
  top: -2px;
  left: 0.2rem;
}
.ururu-prodects .contents-ururu .text-postage:after {
  bottom: -2px;
  right: 0.2rem;
}
.ururu-prodects .contents-ururu .text-price_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0.28rem;
  line-height: 1;
  border-bottom: 2px solid var(--basecolor-blue01);
  padding-bottom: 0.1rem;
}
.ururu-prodects .contents-ururu .text-price_wrap .price ._f-op_b {
  line-height: 0.5;
  font-size: 0.34rem;
}
.ururu-prodects .contents-ururu .text-price_wrap .price ._f-op_b > small {
  font-size: 0.64em;
}
.ururu-prodects .contents-ururu .text-shop {
  margin-top: auto;
  padding: 0.28rem 0;
  text-align: center;
  border-radius: var(--radius01);
  background-color: var(--basecolor-blue03);
}
.ururu-prodects .contents-ururu .shop-heading {
  line-height: 1;
}
.ururu-prodects .contents-ururu .shop-heading > * {
  display: block;
}
.ururu-prodects .contents-ururu .shop-heading .en {
  font-size: 0.28rem;
}
.ururu-prodects .contents-ururu .shop-heading .ja {
  margin-top: 0.08rem;
  font-size: 0.14rem;
}
.ururu-prodects .contents-ururu .shop-link {
  margin-top: 0.16rem;
}
.ururu-prodects .contents-ururu .shop-link > a {
  width: 2.2rem;
}
@media (min-width: 769px) {
  .pagetopbtn {
    bottom: 1.5rem;
  }
  .top-mainvisual {
    padding-bottom: 1rem;
    height: calc(100vh - 1rem);
  }
  .top-mainvisual .mainvisual_inner {
    display: flex;
    align-items: center;
  }
  .top-mainvisual .mainvisual_inner .mainvisual-heading {
    margin-left: -0.8rem;
    position: absolute;
  }
  html.no-touchevents .top-mainvisual .mainvisual-sns a {
    transition-property: opacity;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  html.no-touchevents .top-mainvisual .mainvisual-sns a:hover {
    opacity: 0.6;
  }
  html.no-touchevents .top-mainvisual .mainvisual-bnr {
    transition-property: opacity;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  html.no-touchevents .top-mainvisual .mainvisual-bnr:hover {
    opacity: 0.6;
  }
  .top-mainvisual .mainvisual-bnr {
    position: fixed;
  }
  .no-touchevents .__campaign-top .top-mainvisual .mainvisual-bnr:hover .bnr-arrow {
    transform: rotate(90deg) translate(0.05rem);
  }
  .no-touchevents .__campaign-now .top-mainvisual .mainvisual-bnr:hover .bnr-arrow {
    transform: rotate(180deg) translate(0.05rem);
  }
  .no-touchevents .__campaign-bottom .top-mainvisual .mainvisual-bnr:hover .bnr-arrow {
    transform: rotate(270deg) translate(0.05rem);
  }
  html.no-touchevents .top-mainvisual .mainvisual-scroll:hover > i > i {
    transform: translateY(0.71rem);
  }
  .top-concept .concept_wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .top-support .support-catch {
    text-align: center;
  }
  .top-support .support-contents .content {
    display: flex;
    align-items: center;
    height: 8.2rem;
  }
  .top-support .support-contents .content + .content {
    margin-top: -120px;
  }
  .top-support .support-contents .content-img img:not(.not-wave) {
    clip-path: url(#waveMask01_pc);
  }
  .top-support .support-contents .content-text_wrap {
    display: flex;
    z-index: 1;
    padding-top: 0.5rem;
  }
  .top-support .support-contents .content-text_wrap._reverse {
    flex-direction: row-reverse;
  }
  .top-support .support-contents .content-text {
    border-radius: var(--radius01);
    padding: 0.36rem 0.4rem 0.48rem;
    width: 5rem;
    background-image: url(../../images/2022/support_text_deco-pc.svg);
    background-size: 1rem;
    background-position: right top;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
  }
  .top-support .support-contents .content-text:before {
    content: "";
    display: block;
    background-color: #fff;
    width: 100%;
    height: 100%;
    clip-path: polygon(
      0% 0%,
      calc(100% - 0.99rem) 0%,
      calc(100% - 0.99rem) 0.99rem,
      100% 0.99rem,
      100% 100%,
      0% 100%
    );
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .top-support .support-contents .content-text .text-number .line01 {
    font-size: 0.16rem;
  }
  .top-support .support-contents .content-text .text-number .line02 {
    font-size: 0.64rem;
    letter-spacing: 0.02rem;
    margin-left: 0.05rem;
  }
  .top-campaign .campaign-contents .content-heading .ja {
    margin-left: 0.36rem;
  }
  .top-campaign .campaign-contents .content-img {
    margin-top: 0.4rem;
  }
  .top-campaign .campaign-contents .bottom-list {
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    height: 4.2em;
  }
  .top-campaign .campaign-contents .bottom-list > li:nth-child(n + 3) {
    margin-left: 0.08rem;
  }
  .top-scene .scene-catch {
    text-align: center;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_wrap {
    width: 11.4rem;
  }
  .top-feature .feature-nav .nav_list {
    justify-content: space-between;
  }
  .top-feature .feature-nav .nav_list > li {
    width: 1.6rem;
  }
  html.no-touchevents .top-feature .feature-nav .nav_list > li > a {
    transition-property: opacity;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  html.no-touchevents .top-feature .feature-nav .nav_list > li > a:hover {
    opacity: 0.6;
  }
  html.no-touchevents .top-feature .feature-nav .nav_list > li > a:hover .nav-arrow {
    transform: translateY(0.05rem);
  }
  .top-feature .feature-content {
    display: flex;
    justify-content: space-between;
  }
  .top-feature .feature-content + .feature-content {
    margin-top: 0.2rem;
  }
  .top-feature .feature-content:not(._reverse) .text-numberwrap {
    top: -0.25rem;
    left: -0.1rem;
  }
  .top-feature .feature-content:not(._reverse) .content-text {
    margin-left: 1rem;
  }
  .top-feature .feature-content._reverse {
    flex-direction: row-reverse;
  }
  .top-feature .feature-content._reverse .text-numberwrap {
    top: -0.2rem;
    right: 0rem;
  }
  .top-feature .feature-content._reverse .text-numberwrap:after {
    transform: rotate(45deg) translateY(-130px);
  }
  .top-feature .feature-content._reverse .content-text {
    margin-right: 1rem;
  }
  .top-feature .feature-content .content-img {
    flex-shrink: 0;
  }
  .top-feature .feature-content .content-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 5.5rem;
  }
  .top-feature .feature-content .text-numberwrap span {
    font-size: 0.64rem;
    letter-spacing: 0.02rem;
  }
  .top-feature .feature-content .text-numberwrap:before {
    top: -0.1rem;
    right: -0.7rem;
    width: 200px;
    height: 400px;
    margin-right: -200px;
  }
  .top-feature .feature-content .text-numberwrap:after {
    top: -0.1rem;
    right: -0.7rem;
    width: 2px;
    height: 0px;
  }
  .top-feature .feature-content .text-numberwrap.active:after {
    height: 380px;
  }
  .ururu-prodects .contents-information {
    padding: 0.28rem 0.4rem;
    background-color: #fff;
  }
  .ururu-prodects .information-table {
    display: table;
    width: 100%;
  }
  .ururu-prodects .information-table .dl {
    display: table-cell;
  }
  .ururu-prodects .information-table .dl + .dl > * {
    border-left: 1px solid #c8c8c8;
  }
  .ururu-prodects .information-table .dl > * {
    padding: 0.12rem;
  }
  .ururu-prodects .information-annotation > li {
    display: inline;
  }
  .ururu-prodects .contents-ururu {
    display: flex;
  }
  .ururu-prodects .contents-ururu .ururu-img {
    flex-shrink: 0;
  }
  .ururu-prodects .contents-ururu .ururu-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-left: 0.8rem;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
@media (max-width: 768px) {
  .top-mainvisual {
    height: calc(100vh - 0.6rem);
    padding-bottom: 1.2rem;
  }
  .top-mainvisual .mainvisual_inner {
    flex-direction: column;
  }
  .top-mainvisual .mainvisual_inner .mainvisual-img {
    height: calc(100% - 1.48rem);
  }
  .top-mainvisual .mainvisual_inner .mainvisual-heading {
    margin-top: 0.2rem;
  }
  .top-mainvisual .mainvisual_inner .mainvisual-heading .heading-main {
    font-size: 0.26rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .top-mainvisual .mainvisual_inner .mainvisual-heading .heading-sub {
    margin-top: 0.08rem;
    font-size: 0.17rem;
  }
  .top-mainvisual .mainvisual-bnr {
    padding-left: 0.1rem;
    width: 2.24rem;
    height: 0.68rem;
  }
  .top-mainvisual .mainvisual-bnr .bnr-img {
    width: 0.45rem;
  }
  .top-mainvisual .mainvisual-bnr > span {
    margin-left: 0.2rem;
  }
  .top-mainvisual .mainvisual-bnr > span .en {
    font-size: 0.2rem;
  }
  .top-mainvisual .mainvisual-bnr > span .ja {
    font-size: 0.11rem;
  }
  .top-mainvisual .mainvisual-scroll {
    padding: 0 0.3rem 0.37rem;
    font-size: 0.1rem;
  }
  .top-mainvisual .mainvisual-scroll > i {
    height: 0.25rem;
  }
  .top-mainvisual .mainvisual-scroll > i > i {
    width: 0.05rem;
    height: 0.05rem;
  }
  .top-mainvisual .deco-image._image01 {
    width: 1.54rem;
    top: -4.2rem;
    left: -4rem;
  }
  .top-mainvisual .deco-image._image02 {
    width: 1.4rem;
    bottom: -3.5rem;
    right: -3rem;
  }
  .top-concept {
    padding-top: 0.5rem;
  }
  .top-concept .concept_wrap {
    margin-top: 0.32rem;
  }
  .top-concept .concept_wrap .concept-imgs .img01 {
    width: 2.9rem;
  }
  .top-concept .concept_wrap .concept-imgs .img02 {
    width: 1.8rem;
  }
  .top-concept .concept-text {
    margin-top: 0.36rem;
  }
  .top-concept .text-heading {
    font-size: 0.27rem;
    letter-spacing: 0.15em;
  }
  .top-concept .text-heading + .text-description {
    margin-right: calc(var(--sp-contents-padding30) * -1);
    margin-top: 0.28rem;
  }
  .top-concept .deco-image._image01 {
    width: 1.54rem;
    top: 0.1rem;
    left: -3rem;
  }
  .ururu {
    padding-top: 1.2rem;
    padding-bottom: 1.5rem;
  }
  .ururu .ururu-img svg {
    width: 100%;
  }
  .top-support .support-contents {
    padding-top: 0.4rem;
    padding-bottom: 0.5rem;
  }
  .top-support .support-contents .content > .svg-image {
    height: 0.5rem;
  }
  .top-support .support-contents .content-img {
    height: 2.5rem;
    position: relative;
  }
  .top-support .support-contents .content-text_wrap .svg-image {
    top: calc(-0.5rem + 1px);
    height: 0.5rem;
  }
  .top-support .support-contents .content-text {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .top-support .support-contents .content-text .text-number .line01 {
    font-size: 0.12rem;
  }
  .top-support .support-contents .content-text .text-number .line02 {
    font-size: 0.48rem;
    letter-spacing: 0.02rem;
    margin-left: 0.01rem;
  }
  .top-support .support-contents .content-text .text-heading {
    margin-top: 0.12rem;
    font-size: 0.24rem;
    letter-spacing: 0.1em;
  }
  .top-support .support-contents .content-text .text {
    font-size: 0.13rem;
  }
  .top-support .deco-image._image01 {
    top: 5rem;
    width: 1.4rem;
    right: -3.8rem;
  }
  .top-campaign {
    padding-top: 0.5rem;
    padding-bottom: 0.6rem;
  }
  .top-campaign .svg-image {
    height: 0.5rem;
    top: calc(-0.5rem + 1px);
  }
  .top-campaign .campaign-contents {
    padding: 0.3rem 0.36rem 0;
  }
  .top-campaign .campaign-contents:before,
  .top-campaign .campaign-contents:after {
    width: 0.4rem;
    height: 0.4rem;
  }
  .top-campaign .campaign-contents:before {
    top: -0.24rem;
    left: -0.24rem;
  }
  .top-campaign .campaign-contents:after {
    bottom: -0.24rem;
    right: -0.24rem;
  }
  .top-campaign .campaign-contents .content-heading .en {
    display: block;
    font-size: 0.25rem;
  }
  .top-campaign .campaign-contents .content-heading .ja {
    margin-top: 0.16rem;
    font-size: 0.16rem;
  }
  .top-campaign .campaign-contents .content-catch {
    margin-top: calc(0.16rem - 0.45em);
    font-size: 0.14rem;
    letter-spacing: 0;
    line-height: 1.9;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .top-campaign .campaign-contents .content-img {
    width: 0.76rem;
    top: -0.2rem;
    right: 0.1rem;
  }
  .top-campaign .campaign-contents .contents-bottom {
    margin: 0.28rem -0.36rem 0;
    padding: 0.2rem 0.36rem 0.4rem;
  }
  .top-campaign .campaign-contents .bottom-heading {
    font-size: 0.12rem;
  }
  .top-campaign .campaign-contents .bottom-heading > span {
    display: block;
    margin-bottom: 0.12rem;
    font-size: 0.15rem;
  }
  .top-campaign .campaign-contents .bottom-list {
    font-size: 0.12rem;
    letter-spacing: -0.02em;
    line-height: 1.5;
  }
  .top-campaign .campaign-contents .bottom-list > li + li {
    margin-top: 0.5em;
  }
  .top-campaign .campaign-contents .bottom-annotation {
    margin-top: 0.1rem;
    font-size: 0.1rem;
  }
  .top-campaign .campaign-contents .bottom-link {
    margin-top: 0.28rem;
  }
  .top-campaign .campaign-contents .bottom-link > a {
    width: 2.2rem;
  }
  .top-scene {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .top-scene .svg-image {
    height: 0.5rem;
    top: calc(-0.5rem + 1px);
  }
  .top-scene [data-slidearea01] {
    margin-top: 0.28rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_wrap {
    width: 3.15rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_btns {
    height: 1.66rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_btns button {
    width: 0.4rem;
    height: 0.4rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_btns button.next {
    right: -0.2rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_btns button.prev {
    left: -0.2rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_btns button > img {
    width: 0.12rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_link div {
    margin: 0 0.05rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_link div p {
    margin-top: 0.44rem;
    font-size: 0.12rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_pager {
    bottom: 0.64rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_pager button {
    width: 0.05rem;
    height: 0.08rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_pager button + button {
    margin-left: 0.1rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_imgpager_btn {
    width: 30px;
    height: 30px;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_imgpager_btn + .photogallery01_btn {
    margin-left: 0;
  }
  .top-scene .deco-image._image01 {
    width: 0.72rem;
    top: -6.4rem;
    right: -3.6rem;
  }
  .top-scene .deco-image._image02 {
    width: 1.4rem;
    top: -6.4rem;
    left: -4rem;
  }
  .top-feature {
    padding-top: 0.6rem;
    padding-bottom: 1rem;
  }
  .top-feature .svg-image {
    height: 0.5rem;
    top: calc(-0.5rem + 1px);
  }
  .top-feature .feature-nav {
    margin-top: 0.32rem;
  }
  .top-feature .feature-nav .nav_list {
    flex-wrap: wrap;
    margin: 0 -0.08rem -0.32rem;
  }
  .top-feature .feature-nav .nav_list > li {
    margin: 0 0.08rem 0.32rem;
    width: calc(100% / 3 - 0.16rem);
  }
  .top-feature .feature-nav .nav-text {
    margin-top: 0.12rem;
    font-size: 0.13rem;
    white-space: nowrap;
  }
  .top-feature .feature-nav .nav-arrow {
    margin-top: 0.12rem;
    width: 0.24rem;
  }
  .top-feature .feature-content {
    padding-top: 0.7rem;
  }
  .top-feature .feature-content:not(._reverse) .text-number {
    top: -0.32rem;
    left: -0.88rem;
  }
  .top-feature .feature-content:not(._reverse) .text-numberwrap {
    top: -0.2rem;
    left: 0rem;
  }
  .top-feature .feature-content._reverse .text-number {
    top: -1.2rem;
    right: -1.25rem;
  }
  .top-feature .feature-content._reverse .text-numberwrap {
    top: -0.2rem;
    right: 0rem;
  }
  .top-feature .feature-content._reverse .text-numberwrap:after {
    transform: rotate(45deg) translateY(-0.3rem);
  }
  .top-feature .feature-content .content-img {
    margin-top: 0.32rem;
  }
  .top-feature .feature-content .content-img img {
    width: 100%;
  }
  .top-feature .feature-content .text-number {
    width: 1.8rem;
  }
  .top-feature .feature-content .text-numberwrap span {
    font-size: 0.35rem;
    letter-spacing: 0.01rem;
  }
  .top-feature .feature-content .text-numberwrap:before {
    top: 0;
    right: -0.32rem;
    width: 1rem;
    height: 1rem;
    margin-right: -1rem;
  }
  .top-feature .feature-content .text-numberwrap:after {
    top: 0;
    right: -0.32rem;
    width: 2px;
    height: 0px;
  }
  .top-feature .feature-content .text-numberwrap.active:after {
    height: 1.5rem;
  }
  .top-feature .feature-content .text-icon {
    width: 0.72rem;
    height: 0.72rem;
  }
  .top-feature .feature-content .text-icon img.shadow:nth-child(n + 20) {
    display: none;
  }
  .top-feature .feature-content .text-heading {
    margin-top: 0.24rem;
    font-size: 0.18rem;
    letter-spacing: 0;
  }
  .top-feature .feature-content .text-heading + .text-description {
    margin-top: 0.16rem;
  }
  .top-feature .feature-content .text-description {
    font-size: 0.13rem;
  }
  .top-feature .feature-content .text-description + .text-description {
    margin-top: 0.08rem;
  }
  .top-feature .feature-content .text-annotation {
    margin-top: 0.08rem;
    font-size: 0.11rem;
  }
  .top-feature .deco-image._image01 {
    width: 1.56rem;
    top: 4.4rem;
    right: -3.6rem;
  }
  .top-feature .deco-image._image02 {
    width: 1.02rem;
    top: 4.4rem;
    right: -2.2rem;
  }
  .ururu-prodects .svg-image {
    height: 0.5rem;
    top: calc(-0.5rem + 1px);
  }
  .ururu-prodects .products-mv {
    height: 2.8rem;
  }
  .ururu-prodects .products-mv:after {
    background-image: linear-gradient(to bottom, #fff 0.6rem, rgba(255, 255, 255, 0) 100%);
    height: 1.6rem;
  }
  .ururu-prodects .products-mv .mv-logo {
    padding-top: 0.44rem;
  }
  .ururu-prodects .products-mv .mv-logo img {
    width: 2rem;
  }
  .ururu-prodects .products-mv .mv-catch {
    margin-top: 0.48rem;
    font-size: 0.2rem;
  }
  .ururu-prodects .products-mv .mv-catch > span {
    padding: 0.04rem 0.05rem 0.04rem 0.1rem;
  }
  .ururu-prodects .products-mv .mv-img {
    padding-top: 0;
  }
  .ururu-prodects .products-mv .mv-img > img {
    object-position: center bottom;
  }
  .ururu-prodects .products-contents {
    padding-top: 0.4rem;
    padding-bottom: 0.6rem;
  }
  .ururu-prodects .information-heading {
    font-size: 0.16rem;
  }
  .ururu-prodects .information-table .dl {
    display: flex;
  }
  .ururu-prodects .information-table .dl + .dl {
    border-top: 1px solid #c8c8c8;
  }
  .ururu-prodects .information-table .dl > * {
    padding: 0.08rem 0;
  }
  .ururu-prodects .information-table .dt {
    flex-shrink: 0;
    width: 1.05rem;
    font-size: 0.14rem;
  }
  .ururu-prodects .information-table .dd {
    flex: 1;
    background-color: #fff;
  }
  .ururu-prodects .information-annotation {
    margin-top: 0.2rem;
    font-size: 0.12rem;
    line-height: 1.75;
  }
  .ururu-prodects .information-annotation > li {
    display: flex;
  }
  .ururu-prodects .information-annotation > li > span {
    flex-shrink: 0;
  }
  .ururu-prodects .information-text {
    font-size: 0.12rem;
    line-height: 1.75;
  }
  .ururu-prodects .contents-ururu {
    margin-top: 0.4rem;
    padding: 0.3rem;
  }
  .ururu-prodects .contents-ururu .ururu-img {
    width: 100%;
  }
  .ururu-prodects .contents-ururu .ururu-text {
    margin-top: 0.24rem;
  }
  .ururu-prodects .contents-ururu .text-logo > img {
    width: 1.68rem;
  }
  .ururu-prodects .contents-ururu .text-name {
    margin-top: 0.12rem;
    font-size: 0.15rem;
  }
  .ururu-prodects .contents-ururu .text-postage {
    margin-top: 0.16rem;
    width: 1.2rem;
    height: 0.32rem;
  }
  .ururu-prodects .contents-ururu .text-postage:before {
    left: 0.12rem;
  }
  .ururu-prodects .contents-ururu .text-postage:after {
    right: 0.12rem;
  }
  .ururu-prodects .contents-ururu .text-price_wrap {
    margin-top: 0.2rem;
    font-size: 0.13rem;
  }
  .ururu-prodects .contents-ururu .text-price_wrap .price ._f-op_b {
    font-size: 0.25rem;
  }
  .ururu-prodects .contents-ururu .text-shop {
    margin-top: 0.2rem;
    padding: 0.28rem 0;
  }
  .ururu-prodects .contents-ururu .shop-heading .en {
    font-size: 0.21rem;
  }
  .ururu-prodects .contents-ururu .shop-heading .ja {
    margin-top: 0.04rem;
    font-size: 0.12rem;
  }
  .ururu-prodects .contents-ururu .shop-link {
    margin-top: 0.24rem;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media (max-width: 1440px) and (min-width: 769px) {
  .top-mainvisual .mainvisual_inner {
    padding-left: 0.8rem;
  }
}
@media (max-width: 768px) and (max-height: 560px) {
  .top-mainvisual .mainvisual_inner .mainvisual-img {
    height: calc(100% - 1.18rem);
  }
  .top-mainvisual .mainvisual_inner .mainvisual-heading {
    margin-top: 0.16rem;
  }
  .top-mainvisual .mainvisual_inner .mainvisual-heading .heading-main {
    font-size: 0.22rem;
  }
  .top-mainvisual .mainvisual_inner .mainvisual-heading .heading-sub {
    margin-top: 0.04rem;
    font-size: 0.14rem;
  }
}

@charset "UTF-8";

.waveMask {
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
}

.svg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.deco-image {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  mix-blend-mode: multiply;
  will-change: transform;
}
.__menu-open .deco-image {
  opacity: 0 !important;
}

.deco-image_wrap {
  width: 100%;
  height: calc(100% + 10rem);
  position: absolute;
  top: -5rem;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}

.top-mainvisual {
  position: relative;
}
.top-mainvisual .mainvisual_inner {
  height: 100%;
}
.top-mainvisual .mainvisual_inner .mainvisual-img {
  width: 100%;
  height: 100%;
}
.top-mainvisual .mainvisual_inner .mainvisual-img img {
  border-radius: var(--radius01);
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  background-size: cover;
  background-position: center center;
}
.top-mainvisual .mainvisual_inner .mainvisual-heading > * {
  display: block;
}
.top-mainvisual .mainvisual_inner .mainvisual-heading .heading-main {
  font-size: 0.46rem;
  letter-spacing: 0.15em;
  line-height: 1.7;
}
.top-mainvisual .mainvisual_inner .mainvisual-heading .heading-sub {
  margin-top: 0.4rem;
  font-size: 0.27rem;
  letter-spacing: 0.05em;
}
.top-mainvisual .mainvisual-sns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  right: 0.4rem;
}
.top-mainvisual .mainvisual-sns a {
  margin: 0.2rem 0;
}
.top-mainvisual .mainvisual-sns a img {
  display: block;
  width: 0.28rem;
}
.top-mainvisual .mainvisual-bnr {
  display: flex;
  align-items: center;
  border-radius: var(--radius01) 0 0 var(--radius01);
  width: 3rem;
  height: 0.9rem;
  padding-left: 0.15rem;
  color: #fff;
  background-color: var(--basecolor-blue02);
  position: absolute;
  right: 0;
  z-index: 10;
  bottom: 0.4rem;
}
.top-mainvisual .mainvisual-bnr .bnr-img {
  width: 0.6rem;
}
.top-mainvisual .mainvisual-bnr > span {
  margin-left: 0.24rem;
  line-height: 1;
}
.top-mainvisual .mainvisual-bnr > span > * {
  display: block;
}
.top-mainvisual .mainvisual-bnr > span .en {
  font-size: 0.25rem;
  letter-spacing: 0.05em;
}
.top-mainvisual .mainvisual-bnr > span .ja {
  margin-top: 0.04rem;
  font-size: 0.14rem;
  letter-spacing: 0;
}
.top-mainvisual .bnr-arrow {
  margin-left: 0.2rem;
  width: 0.15rem;
  transition-property: transform;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.__campaign-top .top-mainvisual .bnr-arrow {
  transform: rotate(90deg);
}
.__campaign-now .top-mainvisual .bnr-arrow {
  transform: rotate(180deg);
}
.__campaign-bottom .top-mainvisual .bnr-arrow {
  transform: rotate(270deg);
}
.top-mainvisual .mainvisual-scroll {
  display: flex;
  align-items: center;
  padding: 0 0.4rem 0.92rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 0.12rem;
  line-height: 1;
  letter-spacing: 0.05em;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.top-mainvisual .mainvisual-scroll > i {
  margin: 0 auto;
  border-left: 1px solid var(--basecolor-gray01);
  width: 0;
  height: 0.8rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.top-mainvisual .mainvisual-scroll > i > i {
  margin: 0 auto;
  border-radius: 50%;
  width: 0.09rem;
  height: 0.09rem;
  background-color: var(--basecolor-pink01);
  position: absolute;
  top: 0;
  left: -100%;
  right: -100%;
  transition-property: transform;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.top-mainvisual .deco-image {
  mix-blend-mode: multiply;
}
.top-mainvisual .deco-image._image01 {
  width: 3.88rem;
  top: -12.8rem;
  left: -12.8rem;
  z-index: 1000;
}
.top-mainvisual .deco-image._image02 {
  width: 3.88rem;
  bottom: -6rem;
  right: -12.8rem;
  mix-blend-mode: multiply;
}

.top-concept {
  padding-top: 1rem;
  position: relative;
}
.top-concept .concept_wrap {
  margin-top: 0.8rem;
}
.top-concept .concept_wrap .concept-imgs > * {
  display: block;
  border-radius: var(--radius01);
}
.top-concept .concept_wrap .concept-imgs .img01 {
  margin-right: 0.72rem;
  width: 5.8rem;
}
.top-concept .concept_wrap .concept-imgs .img02 {
  margin-top: -0.32rem;
  margin-left: auto;
  width: 3.6rem;
}
.top-concept .concept-text {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.top-concept .text-heading {
  margin-top: -0.34em;
  font-size: 0.5rem;
  letter-spacing: 0.2em;
  line-height: 1.68;
}
.top-concept .text-heading + .text-description {
  margin-top: 0.4rem;
}
.top-concept .text-description + .text-description {
  margin-top: 2em;
}
.top-concept .deco-image {
  mix-blend-mode: multiply;
}
.top-concept .deco-image._image01 {
  width: 3.88rem;
  top: -1.4rem;
  left: -14.8rem;
}

.ururu {
  position: relative;
  padding-top: 2.2rem;
  padding-bottom: 2.5rem;
  overflow: hidden;
  width: 100%;
}
.ururu .ururu-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ururu .ururu-img svg {
  display: block;
  margin: 0 auto;
  transform-origin: center bottom;
  width: 9.2rem;
  height: auto;
}

#Support {
  margin-top: -1rem;
  position: relative;
}
#Support_ {
  padding-top: 1rem;
}
.top-support .support-catch {
  margin-top: 0.52rem;
}
.top-support .support-contents .content {
  position: relative;
}
.top-support .support-contents .content > .svg-image {
  top: -1px;
  height: 1.5rem;
  transform: rotate(180deg);
  z-index: 2;
}
.top-support .support-contents .content-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.top-support .support-contents .content-text_wrap {
  position: relative;
}
.top-support .support-contents .content-text .text-number {
  display: inline-block;
  position: relative;
  color: #aac9e9;
}
.top-support .support-contents .content-text .text-number b {
  transform: translateX(100%);
  opacity: 0;
  display: inline-block;
  position: relative;
}
.top-support .support-contents .content-text .text-number .line01 {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  font-weight: bold;
}
.top-support .support-contents .content-text .text-number .line02 {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.top-support .support-contents .content-text .text-number:after {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 10%;
  width: 200%;
  height: 100%;
  border-left: 2px solid #aac9e9;
  background-color: #fff;
  transform: skewX(-43deg) scaleY(0);
  transform-origin: left center;
}
.top-support .support-contents .content-text .text-number.active:after {
  transform: skewX(-43deg) scaleY(1);
  left: 100%;
  width: 150%;
  margin-left: -0.03rem;
  transition:
    transform 0.4s,
    left 0.5s ease-in-out 0.4s;
}
.top-support .support-contents .content-text .text-number.active b {
  transition:
    transform 1s ease-in-out 0.45s,
    opacity 1s ease-in-out 0.45s;
  transform: translateX(0%);
  opacity: 1;
}
.top-support .support-contents .content-text .text-heading {
  margin-top: 0.12rem;
  font-size: 0.32rem;
  letter-spacing: 0.1em;
  line-height: 1.56;
}
.top-support .support-contents .content-text .text {
  margin-top: 0.16rem;
  border-top: 1px solid var(--basecolor-blue01);
  padding-top: 0.2rem;
}
.top-support .support-contents .content-text .text ul {
  line-height: 1.5;
}
.top-support .support-contents .content-text .text ul li {
  padding-left: 0.16rem;
  position: relative;
}
.top-support .support-contents .content-text .text ul li + li {
  margin-top: 0.5em;
}
.top-support .support-contents .content-text .text ul li:before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  background-color: var(--basecolor-black01);
  position: absolute;
  top: calc(0.75em - 1px);
  left: 0.2em;
}
.top-support .support-contents .content-text .text-link {
  margin-top: 0.24rem;
  text-align: center;
}
.top-support .support-contents .content-text .text-link > a {
  width: 2.9rem;
}
.top-support .deco-image._image01 {
  width: 3.88rem;
  top: 1rem;
  bottom: auto;
  right: -13.4rem;
  mix-blend-mode: multiply;
}

.top-campaign {
  padding-top: 1rem;
  padding-bottom: 1.6rem;
  background-color: var(--basecolor-blue03);
  position: relative;
}
.top-campaign .svg-image {
  height: 1rem;
  top: calc(-1rem + 1px);
}
.top-campaign .campaign-contents_wrap {
  margin-top: 0.16rem;
  overflow: hidden;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.top-campaign .campaign-contents {
  padding: 0.4rem 0.7rem 0;
  background-color: #fff;
  position: relative;
}
.top-campaign .campaign-contents:before,
.top-campaign .campaign-contents:after {
  content: "";
  display: block;
  width: 1.28rem;
  height: 1.28rem;
  background-color: var(--basecolor-blue03);
  position: absolute;
  transform: rotate(45deg);
}
.top-campaign .campaign-contents:before {
  border-right: 2px solid #fff;
  top: -0.8rem;
  left: -0.8rem;
}
.top-campaign .campaign-contents:after {
  border-left: 2px solid #fff;
  bottom: -0.8rem;
  right: -0.8rem;
}
.top-campaign .campaign-contents .content-heading {
  line-height: 1;
  border-bottom: 2px solid #accceb;
  padding-bottom: 0.16rem;
}
.top-campaign .campaign-contents .content-heading .en {
  font-size: 0.48rem;
  color: #accceb;
  letter-spacing: 0.02em;
}
.top-campaign .campaign-contents .content-heading .ja {
  font-size: 0.32rem;
}
.top-campaign .campaign-contents .content-catch {
  margin-top: calc(0.4rem - 0.45em);
  font-size: 0.2rem;
  letter-spacing: 0;
  line-height: 1.9;
}
.top-campaign .campaign-contents .content-img {
  display: block;
  width: 2rem;
  position: absolute;
  right: 0.7rem;
}
.top-campaign .campaign-contents .contents-bottom {
  margin: 0.32rem -0.7rem 0;
  padding: 0.32rem 0.7rem 0.6rem;
  background-color: var(--basecolor-blue04);
}
.top-campaign .campaign-contents .bottom-heading {
  line-height: 1;
  font-size: 0.15rem;
}
.top-campaign .campaign-contents .bottom-heading > span {
  margin-left: -0.5em;
  font-size: 0.17rem;
}
.top-campaign .campaign-contents .bottom-list {
  margin-top: 0.16rem;
  font-size: 0.14rem;
  letter-spacing: -0.02em;
  line-height: 2;
}
.top-campaign .campaign-contents .bottom-list > li {
  display: flex;
}
.top-campaign .campaign-contents .bottom-list > li:before {
  content: "・";
  flex-shrink: 0;
}
.top-campaign .campaign-contents .bottom-annotation {
  margin-top: 0.08rem;
  font-size: 0.12rem;
  line-height: 1.7;
}
.top-campaign .campaign-contents .bottom-annotation > li {
  display: flex;
}
.top-campaign .campaign-contents .bottom-annotation > li > ._asterisk {
  flex-shrink: 0;
}
.top-campaign .campaign-contents .bottom-link {
  margin-top: 0.28rem;
  text-align: center;
}
.top-campaign .campaign-contents .bottom-link > a {
  width: 2.9rem;
}

.top-scene {
  padding-top: 1rem;
  padding-bottom: 1.2rem;
  position: relative;
}
.top-scene .svg-image {
  height: 1rem;
  top: calc(-1rem + 1px);
}
.top-scene .scene-catch {
  margin-top: 0.52rem;
}
.top-scene [data-slidearea01] {
  margin-top: 0.72rem;
}
.top-scene [data-slidearea01][data-slidearea01-slidelimit] .slidearea01_link.dammy {
  opacity: 0;
}
.top-scene [data-slidearea01].type01 {
  overflow: hidden;
}
.top-scene [data-slidearea01].type01 .slidearea01_wrap {
  margin: auto;
  position: relative;
}
.top-scene [data-slidearea01].type01 .slidearea01_btns {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 6rem;
}
.top-scene [data-slidearea01].type01 .slidearea01_btns button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.8rem;
  height: 0.8rem;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.top-scene [data-slidearea01].type01 .slidearea01_btns button:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.2s;
}
.top-scene [data-slidearea01].type01 .slidearea01_btns button:before {
  width: 100%;
  height: 100%;
  background-color: var(--basecolor-blue01);
  border-radius: 50%;
}
.top-scene [data-slidearea01].type01 .slidearea01_btns button.next {
  right: -0.4rem;
}
.top-scene [data-slidearea01].type01 .slidearea01_btns button.prev {
  left: -0.4rem;
}
.top-scene [data-slidearea01].type01 .slidearea01_btns button.prev > img {
  transform: rotate(180deg);
}
.top-scene [data-slidearea01].type01 .slidearea01_btns button.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.no-touchevents .top-scene [data-slidearea01].type01 .slidearea01_btns button:hover:before {
  background-color: var(--basecolor-blue02);
}
.top-scene [data-slidearea01].type01 .slidearea01_btns button > img {
  width: 0.18rem;
  position: relative;
}
.top-scene [data-slidearea01].type01 .slidearea01_wrapin.type01 {
  padding: 0;
}
.top-scene [data-slidearea01].type01 .slidearea01_wrapin.type01 .slidearea01_link div {
  margin: 0;
}
.top-scene [data-slidearea01].type01 .slidearea01_content {
  position: relative;
  display: table;
}
.top-scene [data-slidearea01].type01 .slidearea01_content.disableTrs {
  transition: none !important;
}
.top-scene [data-slidearea01].type01 .slidearea01_link {
  display: table-cell;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
}
.top-scene [data-slidearea01].type01 .slidearea01_link div {
  margin: 0 0.2rem;
}
.top-scene [data-slidearea01].type01 .slidearea01_link div img {
  border-radius: var(--radius01);
  width: 100%;
  object-fit: cover;
}
.top-scene [data-slidearea01].type01 .slidearea01_link div p {
  margin-top: 0.9rem;
  text-align: center;
}
.top-scene [data-slidearea01].type01 .slidearea01_pager {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 0.72rem;
}
.top-scene [data-slidearea01].type01 .slidearea01_pager button {
  width: 0.1rem;
  height: 0.16rem;
  position: relative;
}
.top-scene [data-slidearea01].type01 .slidearea01_pager button + button {
  margin-left: 0.2rem;
}
.top-scene [data-slidearea01].type01 .slidearea01_pager button:after,
.top-scene [data-slidearea01].type01 .slidearea01_pager button:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.top-scene [data-slidearea01].type01 .slidearea01_pager button:before {
  background-image: url(../../images/2022/scene_dot.svg);
}
.top-scene [data-slidearea01].type01 .slidearea01_pager button:after {
  background-image: url(../../images/2022/scene_dot_active.svg);
  transition-property: opacity;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
}
.no-touchevents .top-scene [data-slidearea01].type01 .slidearea01_pager button:hover:after,
.top-scene [data-slidearea01].type01 .slidearea01_pager button.active:after {
  opacity: 1;
}
.top-scene [data-slidearea01].type01 .slidearea01_pager button.active {
  cursor: default;
  pointer-events: none;
}
.top-scene [data-slidearea01].type01 .slidearea01_imgpager {
  margin-top: 20px;
  text-align: center;
}
.top-scene [data-slidearea01].type01 .slidearea01_imgpager_btn {
  width: 50px;
  height: 50px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  transition: opacity 0.2s;
}
.top-scene [data-slidearea01].type01 .slidearea01_imgpager_btn:after {
  content: "";
  position: absolute;
  display: block;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border: 2px solid #fff;
  box-sizing: border-box;
  opacity: 0;
  transition: 0.2s;
}
.top-scene [data-slidearea01].type01 .slidearea01_imgpager_btn + .photogallery01_btn {
  margin-left: 10px;
}
.no-touchevents .top-scene [data-slidearea01].type01 .slidearea01_imgpager_btn:hover {
  opacity: 0.6;
}
.top-scene [data-slidearea01].type01 .slidearea01_imgpager_btn.active {
  cursor: default;
  pointer-events: none;
}
.top-scene [data-slidearea01].type01 .slidearea01_imgpager_btn.active:after {
  opacity: 1;
}
.top-scene [data-slidearea01].type01 .slidearea01_count {
  text-align: center;
  font-size: 0.16rem;
}
.top-scene [data-slidearea01].type01 .slidearea01_count_now {
  display: inline-block;
}
.top-scene [data-slidearea01].type01 .slidearea01_count_total {
  display: inline-block;
}
.top-scene .deco-image {
  mix-blend-mode: multiply;
}
.top-scene .deco-image._image01 {
  width: 1.92rem;
  top: -12.8rem;
  right: -12.8rem;
}
.top-scene .deco-image._image02 {
  width: 3.48rem;
  top: -12rem;
  left: -14.4rem;
  mix-blend-mode: multiply;
}

.top-feature {
  padding-top: 1.2rem;
  padding-bottom: 2rem;
  background-color: var(--basecolor-blue04);
  position: relative;
}
.top-feature .svg-image {
  height: 1rem;
  top: calc(-1rem + 1px);
}
.top-feature .feature-nav {
  margin-top: 0.8rem;
}
.top-feature .feature-nav .nav_list {
  display: flex;
  text-align: center;
}
.top-feature .feature-nav .nav_list > li > a {
  display: block;
}
.top-feature .feature-nav img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.top-feature .feature-nav .nav-image {
  width: 100%;
}
.top-feature .feature-nav .nav-text {
  margin-top: 0.24rem;
  margin-left: -0.1rem;
  margin-right: -0.1rem;
  line-height: 1;
}
.top-feature .feature-nav .nav-arrow {
  margin-top: 0.2rem;
  width: 0.4rem;
  transition-property: transform;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.top-feature .feature-contents_wrap {
  overflow: hidden;
}
.top-feature .feature-content {
  padding-top: 1rem;
}
.top-feature .feature-content:not(._reverse) .text-number {
  top: -0.5rem;
  left: -1.75rem;
}
.top-feature .feature-content._reverse .text-number {
  top: -2.2rem;
  right: -2.4rem;
}
.top-feature .feature-content .content-img img {
  width: 5.8rem;
}
.top-feature .feature-content .content-text {
  position: relative;
}
.top-feature .feature-content .text-number {
  width: 3.24rem;
  position: absolute;
}
.top-feature .feature-content .text-numberwrap {
  position: absolute;
}
.top-feature .feature-content .text-numberwrap span {
  display: inline-block;
  color: #aac9e9;
  transform: translateX(120%);
  opacity: 0;
}
.top-feature .feature-content .text-numberwrap:before {
  content: "";
  display: block;
  background-color: var(--basecolor-blue04);
  transform: skewX(-45deg);
  transform-origin: left top;
  position: absolute;
  z-index: 1;
}
.top-feature .feature-content .text-numberwrap:after {
  content: "";
  display: block;
  background: linear-gradient(0deg, #eff5fa 0%, #aac9e9 56%, #aac9e9 77%, #eff5fa 100%);
  transform: rotate(45deg);
  transform-origin: left top;
  position: absolute;
  z-index: 1;
}
.top-feature .feature-content .text-numberwrap.active:after {
  transition: 1s;
}
.top-feature .feature-content .text-numberwrap.active span {
  transform: none;
  opacity: 1;
  transition: 1s ease-in-out 0.1s;
}
.top-feature .feature-content .text-icon {
  margin: 0 auto;
  width: 1.44rem;
  height: 1.44rem;
  position: relative;
  z-index: 2;
}
.top-feature .feature-content .text-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.top-feature .feature-content .text-icon img {
  position: relative;
  display: block;
  transform-origin: center bottom;
  width: 100%;
  height: 100%;
}
.top-feature .feature-content .text-icon img.moto {
  position: relative;
  z-index: 100;
}
.top-feature .feature-content .text-icon img.shadow {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.01;
}
.top-feature .feature-content .text-heading {
  margin-top: 0.32rem;
  text-align: center;
  font-size: 0.26rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
}
.top-feature .feature-content .text-heading + .text-description {
  margin-top: 0.2rem;
}
.top-feature .feature-content .text-description {
  line-height: 1.66;
  position: relative;
  z-index: 2;
}
.top-feature .feature-content .text-description + .text-description {
  margin-top: 0.12rem;
}
.top-feature .feature-content .text-annotation {
  display: flex;
  margin-top: 0.12rem;
  font-size: 0.14rem;
  line-height: 1.66;
  position: relative;
  z-index: 2;
}
.top-feature .feature-content .text-annotation > span {
  margin-right: 0.1em;
  flex-shrink: 0;
}
.top-feature .deco-image_wrap {
  height: calc(100% + 5rem);
}
.top-feature .deco-image {
  mix-blend-mode: multiply;
}
.top-feature .deco-image._image01 {
  width: 3.84rem;
  top: 2.8rem;
  right: -12.8rem;
  bottom: auto;
}
.top-feature .deco-image._image02 {
  width: 2.04rem;
  top: 3.8rem;
  right: -9.2rem;
  mix-blend-mode: multiply;
  bottom: auto;
}

.ururu-prodects {
  position: relative;
}
.ururu-prodects .svg-image {
  height: 1rem;
  top: calc(-1rem + 1px);
}
.ururu-prodects .products-mv {
  text-align: center;
  height: 7.08rem;
  position: relative;
}
.ururu-prodects .products-mv:after {
  content: "";
  width: 100%;
  height: 4rem;
  background-image: linear-gradient(to bottom, #fff 1.2rem, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.ururu-prodects .products-mv .mv-logo {
  padding-top: 1.2rem;
}
.ururu-prodects .products-mv .mv-logo img {
  width: 4rem;
}
.ururu-prodects .products-mv .mv-catch {
  display: inline-flex;
  flex-direction: column;
  margin-top: 1.5rem;
  font-size: 0.34rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.ururu-prodects .products-mv .mv-catch > span {
  padding: 0.06rem 0.1rem 0.08rem 0.2rem;
  background-color: #fff;
}
.ururu-prodects .products-mv .mv-catch > span + span {
  margin-top: 0.12rem;
}
.ururu-prodects .products-mv .mv-img {
  display: flex;
  padding-top: 1rem;
  width: 100%;
  height: 100%;
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
}
.ururu-prodects .products-mv .mv-img > img {
  display: block;
  width: 50%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  background-size: cover;
  background-position: center center;
  object-position: center top;
}
.ururu-prodects .products-contents {
  padding-top: 0.8rem;
  padding-bottom: 1.6rem;
  background-color: var(--basecolor-gray02);
  position: relative;
}
.ururu-prodects .information-heading {
  text-align: center;
  font-size: 0.18rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.ururu-prodects .information-table {
  margin-top: 0.2rem;
  border: 1px solid #c8c8c8;
  border-radius: var(--radius01);
  text-align: center;
}
.ururu-prodects .information-table .dt {
  background-color: var(--basecolor-blue03);
  font-size: 0.12rem;
}
.ururu-prodects .information-table .dd {
  font-size: 0.14rem;
}
.ururu-prodects .information-annotation {
  margin-top: 0.2rem;
  font-size: 0.14rem;
}
.ururu-prodects .information-text {
  font-size: 0.14rem;
}
.ururu-prodects .information-text > a {
  text-decoration: underline;
}
.no-touchevents .ururu-prodects .information-text > a:hover {
  text-decoration: none;
}
.ururu-prodects .contents-ururu {
  padding: 0.8rem;
  background-color: #fff;
  margin-top: 0.72rem;
}
.ururu-prodects .contents-ururu .ururu-img {
  border-radius: var(--radius01);
}
.ururu-prodects .contents-ururu .text-logo > img {
  display: block;
  width: 2.24rem;
}
.ururu-prodects .contents-ururu .text-name {
  margin-top: 0.24rem;
  font-size: 0.24rem;
  line-height: 1;
}
.ururu-prodects .contents-ururu .text-postage {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 0.32rem;
  border: 2px solid;
  border-radius: 100px;
  width: 1.4rem;
  height: 0.4rem;
  font-size: 0.14rem;
  color: var(--basecolor-blue01);
}
.ururu-prodects .contents-ururu .text-postage:before,
.ururu-prodects .contents-ururu .text-postage:after {
  content: "";
  display: block;
  background-color: #fff;
  width: 4px;
  height: 2px;
  position: absolute;
}
.ururu-prodects .contents-ururu .text-postage:before {
  top: -2px;
  left: 0.2rem;
}
.ururu-prodects .contents-ururu .text-postage:after {
  bottom: -2px;
  right: 0.2rem;
}
.ururu-prodects .contents-ururu .text-price_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0.28rem;
  line-height: 1;
  border-bottom: 2px solid var(--basecolor-blue01);
  padding-bottom: 0.1rem;
}
.ururu-prodects .contents-ururu .text-price_wrap .price ._f-op_b {
  line-height: 0.5;
  font-size: 0.34rem;
}
.ururu-prodects .contents-ururu .text-price_wrap .price ._f-op_b > small {
  font-size: 0.64em;
}
.ururu-prodects .contents-ururu .text-shop {
  margin-top: auto;
  padding: 0.28rem 0;
  text-align: center;
  border-radius: var(--radius01);
  background-color: var(--basecolor-blue03);
}
.ururu-prodects .contents-ururu .shop-heading {
  line-height: 1;
}
.ururu-prodects .contents-ururu .shop-heading > * {
  display: block;
}
.ururu-prodects .contents-ururu .shop-heading .en {
  font-size: 0.28rem;
}
.ururu-prodects .contents-ururu .shop-heading .ja {
  margin-top: 0.08rem;
  font-size: 0.14rem;
}
.ururu-prodects .contents-ururu .shop-link {
  margin-top: 0.16rem;
}
.ururu-prodects .contents-ururu .shop-link > a {
  width: 2.2rem;
}
@media (min-width: 769px) {
  .pagetopbtn {
    bottom: 1.5rem;
  }
  .top-mainvisual {
    padding-bottom: 1rem;
    height: calc(100vh - 1rem);
  }
  .top-mainvisual .mainvisual_inner {
    display: flex;
    align-items: center;
  }
  .top-mainvisual .mainvisual_inner .mainvisual-heading {
    margin-left: -0.8rem;
    position: absolute;
  }
  html.no-touchevents .top-mainvisual .mainvisual-sns a {
    transition-property: opacity;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  html.no-touchevents .top-mainvisual .mainvisual-sns a:hover {
    opacity: 0.6;
  }
  html.no-touchevents .top-mainvisual .mainvisual-bnr {
    transition-property: opacity;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  html.no-touchevents .top-mainvisual .mainvisual-bnr:hover {
    opacity: 0.6;
  }
  .top-mainvisual .mainvisual-bnr {
    position: fixed;
  }
  .no-touchevents .__campaign-top .top-mainvisual .mainvisual-bnr:hover .bnr-arrow {
    transform: rotate(90deg) translate(0.05rem);
  }
  .no-touchevents .__campaign-now .top-mainvisual .mainvisual-bnr:hover .bnr-arrow {
    transform: rotate(180deg) translate(0.05rem);
  }
  .no-touchevents .__campaign-bottom .top-mainvisual .mainvisual-bnr:hover .bnr-arrow {
    transform: rotate(270deg) translate(0.05rem);
  }
  html.no-touchevents .top-mainvisual .mainvisual-scroll:hover > i > i {
    transform: translateY(0.71rem);
  }
  .top-concept .concept_wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .top-support .support-catch {
    text-align: center;
  }
  .top-support .support-contents .content {
    display: flex;
    align-items: center;
    height: 8.2rem;
  }
  .top-support .support-contents .content + .content {
    margin-top: -120px;
  }
  .top-support .support-contents .content-img img:not(.not-wave) {
    clip-path: url(#waveMask01_pc);
  }
  .top-support .support-contents .content-text_wrap {
    display: flex;
    z-index: 1;
    padding-top: 0.5rem;
  }
  .top-support .support-contents .content-text_wrap._reverse {
    flex-direction: row-reverse;
  }
  .top-support .support-contents .content-text {
    border-radius: var(--radius01);
    padding: 0.36rem 0.4rem 0.48rem;
    width: 5rem;
    background-image: url(../../images/2022/support_text_deco-pc.svg);
    background-size: 1rem;
    background-position: right top;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
  }
  .top-support .support-contents .content-text:before {
    content: "";
    display: block;
    background-color: #fff;
    width: 100%;
    height: 100%;
    clip-path: polygon(
      0% 0%,
      calc(100% - 0.99rem) 0%,
      calc(100% - 0.99rem) 0.99rem,
      100% 0.99rem,
      100% 100%,
      0% 100%
    );
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .top-support .support-contents .content-text .text-number .line01 {
    font-size: 0.16rem;
  }
  .top-support .support-contents .content-text .text-number .line02 {
    font-size: 0.64rem;
    letter-spacing: 0.02rem;
    margin-left: 0.05rem;
  }
  .top-campaign .campaign-contents .content-heading .ja {
    margin-left: 0.36rem;
  }
  .top-campaign .campaign-contents .content-img {
    margin-top: 0.4rem;
  }
  .top-campaign .campaign-contents .bottom-list {
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    height: 4.2em;
  }
  .top-campaign .campaign-contents .bottom-list > li:nth-child(n + 3) {
    margin-left: 0.08rem;
  }
  .top-scene .scene-catch {
    text-align: center;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_wrap {
    width: 11.4rem;
  }
  .top-feature .feature-nav .nav_list {
    justify-content: space-between;
  }
  .top-feature .feature-nav .nav_list > li {
    width: 1.6rem;
  }
  html.no-touchevents .top-feature .feature-nav .nav_list > li > a {
    transition-property: opacity;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  html.no-touchevents .top-feature .feature-nav .nav_list > li > a:hover {
    opacity: 0.6;
  }
  html.no-touchevents .top-feature .feature-nav .nav_list > li > a:hover .nav-arrow {
    transform: translateY(0.05rem);
  }
  .top-feature .feature-content {
    display: flex;
    justify-content: space-between;
  }
  .top-feature .feature-content + .feature-content {
    margin-top: 0.2rem;
  }
  .top-feature .feature-content:not(._reverse) .text-numberwrap {
    top: -0.25rem;
    left: -0.1rem;
  }
  .top-feature .feature-content:not(._reverse) .content-text {
    margin-left: 1rem;
  }
  .top-feature .feature-content._reverse {
    flex-direction: row-reverse;
  }
  .top-feature .feature-content._reverse .text-numberwrap {
    top: -0.2rem;
    right: 0rem;
  }
  .top-feature .feature-content._reverse .text-numberwrap:after {
    transform: rotate(45deg) translateY(-130px);
  }
  .top-feature .feature-content._reverse .content-text {
    margin-right: 1rem;
  }
  .top-feature .feature-content .content-img {
    flex-shrink: 0;
  }
  .top-feature .feature-content .content-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 5.5rem;
  }
  .top-feature .feature-content .text-numberwrap span {
    font-size: 0.64rem;
    letter-spacing: 0.02rem;
  }
  .top-feature .feature-content .text-numberwrap:before {
    top: -0.1rem;
    right: -0.7rem;
    width: 200px;
    height: 400px;
    margin-right: -200px;
  }
  .top-feature .feature-content .text-numberwrap:after {
    top: -0.1rem;
    right: -0.7rem;
    width: 2px;
    height: 0px;
  }
  .top-feature .feature-content .text-numberwrap.active:after {
    height: 380px;
  }
  .ururu-prodects .contents-information {
    padding: 0.28rem 0.4rem;
    background-color: #fff;
  }
  .ururu-prodects .information-table {
    display: table;
    width: 100%;
  }
  .ururu-prodects .information-table .dl {
    display: table-cell;
  }
  .ururu-prodects .information-table .dl + .dl > * {
    border-left: 1px solid #c8c8c8;
  }
  .ururu-prodects .information-table .dl > * {
    padding: 0.12rem;
  }
  .ururu-prodects .information-annotation > li {
    display: inline;
  }
  .ururu-prodects .contents-ururu {
    display: flex;
  }
  .ururu-prodects .contents-ururu .ururu-img {
    flex-shrink: 0;
  }
  .ururu-prodects .contents-ururu .ururu-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-left: 0.8rem;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
@media (max-width: 768px) {
  .top-mainvisual {
    height: calc(100vh - 0.6rem);
    padding-bottom: 1.2rem;
  }
  .top-mainvisual .mainvisual_inner {
    flex-direction: column;
  }
  .top-mainvisual .mainvisual_inner .mainvisual-img {
    height: calc(100% - 1.48rem);
  }
  .top-mainvisual .mainvisual_inner .mainvisual-heading {
    margin-top: 0.2rem;
  }
  .top-mainvisual .mainvisual_inner .mainvisual-heading .heading-main {
    font-size: 0.26rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .top-mainvisual .mainvisual_inner .mainvisual-heading .heading-sub {
    margin-top: 0.08rem;
    font-size: 0.17rem;
  }
  .top-mainvisual .mainvisual-bnr {
    padding-left: 0.1rem;
    width: 2.24rem;
    height: 0.68rem;
  }
  .top-mainvisual .mainvisual-bnr .bnr-img {
    width: 0.45rem;
  }
  .top-mainvisual .mainvisual-bnr > span {
    margin-left: 0.2rem;
  }
  .top-mainvisual .mainvisual-bnr > span .en {
    font-size: 0.2rem;
  }
  .top-mainvisual .mainvisual-bnr > span .ja {
    font-size: 0.11rem;
  }
  .top-mainvisual .mainvisual-scroll {
    padding: 0 0.3rem 0.37rem;
    font-size: 0.1rem;
  }
  .top-mainvisual .mainvisual-scroll > i {
    height: 0.25rem;
  }
  .top-mainvisual .mainvisual-scroll > i > i {
    width: 0.05rem;
    height: 0.05rem;
  }
  .top-mainvisual .deco-image._image01 {
    width: 1.54rem;
    top: -4.2rem;
    left: -4rem;
  }
  .top-mainvisual .deco-image._image02 {
    width: 1.4rem;
    bottom: -3.5rem;
    right: -3rem;
  }
  .top-concept {
    padding-top: 0.5rem;
  }
  .top-concept .concept_wrap {
    margin-top: 0.32rem;
  }
  .top-concept .concept_wrap .concept-imgs .img01 {
    width: 2.9rem;
  }
  .top-concept .concept_wrap .concept-imgs .img02 {
    width: 1.8rem;
  }
  .top-concept .concept-text {
    margin-top: 0.36rem;
  }
  .top-concept .text-heading {
    font-size: 0.27rem;
    letter-spacing: 0.15em;
  }
  .top-concept .text-heading + .text-description {
    margin-right: calc(var(--sp-contents-padding30) * -1);
    margin-top: 0.28rem;
  }
  .top-concept .deco-image._image01 {
    width: 1.54rem;
    top: 0.1rem;
    left: -3rem;
  }
  .ururu {
    padding-top: 1.2rem;
    padding-bottom: 1.5rem;
  }
  .ururu .ururu-img svg {
    width: 100%;
  }
  .top-support .support-contents {
    padding-top: 0.4rem;
    padding-bottom: 0.5rem;
  }
  .top-support .support-contents .content > .svg-image {
    height: 0.5rem;
  }
  .top-support .support-contents .content-img {
    height: 2.5rem;
    position: relative;
  }
  .top-support .support-contents .content-text_wrap .svg-image {
    top: calc(-0.5rem + 1px);
    height: 0.5rem;
  }
  .top-support .support-contents .content-text {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .top-support .support-contents .content-text .text-number .line01 {
    font-size: 0.12rem;
  }
  .top-support .support-contents .content-text .text-number .line02 {
    font-size: 0.48rem;
    letter-spacing: 0.02rem;
    margin-left: 0.01rem;
  }
  .top-support .support-contents .content-text .text-heading {
    margin-top: 0.12rem;
    font-size: 0.24rem;
    letter-spacing: 0.1em;
  }
  .top-support .support-contents .content-text .text {
    font-size: 0.13rem;
  }
  .top-support .deco-image._image01 {
    top: 5rem;
    width: 1.4rem;
    right: -3.8rem;
  }
  .top-campaign {
    padding-top: 0.5rem;
    padding-bottom: 0.6rem;
  }
  .top-campaign .svg-image {
    height: 0.5rem;
    top: calc(-0.5rem + 1px);
  }
  .top-campaign .campaign-contents {
    padding: 0.3rem 0.36rem 0;
  }
  .top-campaign .campaign-contents:before,
  .top-campaign .campaign-contents:after {
    width: 0.4rem;
    height: 0.4rem;
  }
  .top-campaign .campaign-contents:before {
    top: -0.24rem;
    left: -0.24rem;
  }
  .top-campaign .campaign-contents:after {
    bottom: -0.24rem;
    right: -0.24rem;
  }
  .top-campaign .campaign-contents .content-heading .en {
    display: block;
    font-size: 0.25rem;
  }
  .top-campaign .campaign-contents .content-heading .ja {
    margin-top: 0.16rem;
    font-size: 0.16rem;
  }
  .top-campaign .campaign-contents .content-catch {
    margin-top: calc(0.16rem - 0.45em);
    font-size: 0.14rem;
    letter-spacing: 0;
    line-height: 1.9;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .top-campaign .campaign-contents .content-img {
    width: 0.76rem;
    top: -0.2rem;
    right: 0.1rem;
  }
  .top-campaign .campaign-contents .contents-bottom {
    margin: 0.28rem -0.36rem 0;
    padding: 0.2rem 0.36rem 0.4rem;
  }
  .top-campaign .campaign-contents .bottom-heading {
    font-size: 0.12rem;
  }
  .top-campaign .campaign-contents .bottom-heading > span {
    display: block;
    margin-bottom: 0.12rem;
    font-size: 0.15rem;
  }
  .top-campaign .campaign-contents .bottom-list {
    font-size: 0.12rem;
    letter-spacing: -0.02em;
    line-height: 1.5;
  }
  .top-campaign .campaign-contents .bottom-list > li + li {
    margin-top: 0.5em;
  }
  .top-campaign .campaign-contents .bottom-annotation {
    margin-top: 0.1rem;
    font-size: 0.1rem;
  }
  .top-campaign .campaign-contents .bottom-link {
    margin-top: 0.28rem;
  }
  .top-campaign .campaign-contents .bottom-link > a {
    width: 2.2rem;
  }
  .top-scene {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .top-scene .svg-image {
    height: 0.5rem;
    top: calc(-0.5rem + 1px);
  }
  .top-scene [data-slidearea01] {
    margin-top: 0.28rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_wrap {
    width: 3.15rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_btns {
    height: 1.66rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_btns button {
    width: 0.4rem;
    height: 0.4rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_btns button.next {
    right: -0.2rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_btns button.prev {
    left: -0.2rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_btns button > img {
    width: 0.12rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_link div {
    margin: 0 0.05rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_link div p {
    margin-top: 0.44rem;
    font-size: 0.12rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_pager {
    bottom: 0.64rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_pager button {
    width: 0.05rem;
    height: 0.08rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_pager button + button {
    margin-left: 0.1rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_imgpager_btn {
    width: 30px;
    height: 30px;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_imgpager_btn + .photogallery01_btn {
    margin-left: 0;
  }
  .top-scene .deco-image._image01 {
    width: 0.72rem;
    top: -6.4rem;
    right: -3.6rem;
  }
  .top-scene .deco-image._image02 {
    width: 1.4rem;
    top: -6.4rem;
    left: -4rem;
  }
  .top-feature {
    padding-top: 0.6rem;
    padding-bottom: 1rem;
  }
  .top-feature .svg-image {
    height: 0.5rem;
    top: calc(-0.5rem + 1px);
  }
  .top-feature .feature-nav {
    margin-top: 0.32rem;
  }
  .top-feature .feature-nav .nav_list {
    flex-wrap: wrap;
    margin: 0 -0.08rem -0.32rem;
  }
  .top-feature .feature-nav .nav_list > li {
    margin: 0 0.08rem 0.32rem;
    width: calc(100% / 3 - 0.16rem);
  }
  .top-feature .feature-nav .nav-text {
    margin-top: 0.12rem;
    font-size: 0.13rem;
    white-space: nowrap;
  }
  .top-feature .feature-nav .nav-arrow {
    margin-top: 0.12rem;
    width: 0.24rem;
  }
  .top-feature .feature-content {
    padding-top: 0.7rem;
  }
  .top-feature .feature-content:not(._reverse) .text-number {
    top: -0.32rem;
    left: -0.88rem;
  }
  .top-feature .feature-content:not(._reverse) .text-numberwrap {
    top: -0.2rem;
    left: 0rem;
  }
  .top-feature .feature-content._reverse .text-number {
    top: -1.2rem;
    right: -1.25rem;
  }
  .top-feature .feature-content._reverse .text-numberwrap {
    top: -0.2rem;
    right: 0rem;
  }
  .top-feature .feature-content._reverse .text-numberwrap:after {
    transform: rotate(45deg) translateY(-0.3rem);
  }
  .top-feature .feature-content .content-img {
    margin-top: 0.32rem;
  }
  .top-feature .feature-content .content-img img {
    width: 100%;
  }
  .top-feature .feature-content .text-number {
    width: 1.8rem;
  }
  .top-feature .feature-content .text-numberwrap span {
    font-size: 0.35rem;
    letter-spacing: 0.01rem;
  }
  .top-feature .feature-content .text-numberwrap:before {
    top: 0;
    right: -0.32rem;
    width: 1rem;
    height: 1rem;
    margin-right: -1rem;
  }
  .top-feature .feature-content .text-numberwrap:after {
    top: 0;
    right: -0.32rem;
    width: 2px;
    height: 0px;
  }
  .top-feature .feature-content .text-numberwrap.active:after {
    height: 1.5rem;
  }
  .top-feature .feature-content .text-icon {
    width: 0.72rem;
    height: 0.72rem;
  }
  .top-feature .feature-content .text-icon img.shadow:nth-child(n + 20) {
    display: none;
  }
  .top-feature .feature-content .text-heading {
    margin-top: 0.24rem;
    font-size: 0.18rem;
    letter-spacing: 0;
  }
  .top-feature .feature-content .text-heading + .text-description {
    margin-top: 0.16rem;
  }
  .top-feature .feature-content .text-description {
    font-size: 0.13rem;
  }
  .top-feature .feature-content .text-description + .text-description {
    margin-top: 0.08rem;
  }
  .top-feature .feature-content .text-annotation {
    margin-top: 0.08rem;
    font-size: 0.11rem;
  }
  .top-feature .deco-image._image01 {
    width: 1.56rem;
    top: 4.4rem;
    right: -3.6rem;
  }
  .top-feature .deco-image._image02 {
    width: 1.02rem;
    top: 4.4rem;
    right: -2.2rem;
  }
  .ururu-prodects .svg-image {
    height: 0.5rem;
    top: calc(-0.5rem + 1px);
  }
  .ururu-prodects .products-mv {
    height: 2.8rem;
  }
  .ururu-prodects .products-mv:after {
    background-image: linear-gradient(to bottom, #fff 0.6rem, rgba(255, 255, 255, 0) 100%);
    height: 1.6rem;
  }
  .ururu-prodects .products-mv .mv-logo {
    padding-top: 0.44rem;
  }
  .ururu-prodects .products-mv .mv-logo img {
    width: 2rem;
  }
  .ururu-prodects .products-mv .mv-catch {
    margin-top: 0.48rem;
    font-size: 0.2rem;
  }
  .ururu-prodects .products-mv .mv-catch > span {
    padding: 0.04rem 0.05rem 0.04rem 0.1rem;
  }
  .ururu-prodects .products-mv .mv-img {
    padding-top: 0;
  }
  .ururu-prodects .products-mv .mv-img > img {
    object-position: center bottom;
  }
  .ururu-prodects .products-contents {
    padding-top: 0.4rem;
    padding-bottom: 0.6rem;
  }
  .ururu-prodects .information-heading {
    font-size: 0.16rem;
  }
  .ururu-prodects .information-table .dl {
    display: flex;
  }
  .ururu-prodects .information-table .dl + .dl {
    border-top: 1px solid #c8c8c8;
  }
  .ururu-prodects .information-table .dl > * {
    padding: 0.08rem 0;
  }
  .ururu-prodects .information-table .dt {
    flex-shrink: 0;
    width: 1.05rem;
    font-size: 0.14rem;
  }
  .ururu-prodects .information-table .dd {
    flex: 1;
    background-color: #fff;
  }
  .ururu-prodects .information-annotation {
    margin-top: 0.2rem;
    font-size: 0.12rem;
    line-height: 1.75;
  }
  .ururu-prodects .information-annotation > li {
    display: flex;
  }
  .ururu-prodects .information-annotation > li > span {
    flex-shrink: 0;
  }
  .ururu-prodects .information-text {
    font-size: 0.12rem;
    line-height: 1.75;
  }
  .ururu-prodects .contents-ururu {
    margin-top: 0.4rem;
    padding: 0.3rem;
  }
  .ururu-prodects .contents-ururu .ururu-img {
    width: 100%;
  }
  .ururu-prodects .contents-ururu .ururu-text {
    margin-top: 0.24rem;
  }
  .ururu-prodects .contents-ururu .text-logo > img {
    width: 1.68rem;
  }
  .ururu-prodects .contents-ururu .text-name {
    margin-top: 0.12rem;
    font-size: 0.15rem;
  }
  .ururu-prodects .contents-ururu .text-postage {
    margin-top: 0.16rem;
    width: 1.2rem;
    height: 0.32rem;
  }
  .ururu-prodects .contents-ururu .text-postage:before {
    left: 0.12rem;
  }
  .ururu-prodects .contents-ururu .text-postage:after {
    right: 0.12rem;
  }
  .ururu-prodects .contents-ururu .text-price_wrap {
    margin-top: 0.2rem;
    font-size: 0.13rem;
  }
  .ururu-prodects .contents-ururu .text-price_wrap .price ._f-op_b {
    font-size: 0.25rem;
  }
  .ururu-prodects .contents-ururu .text-shop {
    margin-top: 0.2rem;
    padding: 0.28rem 0;
  }
  .ururu-prodects .contents-ururu .shop-heading .en {
    font-size: 0.21rem;
  }
  .ururu-prodects .contents-ururu .shop-heading .ja {
    margin-top: 0.04rem;
    font-size: 0.12rem;
  }
  .ururu-prodects .contents-ururu .shop-link {
    margin-top: 0.24rem;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@charset "UTF-8";

.waveMask {
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
}

.svg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.deco-image {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  mix-blend-mode: multiply;
  will-change: transform;
}
.__menu-open .deco-image {
  opacity: 0 !important;
}

.deco-image_wrap {
  width: 100%;
  height: calc(100% + 10rem);
  position: absolute;
  top: -5rem;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}

.top-mainvisual {
  position: relative;
}
.top-mainvisual .mainvisual_inner {
  height: 100%;
}
.top-mainvisual .mainvisual_inner .mainvisual-img {
  width: 100%;
  height: 100%;
}
.top-mainvisual .mainvisual_inner .mainvisual-img img {
  border-radius: var(--radius01);
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  background-size: cover;
  background-position: center center;
}
.top-mainvisual .mainvisual_inner .mainvisual-heading > * {
  display: block;
}
.top-mainvisual .mainvisual_inner .mainvisual-heading .heading-main {
  font-size: 0.46rem;
  letter-spacing: 0.15em;
  line-height: 1.7;
}
.top-mainvisual .mainvisual_inner .mainvisual-heading .heading-sub {
  margin-top: 0.4rem;
  font-size: 0.27rem;
  letter-spacing: 0.05em;
}
.top-mainvisual .mainvisual-sns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  right: 0.4rem;
}
.top-mainvisual .mainvisual-sns a {
  margin: 0.2rem 0;
}
.top-mainvisual .mainvisual-sns a img {
  display: block;
  width: 0.28rem;
}
.top-mainvisual .mainvisual-bnr {
  display: flex;
  align-items: center;
  border-radius: var(--radius01) 0 0 var(--radius01);
  width: 3rem;
  height: 0.9rem;
  padding-left: 0.15rem;
  color: #fff;
  background-color: var(--basecolor-blue02);
  position: absolute;
  right: 0;
  z-index: 10;
  bottom: 0.4rem;
}
.top-mainvisual .mainvisual-bnr .bnr-img {
  width: 0.6rem;
}
.top-mainvisual .mainvisual-bnr > span {
  margin-left: 0.24rem;
  line-height: 1;
}
.top-mainvisual .mainvisual-bnr > span > * {
  display: block;
}
.top-mainvisual .mainvisual-bnr > span .en {
  font-size: 0.25rem;
  letter-spacing: 0.05em;
}
.top-mainvisual .mainvisual-bnr > span .ja {
  margin-top: 0.04rem;
  font-size: 0.14rem;
  letter-spacing: 0;
}
.top-mainvisual .bnr-arrow {
  margin-left: 0.2rem;
  width: 0.15rem;
  transition-property: transform;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.__campaign-top .top-mainvisual .bnr-arrow {
  transform: rotate(90deg);
}
.__campaign-now .top-mainvisual .bnr-arrow {
  transform: rotate(180deg);
}
.__campaign-bottom .top-mainvisual .bnr-arrow {
  transform: rotate(270deg);
}
.top-mainvisual .mainvisual-scroll {
  display: flex;
  align-items: center;
  padding: 0 0.4rem 0.92rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 0.12rem;
  line-height: 1;
  letter-spacing: 0.05em;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.top-mainvisual .mainvisual-scroll > i {
  margin: 0 auto;
  border-left: 1px solid var(--basecolor-gray01);
  width: 0;
  height: 0.8rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.top-mainvisual .mainvisual-scroll > i > i {
  margin: 0 auto;
  border-radius: 50%;
  width: 0.09rem;
  height: 0.09rem;
  background-color: var(--basecolor-pink01);
  position: absolute;
  top: 0;
  left: -100%;
  right: -100%;
  transition-property: transform;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.top-mainvisual .deco-image {
  mix-blend-mode: multiply;
}
.top-mainvisual .deco-image._image01 {
  width: 3.88rem;
  top: -12.8rem;
  left: -12.8rem;
  z-index: 1000;
}
.top-mainvisual .deco-image._image02 {
  width: 3.88rem;
  bottom: -6rem;
  right: -12.8rem;
  mix-blend-mode: multiply;
}

.top-concept {
  padding-top: 1rem;
  position: relative;
}
.top-concept .concept_wrap {
  margin-top: 0.8rem;
}
.top-concept .concept_wrap .concept-imgs > * {
  display: block;
  border-radius: var(--radius01);
}
.top-concept .concept_wrap .concept-imgs .img01 {
  margin-right: 0.72rem;
  width: 5.8rem;
}
.top-concept .concept_wrap .concept-imgs .img02 {
  margin-top: -0.32rem;
  margin-left: auto;
  width: 3.6rem;
}
.top-concept .concept-text {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.top-concept .text-heading {
  margin-top: -0.34em;
  font-size: 0.5rem;
  letter-spacing: 0.2em;
  line-height: 1.68;
}
.top-concept .text-heading + .text-description {
  margin-top: 0.4rem;
}
.top-concept .text-description + .text-description {
  margin-top: 2em;
}
.top-concept .deco-image {
  mix-blend-mode: multiply;
}
.top-concept .deco-image._image01 {
  width: 3.88rem;
  top: -1.4rem;
  left: -14.8rem;
}

.ururu {
  position: relative;
  padding-top: 2.2rem;
  padding-bottom: 2.5rem;
  overflow: hidden;
  width: 100%;
}
.ururu .ururu-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ururu .ururu-img svg {
  display: block;
  margin: 0 auto;
  transform-origin: center bottom;
  width: 9.2rem;
  height: auto;
}

#Support {
  margin-top: -1rem;
  position: relative;
}
#Support_ {
  padding-top: 1rem;
}
.top-support .support-catch {
  margin-top: 0.52rem;
}
.top-support .support-contents .content {
  position: relative;
}
.top-support .support-contents .content > .svg-image {
  top: -1px;
  height: 1.5rem;
  transform: rotate(180deg);
  z-index: 2;
}
.top-support .support-contents .content-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.top-support .support-contents .content-text_wrap {
  position: relative;
}
.top-support .support-contents .content-text .text-number {
  display: inline-block;
  position: relative;
  color: #aac9e9;
}
.top-support .support-contents .content-text .text-number b {
  transform: translateX(100%);
  opacity: 0;
  display: inline-block;
  position: relative;
}
.top-support .support-contents .content-text .text-number .line01 {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  font-weight: bold;
}
.top-support .support-contents .content-text .text-number .line02 {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.top-support .support-contents .content-text .text-number:after {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 10%;
  width: 200%;
  height: 100%;
  border-left: 2px solid #aac9e9;
  background-color: #fff;
  transform: skewX(-43deg) scaleY(0);
  transform-origin: left center;
}
.top-support .support-contents .content-text .text-number.active:after {
  transform: skewX(-43deg) scaleY(1);
  left: 100%;
  width: 150%;
  margin-left: -0.03rem;
  transition:
    transform 0.4s,
    left 0.5s ease-in-out 0.4s;
}
.top-support .support-contents .content-text .text-number.active b {
  transition:
    transform 1s ease-in-out 0.45s,
    opacity 1s ease-in-out 0.45s;
  transform: translateX(0%);
  opacity: 1;
}
.top-support .support-contents .content-text .text-heading {
  margin-top: 0.12rem;
  font-size: 0.32rem;
  letter-spacing: 0.1em;
  line-height: 1.56;
}
.top-support .support-contents .content-text .text {
  margin-top: 0.16rem;
  border-top: 1px solid var(--basecolor-blue01);
  padding-top: 0.2rem;
}
.top-support .support-contents .content-text .text ul {
  line-height: 1.5;
}
.top-support .support-contents .content-text .text ul li {
  padding-left: 0.16rem;
  position: relative;
}
.top-support .support-contents .content-text .text ul li + li {
  margin-top: 0.5em;
}
.top-support .support-contents .content-text .text ul li:before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  background-color: var(--basecolor-black01);
  position: absolute;
  top: calc(0.75em - 1px);
  left: 0.2em;
}
.top-support .support-contents .content-text .text-link {
  margin-top: 0.24rem;
  text-align: center;
}
.top-support .support-contents .content-text .text-link > a {
  width: 2.9rem;
}
.top-support .deco-image._image01 {
  width: 3.88rem;
  top: 1rem;
  bottom: auto;
  right: -13.4rem;
  mix-blend-mode: multiply;
}

.top-campaign {
  padding-top: 1rem;
  padding-bottom: 1.6rem;
  background-color: var(--basecolor-blue03);
  position: relative;
}
.top-campaign .svg-image {
  height: 1rem;
  top: calc(-1rem + 1px);
}
.top-campaign .campaign-contents_wrap {
  margin-top: 0.16rem;
  overflow: hidden;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.top-campaign .campaign-contents {
  padding: 0.4rem 0.7rem 0;
  background-color: #fff;
  position: relative;
}
.top-campaign .campaign-contents:before,
.top-campaign .campaign-contents:after {
  content: "";
  display: block;
  width: 1.28rem;
  height: 1.28rem;
  background-color: var(--basecolor-blue03);
  position: absolute;
  transform: rotate(45deg);
}
.top-campaign .campaign-contents:before {
  border-right: 2px solid #fff;
  top: -0.8rem;
  left: -0.8rem;
}
.top-campaign .campaign-contents:after {
  border-left: 2px solid #fff;
  bottom: -0.8rem;
  right: -0.8rem;
}
.top-campaign .campaign-contents .content-heading {
  line-height: 1;
  border-bottom: 2px solid #accceb;
  padding-bottom: 0.16rem;
}
.top-campaign .campaign-contents .content-heading .en {
  font-size: 0.48rem;
  color: #accceb;
  letter-spacing: 0.02em;
}
.top-campaign .campaign-contents .content-heading .ja {
  font-size: 0.32rem;
}
.top-campaign .campaign-contents .content-catch {
  margin-top: calc(0.4rem - 0.45em);
  font-size: 0.2rem;
  letter-spacing: 0;
  line-height: 1.9;
}
.top-campaign .campaign-contents .content-img {
  display: block;
  width: 2rem;
  position: absolute;
  right: 0.7rem;
}
.top-campaign .campaign-contents .contents-bottom {
  margin: 0.32rem -0.7rem 0;
  padding: 0.32rem 0.7rem 0.6rem;
  background-color: var(--basecolor-blue04);
}
.top-campaign .campaign-contents .bottom-heading {
  line-height: 1;
  font-size: 0.15rem;
}
.top-campaign .campaign-contents .bottom-heading > span {
  margin-left: -0.5em;
  font-size: 0.17rem;
}
.top-campaign .campaign-contents .bottom-list {
  margin-top: 0.16rem;
  font-size: 0.14rem;
  letter-spacing: -0.02em;
  line-height: 2;
}
.top-campaign .campaign-contents .bottom-list > li {
  display: flex;
}
.top-campaign .campaign-contents .bottom-list > li:before {
  content: "・";
  flex-shrink: 0;
}
.top-campaign .campaign-contents .bottom-annotation {
  margin-top: 0.08rem;
  font-size: 0.12rem;
  line-height: 1.7;
}
.top-campaign .campaign-contents .bottom-annotation > li {
  display: flex;
}
.top-campaign .campaign-contents .bottom-annotation > li > ._asterisk {
  flex-shrink: 0;
}
.top-campaign .campaign-contents .bottom-link {
  margin-top: 0.28rem;
  text-align: center;
}
.top-campaign .campaign-contents .bottom-link > a {
  width: 2.9rem;
}

.top-scene {
  padding-top: 1rem;
  padding-bottom: 1.2rem;
  position: relative;
}
.top-scene .svg-image {
  height: 1rem;
  top: calc(-1rem + 1px);
}
.top-scene .scene-catch {
  margin-top: 0.52rem;
}
.top-scene [data-slidearea01] {
  margin-top: 0.72rem;
}
.top-scene [data-slidearea01][data-slidearea01-slidelimit] .slidearea01_link.dammy {
  opacity: 0;
}
.top-scene [data-slidearea01].type01 {
  overflow: hidden;
}
.top-scene [data-slidearea01].type01 .slidearea01_wrap {
  margin: auto;
  position: relative;
}
.top-scene [data-slidearea01].type01 .slidearea01_btns {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 6rem;
}
.top-scene [data-slidearea01].type01 .slidearea01_btns button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.8rem;
  height: 0.8rem;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.top-scene [data-slidearea01].type01 .slidearea01_btns button:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.2s;
}
.top-scene [data-slidearea01].type01 .slidearea01_btns button:before {
  width: 100%;
  height: 100%;
  background-color: var(--basecolor-blue01);
  border-radius: 50%;
}
.top-scene [data-slidearea01].type01 .slidearea01_btns button.next {
  right: -0.4rem;
}
.top-scene [data-slidearea01].type01 .slidearea01_btns button.prev {
  left: -0.4rem;
}
.top-scene [data-slidearea01].type01 .slidearea01_btns button.prev > img {
  transform: rotate(180deg);
}
.top-scene [data-slidearea01].type01 .slidearea01_btns button.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.no-touchevents .top-scene [data-slidearea01].type01 .slidearea01_btns button:hover:before {
  background-color: var(--basecolor-blue02);
}
.top-scene [data-slidearea01].type01 .slidearea01_btns button > img {
  width: 0.18rem;
  position: relative;
}
.top-scene [data-slidearea01].type01 .slidearea01_wrapin.type01 {
  padding: 0;
}
.top-scene [data-slidearea01].type01 .slidearea01_wrapin.type01 .slidearea01_link div {
  margin: 0;
}
.top-scene [data-slidearea01].type01 .slidearea01_content {
  position: relative;
  display: table;
}
.top-scene [data-slidearea01].type01 .slidearea01_content.disableTrs {
  transition: none !important;
}
.top-scene [data-slidearea01].type01 .slidearea01_link {
  display: table-cell;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
}
.top-scene [data-slidearea01].type01 .slidearea01_link div {
  margin: 0 0.2rem;
}
.top-scene [data-slidearea01].type01 .slidearea01_link div img {
  border-radius: var(--radius01);
  width: 100%;
  object-fit: cover;
}
.top-scene [data-slidearea01].type01 .slidearea01_link div p {
  margin-top: 0.9rem;
  text-align: center;
}
.top-scene [data-slidearea01].type01 .slidearea01_pager {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 0.72rem;
}
.top-scene [data-slidearea01].type01 .slidearea01_pager button {
  width: 0.1rem;
  height: 0.16rem;
  position: relative;
}
.top-scene [data-slidearea01].type01 .slidearea01_pager button + button {
  margin-left: 0.2rem;
}
.top-scene [data-slidearea01].type01 .slidearea01_pager button:after,
.top-scene [data-slidearea01].type01 .slidearea01_pager button:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.top-scene [data-slidearea01].type01 .slidearea01_pager button:before {
  background-image: url(../../images/2022/scene_dot.svg);
}
.top-scene [data-slidearea01].type01 .slidearea01_pager button:after {
  background-image: url(../../images/2022/scene_dot_active.svg);
  transition-property: opacity;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
}
.no-touchevents .top-scene [data-slidearea01].type01 .slidearea01_pager button:hover:after,
.top-scene [data-slidearea01].type01 .slidearea01_pager button.active:after {
  opacity: 1;
}
.top-scene [data-slidearea01].type01 .slidearea01_pager button.active {
  cursor: default;
  pointer-events: none;
}
.top-scene [data-slidearea01].type01 .slidearea01_imgpager {
  margin-top: 20px;
  text-align: center;
}
.top-scene [data-slidearea01].type01 .slidearea01_imgpager_btn {
  width: 50px;
  height: 50px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  transition: opacity 0.2s;
}
.top-scene [data-slidearea01].type01 .slidearea01_imgpager_btn:after {
  content: "";
  position: absolute;
  display: block;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border: 2px solid #fff;
  box-sizing: border-box;
  opacity: 0;
  transition: 0.2s;
}
.top-scene [data-slidearea01].type01 .slidearea01_imgpager_btn + .photogallery01_btn {
  margin-left: 10px;
}
.no-touchevents .top-scene [data-slidearea01].type01 .slidearea01_imgpager_btn:hover {
  opacity: 0.6;
}
.top-scene [data-slidearea01].type01 .slidearea01_imgpager_btn.active {
  cursor: default;
  pointer-events: none;
}
.top-scene [data-slidearea01].type01 .slidearea01_imgpager_btn.active:after {
  opacity: 1;
}
.top-scene [data-slidearea01].type01 .slidearea01_count {
  text-align: center;
  font-size: 0.16rem;
}
.top-scene [data-slidearea01].type01 .slidearea01_count_now {
  display: inline-block;
}
.top-scene [data-slidearea01].type01 .slidearea01_count_total {
  display: inline-block;
}
.top-scene .deco-image {
  mix-blend-mode: multiply;
}
.top-scene .deco-image._image01 {
  width: 1.92rem;
  top: -12.8rem;
  right: -12.8rem;
}
.top-scene .deco-image._image02 {
  width: 3.48rem;
  top: -12rem;
  left: -14.4rem;
  mix-blend-mode: multiply;
}

.top-feature {
  padding-top: 1.2rem;
  padding-bottom: 2rem;
  background-color: var(--basecolor-blue04);
  position: relative;
}
.top-feature .svg-image {
  height: 1rem;
  top: calc(-1rem + 1px);
}
.top-feature .feature-nav {
  margin-top: 0.8rem;
}
.top-feature .feature-nav .nav_list {
  display: flex;
  text-align: center;
}
.top-feature .feature-nav .nav_list > li > a {
  display: block;
}
.top-feature .feature-nav img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.top-feature .feature-nav .nav-image {
  width: 100%;
}
.top-feature .feature-nav .nav-text {
  margin-top: 0.24rem;
  margin-left: -0.1rem;
  margin-right: -0.1rem;
  line-height: 1;
}
.top-feature .feature-nav .nav-arrow {
  margin-top: 0.2rem;
  width: 0.4rem;
  transition-property: transform;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.top-feature .feature-contents_wrap {
  overflow: hidden;
}
.top-feature .feature-content {
  padding-top: 1rem;
}
.top-feature .feature-content:not(._reverse) .text-number {
  top: -0.5rem;
  left: -1.75rem;
}
.top-feature .feature-content._reverse .text-number {
  top: -2.2rem;
  right: -2.4rem;
}
.top-feature .feature-content .content-img img {
  width: 5.8rem;
}
.top-feature .feature-content .content-text {
  position: relative;
}
.top-feature .feature-content .text-number {
  width: 3.24rem;
  position: absolute;
}
.top-feature .feature-content .text-numberwrap {
  position: absolute;
}
.top-feature .feature-content .text-numberwrap span {
  display: inline-block;
  color: #aac9e9;
  transform: translateX(120%);
  opacity: 0;
}
.top-feature .feature-content .text-numberwrap:before {
  content: "";
  display: block;
  background-color: var(--basecolor-blue04);
  transform: skewX(-45deg);
  transform-origin: left top;
  position: absolute;
  z-index: 1;
}
.top-feature .feature-content .text-numberwrap:after {
  content: "";
  display: block;
  background: linear-gradient(0deg, #eff5fa 0%, #aac9e9 56%, #aac9e9 77%, #eff5fa 100%);
  transform: rotate(45deg);
  transform-origin: left top;
  position: absolute;
  z-index: 1;
}
.top-feature .feature-content .text-numberwrap.active:after {
  transition: 1s;
}
.top-feature .feature-content .text-numberwrap.active span {
  transform: none;
  opacity: 1;
  transition: 1s ease-in-out 0.1s;
}
.top-feature .feature-content .text-icon {
  margin: 0 auto;
  width: 1.44rem;
  height: 1.44rem;
  position: relative;
  z-index: 2;
}
.top-feature .feature-content .text-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.top-feature .feature-content .text-icon img {
  position: relative;
  display: block;
  transform-origin: center bottom;
  width: 100%;
  height: 100%;
}
.top-feature .feature-content .text-icon img.moto {
  position: relative;
  z-index: 100;
}
.top-feature .feature-content .text-icon img.shadow {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.01;
}
.top-feature .feature-content .text-heading {
  margin-top: 0.32rem;
  text-align: center;
  font-size: 0.26rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
}
.top-feature .feature-content .text-heading + .text-description {
  margin-top: 0.2rem;
}
.top-feature .feature-content .text-description {
  line-height: 1.66;
  position: relative;
  z-index: 2;
}
.top-feature .feature-content .text-description + .text-description {
  margin-top: 0.12rem;
}
.top-feature .feature-content .text-annotation {
  display: flex;
  margin-top: 0.12rem;
  font-size: 0.14rem;
  line-height: 1.66;
  position: relative;
  z-index: 2;
}
.top-feature .feature-content .text-annotation > span {
  margin-right: 0.1em;
  flex-shrink: 0;
}
.top-feature .deco-image_wrap {
  height: calc(100% + 5rem);
}
.top-feature .deco-image {
  mix-blend-mode: multiply;
}
.top-feature .deco-image._image01 {
  width: 3.84rem;
  top: 2.8rem;
  right: -12.8rem;
  bottom: auto;
}
.top-feature .deco-image._image02 {
  width: 2.04rem;
  top: 3.8rem;
  right: -9.2rem;
  mix-blend-mode: multiply;
  bottom: auto;
}

.ururu-prodects {
  position: relative;
}
.ururu-prodects .svg-image {
  height: 1rem;
  top: calc(-1rem + 1px);
}
.ururu-prodects .products-mv {
  text-align: center;
  height: 7.08rem;
  position: relative;
}
.ururu-prodects .products-mv:after {
  content: "";
  width: 100%;
  height: 4rem;
  background-image: linear-gradient(to bottom, #fff 1.2rem, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.ururu-prodects .products-mv .mv-logo {
  padding-top: 1.2rem;
}
.ururu-prodects .products-mv .mv-logo img {
  width: 4rem;
}
.ururu-prodects .products-mv .mv-catch {
  display: inline-flex;
  flex-direction: column;
  margin-top: 1.5rem;
  font-size: 0.34rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.ururu-prodects .products-mv .mv-catch > span {
  padding: 0.06rem 0.1rem 0.08rem 0.2rem;
  background-color: #fff;
}
.ururu-prodects .products-mv .mv-catch > span + span {
  margin-top: 0.12rem;
}
.ururu-prodects .products-mv .mv-img {
  display: flex;
  padding-top: 1rem;
  width: 100%;
  height: 100%;
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
}
.ururu-prodects .products-mv .mv-img > img {
  display: block;
  width: 50%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  background-size: cover;
  background-position: center center;
  object-position: center top;
}
.ururu-prodects .products-contents {
  padding-top: 0.8rem;
  padding-bottom: 1.6rem;
  background-color: var(--basecolor-gray02);
  position: relative;
}
.ururu-prodects .information-heading {
  text-align: center;
  font-size: 0.18rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.ururu-prodects .information-table {
  margin-top: 0.2rem;
  border: 1px solid #c8c8c8;
  border-radius: var(--radius01);
  text-align: center;
}
.ururu-prodects .information-table .dt {
  background-color: var(--basecolor-blue03);
  font-size: 0.12rem;
}
.ururu-prodects .information-table .dd {
  font-size: 0.14rem;
}
.ururu-prodects .information-annotation {
  margin-top: 0.2rem;
  font-size: 0.14rem;
}
.ururu-prodects .information-text {
  font-size: 0.14rem;
}
.ururu-prodects .information-text > a {
  text-decoration: underline;
}
.no-touchevents .ururu-prodects .information-text > a:hover {
  text-decoration: none;
}
.ururu-prodects .contents-ururu {
  padding: 0.8rem;
  background-color: #fff;
  margin-top: 0.72rem;
}
.ururu-prodects .contents-ururu .ururu-img {
  border-radius: var(--radius01);
}
.ururu-prodects .contents-ururu .text-logo > img {
  display: block;
  width: 2.24rem;
}
.ururu-prodects .contents-ururu .text-name {
  margin-top: 0.24rem;
  font-size: 0.24rem;
  line-height: 1;
}
.ururu-prodects .contents-ururu .text-postage {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 0.32rem;
  border: 2px solid;
  border-radius: 100px;
  width: 1.4rem;
  height: 0.4rem;
  font-size: 0.14rem;
  color: var(--basecolor-blue01);
}
.ururu-prodects .contents-ururu .text-postage:before,
.ururu-prodects .contents-ururu .text-postage:after {
  content: "";
  display: block;
  background-color: #fff;
  width: 4px;
  height: 2px;
  position: absolute;
}
.ururu-prodects .contents-ururu .text-postage:before {
  top: -2px;
  left: 0.2rem;
}
.ururu-prodects .contents-ururu .text-postage:after {
  bottom: -2px;
  right: 0.2rem;
}
.ururu-prodects .contents-ururu .text-price_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0.28rem;
  line-height: 1;
  border-bottom: 2px solid var(--basecolor-blue01);
  padding-bottom: 0.1rem;
}
.ururu-prodects .contents-ururu .text-price_wrap .price ._f-op_b {
  line-height: 0.5;
  font-size: 0.34rem;
}
.ururu-prodects .contents-ururu .text-price_wrap .price ._f-op_b > small {
  font-size: 0.64em;
}
.ururu-prodects .contents-ururu .text-shop {
  margin-top: auto;
  padding: 0.28rem 0;
  text-align: center;
  border-radius: var(--radius01);
  background-color: var(--basecolor-blue03);
}
.ururu-prodects .contents-ururu .shop-heading {
  line-height: 1;
}
.ururu-prodects .contents-ururu .shop-heading > * {
  display: block;
}
.ururu-prodects .contents-ururu .shop-heading .en {
  font-size: 0.28rem;
}
.ururu-prodects .contents-ururu .shop-heading .ja {
  margin-top: 0.08rem;
  font-size: 0.14rem;
}
.ururu-prodects .contents-ururu .shop-link {
  margin-top: 0.16rem;
}
.ururu-prodects .contents-ururu .shop-link > a {
  width: 2.2rem;
}
@media (min-width: 769px) {
  .pagetopbtn {
    bottom: 1.5rem;
  }
  .top-mainvisual {
    padding-bottom: 1rem;
    height: calc(100vh - 1rem);
  }
  .top-mainvisual .mainvisual_inner {
    display: flex;
    align-items: center;
  }
  .top-mainvisual .mainvisual_inner .mainvisual-heading {
    margin-left: -0.8rem;
    position: absolute;
  }
  html.no-touchevents .top-mainvisual .mainvisual-sns a {
    transition-property: opacity;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  html.no-touchevents .top-mainvisual .mainvisual-sns a:hover {
    opacity: 0.6;
  }
  html.no-touchevents .top-mainvisual .mainvisual-bnr {
    transition-property: opacity;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  html.no-touchevents .top-mainvisual .mainvisual-bnr:hover {
    opacity: 0.6;
  }
  .top-mainvisual .mainvisual-bnr {
    position: fixed;
  }
  .no-touchevents .__campaign-top .top-mainvisual .mainvisual-bnr:hover .bnr-arrow {
    transform: rotate(90deg) translate(0.05rem);
  }
  .no-touchevents .__campaign-now .top-mainvisual .mainvisual-bnr:hover .bnr-arrow {
    transform: rotate(180deg) translate(0.05rem);
  }
  .no-touchevents .__campaign-bottom .top-mainvisual .mainvisual-bnr:hover .bnr-arrow {
    transform: rotate(270deg) translate(0.05rem);
  }
  html.no-touchevents .top-mainvisual .mainvisual-scroll:hover > i > i {
    transform: translateY(0.71rem);
  }
  .top-concept .concept_wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .top-support .support-catch {
    text-align: center;
  }
  .top-support .support-contents .content {
    display: flex;
    align-items: center;
    height: 8.2rem;
  }
  .top-support .support-contents .content + .content {
    margin-top: -120px;
  }
  .top-support .support-contents .content-img img:not(.not-wave) {
    clip-path: url(#waveMask01_pc);
  }
  .top-support .support-contents .content-text_wrap {
    display: flex;
    z-index: 1;
    padding-top: 0.5rem;
  }
  .top-support .support-contents .content-text_wrap._reverse {
    flex-direction: row-reverse;
  }
  .top-support .support-contents .content-text {
    border-radius: var(--radius01);
    padding: 0.36rem 0.4rem 0.48rem;
    width: 5rem;
    background-image: url(../../images/2022/support_text_deco-pc.svg);
    background-size: 1rem;
    background-position: right top;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
  }
  .top-support .support-contents .content-text:before {
    content: "";
    display: block;
    background-color: #fff;
    width: 100%;
    height: 100%;
    clip-path: polygon(
      0% 0%,
      calc(100% - 0.99rem) 0%,
      calc(100% - 0.99rem) 0.99rem,
      100% 0.99rem,
      100% 100%,
      0% 100%
    );
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .top-support .support-contents .content-text .text-number .line01 {
    font-size: 0.16rem;
  }
  .top-support .support-contents .content-text .text-number .line02 {
    font-size: 0.64rem;
    letter-spacing: 0.02rem;
    margin-left: 0.05rem;
  }
  .top-campaign .campaign-contents .content-heading .ja {
    margin-left: 0.36rem;
  }
  .top-campaign .campaign-contents .content-img {
    margin-top: 0.4rem;
  }
  .top-campaign .campaign-contents .bottom-list {
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    height: 4.2em;
  }
  .top-campaign .campaign-contents .bottom-list > li:nth-child(n + 3) {
    margin-left: 0.08rem;
  }
  .top-scene .scene-catch {
    text-align: center;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_wrap {
    width: 11.4rem;
  }
  .top-feature .feature-nav .nav_list {
    justify-content: space-between;
  }
  .top-feature .feature-nav .nav_list > li {
    width: 1.6rem;
  }
  html.no-touchevents .top-feature .feature-nav .nav_list > li > a {
    transition-property: opacity;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  html.no-touchevents .top-feature .feature-nav .nav_list > li > a:hover {
    opacity: 0.6;
  }
  html.no-touchevents .top-feature .feature-nav .nav_list > li > a:hover .nav-arrow {
    transform: translateY(0.05rem);
  }
  .top-feature .feature-content {
    display: flex;
    justify-content: space-between;
  }
  .top-feature .feature-content + .feature-content {
    margin-top: 0.2rem;
  }
  .top-feature .feature-content:not(._reverse) .text-numberwrap {
    top: -0.25rem;
    left: -0.1rem;
  }
  .top-feature .feature-content:not(._reverse) .content-text {
    margin-left: 1rem;
  }
  .top-feature .feature-content._reverse {
    flex-direction: row-reverse;
  }
  .top-feature .feature-content._reverse .text-numberwrap {
    top: -0.2rem;
    right: 0rem;
  }
  .top-feature .feature-content._reverse .text-numberwrap:after {
    transform: rotate(45deg) translateY(-130px);
  }
  .top-feature .feature-content._reverse .content-text {
    margin-right: 1rem;
  }
  .top-feature .feature-content .content-img {
    flex-shrink: 0;
  }
  .top-feature .feature-content .content-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 5.5rem;
  }
  .top-feature .feature-content .text-numberwrap span {
    font-size: 0.64rem;
    letter-spacing: 0.02rem;
  }
  .top-feature .feature-content .text-numberwrap:before {
    top: -0.1rem;
    right: -0.7rem;
    width: 200px;
    height: 400px;
    margin-right: -200px;
  }
  .top-feature .feature-content .text-numberwrap:after {
    top: -0.1rem;
    right: -0.7rem;
    width: 2px;
    height: 0px;
  }
  .top-feature .feature-content .text-numberwrap.active:after {
    height: 380px;
  }
  .ururu-prodects .contents-information {
    padding: 0.28rem 0.4rem;
    background-color: #fff;
  }
  .ururu-prodects .information-table {
    display: table;
    width: 100%;
  }
  .ururu-prodects .information-table .dl {
    display: table-cell;
  }
  .ururu-prodects .information-table .dl + .dl > * {
    border-left: 1px solid #c8c8c8;
  }
  .ururu-prodects .information-table .dl > * {
    padding: 0.12rem;
  }
  .ururu-prodects .information-annotation > li {
    display: inline;
  }
  .ururu-prodects .contents-ururu {
    display: flex;
  }
  .ururu-prodects .contents-ururu .ururu-img {
    flex-shrink: 0;
  }
  .ururu-prodects .contents-ururu .ururu-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-left: 0.8rem;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
@media (max-width: 768px) {
  .top-mainvisual {
    height: calc(100vh - 0.6rem);
    padding-bottom: 1.2rem;
  }
  .top-mainvisual .mainvisual_inner {
    flex-direction: column;
  }
  .top-mainvisual .mainvisual_inner .mainvisual-img {
    height: calc(100% - 1.48rem);
  }
  .top-mainvisual .mainvisual_inner .mainvisual-heading {
    margin-top: 0.2rem;
  }
  .top-mainvisual .mainvisual_inner .mainvisual-heading .heading-main {
    font-size: 0.26rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .top-mainvisual .mainvisual_inner .mainvisual-heading .heading-sub {
    margin-top: 0.08rem;
    font-size: 0.17rem;
  }
  .top-mainvisual .mainvisual-bnr {
    padding-left: 0.1rem;
    width: 2.24rem;
    height: 0.68rem;
  }
  .top-mainvisual .mainvisual-bnr .bnr-img {
    width: 0.45rem;
  }
  .top-mainvisual .mainvisual-bnr > span {
    margin-left: 0.2rem;
  }
  .top-mainvisual .mainvisual-bnr > span .en {
    font-size: 0.2rem;
  }
  .top-mainvisual .mainvisual-bnr > span .ja {
    font-size: 0.11rem;
  }
  .top-mainvisual .mainvisual-scroll {
    padding: 0 0.3rem 0.37rem;
    font-size: 0.1rem;
  }
  .top-mainvisual .mainvisual-scroll > i {
    height: 0.25rem;
  }
  .top-mainvisual .mainvisual-scroll > i > i {
    width: 0.05rem;
    height: 0.05rem;
  }
  .top-mainvisual .deco-image._image01 {
    width: 1.54rem;
    top: -4.2rem;
    left: -4rem;
  }
  .top-mainvisual .deco-image._image02 {
    width: 1.4rem;
    bottom: -3.5rem;
    right: -3rem;
  }
  .top-concept {
    padding-top: 0.5rem;
  }
  .top-concept .concept_wrap {
    margin-top: 0.32rem;
  }
  .top-concept .concept_wrap .concept-imgs .img01 {
    width: 2.9rem;
  }
  .top-concept .concept_wrap .concept-imgs .img02 {
    width: 1.8rem;
  }
  .top-concept .concept-text {
    margin-top: 0.36rem;
  }
  .top-concept .text-heading {
    font-size: 0.27rem;
    letter-spacing: 0.15em;
  }
  .top-concept .text-heading + .text-description {
    margin-right: calc(var(--sp-contents-padding30) * -1);
    margin-top: 0.28rem;
  }
  .top-concept .deco-image._image01 {
    width: 1.54rem;
    top: 0.1rem;
    left: -3rem;
  }
  .ururu {
    padding-top: 1.2rem;
    padding-bottom: 1.5rem;
  }
  .ururu .ururu-img svg {
    width: 100%;
  }
  .top-support .support-contents {
    padding-top: 0.4rem;
    padding-bottom: 0.5rem;
  }
  .top-support .support-contents .content > .svg-image {
    height: 0.5rem;
  }
  .top-support .support-contents .content-img {
    height: 2.5rem;
    position: relative;
  }
  .top-support .support-contents .content-text_wrap .svg-image {
    top: calc(-0.5rem + 1px);
    height: 0.5rem;
  }
  .top-support .support-contents .content-text {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .top-support .support-contents .content-text .text-number .line01 {
    font-size: 0.12rem;
  }
  .top-support .support-contents .content-text .text-number .line02 {
    font-size: 0.48rem;
    letter-spacing: 0.02rem;
    margin-left: 0.01rem;
  }
  .top-support .support-contents .content-text .text-heading {
    margin-top: 0.12rem;
    font-size: 0.24rem;
    letter-spacing: 0.1em;
  }
  .top-support .support-contents .content-text .text {
    font-size: 0.13rem;
  }
  .top-support .deco-image._image01 {
    top: 5rem;
    width: 1.4rem;
    right: -3.8rem;
  }
  .top-campaign {
    padding-top: 0.5rem;
    padding-bottom: 0.6rem;
  }
  .top-campaign .svg-image {
    height: 0.5rem;
    top: calc(-0.5rem + 1px);
  }
  .top-campaign .campaign-contents {
    padding: 0.3rem 0.36rem 0;
  }
  .top-campaign .campaign-contents:before,
  .top-campaign .campaign-contents:after {
    width: 0.4rem;
    height: 0.4rem;
  }
  .top-campaign .campaign-contents:before {
    top: -0.24rem;
    left: -0.24rem;
  }
  .top-campaign .campaign-contents:after {
    bottom: -0.24rem;
    right: -0.24rem;
  }
  .top-campaign .campaign-contents .content-heading .en {
    display: block;
    font-size: 0.25rem;
  }
  .top-campaign .campaign-contents .content-heading .ja {
    margin-top: 0.16rem;
    font-size: 0.16rem;
  }
  .top-campaign .campaign-contents .content-catch {
    margin-top: calc(0.16rem - 0.45em);
    font-size: 0.14rem;
    letter-spacing: 0;
    line-height: 1.9;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .top-campaign .campaign-contents .content-img {
    width: 0.76rem;
    top: -0.2rem;
    right: 0.1rem;
  }
  .top-campaign .campaign-contents .contents-bottom {
    margin: 0.28rem -0.36rem 0;
    padding: 0.2rem 0.36rem 0.4rem;
  }
  .top-campaign .campaign-contents .bottom-heading {
    font-size: 0.12rem;
  }
  .top-campaign .campaign-contents .bottom-heading > span {
    display: block;
    margin-bottom: 0.12rem;
    font-size: 0.15rem;
  }
  .top-campaign .campaign-contents .bottom-list {
    font-size: 0.12rem;
    letter-spacing: -0.02em;
    line-height: 1.5;
  }
  .top-campaign .campaign-contents .bottom-list > li + li {
    margin-top: 0.5em;
  }
  .top-campaign .campaign-contents .bottom-annotation {
    margin-top: 0.1rem;
    font-size: 0.1rem;
  }
  .top-campaign .campaign-contents .bottom-link {
    margin-top: 0.28rem;
  }
  .top-campaign .campaign-contents .bottom-link > a {
    width: 2.2rem;
  }
  .top-scene {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .top-scene .svg-image {
    height: 0.5rem;
    top: calc(-0.5rem + 1px);
  }
  .top-scene [data-slidearea01] {
    margin-top: 0.28rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_wrap {
    width: 3.15rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_btns {
    height: 1.66rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_btns button {
    width: 0.4rem;
    height: 0.4rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_btns button.next {
    right: -0.2rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_btns button.prev {
    left: -0.2rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_btns button > img {
    width: 0.12rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_link div {
    margin: 0 0.05rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_link div p {
    margin-top: 0.44rem;
    font-size: 0.12rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_pager {
    bottom: 0.64rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_pager button {
    width: 0.05rem;
    height: 0.08rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_pager button + button {
    margin-left: 0.1rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_imgpager_btn {
    width: 30px;
    height: 30px;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_imgpager_btn + .photogallery01_btn {
    margin-left: 0;
  }
  .top-scene .deco-image._image01 {
    width: 0.72rem;
    top: -6.4rem;
    right: -3.6rem;
  }
  .top-scene .deco-image._image02 {
    width: 1.4rem;
    top: -6.4rem;
    left: -4rem;
  }
  .top-feature {
    padding-top: 0.6rem;
    padding-bottom: 1rem;
  }
  .top-feature .svg-image {
    height: 0.5rem;
    top: calc(-0.5rem + 1px);
  }
  .top-feature .feature-nav {
    margin-top: 0.32rem;
  }
  .top-feature .feature-nav .nav_list {
    flex-wrap: wrap;
    margin: 0 -0.08rem -0.32rem;
  }
  .top-feature .feature-nav .nav_list > li {
    margin: 0 0.08rem 0.32rem;
    width: calc(100% / 3 - 0.16rem);
  }
  .top-feature .feature-nav .nav-text {
    margin-top: 0.12rem;
    font-size: 0.13rem;
    white-space: nowrap;
  }
  .top-feature .feature-nav .nav-arrow {
    margin-top: 0.12rem;
    width: 0.24rem;
  }
  .top-feature .feature-content {
    padding-top: 0.7rem;
  }
  .top-feature .feature-content:not(._reverse) .text-number {
    top: -0.32rem;
    left: -0.88rem;
  }
  .top-feature .feature-content:not(._reverse) .text-numberwrap {
    top: -0.2rem;
    left: 0rem;
  }
  .top-feature .feature-content._reverse .text-number {
    top: -1.2rem;
    right: -1.25rem;
  }
  .top-feature .feature-content._reverse .text-numberwrap {
    top: -0.2rem;
    right: 0rem;
  }
  .top-feature .feature-content._reverse .text-numberwrap:after {
    transform: rotate(45deg) translateY(-0.3rem);
  }
  .top-feature .feature-content .content-img {
    margin-top: 0.32rem;
  }
  .top-feature .feature-content .content-img img {
    width: 100%;
  }
  .top-feature .feature-content .text-number {
    width: 1.8rem;
  }
  .top-feature .feature-content .text-numberwrap span {
    font-size: 0.35rem;
    letter-spacing: 0.01rem;
  }
  .top-feature .feature-content .text-numberwrap:before {
    top: 0;
    right: -0.32rem;
    width: 1rem;
    height: 1rem;
    margin-right: -1rem;
  }
  .top-feature .feature-content .text-numberwrap:after {
    top: 0;
    right: -0.32rem;
    width: 2px;
    height: 0px;
  }
  .top-feature .feature-content .text-numberwrap.active:after {
    height: 1.5rem;
  }
  .top-feature .feature-content .text-icon {
    width: 0.72rem;
    height: 0.72rem;
  }
  .top-feature .feature-content .text-icon img.shadow:nth-child(n + 20) {
    display: none;
  }
  .top-feature .feature-content .text-heading {
    margin-top: 0.24rem;
    font-size: 0.18rem;
    letter-spacing: 0;
  }
  .top-feature .feature-content .text-heading + .text-description {
    margin-top: 0.16rem;
  }
  .top-feature .feature-content .text-description {
    font-size: 0.13rem;
  }
  .top-feature .feature-content .text-description + .text-description {
    margin-top: 0.08rem;
  }
  .top-feature .feature-content .text-annotation {
    margin-top: 0.08rem;
    font-size: 0.11rem;
  }
  .top-feature .deco-image._image01 {
    width: 1.56rem;
    top: 4.4rem;
    right: -3.6rem;
  }
  .top-feature .deco-image._image02 {
    width: 1.02rem;
    top: 4.4rem;
    right: -2.2rem;
  }
  .ururu-prodects .svg-image {
    height: 0.5rem;
    top: calc(-0.5rem + 1px);
  }
  .ururu-prodects .products-mv {
    height: 2.8rem;
  }
  .ururu-prodects .products-mv:after {
    background-image: linear-gradient(to bottom, #fff 0.6rem, rgba(255, 255, 255, 0) 100%);
    height: 1.6rem;
  }
  .ururu-prodects .products-mv .mv-logo {
    padding-top: 0.44rem;
  }
  .ururu-prodects .products-mv .mv-logo img {
    width: 2rem;
  }
  .ururu-prodects .products-mv .mv-catch {
    margin-top: 0.48rem;
    font-size: 0.2rem;
  }
  .ururu-prodects .products-mv .mv-catch > span {
    padding: 0.04rem 0.05rem 0.04rem 0.1rem;
  }
  .ururu-prodects .products-mv .mv-img {
    padding-top: 0;
  }
  .ururu-prodects .products-mv .mv-img > img {
    object-position: center bottom;
  }
  .ururu-prodects .products-contents {
    padding-top: 0.4rem;
    padding-bottom: 0.6rem;
  }
  .ururu-prodects .information-heading {
    font-size: 0.16rem;
  }
  .ururu-prodects .information-table .dl {
    display: flex;
  }
  .ururu-prodects .information-table .dl + .dl {
    border-top: 1px solid #c8c8c8;
  }
  .ururu-prodects .information-table .dl > * {
    padding: 0.08rem 0;
  }
  .ururu-prodects .information-table .dt {
    flex-shrink: 0;
    width: 1.05rem;
    font-size: 0.14rem;
  }
  .ururu-prodects .information-table .dd {
    flex: 1;
    background-color: #fff;
  }
  .ururu-prodects .information-annotation {
    margin-top: 0.2rem;
    font-size: 0.12rem;
    line-height: 1.75;
  }
  .ururu-prodects .information-annotation > li {
    display: flex;
  }
  .ururu-prodects .information-annotation > li > span {
    flex-shrink: 0;
  }
  .ururu-prodects .information-text {
    font-size: 0.12rem;
    line-height: 1.75;
  }
  .ururu-prodects .contents-ururu {
    margin-top: 0.4rem;
    padding: 0.3rem;
  }
  .ururu-prodects .contents-ururu .ururu-img {
    width: 100%;
  }
  .ururu-prodects .contents-ururu .ururu-text {
    margin-top: 0.24rem;
  }
  .ururu-prodects .contents-ururu .text-logo > img {
    width: 1.68rem;
  }
  .ururu-prodects .contents-ururu .text-name {
    margin-top: 0.12rem;
    font-size: 0.15rem;
  }
  .ururu-prodects .contents-ururu .text-postage {
    margin-top: 0.16rem;
    width: 1.2rem;
    height: 0.32rem;
  }
  .ururu-prodects .contents-ururu .text-postage:before {
    left: 0.12rem;
  }
  .ururu-prodects .contents-ururu .text-postage:after {
    right: 0.12rem;
  }
  .ururu-prodects .contents-ururu .text-price_wrap {
    margin-top: 0.2rem;
    font-size: 0.13rem;
  }
  .ururu-prodects .contents-ururu .text-price_wrap .price ._f-op_b {
    font-size: 0.25rem;
  }
  .ururu-prodects .contents-ururu .text-shop {
    margin-top: 0.2rem;
    padding: 0.28rem 0;
  }
  .ururu-prodects .contents-ururu .shop-heading .en {
    font-size: 0.21rem;
  }
  .ururu-prodects .contents-ururu .shop-heading .ja {
    margin-top: 0.04rem;
    font-size: 0.12rem;
  }
  .ururu-prodects .contents-ururu .shop-link {
    margin-top: 0.24rem;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media (max-width: 1440px) and (min-width: 769px) {
  .top-mainvisual .mainvisual_inner {
    padding-left: 0.8rem;
  }
}
@media (max-width: 768px) and (max-height: 560px) {
  .top-mainvisual .mainvisual_inner .mainvisual-img {
    height: calc(100% - 1.18rem);
  }
  .top-mainvisual .mainvisual_inner .mainvisual-heading {
    margin-top: 0.16rem;
  }
  .top-mainvisual .mainvisual_inner .mainvisual-heading .heading-main {
    font-size: 0.22rem;
  }
  .top-mainvisual .mainvisual_inner .mainvisual-heading .heading-sub {
    margin-top: 0.04rem;
    font-size: 0.14rem;
  }
}

@charset "UTF-8";

.waveMask {
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
}

.svg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.deco-image {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  mix-blend-mode: multiply;
  will-change: transform;
}
.__menu-open .deco-image {
  opacity: 0 !important;
}

.deco-image_wrap {
  width: 100%;
  height: calc(100% + 10rem);
  position: absolute;
  top: -5rem;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}

.top-mainvisual {
  position: relative;
}
.top-mainvisual .mainvisual_inner {
  height: 100%;
}
.top-mainvisual .mainvisual_inner .mainvisual-img {
  width: 100%;
  height: 100%;
}
.top-mainvisual .mainvisual_inner .mainvisual-img img {
  border-radius: var(--radius01);
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  background-size: cover;
  background-position: center center;
}
.top-mainvisual .mainvisual_inner .mainvisual-heading > * {
  display: block;
}
.top-mainvisual .mainvisual_inner .mainvisual-heading .heading-main {
  font-size: 0.46rem;
  letter-spacing: 0.15em;
  line-height: 1.7;
}
.top-mainvisual .mainvisual_inner .mainvisual-heading .heading-sub {
  margin-top: 0.4rem;
  font-size: 0.27rem;
  letter-spacing: 0.05em;
}
.top-mainvisual .mainvisual-sns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  right: 0.4rem;
}
.top-mainvisual .mainvisual-sns a {
  margin: 0.2rem 0;
}
.top-mainvisual .mainvisual-sns a img {
  display: block;
  width: 0.28rem;
}
.top-mainvisual .mainvisual-bnr {
  display: flex;
  align-items: center;
  border-radius: var(--radius01) 0 0 var(--radius01);
  width: 3rem;
  height: 0.9rem;
  padding-left: 0.15rem;
  color: #fff;
  background-color: var(--basecolor-blue02);
  position: absolute;
  right: 0;
  z-index: 10;
  bottom: 0.4rem;
}
.top-mainvisual .mainvisual-bnr .bnr-img {
  width: 0.6rem;
}
.top-mainvisual .mainvisual-bnr > span {
  margin-left: 0.24rem;
  line-height: 1;
}
.top-mainvisual .mainvisual-bnr > span > * {
  display: block;
}
.top-mainvisual .mainvisual-bnr > span .en {
  font-size: 0.25rem;
  letter-spacing: 0.05em;
}
.top-mainvisual .mainvisual-bnr > span .ja {
  margin-top: 0.04rem;
  font-size: 0.14rem;
  letter-spacing: 0;
}
.top-mainvisual .bnr-arrow {
  margin-left: 0.2rem;
  width: 0.15rem;
  transition-property: transform;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.__campaign-top .top-mainvisual .bnr-arrow {
  transform: rotate(90deg);
}
.__campaign-now .top-mainvisual .bnr-arrow {
  transform: rotate(180deg);
}
.__campaign-bottom .top-mainvisual .bnr-arrow {
  transform: rotate(270deg);
}
.top-mainvisual .mainvisual-scroll {
  display: flex;
  align-items: center;
  padding: 0 0.4rem 0.92rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 0.12rem;
  line-height: 1;
  letter-spacing: 0.05em;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.top-mainvisual .mainvisual-scroll > i {
  margin: 0 auto;
  border-left: 1px solid var(--basecolor-gray01);
  width: 0;
  height: 0.8rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.top-mainvisual .mainvisual-scroll > i > i {
  margin: 0 auto;
  border-radius: 50%;
  width: 0.09rem;
  height: 0.09rem;
  background-color: var(--basecolor-pink01);
  position: absolute;
  top: 0;
  left: -100%;
  right: -100%;
  transition-property: transform;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.top-mainvisual .deco-image {
  mix-blend-mode: multiply;
}
.top-mainvisual .deco-image._image01 {
  width: 3.88rem;
  top: -12.8rem;
  left: -12.8rem;
  z-index: 1000;
}
.top-mainvisual .deco-image._image02 {
  width: 3.88rem;
  bottom: -6rem;
  right: -12.8rem;
  mix-blend-mode: multiply;
}

.top-concept {
  padding-top: 1.5rem;
  position: relative;
}
.top-concept .concept_wrap {
  margin-top: 0.8rem;
}
.top-concept .concept_wrap .concept-imgs > * {
  display: block;
  border-radius: var(--radius01);
}
.top-concept .concept_wrap .concept-imgs .img01 {
  margin-right: 0.72rem;
  width: 5.8rem;
}
.top-concept .concept_wrap .concept-imgs .img02 {
  margin-top: -0.32rem;
  margin-left: auto;
  width: 3.6rem;
}
.top-concept .concept-text {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.top-concept .text-heading {
  margin-top: -0.34em;
  font-size: 0.5rem;
  letter-spacing: 0.2em;
  line-height: 1.68;
}
.top-concept .text-heading + .text-description {
  margin-top: 0.4rem;
}
.top-concept .text-description + .text-description {
  margin-top: 2em;
}
.top-concept .deco-image {
  mix-blend-mode: multiply;
}
.top-concept .deco-image._image01 {
  width: 3.88rem;
  top: -1.4rem;
  left: -14.8rem;
}

.ururu {
  position: relative;
  padding-top: 2.2rem;
  padding-bottom: 2.5rem;
  overflow: hidden;
  width: 100%;
}
.ururu .ururu-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ururu .ururu-img svg {
  display: block;
  margin: 0 auto;
  transform-origin: center bottom;
  width: 9.2rem;
  height: auto;
}

#Support {
  margin-top: -1rem;
  position: relative;
}
#Support_ {
  padding-top: 1rem;
}
.top-support .support-catch {
  margin-top: 0.52rem;
}
.top-support .support-contents .content {
  position: relative;
}
.top-support .support-contents .content > .svg-image {
  top: -1px;
  height: 1.5rem;
  transform: rotate(180deg);
  z-index: 2;
}
.top-support .support-contents .content-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.top-support .support-contents .content-text_wrap {
  position: relative;
}
.top-support .support-contents .content-text .text-number {
  display: inline-block;
  position: relative;
  color: #aac9e9;
}
.top-support .support-contents .content-text .text-number b {
  transform: translateX(100%);
  opacity: 0;
  display: inline-block;
  position: relative;
}
.top-support .support-contents .content-text .text-number .line01 {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  font-weight: bold;
}
.top-support .support-contents .content-text .text-number .line02 {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.top-support .support-contents .content-text .text-number:after {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 10%;
  width: 200%;
  height: 100%;
  border-left: 2px solid #aac9e9;
  background-color: #fff;
  transform: skewX(-43deg) scaleY(0);
  transform-origin: left center;
}
.top-support .support-contents .content-text .text-number.active:after {
  transform: skewX(-43deg) scaleY(1);
  left: 100%;
  width: 150%;
  margin-left: -0.03rem;
  transition:
    transform 0.4s,
    left 0.5s ease-in-out 0.4s;
}
.top-support .support-contents .content-text .text-number.active b {
  transition:
    transform 1s ease-in-out 0.45s,
    opacity 1s ease-in-out 0.45s;
  transform: translateX(0%);
  opacity: 1;
}
.top-support .support-contents .content-text .text-heading {
  margin-top: 0.12rem;
  font-size: 0.32rem;
  letter-spacing: 0.1em;
  line-height: 1.56;
}
.top-support .support-contents .content-text .text {
  margin-top: 0.16rem;
  border-top: 1px solid var(--basecolor-blue01);
  padding-top: 0.2rem;
}
.top-support .support-contents .content-text .text ul {
  line-height: 1.5;
}
.top-support .support-contents .content-text .text ul li {
  padding-left: 0.16rem;
  position: relative;
}
.top-support .support-contents .content-text .text ul li + li {
  margin-top: 0.5em;
}
.top-support .support-contents .content-text .text ul li:before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  background-color: var(--basecolor-black01);
  position: absolute;
  top: calc(0.75em - 1px);
  left: 0.2em;
}
.top-support .support-contents .content-text .text-link {
  margin-top: 0.24rem;
  text-align: center;
}
.top-support .support-contents .content-text .text-link > a {
  width: 2.9rem;
}
.top-support .deco-image._image01 {
  width: 3.88rem;
  top: 1rem;
  bottom: auto;
  right: -13.4rem;
  mix-blend-mode: multiply;
}

.top-campaign {
  padding-top: 1rem;
  padding-bottom: 1.6rem;
  background-color: var(--basecolor-blue03);
  position: relative;
}
.top-campaign .svg-image {
  height: 1rem;
  top: calc(-1rem + 1px);
}
.top-campaign .campaign-contents_wrap {
  margin-top: 0.16rem;
  overflow: hidden;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.top-campaign .campaign-contents {
  padding: 0.4rem 0.7rem 0;
  background-color: #fff;
  position: relative;
}
.top-campaign .campaign-contents:before,
.top-campaign .campaign-contents:after {
  content: "";
  display: block;
  width: 1.28rem;
  height: 1.28rem;
  background-color: var(--basecolor-blue03);
  position: absolute;
  transform: rotate(45deg);
}
.top-campaign .campaign-contents:before {
  border-right: 2px solid #fff;
  top: -0.8rem;
  left: -0.8rem;
}
.top-campaign .campaign-contents:after {
  border-left: 2px solid #fff;
  bottom: -0.8rem;
  right: -0.8rem;
}
.top-campaign .campaign-contents .content-heading {
  line-height: 1;
  border-bottom: 2px solid #accceb;
  padding-bottom: 0.16rem;
}
.top-campaign .campaign-contents .content-heading .en {
  font-size: 0.48rem;
  color: #accceb;
  letter-spacing: 0.02em;
}
.top-campaign .campaign-contents .content-heading .ja {
  font-size: 0.32rem;
}
.top-campaign .campaign-contents .content-catch {
  margin-top: calc(0.4rem - 0.45em);
  font-size: 0.2rem;
  letter-spacing: 0;
  line-height: 1.9;
}
.top-campaign .campaign-contents .content-img {
  display: block;
  width: 2rem;
  position: absolute;
  right: 0.7rem;
}
.top-campaign .campaign-contents .contents-bottom {
  margin: 0.32rem -0.7rem 0;
  padding: 0.32rem 0.7rem 0.6rem;
  background-color: var(--basecolor-blue04);
}
.top-campaign .campaign-contents .bottom-heading {
  line-height: 1;
  font-size: 0.15rem;
}
.top-campaign .campaign-contents .bottom-heading > span {
  margin-left: -0.5em;
  font-size: 0.17rem;
}
.top-campaign .campaign-contents .bottom-list {
  margin-top: 0.16rem;
  font-size: 0.14rem;
  letter-spacing: -0.02em;
  line-height: 2;
}
.top-campaign .campaign-contents .bottom-list > li {
  display: flex;
}
.top-campaign .campaign-contents .bottom-list > li:before {
  content: "・";
  flex-shrink: 0;
}
.top-campaign .campaign-contents .bottom-annotation {
  margin-top: 0.08rem;
  font-size: 0.12rem;
  line-height: 1.7;
}
.top-campaign .campaign-contents .bottom-annotation > li {
  display: flex;
}
.top-campaign .campaign-contents .bottom-annotation > li > ._asterisk {
  flex-shrink: 0;
}
.top-campaign .campaign-contents .bottom-link {
  margin-top: 0.28rem;
  text-align: center;
}
.top-campaign .campaign-contents .bottom-link > a {
  width: 2.9rem;
}

.top-scene {
  padding-top: 1rem;
  padding-bottom: 1.2rem;
  position: relative;
}
.top-scene .svg-image {
  height: 1rem;
  top: calc(-1rem + 1px);
}
.top-scene .scene-catch {
  margin-top: 0.52rem;
}
.top-scene [data-slidearea01] {
  margin-top: 0.72rem;
}
.top-scene [data-slidearea01][data-slidearea01-slidelimit] .slidearea01_link.dammy {
  opacity: 0;
}
.top-scene [data-slidearea01].type01 {
  overflow: hidden;
}
.top-scene [data-slidearea01].type01 .slidearea01_wrap {
  margin: auto;
  position: relative;
}
.top-scene [data-slidearea01].type01 .slidearea01_btns {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 6rem;
}
.top-scene [data-slidearea01].type01 .slidearea01_btns button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.8rem;
  height: 0.8rem;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.top-scene [data-slidearea01].type01 .slidearea01_btns button:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.2s;
}
.top-scene [data-slidearea01].type01 .slidearea01_btns button:before {
  width: 100%;
  height: 100%;
  background-color: var(--basecolor-blue01);
  border-radius: 50%;
}
.top-scene [data-slidearea01].type01 .slidearea01_btns button.next {
  right: -0.4rem;
}
.top-scene [data-slidearea01].type01 .slidearea01_btns button.prev {
  left: -0.4rem;
}
.top-scene [data-slidearea01].type01 .slidearea01_btns button.prev > img {
  transform: rotate(180deg);
}
.top-scene [data-slidearea01].type01 .slidearea01_btns button.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.no-touchevents .top-scene [data-slidearea01].type01 .slidearea01_btns button:hover:before {
  background-color: var(--basecolor-blue02);
}
.top-scene [data-slidearea01].type01 .slidearea01_btns button > img {
  width: 0.18rem;
  position: relative;
}
.top-scene [data-slidearea01].type01 .slidearea01_wrapin.type01 {
  padding: 0;
}
.top-scene [data-slidearea01].type01 .slidearea01_wrapin.type01 .slidearea01_link div {
  margin: 0;
}
.top-scene [data-slidearea01].type01 .slidearea01_content {
  position: relative;
  display: table;
}
.top-scene [data-slidearea01].type01 .slidearea01_content.disableTrs {
  transition: none !important;
}
.top-scene [data-slidearea01].type01 .slidearea01_link {
  display: table-cell;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
}
.top-scene [data-slidearea01].type01 .slidearea01_link div {
  margin: 0 0.2rem;
}
.top-scene [data-slidearea01].type01 .slidearea01_link div img {
  border-radius: var(--radius01);
  width: 100%;
  object-fit: cover;
}
.top-scene [data-slidearea01].type01 .slidearea01_link div p {
  margin-top: 0.9rem;
  text-align: center;
}
.top-scene [data-slidearea01].type01 .slidearea01_pager {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 0.72rem;
}
.top-scene [data-slidearea01].type01 .slidearea01_pager button {
  width: 0.1rem;
  height: 0.16rem;
  position: relative;
}
.top-scene [data-slidearea01].type01 .slidearea01_pager button + button {
  margin-left: 0.2rem;
}
.top-scene [data-slidearea01].type01 .slidearea01_pager button:after,
.top-scene [data-slidearea01].type01 .slidearea01_pager button:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.top-scene [data-slidearea01].type01 .slidearea01_pager button:before {
  background-image: url(../../images/2022/scene_dot.svg);
}
.top-scene [data-slidearea01].type01 .slidearea01_pager button:after {
  background-image: url(../../images/2022/scene_dot_active.svg);
  transition-property: opacity;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
}
.no-touchevents .top-scene [data-slidearea01].type01 .slidearea01_pager button:hover:after,
.top-scene [data-slidearea01].type01 .slidearea01_pager button.active:after {
  opacity: 1;
}
.top-scene [data-slidearea01].type01 .slidearea01_pager button.active {
  cursor: default;
  pointer-events: none;
}
.top-scene [data-slidearea01].type01 .slidearea01_imgpager {
  margin-top: 20px;
  text-align: center;
}
.top-scene [data-slidearea01].type01 .slidearea01_imgpager_btn {
  width: 50px;
  height: 50px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  transition: opacity 0.2s;
}
.top-scene [data-slidearea01].type01 .slidearea01_imgpager_btn:after {
  content: "";
  position: absolute;
  display: block;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border: 2px solid #fff;
  box-sizing: border-box;
  opacity: 0;
  transition: 0.2s;
}
.top-scene [data-slidearea01].type01 .slidearea01_imgpager_btn + .photogallery01_btn {
  margin-left: 10px;
}
.no-touchevents .top-scene [data-slidearea01].type01 .slidearea01_imgpager_btn:hover {
  opacity: 0.6;
}
.top-scene [data-slidearea01].type01 .slidearea01_imgpager_btn.active {
  cursor: default;
  pointer-events: none;
}
.top-scene [data-slidearea01].type01 .slidearea01_imgpager_btn.active:after {
  opacity: 1;
}
.top-scene [data-slidearea01].type01 .slidearea01_count {
  text-align: center;
  font-size: 0.16rem;
}
.top-scene [data-slidearea01].type01 .slidearea01_count_now {
  display: inline-block;
}
.top-scene [data-slidearea01].type01 .slidearea01_count_total {
  display: inline-block;
}
.top-scene .deco-image {
  mix-blend-mode: multiply;
}
.top-scene .deco-image._image01 {
  width: 1.92rem;
  top: -12.8rem;
  right: -12.8rem;
}
.top-scene .deco-image._image02 {
  width: 3.48rem;
  top: -12rem;
  left: -14.4rem;
  mix-blend-mode: multiply;
}

.top-feature {
  padding-top: 1.2rem;
  padding-bottom: 2rem;
  background-color: var(--basecolor-blue04);
  position: relative;
}
.top-feature .svg-image {
  height: 1rem;
  top: calc(-1rem + 1px);
}
.top-feature .feature-nav {
  margin-top: 0.8rem;
}
.top-feature .feature-nav .nav_list {
  display: flex;
  text-align: center;
}
.top-feature .feature-nav .nav_list > li > a {
  display: block;
}
.top-feature .feature-nav img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.top-feature .feature-nav .nav-image {
  width: 100%;
}
.top-feature .feature-nav .nav-text {
  margin-top: 0.24rem;
  margin-left: -0.1rem;
  margin-right: -0.1rem;
  line-height: 1;
}
.top-feature .feature-nav .nav-arrow {
  margin-top: 0.2rem;
  width: 0.4rem;
  transition-property: transform;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.top-feature .feature-contents_wrap {
  overflow: hidden;
}
.top-feature .feature-content {
  padding-top: 1rem;
}
.top-feature .feature-content:not(._reverse) .text-number {
  top: -0.5rem;
  left: -1.75rem;
}
.top-feature .feature-content._reverse .text-number {
  top: -2.2rem;
  right: -2.4rem;
}
.top-feature .feature-content .content-img img {
  width: 5.8rem;
}
.top-feature .feature-content .content-text {
  position: relative;
}
.top-feature .feature-content .text-number {
  width: 3.24rem;
  position: absolute;
}
.top-feature .feature-content .text-numberwrap {
  position: absolute;
}
.top-feature .feature-content .text-numberwrap span {
  display: inline-block;
  color: #aac9e9;
  transform: translateX(120%);
  opacity: 0;
}
.top-feature .feature-content .text-numberwrap:before {
  content: "";
  display: block;
  background-color: var(--basecolor-blue04);
  transform: skewX(-45deg);
  transform-origin: left top;
  position: absolute;
  z-index: 1;
}
.top-feature .feature-content .text-numberwrap:after {
  content: "";
  display: block;
  background: linear-gradient(0deg, #eff5fa 0%, #aac9e9 56%, #aac9e9 77%, #eff5fa 100%);
  transform: rotate(45deg);
  transform-origin: left top;
  position: absolute;
  z-index: 1;
}
.top-feature .feature-content .text-numberwrap.active:after {
  transition: 1s;
}
.top-feature .feature-content .text-numberwrap.active span {
  transform: none;
  opacity: 1;
  transition: 1s ease-in-out 0.1s;
}
.top-feature .feature-content .text-icon {
  margin: 0 auto;
  width: 1.44rem;
  height: 1.44rem;
  position: relative;
  z-index: 2;
}
.top-feature .feature-content .text-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.top-feature .feature-content .text-icon img {
  position: relative;
  display: block;
  transform-origin: center bottom;
  width: 100%;
  height: 100%;
}
.top-feature .feature-content .text-icon img.moto {
  position: relative;
  z-index: 100;
}
.top-feature .feature-content .text-icon img.shadow {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.01;
}
.top-feature .feature-content .text-heading {
  margin-top: 0.32rem;
  text-align: center;
  font-size: 0.26rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
}
.top-feature .feature-content .text-heading + .text-description {
  margin-top: 0.2rem;
}
.top-feature .feature-content .text-description {
  line-height: 1.66;
  position: relative;
  z-index: 2;
}
.top-feature .feature-content .text-description + .text-description {
  margin-top: 0.12rem;
}
.top-feature .feature-content .text-annotation {
  display: flex;
  margin-top: 0.12rem;
  font-size: 0.14rem;
  line-height: 1.66;
  position: relative;
  z-index: 2;
}
.top-feature .feature-content .text-annotation > span {
  margin-right: 0.1em;
  flex-shrink: 0;
}
.top-feature .deco-image_wrap {
  height: calc(100% + 5rem);
}
.top-feature .deco-image {
  mix-blend-mode: multiply;
}
.top-feature .deco-image._image01 {
  width: 3.84rem;
  top: 2.8rem;
  right: -12.8rem;
  bottom: auto;
}
.top-feature .deco-image._image02 {
  width: 2.04rem;
  top: 3.8rem;
  right: -9.2rem;
  mix-blend-mode: multiply;
  bottom: auto;
}

.ururu-prodects {
  position: relative;
}
.ururu-prodects .svg-image {
  height: 1rem;
  top: calc(-1rem + 1px);
}
.ururu-prodects .products-mv {
  text-align: center;
  height: 7.08rem;
  position: relative;
}
.ururu-prodects .products-mv:after {
  content: "";
  width: 100%;
  height: 4rem;
  background-image: linear-gradient(to bottom, #fff 1.2rem, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.ururu-prodects .products-mv .mv-logo {
  padding-top: 1.2rem;
}
.ururu-prodects .products-mv .mv-logo img {
  width: 4rem;
}
.ururu-prodects .products-mv .mv-catch {
  display: inline-flex;
  flex-direction: column;
  margin-top: 1.5rem;
  font-size: 0.34rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.ururu-prodects .products-mv .mv-catch > span {
  padding: 0.06rem 0.1rem 0.08rem 0.2rem;
  background-color: #fff;
}
.ururu-prodects .products-mv .mv-catch > span + span {
  margin-top: 0.12rem;
}
.ururu-prodects .products-mv .mv-img {
  display: flex;
  padding-top: 1rem;
  width: 100%;
  height: 100%;
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
}
.ururu-prodects .products-mv .mv-img > img {
  display: block;
  width: 50%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  background-size: cover;
  background-position: center center;
  object-position: center top;
}
.ururu-prodects .products-contents {
  padding-top: 0.8rem;
  padding-bottom: 1.6rem;
  background-color: var(--basecolor-gray02);
  position: relative;
}
.ururu-prodects .information-heading {
  text-align: center;
  font-size: 0.18rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.ururu-prodects .information-table {
  margin-top: 0.2rem;
  border: 1px solid #c8c8c8;
  border-radius: var(--radius01);
  text-align: center;
}
.ururu-prodects .information-table .dt {
  background-color: var(--basecolor-blue03);
  font-size: 0.12rem;
}
.ururu-prodects .information-table .dd {
  font-size: 0.14rem;
}
.ururu-prodects .information-annotation {
  margin-top: 0.2rem;
  font-size: 0.14rem;
}
.ururu-prodects .information-text {
  font-size: 0.14rem;
}
.ururu-prodects .information-text > a {
  text-decoration: underline;
}
.no-touchevents .ururu-prodects .information-text > a:hover {
  text-decoration: none;
}
.ururu-prodects .contents-ururu {
  padding: 0.8rem;
  background-color: #fff;
  margin-top: 0.72rem;
}
.ururu-prodects .contents-ururu .ururu-img {
  border-radius: var(--radius01);
}
.ururu-prodects .contents-ururu .text-logo > img {
  display: block;
  width: 2.24rem;
}
.ururu-prodects .contents-ururu .text-name {
  margin-top: 0.24rem;
  font-size: 0.24rem;
  line-height: 1;
}
.ururu-prodects .contents-ururu .text-postage {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 0.32rem;
  border: 2px solid;
  border-radius: 100px;
  width: 1.4rem;
  height: 0.4rem;
  font-size: 0.14rem;
  color: var(--basecolor-blue01);
}
.ururu-prodects .contents-ururu .text-postage:before,
.ururu-prodects .contents-ururu .text-postage:after {
  content: "";
  display: block;
  background-color: #fff;
  width: 4px;
  height: 2px;
  position: absolute;
}
.ururu-prodects .contents-ururu .text-postage:before {
  top: -2px;
  left: 0.2rem;
}
.ururu-prodects .contents-ururu .text-postage:after {
  bottom: -2px;
  right: 0.2rem;
}
.ururu-prodects .contents-ururu .text-price_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0.28rem;
  line-height: 1;
  border-bottom: 2px solid var(--basecolor-blue01);
  padding-bottom: 0.1rem;
}
.ururu-prodects .contents-ururu .text-price_wrap .price ._f-op_b {
  line-height: 0.5;
  font-size: 0.34rem;
}
.ururu-prodects .contents-ururu .text-price_wrap .price ._f-op_b > small {
  font-size: 0.64em;
}
.ururu-prodects .contents-ururu .text-shop {
  margin-top: auto;
  padding: 0.28rem 0;
  text-align: center;
  border-radius: var(--radius01);
  background-color: var(--basecolor-blue03);
}
.ururu-prodects .contents-ururu .shop-heading {
  line-height: 1;
}
.ururu-prodects .contents-ururu .shop-heading > * {
  display: block;
}
.ururu-prodects .contents-ururu .shop-heading .en {
  font-size: 0.28rem;
}
.ururu-prodects .contents-ururu .shop-heading .ja {
  margin-top: 0.08rem;
  font-size: 0.14rem;
}
.ururu-prodects .contents-ururu .shop-link {
  margin-top: 0.16rem;
}
.ururu-prodects .contents-ururu .shop-link > a {
  width: 2.2rem;
}
@media (min-width: 769px) {
  .pagetopbtn {
    bottom: 1.5rem;
  }
  .top-mainvisual {
    padding-bottom: 1rem;
    height: calc(100vh - 1rem);
  }
  .top-mainvisual .mainvisual_inner {
    display: flex;
    align-items: center;
  }
  .top-mainvisual .mainvisual_inner .mainvisual-heading {
    margin-left: -0.8rem;
    position: absolute;
  }
  html.no-touchevents .top-mainvisual .mainvisual-sns a {
    transition-property: opacity;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  html.no-touchevents .top-mainvisual .mainvisual-sns a:hover {
    opacity: 0.6;
  }
  html.no-touchevents .top-mainvisual .mainvisual-bnr {
    transition-property: opacity;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  html.no-touchevents .top-mainvisual .mainvisual-bnr:hover {
    opacity: 0.6;
  }
  .top-mainvisual .mainvisual-bnr {
    position: fixed;
  }
  .no-touchevents .__campaign-top .top-mainvisual .mainvisual-bnr:hover .bnr-arrow {
    transform: rotate(90deg) translate(0.05rem);
  }
  .no-touchevents .__campaign-now .top-mainvisual .mainvisual-bnr:hover .bnr-arrow {
    transform: rotate(180deg) translate(0.05rem);
  }
  .no-touchevents .__campaign-bottom .top-mainvisual .mainvisual-bnr:hover .bnr-arrow {
    transform: rotate(270deg) translate(0.05rem);
  }
  html.no-touchevents .top-mainvisual .mainvisual-scroll:hover > i > i {
    transform: translateY(0.71rem);
  }
  .top-concept .concept_wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .top-support .support-catch {
    text-align: center;
  }
  .top-support .support-contents .content {
    display: flex;
    align-items: center;
    height: 8.2rem;
  }
  .top-support .support-contents .content + .content {
    margin-top: -120px;
  }
  .top-support .support-contents .content-img img:not(.not-wave) {
    clip-path: url(#waveMask01_pc);
  }
  .top-support .support-contents .content-text_wrap {
    display: flex;
    z-index: 1;
    padding-top: 0.5rem;
  }
  .top-support .support-contents .content-text_wrap._reverse {
    flex-direction: row-reverse;
  }
  .top-support .support-contents .content-text {
    border-radius: var(--radius01);
    padding: 0.36rem 0.4rem 0.48rem;
    width: 5rem;
    background-image: url(../../images/2022/support_text_deco-pc.svg);
    background-size: 1rem;
    background-position: right top;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
  }
  .top-support .support-contents .content-text:before {
    content: "";
    display: block;
    background-color: #fff;
    width: 100%;
    height: 100%;
    clip-path: polygon(
      0% 0%,
      calc(100% - 0.99rem) 0%,
      calc(100% - 0.99rem) 0.99rem,
      100% 0.99rem,
      100% 100%,
      0% 100%
    );
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .top-support .support-contents .content-text .text-number .line01 {
    font-size: 0.16rem;
  }
  .top-support .support-contents .content-text .text-number .line02 {
    font-size: 0.64rem;
    letter-spacing: 0.02rem;
    margin-left: 0.05rem;
  }
  .top-campaign .campaign-contents .content-heading .ja {
    margin-left: 0.36rem;
  }
  .top-campaign .campaign-contents .content-img {
    margin-top: 0.4rem;
  }
  .top-campaign .campaign-contents .bottom-list {
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    height: 4.2em;
  }
  .top-campaign .campaign-contents .bottom-list > li:nth-child(n + 3) {
    margin-left: 0.08rem;
  }
  .top-scene .scene-catch {
    text-align: center;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_wrap {
    width: 11.4rem;
  }
  .top-feature .feature-nav .nav_list {
    justify-content: space-between;
  }
  .top-feature .feature-nav .nav_list > li {
    width: 1.6rem;
  }
  html.no-touchevents .top-feature .feature-nav .nav_list > li > a {
    transition-property: opacity;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  html.no-touchevents .top-feature .feature-nav .nav_list > li > a:hover {
    opacity: 0.6;
  }
  html.no-touchevents .top-feature .feature-nav .nav_list > li > a:hover .nav-arrow {
    transform: translateY(0.05rem);
  }
  .top-feature .feature-content {
    display: flex;
    justify-content: space-between;
  }
  .top-feature .feature-content + .feature-content {
    margin-top: 0.2rem;
  }
  .top-feature .feature-content:not(._reverse) .text-numberwrap {
    top: -0.25rem;
    left: -0.1rem;
  }
  .top-feature .feature-content:not(._reverse) .content-text {
    margin-left: 1rem;
  }
  .top-feature .feature-content._reverse {
    flex-direction: row-reverse;
  }
  .top-feature .feature-content._reverse .text-numberwrap {
    top: -0.2rem;
    right: 0rem;
  }
  .top-feature .feature-content._reverse .text-numberwrap:after {
    transform: rotate(45deg) translateY(-130px);
  }
  .top-feature .feature-content._reverse .content-text {
    margin-right: 1rem;
  }
  .top-feature .feature-content .content-img {
    flex-shrink: 0;
  }
  .top-feature .feature-content .content-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 5.5rem;
  }
  .top-feature .feature-content .text-numberwrap span {
    font-size: 0.64rem;
    letter-spacing: 0.02rem;
  }
  .top-feature .feature-content .text-numberwrap:before {
    top: -0.1rem;
    right: -0.7rem;
    width: 200px;
    height: 400px;
    margin-right: -200px;
  }
  .top-feature .feature-content .text-numberwrap:after {
    top: -0.1rem;
    right: -0.7rem;
    width: 2px;
    height: 0px;
  }
  .top-feature .feature-content .text-numberwrap.active:after {
    height: 380px;
  }
  .ururu-prodects .contents-information {
    padding: 0.28rem 0.4rem;
    background-color: #fff;
  }
  .ururu-prodects .information-table {
    display: table;
    width: 100%;
  }
  .ururu-prodects .information-table .dl {
    display: table-cell;
  }
  .ururu-prodects .information-table .dl + .dl > * {
    border-left: 1px solid #c8c8c8;
  }
  .ururu-prodects .information-table .dl > * {
    padding: 0.12rem;
  }
  .ururu-prodects .information-annotation > li {
    display: inline;
  }
  .ururu-prodects .contents-ururu {
    display: flex;
  }
  .ururu-prodects .contents-ururu .ururu-img {
    flex-shrink: 0;
  }
  .ururu-prodects .contents-ururu .ururu-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-left: 0.8rem;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
@media (max-width: 768px) {
  .top-mainvisual {
    height: calc(100vh - 0.6rem);
    padding-bottom: 1.2rem;
  }
  .top-mainvisual .mainvisual_inner {
    flex-direction: column;
  }
  .top-mainvisual .mainvisual_inner .mainvisual-img {
    height: calc(100% - 1.48rem);
  }
  .top-mainvisual .mainvisual_inner .mainvisual-heading {
    margin-top: 0.2rem;
  }
  .top-mainvisual .mainvisual_inner .mainvisual-heading .heading-main {
    font-size: 0.26rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .top-mainvisual .mainvisual_inner .mainvisual-heading .heading-sub {
    margin-top: 0.08rem;
    font-size: 0.17rem;
  }
  .top-mainvisual .mainvisual-bnr {
    padding-left: 0.1rem;
    width: 2.24rem;
    height: 0.68rem;
  }
  .top-mainvisual .mainvisual-bnr .bnr-img {
    width: 0.45rem;
  }
  .top-mainvisual .mainvisual-bnr > span {
    margin-left: 0.2rem;
  }
  .top-mainvisual .mainvisual-bnr > span .en {
    font-size: 0.2rem;
  }
  .top-mainvisual .mainvisual-bnr > span .ja {
    font-size: 0.11rem;
  }
  .top-mainvisual .mainvisual-scroll {
    padding: 0 0.3rem 0.37rem;
    font-size: 0.1rem;
  }
  .top-mainvisual .mainvisual-scroll > i {
    height: 0.25rem;
  }
  .top-mainvisual .mainvisual-scroll > i > i {
    width: 0.05rem;
    height: 0.05rem;
  }
  .top-mainvisual .deco-image._image01 {
    width: 1.54rem;
    top: -4.2rem;
    left: -4rem;
  }
  .top-mainvisual .deco-image._image02 {
    width: 1.4rem;
    bottom: -3.5rem;
    right: -3rem;
  }
  .top-concept {
    padding-top: 1.2rem;
  }
  .top-concept .concept_wrap {
    margin-top: 0.32rem;
  }
  .top-concept .concept_wrap .concept-imgs .img01 {
    width: 2.9rem;
  }
  .top-concept .concept_wrap .concept-imgs .img02 {
    width: 1.8rem;
  }
  .top-concept .concept-text {
    margin-top: 0.36rem;
  }
  .top-concept .text-heading {
    font-size: 0.27rem;
    letter-spacing: 0.15em;
  }
  .top-concept .text-heading + .text-description {
    margin-right: calc(var(--sp-contents-padding30) * -1);
    margin-top: 0.28rem;
  }
  .top-concept .deco-image._image01 {
    width: 1.54rem;
    top: 0.1rem;
    left: -3rem;
  }
  .ururu {
    padding-top: 1.2rem;
    padding-bottom: 1.5rem;
  }
  .ururu .ururu-img svg {
    width: 100%;
  }
  .top-support .support-contents {
    padding-top: 0.4rem;
    padding-bottom: 0.5rem;
  }
  .top-support .support-contents .content > .svg-image {
    height: 0.5rem;
  }
  .top-support .support-contents .content-img {
    height: 2.5rem;
    position: relative;
  }
  .top-support .support-contents .content-text_wrap .svg-image {
    top: calc(-0.5rem + 1px);
    height: 0.5rem;
  }
  .top-support .support-contents .content-text {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .top-support .support-contents .content-text .text-number .line01 {
    font-size: 0.12rem;
  }
  .top-support .support-contents .content-text .text-number .line02 {
    font-size: 0.48rem;
    letter-spacing: 0.02rem;
    margin-left: 0.01rem;
  }
  .top-support .support-contents .content-text .text-heading {
    margin-top: 0.12rem;
    font-size: 0.24rem;
    letter-spacing: 0.1em;
  }
  .top-support .support-contents .content-text .text {
    font-size: 0.13rem;
  }
  .top-support .deco-image._image01 {
    top: 5rem;
    width: 1.4rem;
    right: -3.8rem;
  }
  .top-campaign {
    padding-top: 0.5rem;
    padding-bottom: 0.6rem;
  }
  .top-campaign .svg-image {
    height: 0.5rem;
    top: calc(-0.5rem + 1px);
  }
  .top-campaign .campaign-contents {
    padding: 0.3rem 0.36rem 0;
  }
  .top-campaign .campaign-contents:before,
  .top-campaign .campaign-contents:after {
    width: 0.4rem;
    height: 0.4rem;
  }
  .top-campaign .campaign-contents:before {
    top: -0.24rem;
    left: -0.24rem;
  }
  .top-campaign .campaign-contents:after {
    bottom: -0.24rem;
    right: -0.24rem;
  }
  .top-campaign .campaign-contents .content-heading .en {
    display: block;
    font-size: 0.25rem;
  }
  .top-campaign .campaign-contents .content-heading .ja {
    margin-top: 0.16rem;
    font-size: 0.16rem;
  }
  .top-campaign .campaign-contents .content-catch {
    margin-top: calc(0.16rem - 0.45em);
    font-size: 0.14rem;
    letter-spacing: 0;
    line-height: 1.9;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .top-campaign .campaign-contents .content-img {
    width: 0.76rem;
    top: -0.2rem;
    right: 0.1rem;
  }
  .top-campaign .campaign-contents .contents-bottom {
    margin: 0.28rem -0.36rem 0;
    padding: 0.2rem 0.36rem 0.4rem;
  }
  .top-campaign .campaign-contents .bottom-heading {
    font-size: 0.12rem;
  }
  .top-campaign .campaign-contents .bottom-heading > span {
    display: block;
    margin-bottom: 0.12rem;
    font-size: 0.15rem;
  }
  .top-campaign .campaign-contents .bottom-list {
    font-size: 0.12rem;
    letter-spacing: -0.02em;
    line-height: 1.5;
  }
  .top-campaign .campaign-contents .bottom-list > li + li {
    margin-top: 0.5em;
  }
  .top-campaign .campaign-contents .bottom-annotation {
    margin-top: 0.1rem;
    font-size: 0.1rem;
  }
  .top-campaign .campaign-contents .bottom-link {
    margin-top: 0.28rem;
  }
  .top-campaign .campaign-contents .bottom-link > a {
    width: 2.2rem;
  }
  .top-scene {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .top-scene .svg-image {
    height: 0.5rem;
    top: calc(-0.5rem + 1px);
  }
  .top-scene [data-slidearea01] {
    margin-top: 0.28rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_wrap {
    width: 3.15rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_btns {
    height: 1.66rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_btns button {
    width: 0.4rem;
    height: 0.4rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_btns button.next {
    right: -0.2rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_btns button.prev {
    left: -0.2rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_btns button > img {
    width: 0.12rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_link div {
    margin: 0 0.05rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_link div p {
    margin-top: 0.44rem;
    font-size: 0.12rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_pager {
    bottom: 0.64rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_pager button {
    width: 0.05rem;
    height: 0.08rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_pager button + button {
    margin-left: 0.1rem;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_imgpager_btn {
    width: 30px;
    height: 30px;
  }
  .top-scene [data-slidearea01].type01 .slidearea01_imgpager_btn + .photogallery01_btn {
    margin-left: 0;
  }
  .top-scene .deco-image._image01 {
    width: 0.72rem;
    top: -6.4rem;
    right: -3.6rem;
  }
  .top-scene .deco-image._image02 {
    width: 1.4rem;
    top: -6.4rem;
    left: -4rem;
  }
  .top-feature {
    padding-top: 0.6rem;
    padding-bottom: 1rem;
  }
  .top-feature .svg-image {
    height: 0.5rem;
    top: calc(-0.5rem + 1px);
  }
  .top-feature .feature-nav {
    margin-top: 0.32rem;
  }
  .top-feature .feature-nav .nav_list {
    flex-wrap: wrap;
    margin: 0 -0.08rem -0.32rem;
  }
  .top-feature .feature-nav .nav_list > li {
    margin: 0 0.08rem 0.32rem;
    width: calc(100% / 3 - 0.16rem);
  }
  .top-feature .feature-nav .nav-text {
    margin-top: 0.12rem;
    font-size: 0.13rem;
    white-space: nowrap;
  }
  .top-feature .feature-nav .nav-arrow {
    margin-top: 0.12rem;
    width: 0.24rem;
  }
  .top-feature .feature-content {
    padding-top: 0.7rem;
  }
  .top-feature .feature-content:not(._reverse) .text-number {
    top: -0.32rem;
    left: -0.88rem;
  }
  .top-feature .feature-content:not(._reverse) .text-numberwrap {
    top: -0.2rem;
    left: 0rem;
  }
  .top-feature .feature-content._reverse .text-number {
    top: -1.2rem;
    right: -1.25rem;
  }
  .top-feature .feature-content._reverse .text-numberwrap {
    top: -0.2rem;
    right: 0rem;
  }
  .top-feature .feature-content._reverse .text-numberwrap:after {
    transform: rotate(45deg) translateY(-0.3rem);
  }
  .top-feature .feature-content .content-img {
    margin-top: 0.32rem;
  }
  .top-feature .feature-content .content-img img {
    width: 100%;
  }
  .top-feature .feature-content .text-number {
    width: 1.8rem;
  }
  .top-feature .feature-content .text-numberwrap span {
    font-size: 0.35rem;
    letter-spacing: 0.01rem;
  }
  .top-feature .feature-content .text-numberwrap:before {
    top: 0;
    right: -0.32rem;
    width: 1rem;
    height: 1rem;
    margin-right: -1rem;
  }
  .top-feature .feature-content .text-numberwrap:after {
    top: 0;
    right: -0.32rem;
    width: 2px;
    height: 0px;
  }
  .top-feature .feature-content .text-numberwrap.active:after {
    height: 1.5rem;
  }
  .top-feature .feature-content .text-icon {
    width: 0.72rem;
    height: 0.72rem;
  }
  .top-feature .feature-content .text-icon img.shadow:nth-child(n + 20) {
    display: none;
  }
  .top-feature .feature-content .text-heading {
    margin-top: 0.24rem;
    font-size: 0.18rem;
    letter-spacing: 0;
  }
  .top-feature .feature-content .text-heading + .text-description {
    margin-top: 0.16rem;
  }
  .top-feature .feature-content .text-description {
    font-size: 0.13rem;
  }
  .top-feature .feature-content .text-description + .text-description {
    margin-top: 0.08rem;
  }
  .top-feature .feature-content .text-annotation {
    margin-top: 0.08rem;
    font-size: 0.11rem;
  }
  .top-feature .deco-image._image01 {
    width: 1.56rem;
    top: 4.4rem;
    right: -3.6rem;
  }
  .top-feature .deco-image._image02 {
    width: 1.02rem;
    top: 4.4rem;
    right: -2.2rem;
  }
  .ururu-prodects .svg-image {
    height: 0.5rem;
    top: calc(-0.5rem + 1px);
  }
  .ururu-prodects .products-mv {
    height: 2.8rem;
  }
  .ururu-prodects .products-mv:after {
    background-image: linear-gradient(to bottom, #fff 0.6rem, rgba(255, 255, 255, 0) 100%);
    height: 1.6rem;
  }
  .ururu-prodects .products-mv .mv-logo {
    padding-top: 0.44rem;
  }
  .ururu-prodects .products-mv .mv-logo img {
    width: 2rem;
  }
  .ururu-prodects .products-mv .mv-catch {
    margin-top: 0.48rem;
    font-size: 0.2rem;
  }
  .ururu-prodects .products-mv .mv-catch > span {
    padding: 0.04rem 0.05rem 0.04rem 0.1rem;
  }
  .ururu-prodects .products-mv .mv-img {
    padding-top: 0;
  }
  .ururu-prodects .products-mv .mv-img > img {
    object-position: center bottom;
  }
  .ururu-prodects .products-contents {
    padding-top: 0.4rem;
    padding-bottom: 0.6rem;
  }
  .ururu-prodects .information-heading {
    font-size: 0.16rem;
  }
  .ururu-prodects .information-table .dl {
    display: flex;
  }
  .ururu-prodects .information-table .dl + .dl {
    border-top: 1px solid #c8c8c8;
  }
  .ururu-prodects .information-table .dl > * {
    padding: 0.08rem 0;
  }
  .ururu-prodects .information-table .dt {
    flex-shrink: 0;
    width: 1.05rem;
    font-size: 0.14rem;
  }
  .ururu-prodects .information-table .dd {
    flex: 1;
    background-color: #fff;
  }
  .ururu-prodects .information-annotation {
    margin-top: 0.2rem;
    font-size: 0.12rem;
    line-height: 1.75;
  }
  .ururu-prodects .information-annotation > li {
    display: flex;
  }
  .ururu-prodects .information-annotation > li > span {
    flex-shrink: 0;
  }
  .ururu-prodects .information-text {
    font-size: 0.12rem;
    line-height: 1.75;
  }
  .ururu-prodects .contents-ururu {
    margin-top: 0.4rem;
    padding: 0.3rem;
  }
  .ururu-prodects .contents-ururu .ururu-img {
    width: 100%;
  }
  .ururu-prodects .contents-ururu .ururu-text {
    margin-top: 0.24rem;
  }
  .ururu-prodects .contents-ururu .text-logo > img {
    width: 1.68rem;
  }
  .ururu-prodects .contents-ururu .text-name {
    margin-top: 0.12rem;
    font-size: 0.15rem;
  }
  .ururu-prodects .contents-ururu .text-postage {
    margin-top: 0.16rem;
    width: 1.2rem;
    height: 0.32rem;
  }
  .ururu-prodects .contents-ururu .text-postage:before {
    left: 0.12rem;
  }
  .ururu-prodects .contents-ururu .text-postage:after {
    right: 0.12rem;
  }
  .ururu-prodects .contents-ururu .text-price_wrap {
    margin-top: 0.2rem;
    font-size: 0.13rem;
  }
  .ururu-prodects .contents-ururu .text-price_wrap .price ._f-op_b {
    font-size: 0.25rem;
  }
  .ururu-prodects .contents-ururu .text-shop {
    margin-top: 0.2rem;
    padding: 0.28rem 0;
  }
  .ururu-prodects .contents-ururu .shop-heading .en {
    font-size: 0.21rem;
  }
  .ururu-prodects .contents-ururu .shop-heading .ja {
    margin-top: 0.04rem;
    font-size: 0.12rem;
  }
  .ururu-prodects .contents-ururu .shop-link {
    margin-top: 0.24rem;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media (max-width: 1440px) and (min-width: 769px) {
  .top-mainvisual .mainvisual_inner {
    padding-left: 0.8rem;
  }
}
@media (max-width: 768px) and (max-height: 560px) {
  .top-mainvisual .mainvisual_inner .mainvisual-img {
    height: calc(100% - 1.18rem);
  }
  .top-mainvisual .mainvisual_inner .mainvisual-heading {
    margin-top: 0.16rem;
  }
  .top-mainvisual .mainvisual_inner .mainvisual-heading .heading-main {
    font-size: 0.22rem;
  }
  .top-mainvisual .mainvisual_inner .mainvisual-heading .heading-sub {
    margin-top: 0.04rem;
    font-size: 0.14rem;
  }
}

/* MV画像の幅設定 */
.btn_inner.mainvisual_inner._pc-w1200 {
  height: auto !important;
  min-height: 0 !important;
  margin-top: 40px;
}

.btn-purchase {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 16px 50px 16px 40px;
  margin-top: 20px;
  background-color: #ffffff;
  border: 1px solid #e8917a;
  border-radius: 4px;
  color: #e8917a;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  position: relative;
}

.btn-purchase::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #e8917a;
  -webkit-mask: url(../../images/2022/icon_cart.svg) no-repeat center / contain;
  mask: url(../../images/2022/icon_cart.svg) no-repeat center / contain;
  transition: background-color 0.3s ease;
}

.btn-purchase::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 16px;
  height: 12px;
  background-color: #e8917a;
  -webkit-mask: url(../../images/2022/icon_arrow.svg) no-repeat center / contain;
  mask: url(../../images/2022/icon_arrow.svg) no-repeat center / contain;
  transition: background-color 0.3s ease;
}

.btn-purchase:hover {
  background-color: #e8917a;
  color: #ffffff;
  -webkit-tap-highlight-color: transparent; /* ハイライトを消す */
}

.btn-purchase:hover::before,
.btn-purchase:hover::after {
  background-color: #ffffff;
}

@media (max-width: 1200px) and (min-width: 769px) {
  .btn_inner.mainvisual_inner._pc-w1200 {
    padding-left: 0 !important;
  }
}

@media (max-width: 768px) {
  .btn-purchase {
    display: block;
    width: 90%;
    padding: 20px 20px 40px 40px;
    margin: 0 0 0 auto;
    text-align: center;
    line-height: 1.8;
  }

  .btn-purchase::before {
    position: absolute;
    top: 24px;
    left: 16px;
  }

  .btn-purchase::after {
    bottom: 14px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
