@charset "UTF-8";
/*
	Theme Name: XXX
	Author: em.inc
	Version:
*/
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ul, ol, dl, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* default setting */
body {
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #000;
  font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

a {
  color: #148df0;
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  a {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
}

ul, ol, dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  font-size: 14px;
  line-height: 2;
}

@media print, screen and (min-width: 768px) {
  p {
    font-size: 16px;
  }
}

input:-ms-input-placeholder {
  color: #a3a3a3;
}

span.textMarker {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #FFE539));
  background: linear-gradient(transparent 0%, #FFE539 0%);
  display: inline-block;
  line-height: 1;
}

span.textRed {
  color: #FF1D25;
}

@media print, screen and (max-width: 767px) {
  img {
    height: auto;
    vertical-align: top;
    width: 100%;
  }
  .pc {
    display: none !important;
  }
}

@media print, screen and (max-width: 640px) {
  .brandSiteHeader {
    height: 43px;
  }
}

@media print, screen and (min-width: 768px) {
  img {
    vertical-align: top;
  }
  .sp {
    display: none !important;
  }
  .brandSiteHeader {
    min-width: 1214px;
    width: 100%;
  }
  .brandSiteFooter {
    min-width: 1214px;
    width: 100%;
  }
}

/* blocks */
/* Apply */
.Apply {
  background-image: url(../images/apply_bg_sp.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 53.33%;
  padding-top: 72px;
}

.Apply .Apply__title1 {
  color: #FFFFFF;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 25px;
  text-align: center;
}

.Apply .Apply__wrap {
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 27px;
  padding: 22px 20px 12px;
}

.Apply .Apply__wrap.-scroll {
  -webkit-overflow-scrolling: touch;
  height: 228px;
  overflow: scroll;
}

.Apply .Apply__text1 {
  color: #686868;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.41;
  margin-bottom: 20px;
}

.Apply .Apply__dataTitle {
  color: #424242;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 8px;
}

.Apply .Apply__dataText {
  color: #686868;
  font-size: 12px;
  line-height: 1.79;
  margin-bottom: 17px;
}

.Apply .Apply__mail {
  color: #43BFEF;
  text-decoration: underline;
}

.Apply .Apply__title2 {
  color: #fff;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 23px;
  text-align: center;
}

.Apply .Apply__dataTitle2 {
  color: #424242;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
  margin-top: 5px;
}

.Apply .Apply__dataText2 {
  color: #686868;
  font-size: 12px;
  line-height: 1.79;
  margin-bottom: 17px;
}

.Apply .Apply__dataText2Content {
  color: #686868;
  font-size: 12px;
  line-height: 1.79;
  margin-top: 17px;
}

@media print, screen and (min-width: 768px) {
  .Apply {
    background-image: url(../images/apply_bg_pc.png);
    padding-bottom: 465px;
    padding-top: 137px;
  }
  .Apply .Apply__title1 {
    font-size: 46px;
    margin-bottom: 40px;
  }
  .Apply .Apply__wrap {
    margin-bottom: 50px;
    padding: 45px 60px 20px;
  }
  .Apply .Apply__wrap.-scroll {
    height: 260px;
  }
  .Apply .Apply__text1 {
    font-size: 23px;
    line-height: 1;
    margin-bottom: 27px;
  }
  .Apply .Apply__dataList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  .Apply .Apply__dataTitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 115px;
    flex: 0 0 115px;
    font-size: 15px;
    line-height: 1.64;
    margin-bottom: 0px;
    max-width: 115px;
  }
  .Apply .Apply__dataText {
    font-size: 14px;
    line-height: 1.64;
    margin-bottom: 0px;
  }
  .Apply .Apply__mail:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  .Apply .Apply__title2 {
    font-size: 23px;
    line-height: 1;
    margin-bottom: 35px;
  }
  .Apply .Apply__dataTitle2 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0px;
  }
  .Apply .Apply__dataText2 {
    line-height: 1.83;
  }
  .Apply .Apply__dataText2Content {
    line-height: 1.83;
  }
}

/* Banner */
.Banner {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#EDEDED));
  background: linear-gradient(to right, #fff, #EDEDED);
  padding-bottom: 35px;
  padding-top: 48px;
}

.Banner .Banner__item {
  margin-bottom: 25px;
}

.Banner .Banner__link {
  display: block;
}

.Banner .Banner__image {
  padding-bottom: 10px;
}

.Banner .Banner__linkText {
  line-height: 1;
  padding-bottom: 10px;
  text-align: center;
}

.Banner .Banner__span {
  color: #389281;
  font-size: 11px;
  font-weight: bold;
  padding-right: 25px;
  position: relative;
}

.Banner .Banner__span:before {
  border-right: 2px solid #389281;
  border-top: 2px solid #389281;
  content: '';
  display: block;
  height: 7px;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
}

@media print, screen and (min-width: 768px) {
  .Banner {
    background: #fff;
    padding-bottom: 75px;
    padding-top: 90px;
  }
  .Banner .Banner__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .Banner .Banner__item {
    margin-bottom: 0px;
    margin-right: 20px;
  }
  .Banner .Banner__item:last-child {
    margin-right: 0px;
  }
  .Banner .Banner__link {
    display: block;
  }
  .Banner .Banner__link:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  .Banner .Banner__image {
    height: auto;
    padding-bottom: 18px;
    width: 464px;
  }
  .Banner .Banner__linkText {
    padding-bottom: 10px;
  }
  .Banner .Banner__span {
    font-size: 16px;
  }
  .Banner .Banner__span:before {
    height: 10px;
    width: 10px;
  }
}

/* SubTitle */
.Btn .Btn__title {
  color: #43BFEF;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
}

.Btn .Btn__title .-text2 {
  position: relative;
  top: -12px;
}

.Btn .Btn__title .-text3 {
  position: relative;
  top: -24px;
}

.Btn .Btn__title .textMarker {
  letter-spacing: 0.4px;
}

.Btn .Btn__item {
  margin-bottom: 12px;
}

.Btn .Btn__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  -webkit-box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.15);
  box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  height: 49px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  position: relative;
  width: 100%;
}

