@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5.375rem;
  /* リキッドレイアウト対応のための設定 */
  font-size: 16px;
}

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

body {
  line-height: 2.1333333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  position: relative;
  letter-spacing: 0em;
}

body.is-fixed {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

li {
  list-style: none;
}

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

input,
textarea {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  outline: none;
  border: none;
  border-radius: 0;
  resize: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /* デフォルトの矢印を非表示 */
}

select::-ms-expand {
  display: none;
  /* デフォルトの矢印を非表示(IE用) */
}

button {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

*:focus {
  outline: none;
}

details summary {
  list-style: none;
  cursor: pointer;
}

details summary::-webkit-details-marker {
  display: none;
}

figure {
  margin: 0;
}

picture {
  display: block;
  height: 100%;
}

/* ===============================================
# l-footer
=============================================== */

.l-footer {
  background: linear-gradient(97deg, #3D3D3D 0.26%, #131313 100%);
  padding: 4.125rem 0 2rem;
  font-family: "Noto Serif JP";
  color: #fff;
  position: relative;
  overflow: hidden;
}

.l-footer::before {
  content: "";
  position: absolute;
  width: 14.3125rem;
  height: 16.4375rem;
  background: url(../img/logo_bg.png) no-repeat center center/contain;
  bottom: -1.6875rem;
  right: 0.1875rem;
}

.l-footer__inner {
  padding: 0 1rem;
}

.l-footer__logo {
  width: 10.6875rem;
  height: 2.951rem;
}

.l-footer__address {
  margin-top: 0.9375rem;
}

.l-footer__address p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 178%;
  /* 178.571% */
  letter-spacing: 0.98px;
}

.l-footer__btn {
  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;
  margin-top: 1.75rem;
  max-width: 21.25rem;
  width: 21.25rem;
  height: 3.875rem;
  background: #fff;
  position: relative;
}

.l-footer__btn a {
  color: #58574C;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.75px;
  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;
  width: 100%;
  height: 100%;
}

.l-footer__btn--arrow {
  position: absolute;
  right: 1.875rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-footer__attention {
  margin-top: 1rem;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 266%;
  /* 266.667% */
  letter-spacing: 0.91px;
}

.l-footer__right {
  margin-top: 2.5rem;
}

.l-footer__nav-item {
  font-size: 0.8125rem;
  font-weight: 700;
}

.l-footer__nav-item a {
  padding: 0.3125rem 0;
}

.l-footer__nav-item + .l-footer__nav-item {
  margin-top: 1.1875rem;
}

.l-footer__info {
  margin-top: 3.75rem;
}

.l-footer__info-item {
  font-family: "Shippori Mincho";
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.55px;
}

.l-footer__info-item a {
  padding: 0.3125rem 0;
}

.l-footer__info-item + .l-footer__info-item {
  margin-top: 1.25rem;
}

.l-footer__info-item.--sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.l-footer__info-item.--sns a {
  padding: 0;
}

.l-footer__sns {
  width: 5.6875rem;
}

.l-footer__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6875rem;
}

.l-footer__sns-item {
  width: 1.125rem;
  height: 1.125rem;
}

.l-footer__sns-item.--instagram {
  position: relative;
}

.l-footer__sns-item.--instagram::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 1.14375rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
  right: -0.625rem;
  background: #fff;
}

.l-footer__copyright {
  display: block;
  margin-top: 5rem;
  text-align: center;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem;
  /* 400% */
  letter-spacing: 0.7px;
}

/* ===============================================
# l-header
=============================================== */

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-header__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header__top {
  background: #333;
  width: 100%;
  display: block;
  color: #fff;
  text-align: center;
  padding: 0.625rem 0;
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.l-header__bottom {
  height: 5rem;
  width: 100%;
  background: #fff;
  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;
}

.l-header__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 8.375rem;
  height: 2.3125rem;
}

/* header-nav
-------------------------------------*/

.l-header__nav {
  display: none;
}

.l-header__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header__nav-item + .l-header__nav-item {
  margin-left: 2.5rem;
}

.l-header__nav-item {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  letter-spacing: 0.04rem;
}

.l-header__nav-item.--contact {
  width: 9.375rem;
  height: 2.25rem;
  border: 1px solid #fff;
  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;
}

/* ハンバーガーメニュー
-------------------------------------*/

.l-header__menu-btn {
  position: fixed;
  top: 1.375rem;
  right: 1.25rem;
  width: 2rem;
  height: 1.125rem;
  z-index: 100;
  text-align: center;
}

.l-header__menu-btn--bar {
  display: block;
  width: 2rem;
  height: 0.09375rem;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.l-header__menu-btn--bar:nth-of-type(1) {
  top: 0.625rem;
}

.l-header__menu-btn--bar:nth-of-type(2) {
  top: 0;
}

.l-header__menu-btn--bar:nth-of-type(3) {
  top: -0.625rem;
}

.l-header.is-open .l-header__menu-btn--bar:nth-of-type(1) {
  background: #000;
  top: 0rem;
  -webkit-transform: translateX(-50%) rotate(-30deg);
          transform: translateX(-50%) rotate(-30deg);
}

.l-header.is-open .l-header__menu-btn--bar:nth-of-type(2) {
  display: none;
}

.l-header.is-open .l-header__menu-btn--bar:nth-of-type(1) {
  background: #000;
  top: 0.0625rem;
  -webkit-transform: translateX(-50%) rotate(-30deg);
          transform: translateX(-50%) rotate(-30deg);
}

.l-header.is-open .l-header__menu-btn--bar:nth-of-type(2) {
  top: 0;
}

.l-header.is-open .l-header__menu-btn--bar:nth-of-type(3) {
  background: #000;
  top: 0;
  -webkit-transform: translateX(-50%) rotate(30deg);
          transform: translateX(-50%) rotate(30deg);
}

.l-header.is-open .l-header__nav {
  opacity: 1;
  visibility: visible;
}

/* drawer
-------------------------------------*/

body.is-fixed {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.l-header__drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  background: #fff;
}

.l-header__drawer-content {
  position: relative;
  padding: 8.75rem 2.8125rem;
  height: 100%;
}

.l-header__drawer-content::before {
  content: "";
  position: absolute;
  right: -27%;
  top: 49%;
  width: 55.375rem;
  height: 27.75rem;
  background: url(../img/logo_red.png) no-repeat center center/cover;
  -webkit-transition: all 0.6s ease 0.8s;
  transition: all 0.6s ease 0.8s;
  z-index: -1;
}

.l-header__drawer-content.is-open::before {
  top: 39%;
}

.l-header__drawer.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-header__drawer-items {
  padding-bottom: 1.5rem;
}

.l-header__drawer-items .l-header__drawer-item:nth-child(2) {
  margin-left: 2.5rem;
}

.l-header__drawer-items .l-header__drawer-item:nth-child(3) {
  margin-left: 5rem;
}

.l-header__drawer-items .l-header__drawer-item:nth-child(4) {
  margin-left: 7.5rem;
}

.l-header__drawer-items .l-header__drawer-item:nth-child(5) {
  margin-left: 10rem;
}

.l-header__drawer-items .l-header__drawer-item:nth-child(6) {
  margin-left: 12.5rem;
}

.l-header__drawer-item {
  font-size: 1.125rem;
  padding: 0.3125rem 0;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.72px;
}

.l-header__drawer-right {
  margin-left: auto;
}

.l-header__drawer-item + .l-header__drawer-item {
  margin-top: 0.9375rem;
}

/* 
//drawer-bg
-------------------------------------*/

.l-header__drawer-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
}

.l-header__drawer-bg.is-open {
  opacity: 1;
  visibility: visible;
}

.l-header__drawer-logo {
  margin-top: 2.5rem;
  width: 14.25rem;
  height: 7.875rem;
}

.l-header__drawer-logo--sp {
  width: 8.75rem;
  height: 4.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}

/*言語切り替えボタン
-------------------------------------*/

.l-header__lang-switcherWrap {
  margin-left: 2.75rem;
}

.l-header__lang-switcher .bogo-language-name {
  display: inline-block;
  padding: 0;
  position: relative;
  color: #fff;
}

.l-header__lang-switcher .bogo-language-name a.current {
  opacity: 0.5;
}

.l-header__lang-switcher .devide {
  color: #fff;
}

.bogo-language-name {
  display: inline-block;
  padding: 0;
  position: relative;
  color: #bcc1d1;
}

.bogo-language-switcher li {
  display: contents;
}

.bogo-language-switcher.list-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.bogo-language-switcher.list-view .ja.last {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bogo-language-switcher.list-view .ja.last::before {
  content: "/";
  position: absolute;
  top: 0;
  right: 0.1875rem;
  width: 1px;
  height: 100%;
  color: #fff;
}

.bogo-language-switcher.list-view a {
  display: inline-block;
  padding: 0 0.625rem;
  position: relative;
  color: #fff;
}

.bogo-language-switcher.list-view .current {
  display: inline-block;
  position: relative;
}

.bogoflags {
  display: none;
}

.bogoflags::before {
  display: none;
}

/* drawerボタン切り替え
-------------------------------------*/

.l-header__lang-switcherWrap--drawer {
  position: absolute;
  bottom: 1.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.l-header__lang-switcher--drawer .bogo-language-name {
  display: inline-block;
  padding: 0;
  position: relative;
  color: #000;
}

.l-header__lang-switcher--drawer .bogo-language-name a.current {
  opacity: 0.5;
}

.l-header__lang-switcher--drawer .devide {
  color: #000;
}

.bogo-language-name {
  display: inline-block;
  padding: 0;
  position: relative;
  color: #bcc1d1;
}

.bogo-language-switcher li {
  display: contents;
}

.bogo-language-switcher.list-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bogo-language-switcher.list-view .ja.last {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bogo-language-switcher.list-view .ja.last::before {
  content: "/";
  position: absolute;
  top: 0;
  right: 0.1875rem;
  width: 1px;
  height: 100%;
  color: #000;
}

.bogo-language-switcher.list-view a {
  display: inline-block;
  padding: 0 0.625rem;
  position: relative;
  color: #000;
}

.bogo-language-switcher.list-view .current {
  display: inline-block;
  position: relative;
}

/* ===============================================
# l-inner
=============================================== */

.l-inner {
  max-width: 30rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 25px;
}

/* ===============================================
# c-btn
=============================================== */

.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  background: #333;
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.64px;
  cursor: pointer;
}

/* ===============================================
# 404
=============================================== */

.c-404 {
  padding: 11.25rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 400;
}

.c-404__404 {
  margin-top: 0.215rem;
  font-size: 5.468125rem;
  line-height: 1.2;
}

.c-404__404-text {
  margin-top: 0.215rem;
  font-size: 3.125rem;
  line-height: 1.2;
}

.c-404__text {
  margin: 3.9725rem auto 0;
  font-size: 1rem;
  line-height: 1.15;
  white-space: nowrap;
  width: 12.5rem;
  height: 3.125rem;
}

/* ===============================================
# c-form
=============================================== */

.c-form__wrapper {
  max-width: 44.25rem;
  margin: 2.5rem auto 0;
}

.c-form__text {
  font-size: 0.9375rem;
  line-height: 2.1333333333;
}

.c-form__text-required {
  color: #DA2116;
}

.c-form {
  font-family: "Noto Serif JP";
  margin-top: 2.5rem;
  border-radius: 0.5rem;
  color: #333;
}

.c-form__attention {
  color: #58574C;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.c-form__row.--separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4375rem;
}

.c-form__row--separatorContent {
  width: 50%;
}

.c-form__row + .c-form__row {
  margin-top: 0.75rem;
}

.c-form__label {
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 600;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.c-form__input,
.c-form__select {
  font-size: 1rem;
}

.c-form__required {
  color: #E46249;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.c-form__input.--explanation {
  height: 18rem;
}

/* checkbox
-------------------------------------*/

.c-form__body.--checkbox {
  margin-top: 1.5rem;
}

.c-form__body.--checkbox.--lang {
  margin-top: 0;
}

.c-form__checkbox-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 1.25rem;
}

.c-form__checkbox-wrap label input[type=checkbox],
.c-form__row--agreement label input[type=checkbox] {
  display: none;
}

.c-form__checkbox-wrap label span,
.c-form__row--agreement label span {
  display: inline-block;
  padding-left: 1.5rem;
  font-size: 0.875rem;
  position: relative;
  line-height: 2;
}

.c-form__checkbox-wrap label span::before,
.c-form__row--agreement label span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border-radius: 2px;
}

.c-form__checkbox-wrap label span::after,
.c-form__row--agreement label span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.125rem;
  background: #2e2e2e;
  opacity: 0;
}

.c-form__checkbox-wrap label input[type=checkbox]:checked + span::after,
.c-form__row--agreement label input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.c-form__checkbox-wrap label:hover,
.c-form__row--agreement label:hover {
  cursor: pointer;
}

/* select
-------------------------------------*/

.c-form__select-wrap .set-select {
  background: #fff;
}

.c-form__select-wrap p {
  padding: 1rem 0;
}

/* radio
-------------------------------------*/

.c-form__label.--radio + .c-form__label.--radio {
  margin-left: 2.125rem;
}

input[type=radio] {
  display: none;
}

.c-form__label.--radio input[type=radio]:checked + span::after {
  opacity: 1;
}

.c-form__label.--radio:hover {
  cursor: pointer;
}

.c-form__radio-wrap label span {
  padding-left: 23px;
  position: relative;
}

.c-form__radio-wrap label span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #58574C;
  border-radius: 50%;
}

