@charset "UTF-8";
/* 共通 */
.container {
  container-type: inline-size;
}

@media (min-width: 768px) {
  .container {
    width: 1030px;
    max-width: 1030px;
  }
  main, footer, .header {
    position: relative;
  }
  .anchor_link {
    padding-bottom: 170px;
    margin-top: -170px;
  }
}
@media (max-width: 767.98px) {
  main {
    position: relative;
  }
  .container {
    width: 100%;
  }
  .anchor_link {
    padding-bottom: 200px;
    margin-top: -200px;
  }
}
/* アニメーション */
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-2deg);
  }
  50% {
    transform: translate(0, -9px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(2deg);
  }
}
@keyframes fuwafuwa2 {
  0% {
    transform: scaleX(-1) translate(0, 0) rotate(-2deg);
  }
  50% {
    transform: scaleX(-1) translate(0, -9px) rotate(0deg);
  }
  100% {
    transform: scaleX(-1) translate(0, 0) rotate(2deg);
  }
}
@keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.inview-target,
.inview-common {
  transition: opacity 1s 0.3s, transform 1s 0.3s;
  opacity: 0;
  transform: translateY(20px);
}
.inview-target.inview-once,
.inview-common.inview-once {
  opacity: 1;
  transform: translateY(0);
}

.merry .item img {
  will-change: transform, opacity;
}

