@charset "UTF-8";
h2.mail.title {
  display: none !important;
}

a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

::-moz-selection {
  background-color: rgba(35, 20, 20, 0.7);
}

::selection {
  background-color: rgba(35, 20, 20, 0.7);
}

.pcnone {
  display: none;
}

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

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

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

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

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

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

.disnone {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.disnone {
  display: none !important;
}

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

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

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

li {
  list-style: none;
}

html {
  font-size: 62.5% !important;
}

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, 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: 400;
}

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

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

.inner2 {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}

@media only screen and (max-width: 1600px) {
  .inner2 {
    max-width: 1200px;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  z-index: 3;
}

#contents {
  width: 100%;
  max-width: 1440px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1200px) {
  #contents {
    padding: 0 10px;
  }
}

@media screen and (max-width: 834px) {
  #contents {
    padding: 0 30px 50px;
  }
}

#main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
}

@media screen and (max-width: 834px) {
  #main {
    display: block;
  }
}

#main:after {
  display: none;
}

#col_main {
  width: 100% !important;
}

#col_side1 {
  width: 23% !important;
}

@media screen and (max-width: 834px) {
  #col_side1 {
    width: 100% !important;
    margin-top: 50px !important;
  }
}

#col_side1 a {
  display: block;
}

#col_side1 img {
  width: 100% !important;
}

#col_side1 img {
  width: 100%;
}

.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;
}

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

small {
  font-size: 80%;
}

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

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

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

a {
  color: #17e012;
  -webkit-transition: 1s;
  transition: 1s;
  text-decoration: none;
}

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

.imgR, .imgL {
  max-width: 100% !important;
  margin: 0;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

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

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

@media screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}

header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

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

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

.slider2 img {
  margin: 0 auto;
}

.tdscl {
  overflow-x: scroll;
}

.tdscl table {
  table-layout: fixed;
  width: 1850px;
}

.center {
  text-align: center;
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  line-height: 1;
  letter-spacing: 0.05em;
}

header#global_header .header {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 10;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
  background-color: #231414;
  -webkit-transition: .7s;
  transition: .7s;
}

header#global_header .header.is-active {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: .7s;
  transition: .7s;
}

@media only screen and (max-width: 1200px) {
  header#global_header .header {
    opacity: 1;
    pointer-events: all;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background-color: transparent;
  }
}

@media only screen and (max-width: 1200px) {
  header#global_header .header.home .h-btn a {
    color: #115120;
  }
}

@media screen and (max-width: 834px) {
  header#global_header .header.home .h-btn a {
    color: #fff;
  }
}

header#global_header .header > nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header#global_header .header > nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1200px) {
  header#global_header .header > nav ul {
    display: none;
  }
}

header#global_header .header > nav ul li {
  margin-left: 32px;
}

header#global_header .header > nav ul li:first-child {
  margin-left: 0;
}

header#global_header .header > nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1504px) {
  header#global_header .header > nav ul li a {
    font-size: 1.4rem;
  }
}

header#global_header .header > nav ul li a span {
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
  margin-bottom: 8px;
}

@media only screen and (max-width: 1504px) {
  header#global_header .header > nav ul li a span {
    font-size: 1.8rem;
  }
}

header#global_header .header > nav .h-btn {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media only screen and (max-width: 1504px) {
  header#global_header .header > nav .h-btn {
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 1200px) {
  header#global_header .header > nav .h-btn {
    right: 88px;
  }
}

@media screen and (max-width: 834px) {
  header#global_header .header > nav .h-btn {
    background-color: #115120;
    right: 72px;
  }
}

@media only screen and (max-width: 1200px) {
  header#global_header .header > nav .h-btn.is-active a {
    color: #115120;
  }
}

@media screen and (max-width: 834px) {
  header#global_header .header > nav .h-btn.is-active a {
    color: #fff;
  }
}

header#global_header .header > nav .h-btn a {
  color: #fff;
}

@media screen and (max-width: 834px) {
  header#global_header .header > nav .h-btn a {
    height: 64px;
    width: 48px;
  }
}

@media screen and (max-width: 834px) {
  header#global_header .header > nav .h-btn a::before {
    content: "TEL";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 4px;
    color: #fff;
    font-family: 'Alegreya', serif;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 834px) {
  header#global_header .header > nav .h-btn a i {
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
    -webkit-transform: translate(-50%, -70%);
    -ms-transform: translate(-50%, -70%);
  }
}

@media screen and (max-width: 834px) {
  header#global_header .header > nav .h-btn a span {
    display: none;
  }
}

header#global_header .header.contents > nav > ul {
  display: none;
}

@media only screen and (max-width: 1200px) {
  header#global_header .open-sp {
    display: block;
    cursor: pointer;
    position: relative;
    width: 48px;
    height: 64px;
    z-index: 9999;
    background-color: #231414;
  }
  header#global_header .open-sp::after {
    content: "MENU";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 4px;
    color: #fff;
    font-family: 'Alegreya', serif;
    font-size: 1.3rem;
  }
  header#global_header .open-sp span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: absolute;
    height: 2px;
    right: 7.5px;
    border-radius: 5px;
    background: #fff;
    width: 33px;
  }
  header#global_header .open-sp span:nth-child(1) {
    top: 15px;
  }
  header#global_header .open-sp span:nth-child(2) {
    top: 24px;
  }
  header#global_header .open-sp span:nth-child(3) {
    top: 33px;
  }
  header#global_header .open-sp.active span:nth-child(1) {
    top: 15px;
    right: 7.5px;
    -webkit-transform: translateY(12px) rotate(-45deg);
            transform: translateY(12px) rotate(-45deg);
    width: 33px;
  }
  header#global_header .open-sp.active span:nth-child(2) {
    opacity: 0;
  }
  header#global_header .open-sp.active span:nth-child(3) {
    top: 28px;
    right: 7.5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 33px;
  }
}

header#global_header .nav-sp {
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
  width: 100%;
}

