@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Gilda+Display&family=Shippori+Mincho:wght@400;500;600;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-feature-settings: "palt" on;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overscroll-behavior: none;
}

body,
select,
input,
textarea,
p,
i,
a,
li,
th,
td,
span,
h1,
h2,
h3,
h4,
h5,
small {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  margin: auto;
  color: black;
}

.zen {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.gilda {
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-style: normal;
}

body {
  background-color: #f4f2ec;
  text-align: center;
}

body,
select,
input,
textarea,
div,
p,
i,
a,
li,
th,
td,
span,
dt,
dd {
  font-size: 2rem;
  line-height: 1.8;
}

h2.title {
  font-size: 4.6rem;
  font-weight: 500;
  color: #827250;
  margin-bottom: 3rem;
}
h2.title small {
  display: block;
  font-weight: 600;
  color: #827250;
  font-size: 2.3rem;
  margin-top: 1rem;
}

::-moz-selection {
  background: #f0f0f0;
  color: #ccc;
}

::selection {
  background: #f0f0f0;
  color: #ccc;
}

::-moz-selection {
  background: #f0f0f0;
  color: #ccc;
}

img {
  height: auto;
}

a {
  text-decoration: none;
  outline: none;
}
a img {
  transition: all 0.3s;
}

a:hover {
  color: #a7a497;
  text-decoration: none;
}
a:hover img {
  opacity: 0.6;
}

ul,
ol {
  padding: 0;
}

.just {
  text-align: justify;
  text-justify: inter-ideograph;
}

#wrapper {
  background-color: white;
  max-width: 500px;
  margin: auto;
}
#wrapper #rogo {
  position: fixed;
  top: 2rem;
  left: calc(50% - 225px);
  width: 70px;
  z-index: 999;
  mix-blend-mode: multiply;
}

@media all and (max-width: 575px) {
  #wrapper {
    max-width: none;
  }
  #wrapper #rogo {
    top: 2rem;
    left: 2rem;
    width: 70px;
  }
}
.container {
  padding: 0 30px;
}

@media all and (max-width: 575px) {
  .container {
    padding: 0 25px;
  }
}
.gray {
  background-color: #ece5d6;
}

.sec {
  display: grid;
  place-items: center;
  padding: 2rem;
}

#intro {
  position: relative;
}
#intro #intro_img {
  position: relative;
  pointer-events: none;
  position: relative;
}
#intro #intro_img #intro_icon {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 18%;
}
#intro_food {
  background-color: #fff;
  padding: 2rem 0;
  margin-top: 2rem;
}
#intro #intro_txt {
  overflow: visible;
  position: relative;
  padding: 5% 0 3% 0;
}
#about_anime {
  position: relative;
  z-index: 1;
  padding: 6% 0;
}
#about_anime .box {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
}

#about {
  position: relative;
}
#about .about {
  position: relative;
  padding: 6% 20px;
}
#about .about .a-inner {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
#about #about01 h2 {
  font-size: 5.5rem;
  margin-bottom: 1rem;
}
#about #about01 h3 {
  line-height: 1.8;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
}
#about #about01 h3 span {
  display: inline-block;
}
#about #about01 #about_logo {
  text-align: center;
}
#about #about01 #about_logo img {
  width: 150px;
  margin: auto;
}
#about #about02 p {
  font-size: 1.7rem;
  line-height: 2.2;
}

#about.sec,
#recipe.sec {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 575px) {
  #about #about01 h2 {
    font-size: 4rem;
  }
  #about #about01 h3 {
    font-size: 2rem;
  }
  #about #about01 #about_logo img {
    width: 120px;
  }
  #about #about02 p {
    line-height: 2;
  }
}
@media screen and (max-width: 420px) {
  #about .about .a-inner {
    padding: 0 10px;
  }
  #about #about01 h2 {
    font-size: 3.8rem;
  }
  #about #about01 h3 {
    font-size: 1.8rem;
  }
  #about #about01 #about_logo img {
    width: 100px;
  }
  #about #about02 p {
    font-size: 1.4rem;
  }
}
#reason_wrap {
  margin-top: 4rem;
}