/* メインビジュアル */
@media (min-width: 768px) {
  .drink_main {
    position: relative;
    height: 470px;
    background-image: url("../images/main/back.avif");
    background-position: center;
    background-size: cover;
  }
  .drink_main .drink_main_inner {
    position: relative;
    width: 900px;
    height: 100%;
    margin: 0 auto;
    background: url("../images/main/line.png") no-repeat top 14px center/100% auto;
  }
  .drink_main .drink_main_inner .drink_main_flex {
    display: flex;
    padding-top: 20px;
  }
  .drink_main .drink_main_inner .drink_main_flex .ttl {
    position: relative;
    width: 450px;
    padding-left: 56px;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 25px 0 0 0;
  }
  .drink_main .drink_main_inner .drink_main_flex .ttl .ttl1 {
    width: 325px;
  }
  .drink_main .drink_main_inner .drink_main_flex .ttl .ttl2 {
    width: 374px;
  }
  .drink_main .drink_main_inner .drink_main_flex .ttl .deco1 {
    position: absolute;
    left: calc(50% + 193px);
    top: 120px;
    width: 30px;
    animation: fuwafuwa2 2.7s ease-in-out infinite alternate;
  }
  .drink_main .drink_main_inner .drink_main_flex .ttl .deco2 {
    position: absolute;
    left: calc(50% - 180px);
    top: 314px;
    width: 26px;
    animation: fuwafuwa 2.7s ease-in-out infinite alternate;
  }
  .drink_main .drink_main_inner .drink_main_flex .img {
    width: 450px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding: 0 54px 0 50px;
  }
  .drink_main .drink_main_inner .drink_main_flex .img .merry {
    position: relative;
    text-align: center;
  }
  .drink_main .drink_main_inner .drink_main_flex .img .merry .merry1 {
    width: 345px;
    z-index: 2;
    position: relative;
  }
  .drink_main .drink_main_inner .drink_main_flex .img .merry .merry2 {
    width: 289px;
    top: -38px;
    position: relative;
  }
  .drink_main .drink_main_inner .drink_main_flex .img .merry .item .item1 {
    position: absolute;
    width: 47px;
    top: 130px;
    left: 0;
  }
  .drink_main .drink_main_inner .drink_main_flex .img .merry .item .item2 {
    position: absolute;
    width: 51px;
    top: 132px;
    left: 54px;
  }
  .drink_main .drink_main_inner .drink_main_flex .img .merry .item .item3 {
    position: absolute;
    width: 56px;
    top: 135px;
    left: 113px;
  }
  .drink_main .drink_main_inner .drink_main_flex .img .merry .item .item4 {
    position: absolute;
    width: 56px;
    top: 135px;
    left: 177px;
  }
  .drink_main .drink_main_inner .drink_main_flex .img .merry .item .item5 {
    position: absolute;
    width: 51px;
    top: 132px;
    left: 241px;
  }
  .drink_main .drink_main_inner .drink_main_flex .img .merry .item .item6 {
    position: absolute;
    width: 47px;
    top: 130px;
    left: 299px;
  }
  .drink_main .drink_main_inner .drink_main_flex .img figure .figure_img {
    width: 191px;
    position: absolute;
    right: calc(50% + 80px);
    bottom: -70px;
    animation: fuwafuwa 3s ease-in-out infinite alternate;
  }
  .drink_main .drink_main_inner .drink_main_flex .img figure figcaption {
    width: 180px;
    position: absolute;
    right: -40px;
    bottom: -5px;
  }
  .drink_main .bottom_color {
    display: none;
  }
  .drink_main .deco .deco_left .deco1 {
    position: absolute;
    left: calc(50% + 578px);
    top: 173px;
    width: 39px;
    transform: rotateY(180deg);
  }
  .drink_main .deco .deco_left .deco2 {
    position: absolute;
    left: calc(50% + 580px);
    top: 132px;
    width: 19px;
  }
  .drink_main .deco .deco_left .deco3 {
    position: absolute;
    left: calc(50% + 633px);
    top: 232px;
    width: 19px;
  }
  .drink_main .deco .deco_left .deco4 {
    position: absolute;
    left: calc(50% + 582px);
    top: 259px;
    width: 31px;
  }
  .drink_main .deco .deco_right .deco1 {
    position: absolute;
    right: calc(50% + 578px);
    top: 173px;
    width: 39px;
  }
  .drink_main .deco .deco_right .deco2 {
    position: absolute;
    right: calc(50% + 580px);
    top: 132px;
    width: 19px;
  }
  .drink_main .deco .deco_right .deco3 {
    position: absolute;
    right: calc(50% + 633px);
    top: 232px;
    width: 19px;
  }
  .drink_main .deco .deco_right .deco4 {
    position: absolute;
    right: calc(50% + 582px);
    top: 259px;
    width: 31px;
  }
}
@media (max-width: 767.98px) {
  .drink_main {
    position: relative;
    background: url("../images/main/back_sp.avif") no-repeat top center/cover;
  }
  .drink_main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 13px auto 0;
    width: calc(100% - 26px);
    height: 100%;
    background: url("../images/main/line_sp.png") no-repeat top center/100% auto;
  }
  .drink_main .drink_main_inner {
    position: relative;
    z-index: 2;
  }
  .drink_main .drink_main_inner .drink_main_flex {
    padding-top: 20px;
  }
  .drink_main .drink_main_inner .drink_main_flex .ttl {
    position: relative;
    width: 78%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 auto;
    text-align: center;
  }
  .drink_main .drink_main_inner .drink_main_flex .ttl .ttl1 {
    width: 88%;
    margin: 0 auto;
  }
  .drink_main .drink_main_inner .drink_main_flex .ttl .ttl2 {
    width: 100%;
  }
  .drink_main .drink_main_inner .drink_main_flex .ttl .deco1 {
    position: absolute;
    left: 97%;
    top: 33%;
    width: 8.3%;
    animation: fuwafuwa2 2.7s ease-in-out infinite alternate;
  }
  .drink_main .drink_main_inner .drink_main_flex .ttl .deco2 {
    position: absolute;
    left: -2%;
    top: 86%;
    width: 7%;
    animation: fuwafuwa 2.7s ease-in-out infinite alternate;
  }
  .drink_main .drink_main_inner .drink_main_flex .img {
    position: relative;
    top: -10px;
  }
  .drink_main .drink_main_inner .drink_main_flex .img .merry {
    width: 91%;
    margin: 0 auto;
    position: relative;
    text-align: center;
  }
  .drink_main .drink_main_inner .drink_main_flex .img .merry .merry1 {
    width: 100%;
    z-index: 2;
    position: relative;
  }
  .drink_main .drink_main_inner .drink_main_flex .img .merry .merry2 {
    width: 82%;
    top: -10vw;
    position: relative;
  }
  .drink_main .drink_main_inner .drink_main_flex .img .merry .item .item1 {
    position: absolute;
    width: 12.2vw;
    top: 32%;
    left: 0;
  }
  .drink_main .drink_main_inner .drink_main_flex .img .merry .item .item2 {
    position: absolute;
    width: 13.3vw;
    top: 33%;
    left: 16%;
  }
  .drink_main .drink_main_inner .drink_main_flex .img .merry .item .item3 {
    position: absolute;
    width: 15vw;
    top: 33.5%;
    left: 32.5%;
  }
  .drink_main .drink_main_inner .drink_main_flex .img .merry .item .item4 {
    position: absolute;
    width: 15vw;
    top: 33.5%;
    left: calc(67.5% - 15vw);
  }
  .drink_main .drink_main_inner .drink_main_flex .img .merry .item .item5 {
    position: absolute;
    width: 13.3vw;
    top: 33%;
    left: calc(84% - 13.3vw);
  }
  .drink_main .drink_main_inner .drink_main_flex .img .merry .item .item6 {
    position: absolute;
    width: 12.2vw;
    top: 32%;
    right: 0;
  }
  .drink_main .drink_main_inner .drink_main_flex .img figure .figure_img {
    width: 35.5%;
    position: absolute;
    right: -10px;
    top: 5px;
    z-index: 3;
    animation: fuwafuwa 3s ease-in-out infinite alternate;
  }
  .drink_main .drink_main_inner .drink_main_flex .img figure figcaption {
    width: 39%;
    position: absolute;
    left: 0;
    top: 23px;
    z-index: 3;
  }
  .drink_main .bottom_color {
    background-color: #ffffe1;
    width: 100%;
    height: 40vw;
    position: absolute;
    bottom: 17vw;
    z-index: 1;
  }
  .drink_main .deco {
    display: none;
  }
}
/* ジグザグ境界線 */
@media (min-width: 768px) {
  .deco-zigzag {
    --c: #ffffe1;
    --zig: 40px;
    --step: 24px;
    width: 100%;
    height: 0;
    position: relative;
    background: linear-gradient(var(--c), var(--c)) 0 var(--zig)/100% calc(100% - var(--zig)) no-repeat;
    position: relative;
    top: -40px;
  }
  .bottom {
    top: 40px;
  }
  .deco-zigzag::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: var(--zig);
  }
  .top::before {
    top: 0;
    background: linear-gradient(135deg, transparent 75%, var(--c) 0) 0 0/var(--step) var(--zig) repeat-x, linear-gradient(225deg, transparent 75%, var(--c) 0) 0 0/var(--step) var(--zig) repeat-x;
  }
  .bottom::before {
    bottom: 0;
    background: linear-gradient(45deg, transparent 75%, var(--c) 0) 0 0/var(--step) var(--zig) repeat-x, linear-gradient(315deg, transparent 75%, var(--c) 0) 0 0/var(--step) var(--zig) repeat-x;
  }
}
@media (max-width: 767.98px) {
  .deco-zigzag {
    --c: #ffffe1;
    --zig: 40px;
    --step: 30px;
    width: 100%;
    height: 0;
    position: relative;
    background: linear-gradient(var(--c), var(--c)) 0 var(--zig)/100% calc(100% - var(--zig)) no-repeat;
    position: relative;
    top: -40px;
  }
  .deco-zigzag_top {
    height: calc(var(--zig) + 50px);
    top: auto;
    bottom: 55vw;
    z-index: 1;
  }
  .bottom {
    top: 40px;
  }
  .deco-zigzag::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: var(--zig);
  }
  .top::before {
    top: 0;
    background: linear-gradient(135deg, transparent 75%, var(--c) 0) 0 0/var(--step) var(--zig) repeat-x, linear-gradient(225deg, transparent 75%, var(--c) 0) 0 0/var(--step) var(--zig) repeat-x;
  }
  .bottom::before {
    bottom: 0;
    background: linear-gradient(45deg, transparent 75%, var(--c) 0) 0 0/var(--step) var(--zig) repeat-x, linear-gradient(315deg, transparent 75%, var(--c) 0) 0 0/var(--step) var(--zig) repeat-x;
  }
}
/* カラーボトル選択 */
.drink_question_wrap {
  position: relative;
  z-index: 2;
}

.drink_question {
  background-color: #ffffe1;
  position: relative;
}
.drink_question .container {
  position: relative;
}
.drink_question .container .drink_question_lead {
  color: #666;
  text-align: center;
}
.drink_question .container .drink_question_flex .question .btn_box {
  display: flex;
  flex-wrap: wrap;
}
.drink_question .container .drink_question_flex .question .btn_box button span {
  border-radius: 10px;
  background-color: #fff;
  color: #9d74f1;
  font-weight: 600;
  font-family: "Zen Kaku Gothic New", sans-serif;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
  transition: all 0.1s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0 0 0;
}
.drink_question .container .drink_question_flex .question .btn_box button:focus {
  outline: none;
  filter: none;
}
.drink_question .container .drink_question_flex .question .btn_box button:focus span {
  background: #c0bfff;
  box-shadow: none;
}
.drink_question .container .drink_question_flex .question .btn_box button.active span, .drink_question .container .drink_question_flex .question .btn_box button:active span, .drink_question .container .drink_question_flex .question .btn_box button:hover span {
  background: #c0bfff;
  box-shadow: none;
}
.drink_question .container .q_check_btn {
  transform: translateZ(0);
}
.drink_question .container .q_check_btn.active {
  cursor: pointer;
}

@media (min-width: 768px) {
  .drink_question {
    padding: 50px 0 70px;
  }
  .drink_question .drink_question_ttl {
    width: 343px;
    margin: 0 auto;
  }
  .drink_question .drink_question_lead {
    font-size: 18px;
    margin: 15px auto 63px;
  }
  .drink_question .drink_question_flex {
    display: flex;
    justify-content: center;
    gap: 50px;
  }
  .drink_question .drink_question_flex .question {
    width: 375px;
  }
  .drink_question .drink_question_flex .question .btn_box {
    gap: 15px;
    position: relative;
    padding-bottom: 10px;
  }
  .drink_question .drink_question_flex .question .btn_box button {
    width: 115px;
  }
  .drink_question .drink_question_flex .question .btn_box button img {
    width: 65px;
    position: relative;
    top: 7px;
  }
  .drink_question .drink_question_flex .question .btn_box button span {
    height: 35px;
    width: 100%;
    font-size: 13px;
    letter-spacing: -1px;
  }
  .drink_question .drink_question_flex .question .reselect {
    background-color: #fff;
    border: 2px solid #9d74f1;
    border-radius: 30px;
    width: 350px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #9d74f1;
    margin: 25px auto 0;
    position: relative;
    font-size: 17px;
  }
  .drink_question .drink_question_flex .question .reselect::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    vertical-align: middle;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 1px solid #9d74f1;
    background-color: #9d74f1;
    border-radius: 50%;
  }
  .drink_question .drink_question_flex .question .reselect::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 17px;
    margin: auto;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-135deg);
  }
  .drink_question .drink_question_flex .bottle {
    width: 276px;
    position: relative;
    top: -10px;
    margin: 0 0 -10px 0;
    text-align: center;
  }
  .drink_question .drink_question_flex .bottle .empty {
    aspect-ratio: 438/726;
    width: 100%;
    width: 226px;
  }
  .drink_question .drink_question_flex .bottle .select1 {
    aspect-ratio: 438/726;
    width: 100%;
    width: 226px;
    filter: drop-shadow(0 0 1px #fcfd7b) drop-shadow(0 0 1px #fcfd7b) drop-shadow(0 0 3px #fcfd7b) drop-shadow(0 0 3px #fcfd7b) drop-shadow(0 0 6px #fcfd7b) drop-shadow(0 0 6px #fcfd7b);
  }
  .drink_question .drink_question_flex .bottle .select2 {
    aspect-ratio: 438/726;
    width: 100%;
    width: 226px;
    filter: drop-shadow(0 0 3px #fcfd7b) drop-shadow(0 0 3px #fcfd7b) drop-shadow(0 0 6px #fcfd7b) drop-shadow(0 0 6px #fcfd7b) drop-shadow(0 0 9px #fcfd7b) drop-shadow(0 0 9px #fcfd7b);
  }
  .drink_question .q_check_btn {
    width: 350px;
    margin: 50px auto 0;
  }
  .drink_question .deco > span {
    position: absolute;
    width: 100px;
    top: 30px;
  }
  .drink_question .deco > span:nth-child(1) {
    left: calc(50% + 380px);
  }
  .drink_question .deco > span:nth-child(2) {
    right: calc(50% + 380px);
  }
}
@media (max-width: 767.98px) {
  .drink_question_wrap {
    position: relative;
    z-index: 2;
    top: -31vw;
    margin: 0 0 -31vw 0;
  }
  .drink_question {
    padding-bottom: 35px;
    z-index: 0;
  }
  .drink_question .container {
    max-width: 600px;
  }
  .drink_question .drink_question_ttl {
    margin: 0 auto;
    width: 100%;
  }
  .drink_question .drink_question_ttl img {
    margin-top: -80px;
  }
  .drink_question .drink_question_lead {
    font-size: 15px;
    margin: 15px auto;
    width: 80%;
  }
  .drink_question .drink_question_flex {
    padding: 0;
    position: relative;
  }
  .drink_question .drink_question_flex .question .btn_box {
    gap: 0 6px;
    width: 50%;
    position: relative;
    padding-bottom: 0;
    min-width: 210px;
    z-index: 2;
  }
  .drink_question .drink_question_flex .question .btn_box button {
    width: calc(50% - 3px);
    margin: 0 0 7px 0;
  }
  .drink_question .drink_question_flex .question .btn_box button img {
    width: 67px;
    position: relative;
    top: 10px;
  }
  .drink_question .drink_question_flex .question .btn_box button span {
    height: 42px;
    width: 100%;
    font-size: 12px;
    letter-spacing: -1px;
    padding: 7px 0 0 0;
  }
  .drink_question .drink_question_flex .question .reselect {
    background-color: #fff;
    border: 2px solid #9d74f1;
    border-radius: 30px;
    width: calc(100% - 10px);
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #9d74f1;
    margin: 25px auto 0;
    position: relative;
  }
  .drink_question .drink_question_flex .question .reselect::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    vertical-align: middle;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 1px solid #9d74f1;
    background-color: #9d74f1;
    border-radius: 50%;
  }
  .drink_question .drink_question_flex .question .reselect::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 17px;
    margin: auto;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-135deg);
  }
  .drink_question .drink_question_flex .bottle {
    width: 100%;
    position: absolute !important;
    top: 40px;
    right: -170px;
  }
  .drink_question .drink_question_flex .bottle .empty {
    width: 100%;
    height: 400px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .drink_question .drink_question_flex .bottle .select1 {
    width: 100%;
    height: 400px;
    -o-object-fit: contain;
       object-fit: contain;
    filter: drop-shadow(0 0 1px #fcfd7b) drop-shadow(0 0 1px #fcfd7b) drop-shadow(0 0 2px #fcfd7b) drop-shadow(0 0 2px #fcfd7b) drop-shadow(0 0 3px #fcfd7b) drop-shadow(0 0 3px #fcfd7b);
  }
  .drink_question .drink_question_flex .bottle .select2 {
    width: 100%;
    height: 400px;
    -o-object-fit: contain;
       object-fit: contain;
    filter: drop-shadow(0 0 1px #fcfd7b) drop-shadow(0 0 1px #fcfd7b) drop-shadow(0 0 3px #fcfd7b) drop-shadow(0 0 3px #fcfd7b) drop-shadow(0 0 6px #fcfd7b) drop-shadow(0 0 6px #fcfd7b);
  }
  .drink_question .q_check_btn {
    width: 100%;
    margin: 12px auto 0;
  }
}
@media (max-width: 449.98px) {
  .drink_question_wrap {
    top: -142px;
    margin: 0 0 -142px 0;
  }
}
.select_bottle .select_bottle_img .inview-bee-bottle {
  filter: brightness(300%);
  opacity: 0;
  transition: filter 0.75s 1.8s, opacity 0.75s 1.8s;
}
.select_bottle .select_bottle_img .inview-bee-bottle.inview-once {
  filter: brightness(100%);
  opacity: 1;
}
.select_bottle .select_bottle_img .bee {
  transition: 2s ease-out;
  transform: translate3d(50vw, -50px, 0);
}
.select_bottle .select_bottle_img .bee.inview-once {
  transform: translate3d(0, 0, 0);
}

.white_back_box .white_back_flex .white_flex_img img.drink, .white_back_box .white_back_flex .white_flex_img img.bee {
  opacity: 0;
  transform: translate3d(100px, 0, 0);
}
.white_back_box .white_back_flex .white_flex_img.inview-once img.drink, .white_back_box .white_back_flex .white_flex_img.inview-once img.bee {
  opacity: 0;
}
@keyframes bee_drink_anim {
  0% {
    transform: translate3d(100px, 0, 0);
    opacity: 0;
  }
  50% {
    transform: translate3d(50px, -50px, 0);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0, 0);
    animation-timing-function: ease-in;
    opacity: 1;
  }
}
.white_back_box .white_back_flex .white_flex_img.inview-once img.drink, .white_back_box .white_back_flex .white_flex_img.inview-once img.bee {
  animation: bee_drink_anim 1s 1s forwards;
}
.white_back_box {
  opacity: 0;
  transform: translate(-30px, -30px) rotate(-8deg) scale3d(0.9, 0.7, 0.9);
  transform-origin: left top;
  box-shadow: 10px 30px 50px rgba(0, 0, 0, 0.4);
}
.white_back_box.inview-once {
  animation: sticky_note 0.8s ease-out forwards;
}
@keyframes sticky_note {
  0% {
    opacity: 0;
    transform: translate(-30px, -30px) rotate(-8deg) scale3d(0.9, 0.7, 0.9);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg) scale3d(1, 1, 1);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
}

/* 商品詳細 */
@media (min-width: 768px) {
  .select_bottle_box {
    padding: 100px 0 80px;
    background-image: url(../images/select/back.avif);
    background-size: 100% auto;
  }
  .select_bottle_box .container {
    position: relative;
  }
  .select_bottle_box .select_bottle_lead {
    position: relative;
    text-align: center;
    margin: 0 0 40px 0;
  }
  .select_bottle_box .select_bottle_lead img {
    width: 379px;
  }
  .select_bottle_box .select_bottle_lead > .deco .deco_left .deco1 {
    position: absolute;
    left: calc(50% + 245px);
    top: -9px;
    width: 28px;
    transform: rotateY(180deg);
  }
  .select_bottle_box .select_bottle_lead > .deco .deco_left .deco2 {
    position: absolute;
    left: calc(50% + 238px);
    top: -36px;
    width: 14px;
  }
  .select_bottle_box .select_bottle_lead > .deco .deco_left .deco3 {
    position: absolute;
    left: calc(50% + 282px);
    top: 28px;
    width: 14px;
  }
  .select_bottle_box .select_bottle_lead > .deco .deco_left .deco4 {
    position: absolute;
    left: calc(50% + 244px);
    top: 53px;
    width: 23px;
  }
  .select_bottle_box .select_bottle_lead > .deco .deco_right .deco1 {
    position: absolute;
    right: calc(50% + 245px);
    top: -9px;
    width: 28px;
  }
  .select_bottle_box .select_bottle_lead > .deco .deco_right .deco2 {
    position: absolute;
    right: calc(50% + 238px);
    top: -36px;
    width: 14px;
  }
  .select_bottle_box .select_bottle_lead > .deco .deco_right .deco3 {
    position: absolute;
    right: calc(50% + 282px);
    top: 28px;
    width: 14px;
  }
  .select_bottle_box .select_bottle_lead > .deco .deco_right .deco4 {
    position: absolute;
    right: calc(50% + 244px);
    top: 53px;
    width: 23px;
  }
  .select_bottle_box .select_bottle .select_bottle_ttl {
    position: relative;
    width: 301px;
    margin: 0 auto;
    z-index: 2;
  }
  .select_bottle_box .select_bottle .select_bottle_ttl h3 {
    position: absolute;
    font-size: 25px;
    color: #9d74f1;
    font-weight: bold;
    bottom: 26px;
    text-align: center;
    width: 300px;
    letter-spacing: -0.5px;
    padding: 0 10px 0 0;
  }
  .select_bottle_box .select_bottle .select_bottle_ttl .h3_2 {
    font-size: 23px;
    letter-spacing: -1.5px;
  }
  .select_bottle_box .select_bottle .select_bottle_ttl img {
    width: 301px;
  }
  .select_bottle_box .select_bottle .select_bottle_img {
    position: relative;
    top: -42px;
    width: 325px;
    margin: 0 auto -42px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .select_bottle_box .select_bottle .select_bottle_img > img {
    width: 325px;
  }
  .select_bottle_box .select_bottle .select_bottle_img > span {
    position: absolute;
    top: 57px;
  }
  .select_bottle_box .select_bottle .select_bottle_img > span img {
    width: 142px;
    filter: drop-shadow(0 0 1px #fcfd7b) drop-shadow(0 0 1px #fcfd7b) drop-shadow(0 0 3px #fcfd7b) drop-shadow(0 0 3px #fcfd7b) drop-shadow(0 0 6px #fcfd7b) drop-shadow(0 0 6px #fcfd7b);
  }
  .select_bottle_box .select_bottle .select_bottle_img .bee {
    position: absolute;
    width: 170px;
    right: -92px;
    top: 42px;
  }
  .select_bottle_box .select_bottle_p {
    text-align: center;
    color: #9d74f1;
    font-size: 15px;
    line-height: 1.8;
    margin: 30px 0;
  }
  .select_bottle_box .select_bottle_p span {
    color: #f76e86;
  }
  .select_bottle_box .white_back_box {
    background-image: url("../images/select/explanation/white_back.png");
    background-size: 100% auto;
    width: 824px;
    margin: 0 auto;
    padding: 55px;
  }
  .select_bottle_box .white_back_box h3 {
    color: #9d74f1;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    background-color: #ffffe1;
    padding: 2px;
    display: inline-block;
    margin: 0 auto 47px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1;
  }
  .select_bottle_box .white_back_box .white_back_flex {
    display: flex;
    align-items: center;
    padding: 0;
  }
  .select_bottle_box .white_back_box .white_back_flex .white_flex_img {
    width: 275px;
    height: 275px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 0 0;
  }
  .select_bottle_box .white_back_box .white_back_flex .white_flex_img .drink {
    width: 140px;
    position: absolute;
    z-index: 2;
  }
  .select_bottle_box .white_back_box .white_back_flex .white_flex_img .drink2 {
    width: 98px;
  }
  .select_bottle_box .white_back_box .white_back_flex .white_flex_img .drink3 {
    width: 108px;
  }
  .select_bottle_box .white_back_box .white_back_flex .white_flex_img .back {
    width: 275px;
    position: absolute;
  }
  .select_bottle_box .white_back_box .white_back_flex .white_flex_img .bee {
    width: 154px;
    position: absolute;
    right: -60px;
    top: 76px;
    z-index: 2;
  }
  .select_bottle_box .white_back_box .white_back_flex .white_flex_img .bee2 {
    right: -58px;
    top: 20px;
  }
  .select_bottle_box .white_back_box .white_back_flex .white_flex_text {
    width: calc(100% - 275px);
    color: #666;
    font-weight: 500;
    text-align: center;
    padding: 0 0 0 75px;
  }
  .select_bottle_box .white_back_box .white_back_flex .white_flex_text .lead_text {
    height: 53px;
    width: auto;
  }
  .select_bottle_box .white_back_box .white_back_flex .white_flex_text .star {
    width: 17px;
    display: block;
    margin: 19px auto;
  }
  .select_bottle_box .white_back_box .white_back_flex .white_flex_text span {
    color: #f76e86;
  }
  .select_bottle_box .white_back_box .white_back_flex .white_flex_text p {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: -0.5px;
  }
  .select_bottle_box .more_box {
    display: flex;
    align-items: center;
    width: 900px;
    margin: 0 auto -20px;
    background-image: url("../images/select/more/back.avif");
    padding: 44px 87px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: -20px;
  }
  .select_bottle_box .more_box .more_box_text {
    width: calc(100% - 275px);
    padding: 0 85px 0 0;
    text-align: center;
  }
  .select_bottle_box .more_box .more_box_text .title .arrange {
    width: 331px;
  }
  .select_bottle_box .more_box .more_box_text .lead {
    color: #f76e86;
    font-size: 19px;
    font-weight: bold;
    margin: 20px 0 13px;
  }
  .select_bottle_box .more_box .more_box_text p {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
    position: relative;
    letter-spacing: -0.5px;
  }
  .select_bottle_box .more_box .more_box_text p::before {
    content: "";
    background-image: url("../images/select/more/deco.png");
    width: 28px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: -5px;
  }
  .select_bottle_box .more_box .more_box_text p::after {
    content: "";
    background-image: url("../images/select/more/deco.png");
    width: 28px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: -5px;
    transform: scale(-1, 1);
  }
  .select_bottle_box .more_box .more_box_img {
    width: 275px;
  }
  .select_bottle_box .more_box .more_box_img img {
    width: 275px;
  }
  .select_bottle_box .osusume_box {
    margin: 20px 0 0 0;
  }
  .select_bottle_box .osusume_box .title {
    display: flex;
    width: 424px;
    margin: 0 auto;
    position: relative;
    left: 20px;
  }
  .select_bottle_box .osusume_box .title .title_text {
    color: #9d74f1;
    font-size: 19px;
    line-height: 1.5;
    width: calc(100% - 159px);
    text-align: center;
    padding: 10px 0 0 0;
  }
  .select_bottle_box .osusume_box .title .title_text .yellow_back {
    background-color: #ffffe1;
    padding: 1px 7px 1px 1px;
    margin: 0 0 2px 0;
    display: inline-block;
  }
  .select_bottle_box .osusume_box .title .title_text .pink_text {
    color: #f76e86;
  }
  .select_bottle_box .osusume_box .title .title_bee {
    width: 159px;
    position: relative;
    left: -20px;
  }
  .select_bottle_box .osusume_box .title .title_bee img {
    width: 159px;
  }
  .select_bottle_box .osusume_box .osusume_white_box {
    background-color: #fff;
    width: 325px;
    margin: 0px auto -36px;
    border-radius: 20px 20px 0 0;
    position: relative;
    top: -29px;
    padding: 25px 23px;
  }
  .select_bottle_box .osusume_box .osusume_white_box h4 {
    color: #666;
    font-size: 19px;
    text-align: center;
    font-weight: 500;
    margin: 0 0 15px 0;
    letter-spacing: -0.5px;
  }
  .select_bottle_box .osusume_box .osusume_white_box .osusume_flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .select_bottle_box .osusume_box .osusume_white_box .osusume_flex .osusume_flex_img {
    padding: 0 30px 0 0;
  }
  .select_bottle_box .osusume_box .osusume_white_box .osusume_flex .osusume_flex_img img {
    width: 124px;
  }
  .select_bottle_box .osusume_box .osusume_white_box .osusume_flex .osusume_flex_img2 {
    padding: 0 20px 0 0;
  }
  .select_bottle_box .osusume_box .osusume_white_box .osusume_flex .osusume_flex_img2 img {
    width: 136px;
  }
  .select_bottle_box .osusume_box .osusume_white_box .osusume_flex .osusume_flex_text {
    color: #666;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
  }
  .select_bottle_box .osusume_box .osusume_white_box .osusume_flex .osusume_flex_text .text1 {
    font-size: 12px;
    border: 1px solid #666;
    padding: 1px 13px 2px;
    margin: 0 0 3px 0;
    display: inline-block;
  }
  .select_bottle_box .osusume_box .osusume_white_box .osusume_flex .osusume_flex_text .text2 {
    font-size: 27px;
    font-weight: bold;
    line-height: 1;
    margin: 10px 0 0 0;
    display: inline-block;
  }
  .select_bottle_box .osusume_box .osusume_white_box .osusume_flex .osusume_flex_text small {
    font-size: 12px;
    font-weight: bold;
  }
  .select_bottle_box .osusume_box .osusume_white_box .osusume_flex .osusume_flex_text .sm2 {
    font-size: 12px;
    font-weight: 500;
  }
  .select_bottle_box .osusume_btn {
    width: 362px;
    display: flex;
    justify-content: center;
    border-radius: 60px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .select_bottle_box .osusume_btn span {
    color: #fff;
    position: absolute;
    font-size: 20px;
    padding: 25px 0 0 0;
  }
  .select_bottle_box .osusume_btn img {
    width: 362px;
  }
  .select_bottle_box .osusume_btn::before {
    position: absolute;
    content: "";
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fbfbfb;
    animation: btn_animation 3s ease-in-out infinite;
  }
  .select_bottle_box .deco_side > span {
    position: absolute;
    width: 123px;
    top: 40px;
  }
  .select_bottle_box .deco_side > span:nth-child(1) {
    right: calc(50% + 580px);
  }
  .select_bottle_box .deco_side > span:nth-child(2) {
    left: calc(50% + 580px);
    transform: scale(-1, 1);
  }
}
@media (max-width: 767.98px) {
  .select_bottle_box {
    padding: 60px 0;
    background-image: url(../images/select/back_sp.avif);
    background-size: 100% auto;
  }
  .select_bottle_box .select_bottle_lead {
    position: relative;
    text-align: center;
    margin: 0 0 20px 0;
  }
  .select_bottle_box .select_bottle_lead img {
    width: 198px;
  }
  .select_bottle_box .select_bottle_lead > .deco .deco_left .deco1 {
    position: absolute;
    left: calc(50% + 125px);
    top: 16px;
    width: 28px;
    transform: rotateY(180deg);
  }
  .select_bottle_box .select_bottle_lead > .deco .deco_left .deco2 {
    position: absolute;
    left: calc(50% + 119px);
    top: -12px;
    width: 14px;
  }
  .select_bottle_box .select_bottle_lead > .deco .deco_left .deco3 {
    position: absolute;
    left: calc(50% + 160px);
    top: 50px;
    width: 14px;
  }
  .select_bottle_box .select_bottle_lead > .deco .deco_left .deco4 {
    position: absolute;
    left: calc(50% + 122px);
    top: 76px;
    width: 23px;
  }
  .select_bottle_box .select_bottle_lead > .deco .deco_right .deco1 {
    position: absolute;
    right: calc(50% + 125px);
    top: 16px;
    width: 28px;
  }
  .select_bottle_box .select_bottle_lead > .deco .deco_right .deco2 {
    position: absolute;
    right: calc(50% + 119px);
    top: -12px;
    width: 14px;
  }
  .select_bottle_box .select_bottle_lead > .deco .deco_right .deco3 {
    position: absolute;
    right: calc(50% + 160px);
    top: 50px;
    width: 14px;
  }
  .select_bottle_box .select_bottle_lead > .deco .deco_right .deco4 {
    position: absolute;
    right: calc(50% + 122px);
    top: 76px;
    width: 23px;
  }
  .select_bottle_box .select_bottle .select_bottle_ttl {
    position: relative;
    width: 301px;
    margin: 0 auto;
    z-index: 2;
  }
  .select_bottle_box .select_bottle .select_bottle_ttl h3 {
    position: absolute;
    font-size: 25px;
    color: #9d74f1;
    font-weight: bold;
    bottom: 27px;
    text-align: center;
    width: 300px;
    letter-spacing: -0.5px;
    padding: 0 10px 0 0;
  }
  .select_bottle_box .select_bottle .select_bottle_ttl .h3_2 {
    font-size: 23px;
    letter-spacing: -1.5px;
  }
  .select_bottle_box .select_bottle .select_bottle_ttl img {
    width: 301px;
  }
  .select_bottle_box .select_bottle .select_bottle_img {
    position: relative;
    top: -42px;
    width: 325px;
    margin: 0 auto -42px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .select_bottle_box .select_bottle .select_bottle_img > img {
    width: 325px;
  }
  .select_bottle_box .select_bottle .select_bottle_img > span {
    position: absolute;
    top: 58px;
  }
  .select_bottle_box .select_bottle .select_bottle_img > span img {
    width: 142px;
    filter: drop-shadow(0 0 1px #fcfd7b) drop-shadow(0 0 1px #fcfd7b) drop-shadow(0 0 3px #fcfd7b) drop-shadow(0 0 3px #fcfd7b) drop-shadow(0 0 6px #fcfd7b) drop-shadow(0 0 6px #fcfd7b);
  }
  .select_bottle_box .select_bottle .select_bottle_img .bee {
    position: absolute;
    width: 170px;
    right: -92px;
    top: 42px;
  }
  .select_bottle_box .select_bottle_p {
    text-align: center;
    color: #9d74f1;
    font-size: 16px;
    line-height: 1.7;
    margin: 30px 0;
    letter-spacing: -0.5px;
  }
  .select_bottle_box .select_bottle_p span {
    color: #f76e86;
  }
  .select_bottle_box .white_back_box {
    background-image: url("../images/select/explanation/white_back_sp.png");
    background-size: 100% auto;
    width: calc(100% - 20px);
    max-width: 350px;
    margin: 0 auto;
    padding: 55px 15px;
  }
  .select_bottle_box .white_back_box h3 {
    margin: 0 auto 25px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .select_bottle_box .white_back_box h3 span {
    background-color: #ffffe1;
    color: #9d74f1;
    text-align: center;
    font-size: 29px;
    font-weight: bold;
    padding: 1px 2px;
    display: inline-block;
    margin: 0 0 5px 0;
    letter-spacing: -0.5px;
  }
  .select_bottle_box .white_back_box .white_back_flex {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .select_bottle_box .white_back_box .white_back_flex .white_flex_img {
    width: 275px;
    height: 275px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .select_bottle_box .white_back_box .white_back_flex .white_flex_img .drink {
    width: 140px;
    position: absolute;
    z-index: 2;
  }
  .select_bottle_box .white_back_box .white_back_flex .white_flex_img .drink2 {
    width: 98px;
  }
  .select_bottle_box .white_back_box .white_back_flex .white_flex_img .drink3 {
    width: 108px;
  }
  .select_bottle_box .white_back_box .white_back_flex .white_flex_img .back {
    width: 275px;
    position: absolute;
  }
  .select_bottle_box .white_back_box .white_back_flex .white_flex_img .bee {
    width: 154px;
    position: absolute;
    right: -60px;
    top: 76px;
    z-index: 2;
  }
  .select_bottle_box .white_back_box .white_back_flex .white_flex_img .bee2 {
    right: -58px;
    top: 20px;
  }
  .select_bottle_box .white_back_box .white_back_flex .white_flex_text {
    width: 100%;
    color: #666;
    font-weight: 500;
    text-align: center;
    padding: 0;
    margin: 20px 0 0 0;
  }
  .select_bottle_box .white_back_box .white_back_flex .white_flex_text .lead_text {
    height: 52px;
    width: auto;
  }
  .select_bottle_box .white_back_box .white_back_flex .white_flex_text .star {
    width: 17px;
    display: block;
    margin: 15px auto;
  }
  .select_bottle_box .white_back_box .white_back_flex .white_flex_text span {
    color: #f76e86;
  }
  .select_bottle_box .white_back_box .white_back_flex .white_flex_text p {
    font-size: 14.5px;
    line-height: 1.6;
    letter-spacing: -0.5px;
  }
  .select_bottle_box .more_box {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 6px);
    max-width: 390px;
    margin: 25px auto -15px;
    background-image: url("../images/select/more/back_sp2.avif");
    background-size: cover;
    padding: 15px 10px 20px;
    position: relative;
    top: -40px;
    left: -3px;
  }
  .select_bottle_box .more_box::before {
    content: "";
    background-image: url("../images/select/more/back_sp1.png");
    width: 100%;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -31px;
  }
  .select_bottle_box .more_box::after {
    content: "";
    background-image: url("../images/select/more/back_sp1.png");
    width: 100%;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: -31px;
    transform: scale(-1, -1);
  }
  .select_bottle_box .more_box .more_box_text {
    width: 100%;
    padding: 0;
    text-align: center;
    order: 1;
  }
  .select_bottle_box .more_box .more_box_text .title .arrange {
    width: 331px;
  }
  .select_bottle_box .more_box .more_box_text .lead {
    color: #f76e86;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 10px;
  }
  .select_bottle_box .more_box .more_box_text p {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
    position: relative;
    letter-spacing: -0.5px;
  }
  .select_bottle_box .more_box .more_box_text p::before {
    content: "";
    background-image: url("../images/select/more/deco.png");
    width: 28px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: -5px;
  }
  .select_bottle_box .more_box .more_box_text p::after {
    content: "";
    background-image: url("../images/select/more/deco.png");
    width: 28px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: -5px;
    transform: scale(-1, 1);
  }
  .select_bottle_box .more_box .more_box_img {
    width: 100%;
    order: 0;
    text-align: center;
  }
  .select_bottle_box .more_box .more_box_img img {
    width: 275px;
  }
  .select_bottle_box .more_box .more_box_img .title {
    margin: 0 0 16px 0;
  }
  .select_bottle_box .more_box .more_box_img .title .arrange {
    width: 331px;
  }
  .select_bottle_box .osusume_box {
    margin: 14px 0 0 0;
  }
  .select_bottle_box .osusume_box .title {
    display: flex;
    width: 370px;
    margin: 0 auto;
  }
  .select_bottle_box .osusume_box .title .title_text {
    color: #9d74f1;
    font-size: 20px;
    line-height: 1.5;
    width: calc(100% - 159px);
    text-align: center;
    padding: 10px 0 0 0;
    letter-spacing: -0.5px;
  }
  .select_bottle_box .osusume_box .title .title_text .yellow_back {
    background-color: #ffffe1;
    padding: 1px 7px 1px 1px;
    margin: 0 0 2px 0;
    display: inline-block;
  }
  .select_bottle_box .osusume_box .title .title_text .pink_text {
    color: #f76e86;
  }
  .select_bottle_box .osusume_box .title .title_bee {
    width: 159px;
    position: relative;
    left: -20px;
  }
  .select_bottle_box .osusume_box .title .title_bee img {
    width: 159px;
  }
  .select_bottle_box .osusume_box .title2 {
    position: relative;
    min-height: 147px;
  }
  .select_bottle_box .osusume_box .title2 .title_text {
    font-size: 20px;
    width: calc(100% - 108px);
  }
  .select_bottle_box .osusume_box .title2 .title_text .yellow_back {
    background-color: #ffffe1;
    padding: 1px 7px 1px 1px;
    margin: 0 0 2px 0;
    display: inline-block;
  }
  .select_bottle_box .osusume_box .title2 .title_bee {
    width: 149px;
    position: absolute;
    right: -19px;
    left: auto;
  }
  .select_bottle_box .osusume_box .title2 .title_bee img {
    width: 149px;
  }
  .select_bottle_box .osusume_box .title3 {
    position: relative;
    min-height: 147px;
  }
  .select_bottle_box .osusume_box .title3 .title_text {
    font-size: 20px;
    width: calc(100% - 146px);
  }
  .select_bottle_box .osusume_box .title3 .title_text .yellow_back {
    background-color: #ffffe1;
    padding: 1px 7px 1px 1px;
    margin: 0 0 2px 0;
    display: inline-block;
  }
  .select_bottle_box .osusume_box .title3 .title_bee {
    width: 159px;
    position: absolute;
    right: 12px;
    left: auto;
  }
  .select_bottle_box .osusume_box .title3 .title_bee img {
    width: 159px;
  }
  .select_bottle_box .osusume_box .osusume_white_box {
    background-color: #fff;
    width: 325px;
    margin: 0px auto -36px;
    border-radius: 20px 20px 0 0;
    position: relative;
    top: -29px;
    padding: 27px 23px;
  }
  .select_bottle_box .osusume_box .osusume_white_box h4 {
    color: #666;
    font-size: 19px;
    text-align: center;
    font-weight: 500;
    margin: 0 0 20px 0;
    letter-spacing: -0.5px;
  }
  .select_bottle_box .osusume_box .osusume_white_box .osusume_flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .select_bottle_box .osusume_box .osusume_white_box .osusume_flex .osusume_flex_img {
    padding: 0 20px 0 0;
  }
  .select_bottle_box .osusume_box .osusume_white_box .osusume_flex .osusume_flex_img img {
    width: 124px;
  }
  .select_bottle_box .osusume_box .osusume_white_box .osusume_flex .osusume_flex_img2 {
    padding: 0 20px 0 0;
  }
  .select_bottle_box .osusume_box .osusume_white_box .osusume_flex .osusume_flex_img2 img {
    width: 136px;
  }
  .select_bottle_box .osusume_box .osusume_white_box .osusume_flex .osusume_flex_text {
    color: #666;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
  }
  .select_bottle_box .osusume_box .osusume_white_box .osusume_flex .osusume_flex_text .text1 {
    font-size: 12px;
    border: 1px solid #666;
    padding: 1px 13px 2px;
    margin: 0 0 3px 0;
    display: inline-block;
  }
  .select_bottle_box .osusume_box .osusume_white_box .osusume_flex .osusume_flex_text .text2 {
    font-size: 27px;
    font-weight: bold;
    line-height: 1;
    margin: 10px 0 0 0;
    display: inline-block;
  }
  .select_bottle_box .osusume_box .osusume_white_box .osusume_flex .osusume_flex_text small {
    font-size: 12px;
    font-weight: bold;
  }
  .select_bottle_box .osusume_box .osusume_white_box .osusume_flex .osusume_flex_text .sm2 {
    font-size: 12px;
    font-weight: 500;
  }
  .select_bottle_box .osusume_btn {
    width: 362px;
    display: flex;
    justify-content: center;
    border-radius: 60px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .select_bottle_box .osusume_btn span {
    color: #fff;
    position: absolute;
    font-size: 20px;
    padding: 25px 0 0 0;
  }
  .select_bottle_box .osusume_btn img {
    width: 362px;
  }
  .select_bottle_box .osusume_btn::before {
    position: absolute;
    content: "";
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fbfbfb;
    animation: btn_animation 3s ease-in-out infinite;
  }
}
/* ページ下部 */
.other_bottle {
  background-color: #ffffe1;
  position: relative;
}
.other_bottle small {
  color: #666666;
  display: block;
}

@media (min-width: 768px) {
  .other_bottle {
    padding: 45px 0 50px;
  }
  .other_bottle small {
    font-size: 13px;
    text-align: center;
  }
  .other_bottle_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 660px;
    margin: 0 auto 20px;
  }
  .other_bottle_flex .other_bottle_img {
    width: 284px;
    position: relative;
    text-align: center;
  }
  .other_bottle_flex .other_bottle_img .merry1 {
    width: 284px;
    z-index: 2;
    position: relative;
  }
  .other_bottle_flex .other_bottle_img .merry2 {
    width: 237px;
    top: -38px;
    position: relative;
  }
  .other_bottle_flex .other_bottle_img .item .item1 {
    position: absolute;
    width: 40px;
    top: 104px;
    left: 0px;
  }
  .other_bottle_flex .other_bottle_img .item .item2 {
    position: absolute;
    width: 42px;
    top: 107px;
    left: 44px;
  }
  .other_bottle_flex .other_bottle_img .item .item3 {
    position: absolute;
    width: 46px;
    top: 110px;
    left: 91px;
  }
  .other_bottle_flex .other_bottle_img .item .item4 {
    position: absolute;
    width: 46px;
    top: 110px;
    left: 147px;
  }
  .other_bottle_flex .other_bottle_img .item .item5 {
    position: absolute;
    width: 42px;
    top: 107px;
    left: 198px;
  }
  .other_bottle_flex .other_bottle_img .item .item6 {
    position: absolute;
    width: 40px;
    top: 104px;
    right: 0px;
  }
  .other_bottle_flex .other_bottle_text {
    text-align: center;
    width: calc(100% - 284px);
    padding: 0 0 0 40px;
  }
  .other_bottle_flex .other_bottle_text .bee {
    width: 106px;
    animation: fuwafuwa 3s ease-in-out infinite alternate;
  }
  .other_bottle_flex .other_bottle_text .text {
    width: 312px;
    margin: 20px 0;
  }
  .other_bottle_flex .other_bottle_text p {
    color: #9d74f1;
    font-size: 24px;
    text-align: center;
  }
  .other_bottle_flex .other_btn {
    width: 221px;
    display: flex;
    justify-content: center;
    border-radius: 60px;
    margin: 0 auto;
    position: relative;
  }
  .other_bottle_flex .other_btn span {
    color: #fff;
    position: absolute;
    font-size: 20px;
    padding: 14px 0 0 0;
  }
  .other_bottle_flex .other_btn img {
    width: 221px;
  }
}
@media (max-width: 767.98px) {
  .other_bottle {
    padding: 60px 0 27px;
  }
  .other_bottle small {
    font-size: 13px;
    text-align: left;
  }
  .other_bottle_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto -10px;
    max-width: 386px;
    position: relative;
  }
  .other_bottle_flex .other_bottle_img {
    width: 79.7%;
    margin: 0 auto;
    position: relative;
    text-align: center;
  }
  .other_bottle_flex .other_bottle_img .merry1 {
    width: 100%;
    z-index: 2;
    position: relative;
  }
  .other_bottle_flex .other_bottle_img .merry2 {
    width: 82%;
    top: -30px;
    position: relative;
  }
  .other_bottle_flex .other_bottle_img .item .item1 {
    position: absolute;
    width: 13.5%;
    top: 32%;
    left: 0;
  }
  .other_bottle_flex .other_bottle_img .item .item2 {
    position: absolute;
    width: 14.5%;
    top: 32.5%;
    left: 16.5%;
  }
  .other_bottle_flex .other_bottle_img .item .item3 {
    position: absolute;
    width: 15.5%;
    top: 33.5%;
    left: 33%;
  }
  .other_bottle_flex .other_bottle_img .item .item4 {
    position: absolute;
    width: 15.5%;
    top: 33.5%;
    left: 51.5;
  }
  .other_bottle_flex .other_bottle_img .item .item5 {
    position: absolute;
    width: 14.5%;
    top: 32.5%;
    left: 69%;
  }
  .other_bottle_flex .other_bottle_img .item .item6 {
    position: absolute;
    width: 13.5%;
    top: 32%;
    right: 0;
  }
  .other_bottle_flex .other_bottle_text {
    text-align: center;
    width: 100%;
    padding: 0;
    z-index: 2;
  }
  .other_bottle_flex .other_bottle_text .bee {
    width: 106px;
    position: absolute;
    right: -2px;
    top: 31px;
    animation: fuwafuwa 3s ease-in-out infinite alternate;
  }
  .other_bottle_flex .other_bottle_text .text {
    width: 312px;
    margin: 0;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, -5%);
  }
  .other_bottle_flex .other_bottle_text p {
    color: #9d74f1;
    font-size: 24px;
    text-align: center;
  }
  .other_bottle_flex .other_btn {
    width: 210px;
    display: flex;
    justify-content: center;
    border-radius: 60px;
    margin: 0 auto;
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .other_bottle_flex .other_btn span {
    color: #fff;
    position: absolute;
    font-size: 20px;
    padding: 14px 0 0 0;
  }
  .other_bottle_flex .other_btn img {
    width: 210px;
  }
}/*# sourceMappingURL=drink.css.map */