header#global_header .nav-sp .navigation-sp {
  position: fixed;
  top: 0;
  left: -100%;
  height: 100%;
  z-index: 5;
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #231414;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 96px 48px;
  overflow-y: scroll;
  padding-top: 103px;
}

header#global_header .nav-sp .navigation-sp::-webkit-scrollbar-track {
  background: #c9b594;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px #eee;
          box-shadow: inset 0 0 5px #eee;
}

header#global_header .nav-sp .navigation-sp::-webkit-scrollbar {
  width: 8px;
}

header#global_header .nav-sp .navigation-sp::-webkit-scrollbar-thumb {
  background-color: #115120;
  border-radius: 4px;
}

@media only screen and (max-width: 1400px) {
  header#global_header .nav-sp .navigation-sp {
    padding-top: 87px;
  }
}

@media screen and (max-width: 834px) {
  header#global_header .nav-sp .navigation-sp {
    padding-top: 80px;
  }
}

@media screen and (max-width: 640px) {
  header#global_header .nav-sp .navigation-sp {
    padding-top: 72px;
  }
}

header#global_header .nav-sp .navigation-sp.open {
  left: 0;
}

header#global_header .nav-sp .navigation-sp > .h-btn {
  display: none;
}

header#global_header .nav-sp .navigation-sp > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

header#global_header .nav-sp .navigation-sp > ul > li {
  margin-bottom: 32px;
}

header#global_header .nav-sp .navigation-sp > ul > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
}

header#global_header .nav-sp .navigation-sp > ul > li a span {
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
  margin-bottom: 12px;
}

header#global_header .h-btn {
  position: absolute;
  top: 48px;
  right: 48px;
  font-size: 2.8rem;
  z-index: 8;
}

header#global_header .h-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header#global_header .h-btn a span {
  font-weight: 600;
  font-family: 'Cinzel', serif;
  margin-left: 8px;
}

header#global_header .main-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 834px) {
  header#global_header .main-area {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background-color: #115120;
  }
}

header#global_header .main-area nav {
  background-color: #231414;
}

@media only screen and (max-width: 1200px) {
  header#global_header .main-area nav {
    display: none;
  }
}

header#global_header .main-area nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 96px 48px;
}

header#global_header .main-area nav ul li {
  margin-bottom: 32px;
}

header#global_header .main-area nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
}

header#global_header .main-area nav ul li a span {
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
  margin-bottom: 12px;
}

header#global_header .main-area .main {
  width: 50%;
}

@media only screen and (max-width: 1200px) {
  header#global_header .main-area .main {
    width: 60%;
  }
}

@media screen and (max-width: 834px) {
  header#global_header .main-area .main {
    width: 88%;
    background-color: #231414;
  }
}

@media screen and (max-width: 640px) {
  header#global_header .main-area .main {
    width: 92%;
  }
}

header#global_header .main-area .main ul.slick-slider {
  height: 100%;
}

header#global_header .main-area .main ul.slick-slider .slick-list, header#global_header .main-area .main ul.slick-slider .slick-track {
  height: 100%;
}

header#global_header .main-area .main ul.slick-slider .slick-list img, header#global_header .main-area .main ul.slick-slider .slick-track img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100% !important;
  width: 100%;
}

header#global_header .main-area .main-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 834px) {
  header#global_header .main-area .main-txt {
    position: absolute;
    bottom: 12%;
    left: 0;
    background-color: #fff;
    padding: 24px 32px;
  }
}

@media screen and (max-width: 640px) {
  header#global_header .main-area .main-txt {
    bottom: 24px;
    padding: 20px 28px;
  }
}

header#global_header .main-area .main-txt h1 {
  font-weight: 700;
  font-family: "Shippori Mincho", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 7.2rem;
  text-align: justify;
  text-align-last: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 1504px) {
  header#global_header .main-area .main-txt h1 {
    font-size: 5.6rem;
  }
}

@media only screen and (max-width: 1000px) {
  header#global_header .main-area .main-txt h1 {
    font-size: 4.8rem;
  }
}

@media screen and (max-width: 640px) {
  header#global_header .main-area .main-txt h1 {
    font-size: 3.2rem;
  }
}

header#global_header .main-area .main-txt h1 span {
  font-weight: 700;
  font-size: 3.6rem;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1504px) {
  header#global_header .main-area .main-txt h1 span {
    font-size: 2.8rem;
    margin-bottom: 18px;
  }
}

@media only screen and (max-width: 1000px) {
  header#global_header .main-area .main-txt h1 span {
    font-size: 2.4rem;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 640px) {
  header#global_header .main-area .main-txt h1 span {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
}

header#global_header .main-area .main-txt .slick-dots {
  position: absolute;
  bottom: 48px;
  left: 48px;
  width: 56%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 1504px) {
  header#global_header .main-area .main-txt .slick-dots {
    bottom: 0;
  }
}

@media only screen and (max-width: 1200px) {
  header#global_header .main-area .main-txt .slick-dots {
    left: 24px;
  }
}

@media screen and (max-width: 834px) {
  header#global_header .main-area .main-txt .slick-dots {
    display: none !important;
  }
}

header#global_header .main-area .main-txt .slick-dots li:nth-child(1):before {
  content: "01";
}

header#global_header .main-area .main-txt .slick-dots li:nth-child(2):before {
  content: "02";
}

header#global_header .main-area .main-txt .slick-dots li:nth-child(3):before {
  content: "03";
}

header#global_header .main-area .main-txt .slick-dots li:nth-child(4):before {
  content: "04";
}

header#global_header .main-area .main-txt .slick-dots li:nth-child(5):before {
  content: "05";
}

header#global_header .main-area .main-txt .slick-dots li:nth-child(6):before {
  content: "06";
}

header#global_header .main-area .main-txt .slick-dots > li {
  width: calc(50% - 12px);
  padding-bottom: calc((50% - 12px) * 0.75);
  height: 75%;
  margin-right: 24px;
  position: relative;
}