#reason {
  position: relative;
  z-index: 1;
}
#reason .reason {
  width: 100%;
  padding: 5rem 0;
}
#reason .reason .reason_title {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 6rem;
}
#reason .reason .reason_title .no {
  width: 120px;
  height: 120px;
  border: solid 1px black;
  border-radius: 50%;
  margin: 1.5rem auto auto auto;
  display: grid;
  place-items: center;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 600;
}
#reason .reason h2.title {
  font-size: 4rem;
  margin-bottom: 3.5rem;
  white-space: nowrap;
}
#reason .reason h2.title small {
  font-size: 2.2rem;
  margin-top: 1.5rem;
}
#reason .reason p {
  font-size: 1.8rem;
}
#reason .reason .img {
  margin-top: 4rem;
}
#reason #reason01 {
  padding-top: 0;
}
#reason #reason03 h3 {
  margin: 4rem auto 1.5rem auto;
  font-weight: 700;
  font-size: 2.5rem;
  color: #827250;
}
#reason #reason03 ol {
  list-style: none;
  text-align: left;
}
#reason #reason03 ol li {
  background-color: #827250;
  line-height: 1;
  padding: 1rem 1rem 1.2rem 1rem;
  margin-bottom: 2.5rem;
  position: relative;
}
#reason #reason03 ol li span {
  display: block;
  text-indent: -1.2em;
  padding-left: 1.2em;
  line-height: 1.2;
  color: white;
  font-weight: 500;
}
#reason #reason03 ol li:last-child {
  margin: auto;
}
#reason #reason03 ol li::after {
  content: "▼";
  position: absolute;
  bottom: -2.3rem;
  left: calc(50% - 1rem);
  font-size: 2rem;
  color: #827250;
  transform: scale(1.5, 1);
}
#reason #reason03 ol li:last-child::after {
  content: "";
}
#reason #reason05 {
  padding-bottom: 1.5rem;
}
#reason #reason05 #reason_pason {
  margin-top: 6rem;
}
#reason #reason05 #reason_pason p.type {
  font-size: 1.2rem;
}
#reason #reason05 #reason_pason p.name {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
#reason #reason05 #reason_pason p.name small {
  font-size: 1.5rem;
}
#reason #reason05 #reason_pason p.memo {
  font-size: 1.5rem;
  font-weight: 500;
}
#reason #reason05 dl {
  display: table;
  margin-bottom: 4rem;
}
#reason #reason05 dl dt,
#reason #reason05 dl dd {
  display: table-cell;
  vertical-align: middle;
}
#reason #reason05 dl dt {
  width: 135px;
  padding-right: 20px;
}
#reason #reason05 dl dt img {
  border-radius: 50%;
}
#reason #reason05 dl dd {
  text-align: left;
}
#reason #reason05 dl dd p {
  line-height: 1.2;
}
#reason #reason05 #reason_merit ul {
  text-align: left;
  display: inline-block;
  margin: 1rem auto 4rem auto;
}
#reason #reason05 #reason_merit ul li {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  margin: 2rem auto;
  color: #827250;
  letter-spacing: 1px;
  position: relative;
  padding-left: 2.6rem;
}
#reason #reason05 #reason_merit ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  background-image: url(../img/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 575px) {
  #reason .container {
    padding: 0 2rem;
  }
  #reason .reason .container {
    max-width: 420px;
  }
  #reason .reason .reason_title {
    font-size: 2.2rem;
    margin-bottom: 4rem;
  }
  #reason .reason .reason_title .no {
    width: 100px;
    height: 100px;
    font-size: 3rem;
  }
  #reason .reason h2.title {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
  #reason .reason h2.title small {
    font-size: 2rem;
  }
  #reason .reason .img {
    margin-top: 3rem;
  }
  #reason #reason01 {
    padding-top: 0;
  }
  #reason #reason03 h3 {
    margin: 3rem auto 1.5rem auto;
    font-size: 2rem;
  }
  #reason #reason05 #reason_pason {
    margin-top: 5rem;
  }
  #reason #reason05 #reason_pason p.name {
    font-size: 2.6rem;
  }
  #reason #reason05 dl {
    margin-bottom: 3rem;
  }
  #reason #reason05 dl dt {
    width: 120px;
  }
  #reason #reason05 #reason_merit ul {
    margin: 1rem auto 3rem auto;
  }
  #reason #reason05 #reason_merit ul li {
    font-size: 1.8rem;
    padding-left: 2.5rem;
  }
  #reason #reason05 #reason_merit ul li::before {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (max-width: 420px) {
  #reason .reason .reason_title {
    font-size: 2rem;
  }
  #reason .reason .reason_title .no {
    width: 90px;
    height: 90px;
    font-size: 3rem;
  }
  #reason .reason h2.title {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
  #reason .reason h2.title small {
    font-size: 1.8rem;
  }
  #reason .reason .img {
    margin-top: 2.5rem;
  }
  #reason .reason p {
    font-size: 1.7rem;
  }
  #reason #reason03 h3 {
    margin: 2.5rem auto 1.2rem auto;
  }
  #reason #reason03 ol li span {
    font-size: 1.8rem;
  }
  #reason #reason05 #reason_pason {
    margin-top: 3rem;
  }
  #reason #reason05 #reason_pason p.name {
    font-size: 2.5rem;
  }
  #reason #reason05 #reason_pason p.memo {
    font-size: 1.4rem;
  }
  #reason #reason05 dl {
    margin-bottom: 2.5rem;
  }
  #reason #reason05 dl dt {
    width: 110px;
  }
}
.movie {
  position: relative;
  padding-top: 56.25%;
  height: 0;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}

