@charset "UTF-8";
/* Scss Document */
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* -----------------------------------------------------------
 =reset and default css
----------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
code,
del,
em,
img,
q,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

html {
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 62.5%; /* 10px */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

section {
  clear: both;
}

/* link --------------- */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* list --------------- */
nav ul,
#header ul,
#sidebar ul,
aside ul {
  list-style: none;
}

.inline li {
  display: inline;
}

ol {
  margin-left: 1.8em;
}

/* float --------------- */
.ib {
  display: inline-block;
}

.fLeft {
  float: left;
}

.fRight {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

.clearfix {
  overflow: hidden;
}

.overAuto {
  overflow: auto;
}

/* table --------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
}

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

/* alignment --------------- */
.tCenter {
  text-align: center !important;
}

.tLeft {
  text-align: left !important;
}

.tRight {
  text-align: right !important;
}

.vTop {
  vertical-align: top;
}

.vMid {
  vertical-align: middle;
}

.vBtm {
  vertical-align: bottom;
}

/* break --------------- */
.nowrap {
  white-space: nowrap;
}

.brUrl {
  word-wrap: break-word;
}

.brSp {
  display: block;
}

@media screen and (min-width: 769px) {
  .brSp {
    display: none;
  }
}
/* image --------------- */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

.imgL {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.imgR {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
}

p.akari image img {
  width: 100%;
}

/* space --------------- */
.mgR0 {
  margin-right: 0 !important;
}

.mgR05 {
  margin-right: 5px;
}

.mgR10 {
  margin-right: 10px;
}

.mgR15 {
  margin-right: 15px;
}

.mgR20 {
  margin-right: 20px;
}

.mgR25 {
  margin-right: 25px;
}

.mgR30 {
  margin-right: 30px;
}

.mgB0 {
  margin-bottom: 0 !important;
}

.mgB05 {
  margin-bottom: 5px;
}

.mgB10 {
  margin-bottom: 10px;
}

.mgB15 {
  margin-bottom: 15px;
}

.mgB20 {
  margin-bottom: 20px;
}

.mgB25 {
  margin-bottom: 25px;
}

.mgB30 {
  margin-bottom: 30px;
}

.mgB35 {
  margin-bottom: 35px;
}

.mgB40 {
  margin-bottom: 40px;
}

.mgB50 {
  margin-bottom: 50px;
}

.mgL0 {
  margin-left: 0;
}

.mgL05 {
  margin-left: 5px;
}

.mgL10 {
  margin-left: 10px;
}

.mgL15 {
  margin-left: 15px;
}

.mgL20 {
  margin-left: 20px;
}

.mgL25 {
  margin-left: 25px;
}

.mgL30 {
  margin-left: 30px;
}

.pdT0 {
  padding-top: 0;
}

.pdT05 {
  padding-top: 5px;
}

.pdT08 {
  padding-top: 8px;
}

.pdT10 {
  padding-top: 10px !important;
}

.pdT15 {
  padding-top: 15px !important;
}

.pdT20 {
  padding-top: 20px !important;
}

.pdT25 {
  padding-top: 25px !important;
}

.pdT30 {
  padding-top: 30px;
}

.pdR20 {
  padding-right: 20px;
}

.pdR25 {
  padding-right: 25px;
}

.pdR30 {
  padding-right: 30px;
}

.pdB0 {
  padding-bottom: 0px !important;
}

.pdB20 {
  padding-bottom: 20px;
}

.indent {
  margin-left: 1em;
}

.notes {
  padding-left: 1em;
  font-size: 1.2rem;
  text-indent: -1em;
}

/* text --------------- */
.txt11 {
  font-size: 1.1rem;
}

.txt12 {
  font-size: 1.2rem;
}

.txt13 {
  font-size: 1.3rem;
}

.txt14 {
  font-size: 1.4rem;
}

.txt15 {
  font-size: 1.5rem;
}

.txt16 {
  font-size: 1.6rem;
}

.txt17 {
  font-size: 1.7rem;
}

.txt18 {
  font-size: 1.8rem;
}

.txt20 {
  font-size: 2rem !important;
}

.txt16-20 {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .txt16-20 {
    font-size: 2rem;
  }
}

.txt22 {
  font-size: 2.2rem;
}

.txt24 {
  font-size: 2.4rem;
}

.txt25 {
  font-size: 2.4rem;
}

.txt26 {
  font-size: 2.6rem;
}

.txt26-30 {
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) {
  .txt26-30 {
    font-size: 3rem;
  }
}

.txt28 {
  font-size: 2.8rem;
}

.txt30 {
  font-size: 3rem;
}

.txt36 {
  font-size: 3.6rem;
}

.txtmin {
  font-family: serif;
}

.lh10 {
  line-height: 1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.b {
  font-weight: bold;
}

.lh15 {
  line-height: 1.5;
}

.normal {
  font-weight: normal;
}

address {
  font-style: normal;
}

sub,
sup {
  font-size: 1rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.txtCL {
  text-align: left;
}

@media screen and (min-width: 769px) {
  .txtCL {
    text-align: center;
  }
}
.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

@media screen and (max-width: 769px) {
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
}
/* -----------------------------------------------------------
 汎用
----------------------------------------------------------- */
.mobileHidden,
.mobileHiddenB {
  display: none;
}

.desktopHidden {
  display: block;
}

.desktopHiddeni {
  display: inline;
}

@media screen and (min-width: 769px) {
  .desktopHidden {
    display: none;
  }
  .desktopHiddeni {
    display: none;
  }
  .mobileHidden {
    display: inline;
  }
  .mobileHiddenB {
    display: block;
  }
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :common.css
 style info :共通読み込み用
=================================================================== */
/* -----------------------------------------------------------
 =common css
----------------------------------------------------------- */
html {
  font-size: 0.5208vw;
  scroll-behavior: smooth;
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 62.5%;
  }
}
body {
  min-width: 320px;
  background-color: #fff;
  color: #231815;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

/* default link color
----------------------------------------------------------- */
a {
  color: #2962ff;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.red {
  color: #f00;
}

/* -----------------------------------------------------------
 =header, glovalnavi
----------------------------------------------------------- */
/*最上部からスライドまで*/
.header__wrap {
  height: 14rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .header__wrap {
    height: 50px;
  }
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  background-color: none;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .fixed {
    background-color: rgba(152, 152, 152, 0.5);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid #989898;
    z-index: 14000;
  }
}

@media screen and (min-width: 768px) {
  .fixed.scrolled {
    background-color: rgba(236, 236, 236, 0.5);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid #989898;
  }
}

@media screen and (min-width: 768px) {
  .fixed.scrolled .header__wrap {
    height: 6rem;
  }
}

/* -----------------------------------------------------------
 =スクロールエフェクト
----------------------------------------------------------- */
.fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 1500ms;
}

.fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

/* -----------------------------------------------------------
 =slide
----------------------------------------------------------- */
.mv__inner {
  position: relative;
}

.mv__title {
  position: absolute;
  top: 37rem;
  left: 0;
  z-index: 100;
  width: 100%;
}

.mv__title-logo {
  text-align: center;
}

.mv__title-logo img {
  width: 30rem;
}

.mv__title-text {
  margin-top: 3rem;
}

.mv__title-text-en {
  display: block;
  font-size: 20rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0.01em;
}

.mv__title-text-jp {
  display: block;
  font-size: 6rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  line-height: 0;
  letter-spacing: 0;
  margin-top: 3rem;
}

.mv__scroll {
  position: absolute;
  right: 7.4rem;
  bottom: 2.7rem;
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  text-align: right;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
  z-index: 100;
  animation: fluffy 3s infinite;
}
@media screen and (max-width: 768px) {
  .mv__scroll {
    font-size: 10px;
  }
}

@keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2rem);
  }
}
/* *-------------------------------------------------------------------
 パンくずナビ
-------------------------------------------------------------------* */
.breadlist a {
  color: #000;
}

/* -----------------------------------------------------------
swiper
----------------------------------------------------------- */
@keyframes zoomUp {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 7s ease;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 12px;
  }
}

.swiper-pagination-bullet {
  margin: 0 1.2rem !important;
  width: 1.4rem;
  height: 1.4rem;
  background: none;
  border: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    margin: 0 6px !important;
    width: 10px;
    height: 10px;
  }
}

