/*トップ部分メディア*/
.top-common-section {
  background-color: #FFFFFF;
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media (max-width: 768px) {
  .top-common-section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (max-width: 480px) {
  .top-common-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@-webkit-keyframes scroll-down {
  0% {
    width: 0;
    right: auto;
    left: 0;
  }
  29% {
    width: 100%;
    right: auto;
    left: 0;
  }
  30% {
    width: 100%;
    right: 0;
    left: auto;
  }
  59% {
    width: 0;
    right: 0;
    left: auto;
  }
  60% {
    width: 0;
    left: 0;
    right: auto;
  }
  100% {
    width: 0;
    left: 0;
    right: auto;
  }
}
@keyframes scroll-down {
  0% {
    width: 0;
    right: auto;
    left: 0;
  }
  29% {
    width: 100%;
    right: auto;
    left: 0;
  }
  30% {
    width: 100%;
    right: 0;
    left: auto;
  }
  59% {
    width: 0;
    right: 0;
    left: auto;
  }
  60% {
    width: 0;
    left: 0;
    right: auto;
  }
  100% {
    width: 0;
    left: 0;
    right: auto;
  }
}
.mainvisual {
  height: 100vh;
  height: 100svh;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: -1;
}
.mainvisual .mainvisual-inner {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mainvisual img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .mainvisual img.mainvisual__img-pc {
    display: none;
  }
}
.mainvisual img.mainvisual__img-sp {
  display: none;
}
@media (max-width: 768px) {
  .mainvisual img.mainvisual__img-sp {
    display: block;
  }
}


/*---faqcss--*/

.faq-list .faq-list__item {
  border-bottom: 1px dotted rgba(var(--my-custom-theme__base-text-color--rgb), 0.3);
}
.faq-list .faq-list__item:nth-child(1) {
  border-top: 1px dotted rgba(var(--my-custom-theme__base-text-color--rgb), 0.3);
}

.faq-list-item {
  padding: 4rem 0;
}
.faq-list-item .faq-list-item__question,
.faq-list-item .faq-list-item__answer {
  padding-left: 6.6rem;
  padding-right: 11.8rem;
  position: relative;
  z-index: 0;
}
@media (max-width: 960px) {
  .faq-list-item .faq-list-item__question,
  .faq-list-item .faq-list-item__answer {
    padding-right: 6rem;
  }
}
@media (max-width: 480px) {
  .faq-list-item .faq-list-item__question,
  .faq-list-item .faq-list-item__answer {
    padding-left: 6rem;
  }
}
.faq-list-item .faq-list-item__question::before,
.faq-list-item .faq-list-item__answer::before {
  font-family: "Mukta Mahee", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  width: 4.6rem;
  height: 4.6rem;
  border: solid 2px var(--my-custom-theme__sub-color--code);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 0;
  left: 0;
}
@media (max-width: 768px) {
  .faq-list-item .faq-list-item__question::before,
  .faq-list-item .faq-list-item__answer::before {
    font-size: 2.4rem;
    width: 4rem;
    height: 4rem;
  }
}
@media (max-width: 480px) {
  .faq-list-item .faq-list-item__question::before,
  .faq-list-item .faq-list-item__answer::before {
    font-size: 2.2rem;
  }
}
.faq-list-item .faq-list-item__question::before {
  content: "Q";
  color: #FFFFFF;
  background-color: var(--my-custom-theme__sub-color--code);
  top: -1.2rem;
}
.faq-list-item .faq-list-item__answer {
  padding-top: 3.6rem;
}
@media (max-width: 480px) {
  .faq-list-item .faq-list-item__answer {
    padding-top: 2.8rem;
  }
}
.faq-list-item .faq-list-item__answer::before {
  content: "A";
  color: var(--my-custom-theme__sub-color--code);
  background-color: #FFFFFF;
  top: 2.4rem;
}
@media (max-width: 768px) {
  .faq-list-item .faq-list-item__answer::before {
    top: 3rem;
  }
}
@media (max-width: 480px) {
  .faq-list-item .faq-list-item__answer::before {
    top: 2rem;
  }
}
.faq-list-item .faq-list-item__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .faq-list-item .faq-list-item__title {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .faq-list-item .faq-list-item__title {
    font-size: 1.6rem;
  }
}
.faq-list-item .faq-list-item__content {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.2s;
}
.faq-list-item .faq-list-item__content * {
  font-size: 1.6rem;
}
@media (max-width: 480px) {
  .faq-list-item .faq-list-item__content * {
    font-size: 1.4rem;
  }
}
.faq-list-item .faq-list-item__plus {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 0;
  top: 3rem;
  right: 10px;
}
@media (max-width: 480px) {
  .faq-list-item .faq-list-item__plus {
    top: 2rem;
  }
}
.faq-list-item .faq-list-item__plus::before, .faq-list-item .faq-list-item__plus::after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  border-radius: 10px;
  background-color: var(--my-custom-theme__sub-color--code);
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 50%;
  transition: all 0.2s;
}
.faq-list-item .faq-list-item__plus::before {
  transform: translate(50%, -50%) rotate(90deg);
}
.faq-list-item .faq-list-item__plus::after {
  transform: translate(50%, -50%);
}
.faq-list-item.active .faq-list-item__content {
  display: block;
}
.faq-list-item.active .faq-list-item__plus::before {
  transform: translate(50%, -50%);
}



/* ---- shop-info ---------------------------------------------*/
.shop-info {
	margin-top: 40px;
	margin-bottom: 120px;
}

@media (max-width: 768px) {
	.shop-info {
		margin-top: 80px;
		margin-bottom: 80px;
	}
}

@media (max-width: 480px) {
	.shop-info {
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

.shop-info .shop-info__sub-title {
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 12px;
}

.shop-info .shop-info__list {
	max-width: 820px;
	margin: 0 auto 60px;
}

.shop-info .shop-info__list > dl {
	display: flex;
	border-bottom: solid 1px #CCCCCC;
	padding: 26px 0;
}

.shop-info .shop-info__list > dl:first-child {
	border-top: solid 1px #CCCCCC;
}

.shop-info .shop-info__list > dl dt, .shop-info .shop-info__list > dl dd {
	text-align: center;
	line-height: 1.4;
	font-size: 16px;
	font-weight: 700;
	padding-left: 12px;
	padding-right: 12px;
}

.shop-info .shop-info__list > dl dt {
	width: 40%;
}

@media (max-width: 480px) {
	.shop-info .shop-info__list > dl dt {
		width: 100px;
		flex-shrink: 0;
	}
}

.shop-info .shop-info__list > dl dd {
	width: 60%;
}

@media (max-width: 480px) {
	.shop-info .shop-info__list > dl dd {
		width: 100%;
		text-align: left;
	}
}

.shop-info .shop-info__map {
	max-width: 874px;
	margin: 0 auto;
}

.shop-info .shop-info__map iframe {
	width: 100%;
	max-height: 600px;
	vertical-align: middle;
}

@media (max-width: 480px) {
	.shop-info .shop-info__map iframe {
		max-height: 350px;
	}
}




/* 横幅を指定するための要素 */
.map-wrap {
  max-width: 50%;
  margin: 0 auto;/* ここに横幅を指定 */
}

/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}

/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




/*product*/

.product {

  overflow: hidden;
  position: relative;
  z-index: 0;
}
.product::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  border-radius: 270px 0px 0px 0px;
}
.product .product__box01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5.6rem;
}
@media (max-width: 768px) {
  .product .product__box01 {
    flex-direction: column;
  }
}
.product .common-section-title {
  flex-shrink: 0;
  margin-right: 9.4rem;
}
@media (max-width: 1200px) {
  .product .common-section-title {
    margin-right: 7rem;
  }
}
@media (max-width: 960px) {
  .product .common-section-title {
    margin-right: 5rem;
  }
}
@media (max-width: 768px) {
  .product .common-section-title {
    margin-right: 0;
    margin-bottom: 4rem;
  }
}
.product .product-main {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .product .product-main {
    flex-direction: column;
    margin: 0 auto;
  }
}
.product .product-main .product-main__item {
  max-width: 450px;
  width: 100%;
}
@media (max-width: 768px) {
  .product .product-main .product-main__item {
    max-width: 560px;
  }
}
.product .product-main-item:nth-child(1) {
  margin-right: 5rem;
}
@media (max-width: 1200px) {
  .product .product-main-item:nth-child(1) {
    margin-right: 3rem;
  }
}
@media (max-width: 960px) {
  .product .product-main-item:nth-child(1) {
    margin-right: 1.6rem;
  }
}
@media (max-width: 768px) {
  .product .product-main-item:nth-child(1) {
    margin-right: 0;
    margin-bottom: 4rem;
  }
}
.product .product-main-item .product-main-item__image {
  padding: 2rem 3.8rem 1.8rem;
  margin-bottom: 3rem;
}
@media (max-width: 1200px) {
  .product .product-main-item .product-main-item__image {
    padding: 1.6rem 3rem;
  }
}
@media (max-width: 960px) {
  .product .product-main-item .product-main-item__image {
    padding: 1.4rem 2rem;
  }
}
@media (max-width: 768px) {
  .product .product-main-item .product-main-item__image {
    padding: 0;
    margin-bottom: 1.4rem;
  }
}
.product .product-main-item .product-main-item__name {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 2.4rem;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .product .product-main-item .product-main-item__name {
    margin-bottom: 1.4rem;
  }
}
.product .product-main-item > a[href=""] {
  pointer-events: none;
}
.product .product-main-item > a:hover .product-main-item__name {
  color: var(--my-custom-theme__main-color--code);
}
.product .product__box02 {
  position: relative;
  z-index: 0;
}
.product .product-sub {
  margin: 0 -0.8rem;
}
.product .product-sub-item {
  margin: 0 0.8rem;
}
.product .product-sub-item .product-sub-item__image {
  margin-bottom: 1.6rem;
}
@media (max-width: 960px) {
  .product .product-sub-item .product-sub-item__image {
    margin-bottom: 1.4rem;
  }
}
@media (max-width: 768px) {
  .product .product-sub-item .product-sub-item__image {
    margin-bottom: 1rem;
  }
}
.product .product-sub-item .product-sub-item__name {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  transition: all 0.2s;
}
@media (max-width: 960px) {
  .product .product-sub-item .product-sub-item__name {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .product .product-sub-item .product-sub-item__name {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  .product .product-sub-item .product-sub-item__name {
    font-size: 1.8rem;
  }
}
.product .product-sub-item > a[href=""] {
  pointer-events: none;
}
.product .product-sub-item > a:hover .product-sub-item__name {
  color: var(--my-custom-theme__main-color--code);
}
.product .product-slide-controle .slick-arrow {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--my-custom-theme__sub-color--code);
  position: absolute;
  z-index: 0;
  top: calc(50% - 2rem);
  transition: all 0.2s;
}
.product .product-slide-controle .slick-arrow::before {
  font-family: "Material Icons";
  color: #FFFFFF;
  font-size: 2.4rem;
  font-weight: 400;
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
}
.product .product-slide-controle .slick-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.product .product-slide-controle .slick-prev::before {
  content: "\e5cb";
}
.product .product-slide-controle .slick-next {
  right: 0;
  transform: translate(50%, -50%);
}
.product .product-slide-controle .slick-next::before {
  content: "\e5cc";
}
@media (max-width: 1200px) {
  .product .product-slide-controle .slick-prev {
    left: 1rem;
  }
  .product .product-slide-controle .slick-next {
    right: 1rem;
  }
}
.product .product-slide-controle .slick-disabled {
  cursor: auto;
  background-color: color-mix(in srgb, var(--my-custom-theme__base-text-color--code) 40%, #FFFFFF);
}
.product .product-slide-controle .slick-disabled::before {
  color: color-mix(in srgb, var(--my-custom-theme__base-text-color--code) 10%, #FFFFFF);
}