/**
#recipe_wrap {
    margin: calc(var(--vh) * 150) auto calc(var(--vh) * 50) auto;
}

@supports (-webkit-touch-callout: none) {
    #recipe_wrap {
        margin-bottom: 0;
    }
}

#recipe_back {
    position: fixed;
    top: 0;
    left: calc(50% - 250px);
    z-index: 0;
    display: grid;
    place-items: center;
    width: 100%;
    max-width: 500px;
    height: calc(var(--vh) * 100);
    overflow: hidden;
    pointer-events: none;

    .circle-svg {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 20px;
        height: 20px;
        transition: all 0.3s;
        opacity: 0;

        .circle {
            fill: $beige3;
        }
    }
}

#recipe_back.active {
    .circle-svg {
        width: 140%;
        height: 140%;
        transition: all 0.3s;
        opacity: 1;
    }
}

#recipe {
    position: relative;

    .recipe {
        min-height: calc(var(--vh) * 100);
        position: relative;
        width: 100%;

        .r-inner {
            position: fixed;
            width: 100%;
            max-width: 500px;
            padding: 0 50px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            opacity: 0;
            pointer-events: none;

            h2 {
                color: $beige5;
                font-size: 3.2rem;
                margin-bottom: 1rem;
            }

            .img {
                margin-bottom: 1rem;

                img {
                    width: 90%;
                    max-width: 380px;
                }
            }

            p {
                color: $beige5;
                margin: auto;
                font-weight: 500;
                font-size: 1.8rem;
            }
        }
    }
}


@media screen and (max-width: 575px) {
    #recipe_back {
        left: 0;
        max-width: none;
    }

    #recipe {
        .recipe {
            .r-inner {
                padding: 0 20px;

                h2 {
                    font-size: 3rem;
                }

                .img {
                    margin-bottom: .5rem;

                    img {
                        max-width: 340px;
                    }
                }
            }
        }
    }
}

#yohaku {
    height: calc(var(--vh) * 100);
}
**/
#style {
  background-color: #dfd3bb;
  display: block;
  place-items: none;
  padding: 6rem 2rem;
}
#style #pills-tab {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 100;
  padding-top: 2rem;
  margin-bottom: calc(var(--vh) * 80);
  background-color: #dfd3bb;
}
#style .nav-pills li {
  width: 50%;
}
#style .nav-pills li:first-child {
  padding-right: 2px;
}
#style .nav-pills li:last-child {
  padding-left: 2px;
}
#style .nav-pills .nav-btn {
  background-color: #efe9de;
  color: #888;
  padding: 1rem;
  border-radius: 1rem 1rem 0 0;
  border-bottom: solid 3px #dfd3bb;
  cursor: pointer;
  font-weight: 700;
  font-size: 2rem;
}
#style .nav-pills .nav-btn:hover {
  background-color: #f0f0f0;
}
#style .nav-pills .active,
#style .nav-pills .active:hover {
  color: black;
  pointer-events: none;
  background-color: #fff;
  border-bottom: solid 3px #fff;
  opacity: 1;
}
#style .tab-content {
  margin-top: calc(-1 * var(--vh) * 80);
  background-color: white;
  border-radius: 0 0 1rem 1rem;
}
#style .tab-content h2.title {
  font-size: 4rem;
  font-weight: 700;
}
#style .tab-content .img {
  margin-bottom: 2rem;
}
#style .tab-content .img img {
  border-radius: 1rem;
}
#style .tab-content p {
  font-size: 1.9rem;
  font-weight: 500;
}
#style .midashi {
  background-color: white;
  padding: 1rem;
  position: sticky;
  width: 100%;
  top: 78px;
  z-index: 99;
  font-size: 2.3rem;
  font-weight: 600;
  margin-bottom: calc(var(--vh) * 80 - 60px);
}
#style .style_head {
  margin-top: calc(-1 * var(--vh) * 70);
}
#style .style_profitable,
#style .style_simulation,
#style .style_flow {
  margin-top: 8rem;
}
#style .style_profitable h2.title,
#style .style_simulation h2.title,
#style .style_flow h2.title {
  font-size: 5rem;
}
#style .style_profitable .chart {
  margin-bottom: 2.5rem;
}
#style .style_profitable small {
  font-size: 1.2rem;
  display: block;
}
#style .style_inner {
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
#style .style_simulation dl {
  display: table;
  width: 100%;
  max-width: 360px;
  margin: auto auto 2rem auto;
}
#style .style_simulation dl dt,
#style .style_simulation dl dd {
  display: table-cell;
  vertical-align: bottom;
  white-space: nowrap;
  line-height: 1;
  color: #827250;
}
#style .style_simulation dl dt {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: left;
}
#style .style_simulation dl dd {
  text-align: right;
  font-size: 4rem;
  font-weight: 700;
}
#style .style_simulation table {
  width: 100%;
  max-width: 360px;
  margin: auto auto 1rem auto;
}
#style .style_simulation table tr {
  background-color: #ece5d6;
}
#style .style_simulation table tr th,
#style .style_simulation table tr td {
  vertical-align: middle;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 1rem 1.5rem;
  color: black;
  line-height: 1;
}
#style .style_simulation table tr th {
  text-align: left;
  font-size: 1.6rem;
}
#style .style_simulation table tr td {
  text-align: right;
  font-size: 2rem;
}
#style .style_simulation table tr:nth-child(even) {
  background-color: #f4f2ec;
}
#style .style_simulation table tr:first-child th,
#style .style_simulation table tr:first-child td {
  font-weight: 500;
}
#style .style_simulation small.zen {
  display: block;
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
#style .style_simulation .icon {
  background-color: #827250;
  border-radius: 50%;
  margin: 2rem auto 4rem auto;
}
#style .style_simulation h3 {
  color: #827250;
  font-weight: 600;
  font-size: 2.3rem;
  margin-bottom: 2.5rem;
}
#style .style_simulation h4 {
  font-weight: 600;
  color: #827250;
  font-size: 1.8rem;
}
#style .style_simulation .area {
  margin-top: 1.2rem;
}
#style .style_flow {
  padding-bottom: 3rem;
}
#style .style_flow ol {
  border-top: solid 1px #827250;
  list-style: none;
}
#style .style_flow ol li {
  border-bottom: solid 1px #827250;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 2rem;
  text-align: left;
  line-height: 1.5;
  color: #827250;
  font-size: 2rem;
  position: relative;
  cursor: pointer;
}
#style .style_flow ol li .icon {
  position: absolute;
  right: 16px;
  top: 3rem;
  width: 1.2rem;
  height: 1.2rem;
}
#style .style_flow ol li .icon::before,
#style .style_flow ol li .icon::after {
  content: "";
  position: absolute;
  background: #827250;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
