@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DotGothic16&family=Noto+Sans+JP:wght@400&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@media screen and (min-width: 829px) {
  html {
    overflow-y: scroll;
  }
}

.is-modal {
  overflow-y: hidden;
}

.pane-contents {
  padding-bottom: 0;
}

#gupita {
  color: #65473e;
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 829px) {
  #gupita {
    width: 100%;
    background: url("/img/usr/brand/gu-pita/sanx/bg_check.png") center center/27px 27px repeat #f5c8cb;
  }
  #gupita.s {
    background-color: #dce66e;
  }
}
#gupita a:hover {
  opacity: 1;
}
#gupita .noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 829px) {
  #gupita .display-sp, #gupita .sp {
    display: none;
  }
  #gupita a {
    text-decoration: none;
  }
  #gupita a .on {
    display: none;
  }
  #gupita a:hover .on {
    display: block;
  }
  #gupita a:hover .off {
    display: none;
  }
  #gupita a.hover {
    display: block;
    overflow: hidden;
  }
  #gupita a.hover img {
    transition: -webkit-transform 0.3s cubic-bezier(0, 1.12, 0.74, 1);
    transition: transform 0.3s cubic-bezier(0, 1.12, 0.74, 1);
    transition: transform 0.3s cubic-bezier(0, 1.12, 0.74, 1), -webkit-transform 0.3s cubic-bezier(0, 1.12, 0.74, 1);
  }
  #gupita a.hover:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  #gupita a span {
    text-decoration: underline;
  }
}
@media screen and (max-width: 828px) {
  #gupita .display-pc, #gupita .pc {
    display: none;
  }
}
#gupita img {
  display: block;
  width: 100%;
  height: auto;
}
#gupita .view_area {
  background: url("/img/usr/brand/gu-pita/sanx/bg_check.png") center center/3.2608695652vw 3.2608695652vw repeat #f5c8cb;
  padding: 0.1px 0;
}
#gupita .view_area-content {
  width: calc(792 / 828 * 100%);
  background: #fff9e8;
  border: 0.4830917874vw solid #ff639b;
  border-radius: 7.2463768116vw;
  margin: calc(20 / 828 * 100%) auto calc(100 / 828 * 100%);
  position: relative;
  z-index: 2;
}
#gupita .view_area-content .view_area-container {
  width: calc(772 / 784 * 100%);
  background: #fff9e8;
  border: 0.4830917874vw solid #ff639b;
  border-radius: 6.2801932367vw;
  margin: calc(6 / 784 * 100%) auto;
}
@media screen and (min-width: 829px) {
  #gupita .view_area-wrap {
    width: 580px;
    margin: 30px 0 0 0;
    position: relative;
  }
  #gupita .view_area-wrap:before {
    content: "";
    display: block;
    width: 580px;
    height: 100%;
    background: url("/img/usr/brand/gu-pita/sanx/pc/frame.png") 0 0/100% auto no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
  }
  #gupita .view_area-wrap:after {
    content: "";
    display: block;
    width: 580px;
    height: calc(100% - 300px - 52px);
    background: url("/img/usr/brand/gu-pita/sanx/pc/frame_body.png") 0 0/100% auto repeat-y;
    position: absolute;
    top: 300px;
    left: 0;
    z-index: 1;
    pointer-events: none;
  }
  #gupita .view_area {
    width: 540px;
    margin: 109px 0 0 19px;
    background: url("/img/usr/brand/gu-pita/sanx/bg_check.png") center center/calc(540/828 * 27px) calc(540/828 * 27px) repeat #f5c8cb;
  }
  #gupita .view_area::-webkit-scrollbar-thumb {
    /*background: #000;
    border-radius: 0;
    border-right: none;
    border-left: none;
    background-clip: content-box;*/
  }
  #gupita .view_area .view_area-content {
    border-width: calc(540/828 * 4px);
    border-radius: calc(540/828 * 60px);
  }
  #gupita .view_area .view_area-content .view_area-container {
    border-width: calc(540/828 * 4px);
    border-radius: calc(540/828 * 52px);
  }
  #gupita .view_area-bottom {
    width: 100%;
    height: 54px;
    background: url("/img/usr/brand/gu-pita/sanx/pc/frame_bottom.png") 0 bottom/100% auto no-repeat;
    margin: -8px 0 0 0;
    position: relative;
    z-index: 3;
  }
  #gupita .pc_content {
    display: flex;
    justify-content: center;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0.1px 0 0 0;
    position: relative;
    z-index: 0;
  }
  #gupita .pc_r {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: min(334px, 37vh);
    height: 100vh;
    margin: 0 0 0 calc(94 / 1600 * 100%);
    position: sticky;
    top: 0;
    z-index: 0;
  }
  #gupita .pc_r--logo {
    width: 70.9580838323%;
    margin: 80px 0 20.3592814371% 14.9700598802%;
  }
  #gupita .pc_r .inner {
    margin: 0;
    position: sticky;
    top: 0;
  }
  #gupita .pc_r .inner .nav ul {
    margin: 0 auto;
    padding: 0;
  }
  #gupita .pc_r .inner .nav li {
    display: block;
    margin: 7.4850299401% 0;
    padding: 0 0 0 14.9700598802%;
    position: relative;
  }
  #gupita .pc_r .inner .nav li a {
    color: #ff639b;
    font-size: min(24px, 2.8vh);
    line-height: 1.3333333333;
    text-decoration: underline;
    position: relative;
  }
  #gupita .pc_r .inner .nav li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: blinking 1.2s infinite;
            animation: blinking 1.2s infinite;
  }
  #gupita .pc_r .inner .nav li:nth-child(1):before {
    width: 12.2754491018%;
    background: url("/img/usr/brand/gu-pita/sanx/icon_message.png") 0 0/100% auto no-repeat;
    margin: -1.1976047904% 0 0 -1.497005988%;
    padding: 9.2814371257% 0 0 0;
  }
  #gupita .pc_r .inner .nav li:nth-child(2):before {
    width: 7.4850299401%;
    background: url("/img/usr/brand/gu-pita/sanx/icon_clover.png") 0 0/100% auto no-repeat;
    margin: 2.3952095808% 0 0 2.0958083832%;
    padding: 7.4850299401% 0 0 0;
  }
  #gupita .pc_r .inner .nav li:nth-child(3):before {
    width: 7.7844311377%;
    background: url("/img/usr/brand/gu-pita/sanx/icon_heart.png") 0 0/100% auto no-repeat;
    margin: 2.3952095808% 0 0 1.7964071856%;
    padding: 7.1856287425% 0 0 0;
  }
  #gupita .pc_r .inner .nav li:nth-child(4):before {
    width: 6.5868263473%;
    background: url("/img/usr/brand/gu-pita/sanx/icon_arrow.png") 0 0/100% auto no-repeat;
    margin: 1.497005988% 0 0 2.3952095808%;
    padding: 7.4850299401% 0 0 0;
  }
  #gupita .pc_r--a {
    display: flex;
    font-size: 25.5px;
    color: #ff639b;
    margin: calc(24 / 334 * 100%) 0;
  }
  #gupita .pc_r--a span {
    cursor: pointer;
  }
}
@media screen and (min-width: 829px) and (max-width: 1000px) {
  #gupita .view_area-wrap {
    margin-left: 20px;
  }
  #gupita .pc_r {
    margin: 0 10px 0 30px;
  }
  #gupita .pc_r .inner .nav li a {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 828px) {
  #gupita .pc_l, #gupita .pc_r {
    display: none;
  }
}
#gupita .mv {
  border-bottom: 0.4830917874vw solid #ff639b;
  padding: 0.1px 0 0;
  position: relative;
}
@media screen and (min-width: 829px) {
  #gupita .mv {
    border-width: calc(540/828 * 4px);
  }
}
#gupita .mv--renewal {
  width: calc(292 / 764 * 100%);
  margin: calc(26 / 764 * 100%) 0 calc(1 / 764 * 100%) calc(1 / 764 * 100%);
}
#gupita .mv--ttl {
  width: calc(526 / 764 * 100%);
  margin: 0 0 calc(65 / 764 * 100%) calc(119 / 764 * 100%);
}
#gupita .mv--clover {
  width: calc(703 / 764 * 100%);
  margin: calc(56 / 764 * 100%) 0 0 calc(37 / 764 * 100%);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
