@charset "UTF-8";
/* @include _reset.scss */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
  # Global selectors
# ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Slab:ital,wght@0,100..700;1,100..700&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap");
html {
  box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

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

* {
  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;
}

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

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+ */
  text-decoration: none;
  color: #000;
}

li {
  list-style: none;
}

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 */
}

/* 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;
}

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

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[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 */
}

/* 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,
html [type=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 */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

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 */
}

[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 {
  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+ */
}

/* # =================================================================
  # Accessibility
# ================================================================= */
/* 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: #000;
  text-shadow: none;
}

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

.clearfix {
  min-height: 1px;
}

.clearfix::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

html, body, div, p, table, tr, th, td, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, img, a, address, figure {
  margin: 0;
  padding: 0;
  border: 0;
}

img, h1, h2, h3, h4, h5, h6 {
  vertical-align: middle;
}

/* @include _reset.scss */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
  # Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

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

* {
  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;
}

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

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+ */
  text-decoration: none;
  color: #000;
}

li {
  list-style: none;
}

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 */
}

/* 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;
}

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

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[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 */
}

/* 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,
html [type=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 */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

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 */
}

[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 {
  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+ */
}

/* # =================================================================
  # Accessibility
# ================================================================= */
/* 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: #000;
  text-shadow: none;
}

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

.clearfix {
  min-height: 1px;
}

.clearfix::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

html, body, div, p, table, tr, th, td, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, img, a, address, figure {
  margin: 0;
  padding: 0;
  border: 0;
}

img, h1, h2, h3, h4, h5, h6 {
  vertical-align: middle;
}

/* @include _breakpoints.scss */
/* break point media query */
@media (max-width: 767.9px) {
  .pc {
    display: none !important;
  }
}
.pc_i {
  display: inline;
}

@media (max-width: 767.9px) {
  .pc_i {
    display: none;
  }
}
.pc_ib {
  display: inline-block;
}

@media (max-width: 767.9px) {
  .pc_ib {
    display: none;
  }
}
.tb {
  display: none;
}

@media (max-width: 1060px) {
  .tb {
    display: block;
  }
}
.tb_i {
  display: none;
}

@media (max-width: 1060px) {
  .tb_i {
    display: inline;
  }
}
.tb_ib {
  display: none;
}

@media (max-width: 1060px) {
  .tb_ib {
    display: inline-block;
  }
}
.sp {
  display: none;
}

@media (max-width: 767.9px) {
  .sp {
    display: block;
  }
}
.sp_i {
  display: none;
}

@media (max-width: 767.9px) {
  .sp_i {
    display: inline;
  }
}
.sp_ib {
  display: none;
}

@media (max-width: 767.9px) {
  .sp_ib {
    display: inline-block;
  }
}
html {
  width: 100%;
  font-size: 62.5%;
  /*&::-webkit-scrollbar {  
      display: none;
    }*/
  /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}
html.js-noScroll {
  overflow: hidden;
}

body {
  width: 100%;
  color: rgb(18, 18, 18);
  background: #ffffff;
  line-height: 1.5;
  font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.06rem;
}
@media (max-width: 767.9px) {
  body {
    font-size: 1.5rem;
  }
}
body.--menuOpen {
  overflow: hidden;
}

.js-visible .l-main.--index {
  visibility: visible;
}

.l-main {
  position: relative;
}
.l-main.--index {
  visibility: hidden;
  background-color: #333333;
}

@media (max-width: 767.9px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-height: 560px) {
  .sp {
    display: none;
  }
}
@media (max-width: 767.9px) {
  .sp {
    display: block;
  }
}
@media (max-width: 767.9px) and (max-height: 600px) {
  .sp {
    display: block;
  }
}

sup {
  font-size: 50%;
}

@media (max-width: 767.9px) {
  img {
    max-width: 100%;
  }
}

a:hover {
  opacity: 0.7;
  transition: 0.2s;
}

.u-bold {
  font-weight: 700;
}

.u-color--blue {
  color: #3399CC !important;
}
.u-color--red {
  color: #b81c25 !important;
}

.c-header {
  position: relative;
  background-color: #a5b99c;
  text-align: center;
  padding: 2rem 5rem 0;
  z-index: 2;
}
@media (max-width: 1060px) {
  .c-header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767.9px) {
  .c-header {
    padding: 1rem 1.5rem;
  }
}
.c-headerTit {
  display: inline-block;
  padding: 0.75rem 0;
  width: 120px;
}
@media (max-width: 1060px) {
  .c-header nav {
    position: absolute;
    top: 121px;
    left: 0;
    width: 40rem;
    height: calc(100dvh - 121px);
    padding: 5.6rem 0;
    background-color: #a5b99c;
    border-top: solid 0.1rem rgba(18, 18, 18, 0.2);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 767.9px) {
  .c-header nav {
    width: calc(100vw - 4rem);
  }
}
@media (max-width: 1060px) {
  .c-header nav.--open {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
}
.c-header nav .list-menu {
  margin-top: 1.05rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 1060px) {
  .c-header nav .list-menu {
    display: block;
    margin-top: 0;
  }
}
.c-header nav .list-menu li {
  line-height: 1.3;
}
@media (max-width: 1060px) {
  .c-header nav .list-menu li {
    margin-bottom: 0.2rem;
  }
}
.c-header nav .list-menu li a {
  display: inline-block;
  padding: 1.2rem;
  font-size: 1.4rem;
  opacity: 0.7;
  transition: 0.2s;
}
@media (max-width: 1060px) {
  .c-header nav .list-menu li a {
    display: block;
    padding: 1.1rem 3.2rem;
    font-size: 1.8rem;
    text-align: left;
  }
}
.c-header nav .list-menu li a:hover {
  opacity: 1;
}
@media (max-width: 1060px) {
  .c-header nav .list-menu li a:hover {
    background: rgba(18, 18, 18, 0.04);
  }
}
.c-header nav .list-menu li a:hover span {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
@media (max-width: 1060px) {
  .c-header nav .list-menu li a:hover span {
    text-decoration: none;
    text-underline-offset: 0;
  }
}
.c-header nav .sns {
  display: none;
}
@media (max-width: 1060px) {
  .c-header nav .sns {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(18, 18, 18, 0.04);
    padding: 3rem 1rem 2rem;
  }
}
.c-header nav .sns .insta {
  display: block;
  height: 1.8rem;
  width: 1.8rem;
  padding: 1.3rem;
  box-sizing: content-box;
}
.c-header nav .sns .insta:hover {
  opacity: 1;
}
.c-header nav .sns .insta:hover svg {
  scale: 1.1;
}
.c-header nav .sns .insta img {
  width: 100%;
}
.c-header .menuBtn {
  display: none;
}
@media (max-width: 1060px) {
  .c-header .menuBtn {
    position: absolute;
    cursor: pointer;
    z-index: 21;
    display: block;
    top: 50%;
    left: 3.6rem;
    height: 4.4rem;
    width: 4.4rem;
    transform: translate(0, -50%);
  }
}
@media (max-width: 767.9px) {
  .c-header .menuBtn {
    left: 0.5rem;
  }
}
.c-header .menuBtn__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  transform: translate(-50%, -50%);
}
@media (max-width: 767.9px) {
  .c-header .menuBtn__inner {
    width: 2rem;
    height: 2rem;
  }
}
.c-header .menuBtn span {
  position: absolute;
  display: block;
  background-color: #000;
}
@media (max-width: 1060px) {
  .c-header .menuBtn span {
    width: 1.6rem;
    height: 0.1rem;
  }
}
@media (max-width: 767.9px) {
  .c-header .menuBtn span {
    width: 2rem;
    height: 0.1rem;
  }
}
.c-header .menuBtn span:first-child {
  top: 0;
  left: 0px;
}
@media (max-width: 1060px) {
  .c-header .menuBtn span:first-child {
    top: 0;
  }
}
.c-header .menuBtn span:nth-child(2) {
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
  opacity: 1;
}
.c-header .menuBtn span:last-child {
  bottom: 0;
  left: 0px;
}
@media (max-width: 1060px) {
  .c-header .menuBtn span:last-child {
    bottom: 0;
  }
}
.c-header .menuBtn.--open {
  mix-blend-mode: normal;
}
@media (max-width: 1060px) {
  .c-header .menuBtn.--open span {
    width: 2.828rem;
    height: 0.1rem;
  }
}
@media (max-width: 1060px) {
  .c-header .menuBtn.--open span:first-child {
    transform: translateY(0.75rem) translateX(-0.6rem) rotate(45deg);
  }
}
@media (max-width: 767.9px) {
  .c-header .menuBtn.--open span:first-child {
    transform: translateY(0.95rem) translateX(-0.45rem) rotate(45deg);
  }
}
@media (max-width: 1060px) {
  .c-header .menuBtn.--open span:nth-child(2) {
    visibility: hidden;
  }
}
@media (max-width: 1060px) {
  .c-header .menuBtn.--open span:last-child {
    transform: translateY(-0.75rem) translateX(-0.6rem) rotate(-45deg);
  }
}
@media (max-width: 767.9px) {
  .c-header .menuBtn.--open span:last-child {
    transform: translateY(-0.95rem) translateX(-0.45rem) rotate(-45deg);
  }
}

.l-footer {
  background-color: #a5b99c;
}
.l-footer__inner {
  padding: 5rem 0 0;
}
.l-footer__top {
  padding: 0 0 4.8rem;
}
@media (max-width: 767.9px) {
  .l-footer__top {
    padding: 0 0 3rem;
  }
}
.l-footer__bottom {
  padding: 5rem 0 3rem;
  border-top: solid 0.1rem rgba(18, 18, 18, 0.08);
}
@media (max-width: 767.9px) {
  .l-footer__bottom {
    padding: 3rem 0;
  }
}
.l-footer .insta {
  display: block;
  height: 1.8rem;
  width: 1.8rem;
  margin: auto;
  padding: 1.3rem;
  box-sizing: content-box;
}
.l-footer .insta:hover {
  opacity: 1;
}
.l-footer .insta:hover svg {
  scale: 1.1;
}
.l-footer .insta img {
  width: 100%;
}
.l-footer .chusfield {
  display: block;
  width: 160px;
  margin: 20px auto 0;
}
.l-footer .chusfield:hover {
  opacity: 1;
}
.l-footer .chusfield:hover img {
  scale: 1.1;
}
.l-footer .chusfield img {
  max-width: 100%;
}
.l-footer .copyright {
  text-align: center;
  font-size: 1.03rem;
  color: rgba(18, 18, 18, 0.75);
  line-height: 1.8;
}
@media (max-width: 767.9px) {
  .l-footer .copyright {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
  }
}

.l-section {
  margin: auto;
  padding: 0 5rem;
}
@media (max-width: 1060px) {
  .l-section {
    padding: 0 9rem;
  }
}
@media (max-width: 767.9px) {
  .l-section {
    padding: 0 1.5rem;
  }
}

.c-subTitle {
  font-family: "Josefin Slab", serif;
}

.u-green {
  color: #a6bb9e;
}

.u-black {
  color: #000;
}

.u-josefin {
  font-family: "Josefin Slab", serif;
}

.kv {
  width: 100%;
  height: 56rem;
}
@media (max-width: 767.9px) {
  .kv {
    height: 34rem;
  }
}
.kv__inner {
  width: 100%;
  height: 100%;
}
.kv img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  object-position: 0 70%;
}
@media (max-width: 767.9px) {
  .kv img {
    object-position: center;
  }
}

.brand__inner {
  padding: 7rem 0 0;
  max-width: 72.6rem;
  margin: auto;
}
@media (max-width: 767.9px) {
  .brand__inner {
    max-width: 160rem;
    padding: 5rem 0 0;
  }
}
.brandTit {
  margin-bottom: 0.83em;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 767.9px) {
  .brandTit {
    font-size: 2rem;
  }
}
.brand p {
  margin-bottom: 1em;
  line-height: 1.8;
  text-align: center;
  color: rgba(18, 18, 18, 0.75);
}
.brand p:last-child {
  margin-bottom: 0;
}

.product__inner {
  padding: 7rem 0 0;
  max-width: 72.6rem;
  margin: auto;
}
@media (max-width: 767.9px) {
  .product__inner {
    max-width: 160rem;
    padding: 5rem 0 0;
  }
}
.productTit {
  margin-bottom: 0.83em;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 767.9px) {
  .productTit {
    font-size: 2rem;
  }
}
.productText {
  line-height: 1.8;
  text-align: center;
  color: rgba(18, 18, 18, 0.75);
}
.productText h3 {
  margin: 0 0 0.83em;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.2;
}
@media (max-width: 767.9px) {
  .productText h3 {
    margin: 0 0 1em;
    font-size: 2rem;
  }
}
.productText strong {
  font-weight: 700;
}

.care {
  padding: 0;
}
.care__inner {
  display: flex;
  flex-wrap: wrap;
  padding: 7rem 5rem 0;
  margin: auto;
  flex-grow: 1;
  flex-shrink: 0;
  max-width: 160rem;
}
@media (max-width: 767.9px) {
  .care__inner {
    display: block;
    padding: 5rem 1.5rem 0;
  }
}
.careImg {
  width: calc(33.33% - 0.6666666667rem);
}
@media (max-width: 1060px) {
  .careImg {
    max-width: 100%;
    margin: auto;
    scale: 1.1;
  }
}
@media (max-width: 767.9px) {
  .careImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    scale: 1;
  }
}
.careImg img {
  max-width: 100%;
  margin: auto;
}
.careText {
  width: calc(33.33% - 0.6666666667rem);
  margin-bottom: 1em;
  padding: 6rem 7rem 7rem;
  line-height: 1.8;
  text-align: left;
  color: rgba(18, 18, 18, 0.75);
  flex-grow: 1;
  flex-shrink: 0;
}
@media (max-width: 1060px) {
  .careText {
    padding: 4rem 4rem 5rem;
  }
}
@media (max-width: 767.9px) {
  .careText {
    width: 100%;
    padding: 4rem 4rem 5rem;
  }
}
.careText h3 {
  margin: 0 0 1.7em;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
  color: rgb(18, 18, 18);
}
@media (max-width: 767.9px) {
  .careText h3 {
    margin: 0 0 1.9em;
    font-size: 2rem;
    line-height: 1.3;
  }
}
.careText p {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
  color: #000;
}
.careText p strong {
  font-weight: 900;
}

.cricket {
  margin-bottom: 5rem;
}
@media (max-width: 767.9px) {
  .cricket {
    margin-bottom: 0;
  }
}
.cricket__inner {
  padding: 8.7rem 0 0;
  max-width: 72.6rem;
  margin: auto;
}
@media (max-width: 767.9px) {
  .cricket__inner {
    padding: 5rem 0 0;
    max-width: 160rem;
  }
}
.cricketTit {
  margin-bottom: 0.83em;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 767.9px) {
  .cricketTit {
    font-size: 2rem;
  }
}
.cricketText {
  margin-bottom: 1em;
  line-height: 1.8;
  text-align: center;
  color: rgba(18, 18, 18, 0.75);
}
.cricketText h3 {
  margin: 0.83em 0;
  font-size: 2.4rem;
  font-weight: 900;
}
.cricketText strong {
  font-weight: 700;
}
.cricketText dt {
  line-height: 1.5;
  margin-bottom: 2em;
  font-weight: 700;
}
.cricketText__text01 {
  display: block;
  margin-bottom: 1em;
}

.contact {
  padding-bottom: 10rem;
}
.contact__inner {
  padding: 8.7rem 0 0;
  max-width: 72.6rem;
  margin: auto;
}
.contactTit {
  margin-bottom: 0.83em;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 767.9px) {
  .contactTit {
    font-size: 2rem;
  }
}
.contact p {
  text-align: center;
}
.contact .icon_mail {
  display: inline-block; /* テキスト中に収まる */
  width: 1em; /* フォントサイズに比例 */
  height: 1em; /* 正方形にする */
  vertical-align: -0.125em; /* テキストの中央に揃える微調整 */
  fill: currentColor; /* 文字色と同じ色になる */
}
/*# sourceMappingURL=index.css.map */