#style .style_flow ol li .icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}
#style .style_flow ol li .icon::after {
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}
#style .style_flow ol li .anser {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #717071;
  display: none;
}
#style .style_flow ol li.active .icon::after {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}

@media screen and (max-width: 991px) {
  #style {
    padding-top: 0;
  }
  #style #pills-tab {
    padding-top: 7.5rem;
    top: 0;
  }
  #style .midashi {
    top: 132px;
  }
}
@media screen and (max-width: 575px) {
  #style .nav-pills .nav-btn {
    font-size: 1.6rem;
  }
  #style .tab-content h2.title {
    font-size: 3rem;
  }
  #style .tab-content .img {
    margin-bottom: 1.5rem;
  }
  #style .tab-content p {
    font-size: 1.8rem;
  }
  #style .midashi {
    font-size: 2rem;
    top: 125px;
  }
  #style .style_profitable,
  #style .style_simulation,
  #style .style_flow {
    margin-top: 6rem;
  }
  #style .style_profitable h2.title,
  #style .style_simulation h2.title,
  #style .style_flow h2.title {
    font-size: 3.5rem;
  }
  #style .style_profitable .chart {
    margin-bottom: 2rem;
  }
  #style .style_simulation dl dt {
    font-size: 2rem;
    font-weight: 700;
  }
  #style .style_simulation dl dd {
    font-size: 3rem;
  }
  #style .style_simulation small.zen {
    font-size: 1.2rem;
  }
  #style .style_simulation .icon {
    margin: 2rem auto 3rem auto;
  }
  #style .style_simulation h3 {
    font-size: 2rem;
  }
  #style .style_flow ol li {
    padding: 1.5rem 1rem;
    font-size: 2rem;
  }
  #style .style_flow ol li .icon {
    top: 2.5rem;
  }
  #style .style_flow ol li .anser {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 420px) {
  #style .nav-pills .nav-btn {
    font-size: 1.3rem;
  }
  #style .tab-content h2.title {
    font-size: 2.8rem;
  }
  #style .tab-content p {
    font-size: 1.7rem;
  }
  #style .midashi {
    font-size: 1.8rem;
    top: 120px;
  }
  #style .style_profitable,
  #style .style_simulation,
  #style .style_flow {
    margin-top: 5rem;
  }
  #style .style_profitable h2.title,
  #style .style_simulation h2.title,
  #style .style_flow h2.title {
    font-size: 3.2rem;
  }
  #style .style_profitable .chart {
    margin-bottom: 1.5rem;
  }
  #style .style_simulation h3 {
    font-size: 1.8rem;
  }
}
#early {
  padding: 6rem 0;
}
#early h2.title {
  font-size: 4.6rem;
  font-weight: 500;
  color: #827250;
  margin-bottom: 3rem;
}
#early h2.title small {
  display: block;
  font-weight: 600;
  color: #827250;
  font-size: 2.3rem;
  margin-top: 1rem;
}
#early .early_merit {
  background-color: #f4f2ec;
  padding: 3rem;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  text-align: left;
}
#early .early_merit h3 {
  color: #827250;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