@media only screen and (max-width: 1504px) {
  header#global_header .main-area .main-txt .slick-dots > li {
    width: calc(50% - 8px);
    padding-bottom: calc((50% - 8px) * 0.75);
    margin-right: 16px;
  }
}

@media only screen and (max-width: 1200px) {
  header#global_header .main-area .main-txt .slick-dots > li {
    width: calc(50% - 4px);
    padding-bottom: calc((50% - 4px) * 0.75);
    margin-right: 8px;
  }
}

header#global_header .main-area .main-txt .slick-dots > li:last-child {
  margin-right: 0;
}

header#global_header .main-area .main-txt .slick-dots > li::before {
  position: absolute;
  color: #231414;
  z-index: 2;
  left: 0;
  top: -32px;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: 'Cinzel', serif;
}

@media only screen and (max-width: 1504px) {
  header#global_header .main-area .main-txt .slick-dots > li::before {
    font-size: 2rem;
    top: -28px;
  }
}

@media only screen and (max-width: 1200px) {
  header#global_header .main-area .main-txt .slick-dots > li::before {
    font-size: 1.6rem;
    top: -24px;
  }
}

header#global_header .main-area .main-txt .slick-dots > li > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  height: 100% !important;
  width: 100%;
  opacity: .6;
}

header#global_header .scroll {
  position: absolute;
  bottom: 48px;
  right: 48px;
  font-family: 'Alegreya', serif;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 2.4rem;
  padding-bottom: 96px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (max-width: 1504px) {
  header#global_header .scroll {
    bottom: 0;
  }
}

@media only screen and (max-width: 1200px) {
  header#global_header .scroll {
    right: 16px;
  }
}

@media only screen and (max-width: 1000px) {
  header#global_header .scroll {
    padding-bottom: 64px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 834px) {
  header#global_header .scroll {
    bottom: 16px;
    color: #fff;
  }
}

header#global_header .scroll::before {
  content: "";
  height: 80px;
  width: 1px;
  background-color: #231414;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media only screen and (max-width: 1000px) {
  header#global_header .scroll::before {
    height: 48px;
  }
}

@media screen and (max-width: 834px) {
  header#global_header .scroll::before {
    background-color: #fff;
  }
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  margin: 120px 0 48px;
  font-family: "Shippori Mincho", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 640px) {
  footer#global_footer {
    margin: 96px 0 48px;
  }
}

footer#global_footer .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1504px) {
  footer#global_footer .footer {
    padding: 0 48px;
  }
}

@media screen and (max-width: 834px) {
  footer#global_footer .footer {
    padding: 0 32px;
  }
}

@media screen and (max-width: 640px) {
  footer#global_footer .footer {
    padding: 0 24px;
  }
}

footer#global_footer .footer a.f-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: justify;
  text-align-last: justify;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  color: #231414;
  letter-spacing: 0.1em;
}

footer#global_footer .footer a.f-logo span {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 12px;
}

footer#global_footer .footer p {
  margin-top: 32px;
}

footer#global_footer .footer .copy {
  font-size: 1.4rem;
  margin-top: 64px;
  width: 100%;
}

footer#global_footer .footer .copy a {
  color: #231414;
  pointer-events: none;
}

html {
  overflow-x: hidden;
}

html body {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #231414;
  background-color: #c9b594;
  background-image: url("../images/home/pt_01.jpg");
  background-size: auto;
}

html body br.sp {
  display: none;
}

@media screen and (max-width: 640px) {
  html body br.sp {
    display: block;
  }
}

#contents_wrap {
  background-color: transparent;
}

#contents_wrap #contents {
  background-color: transparent;
  padding: 0;
}

@media only screen and (max-width: 1504px) {
  #contents_wrap #contents {
    padding: 0 48px;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents {
    padding: 0 32px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents {
    padding: 0 24px;
  }
}

@media only screen and (max-width: 1504px) {
  #contents_wrap #contents .inner {
    padding: 0 48px;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents .inner {
    padding: 0 32px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents .inner {
    padding: 0 24px;
  }
}

#contents_wrap #contents #main #col_main section {
  color: #231414;
  font-family: "Shippori Mincho", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#contents_wrap #contents #main #col_main section .space_120 {
  margin-top: 120px;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .space_120 {
    margin-top: 96px;
  }
}

#contents_wrap #contents #main #col_main section .space_96 {
  margin-top: 96px;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .space_96 {
    margin-top: 72px;
  }
}

#contents_wrap #contents #main #col_main section .space_72 {
  margin-top: 72px;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .space_72 {
    margin-top: 48px;
  }
}

#contents_wrap #contents #main #col_main section .space_48 {
  margin-top: 48px;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .space_48 {
    margin-top: 24px;
  }
}

#contents_wrap #contents #main #col_main section .txt_32 article > div {
  margin-top: 32px;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .txt_32 article > div {
    margin-top: 16px;
  }
}

#contents_wrap #contents #main #col_main section .title_top h2 {
  font-size: 5.6rem;
  line-height: 1.2;
  font-family: 'Alegreya', serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .title_top h2 {
    font-size: 4rem;
  }
}

#contents_wrap #contents #main #col_main section .title_top h2::before {
  content: "";
  width: 12.5%;
  height: 1px;
  background-color: #231414;
  margin-right: 48px;
  display: block;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .title_top h2::before {
    width: 48px;
    margin-right: 16px;
  }
}

#contents_wrap #contents #main #col_main section .title_top h3 {
  font-size: 4.4rem;
  line-height: 1.2;
  font-weight: 600;
}

@media only screen and (max-width: 1200px) {
  #contents_wrap #contents #main #col_main section .title_top h3 {
    font-size: 3.8rem;
  }
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .title_top h3 {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .title_top h3 {
    font-size: 2.4rem;
  }
}

#contents_wrap #contents #main #col_main section .title_top_sub h2 {
  line-height: 1.2;
  font-family: 'Alegreya', serif;
  font-size: 4rem;
}

