* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "A1 Gothic R", sans-serif;
  font-feature-settings: "pkna" 1;
  position: relative;
  line-height: 1;
  letter-spacing: 0;
  color: #1a1a1a;
  background-image: url("../img/pc_lotion_bk.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  overflow-y: scroll;
}
img {
  vertical-align: bottom;
  border: none;
}
a {
  color: #1a1a1a;
  text-decoration: none;
}
ul {
  list-style-type: none;
}
sup {
    font-size: 10px;
    position: relative;
    top: 0;
    margin-right: 4px;
}
input[type="text"], select, txtarea {
    -webkit-appearance: none;
    appearance: none;
}
input[type="submit"], input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
.a1gm {
  font-family: "A1 Gothic M", sans-serif;
}
.avant {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  letter-spacing: .1em;
}
.sec__head {
  font-size: 32px;
  text-align: center;
}
.sub__head {
  width: 317px;
  display: flex;
  align-items: center;
  font-family: "Avant", sans-serif;
  font-size: 16px;
  margin-left: 80px;
  clear: both;
}
.sub__head::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #8b8c8f;
  display: block;
  margin-left: 10px;
}


br.br--sp {
  display: none;
}
br.br--tb {
  display: none;
}
br.br--pc {
  display: block;
}
.sp_only {
  display: none;
}
.tb_only {
  display: none;
}
.pc_only {
  display: block;
}
@media (max-width: 1000px) {
  br.br--pc {
    display: none;
  }
  br.br--tb {
    display: block;
  }
  .sub__head {
    margin-left: 48px;
  }
  .pc_only {
    display: none;
  }
  .tb_only {
    display: block;
  }
}
@media (max-width: 640px) {
  br.br--sp {
    display: block;
  }
  .tb_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}