.swiper-pagination-bullet-active {
  background: #fff;
}

/* -----------------------------------------------------------
 =main
----------------------------------------------------------- */
/* -----------------------------------------------------------
 基本ボックス
----------------------------------------------------------- */
.inner {
  width: min(100vw, 1360px);
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .inner {
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 0;
  }
}

/*ボタン*/
.btn,
.wp-element-button,
.wpcf7-submit {
  font-size: 2.4rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.01em;
  width: 46rem;
  margin: 0 auto;
  display: inline-block;
  transition-duration: 0.3s;
  position: relative;
  border-radius: 4.5rem;
  background-color: #d1cfbc;
  height: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .btn,
  .wp-element-button,
  .wpcf7-submit {
    height: 36px;
    border-radius: 18px;
    font-size: 13px;
    width: 90%;
    letter-spacing: 0.05em;
  }
}

a.btn::before,
.wp-element-button::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translateY(-50%) rotate(45deg);
  transition-duration: 0.3s;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  a.btn::before,
  .wp-element-button::before {
    right: 20px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

@media (hover: hover) {
  .btn:hover::before,
  .wp-element-button:hover::before {
    opacity: 1;
    right: 30px;
    transition-duration: 0.3s;
  }
}
@media screen and (hover: hover) and (max-width: 768px) {
  .btn:hover::before,
  .wp-element-button:hover::before {
    right: 15px;
  }
}
/*アコーディオン*/
.js-aclink {
  cursor: pointer;
  background: url(../images/icon-plus.png) no-repeat right 12px center;
  background-size: 26px;
  background-color: #999;
}
.js-aclink.js-ac {
  background: url(../images/icon-minus.png) no-repeat right 12px center;
  background-size: 26px;
  background-color: #999;
}

/* -----------------------------------------------------------
 =pagetop
----------------------------------------------------------- */
.pagetop {
  display: none;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 10;
  background: #666;
  width: 4.5rem;
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 30px;
    right: 15px;
    bottom: 20px;
  }
}

