@charset "UTF-8";
@font-face {
  font-family: "Shippori Mincho";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/ShipporiMincho-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
}
* {
  word-break: break-word;
}

*:not(html) {
  font-size: 16px;
  font-weight: 300;
  color: #734026;
  line-height: 1.75;
  font-family: "Shippori Mincho";
}
@media (max-width: 480px) {
  *:not(html) {
    font-size: 14px;
  }
}

::-moz-selection {
  background: #DCDEE3;
  color: #303338;
}

::selection {
  background: #DCDEE3;
  color: #303338;
}

::-moz-placeholder {
  color: #cfcfcf;
}

:-ms-input-placeholder {
  color: #cfcfcf;
}

::-webkit-input-placeholder {
  color: #cfcfcf;
}

::-ms-input-placeholder {
  color: #cfcfcf;
}

::placeholder {
  color: #cfcfcf;
}

/*
a[href^="tel:"] {
	pointer-events: none;
}
@media(max-width:768px) {
	a[href^="tel:"] {
		pointer-events: auto;
	}
}
*/
html {
  scroll-behavior: smooth;
}

section {
  position: relative;
}

#container {
  overflow: hidden;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}

.fade {
  opacity: 0;
  transform: scale(0.985);
  filter: blur(4px);
  transition: opacity 1.8s ease, transform 1.8s cubic-bezier(0.22, 1, 0.36, 1), filter 1.8s ease;
}
.fade.is-active {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}

.delay1 {
  transition-delay: 0.15s;
}

.delay2 {
  transition-delay: 0.3s;
}

.delay3 {
  transition-delay: 0.45s;
}

.delay4 {
  transition-delay: 0.6s;
}

.delay5 {
  transition-delay: 0.75s;
}

.delay6 {
  transition-delay: 0.9s;
}

.fs12 {
  font-size: 0.85rem;
}

.fs16 {
  font-size: 1.14rem;
}
@media (max-width: 768px) {
  .fs16 {
    font-size: inherit;
  }
}

.fs18 {
  font-size: 1.285rem;
}

.fs20 {
  font-size: 1.42rem;
}

.fs24 {
  font-size: 1.71rem;
}

.fs28 {
  font-size: 2rem;
}

.common-page-heading {
  width: 100%;
  padding-top: 8.5rem;
  padding-bottom: 5rem;
  position: relative;
}
@media (max-width: 768px) {
  .common-page-heading {
    padding-top: 10.5rem;
  }
}
.common-page-heading {
  /*
   &::before {
  content: '';
  background-image: url('../images/common-page-heading.png');
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  aspect-ratio: 633 / 365;
   }
   */
}
.common-page-heading .common-page-heading--inner {
  position: relative;
  padding-right: 1.6rem;
}
.common-page-heading .common-page-heading--inner .common-page-heading__title {
  margin-bottom: 2.5rem;
}
.common-page-heading .common-page-heading--inner .common-page-heading__title .common-page-heading__title_en {
  font-size: 5rem;
  color: #734026;
  line-height: 1;
}
@media (max-width: 768px) {
  .common-page-heading .common-page-heading--inner .common-page-heading__title .common-page-heading__title_en {
    font-size: 3.43rem;
  }
}
.common-page-heading .common-page-heading--inner .common-page-heading__title .common-page-heading__title_ja {
  color: #734026;
  padding-left: 2.5rem;
  position: relative;
  z-index: 1;
}
.common-page-heading .common-page-heading--inner .common-page-heading__title .common-page-heading__title_ja::before {
  content: "";
  width: 2rem;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #734026;
}
.common-page-heading .common-page-heading--inner .common-page-heading__sub_title {
  font-size: 1.14rem;
  line-height: 1.4;
  z-index: 1;
}
@media (max-width: 768px) {
  .common-page-heading .common-page-heading--inner .common-page-heading__sub_title {
    font-size: inherit;
  }
}

