@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(31, 108, 56, 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;
  font-weight: 500;
  word-wrap: break-word;
  overflow: hidden;
  font-family: YakuHanJP, "Jost", "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1.6rem;
  }
}

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

.inner-1536 {
  margin: 0 auto;
  max-width: 1536px;
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .inner-1536 {
    padding-inline: 48px;
  }
}
@media only screen and (max-width: 1264px) {
  .inner-1536 {
    padding-inline: 32px;
  }
}
@media screen and (max-width: 640px) {
  .inner-1536 {
    padding-inline: 24px;
  }
}

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

#contents {
  width: 100%;
  max-width: 1200px;
  padding: 0;
  background-color: transparent;
}
@media only screen and (max-width: 1264px) {
  #contents {
    padding-inline: 32px;
  }
}
@media screen and (max-width: 640px) {
  #contents {
    padding-inline: 24px;
  }
}

#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: #8c8041;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: 0.5s;
}

.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: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: YakuHanJP, "Jost", "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;
  width: 100%;
  padding: 32px 48px;
  position: fixed;
  top: 0;
  z-index: 100;
}
@media only screen and (max-width: 1400px) {
  header#global_header .header {
    padding: 24px 32px;
  }
}
@media screen and (max-width: 640px) {
  header#global_header .header {
    padding: 16px 12px;
  }
}
@media screen and (max-width: 640px) {
  header#global_header .header .h-logo img {
    max-width: 188px;
  }
}
header#global_header .header .global-nav {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  header#global_header .header .global-nav {
    padding-right: 60px;
  }
}
@media screen and (max-width: 640px) {
  header#global_header .header .global-nav {
    padding-right: 56px;
  }
}
header#global_header .header .nav-list {
  display: flex;
  align-items: baseline;
}
@media only screen and (max-width: 1200px) {
  header#global_header .header .nav-list {
    display: none;
  }
}
header#global_header .header .nav-list .nav-item {
  margin-left: 48px;
}
@media only screen and (max-width: 1600px) {
  header#global_header .header .nav-list .nav-item {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 1400px) {
  header#global_header .header .nav-list .nav-item {
    margin-left: 32px;
  }
}
header#global_header .header .nav-list .nav-item a {
  color: #fff;
  padding: 4px 0;
  position: relative;
}
header#global_header .header .nav-list .nav-item a::before {
  content: "";
  height: 1px;
  background-color: #fff;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}
header#global_header .header .nav-list .nav-item a:hover {
  opacity: 1;
}
header#global_header .header .nav-list .nav-item a:hover::before {
  width: 100%;
  transition: 0.5s;
}
header#global_header .header .sns-btn {
  display: flex;
  margin-left: 72px;
}
@media only screen and (max-width: 1600px) {
  header#global_header .header .sns-btn {
    margin-left: 64px;
  }
}
@media only screen and (max-width: 1400px) {
  header#global_header .header .sns-btn {
    margin-left: 48px;
  }
}
@media screen and (max-width: 640px) {
  header#global_header .header .sns-btn {
    margin-left: 24px;
  }
}
header#global_header .header .sns-btn a {
  display: block;
  margin-left: 16px;
}
@media screen and (max-width: 640px) {
  header#global_header .header .sns-btn a {
    margin-left: 12px;
  }
}
header#global_header .header .sns-btn a:first-child {
  margin: 0;
}

.fixed-btn {
  position: fixed;
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}
@media screen and (max-width: 640px) {
  .fixed-btn {
    top: initial;
    transform: none;
    bottom: 0;
    width: 100%;
    right: 0;
  }
}
.fixed-btn a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #1f6c38;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 24px 16px;
  border: 1px solid #1f6c38;
  background: url("../images/home/pt_02.jpg") center center/auto repeat #f1f1f1;
}
@media screen and (max-width: 640px) {
  .fixed-btn a {
    flex-direction: row;
    padding: 16px;
  }
}
.fixed-btn a span {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-top: 12px;
  min-width: 1.8rem;
}
@media screen and (max-width: 640px) {
  .fixed-btn a span {
    -ms-writing-mode: initial;
    writing-mode: initial;
    margin: 0 0 0 8px;
  }
}

