@charset "UTF-8";
/* ************************************
foundation
************************************ */
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before, ::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
* 3. Remove gray overlay on links for iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  /* 2 */
  border: 0;
  border-top: 1px solid;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b, strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
  max-width: 100%;
  vertical-align: bottom;
}

embed, object, iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
* Reset form fields to make them styleable
*/
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}

/**
* Reset radio and checkbox appearance to preserve their look in iOS.
*/
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button, input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button, select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled] {
  cursor: default;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Remove arrow in IE10 & IE11
*/
select::-ms-expand {
  display: none;
}

/**
* Remove padding
*/
option {
  padding: 0;
}

/**
* Reset to invisible
*/
fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the outline style in Safari.
*/
[type=search] {
  outline-offset: -2px;
  /* 1 */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
* Clickable labels
*/
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/*
* Remove outline for editable content.
*/
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  padding: 0;
  text-align: left;
  vertical-align: top;
}

/* Misc */
/* ============================================ */
/**
* Add the correct display in IE 10+.
*/
template, [hidden] {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
:root {
  --main-black: #333;
  --beige-bg: #faf4ed;
  --gray-bg: #f2eee5;
  --base-font-color: #603813;
  --blue: #1774aa;
  --yellow: #fbc600;
  --red: #c9151d;
  --brown: #a75100;
  --hiraginokakugo: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https://css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https://webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
html {
  font-size: 16px;
}
@media (max-width: 970px) {
  html {
    font-size: 1.6494845361vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  color: var(--base-font-color);
  font-family: "游ゴシック体", "游ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
    line-height: 1.6428571429;
  }
}
body.is-fixed {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 400ms;
}

/* @include hover {
  a:hover {
    opacity: 0.8;
  }
} */
img {
  height: auto;
  width: 100%;
}

/* ************************************
layout
************************************ */
/* ************************************
foundation
************************************ */
.l-header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
}
.l-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  max-width: calc(1366px + 5.5rem);
  padding-block: 24px;
  padding-block: 1.5rem;
  padding-inline: 2.75rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding-block: 18px;
    padding-block: 1.125rem;
    padding-inline: 1.25rem;
  }
}
.l-header__title {
  line-height: 1;
  opacity: 1;
  transition: opacity 300ms ease-in-out;
  z-index: 101;
}
.l-header__title.is-scroll {
  opacity: 0;
}
.l-header__logo {
  display: block;
  width: 98px;
  width: 6.125rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 61px;
    width: 3.8125rem;
  }
}

/* ************************************
foundation
************************************ */
.l-hamburger {
  cursor: pointer;
  display: none;
  /* right: 0;
  top: 0;
  margin-top: prem(30);
  margin-right: prem(30); */
  height: 16px;
  position: relative;
  width: 30px;
  z-index: 101;
}
@media screen and (max-width: 767px) {
  .l-hamburger {
    display: block;
  }
}
.l-hamburger span {
  background-color: #000;
  bottom: 0;
  height: 1px;
  margin-block: auto;
  position: absolute;
  top: 0;
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
  width: 100%;
}
.l-hamburger span:nth-of-type(1) {
  transform: translateY(-7px);
}
.l-hamburger span:nth-of-type(2) {
  transform: translateY(0);
}
.l-hamburger span:nth-of-type(3) {
  transform: translateY(7px);
}
.l-hamburger.is-open span:nth-of-type(1) {
  transform: rotate(40deg);
}
.l-hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}
.l-hamburger.is-open span:nth-of-type(3) {
  transform: rotate(-40deg);
}

.l-hamburger__menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-hamburger__menu {
    background-color: var(--beige-bg);
    display: flex;
    flex-direction: column;
    height: 100svh; /* カスタムプロパティ未対応ブラウザ用のフォールバック */
    height: calc(var(--vh, 1vh) * 100);
    justify-content: space-between;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    padding-bottom: 56px;
    padding-bottom: 3.5rem;
    padding-top: 118px;
    padding-top: 7.375rem;
    position: fixed;
    top: 0;
    transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 100;
  }
}
.l-hamburger__menu.is-open {
  opacity: 1;
  visibility: visible;
  /* .l-hamburger__menu-overlay {
    opacity: 1;
    visibility: visible;
  }
  .l-hamburger__menu-wrap {
    transform: translateX(0);
  } */
}