#early .early_merit p {
  margin: auto;
  font-size: 1.8rem;
  font-weight: 600;
}
#early .early_merit small {
  display: block;
  font-size: 1rem;
  margin-top: 0.5rem;
}
#early .now {
  position: relative;
  padding: 2rem 0 3rem 0;
  margin: 2rem auto 1rem auto;
}
#early .now h4 {
  color: #827250;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  z-index: 9;
  position: relative;
}
#early .now::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/early_now.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
#early #mazuha {
  width: 100%;
  max-width: 400px;
  margin: auto;
}
#early #mazuha p {
  text-align: left;
  font-size: 1.7rem;
  font-weight: 500;
}
#early #mazuha a {
  display: block;
  background-color: #009844;
  border-radius: 1rem;
}
#early #mazuha a:hover {
  background-color: #0fc360;
}
#early #mazuha a:hover img {
  opacity: 1;
}

@media screen and (max-width: 575px) {
  #early h2.title {
    font-size: 3.8rem;
  }
  #early h2.title small {
    font-size: 2.2rem;
  }
  #early .early_merit {
    padding: 2.5rem;
  }
  #early .early_merit h3 {
    font-size: 2.2rem;
    margin-bottom: 1.2rem;
  }
  #early .early_merit small {
    font-size: 1.2rem;
  }
  #early .now h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 420px) {
  #early {
    padding: 5rem 0;
  }
  #early h2.title {
    font-size: 4.2rem;
  }
  #early h2.title small {
    font-size: 2rem;
  }
  #early .early_merit h3 {
    font-size: 2.2rem;
    margin-bottom: 1.2rem;
  }
  #early .early_merit p {
    font-size: 1.7rem;
  }
  #early .now h4 {
    font-size: 1.8rem;
  }
}
#contact {
  padding: 6rem 0 1rem 0;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#contact .container {
  position: relative;
  z-index: 9;
}
#contact p {
  text-align: left;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
