img {
  max-width: 100%;
}

@media screen and (max-width: 700px) {
  .only-pc {
    display: none !important;
  }
}

@media screen and (min-width: 701px) {
  .only-sp {
    display: none !important;
  }
}

#stick {
  background: #FDF9ED;
  overflow: hidden;
}

.menu.fixed {
  z-index: 15;
}
.menu .inner {
  max-width: 940px;
}
@media screen and (max-width: 700px) {
  .menu .inner {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 700px) {
  .menu-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
  }
}
@media screen and (max-width: 700px) {
  .menu-list li:not(:first-child) {
    line-height: 1;
  }
}
@media screen and (max-width: 700px) {
  .menu-list li:not(:first-child)::before {
    left: 0;
  }
}
.menu-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-list-item:hover {
  color: #004407;
}
.menu-list-item:visited {
  color: #004407;
}
@media screen and (max-width: 700px) {
  .menu-list-item {
    font-size: 13px;
    line-height: 17px;
  }
}
@media screen and (max-width: 374px) {
  .menu-list-item {
    font-size: 10px;
    line-height: 15px;
  }
}

@keyframes ani-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ani-trans1 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.stick-gift {
  padding: 134px 0 0 0;
  margin: 0 0 -79px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .stick-gift {
    padding: 97px 0 0 0;
    margin: 0 0 -13px 0;
  }
}
.stick-gift-ttl {
  width: 523px;
  margin: 0 auto 21px auto;
}
@media screen and (max-width: 700px) {
  .stick-gift-ttl {
    width: 100%;
    max-width: 375px;
    margin: 0 auto 19px auto;
  }
}
.stick-gift-banner {
  width: 526px;
  margin: 0 auto 12px auto;
}
@media screen and (max-width: 700px) {
  .stick-gift-banner {
    width: 339px;
    max-width: 90.4%;
    margin: 0 auto 8px auto;
  }
}
.stick-gift-note {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  text-align: center;
  color: #333333;
}
@media screen and (max-width: 700px) {
  .stick-gift-note {
    font-size: 11px;
    line-height: 15px;
  }
}