.main {
  position: relative;
}
.main::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 7.2%;
  background: linear-gradient(to top, #161415 0%, transparent 100%);
}
.main .main-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 24px;
}
.main .main-text h1 {
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.24), 0 0 16px rgba(0, 0, 0, 0.24);
  font-size: 10.4rem;
  margin-top: 32px;
  line-height: 1.25;
}
@media only screen and (max-width: 1200px) {
  .main .main-text h1 {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 834px) {
  .main .main-text h1 {
    font-size: 4.8rem;
  }
}
.main .main-text h1 .cl {
  color: #00ce18;
}
.main .main-text img {
  max-width: 24%;
}
.main picture > img {
  width: 100%;
  min-height: 480px;
  object-fit: cover;
}
@media screen and (max-width: 640px) {
  .main picture > img {
    min-height: 84vh;
  }
}

.open-btn {
  display: none;
  cursor: pointer;
  position: fixed;
  top: 18px;
  right: 28px;
  z-index: 9999;
}
@media only screen and (max-width: 1200px) {
  .open-btn {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .open-btn {
    top: 8px;
    right: 8px;
  }
}
.open-btn .in {
  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);
}
.open-btn.active span:nth-child(2) {
  opacity: 0;
}
.open-btn.active span:nth-child(3) {
  top: 24px;
  transform: rotate(45deg);
}

.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%;
  z-index: 200;
  pointer-events: auto;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.88);
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  padding: 32px;
}
.nav .navigation.open {
  left: 0;
}
.nav .navigation .nav-list {
  height: auto;
  overflow-y: auto;
  padding: 0 32px;
}
.nav .navigation .nav-list::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
}
.nav .navigation .nav-list::-webkit-scrollbar {
  width: 8px;
}
.nav .navigation .nav-list::-webkit-scrollbar-thumb {
  background-color: #1f6c38;
  border-radius: 10px;
}
.nav .navigation .nav-list .nav-item {
  display: block;
  text-align: left;
  line-height: 1.25;
  margin: 16px 0 0;
}
.nav .navigation .nav-list .nav-item:first-child {
  margin-top: 0;
}
.nav .navigation .nav-list .nav-item a {
  color: #fff;
  position: relative;
  padding-left: 28px;
  font-size: 2rem;
}
.nav .navigation .nav-list .nav-item a::before {
  content: "";
  width: 16px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.48);
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 2;
}
.nav .navigation .sns-btn {
  margin-top: 48px;
  display: flex;
}
.nav .navigation .sns-btn a {
  margin: 0 16px 0 0;
}

footer#global_footer {
  margin-top: 120px;
  width: 100%;
  min-width: 100% !important;
}
@media screen and (max-width: 640px) {
  footer#global_footer {
    padding-bottom: 64px;
  }
}
footer#global_footer .copy {
  text-align: right;
  margin-top: 72px;
}
@media only screen and (max-width: 1000px) {
  footer#global_footer .copy {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  footer#global_footer .copy {
    margin-top: 48px;
  }
}
footer#global_footer .copy a {
  pointer-events: none;
  color: #fff;
}

.footer-map {
  position: relative;
  padding-bottom: 400px;
  height: 0;
  overflow: hidden;
  width: 100%;
  filter: grayscale(1);
}
@media screen and (max-width: 640px) {
  .footer-map {
    padding-bottom: 56.25%;
  }
}
.footer-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer {
  text-align: left;
  margin-block: 72px 24px;
}
.footer .inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  .footer .inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.footer .inner .left {
  font-size: 1.6rem;
  padding-right: 32px;
}
@media only screen and (max-width: 1000px) {
  .footer .inner .left {
    padding-right: 0;
  }
}
.footer .inner .left p {
  margin-top: 16px;
}
.footer .inner .left .sns-btn {
  margin-top: 48px;
}
.footer .inner .left .sns-btn a {
  margin-left: 12px;
}
.footer .inner .left .sns-btn a:first-child {
  margin: 0;
}
.footer .f-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media only screen and (max-width: 1000px) {
  .footer .f-nav {
    align-items: center;
    margin-top: 32px;
  }
}
.footer .f-nav .nav-list {
  display: flex;
  align-items: baseline;
  margin-top: 24px;
}
@media only screen and (max-width: 1000px) {
  .footer .f-nav .nav-list {
    margin-top: 16px;
  }
}
@media screen and (max-width: 640px) {
  .footer .f-nav .nav-list {
    margin-top: 4px;
    flex-direction: column;
    align-items: center;
  }
}
.footer .f-nav .nav-list:first-child {
  margin: 0;
}
.footer .f-nav .nav-list .nav-item {
  margin-left: 48px;
}
@media screen and (max-width: 640px) {
  .footer .f-nav .nav-list .nav-item {
    margin: 4px 0 0;
  }
}
.footer .f-nav .nav-list .nav-item:first-child {
  margin: 0;
}
.footer .f-nav .nav-list .nav-item a {
  color: #fff;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  background: url("../images/home/pt_01.jpg") top left/auto repeat #161415;
  -webkit-animation: fadeIn 2.4s ease 0s 1 normal;
  animation: fadeIn 2.4s ease 0s 1 normal;
}
body br.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  body br.sp {
    display: block;
  }
}

