@charset "UTF-8";
@font-face {
  src: local("Noto Sans CJK JP"), local("Noto Sans JP"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
}

/* # =================================================================
#	reset
# ================================================================= */
/*!
 * ress.css â€¢ v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
  /* iOS 8+ */
}

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

::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
     # ================================================================= */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* 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: inherit;
  /* 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;
  /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # 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;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[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 */
}

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 {
  border-style: none;
  background-color: transparent;
  color: inherit;
}

/* 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 {
  padding: 0;
  border-style: 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;
}

/* 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 {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* 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 */
}

/* # =================================================================
     # 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- */
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */

/* 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;
}

/* # =================================================================
#	ベース
# ================================================================= */
:root {
  --vh: 100vh;
  --sp_mv_vh: 100vh;
}

html {
  font-size: 2.66666vw;
}

body {
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #F5F2EB;
  color: #5F5A55;
  font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0;
  text-size-adjust: 100%;
  overflow-wrap: break-word;
}

a,
button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-transition: opacity .2s;
  color: #5F5A55;
  text-decoration: none;
  cursor: pointer;
  transition: opacity .2s;
  user-select: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

img:hover {
  opacity: 1 !important;
}

ul li,
ol li {
  list-style-type: none;
}

em,
i,
dfn {
  font-style: normal;
}

.c-headline {
  padding: .6rem 0 0 .8rem;
}

.c-headline img {
  height: 4.7rem;
}

/* # =================================================================
#	ヘッダー
# ================================================================= */
.header {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  background: #F7E9E6;
}

.header__bnr {
  line-height: 0;
  text-align: center;
}

.fixed-btn {
  -webkit-transition: opacity .3s, visibility .3s;
  visibility: hidden;
  z-index: 99;
  position: fixed;
  right: 0.7rem;
  bottom: 1.6rem;
  left: 0.7rem;
  max-width: 750px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity .3s, visibility .3s;
}

.fixed-btn.is-show {
  visibility: visible;
  opacity: 1;
}

/* # =================================================================
#	フッター
# ================================================================= */
.footer {
  padding: 4rem 0;
  background: #fff;
  text-align: center;
}

.footer__logo {
  width: 10rem;
  margin: 0 auto;
}

.footer__link a {
  -webkit-font-feature-settings: 'palt';
  color: #5F5A55;
  font-feature-settings: 'palt';
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.4;
}