.c-form__radio-wrap label span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #58574C;
  opacity: 0;
}

/* プライバシーポリシー・規約同意
-------------------------------------*/

.c-form__row.c-form__row--agreement {
  text-align: center;
  font-size: 0.9375rem;
}

.c-form__row.c-form__row--agreement + .c-form__row--agreement {
  margin-top: 1rem;
}

/* デフォルト初期化
-------------------------------------*/

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
textarea {
  width: 100%;
  height: auto;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  background: #F7F7F7;
  display: block;
}

input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #868686;
}

input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number]::-moz-placeholder, textarea::-moz-placeholder {
  color: #868686;
}

input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #868686;
}

input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #868686;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
textarea::placeholder {
  color: #868686;
}

textarea {
  height: 12.3125rem;
}

input[type=date] {
  margin-top: 0.5rem;
  background: #F7F7F7;
  padding: 0.75rem 1.5rem;
}

input[type=date]::-webkit-input-placeholder {
  color: #868686;
}

input[type=date]::-moz-placeholder {
  color: #868686;
}

input[type=date]:-ms-input-placeholder {
  color: #868686;
}

input[type=date]::-ms-input-placeholder {
  color: #868686;
}

input[type=date]::placeholder {
  color: #868686;
}

input[type=number] {
  text-align: right;
}