.common-button {
  position: relative;
  font-size: 0.8571428571vw;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 18.5714285714vw;
  padding: 1rem 3rem;
  height: 3.2142857143vw;
}
@media (max-width: 480px) {
  .common-button {
    font-size: 3.2vw;
    padding: 0.5rem 1rem;
    min-width: 56vw;
    height: 12vw;
  }
}
.common-button::before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NS41IiBoZWlnaHQ9IjQ1LjUiIHZpZXdCb3g9IjAgMCA0NS41IDQ1LjUiPjxjaXJjbGUgY3g9IjIyLjUiIGN5PSIyMi41IiByPSIyMi41IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjI1IDAuMjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiMzMjMyMzIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIwLjUiLz48L3N2Zz4=) no-repeat center center;
  background-size: cover;
  content: "";
  height: 3.2142857143vw;
  right: 10.7142857143vw;
  position: absolute;
  width: 3.2142857143vw;
}
@media (max-width: 480px) {
  .common-button::before {
    height: 12vw;
    left: 12vw;
    width: 12vw;
    background-size: auto;
  }
}

.common-button__wrapper {
  position: relative;
  display: table;
  margin: 0 auto;
}
.common-button__wrapper:hover::before {
  left: 3.4285714286vw;
}
@media (max-width: 480px) {
  .common-button__wrapper:hover::before {
    left: 8vw;
  }
}
.common-button__wrapper:hover::after {
  left: 5.7857142857vw;
}
@media (max-width: 480px) {
  .common-button__wrapper:hover::after {
    left: 16vw;
  }
}

.common-button__wrapper::before {
  content: "";
  display: block;
  height: 0.5px;
  width: 2.8571428571vw;
  background-color: #734026;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 1.7333333333vw;
  transition: all 0.6s;
}
@media (max-width: 480px) {
  .common-button__wrapper::before {
    width: 10.1333333333vw;
    left: 0;
  }
}

.common-button__wrapper::after {
  content: "";
  display: block;
  height: 0.5px;
  width: 0.5333333333vw;
  background-color: #734026;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 4.1333333333vw;
  transition: all 0.6s;
  transform: rotate(30deg);
  transform-origin: right top;
}
@media (max-width: 480px) {
  .common-button__wrapper::after {
    width: 2.1333333333vw;
    left: 8vw;
  }
}