#main #col_main section {
  color: #fff;
  font-family: YakuHanJP, "Jost", "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#main #col_main section .image100 img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.top-space-160 {
  margin-top: 160px;
}
@media screen and (max-width: 640px) {
  .top-space-160 {
    margin-top: 96px;
  }
}

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

.top-space-48 {
  margin-top: 48px;
}

.top-pad-bl-160 {
  padding-block: 160px;
}
@media screen and (max-width: 640px) {
  .top-pad-bl-160 {
    padding-block: 96px;
  }
}

.top-interval-48 article > div {
  margin-top: 48px;
}

.top-interval-32 article > div {
  margin-top: 32px;
}

.title-top h2 {
  font-size: 10.4rem;
  line-height: 1.25;
}
@media only screen and (max-width: 1200px) {
  .title-top h2 {
    font-size: 8rem;
  }
}
@media screen and (max-width: 834px) {
  .title-top h2 {
    font-size: 5.6rem;
  }
}
.title-top.mini h2 {
  font-size: 8.8rem;
}
@media only screen and (max-width: 1200px) {
  .title-top.mini h2 {
    font-size: 7.2rem;
  }
}
@media screen and (max-width: 834px) {
  .title-top.mini h2 {
    font-size: 4.8rem;
  }
}

.btn a {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 3.2rem;
}
@media screen and (max-width: 640px) {
  .btn a {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 640px) {
  .btn a img {
    max-width: 160px;
  }
}
.btn.mini a {
  font-size: 1.8rem;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
}

.bg-darken {
  background-color: rgba(0, 0, 0, 0.32);
  background-blend-mode: darken;
}

.wrap-01 .inner-1536 {
  position: relative;
}
.wrap-01 .inner-1536 .acs-ttl-01 {
  position: absolute;
  bottom: 0;
  left: -20px;
  z-index: 2;
  transform: rotate(15deg);
  font-family: "Hurricane", cursive;
  font-size: 7.2rem;
}
@media only screen and (max-width: 1600px) {
  .wrap-01 .inner-1536 .acs-ttl-01 {
    left: 8px;
  }
}
@media screen and (max-width: 640px) {
  .wrap-01 .inner-1536 .acs-ttl-01 {
    font-size: 3.6rem;
    left: 24px;
  }
}

.in-01 {
  position: relative;
}
.in-01 .ttl-01 {
  position: absolute;
  top: -96px;
  right: 48px;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  color: #1f6c38;
  z-index: 3;
  line-height: 1.25;
  font-size: 4rem;
}
@media only screen and (max-width: 1400px) {
  .in-01 .ttl-01 {
    font-size: 3.2rem;
    top: -64px;
    right: 32px;
  }
}
@media screen and (max-width: 834px) {
  .in-01 .ttl-01 {
    top: initial;
    bottom: 0;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .in-01 .ttl-01 {
    font-size: 2rem;
    right: 16px;
  }
}
.in-01 .ttl-01 .text {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-color: #fff;
  padding: 24px 16px;
  margin-left: 16px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 1400px) {
  .in-01 .ttl-01 .text {
    padding: 24px 12px;
    margin-left: 12px;
  }
}
@media screen and (max-width: 834px) {
  .in-01 .ttl-01 .text {
    padding: 16px 12px;
  }
}
@media screen and (max-width: 640px) {
  .in-01 .ttl-01 .text {
    padding: 12px 8px;
    margin-left: 8px;
  }
}
.in-01 .ttl-01 .text .up {
  text-combine-upright: all;
  font-weight: 500;
}

.cont-01 {
  align-items: flex-end;
}
@media screen and (max-width: 834px) {
  .cont-01 {
    padding-bottom: 200px;
    position: relative;
    justify-content: flex-end;
  }
}
.cont-01 .box:nth-child(1) {
  width: calc(36% - 56px);
  margin-right: 56px;
}
@media only screen and (max-width: 1600px) {
  .cont-01 .box:nth-child(1) {
    width: calc(36% - 32px);
    margin-right: 32px;
  }
}
@media only screen and (max-width: 1264px) {
  .cont-01 .box:nth-child(1) {
    width: calc(36% - 24px);
    margin-right: 24px;
  }
}
@media screen and (max-width: 834px) {
  .cont-01 .box:nth-child(1) {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 44%;
  }
}
.cont-01 .box:nth-child(2) {
  width: 64%;
  margin-bottom: 48px;
}
@media screen and (max-width: 834px) {
  .cont-01 .box:nth-child(2) {
    width: 92%;
    margin: 0;
  }
}

.wrap-02 {
  background-attachment: fixed;
}
@media screen and (max-width: 640px) {
  .wrap-02 {
    background-attachment: initial;
  }
}

.wrap-03 {
  position: relative;
}
.wrap-03::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 128px);
  top: 48px;
  left: 0;
  background-color: #1f6c38;
  opacity: 0.32;
  z-index: 1;
}
.wrap-03 .inner-1536 {
  display: flex;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1000px) {
  .wrap-03 .inner-1536 {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.wrap-03 .inner-1536 .left {
  width: 72%;
}
@media only screen and (max-width: 1000px) {
  .wrap-03 .inner-1536 .left {
    width: 100%;
    margin-top: 48px;
  }
}
.wrap-03 .inner-1536 .right {
  width: 28%;
}
@media only screen and (max-width: 1000px) {
  .wrap-03 .inner-1536 .right {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  #main .cont-03 {
    width: 100%;
  }
}
#main .cont-03 .box {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 640px) {
  #main .cont-03 .box {
    width: 100%;
    margin-top: 32px;
  }
}
@media screen and (max-width: 640px) {
  #main .cont-03 .box:first-child {
    margin-top: 0;
  }
}
#main .cont-03 .box div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 24px;
  text-align: center;
  pointer-events: none;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.24), 0 0 16px rgba(0, 0, 0, 0.24);
}
#main .cont-03 .box div > img {
  width: fit-content !important;
}
#main .cont-03 .box div h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.25;
}
#main .cont-03 .box div h2 span {
  font-size: 4.8rem;
  margin-bottom: 8px;
}
#main .cont-03 .box img {
  transition: 0.5s;
}
#main .cont-03 .box h3 {
  display: none;
}
#main .cont-03 .box a {
  display: block;
  overflow: hidden;
}
#main .cont-03 .box a:hover {
  opacity: 1;
}
#main .cont-03 .box a:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}

