@charset "UTF-8";
h2.mail.title {
  display: none !important;
}

a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

::selection {
  background-color: rgba(201, 86, 17, 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;
  -moz-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, "Roboto", "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media only screen and (max-width: 1264px) {
  .inner {
    padding-inline: 32px;
  }
}
@media screen and (max-width: 640px) {
  .inner {
    padding-inline: 24px;
  }
}

.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: 1200px;
  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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  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: #e48a3f;
  transition: 1s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  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: "EB Garamond", "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: YakuHanJP, "Roboto", "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;
}
header#global_header .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 32px 48px;
  transition: 0.3s;
}
@media only screen and (max-width: 1600px) {
  header#global_header .header {
    padding: 24px 32px;
  }
}
@media only screen and (max-width: 1400px) {
  header#global_header .header {
    padding: 24px;
  }
}
@media screen and (max-width: 640px) {
  header#global_header .header {
    padding: 12px;
  }
}
header#global_header .header.change {
  background-color: rgba(0, 0, 0, 0.48);
}
header#global_header .header .h-logo {
  display: block;
}
@media only screen and (max-width: 1400px) {
  header#global_header .header .h-logo img {
    max-width: 200px;
  }
}
header#global_header .header nav {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  header#global_header .header nav {
    padding-right: 56px;
  }
}
header#global_header .header nav ul {
  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: 48px;
}
@media only screen and (max-width: 1600px) {
  header#global_header .header nav ul li {
    margin-left: 32px;
  }
}
@media only screen and (max-width: 1400px) {
  header#global_header .header nav ul li {
    margin-left: 24px;
  }
}
header#global_header .header nav ul li a, header#global_header .header nav ul li p {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-weight: 500;
  font-family: "EB Garamond", "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  padding: 4px 0;
}
@media only screen and (max-width: 1600px) {
  header#global_header .header nav ul li a, header#global_header .header nav ul li p {
    font-size: 1.6rem;
  }
}
header#global_header .header nav ul li a span, header#global_header .header nav ul li p span {
  opacity: 0.64;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 8px;
  font-family: "Cormorant Garamond", serif;
}
@media only screen and (max-width: 1600px) {
  header#global_header .header nav ul li a span, header#global_header .header nav ul li p span {
    font-size: 1.4rem;
  }
}
header#global_header .header nav ul li.menu {
  position: relative;
}
header#global_header .header nav ul li.menu p {
  cursor: pointer;
}
header#global_header .header nav ul li.menu ul.second {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: none;
  width: 160px;
  margin-top: 0;
}
header#global_header .header nav ul li.menu ul.second li {
  margin-left: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
  text-align: center;
}
header#global_header .header nav ul li.menu ul.second li:last-child {
  border-bottom: none;
}
header#global_header .header nav ul li.menu ul.second li a {
  display: block;
  width: 100%;
  padding: 8px 0;
  color: #fff;
  background-color: #333;
  font-size: 1.6rem;
}
header#global_header .header nav .h-btn {
  margin-left: 72px;
}
@media only screen and (max-width: 1600px) {
  header#global_header .header nav .h-btn {
    margin-left: 48px;
  }
}
@media screen and (max-width: 640px) {
  header#global_header .header nav .h-btn {
    display: none;
  }
}
header#global_header .header nav .h-btn a {
  margin-left: 24px;
}
@media only screen and (max-width: 1400px) {
  header#global_header .header nav .h-btn a {
    margin-left: 20px;
  }
}
header#global_header .header nav .h-btn a:first-child {
  margin-left: 0;
}
header#global_header .header nav .h-btn a.h-tel {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1400px) {
  header#global_header .header nav .h-btn a.h-tel {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  header#global_header .header nav .h-btn a.h-tel {
    padding: 16px;
    border: 1px solid #fff;
  }
}
@media screen and (max-width: 640px) {
  header#global_header .header nav .h-btn a.h-tel span {
    display: none;
  }
}
header#global_header .header nav .h-btn a.h-mail {
  font-size: 1.8rem;
  padding: 16px 32px;
}
@media only screen and (max-width: 1400px) {
  header#global_header .header nav .h-btn a.h-mail {
    font-size: 1.6rem;
    padding: 16px 22px;
  }
}
@media screen and (max-width: 834px) {
  header#global_header .header nav .h-btn a.h-mail {
    padding: 13px 14px;
  }
}
@media screen and (max-width: 834px) {
  header#global_header .header nav .h-btn a.h-mail span {
    display: none;
  }
}
header#global_header .header nav .h-btn a i {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1400px) {
  header#global_header .header nav .h-btn a i {
    font-size: 2rem;
  }
}