#contents_wrap #contents #main #col_main section .btn a {
  display: block;
  color: #115120;
  font-weight: 600;
  padding: 16px 88px 16px 32px;
  border: 1px solid #115120;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  -webkit-transition: .7s;
  transition: .7s;
}

#contents_wrap #contents #main #col_main section .btn a::after {
  content: "";
  width: 32px;
  height: 6px;
  display: block;
  border-bottom: 1px solid #115120;
  border-right: 2px solid #115120;
  position: absolute;
  right: 32px;
  top: 50%;
  transform: skew(48deg) translateY(-30%);
  -webkit-transform: skew(48deg) translateY(-30%);
  -ms-transform: skew(48deg) translateY(-30%);
  -webkit-transition: .7s;
  transition: .7s;
}

#contents_wrap #contents #main #col_main section .btn a:hover {
  opacity: 1;
  -webkit-transition: .7s;
  transition: .7s;
}

#contents_wrap #contents #main #col_main section .btn a:hover::after {
  right: 16px;
  -webkit-transition: .7s;
  transition: .7s;
}

#contents_wrap #contents #main #col_main section .cont_01 h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 24px;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_01 h2 {
    font-size: 2.8rem;
  }
}

#contents_wrap #contents #main #col_main section .cont_01 div {
  font-size: 1.8rem;
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_01 div {
    text-align: left;
    font-size: 1.6rem;
    margin-top: 24px;
  }
}

#contents_wrap #contents #main #col_main section .wrap_02 {
  position: relative;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contents_wrap #contents #main #col_main section .wrap_02 .left {
  position: absolute;
  left: 0;
  width: 56.25%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_02 .left {
    position: relative;
    width: 100%;
    height: 280px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .wrap_02 .left {
    height: 240px;
  }
}

#contents_wrap #contents #main #col_main section .wrap_02 .left::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 48px;
  background-color: #115120;
  display: block;
  z-index: 2;
  left: 0;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_02 .left::before {
    width: 32px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .wrap_02 .left::before {
    width: 24px;
  }
}

#contents_wrap #contents #main #col_main section .wrap_02 .left::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #115120;
  -webkit-transition: all 0.7s cubic-bezier(0.6, 0.2, 0.5, 0.9);
  transition: all 0.7s cubic-bezier(0.6, 0.2, 0.5, 0.9);
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
  z-index: 1;
  top: 0;
  left: 0;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_02 .left::after {
    content: none;
  }
}

#contents_wrap #contents #main #col_main section .wrap_02 .left._view::after {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

#contents_wrap #contents #main #col_main section .wrap_02 .inner .right {
  width: 42%;
  margin-left: auto;
  margin-right: 0;
  padding: 160px 0 160px 48px;
}

@media only screen and (max-width: 1400px) {
  #contents_wrap #contents #main #col_main section .wrap_02 .inner .right {
    padding: 120px 0 120px 48px;
  }
}

@media only screen and (max-width: 1200px) {
  #contents_wrap #contents #main #col_main section .wrap_02 .inner .right {
    padding: 80px 0 80px 48px;
  }
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .wrap_02 .inner .right {
    padding: 80px 0 80px 32px;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_02 .inner .right {
    width: 100%;
    padding: 32px 0 0;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .wrap_02 .inner .right {
    padding: 24px 0 0;
  }
}

#contents_wrap #contents #main #col_main section .wrap_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 120px;
  position: relative;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-right: calc(((100vw - 100%) / 2) * -1) !important;
    margin-left: calc(((100vw - 100%) / 2) * -1) !important;
    padding-bottom: 0;
  }
}

#contents_wrap #contents #main #col_main section .wrap_03::before {
  content: "";
  background-image: url("../images/home/bg_01.jpg");
  background-size: cover;
  height: 360px;
  width: 83%;
  display: block;
  opacity: .48;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

@media only screen and (max-width: 1200px) {
  #contents_wrap #contents #main #col_main section .wrap_03::before {
    opacity: .24;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_03::before {
    content: none;
  }
}

#contents_wrap #contents #main #col_main section .wrap_03 .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 32px 0 120px;
  position: relative;
}

@media only screen and (max-width: 1504px) {
  #contents_wrap #contents #main #col_main section .wrap_03 .left {
    padding: 0 32px 0 80px;
  }
}

@media only screen and (max-width: 1200px) {
  #contents_wrap #contents #main #col_main section .wrap_03 .left {
    padding: 0 32px;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_03 .left {
    width: 100%;
    padding: 32px 32px 0;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .wrap_03 .left {
    padding: 24px 24px 0;
  }
}

@media only screen and (max-width: 1504px) {
  #contents_wrap #contents #main #col_main section .wrap_03 .left .title_top {
    margin-top: 72px;
  }
}

@media only screen and (max-width: 1200px) {
  #contents_wrap #contents #main #col_main section .wrap_03 .left .title_top {
    margin-top: 48px;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_03 .left .title_top {
    margin-top: 0;
  }
}

#contents_wrap #contents #main #col_main section .wrap_03 .left .image {
  position: absolute;
  bottom: -24px;
  right: 24px;
  width: 60%;
}

@media only screen and (max-width: 1200px) {
  #contents_wrap #contents #main #col_main section .wrap_03 .left .image {
    bottom: -80px;
  }
}

#contents_wrap #contents #main #col_main section .wrap_03 .left .image img {
  width: 100%;
}

#contents_wrap #contents #main #col_main section .wrap_03 .left .image::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #115120;
  -webkit-transition: all 0.7s cubic-bezier(0.6, 0.2, 0.5, 0.9);
  transition: all 0.7s cubic-bezier(0.6, 0.2, 0.5, 0.9);
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
  z-index: 1;
  top: 0;
  left: 0;
  visibility: initial;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_03 .left .image::after {
    content: none;
  }
}

#contents_wrap #contents #main #col_main section .wrap_03 .left .image._view {
  overflow: hidden;
}

#contents_wrap #contents #main #col_main section .wrap_03 .left .image._view::after {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

#contents_wrap #contents #main #col_main section .wrap_03 .right {
  width: 44%;
  position: relative;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_03 .right {
    width: 100%;
  }
}