.ttl-03 {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1000px) {
  .ttl-03 {
    justify-content: center;
  }
}
.ttl-03 .text {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 4rem;
}
@media only screen and (max-width: 1600px) {
  .ttl-03 .text {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 1400px) {
  .ttl-03 .text {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 1200px) {
  .ttl-03 .text {
    line-height: 1.8;
  }
}
@media screen and (max-width: 640px) {
  .ttl-03 .text {
    font-size: 2.8rem;
  }
}
.ttl-03 .text .up {
  text-combine-upright: all;
  font-weight: 500;
}

.wrap-04 {
  display: flex;
}
@media screen and (max-width: 834px) {
  .wrap-04 {
    flex-direction: column;
  }
}
.wrap-04 .image {
  width: 62.5%;
}
@media only screen and (max-width: 1200px) {
  .wrap-04 .image {
    width: 50%;
  }
}
@media screen and (max-width: 834px) {
  .wrap-04 .image {
    width: 100%;
    order: 2;
  }
}
.wrap-04 .text {
  width: 37.5%;
  background-color: #000;
  padding: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1600px) {
  .wrap-04 .text {
    padding: 48px;
  }
}
@media only screen and (max-width: 1200px) {
  .wrap-04 .text {
    width: 50%;
  }
}
@media only screen and (max-width: 1000px) {
  .wrap-04 .text {
    padding: 48px 40px;
  }
}
@media screen and (max-width: 834px) {
  .wrap-04 .text {
    width: 100%;
    order: 1;
    padding: 48px 32px;
  }
}
@media screen and (max-width: 640px) {
  .wrap-04 .text {
    padding: 48px 24px;
  }
}
@media only screen and (max-width: 1600px) {
  .wrap-04 .text .title-top h2 {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 1400px) {
  .wrap-04 .text .title-top h2 {
    font-size: 7.2rem;
  }
}
@media only screen and (max-width: 1000px) {
  .wrap-04 .text .title-top h2 {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 834px) {
  .wrap-04 .text .title-top h2 {
    font-size: 4.8rem;
  }
}
@media only screen and (max-width: 1600px) {
  .wrap-04 .text .title-top article > div {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 1600px) {
  .wrap-04 .text .btn {
    margin-top: 32px;
  }
}
.wrap-04 .image100 {
  height: 100%;
}

.wrap-05 {
  position: relative;
}
.wrap-05::before {
  content: "";
  width: 50%;
  height: 100%;
  background: url("../images/home/smoke.png") top left/contain no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .wrap-05::before {
    width: 80%;
  }
}
.wrap-05::after {
  content: "";
  width: 20%;
  height: 400px;
  background: url("../images/home/logo-mark.png") bottom right/contain no-repeat;
  position: absolute;
  right: -24px;
  bottom: -48px;
  opacity: 0.48;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .wrap-05::after {
    width: 50%;
  }
}
.wrap-05 .inner {
  display: flex;
}
@media only screen and (max-width: 1000px) {
  .wrap-05 .inner {
    flex-direction: column;
  }
}
.wrap-05 .inner > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1000px) {
  .wrap-05 .inner > div {
    width: 100%;
  }
}
.wrap-05 .inner .left {
  padding-right: 48px;
}
@media only screen and (max-width: 1264px) {
  .wrap-05 .inner .left {
    padding-right: 32px;
  }
}
@media only screen and (max-width: 1000px) {
  .wrap-05 .inner .left {
    padding: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .wrap-05 .inner .text {
    order: 1;
  }
}
@media only screen and (max-width: 1000px) {
  .wrap-05 .inner .image {
    order: 2;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 1000px) {
  .wrap-05 .inner .btn.pc-block {
    display: none;
  }
}
.wrap-05 .inner .btn.pc-none {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .wrap-05 .inner .btn.pc-none {
    display: block;
  }
}

#main .cont-05 dl {
  align-items: baseline;
  margin-top: 24px;
}
#main .cont-05 dl:first-child {
  margin-top: 0;
}
#main .cont-05 dt, #main .cont-05 dd {
  padding: 0;
  border: none;
  background: transparent;
}
#main .cont-05 dt {
  width: fit-content;
  min-width: 80px;
}
#main .cont-05 dd {
  flex: 1;
  padding-left: 48px;
}
@media only screen and (max-width: 1264px) {
  #main .cont-05 dd {
    padding-left: 24px;
  }
}