input[type=submit],
input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
  width: 100%;
  height: 100%;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 1rem 1.5rem;
  font-size: 0.875rem;
  line-height: 2;
  outline: none;
  background: #F7F7F7;
  border: none;
}

select:hover {
  cursor: pointer;
}

.c-form__row--submit {
  text-align: center;
  margin-top: 2rem;
}

.c-form__submit {
  background: #58574C;
  width: 18.875rem;
  height: 3.875rem;
  font-size: 0.9375rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* バリテーション
-------------------------------------*/

.wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  display: none;
  margin-top: 10px;
}

.wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
  display: block;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-list-item + .wpcf7-list-item {
  margin-left: 2.5rem;
}

.wpcf7 form .wpcf7-response-output {
  display: none;
}

/* ===============================================
# c-title
=============================================== */

.c-title__italic {
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
}

/* ===============================================
# product
=============================================== */

.p-products {
  padding-top: 5rem;
}

.p-products__title {
  background: #F7F7F7;
  color: #58574C;
  text-align: center;
  font-family: "Shippori Mincho";
  padding: 1.8125rem 0;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 57.6px */
  letter-spacing: 3px;
}

.p-products__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.1875rem;
  padding-bottom: 3.125rem;
  border-bottom: 1px solid #B9B9B9;
}