.c-btn {
  display: flex;
}
.c-btn a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "EB Garamond", "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.c-btn a.c-mail {
  padding: 16px;
  background-color: #c95611;
}
.c-btn a span {
  margin-left: 8px;
}

.open-btn {
  display: none;
  cursor: pointer;
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 9999;
  background-color: transparent;
  margin-left: 16px;
}
@media only screen and (max-width: 1200px) {
  .open-btn {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .open-btn {
    top: 12px;
    right: 12px;
  }
}
.open-btn div {
  position: relative;
  width: 48px;
  height: 48px;
}
.open-btn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  height: 2px;
  right: 7.5px;
  border-radius: 5px;
  background: #fff;
  width: 33px;
}
.open-btn span:nth-child(1) {
  top: 15px;
}
.open-btn span:nth-child(2) {
  top: 24px;
}
.open-btn span:nth-child(3) {
  top: 33px;
}
.open-btn.active span:nth-child(1) {
  top: 11px;
  transform: translateY(12px) rotate(-45deg);
  width: 33px;
}
.open-btn.active span:nth-child(2) {
  opacity: 0;
}
.open-btn.active span:nth-child(3) {
  top: 24px;
  transform: rotate(45deg);
  width: 33px;
}

.nav {
  display: none;
  transition: 0.3s;
}
@media only screen and (max-width: 1200px) {
  .nav {
    display: block;
    width: 100%;
  }
}
.nav .navigation {
  position: fixed;
  top: 0;
  left: -100%;
  height: 100%;
  z-index: 5;
  pointer-events: auto;
  display: flex;
  width: 80%;
  height: 100%;
  flex-direction: column;
  background-color: #333;
  justify-content: flex-start;
  transition: 0.3s;
  padding: 32px;
  padding-top: 120px;
  max-width: 400px;
}
@media screen and (max-width: 640px) {
  .nav .navigation {
    padding-top: 104px;
    max-width: none;
    width: 100%;
  }
}
.nav .navigation.open {
  left: 0;
}
.nav .navigation > ul {
  height: auto;
  overflow-y: auto;
}
.nav .navigation > ul::-webkit-scrollbar {
  width: 8px;
}
.nav .navigation > ul::-webkit-scrollbar-thumb {
  background-color: #c95611;
}
.nav .navigation > ul > li {
  display: block;
  text-align: left;
  line-height: 1.3;
  border-bottom: 1px solid #fff;
}
.nav .navigation > ul > li.menu ul.second > li {
  width: 100%;
  border-top: 1px dashed #fff;
}
.nav .navigation > ul > li.menu ul.second > li a {
  color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
}
.nav .navigation > ul > li.menu ul.second > li a::before {
  content: "―";
  padding-right: 4px;
  width: fit-content;
}
.nav .navigation > ul > li a, .nav .navigation > ul > li p {
  color: #fff;
  display: block;
  padding: 16px 0px;
}
.nav .navigation > ul > li a span, .nav .navigation > ul > li p span {
  margin-left: 8px;
}
.nav .navigation .h-btn {
  flex-direction: column;
  margin-top: 32px;
}
.nav .navigation .h-btn a {
  margin-top: 24px;
}
.nav .navigation .h-btn a:first-child {
  margin-top: 0;
}
.nav .navigation .h-btn a.h-tel {
  font-size: 2.4rem;
}
.nav .navigation .h-btn a.h-mail {
  font-size: 1.8rem;
}
.nav .navigation .h-btn a i {
  font-size: 24px;
}