@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 {
  background-position: center center;
  background-size: cover;
  height: 320px;
  padding: 20px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.48);
  background-blend-mode: darken;
}
@media screen and (max-width: 640px) {
  .title-01 {
    height: 240px;
  }
}
.title-01 h1 {
  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;
  font-size: 7.2rem;
  padding: 24px;
}
@media screen and (max-width: 640px) {
  .title-01 h1 {
    font-size: 4rem;
  }
}
.title-01 h1 .jp {
  margin-top: 12px;
  font-size: 2rem;
}
.title-02 h2 {
  font-size: 6.4rem;
  line-height: 1.25;
}
@media screen and (max-width: 640px) {
  .title-02 h2 {
    font-size: 4.8rem;
  }
}
.title-02 h2 .ttl-cl {
  color: #00ce18;
}
.title-02.mini h2 {
  font-size: 4.8rem;
}
@media screen and (max-width: 640px) {
  .title-02.mini h2 {
    font-size: 3.2rem;
  }
}
.title-02_sub h2 {
  font-weight: 700;
  font-size: 2.4rem;
  padding: 16px 0;
  line-height: 1.6;
  border-block: 1px solid rgba(255, 255, 255, 0.24);
}
@media screen and (max-width: 640px) {
  .title-02_sub h2 {
    font-size: 2.2rem;
  }
}
.title-03 h3 {
  font-size: 4rem;
  line-height: 1;
  padding: 0 0 8px 16px;
  border-left: 3px double rgba(255, 255, 255, 0.48);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 640px) {
  .title-03 h3 {
    font-size: 2.8rem;
    flex-direction: column;
  }
}
.title-03 h3 .jp {
  font-size: 2rem;
  font-weight: 500;
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  .title-03 h3 .jp {
    font-size: 1.4rem;
    margin: 8px 0 0;
  }
}

