@charset "UTF-8";
/*! 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;
}

.wow {
  font-size: 3rem;
}

/***************
* dis - hide
***************/
@media screen and (max-width: 960px) {
  .view-pc {
    display: none !important;
  }
}
@media screen and (max-width: 560px), screen and (min-width: 961px) {
  .view-tb {
    display: none !important;
  }
}
@media screen and (min-width: 561px) {
  .view-sp {
    display: none !important;
  }
}

/***************
* base
***************/
body {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  font-family: 'Noto Sans JP', 'Noto Serif JP', '游ゴシック Medium',
    'Yu Gothic Medium', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ ProN W3',
    'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'verdana', sans-serif;
  padding: 0;
  margin: 0;
}
body.noscroll {
  overflow-y: hidden;
}

* {
  box-sizing: border-box;
}

a {
  transition: opacity 0.2s;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

button {
  cursor: pointer;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
ul,
ol,
dl,
li,
figure {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  list-style-type: none;
}

/***************
* contents-sizes
***************/
.contents-wrap {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  /* overflow: hidden; */
}

.contents-wrap::before {
  position: fixed;
  content: '';
  inset: 0;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/jpg/pc_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}

.contents-left,
.contents-right {
  flex-basis: 0%;
  flex-grow: 1;
  position: sticky;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  height: 100svh;
}

.contents-left-emaked {
  width: 80%;
  max-width: 600px;
}

.contents-right-qr {
  width: 60%;
  max-width: 400px;
}

.contents-left-emaked img,
.contents-right-qr img {
  width: 100%;
}

.contents-main {
  position: relative;
  min-width: 420px;
  max-width: 600px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .contents-wrap {
    overflow: hidden;
  }
  .contents-left-emaked,
  .contents-right-qr {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .contents-left,
  .contents-right {
    display: none;
  }

  .contents-main {
    min-width: auto;
    max-width: none;
    width: 100%;
  }
}
/***************
* header
***************/

/***************
* fv
***************/
.fv {
  position: relative;
}

.fv .fv-member-wrap {
  display: flex;
  flex-wrap: wrap;
}

.fv .fv-member-img {
  display: block;
  width: 50%;
}

.fv .fv-catch-title01,
.fv .fv-catch-title02 {
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  max-width: none;
}

.fv .fv-catch-title01 {
  top: min(25.41vw, 152.48px);
  width: 106.4%;
}

.fv .fv-catch-title02 {
  top: min(66.24vw, 397.4px);
  width: 89.87%;
}

.fv .emaked-img {
  position: absolute;
  display: block;
  top: min(105.06vw, 630.4px);
  left: 0;
  right: 0;
  max-width: none;
  width: 45.5%;
  margin: 0 auto;
}

.fv .collabo-text {
  position: absolute;
  display: block;
  top: min(155.79vw, 934.72px);
  left: 0;
  right: 0;
  max-width: none;
  width: 51.8%;
  margin: 0 auto;
}

/*******************
* まつ毛ケアキャンペーン
*******************/
.period {
  position: relative;
  background-image: url('../images/jpg/period_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: min(16vw, 96px) 0;
  z-index: 2;
}

.period .period-title {
  width: 72.8%;
  margin: 0 auto;
}

.period .period-text {
  font-size: min(3.733vw, 22.4px);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.075em;
  color: #fff;
  text-align: center;
  margin-top: min(2.67vw, 16px);
}

.period .period-wrap {
  display: flex;
  gap: 0 10px;
  width: 85.33%;
  /* margin: 20px auto 0; */
  margin: min(5.33vw, 32px) auto 0;
}

.period .period-img {
  width: 50%;
}

/***************************
* わたしのかわいい、一緒に育てよ！
***************************/
.about {
  position: relative;
  background-image: url('../images/jpg/about_bg.jpg');
  background-repeat: no-repeat;
  background-size: auto;
  padding: min(16vw, 96px) 0;
  overflow: hidden;
}

.about .about-title {
  position: relative;
  width: 86.93%;
  margin: 0 auto;
  z-index: 2;
}

.about .about-text {
  position: relative;
  font-size: min(3.733vw, 21px);
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
  text-align: center;
  margin-top: min(8.53vw, 51.2px);
  z-index: 2;
}

.about .collabo-text {
  position: relative;
  width: 51.8%;
  margin: min(6.4vw, 38.4px) auto 0;
  z-index: 2;
}

.about .collabo-cm-wrap {
  position: relative;
  width: 100%;
  margin: min(17.07vw, 102.4px) auto 0;
  padding: 0 min(4.67vw, 28px);
  z-index: 2;
}

.about .cm-title-box {
  position: relative;
  width: 100%;
  z-index: 1;
}

.about .cm-title {
  display: block;
  width: 48%;
  margin: 0 auto;
}

.about .cm-title-member {
  position: absolute;
  top: max(-5.81vw, -34.88px);
  width: 22.67%;
  animation-delay: 0.7s;
}

.about .cm-title-member.menber01 {
  left: 0;
}

.about .cm-title-member.menber02 {
  right: 0;
}

.about .cm-item {
  position: relative;
  width: 100%;
  border-radius: 10px;
  z-index: 2;
}

.about .cm-item:not(:first-of-type) {
  margin-top: min(5.33vw, 32px);
}

.about .cm-item .cm-item-bg {
  border-radius: 10px;
  overflow: hidden;
}

/* .about .cm-item .cm-item-making {
  position: absolute;
  bottom: max(-4.4vw, -26.4px);
  right: max(-3.2vw, -19.2px);
  width: 23.97%;
  z-index: 2;
} */

.about .cm-item .cm-item-play {
  appearance: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  padding: unset;
}
.about .cm-item .cm-item-play img {
  width: 16%;
}

.about .video-modal,
.about .movie-modal {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  inset: 0;
  background: rgba(0,0,0,0.8);
  padding: 64px 40px;
  z-index: 999;
}
.about .video-modal.active,
.about .movie-modal.active {
  display: flex;
}
.about .video-modal__content {
  position: relative;
  max-width: 100%;
  width: 800px;
  aspect-ratio: 16 / 9;
  background: #000;
}

.about .movie-modal__content {
  position: relative;
  height: 640px;
  max-height: 100%;
  aspect-ratio: 9 / 16;
  background: #000;
}
.about .video-modal__iframe-wrapper,
.about .movie-modal__iframe-wrapper {
  width: 100%;
  height: 100%;
}
.about .video-modal__iframe-wrapper iframe,
.about .movie-modal__iframe-wrapper iframe {
  width: 100%;
  height: 100%;
}
.about .modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 30px;
  color: #fff;
  background: none;
  border: none;
  padding: unset;
  cursor: pointer;
}

.about .making-cm-wrap {
  position: relative;
  width: 100%;
  margin: min(3.33vw, 20px) auto 0;
  z-index: 2;
}

.about .making-slider-slide {
  position: relative;
  width: min(66.67%, 400px);
  height: auto;
  border-radius: 12px;
  overflow: hidden;
}

.about .making-slide-play {
  appearance: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  padding: unset;
}

.about .making-slide-play img {
  width: 16%;
}

.about .cm-item-making {
  position: absolute;
  bottom: max(-5.93vw, -35.6px);
  right: min(6.33vw, 38px);
  width: 18.67%;
  z-index: 2;
}

.about .solo-movie-wrap {
  position: relative;
  width: 100%;
  margin: min(17.07vw, 102.4px) auto 0;
  z-index: 2;
}

.about .solo-title {
  display: block;
  width: 49.87%;
  margin: 0 auto;
}

.about .solo-text {
  font-size: min(3.733vw, 21px);
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
  text-align: center;
  margin-top: min(2.13vw, 12.8px);
  z-index: 2;
}

.about .movie-slider {
  margin-top: min(5.33vw, 32px);
}

.about .movie-slider-slide {
  position: relative;
  /* width: 250px; */
  width: min(66.67%, 400px);
  height: auto;
  border-radius: 12px;
  /* margin-right: 15px; */
  transform: scale(0.78) !important;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}

.about .movie-slider-slide.swiper-slide-active {
  transform: scale(1) !important;
}

.about .movie-slide-play {
  appearance: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  padding: unset;
}

.about .movie-slide-play img {
  width: 2.16cm;
}

.about .movie_member-img {
  position: absolute;
  bottom: 0;
  width: 22.93%;
  z-index: 2;
}

.about .movie_member-img.member01 {
  left: min(7.6vw, 45.6px);
}
.about .movie_member-img.member02  {
  right: min(9.06vw, 54.4px);
}

.about .petal-img {
  position: absolute;
  display: block;
  z-index: 1;
}

.about .petal-img.petal-num01 {
  width: 37.45%;
  top: max(-8.53vw, -51.2px);
  right: 28.09%;
}
.about .petal-img.petal-num02 {
  width: 22.8%;
  top: min(36vw, 216px);
  right: -6.53%;
}
.about .petal-img.petal-num03 {
  width: 20.05%;
  top: min(55.15vw, 330.88px);
  right: 27.57%;
}
.about .petal-img.petal-num04 {
  width: 37.43%;
  top: min(59.68vw, 358.08px);
  left: -20.69%;
}
.about .petal-img.petal-num05 {
  width: 26.12%;
  top: min(94.19vw, 565.12px);
  right: -6.29%;
}
.about .petal-img.petal-num06 {
  width: 14.6%;
  top: min(111.47vw, 668.8px);
  left: 7.31%;
}

/*******************
* まつ毛ケアキャンペーン
*******************/
.campaign {
  position: relative;
  background-image: url('../images/jpg/campaign_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: min(16vw, 96px) 0;
}

.campaign .campaign-title {
  width: 72.85%;
  margin: 0 auto;
}

.campaign .campaign-item:first-of-type {
  margin-top: min(10.67vw, 64px);
}

.campaign .campaign-item:nth-of-type(2) {
  margin-top: min(17.07vw, 102.4px);
}

.campaign .campaign-item-title {
  width: 48%;
  margin: 0 auto;
}

.campaign .campaign-item-introtext {
  font-size: min(4.27vw, 25.6px);
  font-weight: 500;
  line-height: 1.375;
  color: #fff;
  text-align: center;
  margin: min(5.33vw, 32px) auto 0;
}

.campaign .campaign-item:first-of-type .campaign-item-img {
  display: block;
  width: 74.31%;
  margin: min(5.33vw, 32px) 9.71% 0 auto;
}

.campaign .campaign-item:nth-of-type(2) .campaign-item-img {
  display: block;
  width: 76.69%;
  margin: min(5.33vw, 32px) auto 0 7.63%;
}

.campaign .campaign-item-description {
  font-size: min(3.47vw, 20.8px);
  font-weight: 400;
  line-height: 1.54;
  color: #fff;
  text-align: center;
  margin: min(5.33vw, 32px) auto 0;
}

.campaign .campaign-product {
  margin-top: min(17.07vw, 102.4px);
}

.campaign .campaign-product-title {
  width: 61.17%;
  margin: 0 auto;
}

.campaign .campaign-product-img {
  display: block;
  width: 90.67%;
  margin: 0 auto;
}

.campaign .campaign-produc-info {
  display: block;
  font-size: min(4.27vw, 25.6px);
  font-weight: 500;
  color: #fff;
  text-align: center;
  /* margin: min(5.33vw, 32px) auto 0; */
  margin: 0 auto;
}

.campaign .campaign-produc-price {
  font-size: min(9.6vw, 57.6px);
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

.campaign .campaign-produc-price .price-tax {
  font-size: min(5.33vw, 32px);
  font-weight: 900;
  margin: 0 auto;
}

.campaign .onlinestore {
  display: block;
  width: 90.67%;
  font-size: min(4.27vw, 25.6px);
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #f47a9d;
  border-radius: 8px;
  box-shadow: 0 5px 7px rgba(221, 131, 172, 0.6);
  margin: min(5.33vw, 32px) auto 0;
  padding: min(4.27vw, 25.6px);
}

.campaign .note {
  font-size: min(2.4vw, 14.4px);
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin: min(5.33vw, 32px) auto 0;
}

.campaign .campaign-stores {
  margin-top: min(17.07vw, 102.4px);
}

.campaign .campaign-stores-title {
  width: 27.22%;
  margin: 0 auto;
}

.campaign .campaign-stores-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 90.67%;
  margin: min(5.33vw, 32px) auto 0;
}

.campaign .campaign-stores-item {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 5px);
  font-size: min(4vw, 24px);
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: min(4.27vw, 25.6px) 0;
}

/***************
* 応募方法
***************/
.apply {
  background-color: #fff3f5;
  padding: min(16vw, 96px) min(5.33vw, 32px) 0;
}
.apply-title {
  font-size: min(5.87vw, 35.2px);
  font-weight: 600;
  color: #333;
  text-align: center;
}
.apply-contents {
  margin-top: min(5.33vw, 32px);
}
.apply-list {
  border-top: 1px solid #333;
}
.apply-list-block {
  padding: min(5.33vw, 32px) 0 min(5.33vw, 32px) min(3.2vw, 19.2px);
  display: flex;
  align-items: baseline;
  gap: 0 28px;
  border-bottom: 1px solid #333;
}
.apply-list-number {
  width: 7.2%;
  flex-shrink: 0;
}
.apply-list-number img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.apply-list-text {
  font-size: min(3.2vw, 19.2px);
  font-weight: 500;
  line-height: 1.33;
  color: #333;
}
.attention-text {
  font-size: min(2.13vw, 12.8px);
  font-weight: 400;
  line-height: 1.25;
  margin-top: min(1.06vw, 6.4px);
}
.attention-text.list-text {
  position: relative;
  word-break: auto-phrase;
  padding-left: min(2.13vw, 12.8px);
}
.attention-text.list-text::before {
  position: absolute;
  content: '・';
  top: 0;
  left: 0;
}
.apply-list-button {
  display: block;
  box-sizing: border-box;
  width: 100%;
  font-size: min(3.2vw, 19.2px);
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #49c200;
  border-radius: 4px;
  margin-top: min(5.33vw, 32px);
  padding: min(3.2vw, 19.2px);
}

/******************************
* レシート撮影時の注意事項
******************************/
.caution {
  padding: min(16vw, 96px) min(5.33vw, 32px);
  background-color: #fff3f5;
}
.caution-title {
  font-size: min(5.87vw, 35.2px);
  font-weight: 600;
  color: #333;
  text-align: center;
}
.caution-contents {
  margin-top: min(5.33vw, 32px);
  border-top: 1px solid #333;
}
.caution-block {
  padding: min(5.33vw, 32px) 0;
  border-bottom: 1px solid #333;
}
.caution-block:first-of-type {
  margin-bottom: min(5.33vw, 32px);
}
.caution-block:nth-of-type(2) {
  padding: 0 0 min(5.33vw, 32px);
}
.caution-block img {
  max-width: 100%;
}

/************************************
* キャンペーン応募概要、応募規約、注意事項
************************************/
.guideline {
  background-color: #fff;
  padding: min(10.67vw, 64px) min(4.67vw, 28px) min(16vw, 96px);
}
.guideline-title {
  font-size: min(4.8vw, 28.8px);
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-top: min(10.67vw, 64px);
}
.guideline-title:nth-of-type(1) {
  margin-top: 0;
}
.guideline-box {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  aspect-ratio: 34 / 25;
  font-size: min(3.2vw, 19.2px);
  font-weight: 400;
  line-height: 1.5;
  color: #1a1a1a;
  background-color: #f2f2f2;
  border-radius: 4px;
  padding: min(5.33vw, 32px);
  margin-top: min(5.33vw, 32px);
  overflow-y: scroll;
}

/******************************
* 本キャンペーンに関するお問い合わせ
******************************/
.contact {
  padding: min(10.67vw, 64px) min(4.67vw, 28px);
  background: url('../images/jpg/contact_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-title {
  font-size: min(4.27vw, 25.6px);
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.contact-box {
  background-color: #fff;
  border-radius: 4px;
  margin-top: min(5.33vw, 32px);
  padding: min(8.53vw, 51.2px) min(5.33vw, 32px);
}
.contact-box-title {
  font-size: min(3.733vw, 22.4px);
  font-weight: 500;
  color: #333;
  text-align: center;
}
.contact-box-button {
  box-sizing: border-box;
  display: block;
  width: 100%;
  font-size: min(3.2vw, 19.2px);
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #f4c2c3;
  border-radius: 5px;
  margin-top: min(2.13vw, 12.8px);
  padding: min(3.2vw, 19.2px);
}
.contact-box .attention-text {
  position: relative;
  font-size: min(2.67vw, 16px);
  font-weight: 400;
  color: #333;
  text-align: center;
  margin-top: min(3.2vw, 19.2px);
}

/***************
* CUTIE STREET
***************/
.introduction {
  padding: min(10.67vw, 64px) min(4.67vw, 28px);
  background-color: #fff3f5;
}
.introduction-title {
  width: min(42.67vw, 256px);
  margin: 0 auto;
}
.introduction-title img {
  width: 100%;
}
.introduction-img {
  width: 100%;
  margin-top: min(2.67vw, 16px);
}
.introduction-img img {
  max-width: 100%;
}
.introduction-text {
  margin-top: min(5.33vw, 32px);
}
.introduction-text p {
  font-size: min(3.47vw, 20.8px);
  font-weight: 400;
  line-height: 1.46;
  color: #333;
}
.introduction-links {
  display: flex;
  justify-content: center;
  gap: min(4.27vw, 25.6px);
  margin-top: min(5.33vw, 32px);
}
.introduction-links a {
  width: 13.33%;
}
.introduction-links a img {
  width: 100%;
}

/***************
* fixedボタン
***************/
.fixed-wrap {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 564px;
  opacity: 0;
  pointer-events: none;
  z-index: 998;
}

.fixed_btn {
  display: block;
  width: 100%;
}

.fixed_btn img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .fixed-wrap {
    position: fixed;
    left: 0;
    transform: translateX(0%);
    width: 100%;
    padding: 0 min(2.67vw, 16px);
  }
}

/***************
* footer
***************/
.footer {
  background-color: #fff;
  padding: min(10.67vw, 64px) min(5.33vw, 32px) min(8.53vw, 51.2px);
}
.footer-logo {
  width: 53.33%;
  margin: 0 auto;
}
.footer-logo img {
  max-width: 100%;
}
.footer-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(3.2vw, 19.2px) 0;
  margin-top: min(5.33vw, 32px);
}
.footer-links a {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0 min(2.13vw, 12.8px);
  font-size: min(3.47vw, 20.8px);
  font-weight: 600;
  color: #333;
  text-decoration: none;
}
.icon-link {
  width: 3.2%;
  height: auto;
  aspect-ratio: 1 / 1;
}
.footer-sns {
  display: flex;
  justify-content: center;
  gap: 0 min(3.2vw, 19.2px);
  margin-top: min(5.33vw, 32px);
}
.footer-sns a {
  display: block;
  width: auto;
  height: min(4.8vw, 28.8px);
}
.footer-sns a img {
  max-width: 100%;
  height: 100%;
}
.footer-copyright {
  font-size: min(2.67vw, 16px);
  font-weight: 400;
  color: #333;
  text-align: center;
  margin-top: min(5.33vw, 32px);
}

/***************
* animation
***************/
.js-fade,
.js-slide-fade {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnimation;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.slide__fadeIn {
  animation-name: slideFadeInAnimation;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInAnimation {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideFadeInAnimation {
  from {
    opacity: 0;
    transform: translateY(80px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 600px) {

  @keyframes slideFadeInAnimation {
    from {
      opacity: 0;
      transform: translateY(40px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