.main {
  position: relative;
  line-height: 1.4;
}
.main h1 {
  position: absolute;
  bottom: 12%;
  left: 4%;
  z-index: 2;
  text-align: left;
}
.main h1 p {
  font-family: "EB Garamond", "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 7.2rem;
}
@media only screen and (max-width: 1200px) {
  .main h1 p {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 834px) {
  .main h1 p {
    font-size: 4rem;
  }
}
.main h1 span {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.2rem;
  opacity: 0.64;
  margin-top: 24px;
  display: block;
}
@media only screen and (max-width: 1200px) {
  .main h1 span {
    font-size: 2.2rem;
    margin-top: 16px;
  }
}
@media screen and (max-width: 640px) {
  .main h1 span {
    font-size: 1.8rem;
  }
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  margin-top: 120px;
}
footer#global_footer .f-map {
  position: relative;
  padding-bottom: 320px;
  height: 0;
  overflow: hidden;
  width: 100%;
  filter: grayscale(1);
}
@media screen and (max-width: 640px) {
  footer#global_footer .f-map {
    padding-bottom: 240px;
  }
}
footer#global_footer .f-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer#global_footer .footer {
  display: flex;
  justify-content: space-between;
  text-align: left;
  padding-block: 72px;
}
@media only screen and (max-width: 1000px) {
  footer#global_footer .footer {
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media screen and (max-width: 640px) {
  footer#global_footer .footer {
    padding-block: 48px;
  }
}
footer#global_footer .footer .f-info {
  width: fit-content;
}
@media only screen and (max-width: 1000px) {
  footer#global_footer .footer .f-info {
    margin-top: 48px;
  }
}
footer#global_footer .footer .f-info .f-list dl {
  display: flex;
  align-items: baseline;
  line-height: 1.6;
  margin-top: 16px;
}
footer#global_footer .footer .f-info .f-list dl:first-child {
  margin-top: 0;
}
footer#global_footer .footer .f-info .f-list dl dt {
  border: 1px solid #fff;
  padding: 2px 8px;
  min-width: 96px;
  text-align: center;
}
footer#global_footer .footer .f-info .f-list dl dd {
  flex: 1;
  padding-left: 16px;
}
footer#global_footer .footer .f-nav {
  flex: 1;
  padding-left: 32px;
}
@media only screen and (max-width: 1000px) {
  footer#global_footer .footer .f-nav {
    padding-left: 0;
  }
}
footer#global_footer .footer .f-nav nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media only screen and (max-width: 1000px) {
  footer#global_footer .footer .f-nav nav {
    align-items: center;
  }
}
footer#global_footer .footer .f-nav nav ul {
  display: flex;
  margin-top: 16px;
}
@media only screen and (max-width: 1000px) {
  footer#global_footer .footer .f-nav nav ul {
    justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  footer#global_footer .footer .f-nav nav ul {
    margin-top: 0;
    flex-direction: column;
    align-items: center;
  }
}
footer#global_footer .footer .f-nav nav ul:first-child {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  footer#global_footer .footer .f-nav nav ul:first-child li:first-child {
    margin-top: 0;
  }
}
footer#global_footer .footer .f-nav nav ul li {
  margin-left: 24px;
}
@media screen and (max-width: 640px) {
  footer#global_footer .footer .f-nav nav ul li {
    margin: 8px 0 0;
  }
}
footer#global_footer .footer .f-nav nav ul li:first-child {
  margin-left: 0;
}
footer#global_footer .footer .f-nav nav ul li a {
  color: #fff;
}
footer#global_footer .copy {
  padding: 16px 0;
  background-color: #333;
}
@media screen and (max-width: 640px) {
  footer#global_footer .copy {
    padding: 8px 0;
  }
}
footer#global_footer .copy a {
  pointer-events: none;
  color: #fff;
}

html body {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #000;
}
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: 1264px) {
  #contents_wrap #contents {
    padding-inline: 32px;
  }
}
@media screen and (max-width: 640px) {
  #contents_wrap #contents {
    padding-inline: 24px;
  }
}
#contents_wrap #contents #main #col_main section {
  color: #fff;
  font-family: YakuHanJP, "Roboto", "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#contents_wrap #contents #main #col_main section .image100 img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.top-space-120 {
  margin-top: 120px;
}
@media screen and (max-width: 640px) {
  .top-space-120 {
    margin-top: 80px;
  }
}

.top-space-72 {
  margin-top: 72px;
}

.title-top h2 {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-family: "EB Garamond", "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 4.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .title-top h2 {
    font-size: 3rem;
  }
}
.title-top h2 .ttl-acs {
  opacity: 0.64;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  margin-top: 8px;
}

.btn a {
  display: inline-block;
  padding: 16px 32px;
  line-height: 1.4;
  background-color: #c95611;
  color: #fff;
  font-family: "EB Garamond", "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
}

