@charset "UTF-8";
/* bellefair-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Bellefair";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/bellefair-v14-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-old-mincho-500 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/zen-old-mincho-v12-japanese-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-serif-jp-regular - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-serif-jp-v30-japanese-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-serif-jp-500 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-serif-jp-v30-japanese-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
  background-color: #fff;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

header {
  z-index: 15;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

input[type=submit] {
  border-radius: 0;
}

/*===============================================
# common
=================================================*/
html {
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  color: #000;
  line-height: 2;
  letter-spacing: -0.04em;
  overflow-x: hidden;
  background-color: #EFF0F2;
  color: #000;
  font-style: normal;
  font-weight: 500;
  position: relative;
  font-family: "Bellefair", serif;
  font-family: "Zen Old Mincho", serif;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

img {
  width: 100%;
}

.container {
  max-width: 1080px;
  margin: 0 auto;
  box-sizing: content-box;
}

.container2 {
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: content-box;
}
@media screen and (max-width: 1649px) {
  .container2 {
    padding: 0 20px;
  }
}

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

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

a:hover {
  opacity: 0.7;
}

.title {
  font-family: "Bellefair", serif;
  font-size: 80px;
  letter-spacing: -0.05em;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 40px;
  }
}
.title-jp {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  letter-spacing: -0.04em;
}
.title-left {
  margin-left: 100px;
}
@media screen and (max-width: 1279px) {
  .title-left {
    margin-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .title-left {
    margin-left: 0;
  }
}

.subtitle {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  letter-spacing: -0.04em;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .subtitle {
    font-size: 20px;
  }
}

.text {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2.25;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .text {
    font-size: 14px;
  }
}

.wrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  .wrap {
    display: block;
  }
}
.wrap-r {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .wrap-r {
    display: block;
  }
}

.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
  pointer-events: none;
  outline: none;
}
@media screen and (max-width: 767px) {
  .anchor {
    padding-top: 60px;
    margin-top: -60px;
  }
}

.cta-btn {
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  border-bottom: solid 1px #000;
  color: #000;
  font-family: "Bellefair", serif;
  font-size: 80px;
  line-height: 1;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cta-btn {
    font-size: 55px;
  }
}
.cta-btn::before {
  position: absolute;
  content: "";
  background: url(../images/triangle.png) no-repeat;
  background-size: 100%;
  width: 11.5px;
  height: 11.5px;
  right: 0;
  bottom: 35px;
}
@media screen and (max-width: 767px) {
  .cta-btn::before {
    bottom: 32px;
  }
}
.cta-btn-jp {
  display: block;
  font-size: 14px;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 767px) {
  .cta-btn-jp {
    font-size: 12px;
  }
}

/*===============================================
# フェードイン
=================================================*/
/*フェードインアニメ*/
/*左から右にフェードイン*/
.left-to-right {
  opacity: 0.1;
  transform: translateX(-20px);
  transition: all 0.9s;
}

.left-to-right.scrollin {
  opacity: 1;
  transform: translate(0);
}

/*下から上にフェードイン*/
.down-to-top {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.9s;
}

.down-to-top.scrollin {
  opacity: 1;
  transform: translateY(0);
}

/*===============================================
# 画像、ボタンの背景移動
=================================================*/
.mask_wrap {
  display: table;
  overflow: hidden;
  width: 0;
}

.mask-wrap .mask {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
  margin-bottom: 0;
  left: -1000%;
  overflow: hidden;
}

.mask-wrap .mask-bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
}

div.colorbox {
  position: relative;
  width: 80%;
  margin: 30px auto 30px;
}

div.colorbox div.color {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #000;
}

div.colorbox img {
  display: block;
  width: 100%;
}

/*===============================================
# header
=================================================*/
.current {
  text-align: center;
  display: block;
  width: 70px;
  border: solid 1px #2B2D31;
  background: #2B2D31;
  color: #fff;
  font-family: "Bellefair", serif;
  font-size: 18px;
  padding-top: 2px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .current {
    font-size: 16px;
  }
}