.Btn .Btn__link:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: '';
  display: block;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
}

.Btn .Btn__link.-twitter {
  background-color: #1DA1F2;
}

.Btn .Btn__link.-instagram {
  background-color: #C52E88;
}

.Btn .Btn__text {
  padding-left: 32px;
  position: relative;
}

.Btn .Btn__text:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

.Btn .Btn__text.-twitter:before {
  background-image: url(../images/icon_x.svg);
  height: 18px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  width: 22px;
}

.Btn .Btn__text.-instagram:before {
  background-image: url(../images/icon_insta.svg);
  height: 21px;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  width: 21px;
}

@media print, screen and (max-width: 767px) {
  .Btn.-narrow {
    margin-left: -27px;
    margin-right: -27px;
  }
  .Btn .Btn__text.-instagram {
    left: -5px;
    letter-spacing: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .Btn .Btn__title {
    font-size: 28px;
    margin-bottom: 28px;
  }
  .Btn .Btn__title .-text2 {
    top: 0px;
  }
  .Btn .Btn__title .-text3 {
    top: 0px;
  }
  .Btn .Btn__title .textMarker {
    letter-spacing: 1.4px;
  }
  .Btn .Btn__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .Btn .Btn__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 462px;
    flex: 0 0 462px;
    margin-bottom: 0px;
    max-width: 462px;
  }
  .Btn .Btn__link {
    border-radius: 6px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
    height: 70px;
  }
  .Btn .Btn__link:after {
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    height: 12px;
    right: 25px;
    width: 12px;
  }
  .Btn .Btn__link:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  .Btn .Btn__text {
    padding-left: 42px;
  }
  .Btn .Btn__text.-twitter {
    padding-left: 45px;
  }
  .Btn .Btn__text.-twitter:before {
    height: 26px;
    width: 32px;
  }
  .Btn .Btn__text.-instagram:before {
    height: 30px;
    width: 30px;
  }
}

