/*
Theme Name: Recla Artmake Theme vol.01
Theme URI:　
Version: 1.01
*/

/*######################################################################

		Base CSS

************************************************************************/

*,
*::before,
*::after {
  box-sizing: border-box;
  min-inline-size: 0;
}

:root {
  --font-size-12: .75rem;
  --font-size-14: .875rem;
  --font-size-14: .9375rem;
  --font-size-16: 1rem;
  --font-size-18: 1.125rem;
  --font-size-21: 1.3125rem;
  --font-size-24: 1.5rem;
  --font-size-26: 1.625rem;
  --font-size-32: 2rem;
  --font-size-40: 2.5rem;
  --font-size-48: 3rem;
  --font-size-56: 3.5rem;
  --font-size-64: 4rem;
  --font-size-72: 4.5rem;
  --font-size-80: 5rem;
  --font-size-88: 5.5rem;
  --font-size-128: 8rem;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
  margin: 0;
}

body {
  color: #333;
  font-size: var(--font-size-16);
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.8;
  min-height: 100vh;
  background-color: #F9F6EF;
  overflow-x: clip;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

@media not all and (min-width: 768px){
  body {
    font-size: var(--font-size-14);
  }
}

.__serif {
  font-family: "Cormorant", "Shippori Mincho B1", serif;
}

:where(ul, ol) {
  list-style: none;
  list-style-type: '';
  padding: unset;
  margin: 0;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.4;
}

img, picture {
  display: block;
  max-width: 100%;
  height: auto;
}

:where(:any-link, button, [type='button'], [type='reset'], [type='submit'], label[for], select, summary, [role='tab'], [role='button']) {
  cursor: pointer;
}

:where(button, [type='button'], [type='reset'], [type='submit']) {
  touch-action: manipulation;
}

legend, fieldset {
  all: unset;
}

input, button, textarea, select {
  font: inherit;
}

:target {
  scroll-margin-block: 5ex;
}

:focus:not(:focus-visible) {
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  *, ::before, ::after, ::backdrop {
    background-attachment: scroll !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    animation-delay: 0s !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

strong {
  color: #CCB700;
  font-weight: 900;
}

a {
  color: #111;
  text-decoration: none;
  transition: .3s;
}

a:hover {
  color: #111;
  text-decoration: none;
}



/*######################################################################

		Header

************************************************************************/

.header {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header__wrap {
  display: flex;
	justify-content: space-between;
  align-items: center;
	flex-wrap: wrap;
  margin-inline: auto;
  padding-inline: 24px;
  max-width: 1248px;
}

@media not all and (min-width: 768px){
  .header__logo {
    width: 160px;
  }
}

.header__gnav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px 24px;
}

.header__gnav-list .__text a {
  display: grid;
  place-content: center;
  width: 120px;
  height: 32px;
  border: 1px solid #BCB4A0;
  border-radius: 50vh;
}



/*######################################################################

		Contents

************************************************************************/

/*
	general
/////////////////////////////////////////////////////////*/

.section-area {
  margin-inline: auto;
  padding-inline: 24px;
  max-width: 1248px;
}

.page-container {
  position: relative;
  margin-bottom: 160px;
  padding-top: 240px;
}

@media not all and (min-width: 768px){
  .page-container {
    margin-bottom: 80px;
    padding-top: 180px;
  }
}

.page-container::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  background-image: url(./assets/images/common/page-bg-filter.svg);
  background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
  z-index: -1;
}

.page-header {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  margin-bottom: 160px;
  padding-inline: 24px;
  max-width: 1248px;
  line-height: 1.2;
}

.page-header__title {
  order: 2;
  font-size: var(--font-size-21);
}

.page-header__title-en {
  order: 1;
  margin-bottom: 24px;
  font-size: var(--font-size-80);
  text-transform: uppercase;
}

@media not all and (min-width: 940px){
  .page-header {
    margin-bottom: 80px;
  }

  .page-header__title-en {
    font-size: var(--font-size-56);
  }
}

@media not all and (min-width: 568px){
  .page-header__title-en {
    font-size: var(--font-size-40);
  }
}

.page-section {
  margin-bottom: 160px;
}

@media not all and (min-width: 768px){
  .page-section {
    margin-bottom: 80px;
  }
}

.page-section-hgroup {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  margin-bottom: 80px;
  width: fit-content;
}

.page-section-hgroup__heading {
  order: 2;
  margin-inline: auto;
  margin-bottom: 24px;
  width: fit-content;
  font-size: var(--font-size-40);
}

.page-section-hgroup__heading-en {
  order: 1;
  margin-inline: auto;
  margin-bottom: 16px;
  width: fit-content;
  font-size: var(--font-size-18);
  text-transform: uppercase;
}

.page-section-hgroup__description {
  order: 3;
  margin-inline: auto;
  width: fit-content;
  font-size: var(--font-size-18);
}

@media not all and (min-width: 768px){
  .page-section-hgroup {
    margin-bottom: 40px;
  }

  .page-section-hgroup__heading {
    margin-bottom: 16px;
    font-size: var(--font-size-32);
  }

  .page-section-hgroup__heading-en {
    margin-bottom: 8px;
    font-size: var(--font-size-16);
  }

  .page-section-hgroup__description {
    font-size: var(--font-size-16);
  }
}

@media not all and (min-width: 468px){
  .page-section-hgroup__heading {
    font-size: var(--font-size-26);
  }

  .page-section-hgroup__heading-en {
    margin-bottom: 8px;
    font-size: var(--font-size-14);
  }

  .page-section-hgroup__description {
    font-size: var(--font-size-14);
  }
}

.hero-wrap {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.hero-wrap__contents {
  width: 43%;
}

.hero-wrap__image {
  margin-right: calc(50% - 50vw);
  width: 55%;
}

@media not all and (min-width: 768px){
  .hero-wrap__contents {
    display: contents;
    width: 100%;
  }

  .hero-wrap__image {
    order: 2;
    margin-bottom: 32px;
    width: 100%;
  }
}

.hero-wrap__heading {
  margin-bottom: 80px;
  font-size: var(--font-size-40);
}

.hero-wrap__text p {
  margin-bottom: 40px;
}

@media not all and (min-width: 940px){
  .hero-wrap__heading {
    margin-bottom: 40px;
    font-size: var(--font-size-32);
  }

  .hero-wrap__text p {
    margin-bottom: 32px;
  }
}

@media not all and (min-width: 768px){
  .hero-wrap__heading {
    order: 1;
  }

  .hero-wrap__text {
    order: 3;
  }
}

.hero-wrap__image img {
  width: 100%;
  border-radius: 40px 0 0 40px;
}

@media not all and (min-width: 768px){
  .hero-wrap__image img {
    border-radius: 40px;
  }
}

.course-list {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  padding: 24px;
  border-top: 1px solid #BCB4A0;
  border-bottom: 1px solid #BCB4A0;
}

.course-list .__heading {
  width: 25%;
}

.course-list .__details {
  width: 50%;
}

.course-list .__price {
  width: 25%;
  text-align: right;
}

@media not all and (min-width: 768px){
  .course-list .__heading {
    margin-bottom: 12px;
    width: 100%;
    font-weight: 700;
  }

  .course-list .__details {
    width: 70%;
  }

  .course-list .__price {
    width: 25%;
  }
}

@media not all and (min-width: 468px){
  .course-list .__heading {
    margin-bottom: 8px;
  }

  .course-list .__details {
    margin-bottom: 8px;
    width: 100%;
  }

  .course-list .__price {
    width: 100%;
    text-align: left;
  }
}

.__arrow-link a {
  display: flex;
	justify-content: space-between;
  align-items: center;
	flex-wrap: wrap;
  gap: 16px 40px;
  width: fit-content;
}

.__arrow-button {
  display: grid;
  place-content: center;
  width: 80px;
  height: 40px;
  background-image: url(./assets/images/common/arrow-b.svg);
  background-size: 12px;
	background-repeat: no-repeat;
	background-position: center;
  border: 1px solid #BCB4A0;
  border-radius: 18px;
}

.more-contents {
  border-top: 1px solid #BCB4A0;
  border-bottom: 1px solid #BCB4A0;
}

.more-contents a {
  display: flex;
	justify-content: space-between;
  align-items: center;
	flex-wrap: wrap;
  position: relative;
  padding: 40px 64px;
}

.more-contents__hgroup {
  display: flex;
  flex-direction: column-reverse;
  width: 180px;
}

.more-contents__text {
  width: calc(100% - 460px);
}

.more-contents__arrow {
  display: flex;
  place-content: center;
  width: 80px;
  height: 80px;
  border: 1px solid #BCB4A0;
  border-radius: 50vh;
}

@media not all and (min-width: 940px){
  .more-contents a {
    padding: 40px;
  }

  .more-contents__hgroup {
    display: flex;
    flex-direction: column-reverse;
    width: 180px;
  }

  .more-contents__text {
    width: calc(100% - 320px);
  }

  .more-contents__arrow {
    width: 64px;
    height: 64px;
  }
}

@media not all and (min-width: 768px){
  .more-contents a {
    padding: 32px 24px;
  }

  .more-contents__hgroup {
    margin-bottom: 10px;
    width: 100%;
  }

  .more-contents__text {
    width: calc(100% - 64px);
  }

  .more-contents__arrow {
    position: absolute;
    top: 50%;
    right: 24px;
    translate: 0 -50%;
    width: 40px;
    height: 40px;
  }
}

.more-contents__arrow img {
  width: 24px;
}

@media not all and (min-width: 768px){
  .more-contents__arrow img {
    width: 16px;
  }
}


/*
	appearance
/////////////////////////////////////////////////////////*/

.appearance-future__wrap {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.appearance-future__item {
  padding: 0 40px 40px;
  width: 32%;
  background-color: #fff;
  border-radius: 40px;
}

@media not all and (min-width: 940px){
  .appearance-future__item {
    width: 100%;
  }

  .appearance-future__item:not(:last-child) {
    margin-bottom: 80px;
  }
}

@media not all and (min-width: 768px){
  .appearance-future__item {
    padding: 0 24px 24px;
    border-radius: 32px;
  }
}

.appearance-future__num {
  display: grid;
  place-content: center;
  margin: -40px auto 40px;
  padding-bottom: 10px;
  width: 80px;
  height: 80px;
  color: #fff;
  font-size: var(--font-size-40);
  background-color: #333;
  border-radius: 50vh;
}

@media not all and (min-width: 768px){
  .appearance-future__num {
    margin: -24px auto 24px;
    padding-bottom: 4px;
    width: 64px;
    height: 64px;
    font-size: var(--font-size-26);
  }
}

.appearance-future__item-heading {
  margin-bottom: 40px;
  font-size: var(--font-size-21);
  text-align: center;
}

@media not all and (min-width: 768px){
  .appearance-future__item-heading {
    margin-bottom: 26px;
    font-size: var(--font-size-18);
  }
}

.appearance-future__text p {
  margin-bottom: 32px;
  font-size: var(--font-size-16);
}

@media not all and (min-width: 768px){
  .appearance-future__text p {
    margin-bottom: 24px;
    font-size: var(--font-size-14);
  }
}

.appearance-makeup__item {
  display: flex;
	justify-content: space-between;
  flex-direction: row-reverse;
	flex-wrap: wrap;
}

@media not all and (min-width: 468px){
  .appearance-makeup__item {
    flex-direction: row;
  }
}

.appearance-makeup__item:not(:last-child) {
  margin-bottom: 80px;
}

@media not all and (min-width: 768px){
  .appearance-makeup__item:not(:last-child) {
    margin-bottom: 64px;
  }
}

.appearance-makeup__contents {
  width: 70%;
}

.appearance-makeup__image {
  width: 25%;
}

@media not all and (min-width: 768px){
  .appearance-makeup__contents {
    width: 65%;
  }

  .appearance-makeup__image {
    width: 30%;
  }
}

@media not all and (min-width: 468px){
  .appearance-makeup__contents {
    display: contents;
    margin-bottom: 32px;
    width: 100%;
  }

  .appearance-makeup__image {
    order: 3;
    margin-bottom: 32px;
    width: 100%;
  }

  .appearance-makeup__image img {
    margin-inline: auto;
  }
}

.appearance-makeup__heading {
  margin-bottom: 16px;
  font-size: var(--font-size-32);
}

.appearance-makeup__subject {
  margin-bottom: 32px;
  padding: 16px;
  font-weight: 700;
  background-color: #D5CFBF;
  border-radius: 8px;
}

.appearance-makeup__course {
  margin-top: 40px;
}

@media not all and (min-width: 768px){
  .appearance-makeup__heading {
    font-size: var(--font-size-21);
  }

  .appearance-makeup__subject {
    margin-bottom: 24px;
  }

  .appearance-makeup__course {
    margin-top: 32px;
  }
}

@media not all and (min-width: 468px){
  .appearance-makeup__heading {
    order: 1;
    width: 100%;
  }

  .appearance-makeup__subject {
    order: 2;
    width: 100%;
  }

  .appearance-makeup__text {
    order: 4;
  }

  .appearance-makeup__course {
    order: 5;
  }
}

.appearance-makeup__image img {
  border-radius: 24px;
}

.appearance-timing__wrap {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.appearance-timing__item {
  position: relative;
  width: 32%;
}

@media not all and (min-width: 940px){
  .appearance-timing__item {
    width: 100%;
  }
}

.appearance-timing__most {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  padding: 8px 12px;
  width: 210px;
  font-size: var(--font-size-12);
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  background-color: #E6B329;
  border-radius: 8px;
}

.appearance-timing__inner {
  display: flow-root;
  position: relative;
  margin-top: 80px;
  padding: 0 40px 40px;
  width: 100%;
  background-color: #fff;
  border-radius: 40px;
}

.appearance-timing__heading {
  margin: -24px auto 24px;
  width: fit-content;
  font-size: var(--font-size-32);
}

@media not all and (min-width: 768px){
  .appearance-timing__inner {
    margin-top: 64px;
    padding: 0 24px 24px;
    border-radius: 24px;
  }

  .appearance-timing__heading {
    margin: -16px auto 24px;
    font-size: var(--font-size-24);
  }
}

.appearance-flow__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.appearance-flow__list li {
  display: flex;
	justify-content: space-between;
  align-items: flex-start;
	flex-wrap: wrap;
}

.appearance-flow__list-heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 32px;
  width: 35%;
}

.appearance-flow__list-details {
  margin-top: 20px;
  width: 60%;
}

@media not all and (min-width: 1100px){
  .appearance-flow__list-heading {
    gap: 16px;
  }
}

@media not all and (min-width: 940px){
  .appearance-flow__list-heading {
    width: 100%;
  }

  .appearance-flow__list-details {
    margin-top: 0;
    padding-left: 100px;
    width: 100%;
  }
}

@media not all and (min-width: 768px){
  .appearance-flow__list-details {
    padding-left: 80px;
  }
}

@media not all and (min-width: 568px){
  .appearance-flow__list-details {
    padding-left: 56px;
  }
}

.appearance-flow__list-heading .__num {
  display: grid;
  place-content: center;
  padding-bottom: 10px;
  width: 80px;
  height: 80px;
  color: #fff;
  font-size: var(--font-size-32);
  font-weight: 400;
  background-color: #333;
  border-radius: 50vh;
}

@media not all and (min-width: 768px){
  .appearance-flow__list-heading .__num {
    padding-bottom: 10px;
    width: 64px;
    height: 64px;
    font-size: var(--font-size-24);
  }
}

@media not all and (min-width: 568px){
  .appearance-flow__list-heading .__num {
    padding-bottom: 4px;
    width: 40px;
    height: 40px;
    font-size: var(--font-size-16);
  }
}

.appearance-flow__list-details p:not(:last-child) {
  margin-bottom: 24px;
}

.appearance-flow__list-details .__caution {
  padding: 24px;
  background-color: #E7E2D4;
  border-radius: 8px;
}

.appearance-flow__list-details p.__caution-heading {
  margin-bottom: 8px;
  font-weight: 700;
}

.appearance-flow__list-details .__caution {
  padding: 24px;
  background-color: #E7E2D4;
  border-radius: 8px;
}

.appearance-flow__list-details .__button a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding: 8px 16px;
  width: fit-content;
  font-size: var(--font-size-14);
  font-weight: 700;
  background-color: #E6B329;
  border-radius: 8px;
}

.appearance-flow__list-details .__button a::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 19px;
  background-image: url(./assets/images/common/icon-download.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media not all and (min-width: 468px){
  .appearance-flow__list-details .__button a {
    flex-direction: column;
    gap: 4px;
    font-size: var(--font-size-12);
  }
}

.appearance-message__wrap {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.appearance-message__contents {
  width: 60%;
}

.appearance-message__image {
  width: 30%;
}

@media not all and (min-width: 568px){
  .appearance-message__contents {
    margin-bottom: 32px;
    width: 100%;
  }

  .appearance-message__image {
    width: 100%;
  }
}

.appearance-message__heading {
  margin-bottom: 80px;
  font-size: var(--font-size-40);
}

@media not all and (min-width: 768px){
  .appearance-message__heading {
    margin-bottom: 40px;
    font-size: var(--font-size-26);
  }
}

@media not all and (min-width: 468px){
  .appearance-message__heading {
    margin-bottom: 32px;
    font-size: var(--font-size-21);
  }
}

.appearance-message__text p {
  margin-bottom: 40px;
}

@media not all and (min-width: 768px){
  .appearance-message__text p {
    margin-bottom: 32px;
  }
}

.appearance-message__image img {
  border-radius: 40px;
}

/*
	general
/////////////////////////////////////////////////////////*/



/*
	general
/////////////////////////////////////////////////////////*/



/*
	general
/////////////////////////////////////////////////////////*/



/*######################################################################

		Footer

************************************************************************/

.footer-cta {
  padding-block: 80px;
  background-color: #EBE5D7;
}

.footer-cta__area {
  margin-inline: auto;
  padding-inline: 24px;
  max-width: 1248px;
}

.footer-cta__wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

.footer-cta__main {
  width: 65%;
}

.footer-cta__image {
  width: 30%;
}

@media not all and (min-width: 768px){
  .footer-cta__main {
    width: 50%;
  }

  .footer-cta__image {
    width: 45%;
  }
}

@media not all and (min-width: 568px){
  .footer-cta__main {
    margin-bottom: 16px;
    width: 100%;
  }

  .footer-cta__image {
    width: 100%;
  }
}

.footer-cta__hgroup {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 40px;
}

.footer-cta__heading {
  font-size: var(--font-size-26);
}

.footer-cta__heading-en {
  margin-bottom: 8px;
  font-size: var(--font-size-14);
}

.footer-cta__buttons {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer-cta__buttons-item {
  width: 48%;
}

@media not all and (min-width: 768px){
  .footer-cta__buttons {
    gap: 16px;
  }

  .footer-cta__buttons-item {
    width: 100%;
  }
}

.footer-cta__buttons-item a {
  display: block;
  padding: 64px 40px;
  background-color: #F9F6EF;
  border-radius: 40px;
}

.footer-cta__buttons-heading {
  margin-bottom: 16px;
  font-size: var(--font-size-24);
  text-align: center;
}

.footer-cta__buttons-text {
  margin-bottom: 32px;
}

.footer-cta__buttons-arrow {
  display: grid;
  place-content: center;
  margin-inline: auto;
  width: 48px;
  height: 48px;
  border: 1px solid #BCB4A0;
  border-radius: 50vh;
}

.footer-cta__buttons-arrow img {
  width: 12px;
}

@media not all and (min-width: 768px){
  .footer-cta__buttons-item a {
    padding: 32px 24px;
    border-radius: 24px;
  }

  .footer-cta__buttons-heading {
    margin-bottom: 12px;
    font-size: var(--font-size-21);
  }

  .footer-cta__buttons-text {
    margin-bottom: 24px;
  }

  .footer-cta__buttons-arrow {
    width: 32px;
    height: 32px;
  }

  .footer-cta__buttons-arrow img {
    width: 8px;
  }
}

.footer-cta__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}

.footer-nav {
  display: flex;
	justify-content: space-between;
  align-items: flex-end;
	flex-wrap: wrap;
  margin-inline: auto;
  padding: 80px 24px;
  max-width: 1248px;
}

@media not all and (min-width: 768px){
  .footer-nav {
    padding: 40px 24px;
  }

  .footer-nav__logoarea {
    margin-bottom: 32px;
    width: 100%;
  }
}

.footer-nav__logo {
  margin-bottom: 80px;
}

@media not all and (min-width: 768px){
  .footer-nav__logo {
    margin-bottom: 32px;
  }

  .footer-nav__logo img {
    margin-inline: auto;
  }
}

.footer-nav__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.footer-nav__nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 80px;
}

@media not all and (min-width: 940px){
  .footer-nav__nav {
    gap: 40px;
  }
}

@media not all and (min-width: 768px){
  .footer-nav__nav {
    display: block !important;
    position: absolute;
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    contain: strict !important;
    opacity: 0 !important;
  }
}

.footer-nav__nav-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media not all and (min-width: 768px){
  .footer-nav__min {
    width: 100%;
  }
}

.footer-nav__min-list {
  display: flex;
	flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
  font-size: var(--font-size-12);
}

.footer-nav__min-list li:not(:last-child)::after {
  content: '/';
  margin-left: 12px;
}

.copyright {
  text-align: right;
}

@media not all and (min-width: 768px){
  .footer-nav__min-list {
    justify-content: center;
  }

  .copyright {
    text-align: center;
  }
}