#gupita .mv--copy {
  width: calc(568 / 764 * 100%);
  margin: 0 auto calc(59 / 764 * 100%);
}
#gupita .mv--img1 {
  width: calc(680 / 764 * 100%);
  margin: 0 auto calc(36 / 764 * 100%);
}
#gupita .mv--copyright {
  width: calc(338 / 764 * 100%);
  margin: 0 auto calc(52 / 764 * 100%);
}
#gupita .mv--img2 {
  width: calc(742 / 764 * 100%);
  margin: 0 auto;
}
#gupita .mv--bg {
  margin: 0;
  position: relative;
  z-index: 0;
}
#gupita .g-menu {
  background: #f5cdd5;
}
#gupita .g-menu--nav {
  border-bottom: 0.4830917874vw solid #ff639b;
  margin: 0;
}
#gupita .g-menu--nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #ff639b;
  text-align: center;
}
#gupita .g-menu--nav a:before {
  content: "";
  display: block;
  -webkit-animation: blinking 1.2s infinite;
          animation: blinking 1.2s infinite;
  margin-right: calc(16 / 764 * 100%);
}
#gupita .g-menu--nav1 {
  font-size: 5.5555555556vw;
  line-height: 2.5;
}
#gupita .g-menu--nav1 a:before {
  width: calc(65 / 764 * 100%);
  height: 0;
  background: url("/img/usr/brand/gu-pita/sanx/icon_message.png") 0 0/100% auto no-repeat;
  margin-top: calc(-10 / 764 * 100%);
  padding: calc(50 / 764 * 100%) 0 0 0;
}
#gupita .g-menu--nav2 {
  font-size: 4.7101449275vw;
  line-height: 2.9487179487;
}
#gupita .g-menu--nav2 a:before {
  width: calc(40 / 764 * 100%);
  height: 0;
  background: url("/img/usr/brand/gu-pita/sanx/icon_clover.png") 0 0/100% auto no-repeat;
  margin-top: calc(4 / 764 * 100%);
  padding: calc(40 / 764 * 100%) 0 0 0;
}
#gupita .g-menu--nav3 {
  font-size: 4.8309178744vw;
  line-height: 2.875;
}
#gupita .g-menu--nav3 a:before {
  width: calc(42 / 764 * 100%);
  height: 0;
  background: url("/img/usr/brand/gu-pita/sanx/icon_heart.png") 0 0/100% auto no-repeat;
  margin-top: calc(8 / 764 * 100%);
  padding: calc(37 / 764 * 100%) 0 0 0;
}
@media screen and (min-width: 829px) {
  #gupita .g-menu {
    display: none;
  }
}
#gupita .message {
  background: url("/img/usr/brand/gu-pita/sanx/bg_message.png") 0 0/100% auto no-repeat #fff;
  border-bottom: 0.4830917874vw solid #ff639b;
  padding: 0.1px 0 calc(100 / 764 * 100%);
  position: relative;
}
@media screen and (min-width: 829px) {
  #gupita .message {
    border-width: calc(540/828 * 4px);
  }
}
#gupita .message--ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #ff639b;
  font-size: 5.5555555556vw;
  text-align: center;
  margin: calc(78 / 764 * 100%) 0;
}
#gupita .message--ttl:before {
  content: "";
  display: block;
  width: calc(65 / 764 * 100%);
  height: 0;
  background: url("/img/usr/brand/gu-pita/sanx/icon_message.png") 0 0/100% auto no-repeat;
  margin: calc(-10 / 764 * 100%) calc(16 / 764 * 100%) 0 0;
  padding: calc(50 / 764 * 100%) 0 0 0;
  -webkit-animation: blinking 1.2s infinite;
          animation: blinking 1.2s infinite;
}
@media screen and (min-width: 829px) {
  #gupita .message--ttl {
    font-size: calc(540/828 * 46px);
  }
}
#gupita .message--lead {
  width: calc(644 / 764 * 100%);
  font-size: 6.6425120773vw;
  line-height: 1.3454545455;
  margin: 0 auto calc(36 / 764 * 100%);
}
#gupita .message--lead b {
  font-size: 9.4202898551vw;
  font-weight: normal;
}
@media screen and (min-width: 829px) {
  #gupita .message--lead {
    font-size: calc(540/828 * 55px);
  }
  #gupita .message--lead b {
    font-size: calc(540/828 * 78px);
  }
}
#gupita .message--txt {
  font-size: 4.347826087vw;
  line-height: 1.8333333333;
  margin: 0 0 0 calc(60 / 764 * 100%);
  position: relative;
}
@media screen and (min-width: 829px) {
  #gupita .message--txt {
    font-size: calc(540/828 * 36px);
  }
}
#gupita .message--icon {
  display: inline-block;
  width: calc(34 / 704 * 100%);
  margin: 0 0 calc(-2 / 704 * 100%) calc(6 / 704 * 100%);
  -webkit-animation: blinking 1.2s infinite;
          animation: blinking 1.2s infinite;
}
#gupita .message--img1 {
  width: calc(87 / 704 * 100%);
  margin: calc(15 / 704 * 100%) calc(57 / 704 * 100%) 0 0;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