#contents_wrap #contents #main #col_main section .wrap_03 .right::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #115120;
  -webkit-transition: all 0.7s cubic-bezier(0.6, 0.2, 0.5, 0.9);
  transition: all 0.7s cubic-bezier(0.6, 0.2, 0.5, 0.9);
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
  z-index: 1;
  top: 0;
  left: 0;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_03 .right::after {
    content: "";
    background-image: url("../images/home/bg_01.jpg");
    background-size: cover;
    height: 64%;
    width: 100%;
    display: block;
    opacity: .48;
    position: absolute;
    left: 32px;
    bottom: 48px;
    top: initial;
    z-index: -1;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .wrap_03 .right::after {
    bottom: 24px;
  }
}

#contents_wrap #contents #main #col_main section .wrap_03 .right._view {
  overflow: hidden;
}

#contents_wrap #contents #main #col_main section .wrap_03 .right._view::after {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_03 .right._view::after {
    -webkit-transform: none;
            transform: none;
  }
}

#contents_wrap #contents #main #col_main section .wrap_03 .right .image-right {
  position: relative;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_03 .right .image-right {
    width: 56%;
    margin-left: auto;
    margin-right: 0;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_03 .right .image-right img {
    margin-bottom: 0;
  }
}

#contents_wrap #contents #main #col_main section .wrap_03 .right::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 48px;
  background-color: #115120;
  display: block;
  z-index: 2;
  right: 0;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_03 .right::before {
    width: 32px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .wrap_03 .right::before {
    width: 24px;
  }
}

#contents_wrap #contents #main #col_main section .wrap_03 .right img {
  width: 100%;
}

#contents_wrap #contents #main #col_main section .wrap_03 .right .image {
  position: absolute;
  top: 48px;
  left: 0;
  width: calc(44% - 24px);
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .wrap_03 .right .image {
    top: 24px;
    width: calc(44% - 16px);
  }
}

#contents_wrap #contents #main #col_main section .wrap_03 .right .image img {
  width: 100%;
}

#contents_wrap #contents #main #col_main section .cont_04 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  max-height: 240px;
  overflow-y: scroll;
}

#contents_wrap #contents #main #col_main section .cont_04::-webkit-scrollbar-track {
  background: #c9b594;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px #eee;
          box-shadow: inset 0 0 5px #eee;
}

#contents_wrap #contents #main #col_main section .cont_04::-webkit-scrollbar {
  width: 8px;
}

#contents_wrap #contents #main #col_main section .cont_04::-webkit-scrollbar-thumb {
  background-color: #231414;
  border-radius: 4px;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .cont_04 {
    margin-left: 24px;
    margin-right: 24px;
  }
}

#contents_wrap #contents #main #col_main section .cont_04 dl {
  padding: 28px;
  border-top: 1px solid #231414;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .cont_04 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_04 dl {
    padding: 28px 12px;
  }
}

#contents_wrap #contents #main #col_main section .cont_04 dl:last-child {
  border-bottom: 1px solid #231414;
}

#contents_wrap #contents #main #col_main section .cont_04 dl dt {
  background-color: transparent;
  border: none;
  padding: 0;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .cont_04 dl dt {
    width: 100%;
  }
}

#contents_wrap #contents #main #col_main section .cont_04 dl dd {
  background-color: transparent;
  border: none;
  padding: 0;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .cont_04 dl dd {
    width: 100%;
  }
}

#contents_wrap #contents #main #col_main section .cont_05 {
  margin-bottom: -48px;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .cont_05 {
    margin-bottom: -32px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_05 {
    margin-bottom: 0;
  }
}

#contents_wrap #contents #main #col_main section .cont_05 .box {
  width: calc((100% - 144px) / 4);
  margin-right: 48px;
  margin-bottom: 48px;
  line-height: 1.6;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .cont_05 .box {
    width: calc((100% - 32px) / 2);
    margin-right: 32px;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_05 .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
}

#contents_wrap #contents #main #col_main section .cont_05 .box:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .cont_05 .box:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_05 .box:last-child {
    margin-bottom: 0;
  }
}

#contents_wrap #contents #main #col_main section .cont_05 .box h3 {
  margin-top: 16px;
  font-weight: 700;
  font-size: 1.8rem;
}

#contents_wrap #contents #main #col_main section .cont_05 .box article > div {
  margin-top: 12px;
}

#contents_wrap #contents #main #col_main section .cont_05 .box img {
  width: 100%;
}

#contents_wrap #contents #main #col_main section .cont_06 {
  margin-left: auto;
  margin-right: auto;
}

#contents_wrap #contents #main #col_main section .wrap_07 {
  background-image: url("../images/home/bg_02.jpg");
  background-size: cover;
  background-position: center center;
  padding: 96px 0;
  color: #fff;
}

#contents_wrap #contents #main #col_main section .wrap_07 .cont_07 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .wrap_07 .cont_07 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contents_wrap #contents #main #col_main section .wrap_07 .cont_07 .box {
  margin-left: 48px;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_07 .cont_07 .box {
    margin-left: 32px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .wrap_07 .cont_07 .box {
    margin-left: 0;
    margin-top: 16px;
  }
}

#contents_wrap #contents #main #col_main section .wrap_07 .cont_07 .box:first-child {
  margin-left: 0;
  margin-top: 0;
}

#contents_wrap #contents #main #col_main section .wrap_07 .cont_07 .box a {
  font-size: 3.2rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_07 .cont_07 .box a {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .wrap_07 .cont_07 .box a {
    font-size: 2.4rem;
  }
}

#contents_wrap #contents #main #col_main section .wrap_07 .cont_07 .box a.tel {
  font-weight: 600;
  font-family: 'Cinzel', serif;
  letter-spacing: 0.1em;
}

#contents_wrap #contents #main #col_main section .wrap_07 .cont_07 .box a.mail {
  padding: 8px 32px;
  border: 1px solid #fff;
}

