@charset "UTF-8";
/*

Template name: salon test;
author: jun-design;

*/
/*
* foundation
*/
/* reset.scss */
/* Box-sizing を border-box に設定 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* margin, padding をリセット */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
blockquote,
figure,
figcaption,
form,
fieldset,
legend,
textarea,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
footer,
header,
hgroup,
main,
mark,
nav,
output,
ruby,
section,
summary,
time,
audio,
video {
  margin: 0;
  padding: 0;
}

/* font-size を 100% に設定 */
html {
  font-size: 100%;
}

/* body の font-family を設定 */
body {
  font-family: sans-serif; /* または、お好みのフォントを指定 */
}

/* ul, ol の list-style をリセット */
ul,
ol {
  list-style: none;
}

/* a タグの text-decoration をリセット */
a {
  text-decoration: none;
}

/* img タグの max-width を 100% に設定 */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* table の border-collapse を collapse に設定 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* button の appearance を reset */
button,
input[type=submit],
input[type=reset],
input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

/*==============================================
　  base.scss
================================================*/
/*==============================================
　　カラー
================================================*/
/*==============================================
　　font
================================================*/
.marcellus-regular {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}

.parisienne-regular {
  font-family: "Parisienne", serif;
  font-weight: 400;
  font-style: normal;
}

/*==============================================
　　ホバー
================================================*/
.u-hover:hover {
  transform: scale(1.1);
  transition: all 1s;
}

/*==============================================
　　ブレイクポイント 基本375pxから1200pxまでチェック
================================================*/
/*==============================================
レスポンシブの要素の表示非表示  モバイルファースト
フレックスの制御
================================================*/
.u-flex {
  display: flex;
  align-items: center;
}

.u-sp-only {
  display: none;
}

.u-tab-only {
  display: none;
}

.u-pc-only {
  display: block;
}

.u-sp-tab-only {
  display: none;
}

.u-tab-pc-only {
  display: block;
}

.u-tab-flex {
  display: flex;
}

.u-pc-flex {
  display: flex;
}

@media screen and (max-width:1023px ) {
  .u-sp-only {
    display: none;
  }
  .u-tab-only {
    display: block;
  }
  .u-pc-only {
    display: none;
  }
  .u-sp-tab-only {
    display: block;
  }
  .u-tab-pc-only {
    display: block;
  }
  .u-tab-flex {
    display: flex;
  }
  .u-pc-flex {
    flex-direction: column;
  }
}
@media screen and (max-width:767px ) {
  .u-sp-only {
    display: block;
  }
  .u-tab-only {
    display: none;
  }
  .u-pc-only {
    display: none;
  }
  .u-sp-tab-only {
    display: block;
  }
  .u-tab-pc-only {
    display: none;
  }
  .u-sp-flex {
    display: flex;
  }
  .u-tab-flex {
    flex-direction: column;
  }
  .u-pc-flex {
    flex-direction: column;
  }
}
/*
* layout
*/
/*==============================================
　　header
================================================*/
.l-header {
  position: fixed;
  background-color: transparent;
  font-family: "Marcellus", serif;
  width: calc(100vw - 96px);
  justify-content: space-between;
  margin: 48px;
  height: 70px;
  z-index: 99;
}
.l-header__logo-img {
  height: 64px;
  width: 64px;
  margin-right: 8px;
}
.l-header__logo-title {
  font-size: 28px;
  letter-spacing: 5.6px;
  color: #54372D;
}
.l-header__nav {
  display: flex;
  gap: 32px;
}
.l-header__nav__item {
  font-size: 20px;
  color: #54372D;
  letter-spacing: 2px;
}
.l-header__nav__item--btn {
  height: 50px;
  width: 200px;
  background-color: #949E33;
  color: white;
  padding: 12px 24px;
  border-radius: 40px;
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
}
.l-header__nav__item--btn i {
  margin-right: 26px;
}
.l-header__menu-title {
  font-size: 20px;
}
.l-header__menu__hamburger {
  font-size: 12px;
}
.l-header__menu__hamburger-line {
  font-size: 20px;
}
.l-header__overlay {
  font-size: 20px;
}
.l-header__overlay__item {
  display: block;
  color: pink;
}

@media screen and (max-width:767px ) {
  .l-header {
    position: relative;
  }
}
/*
* object
*/
.c-site-title {
  position: absolute;
  left: 36px;
  top: 50vh;
  transform: translateY(-50%);
  color: white;
  letter-spacing: 6.4px;
  font: normal normal 300 64px/96px Yu Mincho;
  font-family: serif;
}

.c-title__main {
  position: relative;
  font: normal normal normal 84px/106px Marcellus;
  letter-spacing: 3.36px;
  color: #CA7F13;
}
.c-title__main::before {
  content: "News";
  display: block;
  position: absolute;
  top: -47px;
  left: 90px;
  font: normal normal normal 120px/168px "Parisienne";
  letter-spacing: 0px;
  opacity: 0.055;
}
.c-title__sub {
  font: normal normal normal 14px/14px Yu Mincho;
  letter-spacing: 0.56px;
  color: #CA7F13;
}

.p-news__inner {
  width: 75%;
  margin: 0 auto;
  padding-top: 132px;
  padding-bottom: 200px;
}

.u-pos-ab {
  position: absolute;
}

.u-pos-re {
  position: relative;
}

.u-pos-fi {
  position: fixed;
}

.p-section--light {
  background-color: #F9F8F6;
}

.p-section--dark {
  background-color: #464646;
}/*# sourceMappingURL=style.css.map */