/* Campaign */
.Campaign {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #fff), to(#EDEDED));
  background: linear-gradient(to bottom, #fff 25%, #EDEDED);
  padding-bottom: 60px;
  padding-top: 20px;
}

.Campaign .Campaign__title {
  color: #43BFEF;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.25;
  position: relative;
  text-align: center;
  z-index: 10;
}

.Campaign .Campaign__bottlewrap {
  margin-top: -50px;
  text-align: center;
  z-index: 1;
}

.Campaign .Campaign__bottleImage {
  height: 343px;
  width: auto;
}

.Campaign .Campaign__textBoxTop {
  margin-bottom: 25px;
  text-align: center;
}

.Campaign .Campaign__text1 {
  color: #424242;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.53;
  margin-bottom: 10px;
}

.Campaign .Campaign__text2 {
  color: #43BFEF;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.35;
}

.Campaign .Campaign__setwrap {
  margin-bottom: 20px;
  text-align: center;
}

.Campaign .Campaign__setImage {
  width: 270px;
}

.Campaign .Campaign__textBoxBottom {
  margin-bottom: 37px;
}

.Campaign .Campaign__text3 {
  color: #424242;
  font-size: 14px;
  line-height: 1.82;
}

@media print, screen and (min-width: 768px) {
  .Campaign {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #fff), to(#EDEDED));
    background: linear-gradient(to bottom, #fff 25%, #EDEDED);
    padding-bottom: 135px;
    padding-top: 130px;
  }
  .Campaign .Campaign__inner {
    position: relative;
  }
  .Campaign .Campaign__title {
    font-size: 56px;
    letter-spacing: 2.8px;
    line-height: 1;
  }
  .Campaign .Campaign__bottlewrap {
    margin-top: -85px;
    padding-bottom: 10px;
  }
  .Campaign .Campaign__bottleImage {
    height: 729px;
    width: 588px;
  }
  .Campaign .Campaign__textBoxTop {
    left: 0;
    margin-bottom: 0px;
    position: absolute;
    text-align: left;
    top: 130px;
  }
  .Campaign .Campaign__text1 {
    font-size: 17px;
    line-height: 1.76;
    margin-bottom: 15px;
  }
  .Campaign .Campaign__text2 {
    font-size: 28px;
    line-height: 1.46;
  }
  .Campaign .Campaign__setwrap {
    margin-bottom: 20px;
    position: absolute;
    right: -60px;
    top: 118px;
  }
  .Campaign .Campaign__setImage {
    height: 311px;
    width: 438px;
  }
  .Campaign .Campaign__textBoxBottom {
    left: 0;
    margin-bottom: 0px;
    position: absolute;
    top: 320px;
    width: 292px;
  }
  .Campaign .Campaign__text3 {
    line-height: 1.92;
  }
}

/* Creative */
.Creative {
  padding-bottom: 35px;
  padding-top: 65px;
}

.Creative .Creative__title {
  color: #FFFFFF;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.34;
  margin-bottom: 22px;
  text-align: center;
}

.Creative .Creative__titleText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Creative .Creative__titleText:before {
  background-image: url(../images/icon_tw.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28px;
  flex: 0 0 28px;
  height: 23px;
  margin-right: 10px;
  padding-top: 33px;
  width: 28px;
}

.Creative .Creative__titleText:after {
  background-image: url(../images/icon_insta.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23px;
  flex: 0 0 23px;
  height: 23px;
  margin-left: 15px;
  padding-top: 32px;
  width: 23px;
}

.Creative .Creative__subTitle {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: center;
}

.Creative .Creative__subTitleSpan1 {
  color: #43BFEF;
}

.Creative .Creative__subTitleSpan2 {
  color: #FFE539;
}

.Creative .Creative__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}

.Creative .Creative__list.-second {
  display: none;
}

.Creative .Creative__list.-second.-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Creative .Creative__list.-third {
  display: none;
}

.Creative .Creative__list.-third.-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Creative .Creative__list.-fourth {
  display: none;
}

.Creative .Creative__list.-fourth.-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Creative .Creative__list.-fifth {
  display: none;
}

.Creative .Creative__list.-fifth.-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Creative .Creative__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-bottom: 36px;
  padding-left: 10px;
  padding-right: 10px;
}

.Creative .Creative__name {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 1.45;
  margin-bottom: 6px;
}

.Creative .Creative__nameId {
  color: #FFE539;
}

.Creative .Creative__date {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 14px;
}

.Creative .Creative__text {
  color: #fff;
  font-size: 11px;
  line-height: 1.5;
}

.Creative .Creative__more {
  line-height: 1;
  padding-bottom: 23px;
  text-align: center;
}

.Creative .Creative__more.-none {
  display: none;
}

.Creative .Creative__moreText {
  color: #fff;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  position: relative;
}

.Creative .Creative__moreText:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  bottom: -23px;
  content: '';
  display: block;
  height: 8px;
  position: absolute;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
}

@media print, screen and (min-width: 768px) {
  .Creative {
    padding-bottom: 90px;
    padding-top: 138px;
  }
  .Creative .Creative__title {
    font-size: 56px;
    letter-spacing: 2.8px;
    line-height: 1.18;
    margin-bottom: 45px;
  }
  .Creative .Creative__titleText:before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    height: 44px;
    margin-right: 32px;
    max-width: 55px;
    padding-top: 65px;
    width: 55px;
  }
  .Creative .Creative__titleText:after {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46px;
    flex: 0 0 46px;
    height: 46px;
    margin-left: 35px;
    max-width: 46px;
    padding-top: 62px;
    width: 46px;
  }
  .Creative .Creative__subTitle {
    font-size: 28px;
    line-height: 1.43;
    margin-bottom: 58px;
  }
  .Creative .Creative__list {
    margin-left: 0px;
    margin-right: 0px;
    overflow: auto;
  }
  .Creative .Creative__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    margin-right: 70px;
    max-width: 270px;
    padding-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .Creative .Creative__item:nth-child(3n) {
    margin-right: 0;
  }
  .Creative .Creative__thumb {
    margin-bottom: 22px;
    width: 100%;
  }
  .Creative .Creative__name {
    font-size: 15px;
    letter-spacing: 0.75px;
    line-height: 1.66;
    margin-bottom: 4px;
  }
  .Creative .Creative__date {
    font-size: 11px;
    margin-bottom: 20px;
  }
  .Creative .Creative__text {
    font-size: 12px;
    letter-spacing: 0.6px;
    line-height: 1.83;
  }
  .Creative .Creative__more {
    margin-top: 40px;
    padding-bottom: 36px;
    padding-top: 32px;
  }
  .Creative .Creative__more:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  .Creative .Creative__moreText {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .Creative .Creative__moreText:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    bottom: -36px;
    height: 12px;
    right: 23px;
    width: 12px;
  }
}

