@charset "UTF-8";
/* フォント定設
-----------------------------------------------------------------*/
/* イージング
-----------------------------------------------------------------*/
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

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

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

i {
  font-style: normal; }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* add RIDE */
body,
div,
p,
form,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
address,
time {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0; }

ul,
ol {
  list-style-type: none; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

hr {
  border: none; }

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  vertical-align: middle;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Acessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

/* 共通スタイル定設
-----------------------------------------------------------------*/
html,
body {
  background-color: #fff;
  color: #1D241A;
  font-size: 14px;
  font-family: "Heisei Kaku Gothic Std", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1; }
  html.scrollLock,
  body.scrollLock {
    overflow: hidden; }

body {
  width: 100%; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    body {
      content: "portrait"; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    body {
      content: "landscape"; } }

a {
  text-decoration: none;
  color: inherit; }

button,
input[type="button"] {
  cursor: pointer; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.defs {
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .dn-portrait {
    display: none !important; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .dn-landscape {
    display: none !important; } }

@media print, screen and (max-width: 767px) {
  .dn-sp {
    display: none !important; } }

@media print, screen and (max-width: 1024px) {
  .dn-tab-sp {
    display: none !important; } }

@media print, screen and (min-width: 768px) {
  .dn-tab_pc {
    display: none !important; } }

@media print, screen and (min-width: 1025px) {
  .dn-pc {
    display: none !important; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .dn-tab_l {
    display: none !important; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .dn-tab_p {
    display: none !important; } }

/* フォント定設
-----------------------------------------------------------------*/
/* イージング
-----------------------------------------------------------------*/
/*================================================================
 *FILE					:_components.scss
 *DESCRIPTION   :全ページ共通コンポーネント カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* c-profile
-----------------------------------------------------------------*/
/* c-sectionTitle
-----------------------------------------------------------------*/
/* c-page
-----------------------------------------------------------------*/
/* c-jewelryGallery
-----------------------------------------------------------------*/
/* c-bgLine
-----------------------------------------------------------------*/
/* c-storyList
-----------------------------------------------------------------*/
/* c-column
-----------------------------------------------------------------*/
/* c-howtoList
-----------------------------------------------------------------*/
/* c-navList
-----------------------------------------------------------------*/
/* c-movieModal
-----------------------------------------------------------------*/
/* c-movieModal
-----------------------------------------------------------------*/
/* c-bgChange
-----------------------------------------------------------------*/
/* c-movie
-----------------------------------------------------------------*/
/* c-pageModal
-----------------------------------------------------------------*/
/* c-commonSwiper
-----------------------------------------------------------------*/
/* c-archivePager
-----------------------------------------------------------------*/
.c-column_fv {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-column_fv {
      height: calc(120 / 375 * 100vw); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-column_fv {
      height: 160px; } }

.c-column_fv_bgImage {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.c-column_logo {
  position: absolute;
  top: -42px; }
  .c-column_logo img {
    width: 118px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-column_logo {
      left: 50%;
      translate: -50% 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-column_logo {
      left: calc(72 / 1280 * 100vw); } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-column {
    padding: 0 calc(40 / 375 * 100vw) 80px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-column {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.96fr;
    grid-template-columns: 1fr 1.96fr;
    padding: 125px calc(72 / 1280 * 100vw) 70px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-column_leftTitle {
    position: sticky;
    top: 160px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-columnTitle {
    min-height: 73px; } }

.c-columnTitle_main {
  font-family: "Vollkorn SC", serif;
  letter-spacing: 0;
  line-height: 1.1;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-columnTitle_main {
      font-size: 40px;
      -webkit-transform-origin: top;
      -ms-transform-origin: top;
      transform-origin: top; }
      .is-shrink .c-columnTitle_main {
        scale: 0.8; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-columnTitle_main {
      font-size: 60px;
      margin-right: -20px;
      -webkit-transform-origin: left;
      -ms-transform-origin: left;
      transform-origin: left; }
      .is-shrink .c-columnTitle_main {
        scale: 0.66; } }

.c-columnTitle_sub {
  font-size: 15px;
  letter-spacing: 0.12em;
  font-weight: 500;
  line-height: 1.4;
  -webkit-transition: scale 0.3s ease, translate 0.3s ease;
  transition: scale 0.3s ease, translate 0.3s ease;
  display: block; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-columnTitle_sub {
      -webkit-transform-origin: top;
      -ms-transform-origin: top;
      transform-origin: top;
      margin-top: 8px; }
      .is-shrink .c-columnTitle_sub {
        scale: 0.8;
        translate: 0 -8px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-columnTitle_sub {
      margin-top: 5px;
      -webkit-transform-origin: left;
      -ms-transform-origin: left;
      transform-origin: left; }
      .is-shrink .c-columnTitle_sub {
        scale: 0.86;
        translate: 0 -15px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-column_main {
    max-width: 752px;
    margin: 0 auto; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-column_mainHead {
    position: sticky;
    top: 80px;
    text-align: center;
    margin-top: 120px;
    padding-top: 104px;
    padding-bottom: 50px;
    background-color: #1D241A;
    max-height: 227px; }
    .c-column_mainHead::after {
      content: "";
      background-image: url(../images/main_bg_sp.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      width: 100vw;
      position: absolute;
      left: 50%;
      translate: -50% 0;
      height: 120px;
      top: -120px;
      z-index: -1; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-column_mainHead_beige {
    background-color: #D9D9D2; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-column_mainTop {
    text-align: center; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-column_mainTop_title {
    position: sticky;
    top: 0;
    padding: 20px;
    min-height: 113px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.c-column_mainTop_title_dark {
  background-color: #1D241A; }

.c-column_mainTop_title_beige {
  background-color: #D9D9D2; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-column_lead {
    margin-top: 30px; } }

.c-column_leadText {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 2.4; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-column_leadText {
      margin-top: 145px; } }

.c-column_leadText_left {
  text-align: left; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-column_explain {
    margin-top: 80px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-column_explain {
    margin-top: 160px; } }

.c-column_explainMain {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-column_explainMain {
      aspect-ratio: 0.66607;
      overflow: hidden;
      margin: 0 calc(-40 / 375 * 100vw); }
      .c-column_explainMain img,
      .c-column_explainMain svg,
      .c-column_explainMain iframe,
      .c-column_explainMain video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-column_explainMain {
      aspect-ratio: 1.39259;
      overflow: hidden; }
      .c-column_explainMain img,
      .c-column_explainMain svg,
      .c-column_explainMain iframe,
      .c-column_explainMain video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; } }

.c-column_explain_listBar::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: rgba(242, 235, 220, 0.5);
  left: 50%;
  translate: -50% 0;
  top: 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-column_explain_listBar::before {
      width: 100vw; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-column_explain_listBar::before {
      width: 100%; } }

.c-column_explain_list {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-column_explain_list {
      padding-top: 64px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-column_explain_list {
      padding-top: 96px; } }
  .c-column_explain_list::after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: rgba(242, 235, 220, 0.5);
    left: 50%;
    translate: -50% 0;
    bottom: 0; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .c-column_explain_list::after {
        width: 100vw; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .c-column_explain_list::after {
        width: 100%; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-column_explain_list::before {
      top: 0;
      content: "";
      position: absolute;
      height: 1px;
      background-color: rgba(242, 235, 220, 0.5);
      left: 50%;
      translate: -50% 0;
      width: 100vw; } }
  .c-column_explain_list .c-column_explainItem:nth-child(2)::before {
    content: "";
    position: absolute;
    height: 1px;
    background-color: rgba(242, 235, 220, 0.5);
    left: 50%;
    translate: -50% 0;
    top: 0; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .c-column_explain_list .c-column_explainItem:nth-child(2)::before {
        width: 100vw; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .c-column_explain_list .c-column_explainItem:nth-child(2)::before {
        width: 100%; } }

.c-column_explainItem {
  position: relative;
  padding-bottom: 64px; }
  .c-column_explainItem + .c-column_explainItem {
    padding-top: 64px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-column_explainItem {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-column_explainItem_second {
    padding-bottom: 96px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.93fr 1fr;
    grid-template-columns: 1.93fr 1fr;
    gap: calc(48 / 1280 * 100vw);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .c-column_explainItem_second + .c-column_explainItem_second {
      padding-top: 96px; } }

.c-column_explainContent_titleMain {
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  font-weight: 500; }

.c-column_explainContent_titleSub {
  font-family: "Vollkorn SC", serif;
  font-size: 16px;
  letter-spacing: 0;
  color: rgba(242, 235, 220, 0.5);
  margin-top: 12px;
  line-height: 1.06; }

.c-column_explainContent_catch {
  margin-top: 32px;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 2; }

.c-column_explainItem_image {
  aspect-ratio: 1;
  overflow: hidden; }
  .c-column_explainItem_image img,
  .c-column_explainItem_image svg,
  .c-column_explainItem_image iframe,
  .c-column_explainItem_image video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-column_explainItem_image {
      max-width: 180px;
      margin: 0 auto 25px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-howtoList {
    padding: 128px calc(16 / 375 * 100vw) 48px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-howtoList {
    padding: 96px 72px 0; } }

.c-howtoList_title {
  text-align: center; }

.c-howtoList_title_main {
  font-family: "Vollkorn SC", serif;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1.2; }

.c-howtoList_title_sub {
  font-size: 15px;
  letter-spacing: 0.04em;
  color: #7B7F75;
  margin-top: 10px;
  font-weight: bold; }

.c-howtoList_list {
  display: -ms-grid;
  display: grid; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-howtoList_list {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      gap: 9px;
      margin-top: 32px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-howtoList_list {
      -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
      -ms-grid-rows: (1fr)[2];
      grid-template-rows: repeat(2, 1fr);
      gap: 8px;
      max-width: 1132px;
      margin: 48px auto 0; } }

.c-howtoList_node {
  position: relative;
  cursor: pointer; }
  .c-howtoList_node::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: -2px;
    aspect-ratio: 1;
    -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    background-color: #D9D9D2; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .c-howtoList_node::after {
        width: 22px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .c-howtoList_node::after {
        width: 28px; } }

.c-howtoList_nodeLink {
  cursor: pointer;
  background-color: #1D241A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  aspect-ratio: 220/194; }
  @media (hover: hover) {
    .c-howtoList_nodeLink:hover {
      background-color: #B3B5AC; }
      .c-howtoList_nodeLink:hover .c-howtoList_nodeTitle_main {
        color: #1D241A; }
      .c-howtoList_nodeLink:hover .c-howtoList_nodeTitle_sub {
        color: rgba(29, 38, 24, 0.5); } }

.c-howtoList_nodeTitle_main {
  color: #F2EBDC;
  font-family: "Vollkorn SC", serif;
  letter-spacing: 0;
  line-height: 1.1;
  text-align: center;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-howtoList_nodeTitle_main {
      font-size: 21px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-howtoList_nodeTitle_main {
      font-size: 26px; } }

.c-howtoList_nodeTitle_sub {
  text-align: center;
  color: rgba(242, 235, 220, 0.5);
  letter-spacing: 0.04em;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-howtoList_nodeTitle_sub {
      font-size: 11px;
      margin-top: 4px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-howtoList_nodeTitle_sub {
      margin-top: 2px; } }

.c-navList {
  overflow: hidden; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-navList {
      padding-top: 48px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-navList {
      padding-top: 96px; } }

.c-navList_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-navList_list {
      overflow-x: auto; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-navList_list {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .c-navList_list::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        translate: -50% 0;
        width: 100vw;
        height: 1px;
        background-color: rgba(29, 38, 24, 0.2); } }
  .c-navList_list::-webkit-scrollbar {
    display: none; }

.c-navList_node {
  border-right: 1px solid rgba(29, 38, 24, 0.2);
  position: relative;
  cursor: pointer; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-navList_node {
      border-top: 1px solid rgba(29, 38, 24, 0.2); } }
  .c-navList_node:first-child {
    border-left: 1px solid rgba(29, 38, 24, 0.2);
    margin-left: 16px; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .c-navList_node:first-child::before {
        content: "";
        position: absolute;
        top: -1px;
        left: -17px;
        width: 16px;
        height: 1px;
        background-color: rgba(29, 38, 24, 0.2); } }
  .c-navList_node:last-child {
    margin-right: 16px; }
    .c-navList_node:last-child::after {
      content: "";
      position: absolute;
      top: -1px;
      right: -17px;
      width: 16px;
      height: 1px;
      background-color: rgba(29, 38, 24, 0.2); }

.c-navList_nodeLink {
  display: block;
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-navList_nodeLink {
      width: 240px;
      padding: 256px 10px 80px 32px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-navList_nodeLink {
      width: calc(284 / 1280 * 100vw);
      max-width: 284px;
      padding: 287px 21px 78px 32px; } }

.c-navList_nodeTop {
  position: absolute;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Vollkorn SC", serif;
  color: rgba(29, 38, 24, 0.2);
  letter-spacing: 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-navList_nodeTop {
      font-size: 40px;
      top: 24px;
      right: 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-navList_nodeTop {
      font-size: 48px;
      top: 30px;
      right: 21px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-navList_nodeBottom_title {
    min-height: 118px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-navList_nodeBottom_title {
    min-height: 106px; } }

.c-navList_nodeBottom_titleNumber {
  font-family: "Vollkorn SC", serif;
  letter-spacing: -0.04em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-navList_nodeBottom_titleNumber {
      font-size: 24px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-navList_nodeBottom_titleNumber {
      font-size: 28px; } }

.c-navList_nodeBottom_TitleMain {
  font-weight: bold; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-navList_nodeBottom_TitleMain {
      font-size: 18px;
      letter-spacing: 0.12em;
      line-height: 1.6; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-navList_nodeBottom_TitleMain {
      font-size: 19px;
      letter-spacing: 0.08em;
      line-height: 1.9; } }

.c-navList_nodeBottom_more_text {
  font-family: "Vollkorn SC", serif;
  font-size: 13px;
  letter-spacing: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 4px;
  border-bottom: 1px solid #1D241A; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-navList_nodeBottom_more {
    margin-top: 23px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-navList_nodeBottom_more {
    margin-top: 30px; } }

.howto {
  background-color: #D9D9D2;
  color: #1D241A;
  position: relative; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .howto_column {
    padding-bottom: 0 !important; } }

.howtoList_archive {
  padding-top: 10px; }