.common-button02__wrapper {
  display: block;
  position: relative;
  width: 100%;
  background: linear-gradient(90deg, #FFA34B, #FF7D38);
  border-radius: 30px;
  padding: 1rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}
.common-button02__wrapper .common-button02 {
  color: #fff;
  display: block;
}
.common-button02__wrapper .common-button02:hover {
  /* 20250114 削除
  &::after {
  	right: calc((10/1400)*100vw);
  	@media (max-width: $mobile) {
  		right: calc((20/375)*100vw);
  	}
  }
  */
}
.common-button02__wrapper .common-button02:hover::before {
  right: 0.4285714286vw;
}
@media (max-width: 480px) {
  .common-button02__wrapper .common-button02:hover::before {
    right: 8vw;
  }
}
.common-button02__wrapper .common-button02:hover::after {
  right: 0.4285714286vw;
}
@media (max-width: 480px) {
  .common-button02__wrapper .common-button02:hover::after {
    right: 8vw;
  }
}
.common-button02__wrapper .common-button02 {
  /* 20250114 削除
  &::after {
  	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSI2LjU2OSIgdmlld0JveD0iMCAwIDM4IDYuNTY5Ij48cGF0aCBkPSJNMjU1LjM5MSwzOTYxLjU0OHY1LjA2OUgyMjkuNXYxLjVoMzhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjI5LjUgLTM5NjEuNTQ4KSIgZmlsbD0iIzJiMzIzMiIvPjwvc3ZnPg==) no-repeat center center;
  	content: "";
  	height: calc((6.57/1400)*100vw);
  	position: absolute;
  	right: calc((40/1400)*100vw);
  	top: 50%;
  	width: calc((38/1400)*100vw);
  	transform: translate(0, -50%);
  	transition: 0.6s;
  	@media (max-width: $mobile) {
  		height: calc((10/375)*100vw);
                right: calc((36/375)*100vw);
  		width: calc((36/375)*100vw);
  	}
  }
  */
}
.common-button02__wrapper .common-button02::before {
  content: "";
  display: block;
  height: 0.5px;
  width: 2.8571428571vw;
  background-color: #fff;
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 2.1428571429vw;
  transition: all 0.6s;
}
@media (max-width: 480px) {
  .common-button02__wrapper .common-button02::before {
    width: 10.1333333333vw;
    right: 13.3333333333vw;
  }
}
.common-button02__wrapper .common-button02::after {
  content: "";
  display: block;
  height: 0.5px;
  width: 0.5333333333vw;
  background-color: #fff;
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 2.1428571429vw;
  transition: all 0.6s;
  transform: rotate(30deg);
  transform-origin: right top;
}
@media (max-width: 480px) {
  .common-button02__wrapper .common-button02::after {
    width: 2.1333333333vw;
    right: 13.3333333333vw;
  }
}

.section-title {
  width: fit-content;
  margin: 0 auto;
}
.section-title .section-title__en {
  font-family: "Smooch", cursive;
  text-align: right;
  font-size: 0.75rem;
  color: #e6762e;
}
.section-title .section-title__ja {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 1;
}
@media (max-width: 480px) {
  .section-title .section-title__ja {
    margin-bottom: 30px;
    font-size: 1.75rem;
  }
}

.common-catchcopy .common-catchcopy__en {
  font-family: "Cinzel", serif;
  font-size: 1.8571428571vw;
  letter-spacing: 6.5px;
  color: #403A3A;
  margin-bottom: 1rem;
}
@media (max-width: 480px) {
  .common-catchcopy .common-catchcopy__en {
    font-size: 5.3333333333vw;
    margin-bottom: 1rem;
  }
}
.common-catchcopy .common-catchcopy__ja {
  font-family: "Shippori Mincho", serif;
}

.common-heading {
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  text-align: center;
}
.common-heading .common-heading__ja {
  font-size: 3vw;
  line-height: 4.8vw;
  letter-spacing: 2;
}
@media (max-width: 480px) {
  .common-heading .common-heading__ja {
    font-size: 4.5333333333vw;
    margin-bottom: 0.5rem;
  }
}
.common-heading .common-heading__en {
  color: #1C808D;
  font-size: 1.4285714286vw;
  line-height: 4.8vw;
}
@media (max-width: 768px) {
  .common-heading .common-heading__en {
    font-size: 3.2vw;
  }
}
@media (max-width: 480px) {
  .common-heading .common-heading__en {
    font-size: 2.6666666667vw;
  }
}

.common-section {
  margin-bottom: 9.75rem;
}
@media (max-width: 960px) {
  .common-section {
    margin-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .common-section {
    margin-bottom: 2.5rem;
  }
}

.text-title__blk {
  font-size: 1.2857142857vw;
}
@media (max-width: 480px) {
  .text-title__blk {
    font-size: 4.5333333333vw;
  }
}

.text-title__wht {
  color: #fff;
  font-size: 1.2857142857vw;
  font-weight: 700;
}
@media (max-width: 480px) {
  .text-title__wht {
    font-size: 4.5333333333vw;
  }
}

.text__blk {
  font-size: 0.8571428571vw;
}
@media (max-width: 480px) {
  .text__blk {
    font-size: 3.2vw;
    line-height: 2.3;
  }
}

.text__blk02 {
  font-size: 1.1428571429vw;
}
@media (max-width: 480px) {
  .text__blk02 {
    font-size: 4vw;
    line-height: 2.3;
  }
}

.text__wht {
  color: #fff;
  font-size: 0.8571428571vw;
}
@media (max-width: 480px) {
  .text__wht {
    font-size: 3.2vw;
    line-height: 2.3;
  }
}

.text__wht02 {
  color: #fff;
  font-size: 1.1428571429vw;
}
@media (max-width: 480px) {
  .text__wht02 {
    font-size: 4vw;
    line-height: 2.3;
  }
}

@media screen and (min-width: 480px) {
  .br-sp {
    display: none;
  }
}
.br-pc {
  display: none;
}

@media screen and (min-width: 480px) {
  .br-pc {
    display: block;
  }
}/*# sourceMappingURL=common.css.map */