@charset "utf-8";

html {
  font-size: 62.5%;
  /* 10px相当に設定 */
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #000;
  background: #E3F1FE;
  min-width: 370px;
  max-width: 414px;
  margin: 0 auto;
}


/* -----------font-----------*/
.afacad {
  font-family: "Afacad", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.libre-bodoni {
  font-family: "Libre Bodoni", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

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

.sp {
  display: block;
}

.pc {
  display: none;
}

/* -----------共通-----------*/


/* -----------top-----------*/

.main_info {
  background: #E3F1FE;
  border-bottom: solid 1px #000;
}

.main_logo {
  max-width: 30rem;
  margin: 0 auto;
  padding: 5rem 1rem;
  display: block;
  box-sizing: border-box;
  transition: .5s;
}

.main_visual_container1 {
  max-width: 34rem;
  margin: 0 auto;
}

.main_visual1 {
  position: relative;
  max-width: 26rem;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}

.main_visual2_all {
  position: relative;
  max-width: 39rem;
  margin: 0 auto;
  transition: .5s;
  padding: 0 0 6rem;
}


.main_visual2 {
  max-width: 33.6rem;
  width: 100%;
  height: 100%;
  margin: 4rem auto 0;
  padding: 0 1rem;
}

.main_visual_image {

  border: 0.3rem solid #fff;
  border-radius: 0.5rem;
  outline: 0.1rem solid #000;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.1);
}

.main_visual_image1 {
  max-width: 26rem;
}

.main_visual_image2 {
  max-width: 20rem;
  margin: 0 3.5rem 0 auto;
}

.main_item_image1 {
  max-width: 20rem;
  position: absolute;
  right: -4rem;
  bottom: -3.5rem;
  object-fit: cover;
  transition: all 0.3s ease;
  transform-origin: top center; 
}


@keyframes swing {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(5deg);
  }
}

.main_item_image1,
.main_item_image2,
.gallery_deluxee1,
.gallery_deluxee2 {  /* gallery画像を追加 */
  transition: all 0.3s ease;
  transform-origin: top center;
}

.main_item_image1:hover,
.main_item_image2:hover,
.gallery_deluxee1:hover,
.gallery_deluxee2:hover {  /* gallery画像を追加 */
  animation: swing 1s ease-in-out infinite;
}

.main_item_image2 {
  max-width: 19.5rem;
  position: absolute;
  left: -1rem;
  top: -2.5rem;
}

.main_visual_text {
  width: 27rem;
  margin: 2rem 0 0 0;
}

.main_visual_text span {
  font-size: 3rem;
  font-weight: bold;
  color: #A6D6FF;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  padding-right: 0.5rem;
}

.main_visual_text2 {
  width: 26rem;
  margin: 1rem 0 0 auto;
  padding: 0 1rem 0 0;
  font-size: 1.4rem;
  line-height: 1.5;
}

.main_button {
  background: #EBE45B;
  border-radius: 50%;
  width: 8.7rem;
  height: 8.7rem;
  box-shadow: 0.3rem 0.3rem 0 #000;
  border: solid 1px #000;
  cursor: pointer;
  transition: box-shadow 0.2s;
  position: absolute;
  left: 1rem;
  bottom: 2.5rem;
  transition: .5s;
  text-decoration: none;
  display: block;
}


.main_button_eye {
  width: 3.2rem;
  height: 3.2rem;
  margin: 1rem auto 0;
}

.main_button_text{
  display: block;
  width: 4.8rem;
  margin: -0.5rem auto 0;
}

.main_button:hover {
  box-shadow: 0.2rem 0.2rem 0 #000;
  transform: translate(0.1rem, 0.1rem);
}


.main_visual_text2 span {
  position: relative;
  padding: 0 2px;
}

.main_visual_text2 span::after {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 10px;
  background-image: url(../img/wave-border.png);
  background-repeat: repeat-x;
}


@media screen and (min-width:960px) {
  .main_button {
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 10%;
    width: 16.7rem;
    height: 16.7rem;
  }

  .main_button_eye {
    width: 6.4rem;
    height: 6.4rem;
    margin: 1rem auto 0;
  }
  
  .main_button_text{
    display: block;
    width: 9.5rem;
  }

}


.shop_info {
  background: #EED7E4;
  border-bottom: solid 1px #000;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.3) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.3) 1px, transparent 1px);
  background-size: 2rem 2rem;
  padding: 5rem 0;
}

.shop_info h2 {
  font-size: 5rem;
  font-weight: bold;
  color: #A6D6FF;
  text-align: center;
  -webkit-text-stroke: 0.5px #000;  /* WebKitブラウザ用 */
  text-stroke: 0.5px #000;  /* 標準仕様（将来的な対応） */
  padding: 2rem 0;
  line-height: 0.8;
}

.shop_info_container {
  position: relative;
  max-width: 30rem;
  box-sizing: border-box;
  margin: 0 auto;
  padding:3rem 2.5rem 5rem;
  background: #fff;
  border: 0.1rem solid #000;
  border-radius: 2rem;
  width: 100%;
  height: fit-content;
  overflow: hidden;
}

.shop_info_bgtext {
  position: absolute;
  width: 38%;
  max-width: 43rem;
  right: 0;
  bottom: 5rem;
}

.shop_info_container li {
  margin-bottom: 2rem;
}

.shop_info_container li:last-child {
  margin-bottom: 0;

}


.shop_info_container p {
  font-size: 1.4rem;
  line-height: 1.6;
}


.shop_info_title_fontsize{
  font-size: 2rem!important;
}

.shop_info_title_fontsize1{
  font-size: 1.2rem!important;
}

.shop_info_container li p:first-child {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.shop_info_container li p:last-child {
  padding-left: 1rem;
}

.shop_info_container a {
  color: #000;
  transition: opacity 0.3s;
}

.shop_info_container a:hover {
  opacity: 0.7;
}

.pickup_content,
.gallery_content {
  border-bottom: solid 1px #000;
  text-align: center;
  padding: 5rem 0;
}

.pickup_content {
  background: #E3F1FE;
}

.gallery_content {
  background: #EED7E4;
}

.pickup_content h2,
.gallery_content h2 {
  font-size: 5rem;
  font-weight: bold;
  text-align: center;
  -webkit-text-stroke: 0.5px #000;  /* 縁取りを追加 */
  text-stroke: 0.5px #000;  /* 標準仕様対応 */
  line-height: 0.8;
  letter-spacing: 1.2px;
  margin-top: 0.5rem;
}

.pickup-title span:nth-child(7){
padding-left: 1rem;
}

.pickup_content h2 {
  color: #EED7E4;
}

.pickup_item_container {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  padding-bottom: 1rem;
  padding: 0 2rem;
  /* スクロール位置を中央に設定 */
  scroll-behavior: smooth;
  scroll-padding: 0 50%;
  scroll-snap-align: center;
}

/* JavaScriptで初期スクロール位置を設定するためのクラス */
.scroll-center {
  transform: translateX(calc(50% - 50vw));
}

/* Firefox用のスクロールバーカスタマイズ */
.pickup_item_container {
  scrollbar-width: thin;
  scrollbar-color: #EED7E4 #E3F1FE;
}

.pickup_box .item_name {
  width: 8.4rem;
  font-size: 1.2rem;
  margin: 1rem auto 0;
  background: #FFD7E9;
  padding: 0.5rem 1rem;
  border-radius: 5rem;
  border: 1px solid #000;
  box-sizing: border-box;
}

/* リンクのスタイル */
.pickup_box a {
  text-decoration: none;
  color: #000;
  display: block;
}


.pickup_box img {
  width: 15rem;
  text-align: center;
}


.gallery_content h2 {
  color: #A6D6FF;
  margin-bottom: 4rem;
}

.content_heading {
  position: relative;
  max-width: 15.5rem;
  margin: 0 auto;
}

.content_heading::before,
.content_heading::after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 0.1rem;
  background: #000;

}

.content_heading::before {
  left: -0.7rem;
  transform: rotate(45deg);
}

.content_heading::after {
  right: -0.7rem;
  transform: rotate(-45deg);
}

.pickup_content_title::before,
.pickup_content_title::after {
  bottom: 1.2rem;
}

.gallery_content_title::before,
.gallery_content_title::after {
  bottom: 0.5rem;
}

.content_heading span {
  font-size: 4rem;
  font-weight: 500;
  padding: 0 0.5rem;
  color: #A6D6FF;
  text-align: center;
  -webkit-text-stroke: 0.5px #000;  /* 数字用に細めの縁取り */
  text-stroke: 0.5px #000;
}

.gallery_item_container .swiper {
  margin-top: 2rem;
}

.gallerySwiper {
  width: 100%;
  padding: 2rem 0;

}

.gallerySwiper1 .swiper-wrapper,
.gallerySwiper2 .swiper-wrapper {
  transition-timing-function: linear !important;

}

.gallerySwiper .swiper-slide {
  width: 15rem;
  text-align: center;
}

.gallery_heading_all {
  position: relative;
  max-width: 39rem;
  margin: 0 auto;
}

.gallery_deluxee1,
.gallery_deluxee2 {
  position: absolute;

}

.gallery_deluxee1 {
  max-width: 14rem;
  left: 0rem;
  top: -8rem;
}

.gallery_deluxee2 {
  max-width: 12rem;
  right: 0rem;
  top: -10rem;
}

footer {
  background: #EED7E4;
  padding: 8rem 0;
}

.footer_icon_box {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  padding: 0;
  width: fit-content;
  margin: auto;
}

.footer_icon_box li {
  width: 30px;
  /* アイコンの幅を設定 */
  height: 30px;
  /* アイコンの高さを設定 */
}

.footer_icon_box a {
  display: block;
  width: 100%;
  height: 100%;
}



.footer_icon {
  fill: none;
  stroke: #000;
  stroke-width: 2px;
}

.footer_icon_box a:hover .footer_icon {
  fill: none;
  stroke: #A6D6FF;
  stroke-width: 2px;
  transition: all 0.3s ease;
}

.footer_icon_box a:hover .footer_icon_tiktok {
  fill: #A6D6FF;
}

.footer_copyright {
  display: block;
  margin: 2rem auto 0;
  text-align: center;
}

/* PCでのみスマートフォンフレームを表示（414px以上） */
@media screen and (min-width: 420px) {
  .smartphone-wrapper {
    margin: 20px auto;
    padding: 20px 0;  /* パディングを減らして縦幅を調整 */
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 90vh;  /* 最小高さを画面の高さに設定 */
  }

  .smartphone {
    position: relative;
    width: 375px;
    height: 90vh;  /* 画面の90%の高さに設定 */
    background: #111;
    border-radius: 50px;
    box-shadow: 0 0 0 11px #1f1f1f, 0 0 0 13px #191919, 0 0 0 20px #111;
  }

  /* ノッチ部分 */
  .smartphone::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 30px;
    background: #111;
    border-radius: 0 0 20px 20px;
    z-index: 2;
  }

  .smartphone-screen {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 40px;
    overflow-y: auto;
    position: relative;
    
    /* スクロールバーを非表示に */
    -ms-overflow-style: none;    /* IE, Edge */
    scrollbar-width: none;       /* Firefox */
  }

  /* Chrome, Safari用のスクロールバー非表示 */
  .smartphone-screen::-webkit-scrollbar {
    display: none;
  }
}

/* スマートフォンサイズ（414px未満）では通常表示 */
@media screen and (max-width: 413px) {
  .smartphone-wrapper {
    width: 100%;
  }
  
  .smartphone-screen {
    width: 100%;
  }
}