#contact #copy {
  text-align: center;
  margin-top: 6rem;
  color: #827250;
  font-size: 1.6rem;
  font-weight: 500;
}
#contact .fade {
  opacity: 1;
  transition: opacity 0.5s ease;
}
#contact .fade.hide {
  opacity: 0;
}
#contact button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
#contact .error {
  color: red;
  font-size: 1.2rem;
  text-align: left;
  opacity: 0;
  transition: opacity 0.4s ease;
  font-family: "Zen Kaku Gothic New", sans-serif;
  height: 0;
  overflow: hidden;
  margin-top: 0;
}
#contact .error.show {
  opacity: 1;
  height: auto;
  margin-top: 5px;
}
#contact #loading,
#contact #thanks,
#contact #error-message {
  opacity: 0;
  display: none;
  transition: opacity 0.5s ease;
  font-size: 1.2rem;
  margin-top: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#contact #contact_warp {
  background-color: white;
  padding: 2.5rem 4rem 3rem 4rem;
  border-radius: 1rem;
  transition: all 0.3s;
}
#contact #contact_warp table {
  margin-bottom: 2rem;
}
#contact #contact_warp table th,
#contact #contact_warp table td {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  vertical-align: top;
  padding: 0.5rem 0;
}
#contact #contact_warp table th {
  white-space: nowrap;
  padding-right: 1.5rem;
}
#contact #contact_warp table th sup {
  color: red;
}
#contact input,
#contact textarea {
  box-sizing: border-box !important;
}
#contact input[type=text],
#contact input[type=email],
#contact input[type=submit],
#contact textarea {
  width: 100%;
  background: #f0f0f0;
  border: none !important;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  line-height: 1;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#contact button {
  background-color: #cbbb9d;
  color: white;
  line-height: 1;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 5px;
  padding: 1rem;
  border: none;
}
#contact button:hover {
  background-color: #827250;
}

#contact::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(236, 229, 214, 0.9);
}

@media screen and (max-width: 575px) {
  #contact #contact_warp {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 420px) {
  #contact {
    padding: 5rem 0 1rem 0;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #contact .container {
    position: relative;
    z-index: 9;
  }
  #contact p {
    font-size: 1.7rem;
  }
  #contact #copy {
    margin-top: 5rem;
    font-size: 1.5rem;
  }
}
#nav {
  position: fixed;
  top: 0;
  left: calc(50% + 280px);
  height: 100%;
  z-index: 9999;
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  overflow-y: auto;
}
#nav ul#menu li {
  margin: 2.5rem auto;
}
#nav ul#menu li a {
  position: relative;
}
#nav ul#menu li a:hover dl dt,
#nav ul#menu li a:hover dl dd {
  color: #a7a497;
}
#nav ul#menu li a.on {
  pointer-events: none;
  cursor: default;
}
#nav ul#menu li a.on dl dt,
#nav ul#menu li a.on dl dd {
  color: brown;
}
#nav dl {
  text-align: left;
}
#nav dl dt,
#nav dl dd {
  line-height: 1.5;
  letter-spacing: 1px;
}
#nav dl dt {
  font-size: 1.6rem;
  font-weight: 500;
  color: #827250;
}
#nav dl dd {
  font-size: 1.2rem;
  padding-left: 0.2rem;
  color: #a7a497;
}

@media all and (max-width: 991px) {
  #nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 9999;
    overflow-y: auto;
    background: none;
    width: 100%;
    padding: 0;
    opacity: 0;
    pointer-events: none;
  }
  #nav .inner {
    padding: 4rem;
    max-width: none;
    width: 100%;
    max-width: 500px;
    min-height: calc(var(--vh) * 100);
    position: relative;
    margin: auto;
    background-color: rgba(130, 114, 80, 0.9);
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
  }
  #nav ul#menu li {
    opacity: 0;
    margin: 2rem auto;
  }
  #nav ul#menu li a.on dl dt,
  #nav ul#menu li a.on dl dd {
    color: rgb(255, 255, 120);
  }
  #nav dl dt,
  #nav dl dd {
    color: white;
  }
  #nav dl dt {
    font-size: 2.2rem;
  }
  #nav dl dd {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 575px) {
  #nav .inner {
    max-width: none;
  }
}
#nav::-webkit-scrollbar {
  width: 3px;
}