.p-products__item {
  margin-top: 3.25rem;
}

.p-products__imgWrap {
  width: 100%;
}

.p-products__info {
  margin-top: 0.875rem;
}

.p-products__name {
  font-family: "Shippori Mincho";
  color: #58574C;
  font-size: 0.875rem;
  line-height: normal;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.04375rem;
}

.p-products__price {
  font-family: "Noto Serif JP";
  margin-top: 0.625rem;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.0375rem;
}

/* CONTACT
-------------------------------------*/

.p-contact {
  padding: 3.125rem 0 5rem;
}

.p-contact__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4375rem;
  color: #58574C;
  text-align: center;
  font-family: "Shippori Mincho B1";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 41.6px */
  letter-spacing: 3.2px;
}

.p-contact__title span {
  font-size: 0.9375rem;
  width: 3.5rem;
  height: 1.1875rem;
  margin: auto;
}

.p-contact__text {
  text-align: left;
  margin-top: 2.5rem;
  color: #58574C;
  font-family: "Noto Sans JP";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 27px */
  letter-spacing: 0.75px;
}

/* thanks-page
-------------------------------------*/

.p-products.--thanks {
  padding-bottom: 11.25rem;
}

.p-contact__title.--thanks {
  margin-top: 3.75rem;
}

.p-contact__thanks-btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-contact__thanks-btn {
  margin: 3.9725rem auto 0;
  font-size: 1rem;
  line-height: 1.15;
  white-space: nowrap;
  width: 12.5rem;
  height: 3.125rem;
}