@media screen and (max-width: 834px) {
  #main .cont-01 {
    flex-direction: column;
  }
}
#main .cont-01 .box {
  width: 33.3333333333%;
  position: relative;
}
@media screen and (max-width: 834px) {
  #main .cont-01 .box {
    width: 100%;
  }
}
#main .cont-01 .box a {
  display: block;
  width: 100%;
  padding: 0 0 66.5%;
  position: relative;
}
@media screen and (max-width: 834px) {
  #main .cont-01 .box a {
    padding: 0 0 50%;
  }
}
#main .cont-01 .box:nth-child(4), #main .cont-01 .box:nth-child(5) {
  width: 50%;
}
@media screen and (max-width: 834px) {
  #main .cont-01 .box:nth-child(4), #main .cont-01 .box:nth-child(5) {
    width: 100%;
  }
}
#main .cont-01 .box:nth-child(4) a, #main .cont-01 .box:nth-child(5) a {
  padding: 0 0 44.3%;
}
@media screen and (max-width: 834px) {
  #main .cont-01 .box:nth-child(4) a, #main .cont-01 .box:nth-child(5) a {
    padding: 0 0 50%;
  }
}
#main .cont-01 .box h3, #main .cont-01 .box::before {
  position: absolute;
  bottom: 8%;
  z-index: 2;
  pointer-events: none;
}
#main .cont-01 .box h3 {
  left: 4%;
  font-family: "EB Garamond", "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.2rem;
  font-weight: 500;
}
#main .cont-01 .box::before {
  content: "";
  right: 4%;
  width: 40px;
  height: 40px;
  background: url("../images/home/arrow.png") center center/auto no-repeat;
  border: 1px solid #fff;
  border-radius: 50%;
}
#main .cont-01 .box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wrap-02 {
  display: flex;
}
@media only screen and (max-width: 1000px) {
  .wrap-02 {
    flex-direction: column;
  }
}
.wrap-02 > div {
  width: 50%;
}
.wrap-02 .left {
  padding-right: 32px;
}
@media only screen and (max-width: 1200px) {
  .wrap-02 .left {
    width: fit-content;
  }
}
@media only screen and (max-width: 1000px) {
  .wrap-02 .left {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .wrap-02 .right {
    flex: 1;
  }
}
@media only screen and (max-width: 1000px) {
  .wrap-02 .right {
    width: 100%;
    margin-top: 24px;
  }
}

.wrap-03 {
  position: relative;
}
.wrap-03::before {
  content: "";
  width: 100%;
  height: 72%;
  background-color: #333;
  position: absolute;
  z-index: -1;
  bottom: 0;
}

#main .cont-03 {
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  #main .cont-03 {
    flex-direction: column;
  }
}
#main .cont-03 .box {
  width: calc((100% - 96px) / 3);
  margin-right: 48px;
  position: relative;
}
@media only screen and (max-width: 1264px) {
  #main .cont-03 .box {
    width: calc((100% - 64px) / 3);
    margin-right: 32px;
  }
}
@media only screen and (max-width: 1000px) {
  #main .cont-03 .box {
    width: calc((100% - 48px) / 3);
    margin-right: 24px;
  }
}
@media screen and (max-width: 834px) {
  #main .cont-03 .box {
    width: calc((100% - 32px) / 3);
    margin-right: 16px;
  }
}
@media screen and (max-width: 640px) {
  #main .cont-03 .box {
    width: 100%;
    margin-top: 24px;
  }
}
#main .cont-03 .box::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: rgba(0, 0, 0, 0.32);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 834px) {
  #main .cont-03 .box::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}