.tp {
  margin-top: 12px;
  font-size: 1.4rem;
  text-align: right;
}
.tp ul li, .tp ul div {
  display: inline-block;
}
.tp ul li:last-child a {
  pointer-events: none;
  color: #fff;
}
.tp ul div {
  margin: 0 4px;
}
.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: 24px 0;
}
#main .form-common dt, #main .form-common dd {
  padding: 0;
  border: none;
  background-color: transparent;
}
#main .form-common dd {
  padding-left: 24px;
}

@media screen and (max-width: 640px) {
  #main .flexbox-01 {
    flex-direction: column;
  }
}
#main .flexbox-01 .box:first-child {
  width: 40%;
}
@media screen and (max-width: 640px) {
  #main .flexbox-01 .box:first-child {
    width: 100%;
  }
}
#main .flexbox-01 .box:last-child {
  width: 60%;
  padding-left: 32px;
}
@media screen and (max-width: 640px) {
  #main .flexbox-01 .box:last-child {
    width: 100%;
    padding: 0;
    margin-top: 16px;
  }
}

@media screen and (max-width: 640px) {
  #main .flexbox-02 {
    flex-direction: column-reverse;
  }
}
#main .flexbox-02 .box:first-child {
  width: 60%;
  padding-right: 32px;
}
@media screen and (max-width: 640px) {
  #main .flexbox-02 .box:first-child {
    width: 100%;
    padding: 0;
    margin-top: 16px;
  }
}
#main .flexbox-02 .box:last-child {
  width: 40%;
}
@media screen and (max-width: 640px) {
  #main .flexbox-02 .box:last-child {
    width: 100%;
  }
}

.bg-darken {
  background-color: rgba(0, 0, 0, 0.72);
  background-blend-mode: darken;
}

.wrap-shop2 .inner {
  display: flex;
}
@media only screen and (max-width: 1000px) {
  .wrap-shop2 .inner {
    flex-direction: column;
  }
}
.wrap-shop2 .inner > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1000px) {
  .wrap-shop2 .inner > div {
    width: 100%;
  }
}
.wrap-shop2 .inner .left {
  padding-right: 48px;
}
@media only screen and (max-width: 1264px) {
  .wrap-shop2 .inner .left {
    padding-right: 32px;
  }
}
@media only screen and (max-width: 1000px) {
  .wrap-shop2 .inner .left {
    padding: 0;
  }
}
.wrap-shop2 .inner .right {
  padding-left: 48px;
}
@media only screen and (max-width: 1264px) {
  .wrap-shop2 .inner .right {
    padding-left: 32px;
  }
}
@media only screen and (max-width: 1000px) {
  .wrap-shop2 .inner .right {
    padding: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .wrap-shop2 .inner .text {
    order: 1;
  }
}
@media only screen and (max-width: 1000px) {
  .wrap-shop2 .inner .image {
    order: 2;
    margin-top: 24px;
  }
}

#main .concept-01 {
  display: flex;
}
@media screen and (max-width: 834px) {
  #main .concept-01 {
    flex-direction: column;
  }
}
#main .concept-01 .box:first-child {
  width: 56%;
}
@media only screen and (max-width: 1200px) {
  #main .concept-01 .box:first-child {
    width: 50%;
  }
}
@media screen and (max-width: 834px) {
  #main .concept-01 .box:first-child {
    width: 100%;
  }
}
#main .concept-01 .box:last-child {
  width: 44%;
  padding: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1600px) {
  #main .concept-01 .box:last-child {
    padding: 48px;
  }
}
@media only screen and (max-width: 1200px) {
  #main .concept-01 .box:last-child {
    width: 50%;
  }
}
@media only screen and (max-width: 1000px) {
  #main .concept-01 .box:last-child {
    padding: 48px 40px;
  }
}
@media screen and (max-width: 834px) {
  #main .concept-01 .box:last-child {
    width: 100%;
    padding: 0;
    margin-top: 32px;
  }
}