.footer__copyright {
  -webkit-font-feature-settings: 'palt';
  margin: 4rem 0 0;
  color: #5F5A55;
  font-feature-settings: 'palt';
  font-size: 1.0rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

/* # =================================================================
#	メイン
# ================================================================= */
.main {
  overflow: hidden;
  background: #ffffff;
}

.inner {
  margin: 0 3rem;
}

/* # =================================================================
#	MV
# ================================================================= */
.mv {
  background: #ffffff;
}

.mv__headline {
  width: 35.7rem;
  margin: -4.5rem 12.5rem 0 .5rem;
  line-height: 0;
}

.mv__conts {
  margin: 1.6rem 0 0;
  padding: 0 0 2rem;
  background: url(../img/bg_mv_conts.png) no-repeat -1.7rem 3.13rem, -webkit-gradient(linear, left top, left bottom, from(rgba(252, 248, 240, 0)), color-stop(20%, rgba(252, 248, 240, 0)), color-stop(20%, #FCF8F0), to(#FCF8F0));
  background: url(../img/bg_mv_conts.png) no-repeat -1.7rem 3.13rem, linear-gradient(to bottom, rgba(252, 248, 240, 0) 0%, rgba(252, 248, 240, 0) 20%, #FCF8F0 20%, #FCF8F0 100%);
  background-size: 43.8rem auto;
}

.mv__conts-head {
  padding: 0 2rem 0 1.47rem;
}

.mv__conts-head img {
  width: 100%;
}

.mv__conts .element__lead {
  margin-top: 1rem;
  color: #E65943;
  font-size: 1.8rem;
}

.mv__conts .element__lead span {
  border-color: #E65943;
}

.mv__conts .element__lead strong {
  font-size: 2.5rem;
}

.mv__conts .element__note {
  margin: 2.3rem 2.4rem 0;
  letter-spacing: 0.01em;
  line-height: 1.4;
  text-align: left;
}

.mv__lead {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0 0;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: -0.1em;
}

.mv__lead span {
  margin: 0 1rem 0 0;
  line-height: 0;
}

.mv__lead span img {
  width: 6.7rem;
}


/* # =================================================================
#	商品情報_top
# ================================================================= */
.item_top {
  z-index: 1;
  position: relative;
  background: #FCF8F0;
}

.item--02 .item__inner {
  padding-top: 3.3rem;
}

.item--02 .item__headline {
  position: static;
  margin: 0 0 2.4rem;
  text-align: center;
}

.item--02 .item__headline img {
  height: 5.2rem;
}

.item--set {
  padding-bottom: 6.4rem;
}

.item--set .item__inner {
  padding: 3.3rem 1.6rem 3.2rem;
}

.item--set .item__headline {
  position: static;
  margin: 0 0 .9rem;
  text-align: center;
}

.item--set .item__headline img {
  height: 6.8rem;
}

.item--set .item__cta-btn {
  width: 31rem;
  margin: 0 auto;
}

.item__inner {
  position: relative;
  padding: 3.7rem 3.2rem 3.2rem 3.2rem;
  background: #EBDFCA;
}

.item__headline {
  z-index: 1;
  position: absolute;
  top: -1.7rem;
  right: 0;
  left: 0;
  margin: 0 3.5rem;
  text-align: center;
}

.item__img02 {
  margin: 3.2rem .5rem 0;
}

.item__txt {
  margin: 2.8rem 0 0;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

.item__cta {
  margin: 3.2rem 0 0;
}

.item__cta-btn {
  -webkit-animation: vertical 2s linear infinite;
  animation: vertical 2s linear infinite;
}

.item-bottom_top {
  background: #EBDFC9;
}

.item-bottom__note_top {
  padding: 3rem 0.5rem 0 0.5rem;
}

/* # =================================================================
#	開発ストーリー
# ================================================================= */
.story__head {
  position: relative;
  padding: 1.9rem 1.2rem 4.6rem;
  background: #CCB3A3;
}

.story__head::before {
  display: block;
  position: absolute;
  right: 0;
  bottom: -1.7rem;
  left: 0;
  width: .3rem;
  height: 3.3rem;
  margin: 0 auto;
  background: url(https://file.anduta.jp/cms/duo_lp03/img/bg_dot.svg) no-repeat center center;
  background-size: 100% 100%;
  content: "";
}

.story__headline {
  width: 32.6rem;
  margin: 0 auto 2.0rem;
  padding: 4.2rem 0 0;
  border-top: solid 2px #fff;
}

.story__head-image {
  -webkit-transform: translateX(-0.6rem);
  position: relative;
  width: 24rem;
  margin: 0 auto 2.6rem;
  transform: translateX(-0.6rem);
}

.story__head-image img {
  position: relative;
}

.story__head-image::before {
  display: block;
  position: absolute;
  top: 2.2rem;
  right: -4.9rem;
  width: 11.3rem;
  height: 11.3rem;
  background: url(https://file.anduta.jp/cms/duo_lp03/img/icon_story_head.svg) no-repeat center center;
  background-size: 100% 100%;
  content: "";
}

.story__head-text {
  text-align: center;
}

.story__head-text img {
  width: 30.8rem;
}

.story__body {
  padding: 5.5rem 0 6.1rem;
  background: #ffffff;
}

.story__title {
  margin: 0 0 2.4rem;
  text-align: center;
}

.story__title img {
  height: 4.5rem;
}

.story__body-text {
  padding: 0 2.5rem;
}

.story__body-image {
  margin: 4.7rem 2rem 1.2rem 0;
}

.story__body-caption {
  text-align: center;
}

.story__body-caption img {
  height: 1.1rem;
}

.story__body-caption + p {
  margin-top: 5rem;
}

.story__content:nth-child(2n) .story__body-image {
  margin: 4.7rem 0 1.2rem 2rem;
}

.story__content + .story__content {
  margin-top: 4.3rem;
}

/* # =================================================================
#	RESEARCH
# ================================================================= */
.research {
  background: #FFFCF7
;
}

.research__top {
  margin: 6.2rem 2.2rem 0;
}

.research__note {
  margin: 3.7rem 3.7rem 0 2.9rem;
}

.research--02 {
  padding: 5.1rem 0 2.7rem;
  background: #CCB3A3;
}

.research--02 .research__top {
  margin-top: 0;
}

.research--02 .research__note {
  margin-top: 4.5rem;
}

.research-data__list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 4.0rem 0 0;
}

.research-data__list li {
  width: 13.5rem;
  margin: 0 1.5rem;
}

.research-data__list li:nth-child(2) {
  width: 15.5rem;
}

.research-data__image {
  width: 13.2rem;
  margin: 0 auto 2.2rem;
}

.research-bottom {
  margin: 4.3rem 0 0;
}

.research-bottom__txt {
  position: relative;
  width: 28.7rem;
  margin: 0 auto -4.9rem;
}

/* # =================================================================
#	media
# ================================================================= */
.media {
  position: relative;
  padding: 3.7rem 0 2.7rem;
  overflow: hidden;
  background: #ffffff;
}

.media__headline {
  margin: 0 5.2rem 3.1rem 4.9rem;
}

.media__image {
  position: relative;
  margin: 0 0 0 .8rem;
  text-align: center;
}

.media::before {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  top: 28.5rem;
  left: 50%;
  width: 115.4rem;
  height: 115.4rem;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #EBDFCA;
  content: "";
}

/* # =================================================================
#	sns
# ================================================================= */
.sns {
  padding: 4.0rem 0 6.0rem;
}

.sns__headline {
  width: 21.1rem;
  margin: 0 auto 3.7rem;
}

.sns__slide {
  -webkit-box-shadow: 0.4rem 0.4rem 0px rgba(95, 90, 85, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 .4rem;
  padding: 1.3rem 1.5rem 2.6rem;
  background: #fff;
  box-shadow: 0.4rem 0.4rem 0px rgba(95, 90, 85, 0.3);
}

.sns__slide dt {
  margin: 0 0 1.1rem;
}

.sns__slide dt img {
  height: 2.4rem;
}

.sns__slide__txt {
  margin: 2rem .7rem 0 .8rem;
}

.swiper-button-next,
.swiper-button-prev {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: #EBDFCA;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: block;
  width: .8rem;
  height: 1.9rem;
  background: url(../img/icon_arrow.svg) no-repeat center center;
  background-size: 100% 100%;
  content: "";
}

.swiper-button-next::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* # =================================================================
#	1年間全額返金保証
# ================================================================= */
.warranty {
  position: relative;
  margin: 4.8rem 1.6rem 2.6rem;
  padding: 5.0rem 2.5rem 3.2rem;
  border: solid .1rem #C0AA98;
  border-radius: 1.0rem;
  background: #FFFCF7;
}

.warranty::before {
  display: block;
  position: absolute;
  top: -1.6rem;
  right: 0;
  left: 0;
  width: 21rem;
  height: 5.2rem;
  margin: 0 auto;
  background: url(https://file.anduta.jp/cms/duo_lp03/img/label_warranty.svg) no-repeat center center;
  background-size: 100% 100%;
  content: "";
}

.warranty__headline {
  margin: 0 0 2.0rem;
}

/* # =================================================================
#	商品情報CTA
# ================================================================= */
.item {
  z-index: 1;
  position: relative;
  padding: 0 0 3.2rem;
  background: #FCF8F0;
}

.item--02 .item__inner {
  padding-top: 3.3rem;
}

.item--02 .item__headline {
  position: static;
  margin: 0 0 2.4rem;
  text-align: center;
}

.item--02 .item__headline img {
  height: 5.2rem;
}

.item--set {
  padding-bottom: 6.4rem;
}

.item--set .item__inner {
  padding: 3.3rem 1.6rem 3.2rem;
}

.item--set .item__headline {
  position: static;
  margin: 0 0 .9rem;
  text-align: center;
}

.item--set .item__headline img {
  height: 6.8rem;
}

.item--set .item__cta-btn {
  width: 31rem;
  margin: 0 auto;
}

.item__inner {
  position: relative;
  padding: 3.7rem 3.2rem 3.2rem 3.2rem;
  background: #EBDFCA;
}

.item__headline {
  z-index: 1;
  position: absolute;
  top: -1.7rem;
  right: 0;
  left: 0;
  margin: 0 3.5rem;
  text-align: center;
}

.item__img02 {
  margin: 3.2rem .5rem 0;
}

.item__txt {
  margin: 2.8rem 0 0;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

.item__cta {
  margin: 3.2rem 0 0;
}

.item__cta-btn {
  -webkit-animation: vertical 2s linear infinite;
  animation: vertical 2s linear infinite;
}

.item-bottom__cta {
  text-align: center;
}

.item-bottom__cta p {
  margin: 0 0 1rem;
}

.item-bottom__cta p img {
  width: 17.2rem;
}

.item-bottom__cta-btn {
  display: inline-block;
}

.item-bottom__cta-btn a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  height: 3rem;
  margin: 0 auto;
  padding: 0 4.7rem 0 2.1rem;
  border-radius: 3rem;
  background: rgba(95, 90, 85, 0.7);
}

.item-bottom__cta-btn a img {
  height: 1.5rem;
}

.item-bottom__cta-btn a::before {
  -webkit-animation: vertical2 1s linear infinite;
  display: block;
  position: absolute;
  top: -.5rem;
  right: 2.05rem;
  bottom: 0;
  width: 1.7rem;
  height: .6rem;
  margin: auto;
  background: url(../img/icon_arrow_right.svg) no-repeat center center;
  background-size: 100% 100%;
  animation: vertical2 1s linear infinite;
  content: "";
}

.item-bottom__note {
  padding: 1.1rem 3.8rem 3.6rem 3.9rem;
}

.item__off {
  margin: .7rem 0 0;
  text-align: center;
}

.item__off img {
  height: 4.0rem;
}

.cta-term {
  background: #ffffff;
}

.cta-term__headline {
  position: relative;
  padding: 2.3rem;
  background: #FA8455;
}

.cta-term__headline::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -.9rem;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-width: 18px 9px 0 9px;
  border-style: solid;
  border-color: #FA8455 transparent transparent transparent;
  content: "";
}

.cta-term__reason {
  padding: 4.2rem 2.0rem 4.0rem;
}

.cta-mypage {
  padding: 2.4rem 2.5rem 2.9rem;
  background: #A3958B;
  text-align: center;
}

.cta-mypage2 {
  padding: 2.4rem 2.5rem 2.9rem;
  background: #A3958B;
  text-align: center;
  margin-bottom: 6rem
}

.cta-mypage__txt01 {
  margin: 0 0 1.3rem;
}

.cta-mypage__txt01 img {
  width: 27.2rem;
}

.cta-mypage__txt02 {
  margin: 0 0 1.7rem;
}

.cta-mypage__txt03 img {
  width: 24.8rem;
}

/* # =================================================================
#	CAUSE
# ================================================================= */
.cause {
  padding: 0 0 8.4rem;
  background: #F7EDE6;
}

.cause__title {
  width: 31.7rem;
  margin: 5.6rem auto 0;
}

.cause__video {
  width: 29.1rem;
  margin: 4.1rem auto 0;
  overflow: hidden;
  border-radius: 1rem;
}

.cause__video video {
  width: 100%;
}

.cause__txt {
  margin: 5.0rem 1.5rem 0;
}

.cause__image {
  margin: 3.9rem 0 0;
}

/* # =================================================================
#	Q&A
# ================================================================= */
.qa {
  padding: 0 0 6.4rem;
  background: #ffffff;
}

.qa__title {
  width: 28rem;
  margin: 3.5rem auto 0;
}

.qa__title::after {
  display: block;
  width: .8rem;
  height: 2.5rem;
  margin: 2.2rem auto 0;
  background: url(../img/icon_arrow_bottom.svg) no-repeat center center;
  background-size: 100% 100%;
  content: "";
}

.qa__list {
  margin: 5.7rem 1.6rem 0;
}

.qa__item {
  padding: .1rem;
  background: #5F5A55;
}

.qa__item + .qa__item {
  margin: 6.5rem 0 0;
}

.qa__item dl {
  position: relative;
  padding: 3.3rem 0 0;
  border-radius: 2rem;
  background: #ffffff;
}

.qa__item dl dt {
  position: absolute;
  top: -3.3rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
}

.qa__item dl dt img {
  height: 4.7rem;
}

.qa__ans-ttl {
  margin: 0 0 2.3rem;
  text-align: center;
}

.qa__ans-ttl img {
  height: 3.0rem;
}

.qa__txt {
  padding: 2.3rem 2.0rem 3.2rem;
}

/* # =================================================================
#	SAFETY
# ================================================================= */
.safety {
  padding: 0 0 6.4rem;
  background: #ffffff;
}

.safety__title {
  margin: 4.7rem 1rem 0 .9rem;
}

.safety__list {
  margin: 3rem 2.2rem 0;
}

.safety__list li {
  padding: 1.8rem 0 2.9rem;
  border: solid 1px #5F5A55;
  border-radius: 2rem;
  background: #EBDFCA;
  text-align: center;
}

.safety__list li + li {
  margin: .8rem 0 0;
}

.safety__list li:nth-child(1) img {
  width: 27.6rem;
}

.safety__list li:nth-child(2) img {
  width: 27.1rem;
}

.safety__list li:nth-child(3) img {
  width: 27.1rem;
}

.safety__list li:nth-child(4) img {
  width: 29.7rem;
}

.safety__text {
  margin: 3.1rem 0 0;
  text-align: center;
}

.safety__text img {
  width: 25.3rem;
}

.safety__text img + img {
  width: 30rem;
  margin-top: 2.5rem;
}

/* # =================================================================
#	MILK LOTION
# ================================================================= */
.prod-head {
  height: 62.1rem;
  background: url(https://file.anduta.jp/cms/duo_lp03/img/bg_prod_head.png) no-repeat center top;
  background-size: cover;
}

.prod-head__title {
  margin: 4.7rem 0 0;
}

.prod-body {
  margin: -1.2rem 0 0;
}

.prod-body__txt {
  text-align: center;
}

.prod-body__txt img {
  height: 6.2rem;
}

.point {
  margin: 7.2rem 0 0;
}

.point__col + .point__col {
  margin: 10rem 0 0;
}

.point__col.point5 {
  margin: -4.8rem 1.9rem 0;
}

.point__headline {
  text-align: center;
}

.point__headline span {
  position: relative;
}

.point__headline span::before {
  display: block;
  position: absolute;
  top: -2.7rem;
  left: -4.1rem;
  width: 9.5rem;
  height: 3.5rem;
  background: url(https://file.anduta.jp/cms/duo_lp03/img/deco_keyword.svg) no-repeat center center;
  background-size: 100% 100%;
  content: "";
}

.point__headline img {
  height: 4.3rem;
}

.point__list {
  margin: 4rem 2rem 0;
}

.point__list li img {
  height: 20rem;
}

.point__list li:nth-child(odd) {
  text-align: right;
}

.point__list li.point2 {
  margin-top: 4.4rem;
}

.point__list li.point2 img {
  height: 22.4rem;
}

.point__list li.point3 {
  margin-top: 2.8rem;
}

.point__list li.point4 img {
  height: 22.7rem;
}

.point-bottom {
  margin: 10rem 0 0;
}

.point-bottom .point__txt {
  position: relative;
  margin: 0 0 -1.4rem;
  text-align: center;
}

.point-bottom .point__txt img {
  height: 6.2rem;
}

/* # =================================================================
#	message
# ================================================================= */
.message {
  position: relative;
  margin: 11.7rem 2rem 2rem;
  padding: 12.4rem 0 4.8rem;
  border-radius: 2rem;
  background: #CCB3A3;
}

.message p {
  text-align: center;
}

.message p img {
  width: 29.1rem;
}

.message__head-image {
  position: absolute;
  top: -6.5rem;
  right: 0;
  left: 0;
  width: 13rem;
  margin: 0 auto;
}

.message__headline {
  margin: 0 0 4.4rem;
  text-align: center;
}

.message__headline img {
  height: 6.5rem;
}

.message__image {
  margin: 5.9rem 3.4rem 0 1.7rem;
}

/* # =================================================================
#	USER'S VOICE
# ================================================================= */
.voice {
  padding: 0 0 5.4rem;
}

.voice__headline {
  padding-left: 0;
  text-align: center;
}

.voice__title {
  width: 30.6rem;
  margin: 4.5rem auto 0;
}

.voice__slider {
  margin: 2.6rem 0 0;
}

.voice__slide img:nth-child(2) {
  margin: 2.3rem 0 0;
}

.voice .swiper-button-next, .voice .swiper-button-prev {
  top: 6.9rem;
  margin-top: 0;
  background: #fff;
}

/* # =================================================================
#	using
# ================================================================= */
.using {
  padding: 4.7rem 0 4.8rem;
  background: #FCF8F0;
}

.using__headline {
  width: 25.9rem;
  margin: 0 auto 3.5rem;
}

.using__text {
  margin: 2.9rem 1.8rem 0 1.9rem;
}

/* # =================================================================
#	PACKAGE
# ================================================================= */
.package {
  padding: 0 0 6.3rem;
  background: #F2E4DA;
}

.package__title {
  width: 27.9rem;
  margin: 4.7rem auto 0;
}

.package__image {
  margin: .4rem 1.6rem 0;
}

.package__txt {
  width: 30.2rem;
  margin: 2.1rem auto 0;
}

/* # =================================================================
#	セット
# ================================================================= */
.prod-set__headline {
  position: relative;
  padding: 1.6rem 0 1.4rem;
  background: #CCA585;
  text-align: center;
}

.prod-set__headline img {
  height: 7.0rem;
}

.prod-set__headline::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -.8rem;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-width: 1rem .5rem 0 .5rem;
  border-style: solid;
  border-color: #CCA585 transparent transparent transparent;
  content: "";
}

.prod-set__desc {
  padding: 3.3rem 2rem 4rem;
}

@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translate(0px, 0.4rem);
    transform: translate(0px, 0.4rem);
  }
  5% {
    -webkit-transform: translate(0px, -0.4rem);
    transform: translate(0px, -0.4rem);
  }
  10% {
    -webkit-transform: translate(0px, 0.4rem);
    transform: translate(0px, 0.4rem);
  }
  15% {
    -webkit-transform: translate(0px, -0.4rem);
    transform: translate(0px, -0.4rem);
  }
  20% {
    -webkit-transform: translate(0px, 0.4rem);
    transform: translate(0px, 0.4rem);
  }
  25% {
    -webkit-transform: translate(0px, -0.4rem);
    transform: translate(0px, -0.4rem);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes vertical {
  0% {
    -webkit-transform: translate(0px, 0.4rem);
    transform: translate(0px, 0.4rem);
  }
  5% {
    -webkit-transform: translate(0px, -0.4rem);
    transform: translate(0px, -0.4rem);
  }
  10% {
    -webkit-transform: translate(0px, 0.4rem);
    transform: translate(0px, 0.4rem);
  }
  15% {
    -webkit-transform: translate(0px, -0.4rem);
    transform: translate(0px, -0.4rem);
  }
  20% {
    -webkit-transform: translate(0px, 0.4rem);
    transform: translate(0px, 0.4rem);
  }
  25% {
    -webkit-transform: translate(0px, -0.4rem);
    transform: translate(0px, -0.4rem);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@-webkit-keyframes vertical2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(-0.25rem, 0);
    transform: translate(-0.25rem, 0);
  }
  75% {
    -webkit-transform: translate(0.25rem, 0);
    transform: translate(0.25rem, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes vertical2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(-0.25rem, 0);
    transform: translate(-0.25rem, 0);
  }
  75% {
    -webkit-transform: translate(0.25rem, 0);
    transform: translate(0.25rem, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media screen {
  [hidden~='screen'] {
    display: inherit;
  }
  [hidden~='screen']:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

@media only screen and (min-width: 768px) {
  html {
    font-size: 125%;
  }
  a:hover,
  button:hover {
    opacity: .8;
  }
  .main {
    max-width: 750px;
    margin: 0 auto;
  }
}






/* # =================================================================
#	item-top2
# ================================================================= */

.item-top2 {

}
.item-top2__box {
  position: relative;
}

.item-top2__cta {
  text-align: center;
  animation-name: hvr-pop;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  width: 110%;
  position: absolute;
  right: 7%;
  width: 86%;
  top: 57%;
}

.item-top2__cta--bottom {
  top: auto;
  bottom: 7%;
}
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@keyframes hvr-pop {
	10% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
	}
	30% {
    -webkit-transform: scale(1);
    transform: scale(1);
	}
  40% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
	50% {
    -webkit-transform: scale(1);
    transform: scale(1);
	}
	100% {
    -webkit-transform: scale(1);
    transform: scale(1);
	}
}



/* # =================================================================
#	item-top3
# ================================================================= */

.item-top3 {

}
.item-top3__box {
  position: relative;
}

.item-top3__cta {
  text-align: center;
  animation-name: hvr-pop;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  width: 110%;
  position: absolute;
  right: 7%;
  width: 86%;
  top: 83.5%;
}

.item-top3__cta--bottom {
  top: auto;
  bottom: 7%;
}
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@keyframes hvr-pop {
	10% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
	}
	30% {
    -webkit-transform: scale(1);
    transform: scale(1);
	}
  40% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
	50% {
    -webkit-transform: scale(1);
    transform: scale(1);
	}
	100% {
    -webkit-transform: scale(1);
    transform: scale(1);
	}
}


/* # =================================================================
#	voice02
# ================================================================= */

.voice02 {
  padding: 6.5rem 2.5rem 5.8rem;
  background-color: #FCF8F0;
  background-image: url(../img/voice02-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  position: relative;
}

.voice02__title {
  width: 24rem;
  margin: 0 auto 1rem;
}

.voice02-slider button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.voice02-slider button:focus {
  outline: none;
}

.voice02-slider button.arrow_name {
  top: 15rem;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.5rem;
  padding-top: 3.5rem;
  cursor: pointer;
  z-index: 5;
}

.voice02-slider .prev_arrow {
  background-image: url(../img/voice02-arrow01.png);
  left: -1.5rem;
}
.voice02-slider .next_arrow {
  background-image: url(../img/voice02-arrow02.png);
  right: -1.5rem;
}


/* # =================================================================
#	sns02
# ================================================================= */

.sns02__inner {
    padding: 4rem 2.5rem 6rem;
    background-color: #F0F9FA;
  }
  
  .sns02__title {
    width: 28rem;
    margin: 0 auto 3.7rem;
  }
  
  .sns02-slider button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
  }
  
  .sns02-slider button:focus {
    outline: none;
  }
  
  .sns02-slider button.arrow_name {
    top: 11.5rem;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 3.5rem;
    padding-top: 3.5rem;
    cursor: pointer;
    z-index: 5;
  }
  
  .sns02-slider .prev_arrow {
    background-image: url(https://file.anduta.jp/cms/230130/img/sns02-arrow01.png);
    left: -1.5rem;
  }
  .sns02-slider .next_arrow {
    background-image: url(	https://file.anduta.jp/cms/230130/img/sns02-arrow02.png);
    right: -1.5rem;
  }
  
  .sns02-slider .dots_name {
    display: flex;
    justify-content: center;
    margin-top: 1.7rem;
  }
  
  .sns02-slider .dots_name li {
    width: 1.2rem;
    height: 10px;
    background-color: #fff;
  }
  .sns02-slider .dots_name li:first-child {
    border-radius: 10px 0  0 10px;
  }
  .sns02-slider .dots_name li:last-child {
    border-radius: 0 10px  10px 0;
  }
  .sns02-slider .dots_name li.slick-active {
    background-color: #68CAD9;
  }
  .sns02-slider .dots_name li:last-child {
    margin-right: 0;
  }
  
  .sns02-slider .dots_name button  {
    display: none;
  }
  
  .sns02-slider__item {
    margin: 0 0.3rem 0.4rem;
    box-shadow: 0.2rem 0.2rem 0px rgb(95 90 85 / 30%);
  }
  
  .sns02-slider__text img {
    padding: 1rem;
    background-color: #fff;
  }
  
  
  
  .cta-term__image img {
    background-color: #FAF0E1;
  }