#gupita .message--img2 {
  width: calc(619 / 764 * 100%);
  margin: calc(52 / 764 * 100%) 0 calc(-28 / 764 * 100%) calc(80 / 764 * 100%);
}
#gupita .product {
  padding: 0.1px 0;
  position: relative;
}
#gupita .product--collaboration {
  color: #ff639b;
  font-size: 4.2270531401vw;
  text-align: center;
  margin: calc(120 / 764 * 100%) 0 calc(52 / 764 * 100%);
}
#gupita .product--collaboration b {
  color: #65473e;
}
@media screen and (min-width: 829px) {
  #gupita .product--collaboration {
    font-size: calc(540/828 * 35px);
  }
}
#gupita .product--ttl {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff639b;
  font-size: 4.7101449275vw;
  line-height: 1.7948717949;
  text-align: center;
  margin: 0 0 calc(44 / 764 * 100%);
  position: relative;
}
#gupita .product--ttl span {
  margin: 0 calc(28 / 764 * 100%);
}
#gupita .product--ttl:before, #gupita .product--ttl:after {
  content: "";
  width: calc(40 / 764 * 100%);
  background: url("/img/usr/brand/gu-pita/sanx/icon_clover.png") 0 0/100% auto no-repeat;
  padding: calc(40 / 764 * 100%) 0 0 0;
  -webkit-animation: blinking 1.2s infinite;
          animation: blinking 1.2s infinite;
}
@media screen and (min-width: 829px) {
  #gupita .product--ttl {
    font-size: calc(540/828 * 39px);
  }
}
#gupita .product-content {
  width: calc(700 / 764 * 100%);
  background: #fff;
  margin: 0 auto;
  padding: 0.1px 0;
}
#gupita .product--logo {
  width: calc(445 / 700 * 100%);
  margin: calc(80 / 700 * 100%) 0 calc(52 / 700 * 100%) calc(131 / 700 * 100%);
}
#gupita .product--img {
  width: calc(588 / 700 * 100%);
  margin: 0 auto calc(62 / 700 * 100%);
}
#gupita .product--txt {
  width: calc(570 / 700 * 100%);
  margin: 0 auto calc(92 / 700 * 100%);
}
#gupita .product--head {
  color: #ff639b;
  font-size: 4.8309178744vw;
  line-height: 2.425;
  letter-spacing: 0.1em;
  text-align: center;
  background: #f5cdd5;
  margin: 0 0 calc(50 / 700 * 100%);
}
@media screen and (min-width: 829px) {
  #gupita .product--head {
    font-size: calc(540/828 * 40px);
  }
}
#gupita .product-category {
  display: flex;
  flex-wrap: wrap;
}
#gupita .product-item {
  width: 50%;
  padding: 0.1px 0;
  position: relative;
}
#gupita .product-item--img {
  width: calc(230 / 350 * 100%);
  margin: calc(58 / 350 * 100%) auto calc(38 / 350 * 100%);
}
#gupita .product-item--btn {
  display: flex;
  justify-content: center;
  font-size: 4.5893719807vw;
  line-height: 1.1315789474;
  margin: 0 0 calc(92 / 350 * 100%);
}
#gupita .product-item--btn p {
  font-size: 4.5893719807vw;
  margin: 0;
}
#gupita .product-item--btn b {
  display: inline-block;
  color: #ff263c;
  font-size: 3.6231884058vw;
  font-weight: normal;
  background: #ffff7b;
}
#gupita .product-item--btn span {
  text-decoration: underline;
}
#gupita .product-item--btn:before {
  content: "";
  display: block;
  width: calc(34 / 350 * 100%);
  background: url("/img/usr/brand/gu-pita/sanx/icon_heart1_product.png") 0 0/100% auto no-repeat;
  margin: calc(8 / 350 * 100%) calc(12 / 350 * 100%) 0 0;
  padding: calc(30 / 350 * 100%) 0 0 0;
  -webkit-animation: blinking 1.2s infinite;
          animation: blinking 1.2s infinite;
}
@media screen and (min-width: 829px) {
  #gupita .product-item--btn {
    font-size: calc(540/828 * 38px);
  }
  #gupita .product-item--btn p {
    font-size: calc(540/828 * 38px);
  }
  #gupita .product-item--btn b {
    font-size: calc(540/828 * 30px);
  }
}
#gupita .product-item-kiras {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
#gupita .product-item--kira1 {
  width: calc(15 / 350 * 100%);
  background: url("/img/usr/brand/gu-pita/sanx/kira1_product.png") 0 0/100% auto no-repeat;
  padding: calc(15 / 350 * 100%) 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
#gupita .product-item--kira2 {
  width: calc(15 / 350 * 100%);
  background: url("/img/usr/brand/gu-pita/sanx/kira2_product.png") 0 0/100% auto no-repeat;
  padding: calc(15 / 350 * 100%) 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