/*fv*/
.fv {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-image: url(../img/fv_bk.png);
  background-size: 2000px 2000px;
  background-position: top center;
}
.fv__bk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bk-water.png);
  background-size: 2000px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.fv__water {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/fv_water.png);
  background-size: 2000px 2000px;
  background-position: center center;
  background-repeat: no-repeat;
}
.fv__drop {
  position: absolute;
  top: calc(50% - 231px);
  left: calc(50% - 191px);
  width: 383px;
  height: 462px;
  background-image: url(../img/fv_drop.png);
  background-size: 100% auto;
}
.fv__logo {
  position: absolute;
  top: 40px;
  left: calc(50% - 102px);
  width: 204px;
  height: 20px;
  background-image: url(../img/series_logo.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.fv__txt {
  position: absolute;
  top: calc(50% - 65px);
  left: calc(50% - 419px);
  width: 838px;
  height: 131px;
  opacity: 0;
  animation: fadeIn 0s ease forwards 0s;
}
.fv__txt01 {
  position: absolute;
  top: 2;
  left: 0;
  width: 121px;
  height: 127px;
  background-image: url(../img/fv_txt_m.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.fv__txt02 {
  position: absolute;
  top: 0;
  left: 210px;
  width: 131px;
  height: 131px;
  background-image: url(../img/fv_txt_o.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.fv__txt03 {
  position: absolute;
  top: 5px;
  left: 440px;
  width: 15px;
  height: 124px;
  background-image: url(../img/fv_txt_i.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.fv__txt04 {
  position: absolute;
  top: 0px;
  left: 567px;
  width: 75px;
  height: 131px;
  background-image: url(../img/fv_txt_s.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.fv__txt05 {
  position: absolute;
  top: 1px;
  left: 727px;
  width: 69px;
  height: 127px;
  background-image: url(../img/fv_txt_t.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.fv__contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.fv__contentsLeft {
  flex-basis: calc((100% - 195px) / 2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.fv__copy {
  display: none;
}
.fv__copyLogo {
  width: 352px;
  margin-bottom: 30px;
}
.fv__copyLogo img {
  width: 100%;
}
.fv__copyVh {
  display: none;
}
.fv__copyTxt {
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
}
.fv__pkg {
  position: absolute;
  top: calc(50% - 263px);
  left: calc(50% - 97px);
  width: 195px;
  height: 526px;
  background-image: url(../img/fv_pkg.png);
  background-size: 100% auto;
}
.fv__pkgArea {
  flex-basis: 195px;
  width: 195px;
}
.fv__contentsRight {
  flex-basis: calc((100% - 195px) / 2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.fv__info {
  display: none;
  margin-bottom: 6px;
}
.fv__infoTxt {
  margin-bottom: 42px;
}
.fv__infoTxt p {
  line-height: 2;
  margin-bottom: 16px;
}
.fv__infoTxt p:last-child {
  margin-bottom: 0;
}
.fv__infoTxt p.annotation {
  font-size: 10px;
}
.fv__infoName {
  font-size: 24px;
  margin-bottom: 16px;
}
.fv__infoContent {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 44px;
}
.fv__infoCapacity {
  font-size: 18px;
  margin-right: 12px;
}
.fv__infoPrice {
  font-size: 18px;
}
.fv__infoShop {
  position: relative;
  width: 148px;
  height: 36px;
  display: flex;
  align-items: center;
  border: 2px solid #1a1a1a;
  padding-left: 10px;
  cursor: pointer;
  letter-spacing: 0;
}
.fv__infoShop::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 21px;
  width: 6px;
  height: 44px;
  background-image: url(../img/fv-arrow.png);
  background-size: 100% auto;
}
.fv__infoShop img {
  width: 86px;
  height: auto;
}
.fv__scroll {
  position: absolute;
  width: 10px;
  height: 156px;
  right: 32px;
  bottom: 0;
  background-image: url(../img/fv__scroll.png);
  background-size: 100% auto;
}
.fv--after .fv__bk,
.fv--after .fv__water {
  display: none;
}
.fv--after .fv__drop {
  display: none;
}
.fv--after .fv__txt {
  display: none;
}
.fv--after .fv__pkg {
  transform: rotate(0);
}
.fv--after .fv__copy {
  display: block;
  margin-bottom: 48px;
  padding-left: 40px;
}
.fv--after .fv__info {
  display: block;
  padding-right: 8px;
}
@media (max-width: 1000px) {
  .fv {
    background-image: url(../img/fv_bk_tb.png);
    background-size: 1000px auto;
  }
  .fv--after {
    height: auto!important;
  }
  .fv__water {
    background-image: url(../img/fv_water_tb.png);
    background-size: 1000px auto;
  }

  .fv__txt {
    top: calc(50% - 59px);
    left: calc(50% - 323px);
    width: 646px;
    height: 118px;
  }
  .fv__txt01 {
    top: 2px;
    left: 0;
    width: 109px;
    height: 114px;
  }
  .fv__txt02 {
    top: 0;
    left: 171px;
    width: 118px;
    height: 118px;
  }
  .fv__txt03 {
    top: 5px;
    left: 360px;
    width: 13px;
    height: 111px;
  }
  .fv__txt04 {
    top: 0px;
    left: 456px;
    width: 68px;
    height: 118px;
  }
  .fv__txt05 {
    top: 2px;
    left: 582px;
    width: 62px;
    height: 114px;
  }
  .fv__pkg {
    top: calc(50% - calc(var(--vh, 1vh) * 100 * 0.4785 / 2));
    left: calc(50% - calc( calc(var(--vh, 1vh) * 100 * 0.4785 ) / 5.4 ));
    height: calc(var(--vh, 1vh) * 100 * 0.4785 );
    width: calc( calc(var(--vh, 1vh) * 100 * 0.4785 ) / 2.7 );
  }

  .fv__pkgArea {
    display: none;
  }

  .fv__scroll {
    right: 47px;
  }
  .fv__contents {
    flex-wrap: wrap;
    justify-content: center;
  }
  .fv__contentsLeft {
    margin-bottom: calc(var(--vh, 1vh) * 100 * 0.546875 );
  }
  .fv__copy {
    display: none;
  }
  .fv__copyVh {
    display: block;
  }
  .fv__copyVh img {
    height: calc(var(--vh, 1vh) * 100 * 0.122 );
    width: auto;
  }
  .fv__copyTxt br {
    display: none;
  }
  .fv__copyLogo {
    margin: 0 auto 30px;
  }
  .fv__contentsRight {
    flex-basis: 100%;
    padding: 0 96px;
  }
  .fv--after .fv__info {
    width: 100%;
  }
  .fv__infoTxt p br {
    display: none;
  }
  .fv__infoName {
    text-align: center;
  }
  .fv__infoContent {
    justify-content: center;
  }
  .fv__infoShop {
    width: 100%;
    padding-left: 0;
    justify-content: center;
  }
  .fv--after .fv__scroll {
    display: none!important;
  }
  .fv--after .fv__contents {
    position: static;
    display: block;
    padding: calc(var(--vh, 1vh) * 100 * 0.117 ) 0;
  }
  .fv--after .fv__copy {
    display: none;
  }
  .fv--after .fv__pkg {
  }
}
@media (max-width: 640px) {
  .fv {
    background-image: url(../img/fv_bk_sp.png);
    background-size: 640px auto;
  }
  .fv__water {
    background-image: url(../img/fv_water_sp.png);
    background-size: 640px auto;
  }
  .fv__logo {
    top: 24px;
    left: calc(50% - 83px);
    width: 167px;
    height: 16px;
  }
  .fv__txt {
    top: calc(50% - 30px);
    left: calc(50% - 163px);
    width: 327px;
    height: 59px;
  }
  .fv__txt01 {
    top: 1;
    left: 0;
    width: 54px;
    height: 57px;
  }
  .fv__txt02 {
    top: 0px;
    left: 85px;
    width: 59px;
    height: 59px;
  }
  .fv__txt03 {
    top: 2px;
    left: 180px;
    width: 7px;
    height: 55px;
  }
  .fv__txt04 {
    top: 0;
    left: 228px;
    width: 34px;
    height: 59px;
  }
  .fv__txt05 {
    top: 1px;
    left: 291px;
    width: 31px;
    height: 57px;
  }
  .fv__drop {
    top: calc(50% - 136px);
    left: calc(50% - 113px);
    width: 226px;
    height: 272px;
  }
  .fv__pkg {
    top: calc(50% - calc(var(--vh, 1vh) * 100 * 0.45 / 2));
    left: calc(50% - calc( calc(var(--vh, 1vh) * 100 * 0.48 ) / 5.4 ));
    height: calc(var(--vh, 1vh) * 100 * 0.45 );
    width: calc( calc(var(--vh, 1vh) * 100 * 0.45 ) / 2.7 );
  }
  .fv__scroll {
    position: absolute;
    width: 8px;
    height: 112px;
    right: 24px;
    bottom: 0;
    background-image: url(../img/fv_scroll_sp.png);
    background-size: 100% auto;
  }
  .fv__copyLogo {
    /*width: 200px;
    margin: 0 auto 12px;*/
    width: 236px;
    margin: 0 auto 16px;*/
  }
  .fv__copyVh {
    padding-top: calc(var(--vh, 1vh) * 100 * 0.0625 );
    height: calc(var(--vh, 1vh) * 100 * 0.275 );
  }
  .fv__copyVh img {
    height: calc(var(--vh, 1vh) * 100 * 0.17875 );
  }

  .fv__copyTxt {
    text-align: center;
    /*font-size: 20px;*/
    font-size: 26px;
  }
  .fv__copyTxt br {
    display: block;
  }
  .fv__contentsLeft {
    margin-bottom: calc(var(--vh, 1vh) * 100 * 0.5 );
  }
  .fv__contentsRight {
    padding: 0 24px;
  }
  .fv__infoTxt p {
    font-size: 14px;
    line-height: 1.7;
  }
  .fv--after .fv__contents {
    padding: 0 0 80px;

  }
  .fv--after .fv__info {
    /*padding-right: 0;*/
    /*padding-right: 17px;*/
    padding-right: 0;
    padding-top: 0;
  }
  .fv--after .fv__pkg {
  }
  .fv__infoTxt p.annotation {
    letter-spacing: -0.1333em;
  }
  .fv__infoName {
    text-align: left;
    font-size: 22px;
    margin-bottom: 14px;
  }
  .fv__infoContent {
    justify-content: flex-start;
  }
  .fv__infoTxt {
    margin-bottom: 45px;
  }
  .fv__infoCapacity {
    font-size: 16px;
    margin-right: 16px;
  }
  .fv__infoPrice {
    font-size: 16px;
  }
}



.container {
  overflow: hidden;
}

.feature {
  padding-top: 153px;
  margin-bottom: 160px;
}
.feature .sec__head {
  margin-bottom: 80px;
}
.feature__wrap {
  display: flex;
}
.feature01 {
  padding-left: 80px;
  margin-bottom: 126px;
}
.feature02 {
  padding-right: 80px;
  justify-content: flex-start;
}
.block--feature {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-basis: 100%;
  max-width: 100%;
}
.feature01 .block--feature {
  background-color: rgba(30,30,31,.39);
}
.feature02 .block--feature {
  background-image: url(../img/clear_feature02_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  flex-direction: row-reverse;
}
.block--feature .block__head {
  position: absolute;
  z-index: 2;
}
.feature01 .block__head {
  left: 64px;
  top: -38px;
  width: 220px;
  height: 77px;
}
.feature01 .block__head img {
  width: 100%;
  height: auto;
}
.feature02 .block__head {
  right: 64px;
  top: -40px;
  width: 638px;
  height: 81px;
}
.feature02 .block__head img {
  width: 100%;
  height: auto;
}
.block--feature .block__pic {
  position: relative;
}
.feature01 .block__pic {
  padding: 32px 32px 32px 0;
  flex-basis: 46.656%;
}
.feature02 .block__pic {
  padding: 32px 0 32px 32px;
  flex-basis: 46.656%;
}
.feature01 .block__picInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  background-image: url(../img/clear_feature01_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 52px 20px 0 20px;
  height: 557px;
}
.feature02 .block__picInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  background-image: url(../img/clear_feature02.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 557px;
}

.feature01 .block__picMain {
  flex-basis: 100%;
  text-align: center;
}
.feature01 .block__picMain img {
  width: 324px;
}
.feature02 .block__pic {
  flex-basis: 46.657%;
}
.block--feature .block__picText {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  letter-spacing: -.025em;
  padding-bottom: 24px;
}
.block--feature .block__picText .annotation {
  -webkit-transform:scale(0.666);
  -moz-transform:scale(0.666);
  -ms-transform:scale(0.666);
  -o-transform:scale(0.666);
  transform:scale(0.666);
  transform-origin: top left;
  margin-top: 4px;
}
.txtarea--feature {
  flex-basis: 53.343%;
  display: flex;
  justify-content: space-between;
}
.feature01 .txtarea__space01 {
  flex-basis: calc((100% - 510px) * .508);
}
.feature01 .txtarea__space02 {
  flex-basis: calc((100% - 510px) * .492);
}
.feature02 .txtarea__space01 {
  flex-basis: calc((100% - 520px) * .4458);
}
.feature02 .txtarea__space02 {
  flex-basis: calc((100% - 520px) * .5542);
}
.txtarea--feature .txtarea__inner {
  display: flex;
}
.feature01 .txtarea__inner {
  flex-basis: 510px;
  color: #fff;
  padding-bottom: 30px;
}
.feature02 .txtarea__inner {
  flex-basis: 520px;
}
.txtarea--feature .txtarea__head {
  flex-basis: 100px;
  margin-right: 20px;
}
.txtarea--feature .txtarea__head.aos-animate {
  animation: blinkImage 1s ease forwards 1.2s 2;
}
.txtarea--feature .txtarea__head img {
  width: 100%;
}

.txtarea--feature .txtarea__content {
  flex-basis: calc(100% - 120px);
  padding-top: 30px;
}
.feature01 .txtarea__content {
  padding-top: 49px;
}
.feature02 .txtarea__content {
  padding-top: 12px;
}
.feature02 .txtarea__content .annotation {
  font-size: 10px;
}
.txtarea--feature .txtarea__title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.666;
  margin-bottom: 0;
  letter-spacing: .09em;
}
.txtarea--feature .txtarea__main {
  padding-top: 24px;
}
.txtarea--feature .txtarea__main p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 16px;
}
.txtarea--feature .txtarea__main p:last-child {
  margin-bottom: 0;
}
.feature02 .txtarea--feature .txtarea__main p {
  line-height: 2;
}
@media (max-width: 1000px) {
  .feature01 {
    padding-left: 0;
  }
  .feature02 {
    padding-right: 0;
  }
  .block--feature {
    flex-wrap: wrap;
    flex-direction: row!important;
    padding: 78px 0 96px;
  }
  .feature02 .block--feature {
    padding: 79px 0 98px;
  }
  .txtarea--feature {
    flex-basis: 100%;
    margin-bottom: 53px;
  }
  .feature02 .txtarea--feature {
    margin-bottom: 55px;
  }
  .feature01 .block__head {
    width: 202px;
    height: 72px;
    top: -35px;
    left: 48px;
  }
  .feature02 .block__head {
    width: 612px;
    height: 75px;
    top: -34px;
    left: 48px;
  }
  .block--feature .block__head img {
    width: 100%;
  }
  .txtarea--feature .txtarea__title {
    margin-bottom: 40px;
  }
  .txtarea--feature .txtarea__space {
    display: none!important;
  }
  .txtarea--feature .txtarea__inner {
    flex-basis: 100%;
    padding: 0 48px;
  }
  .txtarea--feature .txtarea__main {
    margin-left: -120px;
  }
  .feature02 .txtarea--feature .txtarea__main {
    padding-top: 2px;
  }
  .txtarea--feature .txtarea__main br {
    display: none;
  }
  .feature01 .block__pic {
    flex-basis: 100%;
    padding: 0 48px;
  }
  .feature02 .block__pic {
    flex-basis: 100%;
    padding: 0 0 0 48px;
  }
  .feature01 .block__picInner {
    height: auto;
    padding: 50px 48px;
    align-items: center;
    flex-wrap: nowrap;
  }
  .feature02 .block__picInner {
    background-image: url(../img/clear_feature02_tb.png);
    height: auto;
    padding-top: 58.888%;
  }
  .feature01 .block__picMain {
    flex-basis: 266px;
    margin-right: 48px;
  }
  .feature01 .block__picMain img {
    width: 100%;
  }
  .block--feature .block__picText {
    flex-basis: calc(100% - 314px);
    font-size: 14px;
    padding-bottom: 0;
  }
  .block--feature .block__picText br {
    display: none;
  }
  .feature02 .txtarea__content {
    padding-top: 26px;
  }
  .feature02 .txtarea--feature .txtarea__main p {
    line-height: 1.7;
    margin-bottom: 3px;
  }
}
@media (max-width: 640px) {
  .feature {
    padding-top: 72px;
    margin-bottom: 80px;
  }
  .feature .sec__head {
    margin-bottom: 57px;
  }
  .feature01 {
    margin-bottom: 85px;
  }
  .feature01 .block__head {
    width: 126px;
    height: 42px;
    top: -18px;
    left: calc(50% - 63px);
  }
  .feature02 .block__head {
    width: 194px;
    height: 105px;
    top: -21px;
    left: calc(50% - 104px);
  }
  .block--feature {
    padding: 64px 0;
  }
  .feature02 .block--feature {
    padding: 123px 0 64px;
  }
  .txtarea--feature {
    margin-bottom: 32px;
  }
  .feature02 .txtarea--feature {
    margin-bottom: 30px;
  }
  .txtarea--feature .txtarea__title {
    margin-bottom: 25px;
  }
  .feature02 .txtarea__title {
    line-height: 1.5;
    letter-spacing: -.1em;
  }
  .txtarea--feature .txtarea__inner {
    padding: 0 24px;
  }
  .txtarea--feature .txtarea__head {
    flex-basis: 72px;
    margin-right: 16px;
  }
  .txtarea--feature .txtarea__content {
    flex-basis: calc(100% - 88px);
    padding-top: 32px;
  }
  .feature02 .txtarea__content {
    padding-top: 12px;
  }
  .txtarea--feature .txtarea__main {
    margin-left: -88px;
  }
  .txtarea--feature .txtarea__main p {
    font-size: 14px;
  }
  .feature01 .txtarea__main p {
    letter-spacing: -.028em;
  }
  .feature01 .block__pic {
    padding: 0 24px;
  }
  .feature02 .block__pic {
    padding: 0 0 0 112px;
  }
  .feature01 .block__picInner {
    padding: 34px 24px 24px;
    flex-wrap: wrap;
  }
  .feature02 .block__picInner {
    background-image: url(../img/clear_feature02_sp.png);
    padding-top: 145.868%;
  }
  .feature01 .block__picMain {
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .block--feature .block__picText {
    flex-basis: 100%;
  }

}

/*belt*/
.belt {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.belt__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.belt__content {
  color: #fff;
  text-align: center;
}
.belt--top {
  height: 296px;
  background-image: url(../img/clear_belt01.jpg);
}
.belt--bottom {
  height: 215px;
  background-image: url(../img/clear_belt02.png);
}
.belt--bottom .belt__inner {
  align-items: center;
}
.belt--top .belt__inner {
}
.belt--top .belt__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 341px;
  height: 296px;
}
.belt--top .belt__pic img {
  width: 100%;
}
.belt--top .belt__head {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 30px;
  margin-bottom: 38px;
}
.belt--top .belt__head img {
  width: 521px;
  height: auto;
}
.belt--top .belt__text {
  line-height: 1.8;
}
.belt--top .belt__line {
  position: absolute;
  top: 238px;
  left: 50%;
  width: 1px;
  background-color: #fff;
}
.belt--top .belt__line.animate{
  animation: beltLineTop 1s ease forwards;
}
.belt--bottom .belt__head {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 32px;
  letter-spacing: .25em;
}
.belt--bottom .belt__head img {
  width: 247px;
  height: auto;
}
@media (max-width: 1000px) {
  .belt__content {
    text-align: left;
    padding-left: 48px;
  }
  .belt--top .belt__inner {
    justify-content: flex-start;
  }
  .belt--top .belt__pic {
    width: 308px;
    right: 0;
    left: auto;
  }
  .belt--top .belt__line {
    left: 48px;
  }
  .belt--bottom .belt__content {
    padding-left: 0;
  }
}
@media (max-width: 640px) {
  .belt__content {
    padding-left: 24px;
  }
  .belt--top {
    height: 290px;
  }
  .belt--top .belt__head img{
    width: 226px;
    height: auto;
  }
  .belt--top .belt__pic {
    width: 177px;
    height: 290px;
    right: 0;
  }
  .belt--top .belt__inner {
  }
  .belt--top .belt__text {
    font-size: 14px;
  }
  .belt--top .belt__line {
    left: 24px;
  }
  .belt--bottom {
    height: 150px;
  }
  .belt--bottom .belt__head img {
    width: 219px;
  }
}
/*essential*/
.essential {
  position: relative;
  padding: 95px 0 160px;
}
.essential__line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  background-color: #c8c6c7;
}
.essential__line.animate {
  animation: essentialLineBottom 2.758s ease forwards 1s;
}
.essential__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 80px
}
.block--essential {
  flex-basis: calc((100% - 96px) / 2);
}
.block--essential01 {
}
.block--essential02 {
  margin-top: 95px;
}
.block--essential03 {
  margin-top: -44px;
}
.block--essential04 {
  margin-top: 51px;
}
.block--essential .block__head {
  font-size: 12px;
  margin-bottom: 19px;
}
.block--essential .block__head img {
  width: 149px;
  height: auto;
}
.block--essential .block__content {
  background-image: url(../img/clear_essential_bg.png);
  background-size: cover;
  position: relative;
  height: 370px;
  display: flex;
  align-items: center;
}
.block--essential01 .block__content {

}
.block--essential02 .block__content {
  flex-direction: row-reverse;
}
.block--essential03 .block__content {

}
.block--essential04 .block__content {
  flex-direction: row-reverse;
}
.block--essential .block__pic {
  display: flex;
  flex-basis: 23.0215%;
  overflow-y: hidden;
}
.block--essential .block__pic img {
  width: 100%;
  height: auto;
}
.txtarea--essential {
  flex-basis: 76.9785%;
  display: flex;
  justify-content: center;
}
.txtarea--essential .txtarea__inner {
  flex-basis: 300px;
}

@media (min-width: 1366px) {
  .block--essential .block__pic {
    flex-basis: 128px;
  }
  .txtarea--essential {
    flex-basis: calc(100% - 128px);
  }
}
.block--essential:nth-child(even) .txtarea-essential {
  padding-left: 220px;
}
.txtarea--essential .txtarea__head {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 14px;
  letter-spacing: -.05em;
}
.txtarea--essential .txtarea__main {

  font-size: 16px;
  line-height: 1.7;
}
.txtarea--essential .txtarea__main .annotation {
  font-size: 10px;
  line-height: 1.4;
  margin-top: 4px;
}
@media (max-width: 1000px) {
  .essential {
    padding: 98px 0 160px;
  }
  .essential__line {
    left: 48px;
  }
  .essential__wrap {
    padding: 0 48px 0 96px;
  }
  .block--essential {
    flex-basis: 100%;
  }
  .block--essential02,
  .block--essential03,
  .block--essential04 {
    margin-top: 51px;
  }
  .block--essential .block__content {
    flex-direction: row-reverse!important;
    height: 332px;
  }
  .block--essential .block__pic {
    flex-basis: 137px;
    margin-right: 63px;
  }
  .block--essential01 .block__pic img,
  .block--essential03 .block__pic img {
    transform: scale(-1, 1);
  }
  .txtarea--essential {
    flex-basis: calc(100% - 199px);
    justify-content: flex-start;
  }
  .txtarea--essential .txtarea__inner {
    width: 375px;
    flex-basis: 375px;
  }
  .txtarea--essential .txtarea__main {
    letter-spacing: -.03em;
  }
}
@media (max-width: 640px) {
  .essential {
    padding: 54px 0 80px;
  }
  .essential__line {
    left: 24px;
  }
  .essential__line.animate {
    animation: essentialLineBottomSp 6s ease forwards 1s;
  }
  .essential__wrap {
    padding: 0 24px 0 48px;
  }
  .block--essential02 {
    margin-top: 30px;
  }
  .block--essential03 {
    margin-top: 35px;
  }
  .block--essential04 {
    margin-top:27px;
  }
  .block--essential .block__head img {
    width: 92px;
  }
  .block--essential .block__content {
    flex-wrap: wrap;
    padding: 30px 24px 0;
    height: auto;
  }
  .txtarea--essential {
    flex-basis: 100%;
    margin-bottom: 30px;
  }
  .txtarea--essential .txtarea__inner {
    width: 100%;
  }
  .list--essential {
    margin-bottom: 20px;
  }
  .list--essential .list__item {
    margin-bottom: 8px;
  }
  .list--essential .list__item:last-child {
    margin-bottom: 0;
  }
  .txtarea--essential .txtarea__head {
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .txtarea--essential .txtarea__main {
    font-size: 14px;
    line-height: 1.666;
    letter-spacing: -.05em;
  }
  .txtarea--essential .txtarea__main .annotation {
    letter-spacing: -.1em;
  }
  .block--essential .block__pic {
    margin-right: 0;
    flex-basis: 100%;
    justify-content: center;
  }
  .block--essential01 .block__pic img {
    width: 199px;
    height: 110px;
  }
  .block--essential02 .block__pic img {
    width: 237px;
    height: 127px;
  }
  .block--essential03 .block__pic img {
    width: 232px;
    height: 147px;
  }
  .block--essential04 .block__pic img {
    width: 255px;
    height: 159px;
  }
  .block--essential04 .txtarea--essential {
    margin-bottom: 0;
  }
}

/*list*/
.list--essential {
  margin-bottom: 26px;
}
.list--essential .list__item {
  display: inline-block;
  margin-right: 8px;
}
.list--essential .list__item img {
  width: auto;
  height: 28px;
}
.list--essential .list__item:last-child {
  margin-right: 0;
}
.list--essential .list__item--black {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

/*point*/
.point {
  padding: 120px 0 160px;
}
.block--point {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 120px;
}
.block--point01 {
  padding-left: 80px;
}
.block--point02 {
  flex-direction: row-reverse;
  padding-right: 80px;
  margin-bottom: 0!important;
}
.block--point .block__sp {
  display: none;
}
.block--point .block__pic {
  position: relative;
  flex-basis: 651px;
}
.block--point .block__pic img {
  width: 100%;
}
.block--point .block__point {
  position: absolute;
  top: -16px;
  width: 96px;
  height: 96px;
}
.block--point01 .block__point {
  right: 48px;
}
.block--point02 .block__point {
  left: 48px;
}
.block--point .block__point img {
  width: 100%;
}
.block--point .block__txt {
  flex-basis: calc(100% - 651px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.txtarea--point {
  flex-basis: 336px;
}
.txtarea--point .txtarea__head {
  font-family: "A1 Gothic M", sans-serif;
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 24px;
}
.txtarea--point .txtarea__main {
  font-size: 16px;
  line-height: 1.7;
}
.txtarea--point .txtarea__link {
  font-family: "A1 Gothic M", sans-serif;
  position: relative;
  display: block;
  border-bottom: 2px solid #1a1a1a;
  font-size: 16px;
  color: #1a1a1a;
  padding-bottom: 12px;
  margin-top: 32px;
}
@media (max-width: 1000px) {
  .block--point {
    padding: 0 48px!important;
    margin: 0 auto 80px;
  }
  .block--point .block__point {
    width: 84px;
    height: 84px;
  }
  .block--point01 .block__point {
    right: 24px;
  }
  .block--point02 .block__point {
    left: 24px;
  }
  .block--point .block__pic {
    flex-basis: calc(50% - 24px);
  }
  .block--point .block__txt {
    flex-basis: calc(50% - 24px);
  }
  .txtarea--point .txtarea__head {
    letter-spacing: -.08em;
  }
}
@media (max-width: 640px) {
  .point {
    padding: 0;
  }
  .block--point {
      flex-wrap: wrap;
      padding: 56px 24px 66px;
  }
  .block--point.block--point01 {
      padding: 56px 24px 0!important;
  }
  .block--point.block--point02 {
            padding: 74px 24px 66px!important;
  }
  .block--point01 {
    margin-bottom: 0;
  }
  .block--point02 {
    flex-direction: row;
  }
  .block--point .block__txt {
    order: 1;
    flex-basis: 100%;
    margin-bottom: 32px;
    justify-content: flex-start;
  }
  .txtarea--point .txtarea__head {
    line-height: 1.333;
    letter-spacing: -.1em;
  }
  .txtarea--point .txtarea__head br.br--tb {
    display: none!important;
  }
  .txtarea--point .txtarea__main {
    font-size: 14px;
  }
  .block--point .block__pic {
    order: 2;
    flex-basis: 100%;
  }
  .block--point .block__point {
    display: none;
  }
  .block--point .block__sp {
    display: block;
    width: 164px;
    margin-bottom: 30px;
  }
  .block--point .block__sp img {
    width: 100%;
  }
}


.clear_bottom {
  background-image: url(../img/bk-water.png);
  background-repeat: repeat;
        background-size: cover;
}
.clear_bottomInner {
    background-image: url(../img/bk-mask.png);
    background-size: 2000px auto;
    background-position: top center;
}
@media (max-width: 1000px) {
  .clear_bottomInner {
    background-image: url(../img/bk-mask_tb.png);
    background-size: 100% auto;
  }
}
@media (max-width: 640px) {
  .clear_bottomInner {
    background-image: url(../img/bk-mask_sp.png);
    background-size: 100% 100%;
  }
}

/*shop*/
.shop {
  padding-top: 154px;
  padding-bottom: 200px;
}
.shop .sec__head {
  margin-bottom: 152px;
}
.shop .sec__head img{
  width: 219px;
  height: auto;
}
.block--shop {
  position: relative;
  padding: 0 80px;
}
.block--shop .block__item img{
  width: 200px;
  height: auto;
}
.block--shop .block__pic {
  position: relative;
  width: calc(100% - 372px);
  background-image: url(../img/clear_shop_bg.png);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 544px;
}
.block--shop .block__picHead {
  position: absolute;
  width: 361px;
  height: 66px;
  top: -33px;
  left: calc(50% - 106px);
  z-index: 2;
}
.block--shop .block__picHead img {
  width: 100%;
}
.block--shop .block__txt {
  position: absolute;
  width: 420px;
  top: 110px;
  /*
  bottom: 48px;
  */
  right: 80px;
  background-color: #fff;
  padding: 48px 0 48px 48px;
}
.block--shop .block__copy {
  display: none;
}
.block--shop .block__name {
  font-family: "A1 Gothic M", sans-serif;
  font-size: 24px;
  margin-bottom: 27px;
  line-height: 1.5;
}
.block--shop .block__info {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.block--shop .block__capacity {
  font-size: 18px;
  margin-right: 19px;
}
.block--shop .block__price {
  font-size: 18px;
}
.block--shop .block__detail {
  margin-bottom: 40px;
}
.block--shop .block__detail a {
  display: inline-block;
  font-size: 12px;
  border-bottom: 1px solid #8a8c8c;
  cursor: pointer;
}
.list--productBtn .list__item {
  display: flex;
  margin-bottom: 16px;
}
.list--productBtn .list__item:last-child {
  margin-bottom: 0;
}
.btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 212px;
  height: 46px;
  padding-left: 20px;
  color: #fff;
  font-family: "A1 Gothic M", sans-serif;
  font-feature-settings: "pkna" 1;
  font-size: 14px;
}
.btn--large {
  width: 296px;
  height: 64px;
}
.btn--blue {
  background-image: -moz-linear-gradient( -180deg, rgb(142,194,232) 0%, rgb(163,106,161) 100%);
  background-image: -webkit-linear-gradient( -180deg, rgb(142,194,232) 0%, rgb(163,106,161) 100%);
  background-image: -ms-linear-gradient( -180deg, rgb(142,194,232) 0%, rgb(163,106,161) 100%);
}
.btn--red {
  font-family: "A1 Mincho", sans-serif;
  color: #dcbd8b;
  background-image: -moz-linear-gradient( -180deg, rgb(189,65,49) 0%, rgb(135,14,18) 100%);
  background-image: -webkit-linear-gradient( -180deg, rgb(189,65,49) 0%, rgb(135,14,18) 100%);
  background-image: -ms-linear-gradient( -180deg, rgb(189,65,49) 0%, rgb(135,14,18) 100%);
}
.btn--gray {
  background-color: #bcbcbc;
}
.btn::after {
  content: "";
  position: absolute;
  bottom: 23px;
  right: -28px;
  width: 56px;
  height: 6px;
  background-image: url(../img/shop_arrow--black_pc.png);
  background-size: 100% auto;
}
.btn--large::after {
  bottom: 31px;
}
.btn--red::after {
  background-image: url(../img/other_arrow--gold_pc.png);
}
.block--shop .ext-text {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.7em;
  padding-top: 25px;
  width: 300px;
}
@media (max-width: 1000px) {
  .block--shop {
    padding: 0 48px;
  }
  .block--shop .block__pic {
    position: static;
    width: calc(100% - 296px)
  }
  .block--shop .block__picHead {
    left: calc(50vw - 180px);
  }
  .block--shop .block__txt {
    right: 48px;
    top: 150px;
    width: 336px;
    padding: 32px 32px 40px;
  }
  .block--shop .block__name {
    margin-bottom: 20px
  }
  .block--shop .block__info {
    margin-bottom: 26px;
  }
  .block--shop .block__detail {
    margin-bottom: 32px;
  }
  .block--shop .block__detail a {
    font-size: 14px;
  }
  .btn {
    width: 188px;
    padding-left: 16px;
  }
  .btn--large {
    width: 244px;
    height: 46px;
  }
  .btn--large::after {
    bottom: 22px;
  }

  .list--productBtn .list__item {
    margin-bottom: 12px;
  }
  .block--shop .ext-text {
    font-size: 12px;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .shop {
    padding-top: 70px;
    padding-bottom: 320px;
  }
  .block--shop {
    padding: 0 24px;
  }
  .shop .sec__head {
    margin-bottom: 84px;
  }
  .shop .sec__head img {
      width: 193px;
  }
  .block--shop .block__picHead {
    width: 232px;
    height: 42px;
    top: -21px;
    left: calc(50% - 116px);
  }
  .block--shop .block__pic {
    position: relative;
    width: 100%;
    height: 429px;
    align-items: flex-start;
    padding-top: 26px;
  }
  .block--shop .block__item img {
    width: 150px;
    height: auto;
  }
  .block--shop .block__txt {
    top: 357px;
    left: 48px;
    right: 48px;
    bottom: auto;
    width: auto;
    padding: 28px 24px 22px;
  }
  .block--shop .block__copy {

    font-family: "A1 Gothic M", sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .block--shop .block__name {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .block--shop .block__info {
    margin-bottom: 15px;
  }
  .block--shop .block__detail {
      margin-bottom: 24px;
  }
  .block--shop .block__capacity {
    font-size: 16px;
    margin-right: 16px;
  }
  .block--shop .block__price {
    font-size: 16px;
  }
  .btn {
    width: 132px;
    height: 48px;
    font-size: 12px;
  }
  .btn--large {
    width: 213px;
    font-size: 13px;
  }
  .btn::after {
    bottom: 23px;
    right: -18px;
    width: 28px;
    height: 6px;
    background-image: url(../img/other_arrow--black_sp.png);
  }
  .btn--red::after {
    background-image: url(../img/other_arrow--gold_sp.png);
  }
  .btn--large::after {
    width: 36px;
    background-image: url(../img/shop_arrow--black_sp.png);
  }
  .block--shop .ext-text {
    font-feature-settings: "palt";
    letter-spacing: 0;
    padding-top: 20px;
    width: 100%;
    white-space: nowrap;
  }
}


/*other*/
.other .sub__head {
  margin-bottom: 128px;
}
.other .sub__head img {
  width: 72px;
  height: auto;
}
.row--other {
  display: flex;
  justify-content: center;
  margin-bottom: 345px;
}
.block--other {
  position: relative;
  flex-basis: 400px;
  height: 416px;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.block--moist {
  background-image: url(../img/other_clearmoist_bg.png);
  margin-right: 52px;
}
.block--rich {
  background-image: url(../img/other_rich_bg.png);
  margin-left: 52px;
}
.block--other .block__item img {
  width: 100%;
}
.block--moist .block__item {
  width: 140px;
  padding-top: 44px;
}
.block--rich .block__item {
  width: 128px;
  padding-top: 24px;
}
.block--other .block__head {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.block--other .block__txt {
  position: absolute;
  top: 368px;
  left: 48px;
  right: 48px;
  background-color: #fff;
  padding: 28px 32px 32px;
}
.block--moist .block__txt {
  background-color: #fff;
}
.block--other .block__copy {
  font-size: 20px;
  margin-bottom: 22px;
  line-height: 1.5;
}
.block--other .block__name {
  margin-bottom: 21px;
  line-height: 1.5;
}
a.other__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.block--other .block__txt {
    position: absolute;
    top: 368px;
    left: 48px;
    right: 48px;
    background-color: #fff;
    padding: 28px 32px 32px;
    z-index: 3;/*追加分*/
}
.block--other.block--rich .block__txt {
  background-color: #1c1818;
  color: #dcbd8b;
  font-family: "A1 Mincho", sans-serif;
}

@media (max-width: 1000px) {
  .row--other {
    padding: 0 48px;
  }
  .block--moist {
    margin-right: 24px;
  }
  .block--rich {
    margin-left: 24px;
  }
  .block--other .block__txt {
    left: 24px;
    right: 24px;
    padding: 28px 0 32px 24px;
  }
}
@media (max-width: 640px) {
  .other .sub__head {
    margin-left: 24px;
    width: 328px;
    margin-bottom: 61px;
  }
  .row--other {
    display: block;
    padding: 0 24px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 112px;
  }
  .block--other {
    width: calc(50% - 7px);
    height: auto;
  }
  .block--moist {
    margin-right: 0;
    margin-bottom: 87px;
  }
  .block--rich {
    margin-left: 0;
  }
  .block--other .block__head {
    top: -15px;
    left: 16px;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
  }
  .block--other.block--moist .block__head {
    width: 164px;
    height: 30px;
  }
  .block--other.block--rich .block__head {
    width: 143px;
    height: 30px;
  }
  .block--other .block__head img {
    width: 100%;
  }
  .block--moist .block__item,
  .block--rich .block__item {
    height: 268px;
    width: 100%;
    text-align: center;
  }
  .block--moist .block__item {
    padding-top: 20px;
  }
  .block--rich .block__item {
    padding-top: 16px;
  }
  .block--moist .block__item img {
    height: auto;
    width: 105px;
  }
  .block--rich .block__item img {
    height: auto;
    width: 94px;
  }
  .block--other .block__txt {
    position: absolute;
    top: auto;
    bottom: -24px;
    right: auto;
    left: calc(100% - 24px);
    padding: 24px;
    width: calc(((100vw - 48px) / 2) + 31px);
  }
  .block--other .block__copy {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .block--other .block__name {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 11px;
  }
}

/*link*/
.link {
  display: flex;
  justify-content: center;
  padding-bottom: 160px;
}
.block--link {
  position: relative;
  flex-basis: 400px;
  height: 154px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255,255,255,.6);
}
.block--link::after {
  content: "";
  position: absolute;
  bottom: 76px;
  right: -28px;
  width: 106px;
  height: 6px;
  background-image: url(../img/btn-arrow--long.png);
  background-size: 100% auto;
}
.block--link .block__head {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 24px;
  text-align: center;
  width: 100%;
}
.block--link .block__head img {
  width: 178px;
  height: auto;
}

@media (max-width: 640px) {
  .link {
    padding: 0 48px 80px;
  }
  .block--link {
    height: 128px;
  }
  .block--link::after {

    bottom: 62px;
    right: -24px;
    width: 48px;
    height: 6px;
    background-image: url(../img/btn-arrow--link_sp.png);
    background-size: 100% auto;
  }
}

footer {
  padding: 0 80px;
}
.footer__inner {
  padding: 48px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #969a9a;
}
.list--social {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.list--social .list__item:nth-child(1) {
  width: 13px;
  margin-right: 23px;
}
.list--social .list__item:nth-child(2) {
  width: 26px;
  margin-right: 20px;
}
.list--social .list__item:nth-child(3) {
  width: 28px;
  margin-right: 25px;
}
.list--social .list__item:nth-child(4) {
  width: 23px;
  margin-right: 24px;
}
.list--social .list__item:nth-child(5) {
  width: 26px;
}
.list--social .list__item img {
  width: 100%;
}
.list--menu {
  display: flex;
  align-items: center;
}
.list--menu .list__item {
  color: #4c4c4c;
  font-size: 12px;
  margin-right: 25px;
}
.footer__logo {
  margin-bottom: 28px;
}
.footer__logo img {
  width: 259px;
}
.footer__copy {
  font-size: 10px;
  color: #4c4c4c;
}
@media (max-width: 1000px) {
  footer {
    padding: 0 48px;
  }
  .footer__inner {
    flex-wrap: wrap;
  }
  .footer__left {
    flex-basis: 100%;
    margin-bottom: 48px;
  }
  .footer__right {
    flex-basis: 100%;
  }
  .list--social {
    justify-content: center;
  }
  .list--menu {
    justify-content: center;
  }
  .footer__logo {
    text-align: center;
  }
  .footer__copy {
    text-align: center;
  }
}
@media (max-width: 640px) {
  footer {
    padding: 0 24px;
  }
  .footer__left {
    margin-bottom: 16px;
  }
  .list--social {
    margin-bottom: 32px;
  }
  .list--menu {
    flex-wrap: wrap;
  }
  .list--menu .list__item {
    margin-bottom: 16px;
  }
}
@keyframes blinkImage {
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes beltLineTop {
    0% {
  height: 0;
    }
    100% {
  height: 58px;
    }
}
@keyframes essentialLineBottom {
    0% {
  height: 0;
    }
    100% {
  height: calc(100% - 160px);
    }
}
@keyframes essentialLineBottomSp {
  0% {
    height: 0;
  }
  100% {
    height: calc(100% - 80px);
  }
}
/* animmation1*/
.fv__pkg {
  opacity: 0;
  animation: fadeIn 0s ease forwards 0s;
}
.fv__logo {
  opacity: 0;
  animation: fadeIn 0s ease forwards 0s;
}
/*.fv__drop {
  opacity: 0;
  animation: fadeIn 0s ease forwards 0s;
}*/
.fv__txt {
  opacity: 0;
  animation: fadeIn 0s ease forwards 0s;
}

/* animmation loaded*/
.fv.loaded .fv__drop {
  animation: none;
}
.fv.loaded .fv__logo {
  animation: none;
}
.fv.loaded .fv__pkg {
  opacity: 1;
  animation: upDown 0s cubic-bezier(0.5, 0.5, 1, 1) forwards 0s infinite;
}

/* animmation2 */
.fv.loaded.loading2 .fv__logo {
  opacity: 1;
  animation: contentUp 0s ease forwards 0s;
}
.fv.loaded.loading2 .fv__water,
.fv.loaded.loading2 .fv__drop,
.fv.loaded.loading2 .fv__bk {
  opacity: 1;
  animation: fadeOut 0s ease forwards 0s;
}
.fv.loaded.loading2 .fv__txt01 {
  animation: fadeOutLeftTxt 0s ease forwards 0s;
}
.fv.loaded.loading2 .fv__txt02 {
  animation: fadeOutLeft2Txt 0s ease forwards 0s;
}
.fv.loaded.loading2 .fv__txt03 {
  animation: fadeOutRightTxt 0s ease forwards 0s;
}
.fv.loaded.loading2 .fv__txt04 {
  animation: fadeOutRight2Txt 0s ease forwards 0s;
}
.fv.loaded.loading2 .fv__txt05 {
  animation: fadeOutRightTxt 0s ease forwards 0s;
}
.fv.loaded.loading2 .fv__pkg {
  animation: rotatePkg 0s ease forwards 0s;
}



@keyframes fadeIn {
    100% {
        opacity: 1;
    }
}
@keyframes fadeOut {
    100% {
        opacity: 0;
    }
}
@keyframes upDown {
    25% {
        margin-bottom: 25px;
    }
    50% {
        margin-bottom: 0;
    }
    75% {
        margin-bottom: -25px;
    }
    100% {
        margin-bottom: 0;
    }
}

@keyframes contentUp {
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutLeftTxt {
  100% {
    transform: translateX(-50%);
    opacity: 0;
  }
}
@keyframes fadeOutLeft2Txt {
  100% {
    transform: translateX(-35%);
    opacity: 0;
  }
}
@keyframes fadeOutRightTxt {
  100% {
    transform: translateX(50%);
    opacity: 0;
  }
}
@keyframes fadeOutRight2Txt {
  100% {
    transform: translateX(30%);
    opacity: 0;
  }
}
@keyframes rotatePkg {
  100% {
    transform: rotate(0);
  }
}

@keyframes containerFadeIn {
  100% {
    opacity: 1;
  }
}
.fadein__br {

}
.fadein__br::before {
    content: "\A";
    white-space: pre;
}
/*.textillate__sup01 .char3 {
    font-size: 16px;
    position: relative;
    top: -6px;
}
.textillate__sup03 .char5 {
    font-size: 10px;
    position: relative;
    top: -6px;
}*/
.textillate__sup01 .char14,
.textillate__sup01 .char15,
.textillate__sup02 .char66,
.textillate__sup02 .char67,
.textillate__sup04 .char5,
.textillate__sup05 .char42,
.textillate__sup05 .char56,
.textillate__sup06 .char61,
.textillate__sup06 .char75 {
  font-size: 10px;
  position: relative;
  top: -6px;
}
.textillate__sup03 .char3 {
  font-size: 16px;
  position: relative;
  top: -6px;
}
/*--------------------
成分表示
--------------------*/
#overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9900;
    opacity: 0.6;
    background-color: rgb(136, 136, 136);
    display: none;
}
#component {
  position: fixed;
  top: 10%;
  left: 0;
  right: 0;
  display: none;
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  height: 80%;
  z-index: 9999;
}
#component .cinner {
  padding: 5%;
  width: 100%;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
#component .m_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url(../../img/close.png)no-repeat 0 0;
  cursor: pointer;
}
#component h2 {
  font-size: 18px;
  font-weight: normal;
  color: #666666;
  text-align: center;
}
#component .component_inner {
  margin: 50px 0;
  padding: 50px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
}
#component .component_inner p {
  line-height: 1.6;
  color: #666666;
  padding-bottom: 20px;
  font-size: 14px;
}
#component .component_inner p span {
  font-size: 12px;
}
#component .component_inner p:last-child {
  padding-bottom: 0;
}
#component .m_close_button {
  display: inline-block;
  width: 260px;
  line-height: 50px;
  background: #8e8e8e;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
}

#component .sp_show {
  display: none;
}

@media screen and (max-width: 768px) {
#component {
  position: fixed;
  top: 5%;
  left: 0%;
  right: 0;
  display: none;
  width: 90%;
  max-width: 980px;
  background: #fff;
  text-align: center;
  height: 80%;
  z-index: 9999;
}

}

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

#component .m_close {
  display: none;
}

#component .sp_show {
  display: block;
  margin-bottom: 50px;
}
}
/* 成分表示 */
.set {
  padding: 0 80px 120px;
}
.set__wrap {
  padding: 50px 64px 50px;
  background-color: #7cc245;
}
.set__block01 {
  margin-bottom: 27px;
}
.set__row01 {
  max-width: 228px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 32px;
}

.set__row01 img {
  width: 100%;
}

.set__row02 {
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.set__block02 {
  margin-bottom: 66px;
}
.set__row03 {
  text-align: center;
  font-size: 32px;
  color: #fff;
  margin-bottom: 20px;
}
.set__row04 {
  text-align: center;
}
.set__row04 span {
  color: #fff;
  display: inline-block;
  font-size: 24px;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
}
.block--set {
  position: relative;
  max-width: 1078px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 30px;
}
.block--set .block__item {
  flex-basis: 31.539%;
}
.block--set .block__item img {
  width: 100%;
}
.block__plus {
  position: absolute;
  top: calc(50% - 24px);
  width: 48px;
  height: 48px;
}
.block__plus--1 {
  left: calc(32.93% - 24px);
}
.block__plus--2 {
  left: calc(67.06% - 24px);
}
.block__plus img {
  width: 100%;
}
.set__block03 {
  margin-bottom: 55px;
}
.set__row05 {
  margin: 0 auto;
  width: 100%;
  max-width: 959px;
  margin-bottom: 35px;
}
.set__row05 img {
  width: 100%;
}
.set__row06 {
  max-width: 233px;
  margin: 0 auto;
  text-align: center;
}

.set__row06 img {
  width: 100%;
}
.block--setBtn {
  width: 672px;
  display: flex;
  /*justify-content: space-between;*/
  justify-content: center;
  margin: 0 auto;
}
.block--setBtn .block__item {
  flex-basis: 296px;
}
.block--setBtn .block__item .btn {
  width: 100%;
  height: 64px;
        cursor: pointer;
}
.block--setBtn .block__item .btn::after {
  bottom: 31px;
}
.btn--black {
  background-color: #262626;
}
.block--setBtn .block__item .btn--black::after {
  background-image: url(../img/set/set_btn_arrow.png);
}
@media (max-width: 1000px) {
  .set {
    padding: 0 0 120px;
  }
  .set__wrap {
    padding: 70px 48px 50px;
  }
  .set__row02 {
    font-size: 18px;
  }
  .set__row03 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .set__row04 span {
    font-size: 18px;
  }
  .block--setBtn {
    width: 548px;
  }
  .block--setBtn .block__item {
    flex-basis: 244px;
  }
  .block--setBtn .block__item .btn {
    height: 46px;
  }
  .block--setBtn .block__item .btn::after {
    bottom: 22px;
  }
}
@media (max-width: 640px) {
  .set {
    padding: 0 0 98px;
  }
  .set__wrap {
    padding: 66px 24px 80px;
  }
  .set__block01 {
    margin-bottom: 10px;
  }
  .set__row01 img {
    width: 184px;
  }
  .set__row02 {
    font-size: 18px;
    line-height: 1.5;
  }
  .set__row03 {
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .block--set {
    flex-wrap: wrap;
  }
  .block--set .block__item {
    flex-basis: 100%;
    margin-bottom: 30px;
  }
  .block--set .block__item:last-child {
    margin-bottom: 0;
  }
  .block__plus {
    width: 14.6788%;
    left: 50%;
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
  }
  .block__plus--1 {
    top: 31.5%;
  }
  .block__plus--2 {
    top: 65.03%;
  }
  .set__block03 {
    margin-bottom: 50px;
  }
  .block--setBtn {
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 231px;
  }
  .block--setBtn .block__item {
    flex-basis: 213px;
    margin-bottom: 12px;
  }
  .block--setBtn .block__item:last-child {

  }
  .block--setBtn .block__item--1 {
    order: 2;
  }
  .block--setBtn .block__item--3 {
    order: 1;
  }
  .block--setBtn .block__item .btn--black::after {
    background-image: url(../img/set/set_btn_arrow_sp.png);
  }
}
#set__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,.85);
        z-index: 9999;
        display: none;
        overflow-y: scroll;
  padding: 140px 108px;
}
#set__modal .m_inner {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
#set__modal .m_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  background-image: url(../img/set/set_modal_close.png);
  cursor: pointer;
}
#set__modal .modal__head {
  text-align: center;
  margin-bottom: 60px;
}
#set__modal .modal__head img {
  width: 100%;
  max-width: 648px;
}
#set__modal .modal__inner {
  flex-basis: 100%;
}
.block--modal {
  margin: 0 auto;
  width: 100%;
  max-width: 1206px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.block--modal .block__item {
  flex-basis: 31.5%;
  padding: 24px 16px 20px;
  background-color: #fff;
  margin-right: 2.75%;
  margin-bottom: 2.75%;
  display: flex;
  align-items: center;
}
.block--modal .block__item:nth-child(3n) {
  margin-right: 0;
}
.block--modal .block__pic {
  flex-basis: 87px;
}
.block--modal .block__pic img {
  width: 100%;
}
.block--modal .block__info {
  flex-basis: calc(100% - 87px);
  padding-left: 16px;
}
.block--modal .block__copy {
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 1.5;
}
.block--modal .block__name {
  font-size: 14px;
  margin-bottom: 33px;
}
@media (max-width: 1000px) {
  #set__modal {
    padding: 140px 0 70px;
  }
  #set__modal .m_inner {
    display: block;
  }
  .block--modal {
    padding: 0 48px;
  }
  .block--modal .block__item,
  .block--modal .block__item:nth-child(3n) {
    flex-basis: 48.36%;
    margin-right: 3.28%;
    margin-bottom: 3.28%;
    flex-wrap: wrap;
    padding: 24px 0 22px;
  }
  .block--modal .block__item:nth-child(2n) {
    margin-right: 0;
  }
  .block--modal .block__pic {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
  }
  .block--modal .block__pic img {
    width: 143px;
  }
  .block--modal .block__info {
    flex-basis: 100%;
    text-align: center;
    padding-left: 0;
  }
  .block--modal .block__copy {
    margin-bottom: 8px;
  }
  .block--modal .block__name {
    margin-bottom: 24px;
  }
}
@media (max-width: 640px) {
  #set__modal {
    padding: 90px 0 100px;
  }
  #set__modal .m_close {
    top: 20px;
    right: 24px;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
  #set__modal .modal__head {
    margin-bottom: 56px;
  }
  #set__modal .modal__head img {
    max-width: 337px;
  }
  .block--modal {
    padding: 0 24px;
  }
  .block--modal .block__item,
  .block--modal .block__item:nth-child(3n),
  .block--modal .block__item:nth-child(2n) {
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 30px 10px 18px;
    align-items: flex-start;
  }
  .block--modal .block__pic {
    flex-basis: 87px;
  }
  .block--modal .block__pic img {
            width: 87px;
      height: 80px;
  }
  .block--modal .block__info {
    flex-basis: calc(100% - 87px);
    padding-left: 12px;
    text-align: left;
  }
  .block--modal .block__copy {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .block--modal .block__name {
    font-size: 12px;
    margin-bottom: 24px;
    line-height: 1.666;
  }
  .block--modal .block__btn {
    margin-left: -20px;
  }

}