.l-hamburger__menu-nav {
  padding-inline: 30px;
  padding-inline: 1.875rem;
}

.l-hamburger__menu-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  gap: 1.75rem;
}

.l-hamburger__menu-item {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
}

.l-hamburger__footer {
  max-width: 318px;
  max-width: 19.875rem;
  padding-inline: 24px;
  padding-inline: 1.5rem;
}

/* ************************************
foundation
************************************ */
.l-inner {
  margin-inline: auto;
  max-width: 60.625rem;
  padding-inline: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 35rem;
    padding-inline: 1rem;
  }
}

/* ************************************
foundation
************************************ */
.l-footer {
  padding-bottom: 106px;
  padding-bottom: 6.625rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 32px;
    padding-bottom: 2rem;
  }
}

.l-footer__inner {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    align-items: center;
    flex-direction: column;
  }
}

.l-footer__logo {
  width: 630px;
  width: 39.375rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 100%;
  }
}

.l-footer__copy {
  color: var(--main-black);
  font-size: max(0.625rem, 10px);
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: max(0.6875rem, 10px);
  }
}

/* ************************************
foundation
************************************ */
.l-gnav {
  padding-inline: 17px;
  padding-inline: 1.0625rem;
}

.l-gnav__list {
  display: grid;
  gap: 5px;
  gap: 0.3125rem;
  grid-template-columns: repeat(3, 13.125rem);
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-gnav__list {
    gap: 4px;
    gap: 0.25rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.l-gnav__item a {
  background-color: var(--brown);
  border-radius: 7px;
  color: #fff;
  display: block;
  font-family: var(--hiraginokakugo);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6875;
  line-height: 1;
  padding-block: 17px;
  padding-block: 1.0625rem;
  text-align: center;
  transition: background-color 400ms ease, color 400ms ease;
  /* width: 210px;
  width: prem(210); */
}
@media screen and (max-width: 767px) {
  .l-gnav__item a {
    font-size: max(0.625rem, 10px);
    padding-block: 12px;
    padding-block: 0.75rem;
  }
}
@media (hover: hover) {
  .l-gnav__item a:hover {
    background-color: var(--yellow);
    color: var(--brown);
  }
}

/* ************************************
component
************************************ */
/* ************************************
foundation
************************************ */
.c-floating-button {
  background-color: #ea6262;
  border-radius: 50%;
  bottom: 1.875rem;
  height: 3.125rem;
  opacity: 0;
  position: fixed;
  right: 1.875rem;
  transition: opacity 300ms, visibility 300ms;
  visibility: hidden;
  width: 3.125rem;
}
.c-floating-button.is-visible {
  opacity: 1;
  visibility: visible;
}

.c-button-wrap {
  text-align: center;
  width: 300px;
  width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .c-button-wrap {
    width: 100%;
  }
}

.c-button-red {
  background-color: var(--red);
  border-radius: 9999px;
  color: #fff;
  display: block;
  font-family: var(--hiraginokakugo);
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  padding-block: 16px;
  padding-block: 1rem;
  text-align: center;
  transition: color 400ms ease, background-color 400ms ease;
  width: 300px;
  width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .c-button-red {
    margin-inline: auto;
  }
}
@media (hover: hover) {
  .c-button-red:hover {
    background-color: var(--yellow);
    color: var(--blue);
  }
}

/* ************************************
foundation
************************************ */
.c-section-title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 1.4375rem;
  }
}
.c-section-title--white {
  color: #fff;
}

/* ************************************
foundation
************************************ */
.c-2column {
  align-items: center;
  display: grid;
  gap: 0 2.75rem;
  grid-template-columns: auto 25.5rem;
}
@media screen and (max-width: 767px) {
  .c-2column {
    align-items: flex-start;
    display: flex;
    flex-direction: column-reverse;
    gap: 3.25rem 0;
  }
}
@media screen and (max-width: 767px) {
  .c-2column--gap22sp {
    gap: 1.375rem 0;
  }
}

.c-2column__text-title {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-2column__text-title {
    flex-direction: column;
  }
}

.c-2column__text-date img {
  height: 80px;
  height: 5rem;
  width: auto;
}
@media screen and (max-width: 767px) {
  .c-2column__text-date img {
    height: 27px;
    height: 1.6875rem;
  }
}

