@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lilita+One&family=Noto+Sans+JP:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Rochester&family=Shippori+Mincho&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@media screen and (max-width: 743px) {
  .sp_hidden {
    display: none;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
}

main {
  width: 100%;
  overflow: hidden;
}

a {
  text-decoration: none;
}

body,
h2,
h3,
h4,
p,
span,
a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  color: #000;
}

a:hover {
  opacity: 0.8;
  transition-duration: 0.8s;
}

img {
  width: 100%;
  height: auto;
}

.image_wrap {
  width: 100%;
}

.section_wrapper {
  position: relative;
}

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

.bg_img_fixed {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

section {
  width: 100%;
}
section .border {
  border-top: 6px solid #ff96b8;
  border-bottom: 6px solid #ff96b8;
}
section .head_wrap {
  position: relative;
  width: 100%;
  padding: 10.66666vw 0;
}
section .head_wrap span {
  display: block;
  width: 100%;
  text-align: center;
}
section .head_wrap span.number {
  margin-bottom: 2.66667vw;
  font-family: "Lilita One", sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #fef2e2;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ff96b8;
}
section .head_wrap span.item_name {
  margin-bottom: 3.2vw;
  font-size: 28px;
  font-weight: 900;
  color: #fef2e2;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ff96b8;
}
section .head_wrap span.catchphrase {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #6e6e6e;
}
section .head_wrap .photo {
  display: block;
  position: absolute;
  top: -8.53334vw;
  right: 4.53333vw;
  max-width: 32.268vw;
}
section .swiper {
  width: 100%;
}
section .credit_wrap {
  width: 100%;
  padding: 6.93333vw 5.33333vw;
  margin: 0 auto;
}
section .credit_wrap .credit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
section .credit_wrap .credit.sp_hidden {
  display: none;
}
section .credit_wrap .credit:not(:last-of-type) {
  margin-bottom: 20px;
}
section .credit_wrap .credit .items_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 44.8vw;
  width: 100%;
}
section .credit_wrap .credit .items_wrap p {
  font-weight: 700;
  line-height: 1;
  color: #6e6e6e;
}
section .credit_wrap .credit .items_wrap .price .tax {
  font-size: 10px;
  color: #6e6e6e;
}
section .credit_wrap .credit .details_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 8px;
       column-gap: 8px;
  max-width: 42.6667vw;
  width: 100%;
}
section .credit_wrap .credit .details_wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 32px;
  background: #ff96b8;
  border-radius: 5px;
}
section .credit_wrap .credit .details_wrap a span {
  display: inline-block;
  font-family: "Lilita One", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  color: #fff;
}
section .credit_wrap .credit .details_wrap.expand a {
  width: 100%;
}
section .credit_wrap.numbered .credit {
  align-items: flex-start;
}
section .credit_wrap.numbered .credit .number_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 25px;
  width: 100%;
  height: 25px;
  background: #ff96b8;
  border: 1px solid #6e6e6e;
  border-radius: 9999px;
}
section .credit_wrap.numbered .credit .number_wrap span {
  display: block;
  width: 100%;
  font-family: "Lilita One", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
section .credit_wrap.numbered .credit .items_wrap {
  display: block;
  max-width: 44.8vw;
  width: 100%;
  margin-top: 2px;
}
section .credit_wrap.numbered .credit .items_wrap p {
  line-height: 1.4285714286;
}
section .credit_wrap.numbered .credit .details_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 8px;
       column-gap: 8px;
  max-width: 42.6667vw;
  width: 100%;
  margin-top: 14px;
}
section .credit_wrap.numbered .credit .details_wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 32px;
  background: #ff96b8;
  border-radius: 5px;
}
section .credit_wrap.numbered .credit .details_wrap a span {
  display: inline-block;
  font-family: "Lilita One", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}
section .credit_wrap.numbered .credit .details_wrap.expand a {
  width: 100%;
}
section .color_name {
  z-index: 9999;
  position: absolute;
  display: block;
  font-family: "Rochester", cursive;
  font-size: 40px;
  color: #fffab9;
}
section#main_visual {
  padding: 3.7333275vw 0 11.73334vw;
}
section#main_visual .bg_img_fixed {
  background-image: url(../img/background_pink_striped_sp.jpg);
}
section#main_visual .logo_wrap {
  width: 100%;
}
section#main_visual .logo_wrap.anyfam {
  max-width: 28.268vw;
  margin: 0 auto 0 3.7333275vw;
}
section#main_visual .logo_wrap.baskin_robbins_31 {
  z-index: 9999;
  position: absolute;
  top: 18.135vw;
  right: 0;
  left: 0;
  max-width: 62.4vw;
  margin: auto;
}
section#main_visual .logo_wrap .subtitle {
  max-width: 60vw;
  width: 100%;
}
section#main_visual .logo_wrap .subtitle.fadeUpOnTheSpotNotShrink {
  animation-delay: 2s;
}
section#main_visual .image_wrap {
  max-width: 89.6vw;
  margin: -3.7333275vw auto 0;
}
section#main_visual .illustration_wrap {
  position: absolute;
  top: -3.7333275vw;
  left: 0;
  width: 100%;
  height: 211.468vw;
}
section#main_visual .illustration_wrap img {
  position: absolute;
  display: block;
  max-width: 13.068vw;
}
section#main_visual .illustration_wrap img.cotton_candy {
  top: 2.66667vw;
  right: 10.66666vw;
}
section#main_visual .illustration_wrap img.popping_shower {
  top: 27.7333vw;
  left: 2.66667vw;
  animation-delay: 0.2s;
}
section#main_visual .illustration_wrap img.love_potion_31 {
  top: 70.935vw;
  right: 0;
  animation-delay: 0.4s;
}
section#main_visual .illustration_wrap img.very_berry_strawberry {
  bottom: 53.335vw;
  left: 10.66666vw;
  animation-delay: 0.6s;
}
section#main_visual .title_description_wrap {
  margin-top: -4vw;
}
section#main_visual .title_description_wrap .subtitle {
  max-width: 53.335vw;
  width: 100%;
  margin: 0 auto;
}
section#main_visual .title_description_wrap .subtitle.fadeUpOnTheSpotNotShrink {
  animation-delay: 1s;
}
section#main_visual .title_description_wrap .title {
  max-width: 85vw;
  width: 100%;
  margin: -1.066666vw auto 3.2vw;
}
section#main_visual .title_description_wrap .description {
  font-weight: 700;
  line-height: 1.7142857143;
  color: #71b2bc;
  text-align: center;
}
section#flavor_pochette_tshirt .bg_img_fixed {
  background-image: url(../img/background_yellow_dotted.jpg);
  background-size: contain;
}
section#flavor_pochette_tshirt .swiper,
section#flavor_pochette_tshirt .image_wrap {
  position: relative;
}
section#flavor_pochette_tshirt .swiper .color_name.ecru,
section#flavor_pochette_tshirt .image_wrap .color_name.ecru {
  top: 6.4vw;
  right: 5.33333vw;
}
section#flavor_pochette_tshirt .swiper .color_name.pink,
section#flavor_pochette_tshirt .image_wrap .color_name.pink {
  top: 10.13334vw;
  right: 5.33333vw;
}
section#flavor_pochette_tshirt .swiper .color_name.lavender,
section#flavor_pochette_tshirt .image_wrap .color_name.lavender {
  top: 6.4vw;
  left: 4.53333vw;
}
section#thirty_one_dress .bg_img_fixed {
  background-image: url(../img/background_green_striped.jpg);
  background-size: contain;
}
section#thirty_one_dress .head_wrap.border {
  border-top: none;
}
section#thirty_one_dress .swiper {
  position: relative;
}
section#thirty_one_dress .swiper .color_name.lavender {
  top: 6.4vw;
  left: 4.53333vw;
}
section#thirty_one_dress .swiper .color_name.mint {
  top: 6.4vw;
  left: 4vw;
}
section#back_fluttering_tshirt .bg_img_fixed {
  background-image: url(../img/background_yellow_dotted.jpg);
  background-size: contain;
}
section#back_fluttering_tshirt .head_wrap.border {
  border-top: none;
  border-bottom: none;
}
section#back_fluttering_tshirt .swiper,
section#back_fluttering_tshirt .image_wrap {
  position: relative;
}
section#back_fluttering_tshirt .swiper .color_name.mint,
section#back_fluttering_tshirt .image_wrap .color_name.mint {
  top: 10.13334vw;
  right: 5.33333vw;
}
section#back_fluttering_tshirt .swiper .color_name.pink,
section#back_fluttering_tshirt .image_wrap .color_name.pink {
  top: 10.13334vw;
  right: 5.33333vw;
}
section#baskin_robbins_31_introduction {
  padding: 20.8vw 0;
}
section#baskin_robbins_31_introduction .bg_img_fixed {
  background-image: url(../img/background_pink_striped_sp.jpg);
}
section#baskin_robbins_31_introduction .head_wrap {
  max-width: 62.4vw;
  margin: 0 auto 1.333334vw;
  padding: 0;
}
section#baskin_robbins_31_introduction .image_wrap {
  max-width: 89.6vw;
  margin: 0 auto;
}
section#flavor_print_culottes .bg_img_fixed {
  background-image: url(../img/background_green_striped.jpg);
  background-size: contain;
}
section#all_clothes_introduction .bg_img_fixed {
  background-image: url(../img/background_pink_striped_sp.jpg);
}
section#all_clothes_introduction .head_wrap span.item_name {
  -webkit-text-stroke-color: #71b2bc;
}
section#all_goods_introduction {
  margin-bottom: 16vw;
}
section#all_goods_introduction .bg_img_fixed {
  background-image: url(../img/background_yellow_dotted.jpg);
  background-size: contain;
}
section#all_goods_introduction .head_wrap.border {
  border-top: none;
}
section#information .other_items {
  max-width: 89.6vw;
  width: 100%;
  height: 20.8vw;
  margin: 0 auto 16vw;
}
section#information .other_items a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #ff96b8;
}
section#information .other_items a span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.625;
  color: #fff;
}
section#information .staff_credit_wrap {
  max-width: 89.6vw;
  width: 100%;
  margin: 0 auto 21.33334vw;
  padding: 0 0 13.33333vw;
  border-bottom: 1px solid #6e6e6e;
}
section#information .staff_credit_wrap p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7142857143;
  text-align: center;
  color: #4a4a4a;
}
section#information .staff_credit_wrap p.staff_credit {
  margin-bottom: 16vw;
}
section#information .footer {
  padding-bottom: 23.73334vw;
}
section#information .footer .logo_wrap {
  max-width: 37.334vw;
  width: 100%;
  margin: 0 auto 16vw;
}
section#information .footer .logo_wrap a {
  display: block;
  width: 100%;
  height: 100%;
}
section#information .footer .instagram {
  width: 36px;
  height: 36px;
  margin: 0 auto 16vw;
}
section#information .footer .instagram a {
  display: block;
  width: 100%;
  height: 100%;
}
section#information .footer .online_shop,
section#information .footer .shop_list {
  max-width: 89.6vw;
  width: 100%;
  height: 20.8vw;
  margin: 0 auto;
}
section#information .footer .online_shop a,
section#information .footer .shop_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #ff96b8;
}
section#information .footer .online_shop a span,
section#information .footer .shop_list a span {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  color: #fff;
}
section#information .footer .online_shop {
  margin-bottom: 8vw;
}
section#information .footer .shop_list {
  margin-bottom: 16vw;
}
section#information .footer .attention {
  max-width: 89.6vw;
  width: 100%;
  margin: 0 auto 17.06666vw;
}
section#information .footer .attention p {
  font-family: "Shippori Mincho", serif;
  font-size: 12px;
  line-height: 1.6666666667;
  color: #6e6e6e;
}
section#information .footer .onward_crosset {
  max-width: 35.468vw;
  width: 100%;
  margin: 0 auto 15.735vw;
}
section#information .footer .copyright {
  width: 100%;
}
section#information .footer .copyright p {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  text-align: center;
  color: #6e6e6e;
}