#main .concept-02 {
  display: flex;
}
@media screen and (max-width: 834px) {
  #main .concept-02 {
    flex-direction: column;
  }
}
#main .concept-02 .box:last-child {
  width: 56%;
}
@media only screen and (max-width: 1200px) {
  #main .concept-02 .box:last-child {
    width: 50%;
  }
}
@media screen and (max-width: 834px) {
  #main .concept-02 .box:last-child {
    width: 100%;
    order: 1;
  }
}
#main .concept-02 .box:first-child {
  width: 44%;
  padding: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1600px) {
  #main .concept-02 .box:first-child {
    padding: 48px;
  }
}
@media only screen and (max-width: 1200px) {
  #main .concept-02 .box:first-child {
    width: 50%;
  }
}
@media only screen and (max-width: 1000px) {
  #main .concept-02 .box:first-child {
    padding: 48px 40px;
  }
}
@media screen and (max-width: 834px) {
  #main .concept-02 .box:first-child {
    width: 100%;
    order: 2;
    padding: 0;
    margin-top: 32px;
  }
}

.about-shisha-01 h2 {
  margin-bottom: 16px;
  font-size: 2.2rem;
}

#main .how-to-01 {
  flex-direction: column;
}
#main .how-to-01 .box:nth-child(1)::before {
  content: "Step.01";
}
#main .how-to-01 .box:nth-child(2)::before {
  content: "Step.02";
}
#main .how-to-01 .box:nth-child(3)::before {
  content: "Step.03";
}
#main .how-to-01 .box:nth-child(4)::before {
  content: "Step.04";
}
#main .how-to-01 .box:nth-child(5)::before {
  content: "Step.05";
}
#main .how-to-01 .box:nth-child(6)::before {
  content: "Step.06";
}
#main .how-to-01 .box {
  width: 100%;
  margin-bottom: 8px;
  background-color: #000;
  padding: 24px;
  text-align: center;
  position: relative;
}
#main .how-to-01 .box::after {
  content: "";
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#main .how-to-01 .box:last-child {
  margin-bottom: 0;
}
#main .how-to-01 .box::before {
  font-size: 3.2rem;
  margin-bottom: 8px;
}

#main .faq-01 {
  flex-direction: column;
}
#main .faq-01 .box > * {
  min-width: 0;
}
#main .faq-01 .box:first-child {
  background-color: #000;
  padding: 16px 56px 16px 16px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 640px) {
  #main .faq-01 .box:first-child {
    padding: 16px 48px 16px 16px;
  }
}
#main .faq-01 .box:first-child div::before {
  content: "Q";
}
#main .faq-01 .box:first-child::before, #main .faq-01 .box:first-child::after {
  content: "";
  background-color: #fff;
  position: absolute;
  transition: 0.4s;
}
#main .faq-01 .box:first-child::before {
  width: 16px;
  height: 2px;
  right: 20px;
  top: 27px;
}
#main .faq-01 .box:first-child::after {
  width: 2px;
  height: 16px;
  right: 27px;
  top: 20px;
}
#main .faq-01 .box:first-child.active::before {
  transform: rotate(180deg);
}
#main .faq-01 .box:first-child.active::after {
  opacity: 0;
}
#main .faq-01 .box:first-child.active::before, #main .faq-01 .box:first-child.active::after {
  transition: 0.4s;
}
#main .faq-01 .box:last-child {
  display: none;
  padding: 16px;
}
#main .faq-01 .box:last-child div::before {
  content: "A";
  color: #1f6c38;
}
#main .faq-01 .box div {
  flex: 1;
  position: relative;
  padding-left: 40px;
}
#main .faq-01 .box div::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 32px;
  height: 24px;
  line-height: 1.4;
  font-size: 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.menu-01 {
  text-align: center;
  font-size: 4rem;
}
@media screen and (max-width: 640px) {
  .menu-01 {
    font-size: 3.2rem;
  }
}
.menu-01 p {
  border-bottom: 4px double #00ce18;
  padding-bottom: 8px;
  display: inline-block;
}
.menu-01 .price {
  margin-left: 16px;
}