/* Decolate */
.Decolate {
  padding-top: 70px;
}

.Decolate .Decolate__title {
  color: #43BFEF;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.40;
  margin-bottom: 12px;
  text-align: center;
}

.Decolate .Decolate__titleSup {
  font-size: 60%;
  left: -0.3em;
  position: relative;
  top: 0.1em;
  vertical-align: top;
}

.Decolate .Decolate__text {
  color: #43BFEF;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.Decolate .Decolate__text .textMarker {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #FFE539));
  background: linear-gradient(transparent 0%, #FFE539 0%);
  display: inline-block;
  line-height: 1;
}

.Decolate .Decolate__note {
  color: #B7B7B7;
  font-size: 11px;
  line-height: 1.4;
  margin-top: 10px;
  text-align: center;
}

.Decolate .Decolate__noteSpan {
  padding-left: 12px;
  position: relative;
}

.Decolate .Decolate__noteSpan:before {
  content: '*';
  display: block;
  font-size: 120%;
  left: 0;
  position: absolute;
  top: 2px;
}

@media print, screen and (min-width: 768px) {
  .Decolate {
    padding-top: 140px;
  }
  .Decolate .Decolate__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .Decolate .Decolate__image {
    height: 581px;
    margin-left: -75px;
    margin-top: 25px;
    width: 368px;
  }
  .Decolate .Decolate__title {
    font-size: 56px;
    letter-spacing: 2.8px;
    line-height: 1.18;
    margin-bottom: 35px;
    margin-left: -10px;
    text-align: left;
  }
  .Decolate .Decolate__text {
    font-size: 28px;
    line-height: 1.42;
    margin-left: -10px;
    text-align: left;
  }
  .Decolate .Decolate__note {
    font-size: 13px;
    margin-left: -10px;
    margin-top: 15px;
    text-align: left;
  }
  .Decolate .Decolate__imageRight {
    margin-left: -10px;
    margin-top: -35px;
  }
}

/* Entry */
.Entry {
  background-image: url(../images/lets_bg_sp1.png), url(../images/lets_bg_sp2.png);
  background-position: left 36px, right 46px;
  background-repeat: no-repeat,no-repeat;
  background-size: 60px 134px, 57px 112px;
  padding-bottom: 90px;
  padding-top: 68px;
}

.Entry .Entry__title {
  color: #43BFEF;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.11;
  margin-bottom: 23px;
  text-align: center;
}

.Entry .Entry__gift {
  background-color: #E3F5FD;
  border: 2px solid #43BFEF;
  border-radius: 6px;
  margin-top: 50px;
  padding: 20px 15px 30px;
}

.Entry .Entry__giftLeft {
  text-align: center;
}

.Entry .Entry__giftImage {
  width: 225px;
}

.Entry .Entry__text2 {
  color: #43BFEF;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 1.35;
  margin-bottom: 18px;
  margin-top: 12px;
}

.Entry .Entry__text3 {
  color: #424242;
  font-size: 13px;
  letter-spacing: 0.6px;
  line-height: 1.65;
}

@media print, screen and (min-width: 768px) {
  .Entry {
    background-image: url(../images/lets_bg_pc1.png), url(../images/lets_bg_pc2.png);
    background-position: left 55px, right 326px;
    background-repeat: no-repeat,no-repeat;
    background-size: 246px 584px, 230px 484px;
    padding-bottom: 138px;
    padding-top: 138px;
  }
  .Entry .Entry__text3 {
    font-size: 14px;
    line-height: 1.64;
  }
  .Entry .Entry__title {
    font-size: 56px;
    letter-spacing: 2.8px;
    margin-bottom: 50px;
  }
  .Entry .Entry__gift {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 45px;
    padding: 10px 0px 5px;
  }
  .Entry .Entry__giftLeft {
    text-align: center;
  }
  .Entry .Entry__giftImage {
    width: 263px;
  }
  .Entry .Entry__giftRight {
    margin-left: 10px;
  }
  .Entry .Entry__text2 {
    font-size: 28px;
    letter-spacing: 0.7px;
    line-height: 1.46;
    margin-bottom: 6px;
    margin-top: 0px;
  }
  .Entry .Entry__text3 {
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 1.64;
  }
}

/* Howto */
.Howto {
  background-image: url(../images/howto_bg_bottle1_sp.png), url(../images/howto_bg_bottle2_sp.png), url(../images/howto_bg_brush_sp.png), url(../images/howto_bg_palette_sp.png);
  background-position: left 65px, right 45px,left 630px, right 770px;
  background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
  background-size: 45px 84px, 63px 120px, 33px 88px, 50px 67px;
  padding-bottom: 60px;
  padding-top: 65px;
}

@media print, screen and (max-width: 767px) {
  .Howto .Howto__inner {
    padding-left: 27px;
    padding-right: 27px;
  }
  .Howto .Howto__title {
    color: #43BFEF;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.11;
    margin-bottom: 23px;
    padding-left: 65px;
    position: relative;
  }
  .Howto .Howto__title:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 41px;
    left: 0;
    position: absolute;
    top: -10px;
    width: 58px;
  }
  .Howto .Howto__title.-step1:before {
    background-image: url(../images/howto_title1.png);
  }
  .Howto .Howto__title.-step2:before {
    background-image: url(../images/howto_title2.png);
  }
  .Howto .Howto__title.-step3 {
    letter-spacing: 0.2px;
  }
  .Howto .Howto__title.-step3:before {
    background-image: url(../images/howto_title3.png);
  }
}

.Howto .howto_textBox {
  margin-bottom: 42px;
}

.Howto .howto_text1 {
  color: #43BFEF;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.53;
  margin-bottom: 10px;
  margin-top: 17px;
}

.Howto .howto_text2 {
  color: #686868;
  font-size: 12px;
  line-height: 1.79;
}

.Howto .Howto__note {
  color: #B7B7B7;
  font-size: 11px;
  line-height: 1.41;
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}

.Howto .Howto__note:before {
  content: '*';
  display: block;
  font-size: 140%;
  left: 0;
  position: absolute;
  top: 0;
}

.Howto .Howto__note.-mb {
  margin-bottom: 55px;
}

.Howto .Howto__video {
  padding-top: 56.29%;
  position: relative;
  width: 100%;
}

.Howto .Howto__video iframe {
  border: none;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .Howto {
    background-image: url(../images/howto_bg_bottle1_pc.png), url(../images/howto_bg_bottle2_pc.png), url(../images/howto_bg_brush_pc.png), url(../images/howto_bg_palette_pc.png);
    background-position: left 240px, right -60px,left 960px, right 1150px;
    background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
    background-size: 210px 424px, 316px 738px, 172px 362px, 226px 266px;
    padding-bottom: 135px;
    padding-top: 95px;
  }
  .Howto .Howto__title {
    color: #43BFEF;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 46px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 55px;
    text-align: center;
  }
  .Howto .Howto__titleText {
    padding-left: 145px;
    position: relative;
  }
  .Howto .Howto__titleText:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 82px;
    left: 0;
    position: absolute;
    top: -18px;
    width: 116px;
  }
  .Howto .Howto__titleText.-step1:before {
    background-image: url(../images/howto_title1.png);
  }
  .Howto .Howto__titleText.-step2:before {
    background-image: url(../images/howto_title2.png);
  }
  .Howto .Howto__titleText.-step3 {
    letter-spacing: 0.2px;
  }
  .Howto .Howto__titleText.-step3:before {
    background-image: url(../images/howto_title3.png);
  }
  .Howto .Howto__parallel {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  .Howto .Howto__parallel.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .Howto .Howto__parallel.-step3 {
    margin-bottom: 48px;
  }
  .Howto .Howto__videoWrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 532px;
    flex: 0 0 532px;
    max-width: 532px;
  }
  .Howto .Howto__video {
    padding-top: 56.25%;
    position: relative;
    width: 100%;
  }
  .Howto .howto_textBox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 358px;
    flex: 0 0 358px;
    margin-bottom: 0px;
    max-width: 358px;
  }
  .Howto .howto_text1 {
    font-size: 18px;
    line-height: 1.61;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .Howto .howto_text2 {
    font-size: 15px;
    line-height: 1.93;
  }
  .Howto .Howto__note {
    font-size: 13px;
    line-height: 1.6;
    margin-left: 120px;
  }
  .Howto .Howto__note:before {
    font-size: 110%;
  }
  .Howto .Howto__note.-mb {
    margin-bottom: 62px;
  }
}

/* Layout */
.LayoutContent .LayoutContent__inner {
  padding-left: 25px;
  padding-right: 25px;
}

@media print, screen and (min-width: 768px) {
  .LayoutContent {
    min-width: 1214px;
    width: 100%;
  }
  .LayoutContent .LayoutContent__inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1214px;
    min-width: 950px;
    padding-left: 132px;
    padding-right: 132px;
  }
}

.LayoutContent.-blue {
  background-color: #43BFEF;
}

.LayoutFull .LayoutFull__inner {
  padding-left: 0;
  padding-right: 0;
}

@media print, screen and (min-width: 768px) {
  .LayoutFull {
    min-width: 1214px;
    width: 100%;
  }
}

/* Mv */
@media print, screen and (min-width: 768px) {
  .Mv .Mv__image {
    width: 100%;
  }
}

/* Pagetop */
.Pagetop {
  bottom: 10px;
  height: 56px;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 10px;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 56px;
  z-index: 99;
}

.Pagetop.-scrolled {
  opacity: 1;
  pointer-events: auto;
}

.Pagetop .Pagetop__link {
  display: block;
  text-align: center;
}

.Pagetop .Pagetop__img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .Pagetop {
    height: 94px;
    width: 94px;
  }
  .Pagetop .Pagetop__img {
    width: 100%;
  }
  .Pagetop .Pagetop__link:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}

/* Step */
@media print, screen and (max-width: 767px) {
  .Step {
    margin-bottom: 50px;
  }
  .Step .Step__item {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    position: relative;
  }
  .Step .Step__item:after {
    background-image: url(../images/step_arrow_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -30px;
    content: '';
    display: block;
    height: 17px;
    left: 25%;
    position: absolute;
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
    width: 12px;
  }
  .Step .Step__item:last-child {
    margin-bottom: 0px;
  }
  .Step .Step__item:last-child:after {
    display: none;
  }
  .Step .Step__figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .Step .Step__image {
    width: 92%;
  }
  .Step .Step__caption {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-left: 10px;
    max-width: 50%;
  }
  .Step .Step__text {
    color: #686868;
    font-size: 13px;
    line-height: 1.77;
  }
  .Step .Step__text.-step1 {
    padding-bottom: 20px;
  }
  .Step .Step__text.-step2 {
    padding-bottom: 28px;
  }
}

@media print, screen and (min-width: 768px) {
  .Step {
    margin-bottom: 38px;
  }
  .Step .Step__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .Step .Step__item {
    position: relative;
  }
  .Step .Step__item:after {
    background-image: url(../images/step_arrow_pc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 26px;
    position: absolute;
    right: -60px;
    top: 45%;
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
    width: 38px;
  }
  .Step .Step__item:first-child {
    margin-left: -30px;
  }
  .Step .Step__item:first-child .Step__text {
    padding-left: 30px;
  }
  .Step .Step__item:last-child {
    margin-bottom: 0px;
  }
  .Step .Step__item:last-child:after {
    display: none;
  }
  .Step .Step__figure {
    margin-bottom: 35px;
  }
  .Step .Step__figure.-last {
    margin-bottom: 18px;
  }
  .Step .Step__text {
    color: #686868;
    font-size: 14px;
    line-height: 1.64;
    text-align: center;
  }
}

/* SubTitle */
.SubTitle {
  margin-bottom: 15px;
  text-align: center;
}

.SubTitle .SubTitle__text {
  color: #69CCF2;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.SubTitle .SubTitle__text:before {
  background-image: url(../images/subtitle_left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 17px;
  left: 0;
  position: absolute;
  top: 0;
  width: 16px;
}

.SubTitle .SubTitle__text:after {
  background-image: url(../images/subtitle_right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 17px;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
}

.SubTitle .SubTitle__text.-white {
  color: #fff;
}

.SubTitle .SubTitle__text.-white:before {
  background-image: url(../images/subtitle_left_white.svg);
}

.SubTitle .SubTitle__text.-white:after {
  background-image: url(../images/subtitle_right_white.svg);
}

@media print, screen and (min-width: 768px) {
  .SubTitle {
    margin-bottom: 52px;
  }
  .SubTitle .SubTitle__text {
    font-size: 20px;
    letter-spacing: 2.4px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .SubTitle .SubTitle__text:before {
    height: 21px;
    width: 21px;
  }
  .SubTitle .SubTitle__text:after {
    height: 21px;
    width: 21px;
  }
}