#gupita .product-item1 {
  color: #884798;
  background: url("/img/usr/brand/gu-pita/sanx/bg_item1_product.png") 0 0/100% auto no-repeat;
}
#gupita .product-item1 .product-item-kiras div:nth-child(1) {
  margin: calc(25 / 350 * 100%) 0 0 calc(32 / 350 * 100%);
}
#gupita .product-item1 .product-item-kiras div:nth-child(2) {
  margin: calc(83 / 350 * 100%) 0 0 calc(309 / 350 * 100%);
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#gupita .product-item2 {
  color: #b87800;
  background: url("/img/usr/brand/gu-pita/sanx/bg_item2_product.png") 0 0/100% auto no-repeat;
}
#gupita .product-item2 .product-item--btn:before {
  background: url("/img/usr/brand/gu-pita/sanx/icon_heart2_product.png") 0 0/100% auto no-repeat;
}
#gupita .product-item2 .product-item-kiras div:nth-child(1) {
  margin: calc(20 / 350 * 100%) 0 0 calc(33 / 350 * 100%);
}
#gupita .product-item2 .product-item-kiras div:nth-child(2) {
  margin: calc(15 / 350 * 100%) 0 0 calc(320 / 350 * 100%);
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#gupita .product-item3 {
  color: #dc263c;
  background: url("/img/usr/brand/gu-pita/sanx/bg_item3_product.png") 0 0/100% auto no-repeat;
}
#gupita .product-item3 .product-item--btn {
  margin-top: calc(-6 / 350 * 100%);
}
#gupita .product-item3 .product-item--btn:before {
  background: url("/img/usr/brand/gu-pita/sanx/icon_heart3_product.png") 0 0/100% auto no-repeat;
  margin-top: calc(12 / 350 * 100%);
}
#gupita .product-item3 .product-item-kiras div:nth-child(1) {
  margin: calc(21 / 350 * 100%) 0 0 calc(33 / 350 * 100%);
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#gupita .product-item3 .product-item-kiras div:nth-child(2) {
  margin: calc(79 / 350 * 100%) 0 0 calc(310 / 350 * 100%);
}
#gupita .product-item4 {
  color: #9f0810;
  background: url("/img/usr/brand/gu-pita/sanx/bg_item4_product.png") 0 0/100% auto no-repeat;
}
#gupita .product-item4 .product-item--btn:before {
  background: url("/img/usr/brand/gu-pita/sanx/icon_heart4_product.png") 0 0/100% auto no-repeat;
}
#gupita .product-item4 .product-item-kiras div:nth-child(1) {
  margin: calc(63 / 350 * 100%) 0 0 calc(21 / 350 * 100%);
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#gupita .product-item4 .product-item-kiras div:nth-child(2) {
  margin: calc(20 / 350 * 100%) 0 0 calc(194 / 350 * 100%);
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#gupita .product-item5 {
  color: #da4207;
  background: url("/img/usr/brand/gu-pita/sanx/bg_item5_product.png") 0 0/100% auto no-repeat;
}
#gupita .product-item5 .product-item--btn {
  margin-top: calc(-6 / 350 * 100%);
}
#gupita .product-item5 .product-item--btn:before {
  background: url("/img/usr/brand/gu-pita/sanx/icon_heart5_product.png") 0 0/100% auto no-repeat;
  margin-top: calc(12 / 350 * 100%);
}
#gupita .product-item5 .product-item-kiras div:nth-child(1) {
  margin: calc(16 / 350 * 100%) 0 0 calc(205 / 350 * 100%);
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#gupita .product-item5 .product-item-kiras div:nth-child(2) {
  margin: calc(108 / 350 * 100%) 0 0 calc(315 / 350 * 100%);
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#gupita .product-item6 {
  color: #009c91;
  background: url("/img/usr/brand/gu-pita/sanx/bg_item6_product.png") 0 0/100% auto no-repeat;
}
#gupita .product-item6 .product-item--btn {
  margin-top: calc(-6 / 350 * 100%);
}
#gupita .product-item6 .product-item--btn:before {
  background: url("/img/usr/brand/gu-pita/sanx/icon_heart6_product.png") 0 0/100% auto no-repeat;
  margin-top: calc(12 / 350 * 100%);
}
#gupita .product-item6 .product-item-kiras div:nth-child(1) {
  margin: calc(119 / 350 * 100%) 0 0 calc(16 / 350 * 100%);
}
#gupita .product-item6 .product-item-kiras div:nth-child(2) {
  margin: calc(22 / 350 * 100%) 0 0 calc(51 / 350 * 100%);
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#gupita .product-item6 .product-item-kiras div:nth-child(3) {
  margin: calc(61 / 350 * 100%) 0 0 calc(315 / 350 * 100%);
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#gupita .product-clovders {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 0 calc(100 / 700 * 100%);
}
#gupita .product-clovders img {
  width: calc(100 / 700 * 100%);
  margin: 0 calc(12 / 700 * 100%);
}
#gupita .sanx {
  width: calc(700 / 764 * 100%);
  background: #fff;
  margin: 0 auto calc(34 / 764 * 100%);
  padding: 0.1px 0;
  position: relative;
}
#gupita .sanx--ttl {
  width: calc(608 / 700 * 100%);
  margin: calc(60 / 700 * 100%) auto calc(44 / 700 * 100%);
}
#gupita .sanx--img {
  width: calc(608 / 700 * 100%);
  margin: 0 0 calc(28 / 700 * 100%) calc(58 / 700 * 100%);
}
#gupita .sanx--head {
  margin: 0 0 calc(34 / 700 * 100%);
  position: relative;
}
#gupita .sanx--head > img:nth-child(1) {
  position: relative;
  z-index: 0;
}
#gupita .sanx--head .arrow {
  width: calc(600 / 700 * 100%);
  margin: calc(182 / 700 * 100%) 0 0 calc(49 / 700 * 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#gupita .sanx-character {
  border-bottom: 0.2415458937vw solid #bababa;
}
@media screen and (min-width: 829px) {
  #gupita .sanx-character {
    border-width: calc(540/828 * 2px);
  }
}
#gupita .sanx-character1 {
  margin: 0 0 calc(55 / 700 * 100%);
}
#gupita .sanx-character1 .sanx-character--img {
  width: calc(652 / 700 * 100%);
  margin: 0 0 calc(-39 / 700 * 100%) calc(36 / 700 * 100%);
}
#gupita .sanx-character1 .sanx-character--txt {
  width: calc(486 / 700 * 100%);
  margin: 0 0 calc(58 / 700 * 100%) calc(103 / 700 * 100%);
}
#gupita .sanx-character2 {
  margin: 0 0 calc(57 / 700 * 100%);
}
#gupita .sanx-character2 .sanx-character--img {
  width: calc(647 / 700 * 100%);
  margin: 0 0 calc(43 / 700 * 100%) calc(36 / 700 * 100%);
}
#gupita .sanx-character2 .sanx-character--txt {
  width: calc(597 / 700 * 100%);
  margin: 0 0 calc(59 / 700 * 100%) calc(49 / 700 * 100%);
}
#gupita .sanx-character3 {
  margin: 0 0 calc(59 / 700 * 100%);
}
#gupita .sanx-character3 .sanx-character--img {
  width: calc(647 / 700 * 100%);
  margin: 0 0 calc(53 / 700 * 100%) calc(36 / 700 * 100%);
}
#gupita .sanx-character3 .sanx-character--txt {
  width: calc(553 / 700 * 100%);
  margin: 0 0 calc(60 / 700 * 100%) calc(71 / 700 * 100%);
}
#gupita .sanx-character4 {
  border-bottom: none;
}
#gupita .sanx-character4 .sanx-character--img {
  width: calc(658 / 700 * 100%);
  margin: 0 0 calc(40 / 700 * 100%) calc(36 / 700 * 100%);
}
#gupita .sanx-character4 .sanx-character--txt {
  width: calc(580 / 700 * 100%);
  margin: 0 0 calc(98 / 700 * 100%) calc(50 / 700 * 100%);
}
#gupita .cp {
  background: #fff;
  border-bottom: 0.4830917874vw solid #ff639b;
  padding: 0.1px 0;
  position: relative;
}
@media screen and (min-width: 829px) {
  #gupita .cp {
    border-width: calc(540/828 * 4px);
  }
}
#gupita .cp--ttl {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff639b;
  font-size: 4.8309178744vw;
  line-height: 3;
  text-align: center;
  border-top: 0.4830917874vw solid #ff639b;
  border-bottom: 0.4830917874vw solid #ff639b;
  margin: 0 0 calc(66 / 764 * 100%);
}
#gupita .cp--ttl span {
  margin: 0 calc(28 / 764 * 100%);
}
#gupita .cp--ttl:before, #gupita .cp--ttl:after {
  content: "";
  width: calc(42 / 764 * 100%);
  background: url("/img/usr/brand/gu-pita/sanx/icon_heart.png") 0 0/100% auto no-repeat;
  margin: calc(4 / 764 * 100%) 0 0 0;
  padding: calc(37 / 764 * 100%) 0 0 0;
  -webkit-animation: blinking 1.2s infinite;
          animation: blinking 1.2s infinite;
}
@media screen and (min-width: 829px) {
  #gupita .cp--ttl {
    font-size: calc(540/828 * 40px);
    border-width: calc(540/828 * 4px);
  }
}
#gupita .cp--btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(635 / 764 * 100%);
  color: #000;
  font-size: 4.347826087vw;
  line-height: 1.3333333333;
  text-decoration: none;
  background: url("/img/usr/brand/gu-pita/sanx/bg_btn1_x_cp.png") 0 0/100% auto no-repeat;
  margin: 0 auto calc(80 / 764 * 100%);
  padding: calc(40 / 764 * 100%) 0;
}
#gupita .cp--btn:before {
  content: "";
  display: block;
  width: calc(80 / 635 * 100%);
  background: url("/img/usr/brand/gu-pita/sanx/icon_x_bottom.png") 0 0/100% auto no-repeat;
  margin: 0 calc(42 / 635 * 100%) 0 0;
  padding: calc(80 / 635 * 100%) 0 0 0;
}
@media screen and (min-width: 829px) {
  #gupita .cp--btn {
    font-size: calc(540/828 * 36px);
  }
}
#gupita .cp--edition {
  color: #ff639b;
  font-size: 4.2270531401vw;
  text-align: center;
  margin: 0 0 calc(52 / 764 * 100%);
}
#gupita .cp--edition b {
  color: #65473e;
  font-size: 5.4347826087vw;
  font-weight: normal;
}
@media screen and (min-width: 829px) {
  #gupita .cp--edition {
    font-size: calc(540/828 * 35px);
  }
  #gupita .cp--edition b {
    font-size: calc(540/828 * 45px);
  }
}
#gupita .cp--txt1 {
  font-size: 4.347826087vw;
  line-height: 1.3888888889;
  text-align: center;
  margin: 0 0 calc(40 / 764 * 100%);
}
@media screen and (min-width: 829px) {
  #gupita .cp--txt1 {
    font-size: calc(540/828 * 36px);
  }
}
#gupita .cp-present {
  width: calc(700 / 764 * 100%);
  background: #ffffbe;
  margin: 0 auto calc(100 / 764 * 100%);
  padding: 0.1px 0;
}
#gupita .cp-present-deco {
  width: calc(617 / 700 * 100%);
  margin: calc(49 / 700 * 100%) auto calc(67 / 700 * 100%);
}
#gupita .cp-present-deco > img:nth-child(1) {
  width: calc(37 / 617 * 100%);
  margin: 0 auto calc(-21 / 617 * 100%);
}
#gupita .cp-present--txt {
  width: calc(559 / 700 * 100%);
  margin: 0 auto calc(18 / 700 * 100%);
}
#gupita .cp-present--img {
  width: calc(599 / 700 * 100%);
  margin: 0 auto calc(28 / 700 * 100%);
}
#gupita .cp-present--bubble {
  width: calc(622 / 700 * 100%);
  font-size: 3.7439613527vw;
  line-height: 1;
  text-align: center;
  background: url("/img/usr/brand/gu-pita/sanx/bubble_present_cp.png") 0 0/100% auto no-repeat;
  margin: 0 auto calc(63 / 700 * 100%);
  padding: calc(34 / 700 * 100%) 0 calc(17 / 700 * 100%);
}
@media screen and (min-width: 829px) {
  #gupita .cp-present--bubble {
    font-size: calc(540/828 * 31px);
  }
}
#gupita .cp--head {
  font-size: 5.5555555556vw;
  line-height: 2.3913043478;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 auto calc(52 / 764 * 100%);
}
#gupita .cp--head1 {
  width: calc(430 / 764 * 100%);
  background: url("/img/usr/brand/gu-pita/sanx/bg_head1_cp.png") 0 0/100% 100% no-repeat;
}
#gupita .cp--head2 {
  width: calc(520 / 764 * 100%);
  background: url("/img/usr/brand/gu-pita/sanx/bg_head2_cp.png") 0 0/100% 100% no-repeat;
}
@media screen and (min-width: 829px) {
  #gupita .cp--head {
    font-size: calc(540/828 * 46px);
  }
}
#gupita .cp--step {
  font-size: 4.347826087vw;
  line-height: 1.6111111111;
  letter-spacing: 0.01em;
  text-indent: -1em;
  margin: 0 0 calc(42 / 764 * 100%) calc(116 / 764 * 100%);
  padding: 0 0 0 1em;
}
#gupita .cp--step:first-letter {
  color: #ff639b;
}
#gupita .cp--step a {
  color: #65473e;
  text-decoration: underline;
}
@media screen and (min-width: 829px) {
  #gupita .cp--step {
    font-size: calc(540/828 * 36px);
  }
}
#gupita .cp--txt2 {
  color: #ff639b;
  font-size: 4.5893719807vw;
  line-height: 1.5263157895;
  margin: calc(60 / 764 * 100%) 0 0 calc(72 / 764 * 100%);
}
@media screen and (min-width: 829px) {
  #gupita .cp--txt2 {
    font-size: calc(540/828 * 38px);
  }
}
#gupita .cp--heart {
  width: calc(200 / 764 * 100%);
  margin: calc(-200 / 764 * 100%) calc(46 / 764 * 100%) calc(42 / 764 * 100%) auto;
}
#gupita .cp-x--btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(640 / 764 * 100%);
  color: #65473e;
  font-size: 4.347826087vw;
  line-height: 1;
  text-decoration: none;
  background: url("/img/usr/brand/gu-pita/sanx/bg_btn2_x_cp.png") 0 0/100% auto no-repeat;
  margin: 0 0 calc(36 / 764 * 100%) calc(64 / 764 * 100%);
  padding: calc(34 / 764 * 100%) 0 calc(41 / 764 * 100%);
}
#gupita .cp-x--btn a:after {
  content: "";
  display: block;
  width: calc(24 / 635 * 100%);
  background: url("/img/usr/brand/gu-pita/sanx/arrow_btn2_x_cp.png") 0 0/100% auto no-repeat;
  margin: 0 0 0 calc(20 / 640 * 100%);
  padding: calc(35 / 640 * 100%) 0 0 0;
}
@media screen and (min-width: 829px) {
  #gupita .cp-x--btn a {
    font-size: calc(540/828 * 36px);
  }
}
#gupita .cp-x--notes {
  width: calc(640 / 764 * 100%);
  font-size: 3.1400966184vw;
  line-height: 1.6153846154;
  text-indent: -1em;
  margin: 0 0 calc(90 / 764 * 100%) calc(75 / 764 * 100%);
  padding: 0 0 0 1em;
}
@media screen and (min-width: 829px) {
  #gupita .cp-x--notes {
    font-size: calc(540/828 * 26px);
  }
}
#gupita .cp--period {
  font-size: 5.3140096618vw;
  text-align: center;
  margin: 0 0 calc(90 / 764 * 100%);
}
@media screen and (min-width: 829px) {
  #gupita .cp--period {
    font-size: calc(540/828 * 44px);
  }
}
#gupita .cp-term {
  width: calc(645 / 764 * 100%);
  height: 8em;
  color: #3c3c3c;
  font-size: 3.1400966184vw;
  line-height: 1.6153846154;
  background: #eee;
  margin: 0 auto calc(90 / 764 * 100%);
  padding: 1em;
  overflow: auto;
  box-sizing: border-box;
}
#gupita .cp-term a {
  text-decoration: underline;
}
@media screen and (min-width: 829px) {
  #gupita .cp-term {
    font-size: calc(540/828 * 26px);
  }
}
#gupita .cp-comingsoon {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(700 / 764 * 100%);
  background: url("/img/usr/brand/gu-pita/sanx/bg_comingsoon_cp.png") 0 0/100% auto no-repeat;
  margin: 0 auto calc(100 / 764 * 100%);
  padding: 0.1px 0;
}
@media screen and (min-width: 829px) {
  #gupita .cp-comingsoon {
    font-size: calc(540/828 * 45px);
  }
}
#gupita .cp-comingsoon--txt1 {
  color: #ff639b;
  font-size: 5.6763285024vw;
  margin: calc(45 / 650 * 100%) 0 calc(20 / 700 * 100%);
}
@media screen and (min-width: 829px) {
  #gupita .cp-comingsoon--txt1 {
    font-size: calc(540/828 * 47px);
  }
}
#gupita .cp-comingsoon--txt2 {
  font-size: 5.4347826087vw;
  line-height: 1.6444444444;
  margin: 0 0 calc(25 / 700 * 100%);
}
@media screen and (min-width: 829px) {
  #gupita .cp-comingsoon--txt2 {
    font-size: calc(540/828 * 45px);
  }
}
#gupita .cp-comingsoon--txt3 {
  font-size: 4.347826087vw;
  margin: 0 0 calc(30 / 700 * 100%);
}
@media screen and (min-width: 829px) {
  #gupita .cp-comingsoon--txt3 {
    font-size: calc(540/828 * 36px);
  }
}
#gupita .cp-comingsoon--img {
  width: calc(384 / 700 * 100%);
  margin: 0 0 0 calc(-25 / 700 * 100%);
}
#gupita .cp2 {
  padding: 0.1px 0;
}
#gupita .cp2--ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(635 / 764 * 100%);
  color: #65473e;
  font-size: 4.8309178744vw;
  line-height: 4.375;
  text-decoration: none;
  background: url("/img/usr/brand/gu-pita/sanx/bg_ttl_cp2.png") 0 0/100% auto no-repeat;
  margin: calc(96 / 764 * 100%) auto calc(50 / 764 * 100%);
}
#gupita .cp2--ttl span {
  font-size: 80%;
}
#gupita .cp2--ttl span:first-child {
  margin-right: 0.5em;
}
#gupita .cp2--ttl span:last-child {
  margin-left: 0.5em;
}
@media screen and (min-width: 829px) {
  #gupita .cp2--ttl {
    font-size: calc(540/828 * 40px);
  }
}
#gupita .cp2--txt {
  font-size: 4.347826087vw;
  line-height: 1.4444444444;
  text-align: center;
  margin: 0 0 calc(24 / 764 * 100%);
}
@media screen and (min-width: 829px) {
  #gupita .cp2--txt {
    font-size: calc(540/828 * 36px);
  }
}
#gupita .cp2--notes {
  display: flex;
  justify-content: center;
  color: #3c3c3c;
  font-size: 3.1400966184vw;
  line-height: 1.6153846154;
}
@media screen and (min-width: 829px) {
  #gupita .cp2--notes {
    font-size: calc(540/828 * 26px);
  }
}
#gupita .cp2-sticker {
  width: calc(700 / 764 * 100%);
  background: #fff;
  margin: calc(24 / 764 * 100%) auto 0;
  padding: 0.1px 0;
  position: relative;
  z-index: 0;
}
#gupita .cp2-sticker-line {
  width: calc(617 / 700 * 100%);
  margin: calc(90 / 700 * 100%) auto calc(65 / 700 * 100%);
}
#gupita .cp2-sticker--txt {
  width: calc(526 / 700 * 100%);
  margin: 0 auto calc(62 / 700 * 100%);
}
#gupita .cp2-sticker--bubble {
  width: calc(529 / 700 * 100%);
  font-size: 3.7439613527vw;
  line-height: 1;
  text-align: center;
  background: url("/img/usr/brand/gu-pita/sanx/bubble_cp2.png") 0 0/100% auto no-repeat;
  margin: 0 auto calc(20 / 700 * 100%);
  padding: calc(17 / 700 * 100%) 0 calc(34 / 700 * 100%);
}
@media screen and (min-width: 829px) {
  #gupita .cp2-sticker--bubble {
    font-size: calc(540/828 * 31px);
  }
}
#gupita .cp2-sticker--img {
  width: calc(373 / 700 * 100%);
  margin: 0 auto calc(16 / 700 * 100%);
}
#gupita .cp2-sticker--notes {
  width: calc(373 / 700 * 100%);
  font-size: 2.7777777778vw;
  margin: 0 auto calc(96 / 700 * 100%);
}
@media screen and (min-width: 829px) {
  #gupita .cp2-sticker--notes {
    font-size: calc(540/828 * 23px);
  }
}
#gupita .cp2--btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(540 / 764 * 100%);
  color: #e3d700;
  font-size: 5.3140096618vw;
  line-height: 1;
  text-decoration: none;
  background: url("/img/usr/brand/gu-pita/sanx/bg_btn_cp2.png") 0 0/100% auto no-repeat;
  margin: calc(-32 / 764 * 100%) 0 calc(108 / 764 * 100%) calc(116 / 764 * 100%);
  padding: calc(32 / 764 * 100%) 0 calc(37 / 764 * 100%);
  position: relative;
  z-index: 1;
}
#gupita .cp2--btn a:after {
  content: "";
  display: block;
  width: calc(28 / 540 * 100%);
  background: url("/img/usr/brand/gu-pita/sanx/arrow_btn_cp2.png") 0 0/100% auto no-repeat;
  margin: 0 0 0 calc(20 / 540 * 100%);
  padding: calc(41 / 540 * 100%) 0 0 0;
}
@media screen and (min-width: 829px) {
  #gupita .cp2--btn a {
    font-size: calc(540/828 * 36px);
  }
}
#gupita .cp2--head {
  width: calc(430 / 764 * 100%);
  font-size: 5.5555555556vw;
  line-height: 2.3913043478;
  letter-spacing: 0.05em;
  text-align: center;
  background: url("/img/usr/brand/gu-pita/sanx/bg_head_cp2.png") 0 0/100% 100% no-repeat;
  margin: calc(64 / 764 * 100%) auto calc(38 / 764 * 100%);
}
@media screen and (min-width: 829px) {
  #gupita .cp2--head {
    font-size: calc(540/828 * 46px);
  }
}
#gupita .cp2--period {
  display: flex;
  justify-content: center;
  font-size: 5.4347826087vw;
  line-height: 1;
  margin: calc(56 / 764 * 100%) 0 calc(40 / 764 * 100%);
}
#gupita .cp2--period span {
  color: #dc263c;
  font-size: 90%;
}
#gupita .cp2--period span:first-child {
  margin-right: 0.5em;
}
#gupita .cp2--period span:last-child {
  margin-left: 0.5em;
}
@media screen and (min-width: 829px) {
  #gupita .cp2--period {
    font-size: calc(540/828 * 45px);
  }
}
#gupita .cp2-cautions {
  width: calc(645 / 764 * 100%);
  height: 8em;
  color: #3c3c3c;
  font-size: 3.1400966184vw;
  line-height: 1.6153846154;
  background: #eee;
  margin: 0 auto calc(90 / 764 * 100%);
  padding: 1em;
  overflow: auto;
  box-sizing: border-box;
}
@media screen and (min-width: 829px) {
  #gupita .cp2-cautions {
    font-size: calc(540/828 * 26px);
  }
}
#gupita .cp2-cautions p {
  text-indent: -1em;
  padding: 0 0 0 1em;
}
#gupita .buy {
  padding: 0.1px 0;
  border-bottom: 0.4830917874vw solid #ff639b;
  position: relative;
}
@media screen and (min-width: 829px) {
  #gupita .buy {
    border-width: calc(540/828 * 4px);
  }
}
#gupita .buy--ttl {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5.4347826087vw;
  line-height: 3.1777777778;
  text-align: center;
  background: #fff56a;
  margin: calc(92 / 764 * 100%) 0 calc(68 / 764 * 100%);
}
#gupita .buy--ttl span {
  margin: 0 calc(20 / 764 * 100%);
}
#gupita .buy--ttl:before, #gupita .buy--ttl:after {
  content: "";
  width: calc(44 / 764 * 100%);
  background: url("/img/usr/brand/gu-pita/sanx/icon_down_arrow.png") 0 0/100% auto no-repeat;
  margin: 0;
  padding: calc(34 / 764 * 100%) 0 0 0;
  -webkit-animation: blinking 1.2s infinite;
          animation: blinking 1.2s infinite;
}
@media screen and (min-width: 829px) {
  #gupita .buy--ttl {
    font-size: calc(540/828 * 45px);
  }
}
#gupita .buy--img1 {
  width: calc(556 / 764 * 100%);
  margin: 0 auto calc(43 / 764 * 100%);
}
#gupita .buy--txt {
  font-size: 4.347826087vw;
  line-height: 1.4166666667;
  text-align: center;
  margin: 0 0 calc(17 / 764 * 100%);
}
@media screen and (min-width: 829px) {
  #gupita .buy--txt {
    font-size: calc(540/828 * 36px);
  }
}
#gupita .buy--notes {
  font-size: 3.1400966184vw;
  line-height: 1;
  text-align: center;
  margin: 0 0 calc(60 / 764 * 100%);
}
@media screen and (min-width: 829px) {
  #gupita .buy--notes {
    font-size: calc(540/828 * 26px);
  }
}
#gupita .buy--btn a {
  display: block;
  width: calc(524 / 764 * 100%);
  color: #fff;
  font-size: 5.5555555556vw;
  line-height: 3.3260869565;
  letter-spacing: 0.05em;
  text-align: center;
  background: url("/img/usr/brand/gu-pita/sanx/bg_btn_buy.png") 0 0/100% auto no-repeat;
  margin: 0 auto calc(51 / 764 * 100%);
}
@media screen and (min-width: 829px) {
  #gupita .buy--btn a {
    font-size: calc(540/828 * 46px);
  }
}
#gupita .buy--img2 {
  width: calc(438 / 764 * 100%);
  margin: 0 0 calc(77 / 764 * 100%) calc(167 / 764 * 100%);
}
#gupita .bottom {
  background: #fff;
  border-radius: 0 0 6.2801932367vw 6.2801932367vw;
  padding: 0.1px 0 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 829px) {
  #gupita .bottom {
    border-radius: 0 0 calc(540/828 * 52px) calc(540/828 * 52px);
  }
}
#gupita .bottom--txt {
  color: #ff639b;
  font-size: 4.347826087vw;
  text-align: center;
  margin: calc(95 / 764 * 100%) 0 calc(30 / 764 * 100%);
}
@media screen and (min-width: 829px) {
  #gupita .bottom--txt {
    font-size: calc(540/828 * 36px);
  }
}
#gupita .bottom--bnr {
  width: calc(660 / 764 * 100%);
  margin: 0 auto calc(82 / 764 * 100%);
}
#gupita .bottom hr {
  border: none;
  border-bottom: 0.9661835749vw dotted #d3d3d3;
  margin: 0;
}
@media screen and (min-width: 829px) {
  #gupita .bottom hr {
    border-width: calc(540/828 * 8px);
  }
}
#gupita .bottom--x {
  margin: calc(55 / 764 * 100%) 0 calc(67 / 764 * 100%);
}
#gupita .bottom--x a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #65473e;
  font-size: 4.347826087vw;
  line-height: 1.3888888889;
}
#gupita .bottom--x a span {
  text-decoration: underline;
}
@media screen and (min-width: 829px) {
  #gupita .bottom--x a {
    font-size: calc(540/828 * 36px);
  }
}
#gupita .bottom--x img {
  width: calc(80 / 764 * 100%);
  margin: 0 calc(32 / 764 * 100%) 0 0;
}
#gupita .bottom--brandsite {
  margin: calc(64 / 764 * 100%) 0 calc(70 / 764 * 100%);
}
#gupita .bottom--brandsite a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #65473e;
  font-size: 4.347826087vw;
  line-height: 1.3888888889;
}
#gupita .bottom--brandsite a img {
  width: calc(400 / 764 * 100%);
  margin: 0 0 calc(31 / 764 * 100%);
}
#gupita .bottom--brandsite a span {
  text-decoration: underline;
}
@media screen and (min-width: 829px) {
  #gupita .bottom--brandsite a {
    font-size: calc(540/828 * 36px);
  }
}
#gupita .bottom-pagetop--btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.347826087vw;
  margin: calc(100 / 764 * 100%) 0 calc(140 / 764 * 100%);
  cursor: pointer;
}
#gupita .bottom-pagetop--btn span {
  text-decoration: underline;
  margin: 0 calc(24 / 764 * 100%);
}
#gupita .bottom-pagetop--btn:before, #gupita .bottom-pagetop--btn:after {
  content: "";
  width: calc(26 / 764 * 100%);
  background: url("/img/usr/brand/gu-pita/sanx/icon_arrow.png") 0 0/100% auto no-repeat;
  margin: 0;
  padding: calc(29 / 764 * 100%) 0 0 0;
  -webkit-animation: blinking 1.2s infinite;
          animation: blinking 1.2s infinite;
}
@media screen and (min-width: 829px) {
  #gupita .bottom-pagetop--btn {
    font-size: calc(540/828 * 36px);
  }
}
#gupita .bottom--copyright {
  width: calc(338 / 764 * 100%);
  margin: 0 auto calc(-74 / 764 * 100%);
}
#gupita .bottom--img {
  width: calc(741 / 764 * 100%);
  margin: 0 0 0 calc(13 / 764 * 100%);
}
#gupita .g-marquee {
  display: flex;
  width: 100%;
  background: #ffff8f;
  border-top: 0.4830917874vw solid #ff639b;
  border-bottom: 0.4830917874vw solid #ff639b;
  margin: 5.4347826087vw 0 0 0;
  position: sticky;
  top: 66px;
  left: 0;
  z-index: 2;
  overflow: hidden;
}
@media screen and (min-width: 829px) {
  #gupita .g-marquee {
    margin: calc(540/828 * 45px) 0 0 0;
    top: 80px;
    border-width: calc(540/828 * 4px);
  }
}
#gupita .g-marquee--tap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(200 / 764 * 100%);
  color: #fff;
  font-size: 2.8985507246vw;
  background: #ff9abd;
  border-right: 0.4830917874vw solid #ff639b;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