#main .menu-02 {
  font-size: 1.6rem;
}
#main .menu-02 .box {
  margin-bottom: 8px;
  background-color: #161415;
  text-align: center;
  padding: 4px;
}

#main .event-01 {
  background-color: #000;
  padding: 32px;
}
@media screen and (max-width: 834px) {
  #main .event-01 {
    padding: 24px;
    flex-direction: column;
  }
}
#main .event-01 .box {
  flex: 1;
}
@media screen and (max-width: 834px) {
  #main .event-01 .box {
    width: 100%;
  }
}
#main .event-01 .box:has(img) {
  flex: initial;
  width: 32%;
  padding-left: 32px;
}
@media screen and (max-width: 834px) {
  #main .event-01 .box:has(img) {
    width: 100%;
    padding: 0;
    margin-top: 16px;
  }
}
#main .event-01 h2 {
  margin: 8px 0 16px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 8px 0;
  border-block: 1px solid rgba(255, 255, 255, 0.24);
}

.wrap-system .inner-wrap-system:nth-child(1) h2::before {
  content: "01";
}
.wrap-system .inner-wrap-system:nth-child(2) h2::before {
  content: "02";
}
.wrap-system .inner-wrap-system:nth-child(3) h2::before {
  content: "03";
}
.wrap-system .inner-wrap-system:nth-child(4) h2::before {
  content: "04";
}
.wrap-system .inner-wrap-system:nth-child(5) h2::before {
  content: "05";
}
.wrap-system .inner-wrap-system:nth-child(6) h2::before {
  content: "06";
}

.inner-wrap-system {
  padding: 16px;
  background-color: #000;
}
.inner-wrap-system .title-02_sub h2 {
  position: relative;
}
.inner-wrap-system .title-02_sub h2::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Hurricane", cursive;
  font-size: 10.4rem;
  color: rgba(255, 255, 255, 0.16);
  line-height: 1;
  font-weight: 400;
}

@media screen and (max-width: 640px) {
  #main .system-01 {
    flex-direction: column;
    align-items: center;
  }
}
#main .system-01 .box:nth-child(1) {
  width: 200px;
}
@media screen and (max-width: 834px) {
  #main .system-01 .box:nth-child(1) {
    width: 160px;
  }
}
#main .system-01 .box:nth-child(2) {
  flex: 1;
  padding-left: 24px;
}
@media screen and (max-width: 640px) {
  #main .system-01 .box:nth-child(2) {
    padding: 0;
    margin-top: 16px;
  }
}

@media screen and (max-width: 640px) {
  #main .review-01 {
    flex-direction: column;
  }
}
#main .review-01 .box {
  width: calc((100% - 32px) / 3);
  margin: 0 16px 16px 0;
  background-color: #000;
  padding: 16px;
}
@media screen and (max-width: 640px) {
  #main .review-01 .box {
    width: 100%;
    margin-right: 0;
  }
}
#main .review-01 .box:nth-child(3n) {
  margin-right: 0;
}
#main .review-01 .box h3 {
  display: none;
}
#main .review-01 .box .text {
  margin-top: 16px;
  font-size: 1.4rem;
}
#main .review-01 .box .text .str {
  font-size: 1.6rem;
  display: block;
  background-color: #161415;
  padding: 2px 8px;
  margin-bottom: 4px;
}

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: "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 */