.header {
  position: fixed;
  width: 100%;
  padding: 20px 60px;
  z-index: 5;
}
@media screen and (max-width: 1649px) {
  .header {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 1023px) {
  .header {
    padding: 20px;
  }
}
.header-inner {
  display: flex;
  position: relative;
}
.header-logo {
  width: 171px;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .header-logo {
    width: 122px;
  }
}
.header-language {
  display: flex;
  position: relative;
  z-index: 2;
}
.header-language-btn {
  text-align: center;
  display: block;
  width: 70px;
  border: solid 1px #2B2D31;
  color: #000;
  background: #EFF0F2;
  font-family: "Bellefair", serif;
  font-size: 18px;
  padding-top: 2px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .header-language-btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .header-language-pc {
    display: none;
  }
}
.header-language-sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header-language-sp {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 60px;
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header-language-sp {
    right: 50px;
  }
}
.header-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 99vh;
  background: #fff;
  padding: 100px 60px 50px;
}
@media screen and (max-width: 1649px) {
  .header-nav {
    padding: 100px 40px 50px;
  }
}
@media screen and (max-width: 767px) {
  .header-nav {
    padding: 80px 20px 50px;
  }
}
.header-nav-item {
  font-size: 20px;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}
@media screen and (max-width: 1279px) {
  .header-nav-item {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .header-nav-item {
    margin-bottom: 20px;
    margin-left: 0;
  }
}
.header-nav-item-link {
  font-family: "Bellefair", serif;
  font-weight: 400;
  color: #000;
}

.hamburger-menu {
  display: block;
  width: 24px;
  height: 16px;
  position: relative;
  position: fixed;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  z-index: 3;
  cursor: pointer;
  right: 60px;
  top: 50%;
  background: transparent;
}
@media screen and (max-width: 1649px) {
  .hamburger-menu {
    right: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .hamburger-menu {
    right: 20px;
    top: 30px;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .hamburger-menu {
    width: 16px;
    height: 8px;
    top: 36px;
  }
}
.hamburger-menu-bar {
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .hamburger-menu-bar {
    width: 16px;
    height: 1px;
  }
}
.hamburger-menu-bar:first-child {
  top: 0%;
}
.hamburger-menu-bar:nth-child(2) {
  top: 50%;
  left: 4px;
  transform: none;
}
.hamburger-menu-bar:last-child {
  top: 100%;
}
.hamburger-menu-open .hamburger-menu-bar {
  top: 50%;
}
.hamburger-menu-open .hamburger-menu-bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.hamburger-menu-open .hamburger-menu-bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.hamburger-menu-open .hamburger-menu-bar:nth-child(2) {
  display: none;
}

/*===============================================
# footer
=================================================*/
.footer {
  padding-top: 216px;
  padding-bottom: 60px;
  background: #2B2D31;
  color: #fff;
  font-weight: 400;
  margin-top: -160px;
}
.footer-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .footer-wrap {
    display: block;
  }
}
.footer-item {
  font-size: 14px;
  line-height: 2.1;
}
@media screen and (max-width: 1023px) {
  .footer-item {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer-item {
    font-size: 12px;
  }
}
.footer-logo {
  margin-bottom: 40px;
  width: 144px;
}
@media screen and (max-width: 1023px) {
  .footer-logo {
    margin: 0 auto 40px;
  }
}
.footer-tel {
  color: #fff;
}
.footer-hurry {
  font-size: 11px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .footer-hurry {
    margin-top: 20px;
  }
}
.footer-inner {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .footer-inner {
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.footer-nav {
  margin-right: 99px;
  margin-left: 10px;
}
@media screen and (max-width: 1023px) {
  .footer-nav {
    margin: 0 50px;
  }
}
.footer-nav-item {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .footer-nav-item {
    margin-bottom: 15px;
  }
}
.footer-nav-item-link {
  font-family: "Bellefair", serif;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .footer-nav-item-link {
    font-size: 14px;
  }
}
.footer-right {
  display: flex;
  flex-direction: column;
}
.footer-btn {
  display: block;
  width: 340px;
  border: solid 1px #fff;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  font-size: 18px;
  font-family: "Zen Old Mincho", serif;
  padding: 10px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .footer-btn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .footer-btn {
    font-size: 16px;
    width: 70%;
  }
}
@media screen and (max-width: 550px) {
  .footer-btn {
    width: 100%;
  }
}
.footer-btn::before {
  position: absolute;
  content: "";
  background: url(../images/triangle_w.png) no-repeat;
  background-size: 100%;
  width: 11.5px;
  height: 11.5px;
  right: 10px;
  bottom: 10px;
}
.footer-copyright {
  font-family: "Bellefair", serif;
  text-align: right;
  font-size: 12px;
  margin-top: auto;
}
@media screen and (max-width: 1023px) {
  .footer-copyright {
    text-align: center;
    margin-top: 40px;
    font-size: 10px;
  }
}

/*===============================================
# 電話発信
=================================================*/
/*===============================================
# mv
=================================================*/
.mv {
  margin-top: 80px;
  position: relative;
}
.mv-container {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .mv-container {
    padding: 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .mv-container {
    padding: 0 20px;
  }
}
.mv-heading {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
  font-size: 24px;
  letter-spacing: -0.04em;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 1649px) {
  .mv-heading {
    left: 40px;
  }
}
@media screen and (max-width: 1400px) {
  .mv-heading {
    font-size: 1.43vw;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mv-heading {
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/*===============================================
# concept
=================================================*/
.concept {
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  .concept {
    padding-top: 80px;
  }
}
.concept-container {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}
.concept-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 40px;
  line-height: 1.9;
  letter-spacing: -0.04em;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .concept-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.concept-text {
  margin-left: 154px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .concept-text {
    margin-left: 90px;
  }
}
.concept-text::before {
  position: absolute;
  content: "";
  background: #000;
  height: 1px;
  width: 113.5px;
  left: -154px;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .concept-text::before {
    width: 70px;
    left: -90px;
  }
}

/*===============================================
# product
=================================================*/
.product {
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  .product {
    padding-top: 80px;
  }
}
.product-container {
  padding: 0 20px;
}
.product-item {
  padding: 80px 160px;
  margin-bottom: 20px;
  height: 680px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1649px) {
  .product-item {
    padding: 80px;
  }
}
@media screen and (max-width: 1279px) {
  .product-item {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .product-item {
    padding: 30px 15px;
    height: 500px;
  }
}
.product-item-01 {
  background: url(../images/product_01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .product-item-01 {
    margin-top: 40px;
  }
}
.product-item-02 {
  background: url(../images/product_02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.product-item-inner {
  width: 50%;
  display: flex;
  color: #fff;
  margin-top: auto;
}
@media screen and (max-width: 1279px) {
  .product-item-inner {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .product-item-inner {
    width: 100%;
    display: block;
  }
}
.product-item-right {
  margin-left: auto;
}
.product-item-left {
  justify-content: flex-end;
}
.product-item-head {
  margin-right: 20.5px;
  font-family: "Bellefair", serif;
  font-size: 16px;
  position: relative;
  display: inline-block;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .product-item-head {
    margin-right: 0;
    padding-top: 0;
    font-size: 14px;
  }
}
.product-item-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .product-item-title {
    margin-bottom: 20px;
  }
}

/*===============================================
# feature
=================================================*/
.feature {
  padding-top: 160px;
  padding-bottom: 144px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .feature {
    padding-top: 80px;
  }
}
.feature::before {
  position: absolute;
  content: "";
  background: url(../images/feature.png) no-repeat;
  background-size: 100%;
  width: 721px;
  height: 624px;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .feature::before {
    width: 360px;
    height: 312px;
  }
}
.feature-wrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .feature-wrap {
    display: block;
  }
}
.feature-inner {
  margin-left: 160px;
  margin-top: 50px;
}
@media screen and (max-width: 1279px) {
  .feature-inner {
    margin-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .feature-inner {
    margin-top: 40px;
    margin-left: 0;
  }
}
.feature-item {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .feature-item {
    margin-bottom: 40px;
  }
}
.feature-item-inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .feature-item-inner {
    display: block;
  }
}
.feature-item-head {
  margin-right: 20.5px;
  font-family: "Bellefair", serif;
  font-size: 16px;
  position: relative;
  display: inline-block;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .feature-item-head {
    margin-right: 0;
    padding-top: 0;
    font-size: 14px;
  }
}
.feature-item-title {
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .feature-item-title {
    margin-bottom: 20px;
  }
}

/*===============================================
# gallery
=================================================*/
.gallery {
  padding-top: 80px;
}
.gallery-container {
  padding: 0 20px;
}
.gallery-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .gallery-wrap {
    margin-top: 40px;
  }
}
.gallery-img {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .gallery-img {
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc((100% - 20px) / 3);
  }
}
.gallery-img:nth-child(3n) {
  margin-right: 0;
}

/*===============================================
# price
=================================================*/
.price {
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  .price {
    padding-top: 80px;
  }
}
.price-title {
  margin-bottom: -54px;
}
@media screen and (max-width: 767px) {
  .price-title {
    margin-bottom: -30px;
    padding-left: 20px;
  }
}
.price-inner {
  background: #fff;
  padding-top: 124px;
  padding-bottom: 95px;
}
@media screen and (max-width: 767px) {
  .price-inner {
    padding-top: 80px;
  }
}
.price-container {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1649px) {
  .price-container {
    padding: 0 20px;
  }
}
.price-items {
  display: flex;
  align-items: flex-end;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .price-items {
    display: block;
  }
}
.price-item {
  margin-right: 65px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .price-item {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .price-item {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.price-item::after {
  position: absolute;
  content: "";
  background: url(../images/plus.png) no-repeat;
  background-size: 100%;
  width: 23px;
  height: 23px;
  right: -45px;
  top: 35%;
}
@media screen and (max-width: 1023px) {
  .price-item::after {
    right: -30px;
  }
}
@media screen and (max-width: 767px) {
  .price-item::after {
    right: auto;
    top: auto;
    left: 50%;
    bottom: -32px;
    transform: translate(-50%);
  }
}
.price-item:nth-child(4)::after {
  position: absolute;
  content: "";
  background: url(../images/equal.png) no-repeat;
  background-size: 100%;
  width: 23px;
  height: 13px;
  right: -45px;
  top: 38%;
}
@media screen and (max-width: 1023px) {
  .price-item:nth-child(4)::after {
    right: -30px;
  }
}
@media screen and (max-width: 767px) {
  .price-item:nth-child(4)::after {
    right: auto;
    top: auto;
    left: 46%;
    bottom: -30px;
    transform: rotate(90deg);
  }
}
.price-item:nth-last-child(1) {
  margin-right: 0;
}
.price-item:nth-last-child(1)::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .price-item-img {
    width: 200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .price-item-img-last {
    width: 220px;
    margin: 0 auto;
  }
}
.price-item-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  padding-top: 10px;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1279px) {
  .price-item-text {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .price-item-text {
    font-size: 16px;
  }
}
.price-plan {
  display: flex;
  padding: 40px;
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 1279px) {
  .price-plan {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .price-plan {
    display: block;
    padding: 20px 0;
  }
}
.price-plan-img {
  width: 320px;
}
@media screen and (max-width: 1279px) {
  .price-plan-img {
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .price-plan-img {
    width: 100%;
  }
}
.price-plan-inner {
  margin-left: 40px;
  width: calc(100% - 360px);
}
@media screen and (max-width: 1279px) {
  .price-plan-inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 767px) {
  .price-plan-inner {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.price-plan-wrap {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 550px) {
  .price-plan-wrap {
    display: block;
  }
}
.price-plan-title {
  width: 225px;
  font-size: 24px;
  letter-spacing: -0.04em;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .price-plan-title {
    font-size: 20px;
    width: 170px;
  }
}
.price-plan-cost {
  font-family: "Bellefair", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 1279px) {
  .price-plan-cost {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .price-plan-cost {
    font-size: 24px;
  }
}
.price-plan-cost-small {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .price-plan-cost-small {
    font-size: 14px;
  }
}
.price-plan-text {
  line-height: 1.87;
  margin-top: 10px;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .price-plan-text {
    margin-top: 5px;
  }
}
.price-plan-note {
  font-size: 10px;
  line-height: 1.5;
  font-weight: 400;
}
.price-bottom {
  text-align: center;
}
.price-bottom-title {
  margin-top: 80px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .price-bottom-title {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.price-bottom-btn {
  display: block;
  max-width: 230px;
  width: 100%;
  border: solid 1px #000;
  color: #000;
  margin: 20px auto 50px;
  padding: 5px;
  font-size: 14px;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 767px) {
  .price-bottom-btn {
    margin-bottom: 40px;
  }
}
.price-bottom-cta {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .price-bottom-cta {
    margin-top: 40px;
  }
}

/*===============================================
# flow
=================================================*/
.flow {
  padding: 160px 20px 0;
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 80px 20px 0;
  }
}
.flow-wrap {
  display: flex;
  justify-content: center;
  max-width: 1280px;
  width: 100vw;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .flow-wrap {
    display: block;
    width: 100%;
  }
}
.flow-wrap::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 1px;
  background: #000;
  left: 50%;
  top: 0;
  transform: translate(-50%);
}
@media screen and (max-width: 1279px) {
  .flow-wrap::before {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .flow-wrap::before {
    content: none;
  }
}
.flow-wrap::after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 1px;
  background: #000;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
}
@media screen and (max-width: 1279px) {
  .flow-wrap::after {
    width: 100%;
  }
}
.flow-title {
  padding-top: 120px;
}
@media screen and (max-width: 1279px) {
  .flow-title {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .flow-title {
    padding-top: 0;
  }
}
.flow-item {
  display: flex;
  padding-left: 19.5px;
  padding-top: 19.5px;
  padding-bottom: 29.5px;
  border-left: solid 1px #000;
  border-bottom: solid 1px #000;
  margin-left: 80px;
  margin-right: calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 1649px) {
  .flow-item {
    width: 125vw;
  }
}
@media screen and (max-width: 1400px) {
  .flow-item {
    width: 100%;
    margin-right: auto;
    padding-right: 19.5px;
  }
}
@media screen and (max-width: 1279px) {
  .flow-item {
    margin-left: 0;
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  .flow-item {
    display: block;
    padding: 20px 10px 30px;
  }
}
.flow-item:nth-last-child(1) {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .flow-item:nth-child(1) {
    margin-top: 20px;
  }
}
.flow-item-inner {
  margin-left: 40.5px;
}
@media screen and (max-width: 1279px) {
  .flow-item-inner {
    width: calc(100% - 332.5px);
  }
}
@media screen and (max-width: 767px) {
  .flow-item-inner {
    width: 100%;
    margin-left: 0;
  }
}
.flow-item-number {
  font-family: "Bellefair", serif;
  font-size: 16px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .flow-item-number {
    font-size: 14px;
    margin-top: 20px;
  }
}
.flow-item-title {
  margin-left: 84px;
  margin-bottom: 22px;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .flow-item-title {
    margin-left: 30px;
  }
}
.flow-item-text {
  margin-left: 84px;
}
@media screen and (max-width: 767px) {
  .flow-item-text {
    margin-left: 30px;
  }
}
.flow-item-btn {
  display: block;
  margin-left: 84px;
  max-width: 230px;
  width: 100%;
  font-size: 14px;
  font-family: "Zen Old Mincho", serif;
  color: #000;
  border: solid 1px #000;
  text-align: center;
  padding: 5px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .flow-item-btn {
    margin-left: 30px;
  }
}
.flow-img {
  max-width: 282px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .flow-img {
    max-width: none;
  }
}
.flow-bottom {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .flow-bottom {
    margin-top: 50px;
  }
}
.flow-bottom-title {
  margin-top: 80px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .flow-bottom-title {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.flow-bottom-cta {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .flow-bottom-cta {
    margin-top: 40px;
  }
}

/*===============================================
# about
=================================================*/
.about {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .about {
    margin-top: 80px;
  }
}
.about-images {
  display: flex;
  padding: 0 20px;
}
.about-img-01 {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .about-img-01 {
    margin-right: 10px;
  }
}
.about-img-01 img {
  height: 100%;
}
.about-wrap {
  display: flex;
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  .about-wrap {
    display: block;
    padding-top: 80px;
  }
}
.about-title {
  margin-left: 0;
}
.about-img {
  width: 221px;
}
@media screen and (max-width: 767px) {
  .about-img {
    width: 80%;
    margin: 40px auto 0;
  }
}
.about-name {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 12px;
  margin-top: 10px;
}
.about-name-large {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .about-name-large {
    font-size: 16px;
  }
}
.about-table {
  margin-left: 120px;
  width: calc(100% - 341px);
}
@media screen and (max-width: 1023px) {
  .about-table {
    margin-left: 40px;
    width: calc(100% - 261px);
  }
}
@media screen and (max-width: 767px) {
  .about-table {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
}
.about-table-item {
  max-width: 590px;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .about-table-item {
    max-width: none;
  }
}
.about-table-title {
  width: 160px;
  font-family: "Zen Old Mincho", serif;
  border-bottom: solid 1px #000;
  padding-top: 19.5px;
  padding-bottom: 19.5px;
}
@media screen and (max-width: 1023px) {
  .about-table-title {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .about-table-title {
    width: 25%;
  }
}
.about-table-title-top {
  border-top: solid 1px #000;
}
.about-table-text {
  width: calc(100% - 200px);
  margin-left: 40px;
  border-bottom: solid 1px #000;
  padding-top: 19.5px;
  padding-bottom: 19.5px;
}
@media screen and (max-width: 1023px) {
  .about-table-text {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .about-table-text {
    width: 75%;
  }
}
.about-table-text-top {
  border-top: solid 1px #000;
}
.about-table-tel {
  color: #000;
}
.about-map {
  margin-top: 60px;
  width: 100%;
  height: 403px;
  position: relative;
  overflow: hidden;
  filter: grayscale(100%);
}
@media screen and (max-width: 767px) {
  .about-map {
    margin-top: 40px;
  }
}
.about-map iframe {
  position: absolute;
  width: 100%;
}

/*===============================================
# contact
=================================================*/
.contact {
  background: #fff;
  padding: 100px 20px;
  position: relative;
  margin-top: 225px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .contact {
    margin-top: 120px;
    padding: 60px 20px;
  }
}
.contact-heading {
  position: absolute;
  margin-left: 0;
  top: -100px;
}
@media screen and (max-width: 767px) {
  .contact-heading {
    top: -60px;
  }
}
.contact-top {
  background: #EFF0F2;
  padding: 60px;
}
@media screen and (max-width: 1023px) {
  .contact-top {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contact-top {
    padding: 40px 20px;
  }
}
.contact-top-text {
  text-align: center;
}
.contact-top-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact-top-wrap {
    display: block;
    text-align: center;
  }
}
.contact-top-tel {
  display: block;
  font-family: "Bellefair", serif;
  font-size: 56px;
  position: relative;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .contact-top-tel {
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) {
  .contact-top-tel {
    font-size: 40px;
    display: inline-block;
  }
}
.contact-top-tel::before {
  position: absolute;
  content: "";
  background: url(../images/tel.png) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 26px;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.contact-top-hurry {
  margin-top: -10px;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
}
.contact-top-hurry-tel {
  color: #000;
}
.contact-top-line {
  display: block;
  width: 340px;
  border: solid 1px #000;
  color: #000;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  font-family: "Zen Old Mincho", serif;
  padding: 30px 10px;
  position: relative;
  margin-left: 40px;
}
@media screen and (max-width: 1023px) {
  .contact-top-line {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-top-line {
    font-size: 16px;
    padding: 25px 10px;
    margin: 30px auto 0;
    width: 70%;
  }
}
@media screen and (max-width: 550px) {
  .contact-top-line {
    width: 100%;
  }
}
.contact-top-line::before {
  position: absolute;
  content: "";
  background: url(../images/triangle.png) no-repeat;
  background-size: 100%;
  width: 11.5px;
  height: 11.5px;
  right: 10px;
  bottom: 10px;
}
.contact-form {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .contact-form {
    margin-top: 40px;
  }
}
.contact-item {
  display: flex;
  align-items: center;
  padding: 20px 0;
  /* チェックボックス・ラジオボタン */
}
@media screen and (max-width: 767px) {
  .contact-item {
    padding: 15px 0;
    display: block;
  }
}
.contact-item-top {
  align-items: flex-start;
}
.contact-item .wpcf7-list-item {
  display: block;
  margin-left: 0;
  margin-bottom: 4px;
  font-weight: 400;
}
.contact-item input[type=checkbox],
.contact-item input[type=radio] {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #CFCFCF;
  background: #fff;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-item input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
}
.contact-title {
  width: 316px;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 1023px) {
  .contact-title {
    width: 230px;
  }
}
@media screen and (max-width: 767px) {
  .contact-title {
    margin-bottom: 15px;
  }
}
.contact-input {
  width: calc(100% - 316px);
}
@media screen and (max-width: 1023px) {
  .contact-input {
    width: calc(100% - 230px);
  }
}
@media screen and (max-width: 767px) {
  .contact-input {
    width: 100%;
  }
}
.contact-note {
  width: 100%;
  height: 294px;
  overflow: scroll;
  margin: 42px auto 47px;
  padding: 30px 40px;
  font-weight: 400;
  background: #fff;
  border: solid 1px #CFCFCF;
}
@media screen and (max-width: 767px) {
  .contact-note {
    margin-top: 20px;
    padding: 25px 20px;
  }
}
.contact-note-text {
  color: #000;
  margin-bottom: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.contact-note::-webkit-scrollbar {
  width: 6px;
  height: 0;
  background: #F2F5F4;
}
.contact-note::-webkit-scrollbar-thumb {
  background: #434343;
  height: 80px;
  width: 4px;
}
.contact-check {
  font-family: "Zen Old Mincho", serif;
  color: #000;
}
.contact-check p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto;
}
@media screen and (max-width: 767px) {
  .contact-check p {
    margin: 8px auto;
  }
}
.contact-check input[type=checkbox],
.contact-check input[type=radio] {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #CFCFCF;
  background: #fff;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-check input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
}
.contact-submit {
  text-align: center;
  margin: 60px auto;
  position: relative;
  max-width: 360px;
  width: 100%;
}
.contact-submit:hover {
  opacity: 0.7;
}
.contact-submit::before {
  position: absolute;
  content: "";
  background: url(../images/triangle.png) no-repeat;
  background-size: 100%;
  width: 11.5px;
  height: 11.5px;
  right: 10px;
  bottom: 45px;
}
@media screen and (max-width: 767px) {
  .contact-submit {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.contact-protect {
  text-align: center;
  font-size: 12px;
  margin-top: 30px;
  line-height: 1.3;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 767px) {
  .contact-protect {
    text-align: left;
  }
}
.contact-protect a {
  color: #000;
}
.contact-check {
  display: flex;
  justify-content: center;
}
.contact-check .wpcf7-list-item {
  display: block;
  margin-left: 0;
  margin-right: 4px;
  font-weight: 400;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

.wpcf7 input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  opacity: 1;
  color: #000;
  border: solid 1px #000;
  background: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  padding: 16.5px;
  max-width: 360px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wpcf7 input[type=submit] {
    font-size: 16px;
  }
}

.haveto {
  white-space: nowrap;
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 1px 12px 1.5px;
  margin-left: 20px;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  border: 0;
  font-size: 16px;
  border: 1px solid #CFCFCF;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel] {
  padding: 17px 8px;
  font-weight: 400;
}

textarea {
  min-height: 190px;
  resize: vertical;
  padding: 17px 8px;
  font-weight: 400;
}

/*===============================================
# 404
=================================================*/
#content > .inner {
  display: block;
}

.entry-404 {
  padding-bottom: 240px;
  padding-top: 180px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .entry-404 {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

.entry-404-head {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .entry-404-head {
    font-size: 40px;
  }
}

.entry-404-head span::after {
  content: " ";
}

.entry-404-lead {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .entry-404-lead {
    font-size: 20px;
  }
}

.entry-404-lead .m_sp {
  display: none;
}

.entry-404-content {
  color: #000;
  line-height: 2.1;
}

.entry-404-btn {
  margin-top: 58px;
}

.entry-404-btn .btn {
  color: #000;
}

/*===============================================
# comingsoon
=================================================*/
.comingsoon {
  padding: 160px 20px 320px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .comingsoon {
    padding: 80px 20px 260px;
  }
}/*# sourceMappingURL=style.css.map */