/* -----------------------------------------------------------
 =footer
----------------------------------------------------------- */
.footer {
  background-color: #333333;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 10rem 10rem 10rem 6rem;
  }
}

.footer__info-wrap {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__info-wrap {
    grid-template-columns: 1fr;
  }
}

.footer__nav {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    display: block;
  }
}

.footer__nav li {
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .footer__nav li {
    border-bottom: 1px solid #989898;
  }
}

.footer__nav li a {
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .footer__nav li a {
    font-size: 14px;
    padding: 15px 20px;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .footer__follow {
    border-left: 1px solid #989898;
    height: 18.5rem;
    padding-left: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__follow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #989898;
  }
}

@media screen and (min-width: 768px) {
  .footer__follow-wrap {
    display: contents;
  }
}

.footer__title {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .footer__title {
    font-size: 16px;
  }
}

.footer__text {
  margin-top: 2.5rem;
  font-size: 1.6rem;
  font-weight: 300;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .footer__text {
    font-size: 10px;
  }
}

.footer__sns {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 3.2rem 3.2rem 3.2rem;
  gap: 3rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__sns {
    margin-top: 0;
    grid-template-columns: 20px 20px 20px;
    gap: 15px;
  }
}

@media screen and (min-width: 768px) {
  .footer__contact {
    border-left: 1px solid #989898;
    height: 18.5rem;
    padding-left: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__contact {
    padding: 15px 20px;
    border-bottom: 1px solid #989898;
  }
}

.footer__btn {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .footer__btn {
    gap: 10px;
  }
}

.footer__btn .btn {
  background-color: #e10003;
}
@media screen and (min-width: 768px) {
  .footer__btn .btn {
    width: 28rem;
    height: 6rem;
    border-radius: 3rem;
    font-size: 1.8rem;
  }
}

.footer__btn .btn::before {
  content: "";
  margin: auto;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .footer__btn .btn::before {
    right: 3rem;
  }
}

.footer__logo-wrap {
  margin-top: 9rem;
  display: grid;
  grid-template-columns: 25rem auto auto;
  gap: 3rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__logo-wrap {
    margin-top: 0;
    grid-template-columns: 1fr;
    padding: 15px 20px;
  }
}

.footer__logo-wrap img {
  width: 25rem;
}
@media screen and (max-width: 768px) {
  .footer__logo-wrap img {
    width: 150px;
  }
}

.footer__logo-wrap span {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .footer__logo-wrap span {
    font-size: 10px;
  }
}

.footer__copy {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    font-size: 10px;
    text-align: left;
    margin-top: 10px;
  }
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :navi.css
 style info :ナビゲーション読み込み用
=================================================================== */
/* -----------------------------------------------------------
 =glovalnavi 
----------------------------------------------------------- */
nav {
  margin: 0;
}

/* ハンバーガーメニュー */
.nav-pc-wrap {
  display: none;
}

.nav-wrap.open {
  display: block;
}

.nav-wrap.close {
  display: none;
}

.content {
  padding: 20px;
}

.nav-wrap {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 10000;
  background-color: #989898;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .nav-wrap {
    display: none;
  }
}
.nav-wrap .nav {
  height: 100%;
  width: 100%;
  margin: 50px auto 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

.nav li {
  border-bottom: 1px solid #b9b9b9;
}

.nav li:first-child {
  margin-top: 1px;
  border-top: 1px solid #b9b9b9;
}

.nav li a {
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .nav li a {
    font-size: 14px;
    padding: 15px 20px;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .nav-pc {
    display: none;
  }
}

.nav-pc__lists {
  margin: 0 auto;
  padding-right: 5rem;
  display: flex;
  gap: 4rem;
}

.nav-pc__lists li {
  list-style-type: none;
}

.nav-pc__lists li a {
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}

.header__logo {
  width: 30rem;
  margin-left: 5rem;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 130px;
    margin-left: 20px;
  }
}

.fixed.scrolled .header__logo {
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .fixed.scrolled .header__logo {
    width: 130px;
  }
}

@media screen and (min-width: 768px) {
  .fixed.scrolled .header__logo svg .cls-1 {
    fill: #989898;
  }
}

.fixed.scrolled .nav-pc__lists li a {
  color: #989898;
}

/*メニューボタン*/
.nav-button-wrap {
  position: fixed;
  right: 20px;
  top: 12px;
  z-index: 15000;
  padding: 8px 8px 8px 8px;
}
@media screen and (min-width: 768px) {
  .nav-button-wrap {
    display: none;
  }
}

.nav-button,
.nav-button span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  cursor: pointer;
}

.nav-button {
  z-index: 20000;
  position: relative;
  width: 50px;
  height: 27px;
}

.nav-button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
.nav-button span:nth-of-type(1) {
  top: 0;
}
.nav-button span:nth-of-type(2) {
  top: 8px;
}

.nav-button.active span {
  background-color: #fff;
}
.nav-button.active span:nth-of-type(1) {
  transform: translateY(4px) rotate(-10deg);
}
.nav-button.active span:nth-of-type(2) {
  transform: translateY(-4px) rotate(10deg);
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :top.css
 style info :トップページ読み込み用
=================================================================== */
/* -----------------------------------------------------------
top-movie
----------------------------------------------------------- */
.top-movie {
  position: relative;
  aspect-ratio: 1920/1080;
  clip-path: inset(0);
}
@media screen and (max-width: 768px) {
  .top-movie {
    margin-top: 50px;
  }
}

.top-movie video {
  position: fixed;
  z-index: -100;
  width: 100%;
  object-fit: cover;
}

/* -----------------------------------------------------------
汎用
----------------------------------------------------------- */
.page-link {
  padding-top: 8rem;
  margin-top: -8rem;
}
@media screen and (max-width: 768px) {
  .page-link {
    padding-top: 70px;
    margin-top: -70px;
  }
}

.mgt1 {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .mgt1 {
    margin-top: 5px;
  }
}

.mgt2 {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .mgt2 {
    margin-top: 10px;
  }
}

.mgt3 {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .mgt3 {
    margin-top: 15px;
  }
}

.mgt4 {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .mgt4 {
    margin-top: 20px;
  }
}

.mgt5 {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .mgt5 {
    margin-top: 25px;
  }
}

.mgt6 {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .mgt6 {
    margin-top: 30px;
  }
}

.mgt7 {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .mgt7 {
    margin-top: 35px;
  }
}

.mgt8 {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .mgt8 {
    margin-top: 40px;
  }
}

.mgt9 {
  margin-top: 9rem;
}
@media screen and (max-width: 768px) {
  .mgt9 {
    margin-top: 45px;
  }
}

.mgt10 {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .mgt10 {
    margin-top: 50px;
  }
}

.mgt11 {
  margin-top: 11rem;
}
@media screen and (max-width: 768px) {
  .mgt11 {
    margin-top: 55px;
  }
}

.mgt12 {
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .mgt12 {
    margin-top: 60px;
  }
}

.mgt13 {
  margin-top: 13rem;
}
@media screen and (max-width: 768px) {
  .mgt13 {
    margin-top: 65px;
  }
}

.mgt14 {
  margin-top: 14rem;
}
@media screen and (max-width: 768px) {
  .mgt14 {
    margin-top: 70px;
  }
}

/* -----------------------------------------------------------
 top-nav
----------------------------------------------------------- */
.top-nav {
  background-color: #f6f2e9;
  padding-block: 10rem 20rem;
}
@media screen and (max-width: 768px) {
  .top-nav {
    padding-block: 50px 100px;
  }
}

.top-nav__title {
  text-align: center;
}

.top-nav__title img {
  width: 85%;
}

.top-nav__brand {
  margin-top: 9rem;
}
@media screen and (max-width: 768px) {
  .top-nav__brand {
    margin-top: 30px;
  }
}

.top-nav__brands {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .top-nav__brands {
    display: none;
    margin-top: 10px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.top-nav__tokuten {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .top-nav__tokuten {
    margin-top: 20px;
  }
}

.top-nav__sale,
.top-nav__cool {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .top-nav__sale,
  .top-nav__cool {
    margin-top: 20px;
  }
}

.top-nav__sale img,
.top-nav__cool img {
  box-shadow: 0 0 5px gray;
}

/* -----------------------------------------------------------
top-intro
----------------------------------------------------------- */
.top-intro {
  margin-top: 14rem;
}
@media screen and (max-width: 768px) {
  .top-intro {
    margin-top: 50px;
  }
}

.top-intro__text1 {
  font-size: 4.8rem;
  font-weight: 400;
  color: #231815;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .top-intro__text1 {
    font-size: 20px;
  }
}

.top-intro__text2 {
  font-size: 6.9rem;
  font-weight: 400;
  color: #231815;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .top-intro__text2 {
    line-height: 1.5;
    font-size: 24px;
    margin-top: 20px;
  }
}

/* -----------------------------------------------------------
top-brand
----------------------------------------------------------- */
.top-brand {
  padding-top: 20rem;
}
@media screen and (max-width: 768px) {
  .top-brand {
    padding-top: 50px;
  }
}

.top-brand--first {
  padding-top: 11rem;
}
@media screen and (max-width: 768px) {
  .top-brand--first {
    padding-top: 50px;
  }
}

.top-brand__title {
  font-size: 18rem;
  font-weight: 300;
  color: #d1cfbc;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .top-brand__title {
    font-size: 36px;
  }
}

.top-brand__title-logo {
  padding-bottom: 2rem;
}

.top-brand__title-logo img {
  width: 84rem;
}
@media screen and (max-width: 768px) {
  .top-brand__title-logo img {
    width: 100%;
  }
}

.top-brand--even .top-brand__title {
  text-align: right;
}

.top-brand__copy {
  font-size: 5rem;
  font-weight: 400;
  color: #231815;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .top-brand__copy {
    font-size: 20px;
    margin-top: 20px;
  }
}