#contents_wrap #contents #main #col_main section .wrap_07 .cont_07 .box a i {
  margin-right: 8px;
}

#contents_wrap #contents #main #col_main section .cont_08 > div {
  position: relative;
  padding-bottom: 400px !important;
  height: 0;
  overflow: hidden;
  width: 100%;
}

#contents_wrap #contents #main #col_main section .cont_08 > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 834px) {
  .anc > div {
    margin-top: -80px;
    padding-top: 80px;
  }
}

.acenter a {
  margin: 0 auto;
}

.flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex1._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex1._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

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

.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex2._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex2._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

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

.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex3._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex3._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

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

.flex4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex4._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex4._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

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

.square._100 .square-inner:before {
  padding-top: 100%;
}

.square._75 .square-inner:before {
  padding-top: 75%;
}

.square._66 .square-inner:before {
  padding-top: 66%;
}

.square td .square-inner {
  display: block;
  position: relative;
}

.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.square > .square-inner {
  display: block;
  position: relative;
}

.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}

.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}

.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}

.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}

.square > .box .square-inner {
  display: block;
  position: relative;
}

.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.bg100 {
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
}

.bg100 .bgwrap {
  max-width: 1440px;
  margin: 0 auto;
}

.popup {
  display: none;
}

.flex2cl_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}

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

.flex2cl_01 .flxL {
  width: 68%;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}

.flex2cl_01 .flxR {
  width: 30%;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}

.flex2cl_01 .flxR .img {
  width: 100%;
}

.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}

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

.flex2cl_02._rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex2cl_02 .flxL {
  width: 45%;
}

@media screen and (max-width: 834px) {
  .flex2cl_02 .flxL {
    width: 100%;
  }
}

.flex2cl_02 .flxR {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .flex2cl_02 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}

.flex2cl_02 .flxR .img {
  width: 100%;
}

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

.flex2cl_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}

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

.flex2cl_03._rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex2cl_03 .flxL {
  width: 49%;
}

@media screen and (max-width: 834px) {
  .flex2cl_03 .flxL {
    width: 100%;
  }
}

.flex2cl_03 .flxR {
  width: 49%;
}

@media screen and (max-width: 834px) {
  .flex2cl_03 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}

.flex2cl_03 .flxR .img {
  width: 100%;
}

.flex2cl_03 .flxR .img img {
  width: 100% !important;
}

.flex5cl {
  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: -1.63934%;
}

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

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

.flex5cl .box {
  position: relative;
  width: 18.36066%;
  margin-left: 1.63934%;
  margin-bottom: 30px;
}

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

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

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

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

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

.title_01 {
  padding: 78px 0 48px;
  position: relative;
}

@media only screen and (max-width: 1504px) {
  .title_01 {
    padding: 72px 0 48px;
  }
}

@media only screen and (max-width: 1200px) {
  .title_01 {
    padding: 0 0 48px;
  }
}

.title_01 article {
  background-image: url("../images/home/bg_01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .title_01 article {
    height: 160px;
  }
}

.title_01 h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  font-size: 1.8rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
  background-color: #fff;
  padding: 16px 48px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 640px) {
  .title_01 h1 {
    padding: 16px 32px;
  }
}

.title_01 h1 span {
  font-family: 'Alegreya', serif;
  font-size: 5.6rem;
  margin-bottom: 8px;
}

@media screen and (max-width: 640px) {
  .title_01 h1 span {
    font-size: 4rem;
  }
}

.title_02 h2 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 834px) {
  .title_02 h2 {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 640px) {
  .title_02 h2 {
    font-size: 2.8rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center !important;
  }
}

.title_02 h2::before {
  content: "";
  width: 72px;
  height: 1px;
  background-color: #231414;
  margin-right: 24px;
  display: block;
}

@media screen and (max-width: 640px) {
  .title_02 h2::before {
    width: 24px;
    margin-right: 16px;
  }
}

@media screen and (max-width: 640px) {
  .title_02 h2::after {
    content: "";
    width: 24px;
    height: 1px;
    background-color: #231414;
    margin-left: 16px;
    display: block;
  }
}

#contents_wrap #contents #main #col_main section .tp {
  line-height: 1.2;
  margin-top: 8px;
}

#contents_wrap #contents #main #col_main section .tp li {
  font-size: 1.4rem;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .tp li {
    font-size: 1.2rem;
  }
}

#contents_wrap #contents #main #col_main section .concept_01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#contents_wrap #contents #main #col_main section .concept_01 .box:nth-child(1) h3:before {
  content: "01.";
}

#contents_wrap #contents #main #col_main section .concept_01 .box:nth-child(2) h3:before {
  content: "02.";
}

#contents_wrap #contents #main #col_main section .concept_01 .box:nth-child(3) h3:before {
  content: "03.";
}

#contents_wrap #contents #main #col_main section .concept_01 .box:nth-child(4) h3:before {
  content: "04.";
}

#contents_wrap #contents #main #col_main section .concept_01 .box:nth-child(5) h3:before {
  content: "05.";
}

#contents_wrap #contents #main #col_main section .concept_01 .box:nth-child(6) h3:before {
  content: "06.";
}

#contents_wrap #contents #main #col_main section .concept_01 .box {
  width: 100%;
  margin-bottom: 72px;
}

#contents_wrap #contents #main #col_main section .concept_01 .box:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .concept_01 .box {
    margin-bottom: 48px;
  }
}

#contents_wrap #contents #main #col_main section .concept_01 .box article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .concept_01 .box article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contents_wrap #contents #main #col_main section .concept_01 .box article .image {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .concept_01 .box article .image {
    width: 100%;
  }
}

#contents_wrap #contents #main #col_main section .concept_01 .box article .image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 24px;
  height: 100%;
  background-color: #115120;
}

#contents_wrap #contents #main #col_main section .concept_01 .box article .image img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

#contents_wrap #contents #main #col_main section .concept_01 .box article .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .concept_01 .box article .text {
    padding-left: 32px;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .concept_01 .box article .text {
    width: 100%;
    padding: 0;
    margin-top: 32px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .concept_01 .box article .text {
    margin-top: 24px;
  }
}