#gupita .g-marquee--tap span {
  margin: 0 0.25em 0 0.5em;
}
#gupita .g-marquee--tap:before, #gupita .g-marquee--tap:after {
  content: "▼";
  color: #ffff8f;
  font-size: 3.1400966184vw;
  -webkit-animation: blinking 1.2s infinite;
          animation: blinking 1.2s infinite;
}
@media screen and (min-width: 829px) {
  #gupita .g-marquee--tap {
    font-size: calc(540/828 * 24px);
    border-width: calc(540/828 * 4px);
  }
  #gupita .g-marquee--tap:before, #gupita .g-marquee--tap:after {
    font-size: calc(540/828 * 26px);
  }
}
#gupita .g-marquee-wrap {
  display: flex;
  white-space: nowrap;
  width: calc(556 / 764 * 100%);
  position: relative;
  z-index: 0;
}
#gupita .g-marquee--txt {
  display: inline-block;
  color: #ff639b;
  font-size: 3.6231884058vw;
  line-height: 1.8333333333;
  padding: 0 0.5em;
  -webkit-animation: marquee 8s infinite linear;
          animation: marquee 8s infinite linear;
}
@media screen and (min-width: 829px) {
  #gupita .g-marquee--txt {
    font-size: calc(540/828 * 30px);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
#gupita .g-modal {
  display: none;
}
#gupita .g-modal img {
  display: block;
  width: 100%;
  height: auto;
}
#gupita .g-modal-wrap {
  display: block;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0.1px 0;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1002;
  overflow: auto;
}
@media screen and (min-width: 829px) {
  #gupita .g-modal-wrap {
    display: block;
  }
}
#gupita .g-modal-content {
  display: none;
  width: calc(792 / 828 * 100%);
  background: #fff;
  border: 0.4830917874vw solid #ff639b;
  border-radius: 7.2463768116vw;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 829px) {
  #gupita .g-modal-content {
    width: 540px;
    border-width: calc(540/828 * 4px);
    border-radius: calc(540/828 * 60px);
    margin: 20px auto;
  }
}
#gupita .g-modal-content--open {
  display: grid;
}
#gupita .g-modal-content.not-centering {
  place-content: inherit;
  overflow: auto;
}
#gupita .g-modal-content.show .g-modal-box {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}
#gupita .g-modal-box {
  width: calc(764 / 784 * 100%);
  background: #fff;
  border: 0.4830917874vw solid #ff639b;
  border-radius: 6.2801932367vw;
  margin: calc(6 / 784 * 100%) auto;
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 0;
}
@media screen and (min-width: 829px) {
  #gupita .g-modal-box {
    border-width: calc(540/828 * 4px);
    border-radius: calc(540/828 * 52px);
  }
}
#gupita .g-modal--close {
  color: #65473e;
  font-size: 4.8309178744vw;
  text-align: center;
  margin: 0 0 calc(80 / 764 * 100%);
  cursor: pointer;
}
#gupita .g-modal--close span {
  text-decoration: underline;
}
@media screen and (min-width: 829px) {
  #gupita .g-modal--close {
    font-size: calc(540/828 * 40px);
  }
}
#gupita .g-modal-overlay {
  width: 100%;
  height: 100%;
  background: url("/img/usr/brand/gu-pita/sanx/bg_check.png") center center/3.2608695652vw 3.2608695652vw repeat #f5c8cb;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media screen and (min-width: 829px) {
  #gupita .g-modal-overlay {
    background-size: calc(540/828 * 27px) calc(540/828 * 27px);
  }
}
#gupita .modal--btn {
  cursor: pointer;
}
#gupita #modal_item .g-modal-item {
  margin: 0 0 calc(120 / 764 * 100%);
}
#gupita #modal_item .g-modal-item--head {
  width: calc(700 / 764 * 100%);
  color: #ff639b;
  font-size: 4.8309178744vw;
  line-height: 2.425;
  background: #f5cdd5;
  text-align: center;
  margin: calc(100 / 764 * 100%) auto calc(109 / 764 * 100%);
}
@media screen and (min-width: 829px) {
  #gupita #modal_item .g-modal-item--head {
    font-size: calc(540/828 * 40px);
  }
}
#gupita #modal_item .g-modal-item--name {
  font-size: 4.347826087vw;
  line-height: 1;
  text-align: center;
  margin: 0 0 calc(56 / 764 * 100%);
}
#gupita #modal_item .g-modal-item--name span {
  display: inline-block;
  color: #dc263c;
  font-size: 3.6231884058vw;
  background: #ffff7b;
  margin: 0 0 calc(18 / 764 * 100%) 0;
}
#gupita #modal_item .g-modal-item--name b {
  font-size: 4.8309178744vw;
}
@media screen and (min-width: 829px) {
  #gupita #modal_item .g-modal-item--name {
    font-size: calc(540/828 * 36px);
  }
  #gupita #modal_item .g-modal-item--name span {
    font-size: calc(540/828 * 30px);
  }
  #gupita #modal_item .g-modal-item--name b {
    font-size: calc(540/828 * 40px);
  }
}
#gupita #modal_item .g-modal-item--img {
  width: calc(606 / 764 * 100%);
  margin: 0 0 calc(64 / 764 * 100%) calc(93 / 764 * 100%);
}
#gupita #modal_item .g-modal-item--txt {
  font-size: 4.347826087vw;
  line-height: 1.3888888889;
  margin: 0 0 calc(60 / 764 * 100%) calc(104 / 764 * 100%);
  position: relative;
  text-indent: 1em;
}
#gupita #modal_item .g-modal-item--txt:before {
  content: "";
  display: block;
  width: calc(34 / 660 * 100%);
  margin: calc(12 / 660 * 100%) 0 0 0;
  padding: calc(30 / 660 * 100%) 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: blinking 1.2s infinite;
          animation: blinking 1.2s infinite;
}
@media screen and (min-width: 829px) {
  #gupita #modal_item .g-modal-item--txt {
    font-size: calc(540/828 * 36px);
  }
}
#gupita #modal_item .g-modal-item--graph {
  width: calc(595 / 764 * 100%);
  margin: calc(70 / 764 * 100%) auto;
}
#gupita #modal_item .g-modal-item--notes {
  width: calc(595 / 764 * 100%);
  font-size: 3.1400966184vw;
  line-height: 1.6153846154;
  margin: 0 auto;
}
@media screen and (min-width: 829px) {
  #gupita #modal_item .g-modal-item--notes {
    font-size: calc(540/828 * 26px);
  }
}
#gupita #modal_item .g-modal-content[data-modal-content=item1] .g-modal-item {
  color: #884798;
}
#gupita #modal_item .g-modal-content[data-modal-content=item1] .g-modal-item--txt:before {
  background: url("/img/usr/brand/gu-pita/sanx/modal/heart_item1.png") center center/100% auto no-repeat;
}
#gupita #modal_item .g-modal-content[data-modal-content=item1] .g-modal-item--notes {
  color: #3c3c3c;
}
#gupita #modal_item .g-modal-content[data-modal-content=item2] .g-modal-item {
  color: #b87800;
}
#gupita #modal_item .g-modal-content[data-modal-content=item2] .g-modal-item--txt:before {
  background: url("/img/usr/brand/gu-pita/sanx/modal/heart_item2.png") center center/100% auto no-repeat;
}
#gupita #modal_item .g-modal-content[data-modal-content=item2] .g-modal-item--notes {
  color: #3c3c3c;
}
#gupita #modal_item .g-modal-content[data-modal-content=item3] .g-modal-item {
  color: #dc263c;
}
#gupita #modal_item .g-modal-content[data-modal-content=item3] .g-modal-item--head {
  margin-bottom: calc(60 / 764 * 100%);
}
#gupita #modal_item .g-modal-content[data-modal-content=item3] .g-modal-item--txt:before {
  background: url("/img/usr/brand/gu-pita/sanx/modal/heart_item3.png") center center/100% auto no-repeat;
}
#gupita #modal_item .g-modal-content[data-modal-content=item3] .g-modal-item--notes {
  color: #3c3c3c;
}
#gupita #modal_item .g-modal-content[data-modal-content=item4] .g-modal-item {
  color: #9f0810;
}
#gupita #modal_item .g-modal-content[data-modal-content=item4] .g-modal-item--img {
  width: calc(588 / 764 * 100%);
}
#gupita #modal_item .g-modal-content[data-modal-content=item4] .g-modal-item--txt:before {
  background: url("/img/usr/brand/gu-pita/sanx/modal/heart_item4.png") center center/100% auto no-repeat;
}
#gupita #modal_item .g-modal-content[data-modal-content=item4] .g-modal-item--notes {
  color: #3c3c3c;
}
#gupita #modal_item .g-modal-content[data-modal-content=item5] .g-modal-item {
  color: #da4207;
}
#gupita #modal_item .g-modal-content[data-modal-content=item5] .g-modal-item--head {
  margin-bottom: calc(60 / 764 * 100%);
}
#gupita #modal_item .g-modal-content[data-modal-content=item5] .g-modal-item--img {
  width: calc(588 / 764 * 100%);
}
#gupita #modal_item .g-modal-content[data-modal-content=item5] .g-modal-item--txt:before {
  background: url("/img/usr/brand/gu-pita/sanx/modal/heart_item5.png") center center/100% auto no-repeat;
}
#gupita #modal_item .g-modal-content[data-modal-content=item5] .g-modal-item--notes {
  color: #3c3c3c;
}
#gupita #modal_item .g-modal-content[data-modal-content=item6] .g-modal-item {
  color: #009c91;
}
#gupita #modal_item .g-modal-content[data-modal-content=item6] .g-modal-item--head {
  margin-bottom: calc(60 / 764 * 100%);
}
#gupita #modal_item .g-modal-content[data-modal-content=item6] .g-modal-item--img {
  width: calc(588 / 764 * 100%);
}
#gupita #modal_item .g-modal-content[data-modal-content=item6] .g-modal-item--txt:before {
  background: url("/img/usr/brand/gu-pita/sanx/modal/heart_item6.png") center center/100% auto no-repeat;
}
#gupita #modal_item .g-modal-content[data-modal-content=item6] .g-modal-item--notes {
  color: #3c3c3c;
}
#gupita .footer {
  color: #fff9e8;
  background: #65473e;
  padding: 0.1px 0 0 0;
}
#gupita .footer--copyright {
  font-size: 2.7777777778vw;
  line-height: 2.6086956522;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 829px) {
  #gupita .footer--copyright {
    font-size: calc(540/828 * 23px);
  }
}
#gupita .blinking {
  -webkit-animation: blinking 1s alternate infinite;
          animation: blinking 1s alternate infinite;
}
@-webkit-keyframes blinking {
  0% {
    opacity: 0;
  }
  39.99% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  99.99% {
    opacity: 1;
  }
}
@keyframes blinking {
  0% {
    opacity: 0;
  }
  39.99% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  99.99% {
    opacity: 1;
  }
}