.top-brand--even .top-brand__copy {
  text-align: right;
}

.top-brand__slide {
  margin-top: 3rem;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .top-brand__slide {
    margin-top: 20px;
  }
}

.top-brand--even .top-brand__slide {
  margin-left: inherit;
  margin-right: calc(50% - 50vw);
}

.top-brand__bg {
  background-color: #ececec;
  margin-top: -42rem;
  padding-top: 55rem;
  padding-bottom: 10rem;
}

.top-brand__copy2 {
  font-size: 5rem;
  font-weight: 400;
  color: #989898;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .top-brand__copy2 {
    font-size: 20px;
  }
}

.top-brand__btn-wrap {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top-brand__btn-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.top-brand__copy3 {
  font-size: max(1.8rem, 12px);
  font-weight: 300;
  color: #231815;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.2222222222;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .top-brand__copy3 {
    font-size: 14px;
  }
}

.top-brand__copy4 {
  font-size: 3rem;
  font-weight: 400;
  color: #989898;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .top-brand__copy4 {
    font-size: 18px;
  }
}

.top-brand__col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9rem;
}
@media screen and (max-width: 768px) {
  .top-brand__col2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.top-brand__col3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .top-brand__col3 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.top-brand__col4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .top-brand__col4 {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

.top-brand__info {
  margin-top: 9rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .top-brand__info {
    height: 36rem;
  }
}
@media screen and (max-width: 768px) {
  .top-brand__info {
    margin-top: 30px;
  }
}

.top-brand__info-title {
  font-size: max(1.8rem, 12px);
  font-weight: 700;
  color: #231815;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .top-brand__info-title {
    font-size: 14px;
  }
}

.top-brand__info-text,
.top-brand p {
  font-size: max(1.8rem, 12px);
  font-weight: 300;
  color: #231815;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .top-brand__info-text,
  .top-brand p {
    font-size: 12px;
  }
}

.top-brand .top-brand__info-price {
  font-size: 6rem;
  font-weight: 400;
  color: #d1cfbc;
  text-align: left;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .top-brand .top-brand__info-price {
    font-size: 20px;
    margin-top: 20px;
  }
}

/* -----------------------------------------------------------
top-tree
----------------------------------------------------------- */
.top-tree {
  background-color: #d1cfbc;
  padding-block: 12rem 10rem;
}
@media screen and (max-width: 768px) {
  .top-tree {
    padding-block: 50px 30px;
  }
}

.top-tree__copy {
  font-size: 5rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .top-tree__copy {
    font-size: 20px;
  }
}

.top-tree__text {
  margin-top: 3rem;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .top-tree__text {
    margin-top: 20px;
    font-size: 12px;
  }
}

.top-tree__wrap {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .top-tree__wrap {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.top-tree__item {
  display: grid;
  grid-template-columns: 1fr 22.5rem;
  gap: 3rem;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .top-tree__item {
    grid-template-columns: 1fr 30%;
    gap: 3rem;
  }
}

.top-tree__info-title {
  font-size: 10rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .top-tree__info-title {
    font-size: 36px;
  }
}

.top-tree__info-title-jp {
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .top-tree__info-title-jp {
    font-size: 12px;
  }
}

.top-tree__info-copy {
  margin-top: 4rem;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .top-tree__info-copy {
    margin-top: 10px;
    font-size: 14px;
  }
}

.top-tree__info-text {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .top-tree__info-text {
    margin-top: 10px;
    font-size: 12px;
  }
}

/* -----------------------------------------------------------
samantha-tree
----------------------------------------------------------- */
.samantha-tree__title {
  font-size: 7rem;
  font-weight: 300;
  color: #989898;
  text-align: left;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .samantha-tree__title {
    font-size: 35px;
  }
}

.samantha-tree__title-jp {
  font-size: 2rem;
  font-weight: 400;
  color: #989898;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .samantha-tree__title-jp {
    margin-top: 10px;
    font-size: 12px;
  }
}

/* -----------------------------------------------------------
victoria-info
----------------------------------------------------------- */
.victoria-info {
  align-items: center;
}

.victoria-info__price {
  display: inline-block;
  margin-left: 1rem;
  font-size: 4rem;
  font-weight: 400;
  color: #d1cfbc;
  text-align: left;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .victoria-info__price {
    margin-left: 20px;
    font-size: 20px;
  }
}

.victoria-info__price2 {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 400;
  color: #d1cfbc;
  text-align: left;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .victoria-info__price2 {
    font-size: 14px;
  }
}

/*
-----------------------------------------------------------
fenix-info
----------------------------------------------------------- */
.fenix-info {
  align-items: center;
}

.fenix-info__price {
  display: inline-block;
  margin-left: 10rem;
  font-size: 4rem;
  font-weight: 400;
  color: #d1cfbc;
  text-align: left;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .fenix-info__price {
    margin-left: 20px;
    font-size: 20px;
  }
}

.fenix-info__price.--chair {
  margin-left: 11rem;
}
@media screen and (max-width: 768px) {
  .fenix-info__price.--chair {
    margin-left: 27px;
  }
}

.fenix-info__price2 {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 400;
  color: #d1cfbc;
  text-align: left;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .fenix-info__price2 {
    font-size: 14px;
  }
}

/* -----------------------------------------------------------
lneo
----------------------------------------------------------- */
.lneo-size {
  display: grid;
  grid-template-columns: 61.3% 34.8%;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lneo-size {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.lneo-size__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lneo-size__info {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.lneo-title {
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #d1cfbc;
  padding-block: 1rem;
}
@media screen and (max-width: 768px) {
  .lneo-title {
    font-size: 14px;
    padding-block: 10px;
  }
}

.lneo-up,
.lneo-ten {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .lneo-up,
  .lneo-ten {
    padding-inline: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .lneo-up,
  .lneo-ten {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 20px;
  }
}

.lneo-up img {
  height: 15.4rem;
}
@media screen and (max-width: 768px) {
  .lneo-up img {
    height: 60px;
  }
}

.lneo-up p,
.lneo-panel p,
.lneo-ten p,
.lneo-down p {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lneo-up p,
  .lneo-panel p,
  .lneo-ten p,
  .lneo-down p {
    font-size: 10px;
  }
}

.lneo-panel,
.lneo-down {
  display: grid;
  grid-template-columns: auto auto auto auto;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .lneo-panel,
  .lneo-down {
    padding-inline: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .lneo-panel,
  .lneo-down {
    grid-template-columns: auto auto;
    justify-items: center;
    justify-content: space-evenly;
    gap: 20px;
  }
}

.lneo-panel img {
  height: 22.6rem;
}
@media screen and (max-width: 768px) {
  .lneo-panel img {
    height: 80px;
  }
}

.lneo-ten img {
  height: 3rem;
}
@media screen and (max-width: 768px) {
  .lneo-ten img {
    height: 20px;
  }
}

.lneo-down img {
  height: 31.8rem;
}
@media screen and (max-width: 768px) {
  .lneo-down img {
    height: 100px;
  }
}

@media screen and (max-width: 768px) {
  .lneo-down > div {
    text-align: center;
  }
}

/* -----------------------------------------------------------
fot-banner
----------------------------------------------------------- */
.fot-banner {
  background-color: #d1cfbc;
  padding-block: 10rem;
}
@media screen and (max-width: 768px) {
  .fot-banner {
    padding-block: 50px;
  }
}

.fot-banner .top-nav__sale {
  margin-top: 0;
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :page.css
 style info :各ページ読み込み用
=================================================================== */
.second-head__title {
  background-color: #d1cfbc;
  padding-block: 10rem;
}
@media screen and (max-width: 768px) {
  .second-head__title {
    padding-block: 50px;
  }
}

.second-body {
  background-color: #ececec;
  padding-block: 1rem 10rem;
}
@media screen and (max-width: 768px) {
  .second-body {
    padding-block: 10px 50px;
  }
}

.second-body--cool {
  background-color: #dfe9ee;
}

.second-body__bread-link a {
  color: #231815;
}

.second-body__tokuten {
  margin-top: 5rem;
}

.second-body__goods {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .second-body__goods {
    margin-top: 20px;
  }
}

/* -----------------------------------------------------------
fot-banner-second
----------------------------------------------------------- */
.fot-banner-second {
  background-color: #d1cfbc;
  padding-block: 10rem;
}
@media screen and (max-width: 768px) {
  .fot-banner-second {
    padding-block: 50px;
  }
}

.fot-banner-second__sale,
.fot-banner-second__cool {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .fot-banner-second__sale,
  .fot-banner-second__cool {
    margin-top: 20px;
  }
}

.fot-banner-second__sale img,
.fot-banner-second__cool img {
  box-shadow: 0 0 5px gray;
}/*# sourceMappingURL=styles.css.map */