#main .cont-03 .box:nth-child(3n) {
  margin-right: 0;
}
#main .cont-03 .box:nth-child(1) {
  margin-top: 96px;
}
@media screen and (max-width: 834px) {
  #main .cont-03 .box:nth-child(1) {
    margin-top: 48px;
  }
}
@media screen and (max-width: 640px) {
  #main .cont-03 .box:nth-child(1) {
    margin-top: 0;
  }
}
#main .cont-03 .box:nth-child(2) {
  margin-top: 48px;
}
@media screen and (max-width: 834px) {
  #main .cont-03 .box:nth-child(2) {
    margin-top: 24px;
  }
}
#main .cont-03 .box h3 {
  font-size: 4.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1000px) {
  #main .cont-03 .box h3 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 834px) {
  #main .cont-03 .box h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 640px) {
  #main .cont-03 .box h3 {
    font-size: 3.6rem;
  }
}
#main .cont-03 .box h3::after {
  font-size: 7.2rem;
}
@media only screen and (max-width: 1000px) {
  #main .cont-03 .box h3::after {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 834px) {
  #main .cont-03 .box h3::after {
    font-size: 4rem;
  }
}
@media screen and (max-width: 640px) {
  #main .cont-03 .box h3::after {
    font-size: 6.4rem;
  }
}
#main .cont-03 .box div {
  font-family: "EB Garamond", "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 1200px) {
  #main .cont-03 .box div {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1000px) {
  #main .cont-03 .box div {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  #main .cont-03 .box div {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  #main .cont-03 .box div {
    font-size: 1.6rem;
  }
}
#main .cont-03 .box:nth-child(1) h3::after {
  content: "01";
}
#main .cont-03 .box:nth-child(2) h3::after {
  content: "02";
}
#main .cont-03 .box:nth-child(3) h3::after {
  content: "03";
}
#main .cont-03 .box:nth-child(4) h3::after {
  content: "04";
}
#main .cont-03 .box:nth-child(5) h3::after {
  content: "05";
}
#main .cont-03 .box:nth-child(6) h3::after {
  content: "06";
}

.wrap-04 {
  display: flex;
  max-width: 100vw;
}
@media only screen and (max-width: 1000px) {
  .wrap-04 {
    flex-direction: column;
    padding-left: 32px;
  }
}
@media screen and (max-width: 640px) {
  .wrap-04 {
    padding-left: 24px;
  }
}
.wrap-04 .left {
  width: 20%;
  display: flex;
  justify-content: center;
  padding: 48px 24px;
}
@media only screen and (max-width: 1000px) {
  .wrap-04 .left {
    width: 100%;
    padding: 0;
    justify-content: flex-start;
  }
}
.wrap-04 .right {
  width: 80%;
}
@media only screen and (max-width: 1000px) {
  .wrap-04 .right {
    width: 100%;
    margin-top: 48px;
  }
}

.blog-slider, .blog-slider2 {
  overflow: hidden;
}
.blog-slider .owl-stage, .blog-slider2 .owl-stage {
  display: flex;
}
.blog-slider div.blog_list, .blog-slider2 div.blog_list {
  border: none;
}
.blog-slider div.blog_list > div, .blog-slider2 div.blog_list > div {
  border: none;
}
.blog-slider div.blog_list .owl-item, .blog-slider2 div.blog_list .owl-item {
  background-color: #fff;
  border: none;
}
.blog-slider div.blog_list .owl-item > div, .blog-slider2 div.blog_list .owl-item > div {
  border: none;
  flex-direction: column;
}
.blog-slider div.blog_list .owl-item > div div.blog_photo, .blog-slider2 div.blog_list .owl-item > div div.blog_photo {
  width: 100%;
}
.blog-slider div.blog_list .owl-item > div div.blog_text, .blog-slider2 div.blog_list .owl-item > div div.blog_text {
  width: 100%;
  line-height: 1.6;
}
.blog-slider div.blog_list .owl-item > div div.blog_text h3, .blog-slider2 div.blog_list .owl-item > div div.blog_text h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.blog-slider div.blog_list .owl-item > div div.blog_text h3 a, .blog-slider2 div.blog_list .owl-item > div div.blog_text h3 a {
  color: #c95611;
  font-family: "EB Garamond", "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .blog-slider div.blog_list .owl-item > div div.blog_text h3 a, .blog-slider2 div.blog_list .owl-item > div div.blog_text h3 a {
    font-size: 1.4rem;
  }
}
.blog-slider div.blog_list .owl-item > div div.blog_text div.blog_date, .blog-slider2 div.blog_list .owl-item > div div.blog_text div.blog_date {
  color: #000;
  font-family: "EB Garamond", "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  .blog-slider div.blog_list .owl-item > div div.blog_text div.blog_date, .blog-slider2 div.blog_list .owl-item > div div.blog_text div.blog_date {
    font-size: 1.4rem;
  }
}
.blog-slider div.blog_list .owl-item > div div.blog_text div.detail, .blog-slider div.blog_list .owl-item > div div.blog_text ul, .blog-slider2 div.blog_list .owl-item > div div.blog_text div.detail, .blog-slider2 div.blog_list .owl-item > div div.blog_text ul {
  display: none;
}
.blog-slider .owl-nav, .blog-slider .owl-dots, .blog-slider2 .owl-nav, .blog-slider2 .owl-dots {
  display: none;
}