@media screen and (max-width: 700px) {
  .stick1 {
    overflow: hidden;
  }
}
.stick1 .inner {
  background: transparent;
}
@media screen and (max-width: 700px) {
  .stick1 .inner {
    padding: 0 15px;
  }
}
.stick1__text1 {
  font-size: 18px;
  line-height: 32px;
  color: #004407;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .stick1__text1 {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 374px) {
  .stick1__text1 {
    font-size: 14px;
    line-height: 26px;
  }
}
.stick1__text1 span {
  color: #EB5E16;
  line-height: 1;
}
.stick1__text1 span.r-logo {
  color: #004407;
}
.stick1__scroll {
  position: relative;
}
.stick1__block1-wrap {
  width: 100%;
  background: #FDF9ED;
  padding-top: 91px;
  padding-bottom: 158px;
  display: flex !important;
  position: relative;
}
@media screen and (max-width: 700px) {
  .stick1__block1-wrap {
    transition: all ease 3s;
    padding-top: 0;
    padding-bottom: 80px;
    align-items: center;
    justify-content: center;
  }
}
.stick1__block1-wrap.is-out {
  animation: ani-fadeOut 1s linear forwards;
}
@media screen and (max-width: 700px) {
  .stick1__block1-wrap.is-out {
    animation: ani-fadeOut 2s linear forwards;
  }
}
.stick1__block1-wrap.is-show {
  animation: ani-fadeIn 1s linear forwards;
  display: flex !important;
}
@media screen and (max-width: 700px) {
  .stick1__block1-wrap.is-show {
    animation: none;
    opacity: 1;
  }
}
.stick1__block1-wrap.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 700px) {
  .stick1__block1-wrap.is-fixed.is-show {
    animation: none;
    opacity: 1;
  }
}
.stick1__block1-wrap .stick1__text1:first-child {
  margin-bottom: 56px;
}
@media screen and (max-width: 700px) {
  .stick1__block1-wrap .stick1__text1:first-child {
    margin-bottom: 0;
  }
}
.stick1__block1 {
  width: 1062px;
  max-width: 1062px;
  min-height: 670px;
  background: url("/brand/blendy/stick/assets/image/top/ovan-w.png") no-repeat center top;
  background-size: 100%;
  margin-left: calc(50% - 531px);
  margin-right: calc(50% - 531px);
  padding: 150px 10px 150px 10px;
}
@media screen and (max-width: 700px) {
  .stick1__block1 {
    width: 716px;
    min-height: 658px;
    background: url("/brand/blendy/stick/assets/image/top/ovan-w_sp.png") no-repeat center;
    background-size: 100%;
    margin-left: calc(50% - 358px);
    margin-right: calc(50% - 358px);
    padding: 124px 10px 124px 10px;
  }
}
.stick1__block2-wrap {
  width: 100%;
  background: #FDF9ED;
  padding-top: 58px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  .stick1__block2-wrap {
    transition: all ease 3s;
    opacity: 0;
  }
}
.stick1__block2-wrap.is-out {
  animation: ani-fadeOut 1s linear forwards;
}
@media screen and (max-width: 700px) {
  .stick1__block2-wrap.is-out {
    animation: ani-fadeOut 2s linear forwards;
  }
}
.stick1__block2-wrap.is-show {
  animation: ani-fadeIn 1s linear forwards;
  display: flex !important;
}
@media screen and (max-width: 700px) {
  .stick1__block2-wrap.is-show {
    animation: none;
  }
}
.stick1__block2-wrap.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 700px) {
  .stick1__block2-wrap.is-fixed.is-show {
    animation: none;
    opacity: 1;
  }
}
.stick1__block2 {
  width: 100%;
  max-width: 710px;
  height: 670px;
  background: url("/brand/blendy/stick/assets/image/top/ovan-w.png") no-repeat center;
  background-size: 100% 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 130px 10px 0;
}
@media screen and (max-width: 700px) {
  .stick1__block2 {
    position: relative;
    background: none;
    z-index: 1;
    height: auto;
    padding: 0 10px;
  }
}
@media screen and (max-width: 700px) {
  .stick1__block2::after {
    content: "";
    width: 750px;
    height: 560px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: -1;
    background: url("/brand/blendy/stick/assets/image/top/ovan-w.png") no-repeat center;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 700px) {
  .stick1__block3-wrap {
    padding-top: 31px;
    opacity: 1;
  }
}
.stick1__block3-wrap.is-show {
  animation: ani-trans1 1s linear forwards;
}
@media screen and (max-width: 700px) {
  .stick1__block3-wrap.is-show {
    animation: none;
    opacity: 1;
  }
}
.stick1__block4-wrap {
  background: #fff;
  padding-bottom: 147px;
}
.stick1__block3 {
  background: #fff;
  position: relative;
  z-index: 3;
  top: 0;
  width: 100%;
  padding-bottom: 87px;
}
@media screen and (max-width: 700px) {
  .stick1__block3 {
    padding-bottom: 68px;
    margin-top: 0;
    padding-top: 0;
  }
}
.stick1__block3::before {
  content: "";
  width: 100%;
  height: 250px;
  background: url("/brand/blendy/stick/assets/image/top/sec1-bg1.png") no-repeat center top;
  background-size: 100% 100%;
  position: absolute;
  top: -150px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 700px) {
  .stick1__block3::before {
    width: 150vw;
    height: 150px;
    background: url("/brand/blendy/stick/assets/image/top/sec1-bg1-sp.png") no-repeat center top;
    background-size: 100% auto;
    top: -140px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 700px) {
  .stick1__block3 .inner::before {
    content: "";
    width: 98px;
    height: 83px;
    background: url("/brand/blendy/stick/assets/image/top/sec1-icon1.png") no-repeat center;
    background-size: contain;
    position: absolute;
    position: absolute;
    top: -96px;
    left: 18px;
  }
}
.stick1__img1 {
  text-align: center;
  position: absolute;
  top: 241px;
  width: 133px;
  left: calc(50% - 332px);
}
@media screen and (max-width: 700px) {
  .stick1__img1 {
    position: relative;
    top: 0;
    width: 246px;
    left: -4px;
    margin: 17px auto 12px auto;
  }
}
.stick1__img1 img {
  width: 100%;
}
.stick1__img2 {
  text-align: center;
  position: absolute;
  top: 419px;
  width: 158px;
  right: calc(50% - 351px);
}
@media screen and (max-width: 700px) {
  .stick1__img2 {
    display: none;
  }
}
.stick1__img2 img {
  width: 100%;
}
.stick1__img3 {
  text-align: center;
  margin-top: 46px;
}
@media screen and (max-width: 700px) {
  .stick1__img3 {
    margin: 21px -4px 0;
  }
}
.stick1__img3 img {
  width: 100%;
  max-width: 782px;
}
@media screen and (max-width: 700px) {
  .stick1__img3 img {
    max-width: 339px;
  }
}
.stick1__ttl {
  text-align: center;
  margin-top: -29px;
}
@media screen and (max-width: 700px) {
  .stick1__ttl {
    margin-top: 10px;
  }
}
.stick1__ttl img {
  width: 100%;
  max-width: 869px;
}
@media screen and (max-width: 700px) {
  .stick1__ttl img {
    max-width: 345px;
  }
}
.stick1__movie {
  text-align: center;
  width: 100%;
  position: relative;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 700px) {
  .stick1__movie {
    margin-top: 47px;
    position: relative;
    width: 100%;
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 700px) {
  .stick1__movie::before {
    content: "";
    width: 53px;
    height: 83px;
    background: url("/brand/blendy/stick/assets/image/top/sec1-icon2.png") no-repeat center;
    background-size: contain;
    position: absolute;
    position: absolute;
    top: -62px;
    right: -29px;
  }
}
.stick1__movie__cont {
  width: 100%;
  padding-bottom: 56.2%;
  height: 0;
}
.stick1__movie img {
  width: 100%;
  max-width: 460px;
}
@media screen and (max-width: 700px) {
  .stick1__movie img {
    max-width: 100%;
  }
}
.stick1__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.stick1__link {
  text-align: center;
  margin-top: 120px;
}
@media screen and (max-width: 700px) {
  .stick1__link {
    margin-top: 61px;
    width: 100%;
    max-width: 339px;
    margin-left: auto;
    margin-right: auto;
  }
}
.stick1__link img {
  width: 100%;
  max-width: 530px;
}
@media screen and (max-width: 700px) {
  .stick1__link img {
    max-width: 100%;
  }
}
.stick1__link__text {
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  margin-top: 12px;
}
@media screen and (max-width: 700px) {
  .stick1__link__text {
    font-size: 11px;
    line-height: 15px;
    margin-top: 10px;
  }
}
.stick1__link_ttl {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0;
  color: #004407;
  text-align: center;
  background: url("/brand/blendy/stick/assets/image/top/banner3_ttl.png") no-repeat center top;
  background-size: 100%;
  width: 570px;
  margin: 0 auto 24px auto;
  min-height: 126px;
  box-sizing: border-box;
  padding-top: 11px;
}
@media screen and (max-width: 700px) {
  .stick1__link_ttl {
    font-size: 22px;
    line-height: 30px;
    background: url("/brand/blendy/stick/assets/image/top/banner3_ttl_sp.png") no-repeat center top;
    background-size: 100%;
    width: 100%;
    margin: 0 auto 9px auto;
    min-height: 116px;
    box-sizing: border-box;
    padding-top: 0;
  }
}
.stick1__link_ttl .txt-orange {
  color: #EB5E16;
}
@media screen and (max-width: 700px) {
  .stick1__link_ttl .txt-orange {
    font-size: 26px;
    line-height: 30px;
  }
}
.stick1__link_ttl .txt-sm {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0;
  display: block;
  margin-left: -20px;
}
@media screen and (max-width: 700px) {
  .stick1__link_ttl .txt-sm {
    font-size: 16px;
    line-height: 28px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .stick1__link a:hover {
    opacity: 1;
  }
}
.stick1__link picture {
  display: inline-block;
  width: 100%;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  background: #4C7B50;
}
@media screen and (max-width: 700px) {
  .stick1__link picture {
    max-width: 100%;
  }
}
.stick1__link_border {
  border: 5px solid #4C7B50;
  border-radius: 5px;
}
@media screen and (max-width: 700px) {
  .stick1__link_border {
    border: 1.333vw solid #4C7B50;
    border-radius: 1.333vw;
  }
}
.stick1__link_border img {
  border-radius: 5px;
}
@media screen and (max-width: 700px) {
  .stick1__link_border img {
    border-radius: 1.333vw;
  }
}
.stick1.fixed {
  padding-top: 250vh;
}
.stick1.fixed .stick1__btn-scroll {
  position: fixed;
  top: 91px;
}
.stick1.fixed .stick1__block1-wrap {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  z-index: -1;
}

.commitment {
  position: initial;
}
.commitment .section-title {
  background: #004407;
  height: 55px;
}
@media screen and (max-width: 700px) {
  .commitment .section-title {
    font-size: 18px;
    line-height: 26px !important;
    height: auto;
    padding: 12px 0 !important;
  }
}
.commitment .inner {
  padding: 80px 0px 76px;
  max-width: 1110px;
  position: initial;
}
@media screen and (max-width: 700px) {
  .commitment .inner {
    padding: 20px 20px 30px;
  }
}
.commitment__wrap {
  position: relative;
  margin-top: 0;
}
@media screen and (max-width: 700px) {
  .commitment__wrap {
    margin-top: 0;
  }
}
.commitment-list__cont {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 700px) {
  .commitment-list__cont {
    display: flex;
    align-items: center;
    max-width: 100%;
  }
}
.commitment-list li {
  max-width: 30.7%;
  position: initial;
}
@media screen and (max-width: 700px) {
  .commitment-list li {
    max-width: 100%;
  }
}
.commitment-list li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 700px) {
  .commitment-list li img {
    width: 52%;
  }
}
@media screen and (max-width: 700px) {
  .commitment-list li + li {
    margin-top: 22px;
  }
}
.commitment-list-detail {
  border-radius: 12px;
}
@media screen and (max-width: 700px) {
  .commitment-list-detail {
    margin-top: -12px;
    border-radius: 0;
  }
}
.commitment-list-detail p {
  margin-top: -44px;
}
@media screen and (max-width: 900px) {
  .commitment-list-detail p {
    font-size: 15px;
  }
}
@media screen and (max-width: 700px) {
  .commitment-list-detail p {
    margin-top: -32px;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 700px) {
  .commitment-list-detail p.u-edit {
    width: 210px;
    left: -27%;
    margin-top: -32px;
  }
}
@media screen and (max-width: 700px) {
  .commitment-list-detail img {
    position: relative;
    left: -14px;
  }
}
@media screen and (min-width: 701px) {
  .commitment-list-detail button {
    transition: 0.3s all;
  }
  .commitment-list-detail button:hover {
    opacity: 0.7;
  }
}
.commitment-point-title {
  margin-left: 3%;
  text-align: center;
}
.commitment-point-title h3 {
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  .commitment-point-title h3 {
    font-size: 16px;
    margin-top: -15%;
  }
}
@media screen and (max-width: 700px) {
  .commitment-point-title h3 {
    font-size: 18px;
    line-height: 28px;
    margin-top: -14%;
  }
}
.commitment-point-wrap {
  padding-left: 1%;
}
@media screen and (max-width: 700px) {
  .commitment-point-wrap {
    margin-top: 17px;
  }
}
.commitment-point-text {
  top: 13%;
  transform: translateY(0);
}
@media screen and (max-width: 1024px) {
  .commitment-point-text {
    position: initial;
  }
}
.commitment-point-text .point1-logo {
  margin-left: -20%;
}
@media screen and (max-width: 1024px) {
  .commitment-point-text .point1-logo {
    width: 40%;
  }
}
@media screen and (max-width: 700px) {
  .commitment-point-text .point1-logo {
    width: 72px;
    margin-left: -14px;
  }
}
.commitment-point-text .point2-logo {
  width: 185px;
  margin-left: -8%;
}
@media screen and (max-width: 1024px) {
  .commitment-point-text .point2-logo {
    width: 40%;
  }
}
@media screen and (max-width: 700px) {
  .commitment-point-text .point2-logo {
    width: 95px;
  }
}
.commitment-point-text .point3-logo {
  width: 170px;
  margin-left: -11%;
}
@media screen and (max-width: 1024px) {
  .commitment-point-text .point3-logo {
    width: 40%;
  }
}
@media screen and (max-width: 700px) {
  .commitment-point-text .point3-logo {
    width: 90px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .commitment-point-text-wrap {
    transform: translateY(0);
  }
}
@media screen and (max-width: 700px) {
  .commitment-point-text-wrap {
    margin-left: 0;
  }
}
.commitment-point-text-wrap p {
  line-height: 1.85;
  margin-top: 43px;
  margin-right: -50px;
  color: #333;
}
@media screen and (min-width: 701px) {
  .commitment-point-text-wrap p {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1200px) {
  .commitment-point-text-wrap p {
    font-size: 13px;
  }
}
@media screen and (max-width: 700px) {
  .commitment-point-text-wrap p {
    margin-right: 0;
    font-size: 16px;
    line-height: 28px;
    margin-top: 35px;
  }
}
.commitment-4c {
  padding: 15px 37px 14px;
  margin-top: 10px;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .commitment-4c {
    padding: 16px 6px 20px;
    margin-top: 25px;
  }
}
.commitment-4c-right a {
  color: #EB5E16;
}
@media screen and (max-width: 700px) {
  .commitment-4c-right h3 {
    font-size: 16px;
    line-height: 28px;
  }
}
.commitment-4c-right p {
  color: #333;
}
@media screen and (max-width: 700px) {
  .commitment-4c-right p {
    font-size: 13px;
    line-height: 20px;
    margin-top: 9px;
  }
}
@media screen and (max-width: 700px) {
  .commitment-4c-right p.small {
    font-size: 13px;
    line-height: 17px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 700px) {
  .commitment-4c .commitment-4c-left img {
    width: 66px;
  }
}
.commitment .modal__content {
  margin-top: 1rem;
}
.commitment .modal__container {
  padding: 30px 70px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .commitment .modal__container {
    padding: 30px 8%;
  }
}
@media screen and (max-width: 700px) {
  .commitment .modal__container {
    padding: 15px 23px;
    margin-top: 0;
  }
}
@media screen and (max-width: 700px) {
  .commitment .modal__container .commitment-point-image {
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  .commitment .modal__container .commitment-point-image img {
    width: 84% !important;
  }
}
@media screen and (max-width: 700px) {
  .commitment .modal__footer {
    margin-top: 30px;
  }
}
.commitment .modal .modal__close.d-none {
  display: none;
}

@media screen and (max-width: 700px) {
  .current_on .limited__lineup::after {
    top: 93.5%;
  }
}

.section-title {
  background: #004407;
}
@media screen and (min-width: 701px) {
  .section-title {
    height: 55px;
  }
}

@keyframes ani-icon1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani-icon2 {
  0% {
    opacity: 0;
  }
  50%, 100% {
    opacity: 1;
  }
}
.stick2 .inner {
  max-width: 940px;
  background: transparent;
}
@media screen and (max-width: 700px) {
  .stick2 .inner {
    padding: 0 15px;
  }
}
.stick2__ttl {
  text-align: center;
  margin-top: 32px;
  position: relative;
  padding-bottom: 26px;
  background-image: linear-gradient(to right, #E0D7C6 60%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 12px 2px;
  background-repeat: repeat-x;
}
@media screen and (max-width: 700px) {
  .stick2__ttl {
    margin-top: 19px;
    padding-bottom: 25px;
  }
}
.stick2__ttl img.img {
  width: 100%;
  max-width: 638px;
}
@media screen and (max-width: 700px) {
  .stick2__ttl img.img {
    max-width: 345px;
    margin-left: -4px;
  }
}
.stick2__ttl.animated .stick2__ani {
  animation: ani-icon2 0.6s linear infinite;
  animation-delay: 1.4s;
}
.stick2__ttl.animated .stick2__ani img:nth-child(1) {
  animation: ani-icon1 0.1s linear forwards;
}
.stick2__ttl.animated .stick2__ani img:nth-child(2) {
  animation: ani-icon1 0.1s linear forwards;
  animation-delay: 0.1s;
}
.stick2__ttl.animated .stick2__ani img:nth-child(3) {
  animation: ani-icon1 0.1s linear forwards;
  animation-delay: 0.2s;
}
.stick2__ttl.animated .stick2__ani img:nth-child(4) {
  animation: ani-icon1 0.1s linear forwards;
  animation-delay: 0.3s;
}
.stick2__ttl.animated .stick2__ani img:nth-child(5) {
  animation: ani-icon1 0.1s linear forwards;
  animation-delay: 0.4s;
}
.stick2__ttl.animated .stick2__ani img:nth-child(6) {
  animation: ani-icon1 0.1s linear forwards;
  animation-delay: 0.5s;
}
.stick2__ttl.animated .stick2__ani img:nth-child(7) {
  animation: ani-icon1 0.1s linear forwards;
  animation-delay: 0.6s;
}
.stick2__ttl.animated .stick2__ani img:nth-child(8) {
  animation: ani-icon1 0.1s linear forwards;
  animation-delay: 0.7s;
}
.stick2__ttl.animated .stick2__ani img:nth-child(9) {
  animation: ani-icon1 0.1s linear forwards;
  animation-delay: 0.8s;
}
.stick2__ttl.animated .stick2__ani img:nth-child(10) {
  animation: ani-icon1 0.1s linear forwards;
  animation-delay: 0.9s;
}
.stick2__ttl2 {
  text-align: center;
  margin-top: 39px;
}
@media screen and (max-width: 700px) {
  .stick2__ttl2 {
    margin-left: -55px;
  }
}
.stick2__ttl3 {
  font-size: 18px !important;
  text-align: center;
  color: #fff;
  background: #4D7B50;
  border-radius: 5px;
  margin-top: 0 !important;
  letter-spacing: 0 !important;
  padding: 10px 0;
  line-height: 1.1 !important;
}
@media screen and (max-width: 700px) {
  .stick2__ttl3 {
    font-size: 16px !important;
    line-height: 28px !important;
    padding: 3px 0;
  }
}
.stick2__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  position: relative;
  margin-top: 47px;
  margin-bottom: 5px;
}
@media screen and (max-width: 700px) {
  .stick2__list {
    display: block;
    margin-top: 31px;
    overflow: initial;
  }
}
.stick2__block {
  width: 46.9%;
  margin-bottom: 19px;
}
@media screen and (max-width: 700px) {
  .stick2__block {
    width: 100%;
    margin-bottom: 45px;
  }
}
.stick2__block:nth-child(2n) {
  margin-right: 6.2%;
}
@media screen and (max-width: 700px) {
  .stick2__block:nth-child(2n) {
    margin-right: 0;
  }
}
.stick2__block .products__popup {
  top: 110%;
}
.stick2__block.block1 {
  width: 62.8%;
}
@media screen and (max-width: 700px) {
  .stick2__block.block1 {
    width: 100%;
  }
}
.stick2__block.block1 .products__popup {
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 700px) {
  .stick2__block.block1 .products__popup {
    left: 0;
    right: 0;
    transform: none;
    top: 240px;
  }
}
@media screen and (max-width: 375px) {
  .stick2__block.block1 .products__popup {
    top: 64vw;
  }
}
.stick2__block.block1 .current_on .products__lineup::after {
  top: 141%;
  bottom: auto;
}
@media screen and (max-width: 700px) {
  .stick2__block.block1 .current_on .products__lineup::after {
    top: 230px;
  }
}
@media screen and (max-width: 375px) {
  .stick2__block.block1 .current_on .products__lineup::after {
    top: 61.3333333333vw;
  }
}
.stick2__block.block1 .products-1-bottom-wrap li {
  max-width: 25%;
  padding: 0 3.9%;
}
.stick2__block.block2 .products__popup {
  left: 0;
  right: 0;
}
@media screen and (max-width: 700px) {
  .stick2__block.block2 .products__popup {
    top: 220px;
  }
}
@media screen and (max-width: 375px) {
  .stick2__block.block2 .products__popup {
    top: 58.6666666667vw;
  }
}
.stick2__block.block2 .current_on .products__lineup::after {
  top: 138%;
  bottom: auto;
}
@media screen and (max-width: 700px) {
  .stick2__block.block2 .current_on .products__lineup::after {
    top: 210px;
  }
}
@media screen and (max-width: 375px) {
  .stick2__block.block2 .current_on .products__lineup::after {
    top: 56vw;
  }
}
.stick2__block.block3 {
  width: 46.9%;
}
@media screen and (max-width: 700px) {
  .stick2__block.block3 {
    width: 100%;
  }
}
.stick2__block.block3 .products__popup {
  right: 0;
  left: auto;
}
@media screen and (max-width: 700px) {
  .stick2__block.block3 .products__popup {
    left: 0;
    top: 220px;
  }
}
@media screen and (max-width: 375px) {
  .stick2__block.block3 .products__popup {
    top: 58.6666666667vw;
  }
}
.stick2__block.block3 .current_on .products__lineup::after {
  top: 138%;
  bottom: auto;
}
@media screen and (max-width: 700px) {
  .stick2__block.block3 .current_on .products__lineup::after {
    top: 210px;
  }
}
@media screen and (max-width: 375px) {
  .stick2__block.block3 .current_on .products__lineup::after {
    top: 56vw;
  }
}
@media screen and (max-width: 700px) {
  .stick2__block.block3 .products__cafeole_linups__ul {
    justify-content: start;
  }
}
.stick2__ani {
  position: absolute;
  width: 146px;
  height: 46px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
@media screen and (max-width: 700px) {
  .stick2__ani {
    width: 134px;
    height: 46px;
    top: 38px;
    transform: translateX(calc(-50% + 6px));
  }
}
.stick2__ani img {
  position: absolute;
  opacity: 0;
}
.stick2__ani img:nth-child(1) {
  top: 100%;
  left: 8px;
}
.stick2__ani img:nth-child(2) {
  top: 30px;
  left: 18px;
}
@media screen and (max-width: 700px) {
  .stick2__ani img:nth-child(2) {
    left: 14px;
  }
}
.stick2__ani img:nth-child(3) {
  top: 19px;
  left: 33px;
}
@media screen and (max-width: 700px) {
  .stick2__ani img:nth-child(3) {
    left: 26px;
  }
}
.stick2__ani img:nth-child(4) {
  top: 10px;
  left: 50px;
}
@media screen and (max-width: 700px) {
  .stick2__ani img:nth-child(4) {
    top: 13px;
    left: 42px;
  }
}
.stick2__ani img:nth-child(5) {
  top: 5px;
  left: 70px;
}
@media screen and (max-width: 700px) {
  .stick2__ani img:nth-child(5) {
    top: 9px;
    left: 60px;
  }
}
.stick2__ani img:nth-child(6) {
  top: 5px;
  left: 88px;
}
@media screen and (max-width: 700px) {
  .stick2__ani img:nth-child(6) {
    top: 9px;
    left: 77px;
  }
}
.stick2__ani img:nth-child(7) {
  top: 11px;
  left: 106px;
}
@media screen and (max-width: 700px) {
  .stick2__ani img:nth-child(7) {
    top: 13px;
    left: 91px;
  }
}
.stick2__ani img:nth-child(8) {
  top: 18px;
  left: 120px;
}
@media screen and (max-width: 700px) {
  .stick2__ani img:nth-child(8) {
    top: 20px;
    left: 104px;
  }
}
.stick2__ani img:nth-child(9) {
  top: 31px;
  left: 132px;
}
@media screen and (max-width: 700px) {
  .stick2__ani img:nth-child(9) {
    left: 114px;
  }
}
.stick2__ani img:nth-child(10) {
  top: 100%;
  left: 140px;
}
@media screen and (max-width: 700px) {
  .stick2__ani img:nth-child(10) {
    left: 121px;
  }
}
.stick2 .products-1 {
  background: transparent;
  padding-bottom: 0;
}
.stick2 .products__popup {
  width: 940px;
  max-width: 100vw;
  pointer-events: none;
  height: 296px;
}
@media screen and (max-width: 700px) {
  .stick2 .products__popup {
    height: auto;
    margin: 0;
    top: 220px;
  }
}
.stick2 .products__popup__photo {
  max-width: 124px !important;
  height: 225px !important;
}
@media screen and (max-width: 900px) {
  .stick2 .products__popup__photo {
    height: auto !important;
  }
}
@media screen and (max-width: 700px) {
  .stick2 .products__popup__photo {
    max-width: 87px !important;
  }
}
@media screen and (max-width: 375px) {
  .stick2 .products__popup__photo {
    width: 26.6666666667vw;
    max-width: 23.2vw !important;
  }
}
.stick2 .products__popup__right {
  margin-left: 41px;
  width: calc(100% - 177px);
}
.stick2 .products__popup__right h4 {
  letter-spacing: 0;
}
@media screen and (max-width: 900px) {
  .stick2 .products__popup__right h4 {
    font-size: 13px;
  }
}
.stick2 .products__popup__right p {
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 900px) {
  .stick2 .products__popup__right p {
    font-size: 13px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 700px) {
  .stick2 .products__popup__title {
    width: 182px;
    left: 38%;
    top: 18px;
  }
}
@media screen and (max-width: 375px) {
  .stick2 .products__popup__title {
    width: 48.5333333333vw;
    left: 38%;
    top: 4.8vw;
  }
}
@media screen and (max-width: 700px) {
  .stick2 .products__popup__content {
    left: 38%;
    top: 69px;
    line-height: 17px;
    font-size: 13px;
  }
}
@media screen and (max-width: 375px) {
  .stick2 .products__popup__content {
    top: 18.4vw;
    line-height: 4.5333333333vw;
    font-size: 3.4666666667vw;
    width: 58.6666666667vw;
    height: 17.0666666667vw;
  }
}
@media screen and (max-width: 700px) {
  .stick2 .products__popup__content__position {
    top: 90px;
  }
}
@media screen and (max-width: 375px) {
  .stick2 .products__popup__content__position {
    top: 24vw;
  }
}
@media screen and (max-width: 700px) {
  .stick2 .products__popup__link {
    width: 130px !important;
    height: 36px !important;
    left: 37%;
    top: 155px;
  }
}
@media screen and (max-width: 375px) {
  .stick2 .products__popup__link {
    width: 34.6666666667vw !important;
    height: 9.6vw !important;
    top: 41.3333333333vw;
  }
}
.stick2 .products__wrapper {
  overflow: initial;
  width: 100%;
}
.stick2 .products__content {
  position: initial;
}
@media screen and (max-width: 700px) {
  .stick2 .products__content {
    margin-bottom: 0;
  }
}
.stick2 .products__content.current .products__popup {
  pointer-events: all;
}
.stick2 .products-1-bottom-wrap {
  max-width: 100%;
  justify-content: center;
}
.stick2 .products-1-bottom-wrap li {
  max-width: 33.3333333333%;
  padding: 0 5.2%;
}
.stick2 .products-1-bottom-wrap li > h4 {
  margin: 7px -12% 0 -12%;
  font-size: 15px;
  min-height: 54px;
  letter-spacing: 0;
  line-height: 1.3;
}
@media screen and (max-width: 900px) {
  .stick2 .products-1-bottom-wrap li > h4 {
    font-size: 100%;
    min-height: 4.444vw;
  }
}
@media screen and (max-width: 700px) {
  .stick2 .products__cafeole_linups {
    padding-top: 16px;
  }
}
@media screen and (max-width: 700px) {
  .stick2 .products__cafeole_linups__ul {
    width: 100%;
    justify-content: start;
  }
}
@media screen and (max-width: 700px) {
  .stick2 .products__cafeole_linups__ul li {
    width: 33.3333333333%;
    padding: 0 11px;
    max-width: 125px;
  }
}
@media screen and (max-width: 700px) {
  .stick2 .products__lineup {
    padding: 0 5%;
  }
}
@media screen and (max-width: 700px) {
  .stick2 .products__popup__area {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 18px 12px;
  }
}
@media screen and (max-width: 375px) {
  .stick2 .products__popup__area {
    width: 100%;
    margin-left: -4vw;
    padding: 4.8vw 3.2vw;
  }
}
@media screen and (max-width: 700px) {
  .stick2 .products__wrapper.pc-none.pt-ex .products__cafeole_linups {
    padding-top: 5px;
  }
}

.stick3 {
  background: #fff;
  padding: 50px 0 53px;
}
@media screen and (max-width: 700px) {
  .stick3 {
    padding: 30px 0 36px;
  }
}
.stick3 .inner {
  max-width: 940px;
  background: transparent;
}
@media screen and (max-width: 700px) {
  .stick3 .inner {
    padding: 0 15px;
  }
}
.stick3__ttl2 {
  text-align: center;
  margin-bottom: 22px;
}
@media screen and (max-width: 700px) {
  .stick3__ttl2 {
    margin-left: -100px;
    margin-bottom: 4px;
  }
}
.stick3 .products-1 {
  background: transparent;
  padding-bottom: 0;
  margin-top: -11px;
}
@media screen and (max-width: 700px) {
  .stick3 .products-1 {
    margin-top: -5px;
  }
}
.stick3 .products-1-bottom-wrap {
  flex-wrap: wrap;
  max-width: 590px;
}
@media screen and (max-width: 900px) {
  .stick3 .products-1-bottom-wrap {
    max-width: 100%;
    padding: 0 15%;
  }
}
.stick3 .products-1-bottom-wrap li {
  max-width: 25%;
  padding: 0 3.9%;
}
.stick3 .products-1-bottom-wrap li > h4 {
  line-height: 1.3;
  letter-spacing: 0;
  margin: 7px -12%;
}
.stick3 .products__content {
  position: initial;
  margin-bottom: 8px;
}
@media screen and (max-width: 700px) {
  .stick3 .products__content {
    margin-bottom: 0;
  }
}
.stick3 .products__content.current .products__popup {
  pointer-events: all;
}
.stick3 .products__popup {
  width: 940px;
  max-width: 100vw;
  pointer-events: none;
  height: 296px;
  background: #F5F5F5;
  left: calc(50% - 470px);
}
@media screen and (max-width: 900px) {
  .stick3 .products__popup {
    left: 0;
  }
}
@media screen and (max-width: 700px) {
  .stick3 .products__popup {
    height: auto;
    margin: 0;
    top: 228px;
  }
}
@media screen and (max-width: 375px) {
  .stick3 .products__popup {
    top: 60.8vw;
  }
}
.stick3 .products__popup__photo {
  max-width: 116px !important;
  height: 225px !important;
}
@media screen and (max-width: 700px) {
  .stick3 .products__popup__photo {
    max-width: 87px !important;
    height: auto !important;
  }
}
@media screen and (max-width: 375px) {
  .stick3 .products__popup__photo {
    width: 26.6666666667vw;
    max-width: 23.2vw !important;
  }
}
.stick3 .products__popup__right {
  margin-left: 41px;
}
.stick3 .products__popup__right h4 {
  letter-spacing: 0;
}
@media screen and (max-width: 900px) {
  .stick3 .products__popup__right h4 {
    font-size: 13px;
  }
}
.stick3 .products__popup__right p {
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 900px) {
  .stick3 .products__popup__right p {
    font-size: 13px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 700px) {
  .stick3 .products__popup__title {
    width: 182px;
    left: 38%;
    top: 18px;
  }
}
@media screen and (max-width: 375px) {
  .stick3 .products__popup__title {
    width: 48.5333333333vw;
    left: 38%;
    top: 4.8vw;
  }
}
@media screen and (max-width: 700px) {
  .stick3 .products__popup__content {
    left: 38%;
    top: 69px;
    line-height: 17px;
    font-size: 13px;
  }
}
@media screen and (max-width: 375px) {
  .stick3 .products__popup__content {
    top: 18.4vw;
    line-height: 4.5333333333vw;
    font-size: 3.4666666667vw;
    width: 58.6666666667vw;
    height: 17.0666666667vw;
  }
}
@media screen and (max-width: 700px) {
  .stick3 .products__popup__content__position {
    top: 90px;
  }
}
@media screen and (max-width: 375px) {
  .stick3 .products__popup__content__position {
    top: 24vw;
  }
}
@media screen and (max-width: 700px) {
  .stick3 .products__popup__link {
    width: 130px !important;
    height: 36px !important;
    left: 37%;
    top: 155px;
  }
}
@media screen and (max-width: 375px) {
  .stick3 .products__popup__link {
    width: 34.6666666667vw !important;
    height: 9.6vw !important;
    top: 41.3333333333vw;
  }
}
.stick3 .products__popup .lp0-sp {
  letter-spacing: 0;
}
.stick3 .products__popup .lp-04-sp {
  letter-spacing: -0.04em;
}
.stick3 .current_on .products__lineup::after {
  bottom: -72px;
  border-color: transparent transparent #F5F5F5 transparent;
}
@media screen and (max-width: 900px) {
  .stick3 .current_on .products__lineup::after {
    bottom: -60px;
  }
}
@media screen and (max-width: 700px) {
  .stick3 .current_on .products__lineup::after {
    bottom: auto;
    top: 213px;
  }
}
@media screen and (max-width: 375px) {
  .stick3 .current_on .products__lineup::after {
    top: 56.8vw;
  }
}
.stick3 .products__wrapper {
  overflow: initial;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .stick3 .products__cafeole_linups {
    padding-top: 18px;
  }
}
@media screen and (max-width: 700px) {
  .stick3 .products__cafeole_linups__ul {
    width: calc(100% + 30px);
    margin-left: -15px;
    justify-content: start;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 700px) {
  .stick3 .products__cafeole_linups__ul li {
    width: 33.3333333333%;
    padding: 0 11px;
    max-width: 125px;
  }
}
@media screen and (max-width: 700px) {
  .stick3 .products__lineup {
    padding: 0 5%;
  }
}
@media screen and (max-width: 700px) {
  .stick3 .products__popup__area {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 18px 12px;
    background: transparent;
  }
}
@media screen and (max-width: 375px) {
  .stick3 .products__popup__area {
    width: 100%;
    margin-left: -4vw;
    padding: 4.8vw 3.2vw;
  }
}
@media screen and (max-width: 700px) {
  .stick3 .products__non_cafeole_linups__title {
    margin: 10px auto;
  }
}

@media screen and (max-width: 700px) {
  .products {
    background: transparent;
  }
}
.products .products__anker {
  top: -60px;
}
.products .products__lineup + h4 {
  font-size: 15px;
}
@media screen and (max-width: 900px) {
  .products .products__lineup + h4 {
    font-size: 100%;
  }
}
.products .stick2 .current {
  margin-bottom: 336px;
}
@media screen and (max-width: 700px) {
  .products .stick2 .current {
    margin-bottom: 252px;
  }
}
.products .stick3 .current {
  margin-bottom: 322px;
}
@media screen and (max-width: 700px) {
  .products .stick3 .current {
    margin-bottom: 226px;
  }
}
@media screen and (min-width: 701px) {
  .products .products-1-bottom-wrap li:hover .products__lineup {
    opacity: 0.7;
  }
  .products .products-1-bottom-wrap li:hover > h4 {
    opacity: 0.7;
  }
}
.products__lineup .new-label {
  position: absolute;
  top: 0;
  right: 0;
  width: 49px;
  height: 49px;
  -webkit-transform: translate(50%, -14px);
  transform: translate(50%, -14px);
}
@media screen and (max-width: 700px) {
  .products__lineup .new-label {
    width: 45px;
    height: 45px;
    -webkit-transform: translate(35%, -11px);
    transform: translate(35%, -11px);
  }
}

.online {
  background: #F5F5F5;
  position: relative;
}
@media screen and (max-width: 700px) {
  .online {
    padding: 34px 15px 20px;
  }
}
.online__anchor {
  position: absolute;
  top: -60px;
}
.online__ttl1 {
  text-align: center;
  margin-bottom: 20px;
}
.online__ttl1 span {
  font-size: 18px;
  line-height: 37px;
  color: #333;
  border-bottom: 2px dashed #333;
  display: inline-block;
  padding-bottom: 2px;
}
@media screen and (max-width: 700px) {
  .online__ttl1 span {
    font-size: 16px;
    line-height: 28px;
    padding: 0 7px 4px;
  }
}
.online-link {
  margin-top: 34px;
}
@media screen and (max-width: 700px) {
  .online-link {
    margin-top: 25px;
  }
}
.online-link-amazon {
  margin-top: 0;
  margin-right: 50px;
}
@media screen and (max-width: 700px) {
  .online-link-amazon {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.online-link-lohaco {
  margin-left: 50px;
}
@media screen and (max-width: 700px) {
  .online-link-lohaco {
    margin-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .online-link-rakuten {
    margin-bottom: 24px;
  }
}
.online-link-amazon .small, .online-link-lohaco .small, .online-link-rakuten .small {
  font-size: 12px;
  line-height: 18px;
}
@media screen and (max-width: 700px) {
  .online-link-amazon .small, .online-link-lohaco .small, .online-link-rakuten .small {
    font-size: 11px;
    line-height: 15px;
  }
}
.online .inner {
  background: #fff;
  padding: 40px 40px 36px;
}
@media screen and (max-width: 700px) {
  .online .inner {
    padding: 31px 24px 36px;
  }
}
@media screen and (max-width: 700px) {
  .online .online-link-lohaco, .online .online-link-amazon, .online .online-link-rakuten {
    margin-top: 0 !important;
  }
}

.stick4 {
  background: #FCEFD5;
  position: relative;
  z-index: 1;
}
.stick4__bg {
  position: absolute;
  top: 20px;
  width: 1113px;
  max-width: 125%;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 15px;
}
@media screen and (max-width: 700px) {
  .stick4__bg {
    max-width: 852px;
    top: -14px;
    margin-left: -25px;
  }
}
.stick4 .inner {
  background: transparent;
}
.stick4__text {
  font-size: 18px;
  line-height: 30px;
  color: #004407;
  text-align: center;
  margin-top: 54px;
}
@media screen and (max-width: 700px) {
  .stick4__text {
    font-size: 16px;
    line-height: 28px;
    margin-top: 39px;
  }
}
.stick4__ttl {
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #004407;
  margin-top: 39px;
}
@media screen and (max-width: 700px) {
  .stick4__ttl {
    font-size: 22px;
    line-height: 30px;
    margin-top: 28px;
  }
}
.stick4__label {
  text-align: center;
  margin-top: 62px;
}
@media screen and (max-width: 700px) {
  .stick4__label {
    margin-top: 47px;
  }
}
@media screen and (max-width: 700px) {
  .stick4__label img {
    width: 270px;
    max-width: 100%;
  }
}
.stick4 .photo-gallery-wrap {
  padding: 1.0625vw 0;
  margin-bottom: 61px;
}
@media screen and (max-width: 700px) {
  .stick4 .photo-gallery-wrap {
    padding: 4.0625vw 0;
    margin-bottom: 35px;
  }
}
.stick4 .limited {
  padding-bottom: 82px;
}
@media screen and (max-width: 700px) {
  .stick4 .limited {
    padding-bottom: 35px;
  }
}
.stick4 .limited .inner {
  padding: 65px 0 0;
}
@media screen and (max-width: 700px) {
  .stick4 .limited .inner {
    padding: 37px 18px 0;
  }
}

.stick5 {
  position: relative;
}
.stick5__anchor {
  position: absolute;
  top: -60px;
}
.stick5 > .inner {
  background: transparent;
  max-width: 940px;
}
@media screen and (max-width: 700px) {
  .stick5 > .inner {
    background: transparent;
  }
}
.stick5-video {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 36px 15px;
  margin-top: 50px;
}
@media screen and (max-width: 700px) {
  .stick5-video {
    margin-top: 40px;
    display: block;
    padding: 0 18px 30px;
  }
}
.stick5-video__item {
  width: 47.2%;
  padding-top: 26.4%;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 700px) {
  .stick5-video__item {
    width: 100%;
    max-width: 340px;
    padding-top: 55.4%;
    margin-left: auto;
    margin-right: auto;
  }
}
.stick5-video__item iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.stick5-video__item img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 700px) {
  .stick5-video__item + .stick5-video__item {
    margin-top: 60px;
  }
}
.stick5-video__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #FDF9ED;
}
.stick5-video__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stick5__text {
  font-size: 12px;
  line-height: 20px;
  margin-top: 5px;
  font-weight: 400;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  text-align: center;
}
.stick5 .movie-gallery {
  padding: 0;
}
@media screen and (max-width: 700px) {
  .stick5 .movie-gallery {
    padding: 0 20px 0;
    background: transparent;
  }
}
.stick5 .movie-gallery.u-tran {
  background: transparent;
  margin: 40px 0 0;
  padding: 0;
}
@media screen and (max-width: 700px) {
  .stick5 .movie-gallery.u-tran {
    margin: 30px 0 0;
    padding: 0 20px 0;
  }
}
.stick5 .movie-gallery .inner {
  padding: 0;
  max-width: 940px;
}
@media screen and (max-width: 700px) {
  .stick5 .movie-gallery .inner {
    background: transparent;
  }
}
.stick5 .movie-gallery h4 {
  font-size: 12px;
  line-height: 20px;
}
.stick5 .movie-gallery .special-movie__accordion__heading {
  padding: 12.5px 36px 12.5px 34px;
}
@media screen and (max-width: 700px) {
  .stick5 .movie-gallery .special-movie__accordion__heading {
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 13.5px 6% 13.5px 2%;
  }
  .stick5 .movie-gallery .special-movie__accordion__heading:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 700px) {
  .stick5 .movie-gallery .special-movie__accordion__heading.active {
    opacity: 0.6;
  }
}
@media screen and (max-width: 700px) {
  .stick5 .movie-gallery .special-movie__accordion__heading.head2 {
    padding: 7px 6% 7px 2%;
  }
}
@media screen and (max-width: 700px) {
  .stick5 .movie-gallery .special-movie__accordion__heading .youtube-icon {
    width: 26px;
    height: 22px;
  }
}
@media screen and (min-width: 701px) {
  .stick5 .movie-gallery .movie-gallery-wrap {
    margin-top: 30px;
    padding-top: 23.5%;
  }
}
@media screen and (min-width: 701px) and (max-width: 900px) {
  .stick5 .movie-gallery .movie-gallery-wrap {
    padding-top: 0;
    max-width: 45%;
  }
  .stick5 .movie-gallery .movie-gallery-wrap iframe {
    height: 24.5vw;
  }
  .stick5 .movie-gallery .movie-gallery-wrap h4 {
    margin-top: 25vw;
  }
}
.stick5 .movie-gallery .movie-gallery-wrap img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 700px) {
  .stick5 .special-movie__accordion {
    background: #fff;
  }
}

.sns-icon-item:last-child {
  width: 40px;
}
.sns-icon .inner {
  padding-top: 36px;
  padding-bottom: 41px;
}
@media screen and (max-width: 700px) {
  .sns-icon .inner {
    padding-top: 40px;
    padding-bottom: 89px;
  }
}

@media screen and (max-width: 700px) {
  .campaign-register a {
    margin-top: 10px;
  }
}

.menu {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.stick1__btn-scroll {
  padding-top: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.stick1__btn-scroll.is-fixed {
  position: fixed;
  top: 50px;
}

@media screen and (max-width: 700px) {
  .commitment-list li:nth-child(2) .commitment-list__cont img {
    order: 2;
  }
  .commitment-list li:nth-child(2) .commitment-list__cont .commitment-list-detail {
    order: 1;
  }
}

@media screen and (max-width: 700px) {
  .products__ttl {
    margin: 0 -20px;
    text-align: center;
  }
  .products__cafeole_linups__title_1 {
    max-width: max-content;
    height: 11px;
  }
  .products__yasashi_linups__title_2 {
    max-width: max-content;
    height: 45px;
  }
  .products__yasashi_linups__title_3 {
    max-width: max-content;
    height: 45px;
  }
  .products__cafeole_linups__title_2 {
    max-width: max-content;
    height: 28px;
  }
  .products__non_cafeole_linups__title {
    max-width: max-content;
    height: 12px;
  }
  .products__non_cafeole_linups__title.products__cocoa {
    height: 13px;
    margin: 8px auto 10px auto;
  }
  .products__yasashi_linups__title {
    max-width: max-content;
    height: 29px;
  }
}
.movie-gallery, .sns-icon, .sns-icon .inner {
  background: none;
}

.renewals {
  padding: 83px 0 100px 0;
}
@media screen and (max-width: 700px) {
  .renewals {
    padding: 40px 0 70px 0;
  }
}
.renewals .inner {
  background: transparent;
}
.renewals__ttl {
  text-align: center;
  margin: 0 auto 40px auto;
}
@media screen and (max-width: 700px) {
  .renewals__ttl {
    margin: 0 auto 30px auto;
  }
}
.renewals__ttl img {
  width: 668px;
  max-width: 100%;
}
@media screen and (max-width: 700px) {
  .renewals__ttl img {
    width: 336px;
    max-width: 89.6%;
  }
}
.renewals .row {
  display: flex;
  justify-content: space-between;
  max-width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .renewals .row {
    flex-flow: column;
  }
}
.renewals__item {
  width: 30.8510638298%;
}
@media screen and (max-width: 700px) {
  .renewals__item {
    width: 339px;
    max-width: 90.4%;
    margin: 0 auto;
  }
}
.renewals__item__ttl {
  width: 77.2413793103%;
  margin: 0 auto 18px auto;
}
@media screen and (max-width: 700px) {
  .renewals__item__ttl {
    width: 310px;
    max-width: 91.4454277286%;
    margin: 0 auto 15px auto;
  }
}
@media screen and (max-width: 700px) {
  .renewals__item + .renewals__item {
    margin-top: 35px;
  }
}

@media screen and (max-width: 700px) {
  .limited-1-bottom-wrap li {
    height: 50.133vw;
    background: none;
  }
}

@media screen and (max-width: 700px) {
  .limited .bg {
    background-image: url("../assets/image/limited/limited-bg-1-sp.png");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: repeat;
    padding-bottom: 19px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}

@media screen and (max-width: 700px) {
  .limited__content.bg-1 li:nth-child(1), .limited__content.bg-1 li:nth-child(2), .limited__content.bg-1 li:nth-child(3), .limited__content.bg-2 li:nth-child(1), .limited__content.bg-2 li:nth-child(2), .limited__content.bg-2 li:nth-child(3) {
    background: none;
  }
}
@media screen and (min-width: 701px) {
  .limited__content.bg-1 {
    background-position: left top;
    background-repeat: repeat;
  }
}
@media screen and (min-width: 701px) {
  .limited__content.bg-2 {
    background-position: left -12px top;
    background-repeat: repeat;
  }
}

@media screen and (max-width: 700px) {
  .limited__content.bg-1 li:nth-child(1).current_on {
    margin-bottom: 74.4vw;
  }
  .limited__content.bg-1 li:nth-child(1) .limited__popup {
    height: 74.4vw;
  }
  .limited__content.bg-1 li:nth-child(2).current_on, .limited__content.bg-1 li:nth-child(3).current_on {
    margin-bottom: 70.133vw;
  }
  .limited__content.bg-1 li:nth-child(2) .limited__popup, .limited__content.bg-1 li:nth-child(3) .limited__popup {
    height: 70.133vw;
  }
  .limited__content.bg-2 li:nth-child(1).current_on {
    margin-bottom: 70.133vw;
  }
  .limited__content.bg-2 li:nth-child(1) .limited__popup {
    height: 70.133vw;
  }
  .limited__content.bg-2 li:nth-child(2).current_on {
    margin-bottom: 54.4vw;
  }
  .limited__content.bg-2 li:nth-child(2) .limited__popup {
    height: 54.4vw;
  }
  .limited__content.bg-2 li:nth-child(3) .limited__popup {
    top: 50.133vw;
  }
  .limited__content.bg-2 li:nth-child(3).current_on {
    margin-bottom: 49.333vw;
  }
  .limited__content.bg-2 li:nth-child(3) .limited__popup {
    height: 54.4vw;
  }
}
@media screen and (max-width: 700px) {
  .limited__popup {
    top: 50.133vw;
  }
}

.movie-gallery .special-movie__accordion-wrap {
  position: relative;
  overflow: hidden;
}

.movie-gallery .special-movie__accordion__movies {
  display: block !important;
  position: absolute;
  top: 100%;
}

.stick5 .movie-gallery .special-movie__accordion__heading.active + .special-movie__accordion__movies {
  position: relative;
  top: 0;
}