#contents_wrap #contents #main #col_main section .concept_01 .box article .text h3 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .concept_01 .box article .text h3 {
    font-size: 2.8rem;
    margin-bottom: 16px;
  }
}

#contents_wrap #contents #main #col_main section .concept_01 .box article .text h3::before {
  font-weight: 600;
  font-family: 'Cinzel', serif;
  margin-right: 8px;
}

#contents_wrap #contents #main #col_main section .concept_01 .box:nth-child(2n) article {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .concept_01 .box:nth-child(2n) article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contents_wrap #contents #main #col_main section .concept_01 .box:nth-child(2n) article .text {
  padding-left: 0;
  padding-right: 48px;
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .concept_01 .box:nth-child(2n) article .text {
    padding-right: 32px;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .concept_01 .box:nth-child(2n) article .text {
    padding: 0;
  }
}

#contents_wrap #contents #main #col_main section .concept_01 .box:nth-child(2n) article .image::before {
  left: initial;
  right: 0;
}

#contents_wrap #contents #main #col_main section .frame {
  border: 1px solid #231414;
  padding: 48px;
  border: 2px solid #231414;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .frame {
    padding: 32px;
  }
}

#contents_wrap #contents #main #col_main section .frame::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-width: 88px;
  border-style: solid;
  -o-border-image: url("../images/contents/frame.png") 116 116 116 116 repeat;
     border-image: url("../images/contents/frame.png") 116 116 116 116 fill repeat;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}

#contents_wrap #contents #main #col_main section .products_01 dl {
  border-bottom: 1px solid #231414;
  padding: 24px 0;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .products_01 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contents_wrap #contents #main #col_main section .products_01 dl:first-child {
  padding-top: 0;
}

#contents_wrap #contents #main #col_main section .products_01 dl:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

#contents_wrap #contents #main #col_main section .products_01 dl dt {
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .products_01 dl dt {
    font-weight: 600;
  }
}

#contents_wrap #contents #main #col_main section .products_01 dl dd {
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: right;
  width: auto;
}

#contents_wrap #contents #main #col_main section .order_01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#contents_wrap #contents #main #col_main section .order_01 .box:nth-child(1) h3:before {
  content: "01.";
}

#contents_wrap #contents #main #col_main section .order_01 .box:nth-child(2) h3:before {
  content: "02.";
}

#contents_wrap #contents #main #col_main section .order_01 .box:nth-child(3) h3:before {
  content: "03.";
}

#contents_wrap #contents #main #col_main section .order_01 .box:nth-child(4) h3:before {
  content: "04.";
}

#contents_wrap #contents #main #col_main section .order_01 .box:nth-child(5) h3:before {
  content: "05.";
}

#contents_wrap #contents #main #col_main section .order_01 .box:nth-child(6) h3:before {
  content: "06.";
}

#contents_wrap #contents #main #col_main section .order_01 .box {
  width: 100%;
  margin-bottom: 72px;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .order_01 .box {
    margin-bottom: 48px;
  }
}

#contents_wrap #contents #main #col_main section .order_01 .box:last-child {
  margin-bottom: 0;
}

#contents_wrap #contents #main #col_main section .order_01 .box article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .order_01 .box article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contents_wrap #contents #main #col_main section .order_01 .box article .image {
  width: 20%;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .order_01 .box article .image {
    width: 100%;
  }
}

#contents_wrap #contents #main #col_main section .order_01 .box article .image img {
  width: 100%;
}

#contents_wrap #contents #main #col_main section .order_01 .box article .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 48px;
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .order_01 .box article .text {
    padding-left: 32px;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .order_01 .box article .text {
    padding-left: 0;
    margin-top: 32px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .order_01 .box article .text {
    margin-top: 24px;
  }
}

#contents_wrap #contents #main #col_main section .order_01 .box article .text h3 {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 8px;
  border-bottom: 1px solid #231414;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .order_01 .box article .text h3 {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}

#contents_wrap #contents #main #col_main section .order_01 .box article .text h3::before {
  font-weight: 600;
  font-family: 'Cinzel', serif;
  margin-right: 8px;
}

#contents_wrap #contents #main #col_main section .order_01 .box article .text p.memo {
  margin-top: 8px;
  font-size: 1.4rem;
  color: #9c2d2d;
}

#contents_wrap #contents #main #col_main section .order_01 .box article .text h4 {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 8px 8px;
  border-bottom: 3px double #231414;
  border-left: 2px solid #231414;
}

#contents_wrap #contents #main #col_main section .order_01 .box article .text a.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-family: 'Cinzel', serif;
  font-size: 2.4rem;
}

#contents_wrap #contents #main #col_main section .order_01 .box article .text a.tel i {
  margin-right: 4px;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .master_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contents_wrap #contents #main #col_main section .master_01 .box:first-child {
  width: 30%;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .master_01 .box:first-child {
    width: 100%;
    text-align: center;
  }
}

#contents_wrap #contents #main #col_main section .master_01 .box:first-child img {
  width: 100%;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .master_01 .box:first-child img {
    width: auto;
  }
}

#contents_wrap #contents #main #col_main section .master_01 .box:last-child {
  width: 70%;
  padding-left: 48px;
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .master_01 .box:last-child {
    padding-left: 32px;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .master_01 .box:last-child {
    width: 100%;
    padding: 0;
    margin-top: 32px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .master_01 .box:last-child {
    margin-top: 24px;
  }
}

#contents_wrap #contents #main #col_main section .shop_01 dl, #contents_wrap #contents #main #col_main section .form_wrap.entry dl, #contents_wrap #contents #main #col_main section .form_wrap.confirm dl {
  border-bottom: 1px solid #231414;
  padding: 24px 0;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .shop_01 dl, #contents_wrap #contents #main #col_main section .form_wrap.entry dl, #contents_wrap #contents #main #col_main section .form_wrap.confirm dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .shop_01 dl, #contents_wrap #contents #main #col_main section .form_wrap.entry dl, #contents_wrap #contents #main #col_main section .form_wrap.confirm dl {
    padding: 16px 0;
  }
}