.cont-05 {
  max-width: 800px;
  margin-inline: auto;
}
.cont-05 .box {
  width: 100%;
  position: relative;
}
.cont-05 .box h3 {
  display: none;
}
.cont-05 .box div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
  font-family: "EB Garamond", "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.4rem;
  width: 100%;
  padding: 24px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .cont-05 .box div {
    font-size: 2rem;
  }
}
.cont-05 .box img {
  filter: brightness(0.5);
  max-height: 320px;
}
.cont-05 .box a {
  display: block;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.48);
}

.cont-06 {
  justify-content: center;
}
.cont-06 .box {
  width: 33.3333333333%;
  position: relative;
}
@media screen and (max-width: 834px) {
  .cont-06 .box {
    width: 100%;
  }
}
.cont-06 .box h3 {
  display: none;
}
.cont-06 .box div {
  position: absolute;
  bottom: 8%;
  left: 4%;
  z-index: 2;
  pointer-events: none;
}
@media screen and (min-width: 1001px) and (max-width: 1400px) {
  .cont-06.title-top h2 {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 835px) and (max-width: 1000px) {
  .cont-06.title-top h2 {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 835px) and (max-width: 1000px) {
  .cont-06.title-top h2 .ttl-acs {
    font-size: 1.6rem;
    margin-top: 4px;
  }
}

.cont-07 {
  justify-content: center;
}
.cont-07 .box {
  width: calc((100% - 96px) / 5);
  margin-right: 24px;
}
@media screen and (max-width: 640px) {
  .cont-07 .box {
    width: calc((100% - 32px) / 3);
    margin: 0 16px 16px 0;
  }
}
.cont-07 .box:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .cont-07 .box:nth-child(5n) {
    margin-right: 16px;
  }
}
@media screen and (max-width: 640px) {
  .cont-07 .box:nth-child(3n) {
    margin-right: 0;
  }
}
.cont-07 .box:last-child {
  margin-right: 0;
}
.cont-07 .box .image {
  background-color: #fff;
  padding: 0 0 100%;
  position: relative;
}
.cont-07 .box .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

@media screen and (max-width: 834px) {
  .anc > div {
    margin-top: -80px;
    padding-top: 80px;
  }
}

.acenter a {
  margin: 0 auto;
}

.flex1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex1._top {
  align-items: flex-start;
}
.flex1._center {
  align-items: center;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  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: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex2._top {
  align-items: flex-start;
}
.flex2._center {
  align-items: center;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  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: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3._top {
  align-items: flex-start;
}
.flex3._center {
  align-items: center;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  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: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex4._top {
  align-items: flex-start;
}
.flex4._center {
  align-items: center;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  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;
  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;
  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;
  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: 1200px;
  margin: 0 auto;
}

.popup {
  display: none;
}

.flex2cl_01 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 {
    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: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_02 {
    flex-direction: column-reverse;
  }
}
.flex2cl_02._rr {
  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: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_03 {
    flex-direction: column-reverse;
  }
}
.flex2cl_03._rr {
  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: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -1.6393442623%;
}
@media only screen and (max-width: 1200px) {
  .flex5cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex5cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex5cl .box {
  position: relative;
  width: 18.3606557377%;
  margin-left: 1.6393442623%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .flex5cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    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, .title-blog {
  background-position: center center;
  background-size: cover;
  height: 240px;
  padding: 20px;
  position: relative;
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.32);
  background-image: url(../images/home/main.jpg);
}
@media screen and (max-width: 640px) {
  .title-01, .title-blog {
    height: 200px;
  }
}
.title-01 h1, .title-01 .ttl, .title-blog h1, .title-blog .ttl {
  font-weight: 500;
  font-family: "EB Garamond", "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 4rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .title-01 h1, .title-01 .ttl, .title-blog h1, .title-blog .ttl {
    font-size: 3.2rem;
  }
}
.title-01 h1 .ttl-acs, .title-01 .ttl .ttl-acs, .title-blog h1 .ttl-acs, .title-blog .ttl .ttl-acs {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.4rem;
  opacity: 0.64;
}
.title-02 h2 {
  font-weight: 500;
  font-family: "EB Garamond", "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.4;
  font-size: 2.8rem;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  position: relative;
}
@media screen and (max-width: 640px) {
  .title-02 h2 {
    font-size: 2.4rem;
  }
}
.title-02 h2::before {
  content: "";
  width: 48px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.title-02._sub h2 {
  font-size: 3.2rem;
  display: flex;
  flex-direction: column;
  padding: 0;
  border: none;
}
@media screen and (max-width: 640px) {
  .title-02._sub h2 {
    font-size: 2.8rem;
  }
}
.title-02._sub h2::before {
  content: none;
}
.title-02._sub h2 .ttl-acs {
  opacity: 0.64;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  margin-top: 4px;
}
.title-03 h3 {
  color: #c95611;
  font-weight: 500;
  font-family: "EB Garamond", "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.4;
  font-size: 2.2rem;
  position: relative;
  padding-left: 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid #c95611;
}
@media screen and (max-width: 640px) {
  .title-03 h3 {
    font-size: 2rem;
  }
}
.title-03 h3::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
}

#contents_wrap #contents #main #col_main section .tp {
  margin-top: 12px;
  font-size: 1.4rem;
}
#contents_wrap #contents #main #col_main section .tp ul li, #contents_wrap #contents #main #col_main section .tp ul div {
  display: inline-block;
}
#contents_wrap #contents #main #col_main section .tp ul li:last-child a {
  pointer-events: none;
  color: #fff;
}
#contents_wrap #contents #main #col_main section .tp ul div {
  margin: 0 4px;
}
#contents_wrap #contents #main #col_main section .tp ul div::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.interval-16 article > div {
  margin-top: 16px;
}

