@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--marugo);
  color: #333333;
  line-height: 1.5;
}
img {
  width: 100%;
  height: auto;
}
.img_sp {
  display: none;
}
.img_pc {
  display: block;
}
.only_sp {
  display: none;
}
.only_ssp {
  display: none;
}
/*フォント*/
.tx_up {
  text-transform: uppercase;
}
.F_c {
  font-family: 'Cinzel', serif;
  text-transform: capitalize;
}
:root {
  --mincho: 'Shippori Mincho', serif;
  --marugo: 'Zen Maru Gothic', sans-serif;
  --80px: clamp(45px, 3.5vw, 80px);
  --60px: clamp(28px, 3vw, 60px);
  --50px: clamp(35px, 2.6vw, 50px);
  --40px: clamp(28px, 2.0vw, 40px);
  --35px: clamp(22px, 1.8vw, 35px);
  --30px: clamp(19px, 1.6vw, 30px);
  --27px: clamp(17px, 1.4vw, 27px);
  --25px: clamp(15px, 1.3vw, 25px);
  --23px: clamp(14px, 1.2vw, 23px);
  --20px: clamp(14px, 1.0vw, 20px);
  --18px: clamp(13px, 0.9vw, 18px);
  --16pxL: clamp(13px, 0.8vw, 16px);
  --16px: clamp(12px, 0.7vw, 16px);
}
.caption {
  font-size: 10px;
  text-align: end;
}
.caption_l {
  font-size: 10px;
  text-align: start;
}
.container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.container65 {
  max-width: 1920px;
  width: 66%;
  margin: 0 auto;
}
/*----ヘッダー--------------------



----------------------------------*/
header {
  max-width: 1920px;
  margin: 0 auto;
}
.H_container {
  position: sticky;
  top: 0;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
  ;
  z-index: 1000;
}
.nav_container {
  display: grid;
  padding-left: clamp(1.8em, 3.8vw, 3.4em);
  padding-right: 0.6em;
  padding-top: 1.0em;
  padding-bottom: 1.0em;
  grid-template-columns: 0.8fr 4.5fr 1.7fr;
  align-items: center;
  align-content: center;
}
.nav_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav_list {
  display: flex;
  align-items: center;
  gap: 3.5em;
  font-size: clamp(14px, 0.4vw + 11px, 16px);
  white-space: nowrap;
}
/*請求ボタン*/
.contactBTN {
  font-family: var(--mincho);
  font-size: clamp(14px, 0.4vw + 11px, 16px);
  /*position: fixed;

	top:3.0em;

	right:1.0em;*/
  display: flex;
  justify-content: center;
  gap: 4px;
  white-space: nowrap;
}
.Btn_1, .Btn_2 {
  font-size: var(--16px);
  background-color: #d5e1f1;
  white-space
}
.Btn_1 {
  padding: 2.0em 4.3em;
}
.Btn_2 {
  padding: 2.0em 5.3em;
}
.Btn_text {
  position: relative;
}
.c-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: #d5e1f1;
  ;
  position: relative;
  border: 1px solid #d5e1f1;
  ;
  transition: color 0.5s ease;
}
.c-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transform: scaleY(0);
  transition: all 0.5s ease;
  transition-property: transform;
}
.c-btn:hover::before {
  transform: scaleY(1);
}
/*topロゴ*/
h1 img {
  width: 135%;
  aspect-ratio: 225/117.3123;
}
/*メニュー項目*/
.link {
  font-size: var(--16pxL);
  text-align: center;
  position: relative;
}
.link:link::before, .link:visited::before {
  content: "";
  width: 150%;
  height: 250%;
  background-image: url(../images/top/top.svg);
  filter: drop-shadow(1px 1px 2px rgba(229, 80, 122, 1));
  position: absolute;
  top: 0;
  left: -25%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  opacity: 0;
  cursor: pointer;
  /* アニメーションの速度設定 */
  /*transition: opacity 0.3s ease, transform 0.3s ease;*/
  animation: Float 4.0s ease-in-out infinite alternate;
}
@keyframes Float {
  0% {
    transform: translateY(0.1em);
  }
  50% {
    transform: translateY(-1.0em);
  }
  100% {
    transform: translateY(-0.2em);
  }
}
.link:link:hover::before, .link:visited:hover::before {
  opacity: 0.8;
  transform: translateY(-5px)
}
.link::after {
  content: "／";
  font-size: 0.8em;
  position: absolute;
  top: 50%;
  left: -25%;
  transform: translate(-50%, -50%);
}
.slash::after {
  content: none;
}
/*メニュー*/
.drawer_hidden {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
#menu_btn_check {
  margin: 0;
  padding: 0;
}
/*==============ここまでヘッダー=================*/
.mv_container, .sub_mv_container {
  position: relative;
}
/*ボーダー*/
.mv_container::before {
  content: "";
  width: clamp(20px, 2.4vw, 54px);
  height: 150%;
  background-image: repeating-linear-gradient(-45deg, #fff 0 10px, #d5e1f1 10px 20px);
  position: absolute;
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  z-index: -1;
}
.sub_mv_container::before {
  content: "";
  width: clamp(20px, 2.4vw, 54px);
  height: 150%;
  background-image: repeating-linear-gradient(-45deg, #fff 0 10px, #d5e1f1 10px 20px);
  position: absolute;
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  z-index: -1;
}
/*=========フッターエントリーボタンなど==============*/
.entry {
  margin-bottom: 10vh;
}
.entry_txt {
  font-size: clamp(18px, 0.9vw + 11px, 27px);
  font-weight: bold;
  color: #e6265f;
  text-align: center;
  margin-bottom: 1.0em;
}
.entry_BTN {
  text-align: center;
  margin-bottom: 1.5em;
}
.entry_btn {
  font-size: clamp(14px, 0.4vw + 11px, 16px);
  color: #ffffff;
  display: inline-block;
  padding: 0.3em 5.0em;
  background-color: #e6265f;
  border: solid 1px #e6265f;
  transition: background-color 0.3s; /* ホバー時の変化を滑らかに */
  letter-spacing: 0.1em;
}
.entry_btn:hover {
  background-color: #ffffff;
  color: #e6265f;
}
.entry_caption {
  font-size: clamp(10px, 0.5vw + 7px, 14px);
  text-align: center;
}
.entry_caption p {
  text-align: left;
  line-height: 2.0em;
  display: inline-block;
  margin-bottom: 5.0em;
}
.inquiry_sec {
  display: flex;
  gap: 12vw;
  justify-content: center;
  padding: 4vh 20vw;
  border-top: solid 1px #333333;
  border-bottom: solid 1px #333333;
  margin-bottom: 5.0em;
}
/*===========トップへ戻る========*/
#page-top {
  position: fixed;
  bottom: 110px;
  right: 1vw;
  width: 50px;
  height: 50px;
  background-image: url(../images/top/top.svg);
  background-size: contain;
  opacity: 0.5;
  background-repeat: no-repeat;
  z-index: 100;
  cursor: pointer;
  transition: transform 0.3s ease;
}
#page-top a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  /* アニメーションの速度設定 */
  transition: opacity 0.3s ease, transform 0.3s ease;
}
#page-top::before {
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  top: 50%;
  left: 50%;
}
#page-top:hover {
  opacity: 1;
  transform: translateY(-5px)
}
/*=========フッターエントリーボタンなど==============*/
.footer_btn_area {
  text-align: center;
}
.footer_button {
  text-align: center;
  margin-bottom: 10vh;
  display: inline-block;
}
.footer_button a {
  background-color: #ffffff;
  border: solid 1px #333333;
  border-radius: 5px;
}
.detailBtn {
  padding: 12px 28px;
  font-size: 16px;
}
.footerTel {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
.shopinfo {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 10vh;
}
.shopinfo img, svg {
  padding: 10px;
}
/*サブページ共通*/
.sub_mv_container {
  width: 100%;
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-left: 5%;
  margin-bottom: 15vh;
  align-items: end;
}
.title_box {
  grid-area: 1 / 1 / 2 / 2;
  position: absolute;
  top: 10%;
  left: 10%;
}
.sub_mv {
  grid-area: 1 / 2 / 2 / 3;
}
.sub_mv img {
  width: 100%;
  aspect-ratio: 1265/632;
  object-position: right top;
  object-fit: contain;
}
.Sub_title {
  font-size: var(--20px);
  line-height: 3.0em;
  margin-bottom: 3.0em;
}
.title_EN {
  font-family: "Questrial", sans-serif;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: capitalize;
  font-size: clamp(30px, 2.8vw, 55px);
  color: #e5507a;
}
.title_lead {
  font-size: var(--18px);
}
.sub_title {
  font-size: var(--16px);
  color: #e5507a;
  line-height: 3.0em;
  text-align: center;
  margin-bottom: 3.0em;
}
.sub_title span {
  font-family: "Questrial", sans-serif;
  font-weight: 900;
  letter-spacing: 0.06em;
  font-size: var(--35px);
  margin-bottom: 4.0em;
}
/*=========レスポンシブ=====================



=======SP対応・ブレイクポイント768px=========*/
@media (max-width: 1000px) {
  .img_sp {
    display: none;
  }
  .img_pc {
    display: block;
  }
  .Btn_1 {
    padding: 1.2em 1.6em;
  }
  .Btn_2 {
    padding: 1.2em 2.6em;
  }
  .nav_box {
    justify-content: end;
    padding-right: 0.6em;
  }
  .nav_list {
    gap: 2.5em;
    font-size: 12px;
  }
  .Btn_1 {
    padding: 0.8em 2.0em;
  }
  .Btn_2 {
    padding: 0.8em 3.0em;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
  }
  .container65 {
    max-width: 768px;
    width: 85%;
    margin: 0 auto;
  }
  .only_pc {
    display: none;
  }
  .only_sp {
    display: inline;
  }
  .only_ssp {
    display: none;
  }
  .only_sp {
    display: inline;
  }
  .img_sp {
    display: block;
  }
  .img_pc {
    display: none;
  }
  /*フォントサイズ*/ :root {
    --80px: clamp(60px, 10.4vw, 80px);
    --60px: clamp(45px, 7.5vw, 60px);
    --50px: clamp(40px, 7vw, 46px);
    --40px: clamp(30px, 5.2vw, 40px);
    --35px: clamp(23px, 4.6vw, 35px);
    --30px: clamp(20px, 3.9vw, 30px);
    --27px: clamp(18px, 3.5vw, 27px);
    --23px: clamp(16px, 2.9vw, 23px);
    --20px: clamp(16px, 2.6vw, 20px);
    --18px: clamp(15px, 2.3vw, 18px);
    --16pxL: clamp(14px, 2.2vw, 16px);
    --16px: clamp(12px, 2.1vw, 16px);
    --14px: clamp(11px, 1.9vw, 14px);
  }
  /*ーーーーーーーーーー

ハンバーガーメニュー

ーーーーーーーーーーー*/
  .nav_list {
    display: block; /*ナビを縦に並べる*/
    width: 100vw;
    background-color: none;
    margin-top: -20%;
  }

  .menu_btn {
    position: fixed;
    border-radius: 0 0 0 30px;
    top: 5%;
    right: 0;
    display: flex;
    height: 55px;
    width: 55px;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  /* メニュー開いたらMENU文字を消す */
  #menu_btn_check:checked ~ .menu_btn::after {
    content: none;
  }
  #menu_btn_check:checked ~ .menu_btn {
    filter: none;
  }
  .menu_btn span, .menu_btn span:before, .menu_btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 28px;
    /*border-radius: 3px;*/
    background-color: #333333;
    position: absolute;
  }
  .menu_btn span:before {
    bottom: 10px;
  }
  .menu_btn span:after {
    top: 10px;
  }
  #menu_btn_check:checked ~ .menu_btn span {
    background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu_btn_check:checked ~ .menu_btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    background-color: #333333;
  }
  #menu_btn_check:checked ~ .menu_btn span::after {
    top: 0;
    transform: rotate(-45deg);
    background-color: #333333;
  }
  :checked ~ .menu_btn span::after {
    top: 0;
    transform: rotate(-45deg);
    background-color: #ffffff;
  }
  #menu_btn_check {
    display: none;
  }
  .menu_content ul li {
    list-style: none;
    text-align: center;
    margin-bottom: 3.5em;
  }
  .menu_content ul li a {
    display: inline;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    color: #A0A0A0;
    font-size: 18px;
    /* font-weight: 700;*/
    letter-spacing: 0.2em;
    padding: 0.2em 0.5em;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    /*text-shadow: 1px 1px 0 #ffffff;*/
  }
  /*×でメニューをを外へ出す*/
  .menu_content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%; /*leftの値を変更してメニューを画面外へ*/
    z-index: 900;
    transition: all 0.5s; /*アニメーション設定*/
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 2.5%, rgba(255, 255, 255, 1) 2.5%, rgba(255, 255, 255, 1) 97.5%, rgba(255, 255, 255, 0) 97.5%, rgba(255, 255, 255, 0) 100%), repeating-linear-gradient(-45deg, #fff 0 10px, #d5e1f1 10px 20px);
  padding: 10vh 0;
}
	.menu_content::before{
		content:"";
		width: 40%;
		height:30%;
		background-image: url("../images/top/top_logo@2x.webp");
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		bottom:0;
		left:50%;
		transform: translateX(-50%);
		opacity: 0.7;
	}	
	
	
  #menu_btn_check:checked ~ .menu_content {
    right: 0; /*メニューを画面内へ*/
  }
  .menu_content ul li a:hover {
	text-shadow: 1px 1px 2px #a5a5a5; 
  }
  .link:link::before, .link:visited::before {
    content: "";
    width: 1.2em;
    height: 1.2em;
    position: absolute;
    top: 30%;
    left: -30%;
    z-index: 50;
    /* アニメーションの速度設定 */
    /*transition: opacity 0.3s ease, transform 0.3s ease;*/
    animation: Float 3.0s ease-in-out infinite alternate;
  }
  /*   .menu_content ul li a:hover {
 text-shadow: 1px 1px 0 #ffffff;
	}*/
  .link::after {
    content: none;
  }
  /*ロゴサイズ*/
  h1 img {
    width: 250%;
    aspect-ratio: 225 / 117.3123;
  }
  .nav_container {
    grid-template-columns: 1.4fr 3.5fr 1.0fr;
    padding-left: 2.5em;
    margin-bottom: 0;
    padding-right: 5.5em;
  }
  /*ボタン位置*/
  .Btn_1 {
    padding: 1.0em 1.9em;
  }
  .Btn_2 {
    padding: 1.0em 2.9em;
  }
  /*topへ戻るボタン*/
  #page-top {
    width: 56px;
    height: 56px;
    right: 16px;
    bottom: 60px;
  }
  /*ボーダー*/
  .mv_container::before {
    background-image: repeating-linear-gradient(-45deg, #fff 0 10px, #d5e1f1 10px 20px);
  }
  .mv_container::before {
    width: clamp(20px, 2.28vw, 26px);
    height: 200%;
  }
  .top03 .title {
    font-size: var(--27px);
  }
  .Entry {
    font-size: var(--16px);
  }
  .shopinfo {
    display: block;
    text-align: center;
    margin-bottom: 10vh;
  }
  .sub_mv_container {
    width: 100%;
    display: flex;
    row-gap: 5em;
    padding-left: 15%;
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 5vh;
    margin-bottom: 20vh;
  }
  .sub_mv img {
    aspect-ratio: 641 / 426;
  }
  .title_box {
    position: static;
  }
  .sub_mv_container::before {
    width: clamp(14px, 3.3vw, 26px);
    height: 100%;
    top: -50%;
  }
  .Sub_title {
    font-size: var(--16px);
    line-height: 5em;
    margin-bottom: 5em;
  }
  .title_EN {
    font-size: clamp(30px, 7.1vw, 55px);
  }
}
@media (max-width: 568px) {
  .only_sp {
    display: inline;
  }
  .only_ssp {
    display: inline;
  }
  .container80 {
    max-width: 1450px;
    width: 85%;
    margin: 0 auto;
  }
  .container80_nm {
    max-width: 1450px;
    width: 85%;
    margin: 0 auto;
  }
  /*ハンバーガーアイコン*/
  .menu_btn {
    top: 2%;
  }
  /*問い合わせボタン*/
  /*.contactBTN {

    display: flex;

    gap: 0.5em;

    flex-direction: column;

        top: 1.5em;

    }*/
  .Btn_1 {
    padding: 0.4em 1.3em;
  }
  .Btn_2 {
    padding: 0.4em 1.3em;
  }
  .nav_container {
    padding-left: 2.5em;
    margin-bottom: 0;
    padding-right: 3.5em;
  }
  /*ペイジャー*/
  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .swiper-pagination-bullet-active::before {
    width: /*clamp(20px,1.56vw,30px)*/ 16px;
    aspect-ratio: 30 / 26.2276;
  }
  .swiper-pagination {
    gap: 2em;
  }
  .contactBTN {
    font-family: var(--mincho);
    font-size: 13px;
    display: flex;
    gap: 4px;
    white-space: nowrap;
    flex-direction: column;
    width: 8em;
  }
  h1 img {
    width: 300%;
  }
  /*https://qiita.com/kahomorishita/items/35b3a0102f1897fc82f9*/
}