.fadeInOnTheSpot {
  opacity: 0;
  animation: fadeInOnTheSpot 1s forwards;
  overflow: hidden;
}
.fadeInOnTheSpot img {
  animation-name: shrink;
  animation-duration: 3s;
}

@keyframes fadeInOnTheSpot {
  from {
    opacity: 0;
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.fadeUpOnTheSpotNotShrink {
  opacity: 0;
  animation: fadeUpOnTheSpotNotShrink 1s forwards;
}

@keyframes fadeUpOnTheSpotNotShrink {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInImgLOnTheSpot {
  opacity: 0;
  animation-name: fadeInImgTxtFromLeft;
  animation-duration: 0.7s;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.fadeInImgROnTheSpot {
  opacity: 0;
  animation-name: fadeInImgTxtFromRight;
  animation-duration: 0.7s;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.fadeInImgL {
  opacity: 0;
}
.fadeInImgL.active {
  animation-name: fadeInImgTxtFromLeft;
  animation-duration: 0.7s;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes fadeInImgTxtFromLeft {
  0% {
    -webkit-clip-path: inset(0 100% 0% 0);
            clip-path: inset(0 100% 0% 0);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
    opacity: 1;
  }
}
.fadeInImgR {
  opacity: 0;
}
.fadeInImgR.active {
  animation-name: fadeInImgTxtFromRight;
  animation-duration: 0.7s;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes fadeInImgTxtFromRight {
  0% {
    -webkit-clip-path: inset(0 0% 0% 100%);
            clip-path: inset(0 0% 0% 100%);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
    opacity: 1;
  }
}
.fadeIn {
  opacity: 0;
}
.fadeIn.active {
  animation: fadeIn 1s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeUp {
  opacity: 0;
}
.fadeUp.active {
  animation: fadeUp 1s forwards;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInTxtStyle {
  opacity: 0;
  display: inline-block;
  position: absolute;
  bottom: 14.93333vw;
  right: 4.53333vw;
  max-width: 9.6vw;
}
.fadeInTxtStyle.active {
  animation-name: fadeInImgTxtFromLeft;
  animation-duration: 0.7s;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.fadeInTxtNum {
  opacity: 0;
  display: inline-block;
  position: absolute;
  bottom: 2.66667vw;
  right: 4.53333vw;
  max-width: 13.33333vw;
}
.fadeInTxtNum.active {
  animation-name: fadeInImgTxtFromLeft;
  animation-duration: 0.7s;
  animation-timing-function: ease-out;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.fadeInTxtC {
  opacity: 0;
  display: inline-block;
}
.fadeInTxtC.active {
  animation-name: fadeInImgTxtFromLeft;
  animation-duration: 0.7s;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.shrinkAccordingToScroll {
  width: 100%;
  overflow: hidden;
}
.shrinkAccordingToScroll.active img {
  animation-name: shrink;
  animation-duration: 3s;
}

@keyframes shrink {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.swing {
  animation: swing 1s steps(2, end) infinite;
}

@keyframes swing {
  0% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
@media screen and (min-width: 744px) {
  .pc_hidden {
    display: none;
  }
  body {
    background: #ded9d3;
  }
  .main_visual {
    padding: 6.661788vw 3.2211vw 6.4427vw;
  }
  .main_visual .logo_subtitle_wrap {
    display: block;
    top: 1.24451vw;
    padding-left: 0;
  }
  .main_visual .logo_subtitle_wrap .logo_wrap {
    max-width: 9.151vw;
    margin: 0 auto 3.2211vw;
  }
  .main_visual .logo_subtitle_wrap .subtitle {
    max-width: 42.3138vw;
    margin: 0 0 0 auto;
  }
  .main_visual .image_wrap_parent {
    flex-wrap: nowrap;
    gap: 0 0.87848vw;
  }
  .main_visual .image_wrap_parent .image_wrap {
    max-width: 100%;
  }
  .main_visual .image_wrap_parent .image_wrap.bottom_left, .main_visual .image_wrap_parent .image_wrap.bottom_right {
    margin-top: 15.1537vw;
  }
  .main_visual .title {
    max-width: 47.2187vw;
    margin: -21.6696vw auto 0 -1.5625vw;
  }
  .only_pc_layout {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 14.67069vw 0 13.6976vw;
    background-color: #ffbfcc;
    background-image: url(../img/background_pink_striped_pc.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }
  .only_pc_layout .title_description_wrap {
    position: fixed;
    top: 0;
    left: 16.6911vw;
    max-width: 37.4257vw;
    width: 100%;
    padding: 18.2288vw 0 0;
  }
  .only_pc_layout .title_description_wrap .subtitle {
    max-width: 19.3114vw;
    width: 100%;
    margin: 0 auto;
  }
  .only_pc_layout .title_description_wrap .title {
    max-width: 85vw;
    width: 100%;
    margin: 0 auto 1.61054vw;
  }
  .only_pc_layout .title_description_wrap .description {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6666666667;
    text-align: center;
    color: #71b2bc;
  }
  .only_pc_layout .section_wrap_fixed {
    z-index: 9999;
    max-width: 375px;
    min-width: 375px;
    margin: 0 0 0 auto;
  }
  .only_pc_layout .bg_img_fixed {
    background-attachment: scroll;
  }
  .only_pc_layout section .head_wrap {
    padding: 2.92826vw 0;
  }
  .only_pc_layout section .head_wrap span.number {
    margin-bottom: 0.732066vw;
  }
  .only_pc_layout section .head_wrap span.item_name {
    margin-bottom: 0.87848vw;
  }
  .only_pc_layout section .head_wrap .photo {
    top: -2.342603vw;
    right: 1.24451vw;
    max-width: 8.858vw;
  }
  .only_pc_layout section .credit_wrap {
    padding: 1.90337vw 1.5625vw;
  }
  .only_pc_layout section .credit_wrap .credit .details_wrap {
    max-width: 17.2035vw;
  }
  .only_pc_layout section .credit_wrap .credit .details_wrap.expand a {
    width: 100%;
  }
  .only_pc_layout section .accordion_wrap {
    margin-top: 1.5625vw;
  }
  .only_pc_layout section .accordion_wrap button.other_item {
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0.87848vw 0;
  }
  .only_pc_layout section .accordion_wrap .accordion {
    margin: 1.5625vw auto 0;
  }
  .only_pc_layout section .accordion_wrap .accordion .credit_wrap {
    margin: 0 auto;
  }
  .only_pc_layout section .description {
    max-width: 24.5977vw;
  }
  .only_pc_layout section#main_visual {
    padding: 1.537333vw 0 4.39239vw;
  }
  .only_pc_layout section#main_visual .logo_wrap.anyfam {
    max-width: 7.9347vw;
    margin: 0 auto 0 1.02489vw;
  }
  .only_pc_layout section#main_visual .logo_wrap.baskin_robbins_31 {
    top: 5.08982vw;
    max-width: 17.515vw;
  }
  .only_pc_layout section#main_visual .image_wrap {
    max-width: 24.5977vw;
    margin: -1.02489vw auto 0;
  }
  .only_pc_layout section#main_visual .illustration_wrap {
    top: -1.537333vw;
    height: 47.156vw;
  }
  .only_pc_layout section#main_visual .illustration_wrap img {
    max-width: 3.5876vw;
  }
  .only_pc_layout section#main_visual .illustration_wrap img.cotton_candy {
    top: 0.732066vw;
    right: 2.92826vw;
  }
  .only_pc_layout section#main_visual .illustration_wrap img.popping_shower {
    top: 7.5408vw;
    left: 0.732066vw;
  }
  .only_pc_layout section#main_visual .illustration_wrap img.love_potion_31 {
    top: 19.4vw;
  }
  .only_pc_layout section#main_visual .illustration_wrap img.very_berry_strawberry {
    bottom: 2.781844vw;
    left: 2.92826vw;
  }
  .only_pc_layout section#flavor_pochette_tshirt .swiper .color_name.ecru {
    top: 1.756955vw;
    right: 1.5625vw;
  }
  .only_pc_layout section#flavor_pochette_tshirt .swiper .color_name.pink {
    top: 2.781844vw;
    right: 1.5625vw;
  }
  .only_pc_layout section#flavor_pochette_tshirt .image_wrap .color_name.lavender {
    top: 1.83016vw;
    left: 0.732066vw;
  }
  .only_pc_layout section#thirty_one_dress .swiper .color_name.lavender {
    top: 1.756955vw;
    left: 1.24451vw;
  }
  .only_pc_layout section#thirty_one_dress .swiper .color_name.mint {
    top: 1.756955vw;
    left: 1.02489vw;
  }
  .only_pc_layout section#back_fluttering_tshirt .swiper .color_name.mint {
    top: 2.781844vw;
    right: 1.5625vw;
  }
  .only_pc_layout section#back_fluttering_tshirt .image_wrap .color_name.pink {
    top: 2.781844vw;
    right: 1.5625vw;
  }
  .only_pc_layout section#baskin_robbins_31_introduction {
    padding: 5.637vw 0;
  }
  .only_pc_layout section#baskin_robbins_31_introduction .head_wrap {
    max-width: 17.515vw;
    margin: 0 auto 0.366032vw;
  }
  .only_pc_layout section#baskin_robbins_31_introduction .image_wrap {
    max-width: 24.5977vw;
  }
  .only_pc_layout section#all_goods_introduction {
    margin-bottom: 0;
  }
  .only_pc_layout section#information {
    padding: 4.39239vw 0 2.48902vw;
    background: #fff;
  }
  .only_pc_layout section#information .other_items {
    max-width: 24.5977vw;
    height: 5.637vw;
    margin: 0 auto 4.39239vw;
  }
  .only_pc_layout section#information .staff_credit_wrap {
    max-width: 24.5977vw;
    margin: 0 auto 5.856512vw;
    padding: 0 0 4.39239vw;
  }
  .only_pc_layout section#information .staff_credit_wrap p.staff_credit {
    margin-bottom: 4.39239vw;
  }
  .only_pc_layout section#information .footer {
    padding-bottom: 0;
  }
  .only_pc_layout section#information .footer .logo_wrap {
    max-width: 10.2489vw;
    margin: 0 auto 4.39239vw;
  }
  .only_pc_layout section#information .footer .instagram {
    margin: 0 auto 4.39239vw;
  }
  .only_pc_layout section#information .footer .online_shop,
  .only_pc_layout section#information .footer .shop_list {
    max-width: 24.5977vw;
    height: 5.637vw;
    margin: 0 auto;
  }
  .only_pc_layout section#information .footer .online_shop {
    margin-bottom: 2.19619vw;
  }
  .only_pc_layout section#information .footer .shop_list {
    margin-bottom: 4.39239vw;
  }
  .only_pc_layout section#information .footer .attention {
    max-width: 24.5977vw;
    margin: 0 auto 4.75842vw;
  }
  .only_pc_layout section#information .footer .onward_crosset {
    max-width: 9.73649vw;
    width: 100%;
    margin: 0 auto 4.3197vw;
  }
}
@media screen and (1120px <= width < 1200px) {
  .only_pc_layout {
    padding: 0 11vw 0 10vw;
  }
  .only_pc_layout .title_description_wrap {
    left: 11vw;
  }
}
@media screen and (900px <= width < 1120px) {
  .only_pc_layout {
    padding: 0 8vw 0 7vw;
  }
  .only_pc_layout .title_description_wrap {
    left: 8vw;
  }
  .only_pc_layout .description .tablet_hidden {
    display: none;
  }
}
@media screen and (744px <= width < 900px) {
  .only_pc_layout {
    padding: 0 5vw 0 4vw;
  }
  .only_pc_layout .title_description_wrap {
    left: 4vw;
  }
  .only_pc_layout .description .tablet_hidden {
    display: none;
  }
}/*# sourceMappingURL=common.css.map */