#main .form-common dl {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}
#main .form-common dt, #main .form-common dd {
  padding: 0;
  background: transparent;
  border: none;
}

#main .faq-01 {
  flex-direction: column;
}
#main .faq-01 .box {
  width: 100%;
  padding: 12px;
}
#main .faq-01 .box > * {
  min-width: 0;
}
#main .faq-01 .box:first-child {
  position: relative;
}
#main .faq-01 .box:first-child div::before {
  content: "Q";
}
#main .faq-01 .box:last-child {
  background-color: #333;
}
#main .faq-01 .box:last-child div::before {
  content: "A";
}
#main .faq-01 .box > div {
  flex: 1;
  position: relative;
  padding-left: 44px;
}
#main .faq-01 .box > div::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  line-height: 1.4;
  font-size: 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #fff;
}

.sns-01 div.sns_list {
  border: none;
}
.sns-01 div.sns_list > div {
  border: none;
  border-bottom: 1px solid #fff;
  padding: 24px 0;
  flex-direction: row;
}
@media screen and (max-width: 640px) {
  .sns-01 div.sns_list > div {
    flex-direction: column;
  }
}
.sns-01 div.sns_list > div div.sns_photo {
  padding: 0;
}
.sns-01 div.sns_list > div div.sns_text {
  padding: 0 0 0 24px;
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  .sns-01 div.sns_list > div div.sns_text {
    padding: 0;
    margin-top: 16px;
  }
}
.sns-01 div.sns_list > div div.sns_text div.sns_date {
  color: #fff;
}

.wrap-flex1 {
  display: flex;
}
@media screen and (max-width: 834px) {
  .wrap-flex1 {
    flex-direction: column;
  }
}
.wrap-flex1 > div {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .wrap-flex1 > div {
    width: 100%;
  }
}
.wrap-flex1 .text {
  padding-block: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .wrap-flex1 .text {
    padding: 0;
    order: 1;
  }
}
@media screen and (max-width: 834px) {
  .wrap-flex1 .image {
    order: 2;
    margin-top: 24px;
  }
}
.wrap-flex1 .image.right {
  padding-left: 32px;
}
@media screen and (max-width: 834px) {
  .wrap-flex1 .image.right {
    padding: 0;
  }
}
.wrap-flex1 .image.left {
  padding-right: 32px;
}
@media screen and (max-width: 834px) {
  .wrap-flex1 .image.left {
    padding: 0;
  }
}
.wrap-flex1 .image .image100 {
  height: 100%;
}

