@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets.css
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400;
  /*-Normal-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 500;
  /*-Medium-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 700;
  /*-Bold-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff2") format("woff2");
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}

img {
  height: auto !important;
}

.disnone {
  display: none !important;
}

@media only screen and (max-width: 640px) {
  .disnone {
    display: block !important;
  }
}

@media only screen and (max-width: 640px) {
  .spdisnone {
    display: none !important;
  }
}

.tdpd10 td {
  padding: 10px !important;
}

li {
  list-style: none;
}

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

body {
  counter-reset: number 0;
  line-height: 1.7em;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #333;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 14px;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
}

#contents {
  width: 100%;
  max-width: 1200px;
  background-color: rgba(255, 255, 255, 0) !important;
}

@media only screen and (max-width: 834px) {
  #contents {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75000%;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}

.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: 500;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 1s;
  transition: 1s;
}

.mincho {
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.pd100 {
  padding: 100px 0;
}

.flex2cl_02 {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1000px) {
  .flex2cl_02 {
    margin-left: -2.4390%;
  }
}

@media only screen and (max-width: 834px) {
  .flex2cl_02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1000px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}

.flex2cl_02 .box img {
  width: 100% !important;
}

.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.43902%;
}

@media only screen and (max-width: 1000px) {
  .flex3cl {
    margin-left: -2.4390%;
  }
}

@media only screen and (max-width: 640px) {
  .flex3cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex3cl .box {
  position: relative;
  width: 30.89431%;
  margin-left: 2.43902%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex3cl .box img {
  width: 100% !important;
}

.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -3.22581%;
}

@media only screen and (max-width: 1000px) {
  .flex4cl {
    margin-left: -2.4390%;
  }
}

@media only screen and (max-width: 640px) {
  .flex4cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex4cl .box {
  position: relative;
  width: 21.77419%;
  margin-left: 3.22581%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex4cl .box img {
  width: 100% !important;
}

.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  position: relative;
  z-index: 99;
}

@media only screen and (max-width: 834px) {
  .header {
    height: 60px;
    line-height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
  }
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px;
}

@media only screen and (max-width: 834px) {
  .header-inner {
    padding: 0;
  }
}

.header-logo {
  max-width: 150px;
}

@media only screen and (max-width: 834px) {
  .header-logo {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .header-logo {
    max-width: 130px;
  }
}

.header-logo img {
  vertical-align: middle;
}

.header-nav {
  width: 100%;
  max-width: 620px;
  margin-right: 10px;
}

@media only screen and (max-width: 1200px) {
  .header-nav {
    margin-right: 0;
  }
}

@media only screen and (max-width: 834px) {
  .header-nav {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    max-width: inherit;
    margin-right: 0;
    background-color: #fff;
    z-index: 99;
    top: 0;
    left: 0;
  }
}

.header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media only screen and (max-width: 834px) {
  .header-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 80px;
  }
}

.header-nav ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media only screen and (max-width: 834px) {
  .header-nav ul li {
    line-height: 1;
    margin-top: 40px;
  }
}

.header-nav ul li a {
  color: #333;
  font-family: 'Crimson Text', serif;
  font-weight: 700;
  display: block;
}

@media only screen and (max-width: 834px) {
  .header-nav ul li a {
    font-size: 16px;
  }
}

.header-nav ul li a span {
  display: block;
  line-height: 1;
  text-align: center;
  font-size: 11px;
  font-family: source-han-serif-japanese, serif;
  font-weight: 900;
  font-style: normal;
}

@media only screen and (max-width: 834px) {
  .header-nav ul li a span {
    font-size: 13px;
  }
}

.shopping-btn {
  position: fixed;
  display: block;
  right: 10px;
  bottom: 10px;
  z-index: 98;
  width: 250px;
}

.main {
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 834px) {
  .main {
    margin-top: 60px;
  }
}

.main:before {
  position: absolute;
  content: "";
  background-color: #fbf5ec;
  left: 0;
  bottom: 0;
  height: 35%;
  width: 40%;
  z-index: -1;
}

.main-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  margin-left: 70px;
}

@media only screen and (max-width: 1000px) {
  .main-inner {
    margin-left: 0;
  }
}

.main-photo {
  width: 68%;
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .main-photo {
    width: 60%;
  }
}

@media only screen and (max-width: 640px) {
  .main-photo {
    width: 100%;
  }
}

.main-photo img {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 400px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-text {
  margin-right: 6%;
  display: none;
}

@media only screen and (max-width: 1000px) {
  .main-text {
    margin-right: 4.5%;
  }
}

@media only screen and (max-width: 640px) {
  .main-text {
    margin-right: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
}

.main-text1 {
  font-size: 34px;
  font-family: source-han-serif-japanese, serif;
  font-weight: 900;
  font-style: normal;
}

@media only screen and (max-width: 1600px) {
  .main-text1 {
    font-size: 2.1vw;
  }
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .main-text1 {
    font-size: 2.6vw;
  }
}

@media only screen and (max-width: 640px) {
  .main-text1 {
    font-size: 4.4vw;
    color: #fff;
  }
}

.main-text-line {
  display: block;
  margin: 10% auto;
  width: 1px;
  height: 40px;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  background-color: #333;
}

@media only screen and (max-width: 1000px) {
  .main-text-line {
    margin: 7% auto;
  }
}

@media only screen and (max-width: 640px) {
  .main-text-line {
    background-color: #fff;
  }
}

.main-text2 {
  font-size: 30px;
  font-family: 'Crimson Text', serif;
  font-weight: 600;
}

@media only screen and (max-width: 1400px) {
  .main-text2 {
    font-size: 2.1vw;
  }
}

@media only screen and (max-width: 640px) {
  .main-text2 {
    font-size: 4vw;
    color: #fff;
  }
}

.main-scroll {
  position: absolute;
  display: block;
  top: calc(50% - 75px);
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  font-size: 13px;
  margin-left: 30px;
  cursor: pointer;
  color: #333 !important;
}

@media only screen and (max-width: 1000px) {
  .main-scroll {
    display: none;
  }
}

.main-scroll:before {
  position: absolute;
  content: "";
  height: .5px;
  width: 180px;
  background-color: #000;
  right: 0;
}

.main-scroll:hover {
  opacity: 1 !important;
}

.res-menu {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  border-radius: 0px;
  cursor: pointer;
  display: none;
  z-index: 999;
  background-color: #fff;
}

@media only screen and (max-width: 834px) {
  .res-menu {
    display: block;
  }
}

.res-menu div {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #000;
  height: 1px;
  width: 35%;
}

.res-menu div:nth-of-type(1) {
  -webkit-transform: translateY(-7px);
      -ms-transform: translateY(-7px);
          transform: translateY(-7px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.res-menu div:nth-of-type(3) {
  -webkit-transform: translateY(7px);
      -ms-transform: translateY(7px);
          transform: translateY(7px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.res-menu.active div:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.res-menu.active div:nth-of-type(2) {
  opacity: 0;
}

.res-menu.active div:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#mainArea {
  width: 100%;
}

@media only screen and (max-width: 834px) {
  #mainArea {
    margin-top: 60px;
  }
}

#local-keyvisual {
  position: relative;
  background-image: url(../images/home/main-bg.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  margin: 0 auto;
}

#local-keyvisual h1 {
  letter-spacing: 0.1em;
  color: #333;
  font-size: 5em;
  font-weight: 700;
  z-index: 1;
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 180px 0;
  font-family: 'Crimson Text', serif;
  font-weight: 700;
}

#local-keyvisual h1:before {
  position: absolute;
  content: "";
  bottom: 80px;
  left: 0;
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  #local-keyvisual h1 {
    padding: 140px 0;
  }
}

@media only screen and (max-width: 640px) {
  #local-keyvisual h1 {
    padding: 120px 0;
  }
}

@media only screen and (max-width: 834px) {
  #local-keyvisual h1 {
    font-size: 3.2em;
  }
}

#local-keyvisual h1 span {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
}

#local-keyvisual h1:empty {
  display: none;
}

#local-keyvisual #local-keyvisual-bg, #local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center;
  background-size: cover;
}

.pan1 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.pan1 ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 834px) {
  .pan1 {
    display: none;
  }
}

.pan1 a {
  color: #000;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  padding: 50px 0;
  background-color: #fff;
  margin-top: 180px;
  border-top: 1px solid #000;
}

@media only screen and (max-width: 640px) {
  footer#global_footer {
    margin-top: 140px;
  }
}

.footer-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Crimson Text', serif;
  font-weight: 700;
}

@media only screen and (max-width: 834px) {
  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-logo {
  max-width: 160px;
}

.footer-nav {
  max-width: 600px;
  width: 100%;
}

@media only screen and (max-width: 834px) {
  .footer-nav {
    margin-top: 40px;
  }
}

.footer-nav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 640px) {
  .footer-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 640px) {
  .footer-nav ul li {
    margin-top: 20px;
  }
}

.footer-nav ul li a {
  color: #333;
  font-family: 'Crimson Text', serif;
  font-weight: 600;
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 50px;
}

@media only screen and (max-width: 834px) {
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
  }
}

.footer-info {
  text-align: left;
}

@media only screen and (max-width: 834px) {
  .footer-info {
    text-align: center;
  }
}

@media only screen and (max-width: 834px) {
  #copy {
    margin-top: 40px;
  }
}

img {
  width: 100% !important;
  max-width: 100% !important;
}

.cont-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .cont-inner {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 640px) {
  .cont-inner {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.cont-btn {
  display: block;
  border: 1px solid #000;
  width: 250px;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  color: #333 !important;
  margin-top: 50px;
  font-family: 'Crimson Text', serif;
  font-weight: 700;
}

.cont-btn:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  right: 10px;
  background-color: #000;
  top: 50%;
}

.cont-btn:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 1px;
  right: 10px;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  background-color: #000;
  top: calc(50% - 3px);
}

.cont_01 {
  position: relative;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  padding-top: 200px;
}

@media only screen and (max-width: 640px) {
  .cont_01 {
    padding-top: 120px;
  }
}

.cont_01:before {
  position: absolute;
  content: "";
  background-color: #fbf5ec;
  left: 0;
  top: 0;
  height: 75%;
  width: 40%;
  z-index: -1;
}

.cont_01:after {
  position: absolute;
  content: "";
  background-color: #fbf5ec;
  right: 0;
  bottom: 0;
  height: 35%;
  width: 25%;
  z-index: -1;
}

@media only screen and (max-width: 640px) {
  .cont_01:after {
    display: none;
  }
}

.cont_01-inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cont_01-img {
  width: 45%;
}

@media only screen and (max-width: 640px) {
  .cont_01-img {
    width: 90%;
    margin: 0 auto;
  }
}

.cont_01-h2 {
  width: 55%;
  margin-left: 80px;
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .cont_01-h2 {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .cont_01-h2 {
    width: 90%;
    margin-left: 0;
    margin-top: 30px;
  }
}

.cont_01-h2 h2 {
  font-size: 24px;
  line-height: 1.8;
  font-family: source-han-serif-japanese, serif;
  font-weight: 900;
  font-style: normal;
}

@media only screen and (max-width: 1000px) {
  .cont_01-h2 h2 {
    font-size: 20px;
  }
}

.cont_01-h2 div {
  margin-top: 40px;
  font-weight: 400;
  line-height: 2;
}

@media only screen and (max-width: 640px) {
  .cont_01-h2 div {
    margin-top: 20px;
  }
}

.cont_02 {
  position: relative;
  padding-top: 200px;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
}

@media only screen and (max-width: 640px) {
  .cont_02 {
    padding-top: 120px;
  }
}

.cont_02:before {
  position: absolute;
  content: "";
  background-color: #fbf5ec;
  right: 0;
  top: 0;
  height: 75%;
  width: 25%;
  z-index: -1;
}

.cont_02-2 {
  padding-top: 180px;
}

.cont_02-2:before {
  right: auto;
  left: 0;
  top: auto;
  bottom: -120px;
  height: 60%;
  width: 30%;
}

@media only screen and (max-width: 640px) {
  .cont_02-2:before {
    bottom: -80px;
  }
}

.cont_02-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .cont_02-inner {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

.cont_02-inner2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .cont_02-inner2 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

.cont_02-img {
  width: 55%;
  margin-left: 80px;
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .cont_02-img {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .cont_02-img {
    margin-left: 0;
    width: 90%;
  }
}

.cont_02-img-2 {
  width: 55%;
  margin-left: 0;
  margin-right: 80px;
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .cont_02-img-2 {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .cont_02-img-2 {
    width: 90%;
    margin-right: 0;
  }
}

.cont_02-h2 {
  width: 45%;
}

@media only screen and (max-width: 640px) {
  .cont_02-h2 {
    width: 90%;
    margin-top: 30px;
  }
}

.cont_02-h2 h2 {
  font-size: 50px;
  font-family: 'Crimson Text', serif;
  font-weight: 700;
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
  line-height: 1;
  letter-spacing: 0.1;
}

@media only screen and (max-width: 1200px) {
  .cont_02-h2 h2 {
    font-size: 44px;
  }
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .cont_02-h2 h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .cont_02-h2 h2 {
    font-size: 38px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.cont_02-h2 h2:after {
  position: absolute;
  content: "";
  background-color: #000;
  width: 60px;
  height: 1px;
  bottom: 0;
  left: 0;
}

.cont_02-h2 h2 span {
  display: block;
  font-size: 16px;
  margin-top: 15px;
  font-family: source-han-serif-japanese, serif;
  font-weight: 900;
  font-style: normal;
}

@media only screen and (max-width: 640px) {
  .cont_02-h2 h2 span {
    font-size: 14px;
    line-height: 0;
  }
}

.cont_02-h2 h2 br {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .cont_02-h2 h2 br {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .cont_02-h2 h2 br {
    display: none;
  }
}

.cont_02-h2 div {
  line-height: 2;
  font-weight: 400;
}

.cont_03 {
  position: relative;
  margin-top: 200px;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
}

@media only screen and (max-width: 640px) {
  .cont_03 {
    margin-top: 120px;
  }
}

.cont_03:before {
  position: absolute;
  content: "";
  background-color: #fbf5ec;
  right: 0;
  bottom: -80px;
  height: 100%;
  width: 90%;
  z-index: -1;
}

@media only screen and (max-width: 1000px) {
  .cont_03:before {
    height: 105%;
  }
}

@media only screen and (max-width: 640px) {
  .cont_03:before {
    bottom: -60px;
  }
}

.cont_03-2:before {
  right: auto;
  left: 0;
}

.cont_03-inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 640px) {
  .cont_03-inner {
    width: 85%;
    margin: 0 0 0 auto;
  }
}

.cont_03-inner2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 640px) {
  .cont_03-inner2 {
    width: 85%;
    margin: 0 auto 0 0;
  }
}

.cont_03-img {
  width: 45%;
}

@media only screen and (max-width: 640px) {
  .cont_03-img {
    width: 90%;
  }
}

.cont_03-h3 {
  width: 55%;
  margin-left: 80px;
  margin-top: 13%;
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .cont_03-h3 {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .cont_03-h3 {
    width: 90%;
    margin-left: 0;
    margin-top: 30px;
  }
}

.cont_03-h3-2 {
  margin-right: 80px;
  margin-left: 0;
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .cont_03-h3-2 {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .cont_03-h3-2 {
    margin-right: 0;
  }
}

.cont_03-h3 h3 {
  font-size: 36px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 5px;
  font-family: 'Crimson Text', serif;
  font-weight: 700;
  border-bottom: 1px solid #000;
}

@media only screen and (max-width: 834px) {
  .cont_03-h3 h3 {
    font-size: 30px;
  }
}

.cont_03-h3 h3 span {
  display: block;
  font-size: 16px;
  font-family: source-han-serif-japanese, serif;
  font-weight: 900;
  font-style: normal;
}

.cont_03-h3 div {
  margin-top: 40px;
  font-weight: 400;
  line-height: 2;
}

@media only screen and (max-width: 640px) {
  .cont_03-h3 div {
    margin-top: 20px;
  }
}

.cont_04 {
  margin-top: 200px;
}

@media only screen and (max-width: 640px) {
  .cont_04 {
    margin-top: 120px;
  }
}

.cont_04-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cont_04-h2 h2 {
  font-size: 46px;
  font-family: 'Crimson Text', serif;
  font-weight: 700;
}

@media only screen and (max-width: 1200px) {
  .cont_04-h2 h2 {
    font-size: 44px;
  }
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .cont_04-h2 h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .cont_04-h2 h2 {
    font-size: 38px;
  }
}

.cont_04-h2 h2 span {
  display: block;
  margin-top: 20px;
  font-size: 16px;
}

.cont_04-box1 {
  margin-right: 80px;
}

@media only screen and (max-width: 640px) {
  .cont_04-box1 {
    margin-right: 0;
  }
}

.cont_04-box2 {
  margin-left: 80px;
}

@media only screen and (max-width: 640px) {
  .cont_04-box2 {
    margin-left: 0;
    margin-top: 80px;
  }
}

.cont_04-btn {
  display: block;
  color: #333 !important;
  border: 1px solid #333;
  width: 250px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  margin-top: 30px;
  position: relative;
}

.cont_04-btn:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  right: 10px;
  background-color: #000;
  top: 50%;
}

.cont_04-btn:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 1px;
  right: 10px;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  background-color: #000;
  top: calc(50% - 3.5px);
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .cont_04-btn {
    width: 220px;
  }
}

.cont-sns {
  margin-top: 280px;
}

@media only screen and (max-width: 640px) {
  .cont-sns {
    margin-top: 180px;
  }
}

.cont-sns .sns_list {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  border: none;
}

@media only screen and (max-width: 1000px) {
  .cont-sns .sns_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.cont-sns .sns_list > div {
  border: none;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 15% !important;
}

@media only screen and (max-width: 834px) {
  .cont-sns .sns_list > div {
    margin-bottom: 2%;
  }
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .cont-sns .sns_list > div {
    width: 32% !important;
  }
}

@media only screen and (max-width: 640px) {
  .cont-sns .sns_list > div {
    width: 49% !important;
  }
}

.cont-sns .sns_list > div:not(:last-child) {
  margin-right: 2%;
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .cont-sns .sns_list > div:not(:last-child) {
    margin-right: 0;
  }
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .cont-sns .sns_list > div:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .cont-sns .sns_list > div:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  .cont-sns .sns_list > div:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

.cont-sns .sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}

.cont-sns .sns_text {
  display: none;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.p2-h2 {
  margin-top: 140px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  .p2-h2 {
    margin-top: 120px;
  }
}

.p2-h2 h2 {
  font-size: 44px;
  font-family: 'Crimson Text', serif;
  font-weight: 700;
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .p2-h2 h2 {
    font-size: 38px;
  }
}

@media only screen and (max-width: 640px) {
  .p2-h2 h2 {
    font-size: 36px;
  }
}

.p2-h2 h2 span {
  font-size: 16px;
  display: block;
  padding-top: 10px;
  margin-top: 10px;
  position: relative;
}

.p2-h2 h2 span:before {
  position: absolute;
  content: "";
  width: 200px;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #000;
}

.product-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 640px) {
  .product-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.product-img {
  width: 50%;
}

@media only screen and (max-width: 640px) {
  .product-img {
    width: 90%;
  }
}

.product-text {
  width: 50%;
  margin-right: 80px;
  line-height: 2.4;
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .product-text {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .product-text {
    width: 90%;
    margin-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  .product-flex {
    width: 90%;
    margin: 0 auto;
  }
}

.product-flex .box div {
  padding-top: 10px;
}

.product-size-text {
  padding: 20px 0;
}

@media only screen and (max-width: 640px) {
  .product-size-text {
    width: 90%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  .product-table1,
  .product-table2 {
    width: 90%;
    margin: 0 auto;
  }
}

.product-table1-left,
.product-table2-left {
  width: 300px !important;
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .product-table1-left,
  .product-table2-left {
    width: 200px !important;
  }
}

@media only screen and (max-width: 640px) {
  .product-table1-left,
  .product-table2-left {
    width: 130px !important;
  }
}

.product-table1 td,
.product-table2 td {
  padding: 20px 10px !important;
}

.product-table1 td img,
.product-table2 td img {
  width: 70% !important;
}

.faq-box {
  margin-bottom: 20px;
}

.faq-box .box:first-of-type {
  font-size: 18px;
  border-bottom: 1px solid #000;
  width: 100%;
  padding: 20px 0 20px 0px;
  position: relative;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  font-family: source-han-serif-japanese, serif;
  font-weight: 900;
  font-style: normal;
}

.faq-box .box:first-of-type div {
  position: relative;
  width: 90%;
}

.faq-box .box:first-of-type div:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 1px;
  font-family: "Font Awesome 5 pro";
  right: calc(-10% + 10px);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #000;
}

.faq-box .box:first-of-type div:after {
  position: absolute;
  content: "";
  height: 12px;
  width: 1px;
  font-family: "Font Awesome 5 pro";
  right: calc(-10% + 16px);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #000;
}

.faq-box .box:first-of-type.open div:after {
  display: none;
}

.faq-box .box:last-of-type {
  padding-top: 20px;
  padding-left: 0px;
  display: none;
  position: relative;
  color: #000;
}

.company-table td {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  padding: 30px 10px 20px !important;
  font-weight: 400;
}

.company-table-left {
  font-size: 15px;
  border-bottom: 2px solid #000 !important;
}
/*# sourceMappingURL=assets.css.map */