#nav::-webkit-scrollbar-thumb {
  background-color: white;
}

#menuWarp {
  display: none;
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(7px) rotate(35deg);
  }
  50% {
    transform: translateY(7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-7px) rotate(-35deg);
  }
  50% {
    transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@media all and (max-width: 991px) {
  #menuWarp {
    top: 3rem;
    left: calc(50% + 180px);
    z-index: 9999999999;
    position: fixed;
    width: 40px;
    height: 20px;
    display: block;
    padding-right: 4rem;
  }
  #menuWarp #menuBtn {
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 18px;
  }
  #menuWarp #menuBtn span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #827250;
    transition: all 0.4s;
  }
  #menuWarp #menuBtn span:nth-of-type(1) {
    top: 2px;
    animation: menu-bar01 0.2s forwards;
  }
  #menuWarp #menuBtn span:nth-of-type(2) {
    bottom: 2px;
    animation: menu-bar02 0.2s forwards;
  }
}
@media all and (max-width: 575px) {
  #menuWarp {
    left: auto;
    right: 3rem;
  }
}
body.view #nav {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.2s;
  z-index: 99999;
}
body.view #menuWarp #menuBtn span {
  background-color: white;
}
body.view #menuWarp #menuBtn span:nth-of-type(1) {
  animation: active-menu-bar01 0.2s forwards;
}
body.view #menuWarp #menuBtn span:nth-of-type(2) {
  animation: active-menu-bar02 0.2s forwards;
}
body.view #menuWarp #menuBtn:hover span:nth-of-type(1) {
  top: 2px !important;
}
body.view #menuWarp #menuBtn:hover span:nth-of-type(2) {
  bottom: 2px !important;
}
body.view #nav ul#menu li#menu01 {
  animation: fadeInLeft 0.3s ease 0.2s 1 forwards;
}
body.view #nav ul#menu li#menu02 {
  animation: fadeInLeft 0.3s ease 0.3s 1 forwards;
}
body.view #nav ul#menu li#menu03 {
  animation: fadeInLeft 0.3s ease 0.4s 1 forwards;
}
body.view #nav ul#menu li#menu04 {
  animation: fadeInLeft 0.3s ease 0.5s 1 forwards;
}
body.view #nav ul#menu li#menu05 {
  animation: fadeInLeft 0.3s ease 0.6s 1 forwards;
}
body.view #nav ul#menu li#menu06 {
  animation: fadeInLeft 0.3s ease 0.7s 1 forwards;
}
body.view #nav ul#menu li#menu07 {
  animation: fadeInLeft 0.3s ease 0.8s 1 forwards;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(6px) rotate(0);
  }
  100% {
    transform: translateY(6px) rotate(35deg);
  }
}
@keyframes active-menu-bar02 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-6px) rotate(0);
  }
  100% {
    transform: translateY(-6px) rotate(-35deg);
  }
}
#line_btn {
  position: fixed;
  bottom: 2rem;
  right: calc(50% - 220px);
  width: 190px;
  z-index: 999;
}
#line_btn a {
  display: block;
  background-color: #009844;
  border-radius: 5px;
  animation: line-btn-pulse 1.6s ease-in-out infinite;
}
@keyframes line-btn-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(0, 152, 68, 0.5); }
  50% { transform: scale(1.04); box-shadow: 0 0 0 8px rgba(0, 152, 68, 0); }
}
#line_btn a:hover {
  background-color: #0fc360;
}
#line_btn a:hover img {
  opacity: 1;
}
#line_btn #line_btn_close {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 20px;
  height: auto;
  cursor: pointer;
  transform: rotate(0deg);
  transition: transform 0.5s ease;
}
#line_btn #line_btn_close:hover {
  transform: rotate(180deg);
}

@media all and (max-width: 575px) {
  #line_btn {
    right: 2rem;
    width: 180px;
  }
}
/* Print styles
-------------------------------------------------------------------------------*/
@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}/*# sourceMappingURL=common.css.map */