.ttl-services {
  font-family: "EB Garamond", "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ttl-services::before, .ttl-services::after {
  content: "";
  width: 100%;
  height: 1px;
  flex: 1;
  display: block;
  background-color: rgba(255, 255, 255, 0.48);
  visibility: initial;
}
.ttl-services div {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.25;
  padding: 0 24px;
}
.ttl-services div p {
  font-size: 2.4rem;
}
@media screen and (max-width: 640px) {
  .ttl-services div p {
    font-size: 2.2rem;
  }
}
.ttl-services div .acs {
  font-size: 1.4rem;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .ttl-services div .acs {
    margin-top: 8px;
  }
}

@media screen and (max-width: 834px) {
  .parts-01 .box {
    margin-bottom: 8%;
  }
}
.parts-01 .box article {
  display: flex;
  flex-direction: column;
}
.parts-01 .box article h3 {
  order: 1;
  margin-bottom: 16px;
}
.parts-01 .box article img {
  order: 2;
}

.price-01 table tr td:last-child, .price-02 table tr td:last-child {
  min-width: 152px;
}

@media screen and (max-width: 640px) {
  .price-03 {
    overflow-x: auto;
  }
}
@media screen and (max-width: 640px) {
  .price-03 table {
    min-width: 600px;
  }
}

#main .flow-01 {
  flex-direction: column;
}
#main .flow-01 .box:nth-child(1) h3::before {
  content: "STEP.01";
}
#main .flow-01 .box:nth-child(2) h3::before {
  content: "STEP.02";
}
#main .flow-01 .box:nth-child(3) h3::before {
  content: "STEP.03";
}
#main .flow-01 .box:nth-child(4) h3::before {
  content: "STEP.04";
}
#main .flow-01 .box:nth-child(5) h3::before {
  content: "STEP.05";
}
#main .flow-01 .box:nth-child(6) h3::before {
  content: "STEP.06";
}
#main .flow-01 .box:nth-child(7) h3::before {
  content: "STEP.07";
}
#main .flow-01 .box:nth-child(8) h3::before {
  content: "STEP.08";
}
#main .flow-01 .box:nth-child(9) h3::before {
  content: "STEP.09";
}
#main .flow-01 .box:nth-child(10) h3::before {
  content: "STEP.010";
}
#main .flow-01 .box {
  width: 100%;
  padding: 24px;
  border: 1px solid #fff;
  border-bottom: none;
  position: relative;
  overflow: initial;
}
@media screen and (max-width: 640px) {
  #main .flow-01 .box {
    padding: 24px;
  }
}
#main .flow-01 .box:last-child {
  border-bottom: 1px solid #fff;
}
#main .flow-01 .box:last-child::before, #main .flow-01 .box:last-child::after {
  content: none;
}
#main .flow-01 .box::before {
  content: "";
  border: solid transparent;
  border-width: 22px;
  border-top-color: #000;
  position: absolute;
  z-index: 3;
  top: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#main .flow-01 .box::after {
  content: "";
  border: solid transparent;
  border-width: 22px;
  border-top-color: #fff;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#main .flow-01 .box article {
  display: flex;
}
@media screen and (max-width: 640px) {
  #main .flow-01 .box article {
    flex-direction: column;
  }
}
#main .flow-01 .box .image {
  order: 2;
  width: 32%;
  padding-left: 24px;
}
@media screen and (max-width: 640px) {
  #main .flow-01 .box .image {
    width: 100%;
    padding-left: 0;
    margin-top: 16px;
  }
}
#main .flow-01 .box .text {
  order: 1;
  flex: 1;
}
@media screen and (max-width: 640px) {
  #main .flow-01 .box .text {
    width: 100%;
  }
}
#main .flow-01 .box h3 {
  color: #c95611;
  font-weight: 500;
  font-family: "EB Garamond", "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.4;
  font-size: 2.2rem;
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 640px) {
  #main .flow-01 .box h3 {
    font-size: 2rem;
  }
}

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: "EB Garamond", "Noto Serif JP", "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: flex;
    align-items: center;
    justify-content: center;
    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: 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: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2.9126213592%;
  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 {
    justify-content: space-between;
    margin-left: 0;
  }
}
.shopwrap .items article {
  position: relative;
  width: 21.359223301%;
  margin-left: 2.9126213592%;
  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 */