#contents_wrap #contents #main #col_main section .shop_01 dl:first-child, #contents_wrap #contents #main #col_main section .form_wrap.entry dl:first-child, #contents_wrap #contents #main #col_main section .form_wrap.confirm dl:first-child {
  padding-top: 0;
}

#contents_wrap #contents #main #col_main section .shop_01 dl:last-child, #contents_wrap #contents #main #col_main section .form_wrap.entry dl:last-child, #contents_wrap #contents #main #col_main section .form_wrap.confirm dl:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

#contents_wrap #contents #main #col_main section .shop_01 dl dt, #contents_wrap #contents #main #col_main section .form_wrap.entry dl dt, #contents_wrap #contents #main #col_main section .form_wrap.confirm dl dt {
  background-color: transparent;
  border: none;
  padding: 0;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .shop_01 dl dt, #contents_wrap #contents #main #col_main section .form_wrap.entry dl dt, #contents_wrap #contents #main #col_main section .form_wrap.confirm dl dt {
    font-weight: 600;
    width: 100%;
  }
}

#contents_wrap #contents #main #col_main section .shop_01 dl dt label, #contents_wrap #contents #main #col_main section .form_wrap.entry dl dt label, #contents_wrap #contents #main #col_main section .form_wrap.confirm dl dt label {
  color: #9c2d2d;
}

#contents_wrap #contents #main #col_main section .shop_01 dl dd, #contents_wrap #contents #main #col_main section .form_wrap.entry dl dd, #contents_wrap #contents #main #col_main section .form_wrap.confirm dl dd {
  background-color: transparent;
  border: none;
  padding: 0;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .shop_01 dl dd, #contents_wrap #contents #main #col_main section .form_wrap.entry dl dd, #contents_wrap #contents #main #col_main section .form_wrap.confirm dl dd {
    width: 100%;
  }
}

#contents_wrap #contents #main #col_main section .w1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#contents_wrap #contents #main #col_main section .bt_confirm, #contents_wrap #contents #main #col_main section .bt_back, #contents_wrap #contents #main #col_main section .bt_send {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  background: transparent;
  border-radius: 0;
  border: 1px solid #115120;
  color: #115120;
  font-family: "Shippori Mincho", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-indent: initial;
  padding: 16px 88px 16px 32px;
  position: relative;
  -webkit-transition: .7s;
  transition: .7s;
}

#contents_wrap #contents #main #col_main section .bt_confirm::after, #contents_wrap #contents #main #col_main section .bt_back::after, #contents_wrap #contents #main #col_main section .bt_send::after {
  content: "";
  width: 32px;
  height: 6px;
  display: block;
  border-bottom: 1px solid #115120;
  border-right: 2px solid #115120;
  position: absolute;
  right: 32px;
  top: 50%;
  transform: skew(48deg) translateY(-30%);
  -webkit-transform: skew(48deg) translateY(-30%);
  -ms-transform: skew(48deg) translateY(-30%);
  -webkit-transition: .7s;
  transition: .7s;
}

#contents_wrap #contents #main #col_main section .submit {
  margin: 48px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#contents_wrap #contents #main #col_main section .submit button {
  margin: 8px;
}

#contents_wrap #contents #main #col_main section .policy_01 article h2 {
  font-size: 2.8rem;
  border-bottom: 1px solid #231414;
  font-weight: 600;
}

#contents_wrap #contents #main #col_main section .policy_01 article div {
  margin-top: 16px;
}

.scroll-obj {
  opacity: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.6, 0.2, 0.5, 0.9);
  transition: all 0.7s cubic-bezier(0.6, 0.2, 0.5, 0.9);
}

@media screen and (max-width: 640px) {
  .scroll-obj {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.scroll-hop {
  -webkit-transform: translate(0, 72px);
          transform: translate(0, 72px);
}

@media screen and (max-width: 640px) {
  .scroll-hop {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px;
}

div.item_view ul li a {
  color: #fff;
  padding: 5px 10px;
  line-height: 1.7em;
}

div.under ul li a {
  font-weight: 400;
  font-family: "Shippori Mincho", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 1;
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px;
}

div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

div.select > select {
  height: 100%;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order ul li a {
  color: #111;
}

div.items > article p.price {
  color: red;
}

div.crumb {
  display: none;
}

div.item_view div.item_option {
  width: 100% !important;
}

div.item_option dl,
button.addcart {
  width: 50% !important;
}

@media screen and (max-width: 834px) {
  div.item_option dl,
  button.addcart {
    margin: 0 auto;
  }
}

@media screen and (max-width: 834px) {
  .addcart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

div.item_view div.struct {
  display: block;
}

div.photo div.large {
  width: auto;
}

div.photo {
  margin-left: 0;
}

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #FFFFFF !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item_title,
.wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2,
.item_info h2.title_h2 {
  border-top: 2px solid #CCCCCC;
}

.shop_cont a,
.item_info a {
  color: #CCCCCC;
}

.shop_cont a:hover,
.item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.shop_cont table {
  table-layout: auto;
}

.shopwrap .search {
  margin-top: 0;
}

.shopwrap .items {
  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: -2.91262%;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 834px) {
  .shopwrap .items {
    margin-left: -2.1097%;
  }
}

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

.shopwrap .items article {
  position: relative;
  width: 21.35922%;
  margin-left: 2.91262%;
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .shopwrap .items article {
    width: 31.2236%;
    margin-left: 2.1097%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .shopwrap .items article {
    width: 48%;
    margin-left: 0;
  }
}

.shopwrap .items article .photo {
  display: block;
  width: 100%;
  height: auto;
}

.shopwrap .items article img {
  display: block !important;
  width: 100% !important;
}

.shopwrap .items article .price {
  width: 100%;
  text-align: center;
}
/*# sourceMappingURL=common_style.css.map */