/* ===============================================
# top-contact
=============================================== */

.p-topContact {
  padding: 11.25rem 0;
  background: url(../img/contact_bg_sp.jpg) no-repeat center center/cover;
}

.p-topContact__swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-topContact__slide {
  font-size: 5.25rem;
  color: #fff;
}

.p-topContact__btn {
  width: 9.875rem;
  height: 3rem;
  background: #fff;
  color: #000;
  margin: 4.875rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ===============================================
# p-thanks
=============================================== */

.p-page-thanks {
  padding-bottom: 5.5rem;
}

.p-page-thanks__content {
  padding-top: 9.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-page-thanks__img {
  width: 11.25rem;
  height: auto;
  aspect-ratio: 1/1;
}

.p-page-thanks__text {
  margin-top: 2.9375rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.66;
}

/* ===============================================
# u-animation
=============================================== */

/* ===============================================
# 汎用クラス
=============================================== */

.u-hidden-mobile {
  display: none !important;
}

.u-block-hidden-mobile {
  display: none !important;
}

.u-grid-hidden-mobile {
  display: none !important;
}

.u-flex-hidden-mobile {
  display: none !important;
}

.u-hidden-pc {
  display: inline-block !important;
}

.u-block-hidden-pc {
  display: block !important;
}

.u-grid-hidden-pc {
  display: grid !important;
}

.u-flex-hidden-pc {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-hidden {
  visibility: hidden;
  display: none;
}

.u-visible {
  visibility: visible !important;
  opacity: 1 !important;
}

/* ===============================================
# u-text
=============================================== */

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

.u-txtUpper {
  text-transform: uppercase;
}

.u-text-grad {
  display: block;
  padding: inherit;
  font-size: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: -webkit-gradient(linear, left top, right top, from(#61BBEA), to(#CE537F));
  background: linear-gradient(90deg, #61BBEA 0%, #CE537F 100%);
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 1.3333333333vw;
    scroll-padding-top: 8.75rem;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  .l-footer::before {
    width: 26.375rem;
    height: 30.25rem;
    bottom: -5.8125rem;
    right: initial;
    left: 22%;
  }

  .l-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10.625rem 0 8.125rem;
  }

  .l-footer__address {
    margin-top: 1.25rem;
  }

  .l-footer__address p {
    font-size: 0.9375rem;
    line-height: 166%;
    letter-spacing: 1.05px;
  }

  .l-footer__btn {
    margin-top: 3.75rem;
    max-width: initial;
    width: 19rem;
    height: 3.875rem;
  }

  .l-footer__btn:hover .l-footer__btn--arrow {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }

  .l-footer__attention {
    margin-top: 2rem;
    font-size: 0.9375rem;
    letter-spacing: 1.05px;
  }

  .l-footer__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-top: 1.5rem;
  }

  .l-footer__nav {
    margin-right: 5.625rem;
  }

  .l-footer__nav-item {
    font-size: 0.875rem;
  }

  .l-footer__nav-item + .l-footer__nav-item {
    margin-top: 1.375rem;
  }

  .l-footer__info {
    margin-top: 0.5625rem;
  }

  .l-footer__info-item {
    letter-spacing: 0.6px;
    font-size: 0.75rem;
  }

  .l-footer__info-item + .l-footer__info-item {
    margin-top: 1.5rem;
  }

  .l-footer__info-item.--sns {
    gap: 1.5625rem;
    margin-top: 2.1875rem;
  }

  .l-footer__copyright {
    margin-top: 3.75rem;
    font-size: 0.75rem;
    letter-spacing: 0.84px;
  }

  .l-header__bottom {
    height: 6.25rem;
  }

  .l-header__logo {
    width: 10.6875rem;
    height: 2.95rem;
  }

  .l-header__nav {
    display: block;
    margin-left: auto;
  }

  .l-header__menu-btn {
    display: none;
  }

  .l-header__drawer-nav {
    width: 18.5rem;
  }

  .l-header__drawer-logo--sp {
    display: none;
  }

  .l-inner {
    max-width: 1250px;
    padding-inline: 25px;
  }

  .l-inner--s {
    max-width: 876px;
  }

  .l-inner--ss {
    max-width: 850px;
  }

  .c-btn:hover {
    opacity: 0.7;
  }

  .c-404 {
    padding: 17.5rem 0;
  }

  .c-404__404 {
    font-size: 6.25rem;
    line-height: 1.1931818182;
  }

  .c-404__404-text {
    margin-top: 1.5rem;
  }

  .c-404__text {
    margin-top: 5rem;
  }

  .c-form__row.--separator {
    gap: 1.125rem;
  }

  .c-form__row--separatorContent {
    width: 15.25rem;
  }

  .c-form__row + .c-form__row {
    margin-top: 1.25rem;
  }

  .c-form__label {
    font-size: 1rem;
  }

  .c-form__body.--checkbox {
    margin-top: 1.25rem;
  }

  .c-form__checkbox-wrap {
    gap: 0.5rem 1.25rem;
  }

  .c-form__label.--radio + .c-form__label.--radio {
    margin-left: 2.5rem;
  }

  .c-form__row.c-form__row--agreement {
    margin-top: 2.5rem;
  }

  .c-form__row--submit {
    margin-top: 3rem;
  }

  .p-products {
    padding-top: 9.6875rem;
  }

  .p-products__title {
    padding: 2.5rem 0;
    font-size: 2.25rem;
  }

  .p-products__list {
    gap: 3.125rem;
    padding-bottom: 4.5rem;
  }

  .p-products__item {
    margin-top: 4.5rem;
  }

  .p-products__imgWrap {
    width: 18.75rem;
  }

  .p-products__info {
    margin-top: 0.75rem;
  }

  .p-products__name {
    font-size: 1.125rem;
    letter-spacing: 0.05625rem;
  }

  .p-products__price {
    font-size: 0.9375rem;
    letter-spacing: 0.046875rem;
  }

  .p-contact {
    padding: 4.5rem 0 7.1875rem;
  }

  .p-contact__title {
    font-size: 2rem;
  }

  .p-contact__text {
    text-align: center;
    margin-top: 3.25rem;
  }

  .p-products.--thanks {
    padding-bottom: 17.5rem;
  }

  .p-contact__title.--thanks {
    margin-top: 5rem;
  }

  .p-contact__thanks-btn {
    margin-top: 5rem;
  }

  .p-topContact {
    padding: 11.75rem 0 18.5625rem;
    background: url(../img/contact_bg.jpg) no-repeat center center/cover;
  }

  .p-page-thanks__text {
    margin-top: 3.75rem;
    font-size: 3rem;
  }

  .u-hidden-mobile {
    display: inline-block !important;
  }

  .u-block-hidden-mobile {
    display: block !important;
  }

  .u-grid-hidden-mobile {
    display: grid !important;
  }

  .u-flex-hidden-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-hidden-pc {
    display: none !important;
  }

  .u-block-hidden-pc {
    display: none !important;
  }

  .u-grid-hidden-pc {
    display: none !important;
  }

  .u-flex-hidden-pc {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 374px) {
  html {
    font-size: 4.2780748663vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .l-footer__inner {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}

@media (hover: hover) {
  a:hover {
    text-decoration: none;
    opacity: 0.7;
    cursor: pointer;
  }

  button:hover {
    text-decoration: none;
    opacity: 0.7;
  }

  .p-top-news__link:hover .u-text-grad {
    opacity: 1;
    visibility: visible;
  }
}
/*# sourceMappingURL=style.css.map */