@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: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

p,
h1,
h2,
h3,
h4 {
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  p,
  h1,
  h2,
  h3,
  h4,
  li,
  a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

main {
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #333;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

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

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

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

p {
  font-size: 13px;
  line-height: 1.6;
}

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

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

/* 共通ヘッダー */
.brandSiteHeader {
  background-color: #fff;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 1;
}

.-noLink {
  pointer-events: none;
}

*:focus {
  outline: none;
}

/* 共通フッター */
.brandSiteFooter {
  position: relative;
  z-index: 1;
}

@media print, screen and (max-width: 768px) {
  .the-naive {
    overflow: hidden;
  }
  img {
    height: auto;
    vertical-align: top;
    width: 100%;
  }
  .pc {
    display: none !important;
  }
  main {
    margin-top: 0px;
    padding-top: 0;
    -webkit-transition: margin-top 200ms ease 0s;
    transition: margin-top 200ms ease 0s;
  }
  main.-open {
    margin-top: 60px;
  }
  main.-scrolled {
    margin-top: 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .the-naive {
    min-width: 1214px;
    overflow: hidden;
    position: relative;
  }
  img {
    vertical-align: top;
  }
  .sp {
    display: none !important;
  }
  header {
    min-width: 1214px;
  }
  footer {
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    min-width: 1214px;
  }
}

/* blocks */
/* Banner */
.Banner {
  padding: 8px 0;
}

.Banner .Banner__figure {
  margin: 0 3%;
}

.Banner .Banner__link {
  display: block;
}

.Banner.-twoColumn {
  padding: 8px 10px;
}

.Banner.-twoColumn .Banner__figure {
  margin-bottom: 10px;
  margin-left: 0;
}

.Banner.-twoColumn .Banner__link img {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .Banner {
    padding: 20px 0;
  }
  .Banner .Banner__figure {
    margin: 0 auto;
    position: relative;
    right: -10px;
    width: 592px;
  }
  .Banner .Banner__link {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .Banner .Banner__link:hover {
    opacity: .7;
  }
  .Banner.-twoColumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px auto 0;
    max-width: 1200px;
    padding: 0px 0px;
  }
  .Banner.-twoColumn .Banner__figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 592px;
    flex: 0 0 592px;
    margin-bottom: 0px;
    max-width: 592px;
  }
}

.Btn .Btn__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 2px solid #b89b67;
  border-radius: 12px;
  -webkit-box-shadow: 6px 6px #b89b67;
  box-shadow: 6px 6px #b89b67;
  color: #b89b67;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
  width: 325px;
}

.Btn .Btn__link.-btn1 {
  padding-left: 30px;
}

.Btn .Btn__link.-btn1::before {
  background-color: #b89b67;
  border-radius: 50%;
  content: "";
  height: 20px;
  left: 35px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
}

.Btn .Btn__link.-btn1::after {
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
  border-width: 3px 0 3px 8px;
  content: "";
  height: 0;
  left: 42px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
}

@media print, screen and (min-width: 769px) {
  .Btn .Btn__link {
    border-radius: 12px;
    -webkit-box-shadow: 8px 8px #b89b67;
    box-shadow: 8px 8px #b89b67;
    font-size: 24px;
    height: 84px;
    margin: 55px auto 35px;
    width: 560px;
  }
  .Btn .Btn__link:hover {
    -webkit-box-shadow: 1px 1px #b89b67;
    box-shadow: 1px 1px #b89b67;
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }
  .Btn .Btn__link.-btn1 {
    margin-bottom: 75px;
    padding-left: 70px;
  }
  .Btn .Btn__link.-btn1::before {
    height: 32px;
    left: 70px;
    width: 32px;
  }
  .Btn .Btn__link.-btn1::after {
    border-width: 5px 0 5px 14px;
    left: 80px;
  }
}

.C2207About {
  background-image: url("/naive/the-naive/assets/images/campaign2207/bg1.svg");
  background-position: top -100px center;
  background-repeat: no-repeat;
  background-size: 1640px 491px;
  padding-top: 90px;
}

.C2207About .C2207About__wrap {
  position: relative;
}

.C2207About .C2207About__wrap:before {
  background-image: url("/naive/the-naive/assets/images/campaign2207/about_bg1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 73px;
  left: -52px;
  position: absolute;
  top: 60vw;
  width: 77px;
}

.C2207About .C2207About__wrap:after {
  background-image: url("/naive/the-naive/assets/images/campaign2207/about_bg2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 44px;
  left: 10px;
  position: absolute;
  top: 100vw;
  width: 47px;
}

.C2207About .C2207About__wrapInner {
  position: relative;
}

.C2207About .C2207About__wrapInner:before {
  background-image: url("/naive/the-naive/assets/images/campaign2207/about_bg3.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 97px;
  position: absolute;
  right: -30px;
  top: 100vw;
  width: 100px;
}

.C2207About .C2207About__wrapInner:after {
  background-image: url("/naive/the-naive/assets/images/campaign2207/about_bg4.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 44px;
  position: absolute;
  right: 10px;
  top: 150vw;
  width: 47px;
}

.C2207About .C2207About__lead {
  margin: 2.5% auto 6%;
  width: 82%;
}

.C2207About .C2207About__fig {
  margin: 7.5% auto 2%;
  position: relative;
  right: -5%;
  width: 88%;
}

.C2207About .C2207About__note {
  color: #666666;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0px 0 7%;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .C2207About {
    background-image: url("/naive/the-naive/assets/images/campaign2207/bg1_pc.png");
    background-position: top -30px center;
    background-repeat: no-repeat;
    background-size: 2840px 540px;
    padding-top: 140px;
  }
  .C2207About .C2207About__wrap {
    margin: 0 auto;
    max-width: 1028px;
  }
  .C2207About .C2207About__wrap:before {
    height: 147px;
    left: -140px;
    top: 400px;
    width: 149px;
  }
  .C2207About .C2207About__wrap:after {
    height: 86px;
    left: -60px;
    top: 680px;
    width: 97px;
  }
  .C2207About .C2207About__wrapInner {
    position: relative;
  }
  .C2207About .C2207About__wrapInner:before {
    height: 181px;
    right: -160px;
    top: 310px;
    width: 207px;
  }
  .C2207About .C2207About__wrapInner:after {
    height: 102px;
    right: -120px;
    top: 680px;
    width: 100px;
  }
  .C2207About .C2207About__lead {
    margin: 2.5% auto 48px;
    width: 688px;
  }
  .C2207About .C2207About__fig {
    margin: 42px auto 0;
    right: -35px;
    width: 995px;
  }
  .C2207About .C2207About__note {
    font-size: 13px;
    margin: 0px 0 40px;
  }
}

.C2207anchor {
  margin-top: 60px;
  text-align: center;
}

.C2207anchor.-notes {
  margin-top: 28px;
}

.C2207anchor .C2207anchor__link {
  color: #00745d;
  font-size: 14px;
  line-height: 1;
  text-decoration: underline;
}

.C2207anchor .C2207anchor__linkText {
  padding-right: 22px;
  position: relative;
}

.C2207anchor .C2207anchor__linkText:before {
  background-image: url("/naive/the-naive/assets/images/campaign2207/icon_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 8px;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
}

@media print, screen and (min-width: 769px) {
  .C2207anchor {
    margin-top: 60px;
    text-align: center;
  }
  .C2207anchor.-notes {
    margin-top: 50px;
  }
  .C2207anchor .C2207anchor__link {
    font-size: 15px;
  }
}

.C2207Apply {
  background-color: #00745d;
  margin-top: -12vw;
  padding-bottom: 100px;
  padding-top: 90px;
}

.C2207Apply .C2207Apply__wrap {
  background-color: #fff;
  margin-bottom: 55px;
  padding: 25px 20px 55px;
}

.C2207Apply .C2207Apply__title {
  color: #00745d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.28571;
  margin-bottom: 20px;
  margin-top: 60px;
}

.C2207Apply .C2207Apply__title.-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.C2207Apply .C2207Apply__title:first-child {
  margin-top: 0;
}

.C2207Apply .C2207Apply__titleFig {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47px;
  flex: 0 0 47px;
}

.C2207Apply .C2207Apply__titleText {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  margin-left: 15px;
}

.C2207Apply .C2207Apply__fig.-img1 {
  margin: 0 auto 20px;
  width: 34%;
}

.C2207Apply .C2207Apply__fig.-img2 {
  margin: 25px auto 25px;
  width: 88%;
}

.C2207Apply .C2207Apply__fig.-img3 {
  margin: 25px auto 30px;
}

.C2207Apply .C2207Apply__fig.-img4 {
  margin: 30px auto 20px;
  width: 92%;
}

.C2207Apply .C2207Apply__fig.-img5 {
  margin: 25px auto 20px;
  width: 76%;
}

.C2207Apply .C2207Apply__noteList {
  margin-bottom: 20px;
}

.C2207Apply .C2207Apply__noteList li {
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 5px;
  padding-left: 1.2em;
  position: relative;
}

.C2207Apply .C2207Apply__noteList li:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '※';
  display: block;
  left: 0;
  position: absolute;
}

.C2207Apply .C2207Apply__wrapD {
  background-color: #fff;
  border-radius: 10px;
  padding: 5px;
}

.C2207Apply .C2207Apply__wrapDinner {
  border: 2px solid #00745d;
  border-radius: 4px;
  padding: 20px 0px 25px;
}

.C2207Apply .C2207Apply__address {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4375;
  margin-bottom: 7px;
  padding: 0 10px;
  text-align: center;
}

.C2207Apply .C2207Apply__address.-mb {
  margin-bottom: 22px;
}

@media print, screen and (min-width: 769px) {
  .C2207Apply {
    margin-top: -140px;
    padding-bottom: 200px;
    padding-top: 180px;
  }
  .C2207Apply .C2207Apply__wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 55px;
    max-width: 920px;
    padding: 35px 115px 55px;
  }
  .C2207Apply .C2207Apply__title {
    margin-bottom: 20px;
  }
  .C2207Apply .C2207Apply__title.-step5 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .C2207Apply .C2207Apply__titleFig {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85px;
    flex: 0 0 85px;
  }
  .C2207Apply .C2207Apply__titleText {
    font-size: 21px;
    letter-spacing: -0.01em;
    line-height: 1.57143;
    margin-left: 25px;
  }
  .C2207Apply .C2207Apply__fig.-img1 {
    margin: 0 auto 35px;
    width: 124px;
  }
  .C2207Apply .C2207Apply__fig.-img2 {
    margin: 25px auto 35px;
    width: 370px;
  }
  .C2207Apply .C2207Apply__fig.-img3 {
    margin: 40px auto 35px;
    width: 568px;
  }
  .C2207Apply .C2207Apply__fig.-img4 {
    margin: 0px auto 35px;
    width: 464px;
  }
  .C2207Apply .C2207Apply__fig.-img5 {
    margin: 25px auto 20px;
    width: 523px;
  }
  .C2207Apply .C2207Apply__noteList {
    margin-bottom: 20px;
  }
  .C2207Apply .C2207Apply__noteList li {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .C2207Apply .C2207Apply__wrapD {
    border-radius: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 920px;
    padding: 12px;
  }
  .C2207Apply .C2207Apply__wrapDinner {
    border: 2px solid #00745d;
    border-radius: 6px;
    padding: 50px 0px 45px;
  }
  .C2207Apply .C2207Apply__address {
    font-size: 28px;
    line-height: 1.4375;
    margin-bottom: 10px;
    padding: 0;
  }
  .C2207Apply .C2207Apply__address.-mb {
    margin-bottom: 40px;
  }
}

.C2207contact {
  background-color: #00745d;
  margin-top: -50px;
  padding-bottom: 120px;
  padding-top: 100px;
}

.C2207contact .C2207contact__wrap {
  background-color: #fff;
  border-radius: 6px;
  padding-bottom: 20px;
}

.C2207contact .C2207contact__title {
  background-color: #d1e4de;
  border-radius: 6px 6px 0 0;
}

.C2207contact .C2207contact__titleText {
  color: #00745d;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  padding: 12px 0 14px;
  text-align: center;
}

.C2207contact .C2207contact__tel1 {
  color: #00745d;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 27px;
  font-weight: 600;
  letter-spacing: -0.02em;
  padding: 10px 0;
  text-align: center;
}

.C2207contact .C2207contact__date {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 11px;
  letter-spacing: -0.01em;
  line-height: 1.63636;
  margin-bottom: 8px;
  padding: 0 10px;
  text-align: center;
}

.C2207contact .C2207contact__date .bold {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
}

.C2207contact .C2207contact__text1 {
  color: #00745d;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.59091;
  margin-bottom: 17px;
  padding: 0 10px;
  text-align: center;
}

.C2207contact .C2207contact__text2 {
  color: 666666;
  font-size: 10px;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin-bottom: 22px;
  padding: 0 22px;
  text-align: center;
}

.C2207contact .C2207contact__title2 {
  background-color: #f2f2f2;
  color: #00745d;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  margin-bottom: 20px;
  padding: 17px 0;
  text-align: center;
}

.C2207contact .C2207contact__text3 {
  color: #00745d;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  margin-bottom: 5px;
  text-align: center;
}

.C2207contact .C2207contact__tel2 {
  color: #00745d;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
}

.C2207contact .C2207contact__text4 {
  color: #333333;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.63636;
  text-align: center;
}

.C2207contact .C2207contact__thanks {
  background-color: #fff;
  border: 2px solid #ff2400;
  color: #ff2400;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  margin: 0 auto 28px;
  padding: 10px;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .C2207contact {
    margin-top: -140px;
    padding-bottom: 140px;
    padding-top: 150px;
  }
  .C2207contact .C2207contact__wrap {
    border-radius: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 40px;
    max-width: 960px;
    padding-bottom: 20px;
    position: relative;
  }
  .C2207contact .C2207contact__wrap:before {
    background-image: url("/naive/the-naive/assets/images/campaign2207/bottle_animation.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 459px;
    left: -290px;
    position: absolute;
    top: 50px;
    width: 244px;
  }
  .C2207contact .C2207contact__wrap:after {
    background-image: url("/naive/the-naive/assets/images/campaign2207/bottle_animation.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 459px;
    position: absolute;
    right: -290px;
    top: 50px;
    width: 244px;
  }
  .C2207contact .C2207contact__title {
    border-radius: 12px 12px 0 0;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  .C2207contact .C2207contact__titleText {
    font-size: 23px;
    line-height: 1.26957;
    padding: 24px 0 20px;
  }
  .C2207contact .C2207contact__tel1 {
    font-size: 40px;
    padding: 10px 0 8px;
  }
  .C2207contact .C2207contact__date {
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1.54667;
    margin-bottom: 6px;
  }
  .C2207contact .C2207contact__text1 {
    font-size: 12px;
    line-height: 1.59091;
  }
  .C2207contact .C2207contact__text2 {
    font-size: 12px;
    letter-spacing: -0.05em;
    line-height: 1.5;
    margin-bottom: 38px;
    padding: 0 22px;
  }
  .C2207contact .C2207contact__title2 {
    font-size: 18px;
    padding: 19px 0;
  }
  .C2207contact .C2207contact__text3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .C2207contact .C2207contact__tel2 {
    font-size: 26px;
  }
  .C2207contact .C2207contact__text4 {
    font-size: 15px;
    letter-spacing: 0.05em;
  }
  .C2207contact .C2207contact__thanks {
    margin: 0 auto 45px;
    width: 936px;
  }
  .C2207contact .C2207contact__thanksText {
    font-size: 24px;
  }
}

.C2207dlBtn {
  height: 48px;
  margin: 0 auto;
  width: 285px;
}

.C2207dlBtn .C2207dlBtn__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff2400;
  border-radius: 4px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  font-weight: 500;
  height: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  padding-right: 20px;
  position: relative;
}

.C2207dlBtn .C2207dlBtn__link:before {
  background-image: url("/naive/the-naive/assets/images/campaign2207/icon_dl.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 12.5px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
}

@media print, screen and (min-width: 769px) {
  .C2207dlBtn {
    height: 62px;
    width: 394px;
  }
  .C2207dlBtn.-large {
    height: 72px;
    width: 512px;
  }
  .C2207dlBtn.-large .C2207dlBtn__link {
    height: 72px;
  }
  .C2207dlBtn .C2207dlBtn__link {
    font-size: 15px;
    height: 62px;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .C2207dlBtn .C2207dlBtn__link:before {
    height: 15px;
    width: 18px;
  }
  .C2207dlBtn .C2207dlBtn__link:hover {
    opacity: .7;
  }
}

/**
 * C2207faq
 */
.C2207faq {
  padding-bottom: 30px;
  padding-top: 60px;
}

.C2207faq .C2207faq__inner {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.C2207faq .C2207faq__list {
  margin-bottom: 30px;
}

.C2207faq .C2207faq__item {
  margin-bottom: 2px;
}

.C2207faq .C2207faq__question {
  background-color: #d3e6e0;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-top: 2px solid transparent;
  color: #333333;
  font-size: 13px;
  line-height: 1.03846;
  padding: 15px 35px;
  position: relative;
}

.C2207faq .C2207faq__question:before {
  color: #00745d;
  content: 'Q';
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  left: 12px;
  letter-spacing: 0.06em;
  position: absolute;
  top: 13px;
}

.C2207faq .C2207faq__question:after {
  background-image: url("/naive/the-naive/assets/images/campaign2207/faq_open.svg");
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
}

.C2207faq .C2207faq__question.-open {
  border-left: 2px solid #00745d;
  border-right: 2px solid #00745d;
  border-top: 2px solid #00745d;
}

.C2207faq .C2207faq__question.-open:after {
  background-image: url("/naive/the-naive/assets/images/campaign2207/faq_close.svg");
}

.C2207faq .C2207faq__qText {
  display: block;
}

.C2207faq .C2207faq__answer {
  border-bottom: 2px solid #00745d;
  border-left: 2px solid #00745d;
  border-right: 2px solid #00745d;
  color: #333333;
  display: none;
  font-size: 13px;
  line-height: 1.6;
  margin-top: -1px;
  padding: 12px 15px 12px 35px;
}

.C2207faq .C2207faq__aText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.C2207faq .C2207faq__aText:before {
  color: #00745d;
  content: 'A';
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  left: -22px;
  letter-spacing: 0.06em;
  position: absolute;
  top: -3px;
}

@media print, screen and (min-width: 769px) {
  .C2207faq {
    padding-bottom: 30px;
    padding-top: 45px;
  }
  .C2207faq .C2207faq__inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .C2207faq .C2207faq__wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 55px;
    max-width: 960px;
  }
  .C2207faq .C2207faq__list {
    margin-bottom: 30px;
  }
  .C2207faq .C2207faq__item {
    margin-bottom: 6px;
  }
  .C2207faq .C2207faq__question {
    font-size: 20px;
    line-height: 1.3;
    padding: 27px 85px;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .C2207faq .C2207faq__question:hover {
    cursor: pointer;
  }
  .C2207faq .C2207faq__question:hover:after {
    opacity: .7;
  }
  .C2207faq .C2207faq__question:hover .C2207faq__qText {
    text-decoration: underline;
  }
  .C2207faq .C2207faq__question:before {
    font-size: 28px;
    left: 33px;
    top: 20px;
  }
  .C2207faq .C2207faq__question:after {
    height: 20px;
    right: 20px;
    width: 20px;
  }
  .C2207faq .C2207faq__question.-open:after {
    background-image: url("/naive/the-naive/assets/images/campaign2207/faq_close.svg");
  }
  .C2207faq .C2207faq__answer {
    font-size: 15px;
    line-height: 1.6;
    padding: 20px 50px 45px 85px;
  }
  .C2207faq .C2207faq__aText:before {
    font-size: 28px;
    left: -50px;
    top: -8px;
  }
}

.C2207Header {
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 900;
}

.C2207Header.-scrolled {
  position: fixed;
}

.C2207Header .C2207Header__ec {
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  height: 27px;
  position: absolute;
  right: 70px;
  top: 0px;
  width: 89px;
  z-index: 902;
}

.C2207Header .C2207Header__ec.-burgerOpen {
  display: none;
}

.C2207Header .C2207Header__apply {
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  height: 27px;
  position: absolute;
  right: 5px;
  top: 0px;
  width: 60px;
  z-index: 902;
}

@media print, screen and (min-width: 769px) {
  .C2207Header .C2207Header__inner {
    margin: 0 auto;
    position: relative;
    width: 100%;
  }
  .C2207Header .C2207Header__ec {
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
    height: 54px;
    right: 150px;
    top: 20px;
    -webkit-transition: 200ms;
    transition: 200ms;
    width: 177px;
  }
  .C2207Header .C2207Header__ec:hover {
    cursor: pointer;
    opacity: .7;
  }
  .C2207Header .C2207Header__apply {
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
    height: 54px;
    right: 20px;
    top: 20px;
    -webkit-transition: 200ms;
    transition: 200ms;
    width: 120px;
  }
  .C2207Header .C2207Header__apply:hover {
    cursor: pointer;
    opacity: .7;
  }
}

.C2207Movie {
  background-image: url("/naive/the-naive/assets/images/campaign2207/bg1.svg");
  background-position: top -100px left 64%;
  background-repeat: no-repeat;
  background-size: 1640px 491px;
  padding-top: 90px;
}

.C2207Movie .C2207Movie__titleFig {
  margin: 0 auto 2%;
  width: 84%;
}

.C2207Movie .C2207Movie__lead {
  color: #666666;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}

.C2207Movie .C2207Movie__item {
  position: relative;
}

.C2207Movie .C2207Movie__play {
  height: 58px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 58px;
}

.C2207Movie .C2207Movie__click .slick-list {
  margin: 12px auto !important;
  width: 306px !important;
}

.C2207Movie .C2207Movie__click .slick-track {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.C2207Movie .C2207Movie__click .slick-slide {
  margin: 0 8px;
  width: 86px !important;
}

.C2207Movie .C2207Movie__click .slick-slide a {
  border: 2px solid #00745d;
  border-radius: 8px;
  color: #00745d;
  display: block;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 0;
  text-align: center;
}

.C2207Movie .C2207Movie__click .slick-current a {
  background-color: #00745d;
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  .C2207Movie {
    background-image: url("/naive/the-naive/assets/images/campaign2207/bg1_pc.png");
    background-position: top -30px left 30%;
    background-repeat: no-repeat;
    background-size: 2840px 540px;
    padding-top: 200px;
  }
  .C2207Movie .C2207Movie__titleFig {
    margin: 0 auto 2%;
    width: 705px;
  }
  .C2207Movie .C2207Movie__lead {
    font-size: 19px;
    margin-bottom: 40px;
  }
  .C2207Movie .C2207Movie__item {
    position: relative;
  }
  .C2207Movie .C2207Movie__play {
    height: 93px;
    width: 93px;
  }
  .C2207Movie .C2207Movie__play img {
    width: 100%;
  }
  .C2207Movie .C2207Movie__link {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .C2207Movie .C2207Movie__link:hover {
    opacity: .7;
  }
  .C2207Movie .C2207Movie__click .slick-list {
    margin: 20px auto !important;
    width: 366px !important;
  }
  .C2207Movie .C2207Movie__click .slick-track {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
  .C2207Movie .C2207Movie__click .slick-slide {
    margin: 0 9px;
    width: 104px !important;
  }
  .C2207Movie .C2207Movie__click .slick-slide a {
    border-radius: 10px;
    font-size: 18px;
    padding: 6px 0;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .C2207Movie .C2207Movie__click .slick-slide a:hover {
    opacity: .7;
  }
  .C2207Movie .C2207Movie__click .slick-current a {
    background-color: #00745d;
    color: #fff;
  }
}

/* C2207Mv */
.C2207Mv {
  padding-top: 0;
  position: relative;
}

.C2207Mv .C2207Mv__slide {
  display: block;
}

.C2207Mv .slick-slider * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

.C2207Mv .slick-dots {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 4.2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 11px;
  position: absolute;
  right: 3%;
}

.C2207Mv .slick-dots li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 3px;
  width: 19px;
}

.C2207Mv .slick-dots li button {
  opacity: 0;
}

.C2207Mv .slick-dots .slick-active {
  background-color: rgba(0, 116, 93, 0.8);
}

.C2207Mv .C2207Mv__scroll {
  bottom: 6px;
  height: 320px;
  left: -35px;
  position: absolute;
  -webkit-transform: translateY(160px);
  transform: translateY(160px);
  width: 90px;
}

.C2207Mv .C2207Mv__scrollInner {
  position: relative;
}

.C2207Mv .C2207Mv__scrollText {
  -ms-writing-mode: tb-rl;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.06em;
  position: absolute;
  right: 20px;
  top: 0px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.C2207Mv .C2207Mv__scrollLine {
  background-color: #fff;
  display: block;
  height: 330px;
  margin: 0px auto 30px;
  overflow: hidden;
  position: relative;
  width: 1px;
}

.C2207Mv .C2207Mv__scrollLine:after {
  background-color: #00745d;
  bottom: 0px;
  content: '';
  display: block;
  height: 165px;
  left: 0;
  position: absolute;
  width: 1px;
  z-index: 1;
}

.C2207Mv .C2207Mv__scroInner {
  -webkit-animation: topScrollKayframes 1200ms ease 600ms infinite;
  animation: topScrollKayframes 1200ms ease 600ms infinite;
  bottom: 0;
  display: block;
  height: 30px;
  left: 0px;
  position: absolute;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  width: 1px;
  z-index: 10;
}

@media print, screen and (max-width: 768px) {
  .C2207Mv .C2207Mv__wave {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .C2207Mv {
    min-width: 900px;
    position: relative;
    width: 100%;
  }
  .C2207Mv .C2207Mv__list {
    position: relative;
    width: 100%;
  }
  .C2207Mv .C2207Mv__image {
    width: 100%;
  }
  .C2207Mv .C2207Mv__arrow {
    bottom: 20px;
    left: 50%;
    opacity: 1;
    position: fixed;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    z-index: 13;
  }
  .C2207Mv .C2207Mv__arrow.-scrolled {
    opacity: 0;
    pointer-events: none;
  }
  .C2207Mv .slick-dots {
    bottom: 35px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 40px;
    margin-top: 0;
    right: 0px;
    z-index: 12;
  }
  .C2207Mv .slick-dots li {
    margin: 0 6px;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .C2207Mv .slick-dots li:hover {
    opacity: .7;
  }
  .C2207Mv.-open {
    margin-top: 0;
  }
  .C2207Mv .C2207Mv__scroll {
    bottom: -165px;
    height: 330px;
    left: 0px;
    position: absolute;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 90px;
  }
  .C2207Mv .C2207Mv__scrollInner {
    position: relative;
  }
  .C2207Mv .C2207Mv__scrollText {
    -ms-writing-mode: tb-rl;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.06em;
    position: absolute;
    right: 20px;
    top: 0px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .C2207Mv .C2207Mv__scrollLine {
    background-color: #fff;
    display: block;
    height: 330px;
    margin: 0px auto 30px;
    overflow: hidden;
    position: relative;
    width: 1px;
  }
  .C2207Mv .C2207Mv__scrollLine:after {
    background-color: #00745d;
    bottom: 0px;
    content: '';
    display: block;
    height: 165px;
    left: 0;
    position: absolute;
    width: 1px;
    z-index: 1;
  }
  .C2207Mv .C2207Mv__scroInner {
    -webkit-animation: topScrollKayframes 1200ms ease 600ms infinite;
    animation: topScrollKayframes 1200ms ease 600ms infinite;
    bottom: 0;
    display: block;
    height: 30px;
    left: 0px;
    position: absolute;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    width: 1px;
    z-index: 10;
  }
}

.-scrolled .C2207Mv__arrow,
.-scrolled .C2207Mv__wave {
  opacity: 0;
  pointer-events: none;
}

@-webkit-keyframes topScrollKayframes {
  0% {
    background-color: #00745c;
    top: -30px;
  }
  100% {
    background-color: #fff;
    top: 360px;
  }
}

@keyframes topScrollKayframes {
  0% {
    background-color: #00745c;
    top: -30px;
  }
  100% {
    background-color: #fff;
    top: 360px;
  }
}

.C2207Notes {
  background-image: url("/naive/the-naive/assets/images/campaign2207/bg1.svg");
  background-position: top -100px left 60%;
  background-repeat: no-repeat;
  background-size: 1640px 491px;
  margin-top: -55px;
  padding-top: 110px;
  position: relative;
  z-index: 1;
}

.C2207Notes .C2207Notes__title {
  color: #00745d;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 12px;
  margin-top: 30px;
}

.C2207Notes .C2207Notes__list {
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 15px;
}

.C2207Notes .C2207Notes__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.C2207Notes .C2207Notes__item .num {
  color: #00745d;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
}

.C2207Notes .C2207Notes__item .text {
  color: #666666;
  font-size: 12px;
  line-height: 1.5;
}

.C2207Notes .C2207Notes__item .text .green {
  color: #00745d;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
}

@media print, screen and (min-width: 769px) {
  .C2207Notes {
    background-image: url("/naive/the-naive/assets/images/campaign2207/bg1_pc.png");
    background-position: top -30px left 40%;
    background-repeat: no-repeat;
    background-size: 2840px 540px;
    margin-top: -110px;
    padding-top: 190px;
  }
  .C2207Notes .C2207Notes__wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 55px;
    max-width: 960px;
  }
  .C2207Notes .C2207Notes__title {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 50px;
  }
  .C2207Notes .C2207Notes__list {
    padding-bottom: 30px;
  }
  .C2207Notes .C2207Notes__item {
    margin-bottom: 20px;
  }
  .C2207Notes .C2207Notes__item .num {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    font-size: 15px;
  }
  .C2207Notes .C2207Notes__item .text {
    font-size: 15px;
    line-height: 1.6;
  }
}

/* C2207Pagetop */
.C2207Pagetop {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 200ms;
  transition: 200ms;
  z-index: 99;
}

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

.C2207Pagetop.-inFooter {
  position: absolute;
}

@media print, screen and (max-width: 768px) {
  .C2207Pagetop {
    bottom: 10px;
    height: 44px;
    position: fixed;
    right: 10px;
    width: 44px;
    z-index: 98;
  }
  .C2207Pagetop .C2207Pagetop__link {
    display: block;
    text-align: center;
  }
  .C2207Pagetop .C2207Pagetop__img {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .C2207Pagetop {
    bottom: 0px;
    height: 80px;
    position: fixed;
    right: 20px;
    width: 80px;
  }
  .C2207Pagetop .C2207Pagetop__img {
    width: 100%;
  }
  .C2207Pagetop:hover {
    -webkit-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.14);
    opacity: .9;
  }
}

.C2207Period {
  padding: 15px 0;
}

.C2207Period .C2207Period__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: -15px;
  margin: 0 auto 10px;
  position: relative;
  width: 320px;
}

.C2207Period .C2207Period__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 106px;
  flex: 0 0 106px;
  text-align: right;
}

.C2207Period .C2207Period__name {
  background-color: #ff2400;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
  padding: 4px 8px;
}

.C2207Period .C2207Period__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.C2207Period .C2207Period__date {
  color: #00745d;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  margin-left: 6px;
}

.C2207Period .C2207Period__date .num {
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.C2207Period .C2207Period__note {
  color: #999999;
  font-size: 10px;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-top: 3px;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  width: 150%;
}

.C2207Period .C2207Period__note.-note1 {
  margin-left: -40px;
}

.C2207Period .C2207Period__note.-note2 {
  margin-left: -32px;
}

.C2207Period .C2207Period__thanks {
  border: 2px solid #ff2400;
  color: #ff2400;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  margin: 0 25px;
  padding: 10px;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .C2207Period {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 0;
  }
  .C2207Period .C2207Period__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0px;
    margin: 0px 15px;
    width: auto;
  }
  .C2207Period .C2207Period__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: left;
  }
  .C2207Period .C2207Period__name {
    border-radius: 35px;
    font-size: 19px;
    padding: 6px 15px 8px;
  }
  .C2207Period .C2207Period__date {
    font-size: 26px;
    margin-left: 10px;
  }
  .C2207Period .C2207Period__date .num {
    font-size: 36px;
  }
  .C2207Period .C2207Period__note {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 12px;
    font-weight: 500;
    margin-top: 6px;
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
  }
  .C2207Period .C2207Period__note.-note1 {
    margin-left: 10px;
  }
  .C2207Period .C2207Period__note.-note2 {
    margin-left: 10px;
  }
  .C2207Period .C2207Period__thanks {
    width: 1000px;
  }
  .C2207Period .C2207Period__thanksText {
    font-size: 24px;
  }
}

.C2207Sec01 {
  background-image: url("/naive/the-naive/assets/images/campaign2207/bg2.svg");
  background-position: bottom -100px left 74%;
  background-repeat: no-repeat;
  background-size: 1640px 491px;
  padding-bottom: 120px;
  padding-top: 40px;
  z-index: 1;
}

.C2207Sec01 .C2207Sec01__box {
  border: 2px solid #00745d;
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 4px;
}

.C2207Sec01 .C2207Sec01__boxInner {
  border: 2px solid #00745d;
  border-radius: 4px;
  padding: 20px 0 0;
}

.C2207Sec01 .C2207Sec01__item {
  margin-bottom: 25px;
}

.C2207Sec01 .C2207Sec01__left {
  text-align: center;
}

.C2207Sec01 .C2207Sec01__name {
  background-color: #ff2400;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 8px;
  padding: 4px 10px;
}

.C2207Sec01 .C2207Sec01__date {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-bottom: 8px;
  margin-left: 6px;
  text-align: center;
}

.C2207Sec01 .C2207Sec01__date .num {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.C2207Sec01 .C2207Sec01__note {
  color: #333333;
  font-size: 13px;
  line-height: 1;
  padding: 0 25px;
  text-align: center;
}

.C2207Sec01 .C2207Sec01__products {
  margin-bottom: 35px;
}

.C2207Sec01 .C2207Sec01__productFig {
  margin: 0 auto 17px;
}

.C2207Sec01 .C2207Sec01__productFig.-img1 {
  width: 90%;
}

.C2207Sec01 .C2207Sec01__productFig.-img2 {
  width: 63%;
}

.C2207Sec01 .C2207Sec01__productsNote1 {
  color: #00745d;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
  text-align: center;
}

.C2207Sec01 .C2207Sec01__productsNote2 {
  font-size: 12px;
  letter-spacing: -0.01em;
  line-height: 1.41667;
  text-align: center;
}

.C2207Sec01 .C2207Sec01__notice {
  background-color: rgba(198, 198, 198, 0.16);
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 12px 20px;
}

.C2207Sec01 .C2207Sec01__noticeLeft {
  text-align: center;
}

.C2207Sec01 .C2207Sec01__noticeName {
  background-color: #ff2400;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 10px;
  font-weight: 500;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 5px;
  padding: 4px 8px;
}

.C2207Sec01 .C2207Sec01__noticeRight ul li {
  color: #666666;
  font-size: 11px;
  line-height: 1.5;
  padding-left: 1.5em;
  position: relative;
}

.C2207Sec01 .C2207Sec01__noticeRight ul li:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '\30FB';
  display: block;
  left: 0;
  position: absolute;
}

.C2207Sec01 .C2207Sec01__btn {
  height: 47px;
  margin: 0 auto;
  max-width: 285px;
}

.C2207Sec01 .C2207Sec01__btnLink {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #00745d;
  border-radius: 35px;
  color: #00745d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  font-weight: 500;
  height: 47px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}

.C2207Sec01 .C2207Sec01__thanks {
  background-color: #fff;
  border: 2px solid #ff2400;
  color: #ff2400;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  margin: 0 auto 28px;
  padding: 10px;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .C2207Sec01 {
    background-image: url("/naive/the-naive/assets/images/campaign2207/bg2_pc.png");
    background-position: bottom 0px left 74%;
    background-repeat: no-repeat;
    background-size: 2840px 540px;
    padding-bottom: 220px;
    padding-top: 70px;
  }
  .C2207Sec01 .C2207Sec01__box {
    border: 4px solid #00745d;
    border-radius: 18px;
    margin: 0 auto 85px;
    max-width: 895px;
    padding: 8px;
  }
  .C2207Sec01 .C2207Sec01__boxInner {
    border: 2px solid #00745d;
    border-radius: 6px;
    padding: 25px 0 0;
  }
  .C2207Sec01 .C2207Sec01__item {
    margin-bottom: 30px;
  }
  .C2207Sec01 .C2207Sec01__name {
    border-radius: 35px;
    font-size: 18px;
    margin-bottom: 14px;
    padding: 6px 13px 8px;
  }
  .C2207Sec01 .C2207Sec01__date {
    font-size: 33px;
    letter-spacing: 0.06em;
    margin-bottom: 8px;
    margin-left: 6px;
  }
  .C2207Sec01 .C2207Sec01__note {
    font-size: 20px;
    letter-spacing: 0.06em;
    padding: 0;
  }
  .C2207Sec01 .C2207Sec01__productsWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 920px;
  }
  .C2207Sec01 .C2207Sec01__products {
    margin-bottom: 25px;
  }
  .C2207Sec01 .C2207Sec01__products.-p1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 528px;
    flex: 0 0 528px;
  }
  .C2207Sec01 .C2207Sec01__products.-p2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 366px;
    flex: 0 0 366px;
  }
  .C2207Sec01 .C2207Sec01__productFig {
    margin: 0 auto 17px;
  }
  .C2207Sec01 .C2207Sec01__productFig img {
    width: 100%;
  }
  .C2207Sec01 .C2207Sec01__productFig.-img1 {
    width: 100%;
    width: 528px;
  }
  .C2207Sec01 .C2207Sec01__productFig.-img2 {
    width: 100%;
    width: 366px;
  }
  .C2207Sec01 .C2207Sec01__productsNote1 {
    font-size: 18px;
    margin-bottom: 12px;
    text-align: left;
  }
  .C2207Sec01 .C2207Sec01__productsNote2 {
    font-size: 15px;
    text-align: left;
  }
  .C2207Sec01 .C2207Sec01__notice {
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 40px;
    padding: 20px 20px;
    width: 880px;
  }
  .C2207Sec01 .C2207Sec01__noticeLeft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    margin-right: 10px;
  }
  .C2207Sec01 .C2207Sec01__noticeName {
    font-size: 13px;
    margin-bottom: 5px;
    padding: 4px 8px;
  }
  .C2207Sec01 .C2207Sec01__noticeRight ul li {
    font-size: 13px;
    letter-spacing: -0.01em;
    padding-left: 1em;
  }
  .C2207Sec01 .C2207Sec01__noticeRight ul li:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '\30FB';
    display: block;
    left: 0;
    position: absolute;
  }
  .C2207Sec01 .C2207Sec01__btn {
    height: 74px;
    margin: 0 auto;
    max-width: 512px;
  }
  .C2207Sec01 .C2207Sec01__btnLink {
    border: 3px solid #00745d;
    border-radius: 45px;
    font-size: 19px;
    height: 74px;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .C2207Sec01 .C2207Sec01__btnLink:hover {
    background-color: #00745d;
    color: #fff;
  }
  .C2207Sec01 .C2207Sec01__thanks {
    margin: 0 auto 45px;
    width: 896px;
  }
  .C2207Sec01 .C2207Sec01__thanksText {
    font-size: 24px;
  }
}

.C2207sns {
  background-image: url("/naive/the-naive/assets/images/campaign2207/bg1.svg");
  background-position: top -100px left 58%;
  background-repeat: no-repeat;
  background-size: 1640px 491px;
  margin-top: -60px;
  padding-top: 120px !important;
}

@media print, screen and (min-width: 769px) {
  .C2207sns {
    background-image: url("/naive/the-naive/assets/images/campaign2207/bg1_pc.png");
    background-position: top -30px left 58%;
    background-repeat: no-repeat;
    background-size: 2840px 540px;
    margin-top: -110px;
    padding-top: 200px !important;
  }
}

.C2207terms {
  background-image: url("/naive/the-naive/assets/images/campaign2207/bg2.svg");
  background-position: bottom -100px left 54%;
  background-repeat: no-repeat;
  background-size: 1640px 491px;
  padding-bottom: 120px;
  padding-top: 0px;
  z-index: 1;
}

.C2207terms .C2207terms__inner {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.C2207terms .C2207terms__wrap {
  border: 2px solid #c4c4c4;
  height: 280px;
  margin-bottom: 38px;
  overflow: hidden;
  overflow-y: scroll;
  padding: 20px 15px;
}

.C2207terms .C2207terms__text1 {
  color: #666666;
  font-size: 11px;
  line-height: 1.5;
}

.C2207terms .C2207terms__indent {
  color: #666666;
  font-size: 11px;
  line-height: 1.5;
}

.C2207terms .C2207terms__indent li {
  padding-left: 1em;
  text-indent: -1em;
}

.C2207terms .C2207terms__indent.-dot li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.C2207terms .C2207terms__title {
  color: #333333;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 6px;
  margin-top: 25px;
}

@media print, screen and (min-width: 769px) {
  .C2207terms {
    background-image: url("/naive/the-naive/assets/images/campaign2207/bg2_pc.png");
    background-position: bottom 0px left 74%;
    background-repeat: no-repeat;
    background-size: 2840px 540px;
    padding-bottom: 220px;
    padding-top: 20px;
  }
  .C2207terms .C2207terms__inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .C2207terms .C2207terms__wrap {
    border: 2px solid #c4c4c4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 385px;
    margin: 0 auto 40px;
    max-width: 960px;
    padding: 25px 40px;
  }
  .C2207terms .C2207terms__text1 {
    font-size: 13px;
    line-height: 1.6;
  }
  .C2207terms .C2207terms__indent {
    font-size: 13px;
    line-height: 1.6;
  }
  .C2207terms .C2207terms__indent.-dot li {
    padding-left: 1.4em;
    text-indent: -1.4em;
  }
  .C2207terms .C2207terms__title {
    font-size: 13px;
    line-height: 2;
    margin-bottom: 12px;
    margin-top: 32px;
  }
}

.C2207Title {
  color: #00745d;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: 28px;
  text-align: center;
}

.C2207Title.-white {
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  .C2207Title {
    font-size: 40px;
    margin-bottom: 45px;
  }
}

/* Concept */
.Concept {
  background-color: #004b27;
  border-radius: 50% / 175px;
  padding: 0px 0;
}

.Concept.Layout {
  margin: 50px -100px 0;
  width: calc(100% + 200px);
}

.Concept .Concept__inner {
  padding: 85px 0;
}

.Concept .Concept__wrapper {
  padding: 0 100px;
}

.Concept .Concept__figure {
  margin-bottom: 27px;
}

.Concept .Concept__right {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.Concept .Concept__title {
  color: #fff;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.66667;
  margin-bottom: 15px;
}

.Concept .Concept__lead {
  color: #fff;
  font-size: 13px;
  line-height: 1.76923;
  margin-bottom: 15px;
}

.Concept .Concept__note {
  color: #8aac9c;
  font-size: 10px;
  line-height: 1.2;
  margin-bottom: 70px;
}

.Concept .Concept__movieImg {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .Concept {
    padding: 95px 0 150px;
  }
  .Concept .Concept__inner {
    padding-top: 60px;
  }
  .Concept .Concept__wrapper {
    padding: 0 0;
  }
  .Concept .Concept__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 145px;
  }
  .Concept .Concept__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }
  .Concept .Concept__figure {
    margin-bottom: 0;
    margin-left: -150px;
    width: 100%;
    width: 820px;
  }
  .Concept .Concept__img {
    width: 100%;
  }
  .Concept .Concept__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-left: 0;
    max-width: 50%;
  }
  .Concept .Concept__title {
    font-size: 61px;
    line-height: 1.36066;
    margin-bottom: 45px;
  }
  .Concept .Concept__lead {
    font-size: 17px;
    line-height: 2.05882;
    margin-bottom: 22px;
  }
  .Concept .Concept__note {
    font-size: 13px;
    line-height: 1.4;
  }
}

/* DetailBtn */
.DetailBtn {
  background-color: #fff;
  padding: 63px 0 0;
}

.DetailBtn .DetailBtn__btn {
  padding: 0 20px;
}

.DetailBtn .DetailBtn__link {
  background-color: #00745d;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: bold;
  margin: 0 auto;
  padding: 16px 0;
  text-align: center;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 300px;
}

@media print, screen and (min-width: 769px) {
  .DetailBtn {
    padding: 85px 0 40px;
  }
  .DetailBtn .DetailBtn__link {
    font-size: 25px;
    height: 94px;
    line-height: 94px;
    padding: 0;
    width: 423px;
  }
  .DetailBtn .DetailBtn__link:hover {
    opacity: 0.7;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
}

.EcModal.iziModal {
  width: 85% !important;
}

.EcModal .EcModal__close {
  height: 24px;
  position: absolute;
  right: 0;
  top: -42px;
  width: 24px;
  z-index: 901;
}

.EcModal .EcModal__close a {
  display: block;
}

.EcModal .EcModal__close a img {
  height: 24px;
  width: 24px;
}

.EcModal .EcModal__inner {
  background-color: #fff;
  padding: 30px;
}

.EcModal .EcModal__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  text-align: center;
}

.EcModal .EcModal__list {
  margin: 0 auto 30px;
  width: 59%;
}

.EcModal .EcModal__item {
  margin-bottom: 12px;
}

.EcModal .EcModal__link {
  border: 2px solid #cccccc;
  display: block;
}

.EcModal .EcModal__note {
  font-size: 10px;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .EcModal.iziModal {
    max-width: 860px !important;
  }
  .EcModal .EcModal__close {
    height: 40px;
    top: -60px;
    width: 40px;
  }
  .EcModal .EcModal__close a {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .EcModal .EcModal__close a:hover {
    cursor: pointer;
    opacity: .7;
  }
  .EcModal .EcModal__close a img {
    height: 40px;
    width: 40px;
  }
  .EcModal .EcModal__inner {
    padding: 130px 0 150px;
  }
  .EcModal .EcModal__title {
    font-size: 31px;
    margin-bottom: 28px;
  }
  .EcModal .EcModal__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .EcModal .EcModal__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 192px;
    flex: 0 0 192px;
    margin: 0 6px;
    margin-bottom: 0px;
    max-width: 192px;
  }
  .EcModal .EcModal__link {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .EcModal .EcModal__link:hover {
    border: 2px solid #00745d;
  }
  .EcModal .EcModal__link img {
    width: 100%;
  }
  .EcModal .EcModal__note {
    font-size: 14px;
  }
}

/* Feature */
.Feature {
  background-color: #f5f4f6;
  margin-top: -95px;
  padding-bottom: 160px !important;
  padding-top: 130px !important;
}

.Feature .Feature__imgWrapper {
  position: relative;
  z-index: 1;
}

.Feature .Feature__title {
  color: #004b27;
  display: inline-block;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.34783;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.Feature .Feature__title::before {
  color: #ede8e3;
  font-family: 'Montserrat', sans-serif;
  font-size: 110px;
  font-style: normal;
  font-weight: 800;
  left: 0;
  letter-spacing: 0.06em;
  position: absolute;
  top: -50px;
  z-index: -1;
}

.Feature .Feature__title::after {
  background-color: #004b27;
  bottom: -20px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 29px;
}

.Feature .Feature__title.-number01::before {
  content: "01";
}

.Feature .Feature__title.-number02::before {
  content: "02";
  left: auto;
  right: -25%;
}

.Feature .Feature__title.-number03::before {
  content: "03";
}

.Feature .Feature__title.-number04::before {
  content: "04";
  left: auto;
  right: -25%;
}

.Feature .Feature__text {
  color: #757575;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-bottom: 6px;
}

.Feature .Feature__note {
  color: #b89b67;
  font-size: 11px;
  letter-spacing: -0.02em;
  line-height: 1.68182;
}

.Feature .Feature__btn {
  margin: 20px 0 48px;
}

.Feature .Feature__btnLink {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 35px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  font-weight: 500;
  height: 38px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  width: 194px;
}

@media print, screen and (min-width: 769px) {
  .Feature {
    padding-bottom: 290px !important;
    padding-top: 175px !important;
  }
  .Feature .Feature__imgWrapper {
    position: relative;
    z-index: 1;
  }
  .Feature .Feature__title {
    font-size: 41px;
    letter-spacing: 0.04em;
    line-height: 1.26829;
    margin-bottom: 50px;
  }
  .Feature .Feature__title::before {
    font-size: 220px;
    left: -70px;
    top: -110px;
  }
  .Feature .Feature__title::after {
    bottom: -25px;
    width: 60px;
  }
  .Feature .Feature__title.-number02::before, .Feature .Feature__title.-number04::before {
    left: -70px;
    right: auto;
  }
  .Feature .Feature__text {
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 1.96667;
    margin-bottom: 12px;
  }
  .Feature .Feature__note {
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
  .Feature .Feature__btn {
    margin: 25px 0 0px;
  }
  .Feature .Feature__btn.-right .Feature__btnLink {
    margin-left: auto;
  }
  .Feature .Feature__btnLink {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 15px;
    font-weight: 600;
    height: 56px;
    -webkit-transition: 200ms;
    transition: 200ms;
    width: 264px;
  }
  .Feature .Feature__btnLink:hover {
    background-color: #fff;
    color: #00745d;
  }
}

/* FooterLineup */
.FooterLineup {
  background-color: #fff;
  border-top: 1px solid #c6c6c6;
  padding: 50px 30px 60px;
}

.FooterLineup .FooterLineup__title {
  color: #00745d;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  margin: 0 0 25px;
  text-align: center;
}

.FooterLineup .FooterLineup__item {
  margin-bottom: 18px;
}

.FooterLineup .FooterLineup__link {
  display: block;
  position: relative;
}

.FooterLineup .FooterLineup__link:after {
  background-image: url("/naive/the-naive/assets/images/icon_link_arrow_green.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 4px;
  content: '';
  display: block;
  height: 16px;
  position: absolute;
  right: 0;
  width: 16px;
}

.FooterLineup .FooterLineup__fig {
  margin-bottom: 5px;
}

.FooterLineup .FooterLineup__fig img {
  vertical-align: top;
}

.FooterLineup .FooterLineup__name {
  color: #4d4d4d;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .FooterLineup {
    padding: 70px 0 70px;
  }
  .FooterLineup .FooterLineup__title {
    font-size: 18px;
    margin: 0 0 30px;
  }
  .FooterLineup .FooterLineup__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 960px;
  }
  .FooterLineup .FooterLineup__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.5%;
    flex: 0 0 31.5%;
  }
  .FooterLineup .FooterLineup__link {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .FooterLineup .FooterLineup__link:after {
    bottom: 1px;
    height: 20px;
    right: 0;
    width: 20px;
  }
  .FooterLineup .FooterLineup__link:hover .FooterLineup__name {
    text-decoration: underline;
  }
  .FooterLineup .FooterLineup__link:hover .FooterLineup__fig {
    -webkit-box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.1);
  }
  .FooterLineup .FooterLineup__fig {
    margin-bottom: 8px;
  }
  .FooterLineup .FooterLineup__fig img {
    width: 100%;
  }
  .FooterLineup .FooterLineup__name {
    font-size: 14px;
    letter-spacing: 0.06em;
  }
}

.Layout {
  position: relative;
  width: 100%;
}

@media print, screen and (max-width: 770px) {
  .Layout .Layout__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media print, screen and (min-width: 769px) {
  .Layout {
    min-width: 1214px;
    width: 100%;
  }
  .Layout .Layout__inner {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 70px;
    padding-right: 70px;
  }
  .Layout .Layout__inner.-full {
    padding-left: 0;
    padding-right: 0;
  }
  .Layout .Layout__inner.-full.-pcContent {
    max-width: 1177px;
    min-width: 950px;
    padding-left: 130px;
    padding-right: 130px;
  }
}

/* # =============================================
   # LayoutZigzag
   # ============================================= */
.LayoutZigzag {
  padding: 0px 25px;
}

.LayoutZigzag .LayoutZigzag__wrapper {
  padding-top: 45px;
}

.LayoutZigzag .LayoutZigzag__inner {
  margin-bottom: 50px;
}

.LayoutZigzag .LayoutZigzag__inner:last-child {
  margin-bottom: 0;
}

.LayoutZigzag .LayoutZigzag__imageWrapper {
  margin: 20px 0px 20px 0px;
  overflow: hidden;
}

.LayoutZigzag .LayoutZigzag__image {
  display: block;
  height: auto;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .LayoutZigzag {
    padding: 0;
  }
  .LayoutZigzag .LayoutZigzag__wrapper {
    margin: 0 auto;
    max-width: 1200px;
    padding: 60px 0;
  }
  .LayoutZigzag .LayoutZigzag__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    margin-bottom: 135px;
    margin-top: 0;
    max-width: none;
    padding-bottom: 0;
    padding-top: 0;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageRight {
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 0;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageRight .LayoutZigzag__contentWrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 60px;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageRight .LayoutZigzag__imageWrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageLeft {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0px;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageLeft .LayoutZigzag__contentWrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 60px;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageLeft .LayoutZigzag__imageWrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .LayoutZigzag .LayoutZigzag__contentWrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 550px;
    flex: 1 1 550px;
    padding-top: 0px;
  }
  .LayoutZigzag .LayoutZigzag__imageWrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 630px;
    flex: 1 1 630px;
    margin: 0;
    overflow: hidden;
  }
}

/* ModalVioce */
/* Voiceモーダル　側 */
.ModalVioce.iziModal {
  width: 85% !important;
}

@media print, screen and (min-width: 769px) {
  .ModalVioce.iziModal {
    max-width: 860px !important;
  }
}

/* ModalVoiceData */
/* Voiceモーダル エリア*/
.ModalVoiceData {
  display: none;
}

/* Movie */
.Movie {
  padding: 15px 0 75px;
  position: relative;
}

.Movie:before {
  background-image: url("/naive/the-naive/assets/images/movie_deco.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 46.53vw;
  position: absolute;
  right: -20%;
  top: 70px;
  width: 76.8vw;
}

.Movie .Movie__inner {
  padding-top: 45px;
}

.Movie .Movie__cmTitle {
  color: #00745d;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 22px;
  text-align: center;
}

.Movie .Movie__cmFig {
  margin-bottom: 35px;
  margin-left: -4%;
  margin-right: -4%;
  position: relative;
  z-index: 1;
}

.Movie .Movie__cmLink {
  display: block;
}

.Movie .Movie__cmLink img {
  width: 100%;
}

.Movie .Movie__repoTitle {
  color: #00745d;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.25;
  margin-bottom: 6px;
}

.Movie .Movie__repoLead {
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 1.69231;
  margin-bottom: 17px;
}

.Movie .Movie__repoItem {
  margin-bottom: 30px;
}

.Movie .Movie__repoFig {
  margin-bottom: 10px;
}

.Movie .Movie__link {
  display: block;
}

.Movie .Movie__link img {
  width: 100%;
}

.Movie .Movie__repoCaption {
  color: #00745d;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.38889;
  margin-bottom: 2px;
}

.Movie .Movie__repoExp {
  font-size: 11px;
  line-height: 1.68182;
}

@media print, screen and (min-width: 769px) {
  .Movie {
    overflow: hidden;
    padding: 0px 0 220px;
  }
  .Movie:before {
    height: 784px;
    left: 50%;
    top: 170px;
    -webkit-transform: translateX(-6.5%);
    transform: translateX(-6.5%);
    width: 1295px;
  }
  .Movie .Movie__inner {
    padding-top: 60px;
  }
  .Movie .Movie__cmTitle {
    font-size: 36px;
    margin-bottom: 37px;
  }
  .Movie .Movie__cmFig {
    margin-bottom: 44px;
    margin-left: 0;
    margin-right: 0;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .Movie .Movie__cmFig:hover {
    background-color: #fff;
  }
  .Movie .Movie__cmFig:hover .Movie__cmLink {
    opacity: .7;
  }
  .Movie .Movie__repoTitle {
    font-size: 34px;
    letter-spacing: 0.01em;
    margin-bottom: 8px;
    text-align: center;
  }
  .Movie .Movie__repoLead {
    font-size: 16px;
    letter-spacing: 0.09em;
    line-height: 1.6875;
    margin-bottom: 37px;
    text-align: center;
  }
  .Movie .Movie__repoList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .Movie .Movie__repoItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    margin-bottom: 0px;
    max-width: 380px;
  }
  .Movie .Movie__repoFig {
    margin-bottom: 15px;
  }
  .Movie .Movie__repoFig img {
    width: 100%;
  }
  .Movie .Movie__link {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .Movie .Movie__link:hover {
    opacity: .7;
  }
  .Movie .Movie__repoCaption {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .Movie .Movie__repoExp {
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1.71429;
  }
}

/* Package */
.Package {
  background-image: url("/naive/the-naive/assets/images/package_bg_pc.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50% / 175px;
  padding: 25px 0 75px;
}

.Package.Layout {
  margin: 50px -100px 0;
  margin-top: -100px;
  width: calc(100% + 200px);
}

.Package .Package__inner {
  padding-top: 45px;
}

.Package .Package__title1 {
  margin-bottom: 24px;
  text-align: center;
}

.Package .Package__title1S {
  color: #00745d;
  display: block;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.Package .Package__title1L {
  color: #00745d;
  display: block;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.52174;
}

.Package .Package__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px;
}

.Package .Package__item {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  margin-right: 3%;
  padding: 12px 0 20px;
  text-align: center;
}

.Package .Package__item:nth-child(2) {
  margin-right: 0;
}

.Package .Package__itemText1 {
  color: #00745d;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.06em;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 6px;
}

.Package .Package__itemText2 {
  color: #00745d;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.3;
  margin-bottom: 15px;
}

.Package .Package__itemFig {
  margin: 0 auto;
}

.Package .Package__itemFig.-label {
  width: 27px;
}

.Package .Package__itemFig.-biomass {
  left: 5px;
  position: relative;
  width: 32px;
}

.Package .Package__itemFig.-recycle {
  padding-top: 5px;
  width: 46px;
}

.Package .Package__itemFig img {
  width: 100%;
}

.Package .Package__title2 {
  color: #00745d;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 2.05882;
  margin-bottom: 15px;
  text-align: center;
}

.Package .Package__card {
  background-color: #fff;
  border-radius: 8px;
  margin: 0 auto;
  padding: 18px 0;
  width: 63%;
}

.Package .Package__cardFig {
  margin: 0 auto 10px;
  width: 240px;
}

.Package .Package__cardText1 {
  color: #00745d;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.41176;
  margin-bottom: 15px;
  text-align: center;
}

.Package .Package__cardText2 {
  font-size: 12px;
  letter-spacing: -0.01em;
  line-height: 1.58333;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media print, screen and (min-width: 769px) {
  .Package {
    background-image: url("/naive/the-naive/assets/images/package_bg_pc.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50% / 175px;
    padding: 70px 0 170px;
  }
  .Package.Layout {
    margin: 50px -100px 0;
    margin-top: -175px;
    width: calc(100% + 200px);
  }
  .Package .Package__inner {
    padding-top: 60px;
  }
  .Package .Package__title1 {
    margin-bottom: 50px;
  }
  .Package .Package__title1S {
    font-size: 38px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .Package .Package__title1L {
    font-size: 58px;
    line-height: 1;
  }
  .Package .Package__list {
    margin-bottom: 45px;
  }
  .Package .Package__item {
    border-radius: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48.7%;
    flex: 0 0 48.7%;
    padding: 50px 0 55px;
  }
  .Package .Package__itemText1 {
    font-size: 17px;
    letter-spacing: 0.01em;
    line-height: 1;
    margin-bottom: 14px;
  }
  .Package .Package__itemText2 {
    font-size: 25px;
    line-height: 1.32;
    margin-bottom: 35px;
  }
  .Package .Package__itemFig.-label {
    width: 81px;
  }
  .Package .Package__itemFig.-biomass {
    left: 15px;
    width: 93px;
  }
  .Package .Package__itemFig.-recycle {
    padding-top: 15px;
    width: 137px;
  }
  .Package .Package__itemFig img {
    width: 100%;
  }
  .Package .Package__title2 {
    font-size: 36px;
    line-height: 1.68889;
    margin-bottom: 35px;
  }
  .Package .Package__card {
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 55px 0 35px;
    width: 100%;
  }
  .Package .Package__cardFig {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 448px;
    flex: 0 0 448px;
    margin: 0 0% 0 0;
    max-width: 448px;
    width: 448px;
  }
  .Package .Package__cardFig img {
    width: 100%;
  }
  .Package .Package__cardTextArea {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 395px;
    flex: 0 0 395px;
    margin-left: 10%;
    max-width: 395px;
  }
  .Package .Package__cardText1 {
    font-size: 43px;
    line-height: 1.39535;
    margin-bottom: 20px;
    margin-top: 13px;
    text-align: left;
  }
  .Package .Package__cardText2 {
    font-size: 15px;
    letter-spacing: 0.03em;
    line-height: 2.06667;
  }
}

/* Pagetop */
.Pagetop {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 200ms;
  transition: 200ms;
  z-index: 99;
}

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

.Pagetop.-inFooter {
  position: absolute;
}

@media print, screen and (max-width: 768px) {
  .Pagetop {
    bottom: 0px;
    height: 44px;
    position: fixed;
    right: 0px;
    width: 44px;
    z-index: 98;
  }
  .Pagetop .Pagetop__link {
    display: block;
    text-align: center;
  }
  .Pagetop .Pagetop__img {
    width: 100%;
  }
  .Pagetop.-campaign2207 {
    bottom: 15px;
    height: 32px;
    right: 5px;
    width: 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .Pagetop {
    bottom: 0px;
    height: 80px;
    position: fixed;
    right: 20px;
    width: 80px;
  }
  .Pagetop .Pagetop__img {
    width: 100%;
  }
  .Pagetop:hover {
    -webkit-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.14);
    opacity: .9;
  }
  .Pagetop.-campaign2207 {
    bottom: 30px;
    height: 32px;
    right: 30px;
    width: 32px;
  }
}

/* Product */
.Product {
  padding: 55px 0 45px;
}

.Product .Product__inner {
  padding-top: 45px;
}

.Product .Product__product {
  margin-bottom: 60px;
}

.Product .Package__cardFig {
  margin: 0 auto;
  position: relative;
  width: 86%;
}

.Product .Product__name {
  border-bottom: 1px solid #c6c6c6;
  color: #00745d;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.38889;
  margin-bottom: 8px;
  padding-bottom: 9px;
}

.Product .Product__lead {
  color: #b89b67;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: 5px;
}

.Product .Product__list1 {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 10px;
  padding-bottom: 13px;
}

.Product .Product__item1 {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.58333;
}

.Product .Product__list2 {
  margin-bottom: 13px;
}

.Product .Product__item2 {
  color: #00745d;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}

.Product .Product__note {
  color: #666666;
  font-size: 10px;
  line-height: 1.4;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

@media print, screen and (min-width: 769px) {
  .Product {
    padding: 145px 0 90px;
  }
  .Product .Product__inner {
    padding-top: 60px;
  }
  .Product .Product__contents {
    margin-top: 100px;
  }
  .Product .Product__product {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 130px;
  }
  .Product .Product__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 605px;
  }
  .Product .Package__cardFig {
    left: 0;
    margin: 0;
    width: 100%;
  }
  .Product .Product__right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    margin-left: 2%;
    max-width: 48%;
  }
  .Product .Product__name {
    font-size: 44px;
    line-height: 1.22727;
    margin-bottom: 15px;
    padding-bottom: 20px;
  }
  .Product .Product__lead {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .Product .Product__list1 {
    margin-bottom: 20px;
    padding-bottom: 26px;
  }
  .Product .Product__item1 {
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 1.77778;
  }
  .Product .Product__list2 {
    margin-bottom: 18px;
  }
  .Product .Product__item2 {
    font-size: 13px;
    line-height: 1.69231;
  }
  .Product .Product__note {
    font-size: 13px;
    line-height: 1.4;
  }
}

/**
 * ReDirect
 */
.ReDirect .ReDirect__inner {
  padding-bottom: 70px;
}

.ReDirect .ReDirect__text {
  background-color: #004B27;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 28.5px;
  padding: 35px 22px 44px;
  text-align: center;
}

.ReDirect .ReDirect__contentWrap {
  margin: 0 auto;
  max-width: 800px;
  padding: 0 22px;
}

.ReDirect .ReDirect__contentText {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 23.8px;
  padding: 25px 0;
  text-align: center;
}

.ReDirect .ReDirect__content {
  background-color: #D7D7D7;
  border-radius: 33px;
  padding: 24px 20px;
}

.ReDirect .ReDirect__contentFlex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5px;
}

.ReDirect .ReDirect__contentFlexLogo {
  width: 110px;
}

.ReDirect .ReDirect__contentFlexText {
  color: #067761;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 14px;
  font-weight: 700;
  left: 8px;
  letter-spacing: 0.02em;
  margin-left: 8px;
  position: relative;
  top: -3px;
}

.ReDirect .ReDirect__contentImage {
  margin: 0 auto 12px;
  width: 286px;
}

.ReDirect .ReDirect__contentImage img {
  display: block;
  height: auto;
  width: 100%;
}

.ReDirect .ReDirect__contentLink {
  background-color: #067761;
  border-radius: 36px;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
}

.ReDirect .ReDirect__contentLinkText {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  padding: 29px 30px;
}

@media print, screen and (min-width: 769px) {
  .ReDirect .ReDirect__inner {
    background-color: #004B27;
  }
  .ReDirect .ReDirect__text {
    font-size: 16px;
    line-height: 29.5px;
    padding: 44px 20px 36px;
  }
  .ReDirect .ReDirect__contentWrap {
    background-color: #fff;
    margin: 0 auto;
    max-width: 800px;
    padding-bottom: 46px;
  }
  .ReDirect .ReDirect__contentText {
    font-size: 13px;
    padding: 32px 0;
  }
  .ReDirect .ReDirect__content {
    margin: 0 auto;
    max-width: 460px;
    padding: 30px 20px 26px;
  }
  .ReDirect .ReDirect__contentFlexLogo {
    width: 152px;
  }
  .ReDirect .ReDirect__contentFlexText {
    font-size: 17px;
    left: -10px;
    margin-left: 30px;
    top: 0;
  }
  .ReDirect .ReDirect__contentImage {
    margin: 0 auto 30px;
    width: 410px;
  }
}

/* Section */
.Section .Section__title {
  padding: 47px 0 0;
}

.Section.-lineup {
  padding-bottom: 23px;
}

.Section.-localBodysoap {
  padding: 0 36px 70px;
}

.Section.-bnr {
  padding: 30px 0 0;
}

.Section.-detailHeading {
  padding: 0;
}

.Section.-detailHeading .Section__title {
  margin: 0 0 16px;
}

.Section.-detailHeading .Section__title.-face2 {
  margin-bottom: 30px;
}

.Section.-tvCmCast .Section__title {
  padding: 0;
}

.Section.-detailLineup {
  padding: 14px 0 34px;
}

@media print, screen and (min-width: 769px) {
  .Section.-lineup {
    padding: 85px 0 23px;
  }
  .Section.-localBodysoap {
    padding: 63px 0 0;
  }
  .Section.-detailHeading .Section__title {
    margin: 0 0 50px;
  }
  .Section.-detailHeading .Section__title.-face2 {
    margin-bottom: 48px;
  }
  .Section.-detailLineup {
    padding: 50px 0 35px;
  }
  .Section .Section__title.-productIndex {
    padding-top: 0;
  }
}

/* Shop */
.Shop {
  background-color: #fff;
  padding: 52px 0 7px;
}

.Shop .Shop__title {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.06em;
  letter-spacing: -0.01em;
  line-height: 1.52174;
  margin-bottom: 28px;
  text-align: center;
}

.Shop .Shop__list {
  margin: 0 auto 30px;
  width: 300px;
}

.Shop .Shop__item {
  margin-bottom: 21px;
}

.Shop .Shop__link {
  border: 2px solid #cccccc;
  display: block;
}

.Shop .Shop__note {
  font-size: 10px;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .Shop {
    padding: 85px 0 100px;
  }
  .Shop .Shop__title {
    font-size: 45px;
    letter-spacing: 0.07em;
    line-height: 1.75;
    margin-bottom: 40px;
  }
  .Shop .Shop__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 45px;
    width: 100%;
  }
  .Shop .Shop__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 283px;
    flex: 0 0 283px;
    margin: 0 6px;
    margin-bottom: 0px;
    max-width: 283px;
  }
  .Shop .Shop__link {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .Shop .Shop__link:hover {
    border: 2px solid #00745d;
  }
  .Shop .Shop__link img {
    width: 100%;
  }
  .Shop .Shop__note {
    font-size: 20px;
  }
}

/* Sns */
.Sns {
  background-color: #fff;
  padding: 100px 0 50px;
}

.Sns.-spy {
  padding: 50px 0 50px;
}

.Sns .Sns__title {
  text-align: center;
}

.Sns .Sns__titleJp {
  display: block;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.52174;
}

.Sns .Sns__titleEn {
  color: #00745d;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  letter-spacing: 0.2em;
  line-height: 12px;
  margin: 6px 0 0;
}

.Sns .Sns__btnList {
  margin: 15px 0 48px;
}

.Sns .Sns__shareTitle {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .Sns {
    padding: 85px 0 100px;
  }
  .Sns.-special {
    padding: 100px 0 100px;
  }
  .Sns .Sns__titleJp {
    font-size: 42px;
    letter-spacing: 0.01em;
    line-height: 1.75;
  }
  .Sns .Sns__titleEn {
    font-size: 13px;
    line-height: 20px;
    margin: 0px 0 0;
  }
  .Sns .Sns__btnList {
    margin: 50px 0 35px;
  }
  .Sns .Sns__shareTitle {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}

/* SnsBtnList */
.SnsBtnList .SnsBtnList__item {
  margin-bottom: 15px;
}

.SnsBtnList .SnsBtnList__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 2px solid #00745d;
  border-radius: 35px;
  color: #00745d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  height: 62px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.06em;
  letter-spacing: 0.03em;
  line-height: 1;
  margin: 0 auto;
  width: 300px;
}

.SnsBtnList .SnsBtnList__text {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}

.SnsBtnList .SnsBtnList__text:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 50%;
  content: '';
  display: block;
  position: absolute;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.SnsBtnList .SnsBtnList__text.-twitter:after {
  background-image: url("/naive/common/images/icon_x.svg");
  height: 16px;
  left: 0px;
  width: 16px;
}

.SnsBtnList .SnsBtnList__text.-insta:after {
  background-image: url("/naive/common/images/icon_instagram.png");
  height: 14px;
  left: 0px;
  width: 14px;
}

@media print, screen and (min-width: 769px) {
  .SnsBtnList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .SnsBtnList .SnsBtnList__item {
    margin: 0 10px;
    margin-bottom: 0px;
  }
  .SnsBtnList .SnsBtnList__link {
    border-radius: 50px;
    font-size: 25px;
    height: 94px;
    -webkit-transition: 200ms;
    transition: 200ms;
    width: 423px;
  }
  .SnsBtnList .SnsBtnList__link:hover {
    background-color: #00745d;
    color: #fff;
  }
  .SnsBtnList .SnsBtnList__text {
    padding-left: 30px;
  }
  .SnsBtnList .SnsBtnList__text.-twitter:after {
    height: 48px;
    left: -50px;
    width: 40px;
  }
  .SnsBtnList .SnsBtnList__text.-insta:after {
    height: 42px;
    left: -45px;
    width: 42px;
  }
}

/* SnsList */
.SnsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px 0 0;
}

.SnsList .SnsList__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  margin: 0 6px;
}

.SnsList .SnsList__item.-fb {
  width: 80px;
}

.SnsList .SnsList__link {
  display: block;
}

.SnsList .SnsList__link img {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .SnsList {
    margin: 20px 0 0px;
  }
  .SnsList .SnsList__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    margin-left: 12px;
  }
  .SnsList .SnsList__item.-fb {
    width: 130px;
  }
  .SnsList .SnsList__link:hover {
    opacity: .7;
  }
}

/* SnsList2 */
.SnsList2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 42px;
}

.SnsList2 .SnsList2__head {
  color: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  position: relative;
  text-align: center;
}

.SnsList2 .SnsList2__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  margin: 9px 10px;
}

.SnsList2 .SnsList2__link {
  display: block;
}

.SnsList2 .SnsList2__link img {
  display: block;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .SnsList2 {
    margin: 0 auto;
    padding-top: 90px;
    width: 560px;
  }
  .SnsList2 .SnsList2__head {
    font-size: 28px;
  }
  .SnsList2 .SnsList2__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58px;
    flex: 0 0 58px;
    margin: 25px 19px;
  }
  .SnsList2 .SnsList2__link {
    display: block;
  }
  .SnsList2 .SnsList2__link:hover {
    opacity: .7;
  }
  .SnsList2 .SnsList2__link img {
    width: 100%;
  }
}

/* Special */
.Special {
  background-image: url("/naive/the-naive/assets/images/special_bg_sp.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 45px 0 40px;
}

.Special .Special__title {
  color: #00745d;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 18px;
  text-align: center;
}

.Special .Special__lead {
  color: #000;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.42308;
  margin-bottom: 50px;
  text-align: center;
}

.Special .Special__lead span {
  background-color: #ffff00;
}

.Special .Special__cmFig {
  margin-bottom: 35px;
  margin-left: -4%;
  margin-right: -4%;
  margin-top: 25px;
  position: relative;
  z-index: 1;
}

.Special .Special__cmLink {
  display: block;
}

.Special .Special__cmLink img {
  width: 100%;
}

.Special .Special__twitter {
  margin: 0 auto 17px;
  width: 300px;
}

.Special .Special__twTop {
  background-color: #fff;
  border-radius: 6px 6px 0 0;
  padding: 12px 0 8px;
  text-align: center;
}

.Special .Special__twTopText {
  color: #00745d;
  display: inline-block;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1;
  padding-left: 26px;
  position: relative;
}

.Special .Special__twTopText:before {
  background-image: url(/naive/common/images/icon_twitter.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 50%;
  content: '';
  display: block;
  height: 22px;
  left: 0px;
  position: absolute;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  width: 22px;
}

.Special .Special__twTopText:after {
  background-image: url(/naive/the-naive/assets/images/special_tw_camp.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 64px;
  left: -65px;
  position: absolute;
  top: -45px;
  width: 64px;
}

.Special .Special__twBtn {
  border: 2px solid #fff;
  border-radius: 0 0 14px 14px;
  text-align: center;
}

.Special .Special__twLink {
  color: #fff;
  display: block;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  padding: 10px 0 15px;
}

.Special .Special__twLinkText {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}

.Special .Special__twLinkText:before {
  background-image: url(/naive/the-naive/assets/images/icon_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 50%;
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  right: 0px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  width: 12px;
}

.Special .Special__btn {
  margin-bottom: 15px;
}

.Special .Special__btnLink {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 35px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  margin: 0 auto;
  width: 300px;
}

@media print, screen and (min-width: 769px) {
  .Special {
    background-image: url("/naive/the-naive/assets/images/special_bg_pc.png");
    padding: 90px 0 160px;
  }
  .Special .Special__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.06em;
    letter-spacing: 0.01em;
    margin-bottom: 30px;
  }
  .Special .Special__lead {
    font-size: 26px;
    letter-spacing: 0.06em;
    margin-bottom: 65px;
  }
  .Special .Special__lead span {
    background-color: #ffff00;
  }
  .Special .Special__cmFig {
    margin-bottom: 44px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 45px;
  }
  .Special .Special__cmFig:hover {
    background-color: #fff;
  }
  .Special .Special__cmFig:hover .Special__cmLink {
    opacity: .7;
  }
  .Special .Special__twitter {
    margin: 0 auto 25px;
    width: 864px;
  }
  .Special .Special__twTop {
    border-radius: 16px 16px 0 0;
    padding: 27px 0 20px;
    text-align: center;
  }
  .Special .Special__twTopText {
    font-size: 28px;
    letter-spacing: 0.04em;
    padding-left: 140px;
  }
  .Special .Special__twTopText:before {
    height: 40px;
    left: 90px;
    width: 40px;
  }
  .Special .Special__twTopText:after {
    bottom: 50%;
    height: 72px;
    left: 0px;
    top: auto;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    width: 72px;
  }
  .Special .Special__twBtn {
    border-radius: 0 0 16px 16px;
  }
  .Special .Special__twLink {
    color: #fff;
    font-size: 25px;
    padding: 23px 0 25px;
  }
  .Special .Special__twLink:hover {
    opacity: .7;
  }
  .Special .Special__twLinkText {
    padding-right: 35px;
  }
  .Special .Special__twLinkText:before {
    height: 20px;
    width: 23px;
  }
  .Special .Special__btnList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    width: 864px;
  }
  .Special .Special__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 423px;
    flex: 0 0 423px;
    margin-bottom: 0px;
    max-width: 423px;
  }
  .Special .Special__btnLink {
    border-radius: 50px;
    font-size: 25px;
    height: 94px;
    -webkit-transition: 200ms;
    transition: 200ms;
    width: 423px;
  }
  .Special .Special__btnLink:hover {
    background-color: #fff;
    color: #00745d;
  }
}

/* Spy */
.Spy .Spy__inner {
  padding: 0;
}

.Spy .Spy__mv {
  background-color: #fff7e0;
  padding-bottom: 15px;
  width: 100%;
}

.Spy .Spy__mvImage {
  height: 100%;
  padding: 50px 1% 0;
}

.Spy .Spy__mvInner {
  padding: 0 20px;
}

.Spy .Spy__mvText {
  background-color: #e9d7a3;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 15px;
  margin-top: -10px;
  padding: 15px 0;
  text-align: center;
}

.Spy .Spy__note {
  color: #666;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-align: center;
}

.Spy .Spy__title {
  margin: 0 auto 38px;
  max-width: 375px;
  padding: 0 25px;
  text-align: center;
}

.Spy .Spy__title img {
  width: 100%;
}

.Spy .Spy__product {
  background-color: #fff7e0;
  color: #000;
  font-weight: bold;
  position: relative;
  text-align: center;
}

.Spy .Spy__product::before {
  background-image: url("../../spy-family/images/frame_top.svg");
  background-position: left top;
  background-repeat: repeat-x;
  background-size: contain;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.Spy .Spy__product::after {
  background-image: url("../../spy-family/images/frame_bottom.svg");
  background-position: left top;
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  width: 100%;
}

.Spy .Spy__productInner {
  padding: 64px 0 43px;
}

.Spy .Spy__productImage {
  margin-bottom: 25px;
  width: 100%;
}

.Spy .Spy__productImage.-bubble {
  position: relative;
}

.Spy .Spy__productImage.-bubble::after {
  background-image: url("../../spy-family/images/product_bubble.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -54px;
  content: "";
  display: block;
  height: 47%;
  position: absolute;
  right: -40px;
  width: 47%;
}

.Spy .Spy__productText {
  font-size: 15px;
  letter-spacing: 0;
  margin-bottom: 35px;
}

.Spy .Spy__package {
  position: relative;
}

.Spy .Spy__package::after {
  background-image: url("../../spy-family/images/frame_bottom.svg");
  background-position: left top;
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  width: 100%;
}

.Spy .Spy__container {
  background-color: #fff7e0;
  padding: 35px 0 17px;
}

.Spy .Spy__packageType {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}

.Spy .Spy__packageGreenArea {
  background-color: #e7efec;
  padding-bottom: 38px;
  padding-top: 28px;
}

.Spy .Spy__packagePinkArea {
  background-color: #fbe3e0;
  padding-bottom: 69px;
  padding-top: 28px;
}

.Spy .Spy__packageList {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -2.5px 18px;
}

.Spy .Spy__packageItem {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42%;
  flex: 0 0 42%;
  margin: 0 2.5px;
}

.Spy .Spy__packageTypeTitle {
  color: #00745d;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 18px;
  text-align: center;
}

.Spy .Spy__packageLink {
  display: block;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.Spy .Spy__packageLink:hover {
  opacity: 0.7;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.Spy .Spy__packageImage {
  margin-bottom: 30px;
  padding: 0 18px;
}

.Spy .Spy__packageContainer {
  padding: 0 25px;
}

.Spy .Spy__packageTitle {
  color: #00745d;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.Spy .Spy__packagePick {
  border-top: 1px solid #c5c5c5;
  margin-bottom: 17px;
  padding-top: 15px;
}

.Spy .Spy__packagePickTitle {
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 15px -8px;
}

.Spy .Spy__packagePickText {
  color: #333;
  font-size: 13px;
  padding-left: 1.1rem;
  position: relative;
}

.Spy .Spy__packagePickText::before {
  content: "●";
  left: 0;
  position: absolute;
  top: 0;
}

.Spy .Spy__packageDetailList {
  border-top: 1px solid #c5c5c5;
  margin-bottom: 16px;
  padding-top: 12px;
}

.Spy .Spy__packageDetailItem {
  color: #067761;
  font-size: 10px;
  font-weight: bold;
  margin-bottom: -2px;
  padding-left: 1rem;
  position: relative;
}

.Spy .Spy__packageDetailItem::before {
  content: "・";
  left: 0;
  position: absolute;
  top: 0;
}

.Spy .Spy__packageNote {
  font-size: 10px;
  padding-left: 1rem;
  position: relative;
}

.Spy .Spy__packageNote.-margin {
  margin-bottom: 10px;
}

.Spy .Spy__packageNote::before {
  content: "\203B";
  left: 0;
  position: absolute;
  top: 0;
}

.Spy .Spy__mission {
  background-color: #fff7e0;
  position: relative;
}

.Spy .Spy__mission::after {
  background-image: url("../../spy-family/images/frame_bottom.svg");
  background-position: left top;
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  width: 100%;
}

.Spy .Spy__missionInner {
  padding: 39px 0 38px;
}

.Spy .Spy__missionTitle {
  font-family: Serif;
  font-size: 36px;
  letter-spacing: -0.009em;
  margin: -16px 0 8px 13px;
  text-align: center;
}

.Spy .Spy__missionImage {
  margin-bottom: 15px;
}

.Spy .Spy__btnLink {
  background-color: #6a9886;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: -0.02em;
  margin: 0 auto;
  padding: 7px 0;
  text-align: center;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 325px;
}

.Spy .Spy__btnLink:hover {
  opacity: 0.7;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.Spy .Spy__btnLink.-pink {
  background-color: #f5b1a9;
}

.Spy .Spy__btnSmall {
  display: block;
  font-size: 12px;
  letter-spacing: 0;
  margin-bottom: -5px;
}

@media print, screen and (min-width: 769px) {
  .Spy::before {
    background-image: url("../../spy-family/images/all_back_image.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 100vh;
    left: 0%;
    position: fixed;
    top: 0%;
    width: 100%;
  }
  .Spy .Spy__inner {
    padding: 0 28.3px;
    position: relative;
    width: 375px;
  }
  .Spy .Spy__inner::before {
    background-image: url("../../spy-family/images/frame_left.png");
    background-position: left top;
    background-repeat: repeat-y;
    background-size: contain;
    content: "";
    display: block;
    height: 100%;
    left: 2px;
    position: absolute;
    top: 0;
    width: 27px;
    z-index: 1;
  }
  .Spy .Spy__inner::after {
    background-image: url("../../spy-family/images/frame_right.png");
    background-position: right top;
    background-repeat: repeat-y;
    background-size: contain;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 2px;
    top: 0;
    width: 27px;
    z-index: 1;
  }
  .Spy .Spy__mvImage img {
    width: 100%;
  }
  .Spy .Spy__productImage img {
    width: 100%;
  }
  .Spy .Spy__productImage.-bubble {
    position: relative;
  }
  .Spy .Spy__productImage.-bubble::after {
    background-image: url("../../spy-family/images/product_bubble.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -54px;
    content: "";
    display: block;
    height: 47%;
    position: absolute;
    right: -62px;
    width: 54%;
    z-index: 2;
  }
  .Spy .Spy__packageLink img {
    width: 100%;
  }
  .Spy .Spy__packageImage img {
    width: 100%;
  }
  .Spy .Spy__packagePickText {
    font-size: 14px;
  }
  .Spy .Spy__missionImage img {
    width: 100%;
  }
}

.TheNaiveHeader {
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 900;
}

.TheNaiveHeader .TheNaiveHeader__ec {
  height: 36px;
  position: absolute;
  right: 44px;
  top: 0px;
  width: 36px;
  z-index: 902;
}

.TheNaiveHeader .TheNaiveHeader__ec.-burgerOpen {
  display: none;
}

.TheNaiveHeader .TheNaiveHeader__menuBtn {
  background-image: url("/naive/the-naive/assets/images/icon_burger_open.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  font-size: 0;
  height: 36px;
  position: absolute;
  right: 8px;
  top: 0px;
  width: 36px;
  z-index: 902;
}

.TheNaiveHeader .TheNaiveHeader__menuBtn.-open {
  background-image: url("/naive/the-naive/assets/images/icon_burger_close.svg");
}

.TheNaiveHeader .TheNaiveHeader__content {
  background-color: #004b27;
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow: auto;
  padding: 70px 40px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  width: 100%;
  z-index: 901;
}

.TheNaiveHeader .TheNaiveHeader__content.-open {
  opacity: 1;
  pointer-events: auto;
}

.TheNaiveHeader.-scrolled {
  position: fixed;
}

.TheNaiveHeader .TheNaiveHeader__navigation {
  margin-bottom: 25px;
}

.TheNaiveHeader .TheNaiveHeader__navigation > li {
  margin-bottom: 10px;
  text-align: center;
}

.TheNaiveHeader .TheNaiveHeader__navigation > li a {
  color: #fff;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 10px 10px;
}

.TheNaiveHeader .TheNaiveHeader__navigation > li a.jp {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.TheNaiveHeader .TheNaiveHeader__btn {
  margin-bottom: 100px;
}

.TheNaiveHeader .TheNaiveHeader__btn a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 35px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  font-weight: 600;
  height: 38px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.01em;
  line-height: 1;
  margin: 0 auto;
  width: 194px;
}

.TheNaiveHeader .TheNaiveHeader__snstitle {
  color: #fff;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .TheNaiveHeader .TheNaiveHeader__inner {
    margin: 0 auto;
    position: relative;
    width: 100%;
  }
  .TheNaiveHeader .TheNaiveHeader__ec {
    height: 80px;
    right: 100px;
    -webkit-transition: 200ms;
    transition: 200ms;
    width: 80px;
  }
  .TheNaiveHeader .TheNaiveHeader__ec:hover {
    cursor: pointer;
    opacity: .7;
  }
  .TheNaiveHeader .TheNaiveHeader__menuBtn {
    height: 80px;
    right: 20px;
    -webkit-transition: 200ms;
    transition: 200ms;
    width: 80px;
  }
  .TheNaiveHeader .TheNaiveHeader__menuBtn:hover {
    opacity: .7;
  }
  .TheNaiveHeader .TheNaiveHeader__content {
    padding: 100px 0px;
  }
  .TheNaiveHeader .TheNaiveHeader__navigation {
    margin-bottom: 35px;
  }
  .TheNaiveHeader .TheNaiveHeader__navigation > li {
    margin-bottom: 10px;
  }
  .TheNaiveHeader .TheNaiveHeader__navigation > li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.06em;
    padding: 15px 20px;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .TheNaiveHeader .TheNaiveHeader__navigation > li a.jp {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 500;
  }
  .TheNaiveHeader .TheNaiveHeader__navigation > li a:hover {
    opacity: .7;
  }
  .TheNaiveHeader .TheNaiveHeader__btn {
    margin-bottom: 80px;
  }
  .TheNaiveHeader .TheNaiveHeader__btn a {
    font-size: 15px;
    height: 56px;
    -webkit-transition: 200ms;
    transition: 200ms;
    width: 264px;
  }
  .TheNaiveHeader .TheNaiveHeader__btn a:hover {
    background-color: #fff;
    color: #004b27;
  }
  .TheNaiveHeader .TheNaiveHeader__snsArea {
    border-top: 1px solid #fff;
    margin: 0 auto;
    padding-top: 33px;
    width: 560px;
  }
  .TheNaiveHeader .TheNaiveHeader__snstitle {
    font-size: 12px;
  }
}

/* TheNaiveMv */
.TheNaiveMv {
  padding-top: 0;
}

.TheNaiveMv .TheNaiveMv__list {
  visibility: hidden;
}

.TheNaiveMv .TheNaiveMv__list.slick-initialized {
  visibility: visible;
}

.TheNaiveMv .TheNaiveMv__slide {
  display: block;
}

.TheNaiveMv .TheNaiveMv__slide a {
  display: block;
}

.TheNaiveMv .slick-slider * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

.TheNaiveMv .slick-dots {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 4.2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 11px;
  position: absolute;
  right: 3%;
}

.TheNaiveMv .slick-dots li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 3px;
  width: 19px;
}

.TheNaiveMv .slick-dots li button {
  opacity: 0;
}

.TheNaiveMv .slick-dots .slick-active {
  background-color: rgba(0, 116, 93, 0.8);
}

@media print, screen and (max-width: 768px) {
  .TheNaiveMv .TheNaiveMv__wave {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .TheNaiveMv {
    min-width: 1214px;
    position: relative;
    width: 100%;
  }
  .TheNaiveMv .TheNaiveMv__list {
    position: relative;
    width: 100%;
  }
  .TheNaiveMv .TheNaiveMv__image {
    width: 100%;
  }
  .TheNaiveMv .TheNaiveMv__arrow {
    bottom: 20px;
    left: 50%;
    opacity: 1;
    position: fixed;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    z-index: 13;
  }
  .TheNaiveMv .TheNaiveMv__arrow.-scrolled {
    opacity: 0;
    pointer-events: none;
  }
  .TheNaiveMv .slick-dots {
    bottom: 35px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 40px;
    margin-top: 0;
    right: 0px;
    z-index: 12;
  }
  .TheNaiveMv .slick-dots li {
    margin: 0 6px;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .TheNaiveMv.-open {
    margin-top: 0;
  }
  .TheNaiveMv .TheNaiveMv__scroll {
    bottom: -186px;
    height: 330px;
    left: -11px;
    position: absolute;
    width: 90px;
  }
  .TheNaiveMv .TheNaiveMv__scrollInner {
    position: relative;
  }
  .TheNaiveMv .TheNaiveMv__scrollText {
    -ms-writing-mode: tb-rl;
    color: #004b27;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.06em;
    position: absolute;
    right: 20px;
    top: 0px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .TheNaiveMv .TheNaiveMv__scrollLine {
    background-color: #004b27;
    display: block;
    height: 330px;
    margin: 0px auto 30px;
    overflow: hidden;
    position: relative;
    width: 1px;
  }
  .TheNaiveMv .TheNaiveMv__scrollLine:after {
    background-color: #00745d;
    bottom: 0px;
    content: '';
    display: block;
    height: 165px;
    left: 0;
    position: absolute;
    width: 1px;
    z-index: 1;
  }
  .TheNaiveMv .TheNaiveMv__scroInner {
    -webkit-animation: topScrollKayframes 1200ms ease 600ms infinite;
    animation: topScrollKayframes 1200ms ease 600ms infinite;
    bottom: 0;
    display: block;
    height: 30px;
    left: 0px;
    position: absolute;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    width: 1px;
    z-index: 10;
  }
}

.-scrolled .TheNaiveMv__arrow,
.-scrolled .TheNaiveMv__wave {
  opacity: 0;
  pointer-events: none;
}

@keyframes topScrollKayframes {
  0% {
    background-color: #fff;
    top: -30px;
  }
  100% {
    background-color: #fff;
    top: 360px;
  }
}

/* Title1 */
.Title1 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #b89b67;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
  text-align: center;
}

.Title1.-white {
  color: #fff;
}

.Title1.-feature {
  margin-bottom: 60px;
}

.Title1.-voice {
  margin-bottom: 40px;
  padding: 0 25px;
}

.Title1 .Title1__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 10px;
}

.Title1 .Title1__en {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
}

.Title1 .Title1__jp {
  display: inline-block;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
}

.Title1:before, .Title1::after {
  background-color: #b89b67;
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
}

.Title1:before {
  margin-right: 1rem;
}

.Title1:after {
  margin-left: 1rem;
}

@media print, screen and (min-width: 769px) {
  .Title1 {
    margin-bottom: 70px;
  }
  .Title1.-voice {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 0;
  }
  .Title1.-feature {
    margin-bottom: 115px;
  }
  .Title1 .Title1__inner {
    padding: 0 20px;
  }
  .Title1 .Title1__en {
    font-size: 38px;
    letter-spacing: 0.01em;
  }
  .Title1 .Title1__jp {
    font-size: 25px;
  }
}

.VideoModal .VideoModal__close {
  height: 24px;
  position: absolute;
  right: 10px;
  top: -42px;
  width: 24px;
}

.VideoModal .VideoModal__close a {
  display: block;
}

.VideoModal .VideoModal__close a img {
  height: 24px;
  width: 24px;
}

.VideoModal .iziModal-content {
  height: 0;
  padding-top: 56.26% !important;
  position: relative;
  width: 100%;
}

.VideoModal .iziModal-content iframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .VideoModal.iziModal {
    max-width: 1200px !important;
    width: 90%;
  }
  .VideoModal .VideoModal__close {
    height: 40px;
    right: 0;
    top: -60px;
    width: 40px;
  }
  .VideoModal .VideoModal__close a {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .VideoModal .VideoModal__close a:hover {
    cursor: pointer;
    opacity: .7;
  }
  .VideoModal .VideoModal__close a img {
    height: 40px;
    width: 40px;
  }
}

.Voice {
  background-color: #004b27;
  border-radius: 50% 50% 0 0/ 175px 175px 0 0;
}

.Voice.Layout {
  margin: 0 -100px 0;
  padding: 80px 100px;
  width: calc(100% + 200px);
}

.Voice .Voice__itemWrap {
  background-color: #fff;
  border-radius: 30px;
  height: 497px;
  margin: 0 10px;
  padding: 25px 20px;
  position: relative;
  width: 270px;
}

.Voice .Voice__itemName {
  color: #b89b67;
  display: block;
  font-size: 17px;
  margin: 10px 0;
}

.Voice .Voice__itemText {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
}

.Voice .Voice__link {
  border-bottom: 1px solid #4c8168;
  bottom: 20px;
  color: #4c8168;
  display: inline-block;
  position: absolute;
  right: 20px;
}

.Voice .Voice__img {
  display: inline-block;
  width: 232px;
}

.Voice .Voice__img img {
  width: 100%;
}

.Voice .Voice__note {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8aac9c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 10px;
  letter-spacing: 0.01em;
  line-height: 1.4;
  margin-top: 35px;
  text-align: center;
}

.Voice .Voice__noteLiks {
  display: inline-block;
  margin-left: 50px;
  text-align: left;
  width: 350px;
}

@media print, screen and (min-width: 769px) {
  .Voice.Layout {
    padding: 180px 0;
  }
  .Voice .Voice__inner {
    padding-top: 60px;
  }
  .Voice .Voice__itemWrap {
    height: 600px;
    margin: 0 20px;
    padding: 40px;
    width: 380px;
  }
  .Voice .Voice__itemName {
    font-size: 22px;
    width: 300px;
  }
  .Voice .Voice__itemText {
    font-size: 15px;
  }
  .Voice .Voice__img {
    width: 300px;
  }
  .Voice .Voice__img img {
    width: 100%;
  }
  .Voice .Voice__link {
    font-size: 15px;
    right: 30px;
  }
  .Voice .Voice__contents {
    margin-top: 90px;
  }
  .Voice .Voice__link {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .Voice .Voice__link:hover {
    opacity: .7;
  }
  .Voice .Voice__note {
    font-size: 13px;
    line-height: 1.4;
  }
  .Voice .Voice__noteLiks {
    width: 500px;
  }
}

.VoiceModal .VoiceModal__close {
  height: 24px;
  position: absolute;
  right: 0;
  top: -42px;
  width: 24px;
}

.VoiceModal .VoiceModal__close a {
  display: block;
}

.VoiceModal .VoiceModal__close a img {
  height: 24px;
  width: 24px;
}

.VoiceModal .VoiceModal__inner {
  background-color: #fff;
}

.VoiceModal .VoiceModal__left {
  margin-bottom: 8px;
}

.VoiceModal .VoiceModal__thumbLink {
  display: block;
}

.VoiceModal .VoiceModal__name {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 6px;
}

.VoiceModal .VoiceModal__name a {
  color: #067761;
}

.VoiceModal .VoiceModal__text {
  font-size: 12px;
  letter-spacing: 0.01em;
  line-height: 1.75;
  margin-bottom: 25px;
}

.VoiceModal .VoiceModal__btnLink {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #00745d;
  border-radius: 35px;
  color: #067761;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  font-weight: 500;
  height: 38px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: -0.01em;
  line-height: 1;
  margin: 0 auto;
  width: 194px;
}

.VoiceModal .VoiceModal__btnLink span {
  padding-left: 30px;
  position: relative;
}

.VoiceModal .VoiceModal__btnLink span:before {
  background-image: url(/naive/common/images/icon_instagram2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 24px;
  left: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
}

@media print, screen and (min-width: 769px) {
  .VoiceModal .VoiceModal__close {
    height: 40px;
    top: -60px;
    width: 40px;
  }
  .VoiceModal .VoiceModal__close a {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .VoiceModal .VoiceModal__close a:hover {
    cursor: pointer;
    opacity: .7;
  }
  .VoiceModal .VoiceModal__close a img {
    height: 40px;
    width: 40px;
  }
  .VoiceModal .VoiceModal__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 45px;
  }
  .VoiceModal .VoiceModal__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 0px;
    margin-right: 5%;
    max-width: 343px;
  }
  .VoiceModal .VoiceModal__thumbLink {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .VoiceModal .VoiceModal__thumbLink:hover {
    opacity: .7;
  }
  .VoiceModal .VoiceModal__thumbLink img {
    width: 100%;
  }
  .VoiceModal .VoiceModal__name {
    font-size: 18px;
    line-height: 1.44444;
    margin-bottom: 13px;
  }
  .VoiceModal .VoiceModal__name a {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .VoiceModal .VoiceModal__name a:hover {
    opacity: .7;
  }
  .VoiceModal .VoiceModal__text {
    font-size: 14px;
    letter-spacing: -0.01em;
    line-height: 1.85714;
  }
  .VoiceModal .VoiceModal__btnLink {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 15px;
    font-weight: 600;
    height: 56px;
    margin: 0;
    -webkit-transition: 200ms;
    transition: 200ms;
    width: 264px;
  }
  .VoiceModal .VoiceModal__btnLink:hover {
    background-color: #00745d;
    color: #fff;
  }
  .VoiceModal .VoiceModal__btnLink span {
    font-size: 15px;
    padding-left: 45px;
  }
  .VoiceModal .VoiceModal__btnLink span:before {
    height: 35px;
    width: 35px;
  }
}