/* ************************************
foundation
************************************ */
.c-line {
  position: relative;
}
.c-line::before {
  aspect-ratio: 923.18/3.42;
  background-image: url(../images/common/line2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-line::before {
    aspect-ratio: 337.22/4.06;
    background-image: url(../images/common/line2_sp.svg);
  }
}
.c-line--navy::before {
  background-image: url(../images/common/line.svg);
}
@media screen and (max-width: 767px) {
  .c-line--navy::before {
    background-image: url(../images/common/line_sp.svg);
  }
}

/* ************************************
utility
************************************ */
/* ************************************
foundation
************************************ */
.u-mt4 {
  margin-top: 0.25rem;
}

.u-mt8 {
  margin-top: 0.5rem;
}

.u-mt10 {
  margin-top: 0.625rem;
}

.u-mt12 {
  margin-top: 0.75rem;
}

.u-mt14 {
  margin-top: 0.875rem;
}

.u-mt16 {
  margin-top: 1rem;
}

.u-mt18 {
  margin-top: 1.125rem;
}

.u-mt20 {
  margin-top: 1.25rem;
}

.u-mt22 {
  margin-top: 1.375rem;
}

.u-mt26 {
  margin-top: 1.625rem;
}

.u-mt28 {
  margin-top: 1.75rem;
}

.u-mt30 {
  margin-top: 1.875rem;
}

.u-mt35 {
  margin-top: 2.1875rem;
}

.u-mt38 {
  margin-top: 2.375rem;
}

.u-mt50 {
  margin-top: 3.125rem;
}

.u-mt40 {
  margin-top: 2.5rem;
}

.u-mt62 {
  margin-top: 3.875rem;
}

.u-mt70 {
  margin-top: 4.375rem;
}

.u-mt74 {
  margin-top: 4.625rem;
}

.u-mt86 {
  margin-top: 5.375rem;
}

.u-mt102 {
  margin-top: 6.375rem;
}

.u-mt110 {
  margin-top: 6.875rem;
}

.u-mt115 {
  margin-top: 7.1875rem;
}

.u-mt148 {
  margin-top: 9.25rem;
}

.u-mt162 {
  margin-top: 10.125rem;
}

.u-mt182 {
  margin-top: 11.375rem;
}

.u-mt184 {
  margin-top: 11.5rem;
}

.u-mt242 {
  margin-top: 15.125rem;
}

.u-mlAuto {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .u-mt0-sp {
    margin-top: 0;
  }
  .u-mt8-sp {
    margin-top: 0.5rem;
  }
  .u-mt10-sp {
    margin-top: 0.625rem;
  }
  .u-mt12-sp {
    margin-top: 0.75rem;
  }
  .u-mt16-sp {
    margin-top: 1rem;
  }
  .u-mt25-sp {
    margin-top: 1.5625rem;
  }
  .u-mt26-sp {
    margin-top: 1.625rem;
  }
  .u-mt28-sp {
    margin-top: 1.75rem;
  }
  .u-mt32-sp {
    margin-top: 2rem;
  }
  .u-mt34-sp {
    margin-top: 2.125rem;
  }
  .u-mt36-sp {
    margin-top: 2.25rem;
  }
  .u-mt42-sp {
    margin-top: 2.625rem;
  }
  .u-mt48-sp {
    margin-top: 3rem;
  }
  .u-mt64-sp {
    margin-top: 4rem;
  }
  .u-mt68-sp {
    margin-top: 4.25rem;
  }
  .u-mt72-sp {
    margin-top: 4.5rem;
  }
  .u-mt75-sp {
    margin-top: 4.6875rem;
  }
  .u-mt82-sp {
    margin-top: 5.125rem;
  }
  .u-mt90-sp {
    margin-top: 5.625rem;
  }
  .u-mt114-sp {
    margin-top: 7.125rem;
  }
  .u-mt116-sp {
    margin-top: 7.25rem;
  }
}
/* ************************************
foundation
************************************ */
.u-pt96 {
  padding-top: 6rem;
}

.u-pt110 {
  padding-top: 6.875rem;
}

@media screen and (max-width: 767px) {
  .u-pt48-sp {
    padding-top: 3rem;
  }
  .u-pt56-sp {
    padding-top: 3.5rem;
  }
  .u-pt78-sp {
    padding-top: 4.875rem;
  }
}
/* ************************************
foundation
************************************ */
.u-hidden-pc {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-hidden-pc {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}

.u-inline-block {
  display: inline-block;
}

/* ************************************
foundation
************************************ */
/* ************************************
foundation
************************************ */
.u-text-note {
  font-size: 12px;
  font-size: max(0.75rem, 10px);
  font-weight: 500;
  line-height: 1;
}

.u-text-place {
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .u-text-place {
    font-size: max(0.75rem, 10px);
  }
}

.u-text14 {
  font-size: 0.875rem;
  line-height: 1.8571428571;
}
.u-text18 {
  font-size: 1.125rem;
  line-height: 1.6666666667;
}

.u-text13 {
  font-size: max(0.8125rem, 10px);
  font-weight: 500;
  line-height: 1.6153846154;
}

@media screen and (max-width: 767px) {
  .u-text12-sp {
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
  .u-text14-sp {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.7142857143;
  }
  .u-text15-sp {
    font-size: 0.9375rem;
    line-height: 1.5333333333;
  }
  .u-text16-sp {
    font-size: 1rem;
    line-height: 1.4375;
  }
  .u-text18-sp {
    font-size: 1.125rem;
  }
}
.u-white {
  color: #fff;
}

.u-line-height1 {
  line-height: 1;
}

.u-line-height15 {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .u-line-height127-sp {
    line-height: 1.2777777778;
  }
}
.u-center {
  text-align: center;
}

/* ************************************
project
************************************ */
/* ************************************
foundation
************************************ */
.p-lead__title {
  font-size: 33px;
  font-size: 2.0625rem;
  line-height: 1.696969697;
}
@media screen and (max-width: 767px) {
  .p-lead__title {
    font-size: 1.3125rem;
    line-height: 1.619047619;
  }
}

.p-lead__letter {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-lead__letter {
    font-size: 0.875rem;
    line-height: 2;
  }
}

/* ************************************
foundation
************************************ */
.p-shoplist__title {
  align-items: center;
  display: flex;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-shoplist__title {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.p-shoplist__title::after {
  background-color: var(--base-font-color);
  content: "";
  display: inline-block;
  flex-grow: 1;
  height: 1px;
  margin-block: auto;
  margin-left: 42px;
  margin-left: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-shoplist__title::after {
    margin-left: 26px;
    margin-left: 1.625rem;
  }
}

.p-shoplist__list {
  display: grid;
  gap: 40px 16px;
  gap: 2.5rem 1rem;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .p-shoplist__list {
    gap: 1.25rem 0.875rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-shoplist__thumb {
  aspect-ratio: 1;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  /* @include hover {
    &:hover {
      img {
        scale: 1.05;
      }
    }
  } */
}
.p-shoplist__thumb img {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 600ms ease-in, scale 300ms ease-in-out;
  width: 100%;
}
.p-shoplist__thumb img.is-active {
  opacity: 1;
}

.p-shoplist__link {
  align-items: center;
  display: flex;
  gap: 9px;
  gap: 0.5625rem;
  line-height: 1;
}

.p-shoplist__link-instagram {
  display: block;
  width: 20px;
  width: 1.25rem;
}

.p-shoplist__link-ec {
  display: block;
  width: 74px;
  width: 4.625rem;
}

/* ************************************
foundation
************************************ */
.p-fikatime {
  overflow-x: clip;
}

.p-fikatime__bg {
  aspect-ratio: 1100/593;
  background-image: url(../images/fikatime/img2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 50%;
  position: relative;
  translate: -50% 0;
  width: 1100px;
  width: 68.75rem;
}
@media screen and (max-width: 767px) {
  .p-fikatime__bg {
    aspect-ratio: 375/932;
    background-image: url(../images/fikatime/img2_sp.jpg);
    left: 0;
    translate: 0;
    width: 100%;
  }
}

.p-fikatime__inner {
  margin-top: 146px;
  margin-top: 9.125rem;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-fikatime__inner {
    margin-top: 0;
    padding-top: 464px;
    padding-top: 29rem;
    padding-top: 123.7333333333vw;
    position: relative;
  }
}

.p-fikatime__title-wrap {
  width: 498px;
  width: 31.125rem;
}
@media screen and (max-width: 767px) {
  .p-fikatime__title-wrap {
    width: 100%;
  }
}

/* ************************************
foundation
************************************ */
.p-talkshow {
  background-color: var(--gray-bg);
  padding-bottom: 104px;
  padding-bottom: 6.5rem;
  padding-top: 125px;
  padding-top: 7.8125rem;
}
@media screen and (max-width: 767px) {
  .p-talkshow {
    padding-bottom: 54px;
    padding-bottom: 3.375rem;
    padding-bottom: 14.4vw;
    padding-top: 52px;
    padding-top: 3.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-talkshow__list {
    flex-direction: column;
    gap: 1.25rem;
  }
}

/* ************************************
foundation
************************************ */
.p-music {
  background-color: var(--gray-bg);
  padding-bottom: 140px;
  padding-bottom: 8.75rem;
  padding-top: 0.1px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-music {
    padding-bottom: 92px;
    padding-bottom: 5.75rem;
  }
}
.p-music::before {
  aspect-ratio: 1366/47;
  background-image: url(../images/music/flag.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-music::before {
    aspect-ratio: 375/31;
    background-image: url(../images/music/flag_sp.png);
  }
}

.p-music__title {
  margin-inline: auto;
  margin-top: 115px;
  margin-top: 7.1875rem;
  width: 420px;
  width: 26.25rem;
}
@media screen and (max-width: 767px) {
  .p-music__title {
    margin-top: 75px;
    margin-top: 4.6875rem;
    margin-top: 20vw;
    width: 16.8125rem;
  }
}

/* ************************************
foundation
************************************ */
.p-workshop {
  background-color: var(--gray-bg);
  padding-bottom: 106px;
  padding-bottom: 6.625rem;
}
@media screen and (max-width: 767px) {
  .p-workshop {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
}

.p-workshop__list {
  align-items: start;
  display: grid;
  gap: 0 94px;
  gap: 0 5.875rem;
  grid-template-columns: 1fr 21.25rem;
}
@media screen and (max-width: 767px) {
  .p-workshop__list {
    display: flex;
    flex-direction: column-reverse;
  }
  .p-workshop__list .c-2column__text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-workshop__list .c-2column__text-date img {
    height: 69px;
    height: 4.3125rem;
  }
}
.p-workshop__list--02 {
  gap: 0 1.5625rem;
  grid-template-columns: 25.5625rem 1fr;
}
.p-workshop__list--02 .c-2column__text {
  order: 2;
}
@media screen and (max-width: 767px) {
  .p-workshop__list--02 .c-2column__text {
    margin-top: -3.625rem;
    order: 1;
  }
}
.p-workshop__list--02 .c-2column__image {
  order: 1;
}
@media screen and (max-width: 767px) {
  .p-workshop__list--02 .c-2column__image {
    order: 2;
  }
}

.p-workshop__list-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.1666666667;
}
@media screen and (max-width: 767px) {
  .p-workshop__list-title {
    font-size: 1.4375rem;
    line-height: 1;
  }
}

/* ************************************
foundation
************************************ */
.p-molukku {
  overflow-x: clip;
}

.p-molukku__bg {
  aspect-ratio: 1100/622.22;
  background-image: url(../images/molukku/img10.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  left: 50%;
  position: relative;
  translate: -50% 0;
  width: 1100px;
  width: 68.75rem;
}
@media screen and (max-width: 767px) {
  .p-molukku__bg {
    aspect-ratio: 375/791.5;
    background-image: url(../images/molukku/img10_sp.jpg);
    left: 0;
    translate: 0;
    width: 100%;
  }
}

.p-molukku__inner {
  margin-top: 118px;
  margin-top: 7.375rem;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-molukku__inner {
    margin-top: 0;
    padding-top: 411px;
    padding-top: 25.6875rem;
    padding-top: 109.6vw;
    position: relative;
  }
}

.p-molukku__title-wrap {
  width: 498px;
  width: 31.125rem;
}
@media screen and (max-width: 767px) {
  .p-molukku__title-wrap {
    width: 100%;
  }
}

.p-molukku__image {
  width: 458px;
  width: 28.625rem;
}
@media screen and (max-width: 767px) {
  .p-molukku__image {
    width: 100%;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */