@charset "UTF-8";
a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

::selection {
  background-color: #d0d0ff;
}

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

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

li {
  list-style: none;
}

html {
  font-size: 65.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: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #381500;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 16px;
  font-family: Noto Sans CJK JP, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.inner {
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 10px;
}
@media screen and (max-width: 834px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.inner2 {
  margin: 0 auto;
  max-width: 1000px;
}

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

#contents {
  width: 100%;
  max-width: 1300px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1200px) {
  #contents {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 834px) {
  #contents {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 640px) {
  #contents {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75%;
}

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

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

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

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

small {
  font-size: 80%;
}

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

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

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

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

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

@media screen and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}
@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: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: Noto Sans CJK JP, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ 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;
}

.policy h2 {
  margin: 50px 0 15px;
  padding: 0 0 5px;
  border-bottom: 2px solid #381500;
  font-size: 18px;
  font-weight: bold;
}

.error_link h2 {
  margin-bottom: 50px;
  font-size: 30px;
}
.error_link a {
  display: inline-block;
  margin-top: 50px;
  color: #381500;
}
.error_link a:hover {
  text-decoration: underline;
}

.pankuzu {
  font-size: 13px;
  color: #381500;
}
.pankuzu li {
  display: inline-block;
}
.pankuzu li span {
  font-weight: bold;
}
.pankuzu a {
  color: #381500;
  text-decoration: none;
  font-weight: bold;
}
.pankuzu a:hover {
  text-decoration: underline;
}

.pankuzu li:first-child {
  padding-left: 20px;
  position: relative;
}
.pankuzu li:first-child:before {
  position: absolute;
  content: "\f015";
  font-family: "Font Awesome 5 Pro";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-weight: bold;
}

.breadcrumb {
  text-align: right;
}

.tel-link a {
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .tel-link a {
    pointer-events: auto;
  }
}

/*スクロールバー全体*/
::-webkit-scrollbar {
  width: 4px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: #381500;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.slide-animation {
  animation: fadezoom 8s 0s forwards;
}

@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  position: relative;
}

.header-sect .siteID {
  position: absolute;
  top: 30px;
  left: 25px;
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .header-sect .siteID {
    width: 350px;
  }
}
@media only screen and (max-width: 1400px) {
  .header-sect .siteID {
    width: 280px;
  }
}
.header .nav {
  position: absolute;
  top: 50px;
  right: 45px;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .header .nav {
    display: none;
  }
}
.header .nav-ul {
  display: flex;
  justify-content: space-between;
  width: 900px;
}
@media only screen and (max-width: 1400px) {
  .header .nav-ul {
    width: 810px;
  }
}
.header .nav-item {
  flex-grow: 1;
}
.header .nav-item a {
  display: block;
  color: #fff;
}
.header .nav-item a .navja {
  display: block;
  font-size: 12px;
  margin-top: 8px;
}

#mainArea ul li img {
  width: 100% !important;
  height: 100vh !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 834px) {
  #mainArea ul li img {
    height: 70vh !important;
  }
}

/* ----------------------------------------------------------
bento menu
---------------------------------------------------------- */
#nav-toggle {
  display: none;
}
@media only screen and (max-width: 1200px) {
  #nav-toggle {
    display: block;
    position: fixed;
    z-index: 11111111111111110000;
    right: 13px;
    top: 16px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
}

#nav-toggle span {
  display: block;
  position: absolute;
  width: 30px;
  height: 6px;
  left: 6px;
  background: repeating-linear-gradient(to right, #fff, #fff 6px, rgba(255, 255, 255, 0) 6px, rgba(255, 255, 255, 0) 10px);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 10px;
}

#nav-toggle span:nth-child(2) {
  top: 20px;
}

#nav-toggle span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.open #nav-toggle span {
  top: 16px;
  height: 2px;
  background: repeating-linear-gradient(to right, #fff, #fff 6px, rgb(255, 255, 255) 6px, rgb(255, 255, 255) 10px);
}

.open #nav-toggle span:nth-child(1) {
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.open #nav-toggle span:nth-child(2),
.open #nav-toggle span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav .nav-ulmenu {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
}

nav .nav-ulmenu {
  background: rgba(56, 21, 0, 0.8);
  margin: 0 auto;
  padding: 0;
}

nav .nav-ulmenu li {
  list-style-type: none;
  padding: 0;
  width: 80%;
}

nav .nav-ulmenu li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

nav .nav-ulmenu li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
}

.open nav .nav-ulmenu {
  transform: translateY(0%);
  width: 320px;
}

.nav-menu {
  width: 320px;
  display: block;
}
.nav-menu .nav-ulmenu {
  width: 320px;
}
.nav-menu .nav-ulmenu .nav-item-logo {
  padding: 10px 10px 0 20px;
}
.nav-menu .nav-ulmenu .nav-item {
  border-bottom: 1px solid #fff;
}
.nav-menu .nav-ulmenu .nav-tel div {
  display: inline-block;
}
.nav-menu .nav-ulmenu .nav-tel div a {
  font-size: 22px;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
}
.nav-menu .nav-ulmenu .nav-tel div a:before {
  position: absolute;
  content: "";
  background: url(../images/contents/tel.png);
  width: 16px;
  height: 24px;
  left: 0;
  top: 57%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 80%;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
}
footer#global_footer #copy {
  color: #fff;
  font-size: 13px;
  display: block;
  background: #381500;
  padding: 15px 0;
}
footer#global_footer #copy a {
  color: #fff;
  font-size: 13px;
}

@media only screen and (max-width: 1500px) {
  .footer {
    padding-right: 76px;
  }
}
@media screen and (max-width: 834px) {
  .footer {
    padding-right: 0;
  }
}
.footer .nav {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1000px) {
  .footer .nav {
    display: none;
  }
}
.footer .nav-ul {
  display: flex;
}
.footer .nav-item {
  flex-grow: 1;
  position: relative;
}
.footer .nav-item:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #381500;
}
.footer .nav-item:first-child:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #381500;
}
.footer .nav-item a {
  display: block;
  color: #381500;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .footer .nav-item a {
    font-size: 14px;
  }
}
.footer-wrap {
  padding: 0 0 100px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .footer-wrap {
    flex-direction: column;
  }
}
.footer-left {
  width: 325px;
}
@media screen and (max-width: 834px) {
  .footer-left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.footer-left .siteID {
  text-align: left;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
  .footer-left .siteID {
    width: 330px;
  }
}
@media screen and (max-width: 834px) {
  .footer-left .siteID {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 640px) {
  .footer-left .siteID {
    width: 250px;
  }
}
.footer-left .footer-address {
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .footer-left .footer-address {
    text-align: center;
  }
}
.footer-left .footer-address p .space {
  display: block;
}
.footer-left .footer-address .space {
  display: block;
}
.footer-left .footer-address a {
  color: #381500;
  display: inline-block;
}
@media screen and (max-width: 834px) {
  .footer-left .footer-address .blk {
    display: block;
  }
}
.footer-left .footer-fle1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .footer-left .footer-fle1 {
    justify-content: center;
  }
}
.footer-left .footer-fle1 .btn1 {
  width: 270px;
  margin-right: 20px;
}
.footer-left .footer-fle1 .btn1:hover {
  background: #381500;
  transition: all 0.2s;
}
.footer-left .footer-fle1 .btn1 a {
  border: 1px solid #381500;
  display: block;
  padding: 10px 0;
  font-weight: 500;
  color: #381500;
}
.footer-left .footer-fle1 .btn1 a:hover {
  border: 1px solid #381500;
  background: #381500;
  opacity: 1;
  color: #fff;
  transition: all 0.2s;
}
.footer-right {
  width: calc(100% - 425px);
}
@media only screen and (max-width: 1100px) {
  .footer-right {
    width: calc(100% - 400px);
  }
}
@media screen and (max-width: 834px) {
  .footer-right {
    width: 100%;
  }
}

.scroll-obj {
  opacity: 0;
  transition: all 1s ease 0.5s;
}
@media screen and (max-width: 640px) {
  .scroll-obj {
    opacity: 1 !important;
    transform: none !important;
  }
}

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

.scroll-left {
  transform: translate(-100px, 0);
}
@media screen and (max-width: 640px) {
  .scroll-left {
    opacity: 1 !important;
    transform: none !important;
  }
}

.scroll-right {
  transform: translate(100px, 0);
}
@media screen and (max-width: 640px) {
  .scroll-right {
    opacity: 1 !important;
    transform: none !important;
  }
}

.imgmv {
  position: relative;
}
.imgmv:before {
  transition: all 1.5s ease 0.5s;
  content: "";
  background: url(../images/contents/bg5.jpg);
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
.imgmv.aaaa:before {
  width: 0;
}
.imgmv img {
  width: 100% !important;
}

body {
  background: url(../images/contents/bg5.jpg);
}
body #contents {
  background: none !important;
}

.index-wrap1 {
  position: relative;
}
@media screen and (max-width: 640px) {
  .index-wrap1 .img1 img {
    height: 300px !important;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
.index-wrap1 .maintext {
  position: absolute;
  left: 9%;
  top: 33%;
  z-index: 11111;
  font-size: 32px;
  z-index: 90;
  background: rgba(255, 255, 255, 0.8);
  line-height: 1.9;
  width: 160px;
  height: 530px;
  font-weight: 500;
  writing-mode: vertical-rl;
  text-shadow: 2px 2px 3px #fff;
  font-weight: 500;
  text-align: left;
  padding-top: 32px;
  padding-right: 18px;
}
@media only screen and (max-width: 1700px) {
  .index-wrap1 .maintext {
    top: 20%;
  }
}
@media only screen and (max-width: 1000px) {
  .index-wrap1 .maintext {
    width: 136px;
    height: 410px;
    font-size: 25px;
    left: 5%;
  }
}
@media screen and (max-width: 834px) {
  .index-wrap1 .maintext {
    left: 2%;
    height: 380px;
  }
}
.index-wrap1 .col1 {
  color: #ef9200;
}
.index-wrap1 .ch1 {
  margin-top: 100px;
}
@media only screen and (max-width: 1000px) {
  .index-wrap1 .ch1 {
    margin-top: 30px;
  }
}
.index-wrap1 .maintext-maincol {
  color: #381500;
  font-size: 55px;
}
@media only screen and (max-width: 1700px) {
  .index-wrap1 .maintext-maincol {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1000px) {
  .index-wrap1 .maintext-maincol {
    font-size: 45px;
  }
}
@media screen and (max-width: 640px) {
  .index-wrap1 .maintext-maincol {
    font-size: 37px;
  }
}
.index-wrap1 .maintext .in {
  opacity: 1 !important;
}
.index-wrap1 .title_2 {
  position: absolute;
  top: -65px;
  right: 0;
}
.index-wrap1 .title_2 h2 {
  font-family: Myriad Pro, Noto Sans CJK JP, "Noto Sans JP";
  font-style: italic;
  font-size: 116px;
  font-weight: bold;
  -webkit-text-stroke: 2px #381500;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1300px) {
  .index-wrap1 .title_2 h2 {
    font-size: 90px;
  }
}
@media only screen and (max-width: 1000px) {
  .index-wrap1 .title_2 h2 {
    font-size: 75px;
  }
}
@media screen and (max-width: 834px) {
  .index-wrap1 .title_2 h2 {
    font-size: 66px;
  }
}
.index-wrap1 .textwrap1 {
  position: absolute;
  left: 28%;
  bottom: -150px;
}
@media only screen and (max-width: 1000px) {
  .index-wrap1 .textwrap1 {
    left: 25%;
  }
}
@media screen and (max-width: 834px) {
  .index-wrap1 .textwrap1 {
    left: 28%;
  }
}
@media screen and (max-width: 640px) {
  .index-wrap1 .textwrap1 {
    bottom: -55%;
    left: 0;
  }
}
@media only screen and (max-width: 400px) {
  .index-wrap1 .textwrap1 {
    bottom: -60%;
  }
}
@media only screen and (max-width: 1000px) {
  .index-wrap1 .textwrap1 .title_3 {
    margin-bottom: 15px !important;
  }
}
.index-wrap1 .textwrap1 .title_3 h3 {
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 1000px) {
  .index-wrap1 .textwrap1 .title_3 h3 {
    font-size: 21px;
  }
}
@media screen and (max-width: 834px) {
  .index-wrap1 .textwrap1 .title_3 h3 {
    font-size: 18px;
  }
}
.index-wrap1 .textwrap1 .title_3 h3 .blk {
  display: block;
}
@media only screen and (max-width: 450px) {
  .index-wrap1 .textwrap1 .title_3 h3 .blk {
    display: none;
  }
}
.index-wrap1 .textwrap1 .maintextsp {
  display: none;
}
@media screen and (max-width: 640px) {
  .index-wrap1 .textwrap1 .maintextsp {
    display: block;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    display: inline-block !important;
  }
  .index-wrap1 .textwrap1 .maintextsp div {
    font-size: 20px;
    font-weight: 500;
  }
  .index-wrap1 .textwrap1 .maintextsp div .blk {
    display: block;
  }
  .index-wrap1 .textwrap1 .maintextsp div .col1 {
    color: #ef9200;
  }
}

.title_4 {
  line-height: 1;
}
.title_4 h2 {
  font-size: 27px;
  font-weight: 500;
}
@media only screen and (max-width: 1300px) {
  .title_4 h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 834px) {
  .title_4 h2 {
    font-size: 20px;
  }
}
.title_4 h2 .en {
  font-family: Myriad Pro, Noto Sans CJK JP, "Noto Sans JP";
  font-style: italic;
  font-size: 116px;
  font-weight: bold;
  -webkit-text-stroke: 2px #381500;
  -webkit-text-fill-color: transparent;
  margin-right: 15px;
}
@media only screen and (max-width: 1300px) {
  .title_4 h2 .en {
    font-size: 90px;
  }
}
@media only screen and (max-width: 1000px) {
  .title_4 h2 .en {
    font-size: 75px;
  }
}
@media screen and (max-width: 834px) {
  .title_4 h2 .en {
    font-size: 66px;
  }
}

.index-wrap2 {
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  position: relative;
}
.index-wrap2:before {
  position: absolute;
  content: "";
  background: url(../images/contents/mt1.png);
  max-width: 335px;
  height: 195px;
  right: -370px;
  background-repeat: no-repeat;
  background-size: 90%;
  top: 200px;
  right: 0;
  background-position: right;
  width: 50%;
}
@media only screen and (max-width: 1500px) {
  .index-wrap2:before {
    content: none;
  }
}
@media screen and (max-width: 640px) {
  .index-wrap2 .car_img {
    position: absolute;
    bottom: -80px;
  }
}
.index-wrap2 .wrap1 {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .index-wrap2 .wrap1 {
    align-items: center;
  }
}
@media screen and (max-width: 640px) {
  .index-wrap2 .wrap1 {
    flex-direction: column-reverse;
  }
}
.index-wrap2 .wrap1:before {
  position: absolute;
  content: "";
  background: url(../images/contents/illust2.png);
  max-width: 902px;
  height: 158px;
  left: -190px;
  bottom: -60px;
  background-repeat: no-repeat;
  width: 65%;
  background-size: 80%;
}
.index-wrap2 .wrap1 .box1 {
  width: 635px;
}
@media only screen and (max-width: 1200px) {
  .index-wrap2 .wrap1 .box1 {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .index-wrap2 .wrap1 .box1 {
    width: 100%;
  }
}
.index-wrap2 .wrap1 .box1 .title_3 h3 {
  font-size: 27px;
  font-weight: 500;
}
@media only screen and (max-width: 1300px) {
  .index-wrap2 .wrap1 .box1 .title_3 h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 834px) {
  .index-wrap2 .wrap1 .box1 .title_3 h3 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1200px) {
  .index-wrap2 .wrap1 .box1 .text1 div {
    text-align: left !important;
  }
}
.index-wrap2 .wrap1 .box1 .text1 div .blk {
  display: block;
}
@media only screen and (max-width: 1200px) {
  .index-wrap2 .wrap1 .box1 .text1 div .blk {
    display: none;
  }
}
.index-wrap2 .wrap1 .box1 .btn1 {
  text-align: center;
}
.index-wrap2 .wrap1 .box1 .btn1 div {
  display: inline-block;
  background: #381500;
  position: relative;
  width: 280px;
}
@media screen and (max-width: 834px) {
  .index-wrap2 .wrap1 .box1 .btn1 div {
    width: 240px;
  }
}
.index-wrap2 .wrap1 .box1 .btn1 div:before {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
}
.index-wrap2 .wrap1 .box1 .btn1 div a {
  display: block;
  color: #fff;
  padding: 11px 0;
  font-size: 15px;
  position: relative;
  opacity: 1;
  margin: 0 auto;
  text-decoration: none;
  background: #381500;
  border: none;
  cursor: pointer;
  transition: 800ms ease all;
  outline: none;
  align-items: center;
  justify-content: center;
}
.index-wrap2 .wrap1 .box1 .btn1 div a:hover {
  background: #fff;
  color: #381500;
}
.index-wrap2 .wrap1 .box1 .btn1 div a:before, .index-wrap2 .wrap1 .box1 .btn1 div a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #381500;
  transition: 400ms ease all;
}
.index-wrap2 .wrap1 .box1 .btn1 div a:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}
.index-wrap2 .wrap1 .box1 .btn1 div a:hover:before, .index-wrap2 .wrap1 .box1 .btn1 div a:hover:after {
  width: 100%;
  transition: 800ms ease all;
}
.index-wrap2 .wrap1 .box2 {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .index-wrap2 .wrap1 .box2 {
    width: 80%;
    margin-bottom: 40px;
  }
}

.title_5 {
  line-height: 1;
}
.title_5 h2 {
  font-size: 27px;
  font-weight: 500;
}
@media only screen and (max-width: 1300px) {
  .title_5 h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 834px) {
  .title_5 h2 {
    font-size: 20px;
  }
}
.title_5 h2 .en {
  display: block;
  font-family: Myriad Pro, Noto Sans CJK JP, "Noto Sans JP";
  font-style: italic;
  font-size: 116px;
  font-weight: bold;
  -webkit-text-stroke: 2px #381500;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1300px) {
  .title_5 h2 .en {
    font-size: 90px;
  }
}
@media only screen and (max-width: 1000px) {
  .title_5 h2 .en {
    font-size: 75px;
  }
}
@media screen and (max-width: 834px) {
  .title_5 h2 .en {
    font-size: 66px;
  }
}
@media screen and (max-width: 640px) {
  .title_5 h2 .en {
    font-size: 50px;
  }
}

.index-fle1 {
  justify-content: flex-start;
}
.index-fle1 .box {
  width: 32%;
  margin-right: 2%;
}
@media screen and (max-width: 834px) {
  .index-fle1 .box {
    width: 49%;
  }
  .index-fle1 .box:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .index-fle1 .box:nth-of-type(2n) {
    margin-right: 0;
  }
}
.index-fle1 .box:last-child {
  margin-right: 0;
}
.index-fle1 .box h3 {
  font-size: 22px;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .index-fle1 .box h3 {
    font-size: 19px;
  }
}
@media screen and (max-width: 640px) {
  .index-fle1 .box h3 {
    font-size: 16px;
  }
}
.index-fle1 .box div {
  display: none;
}

.index_img1 {
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((1600px - 100%) / 2 * -1) !important;
}
@media only screen and (max-width: 1700px) {
  .index_img1 {
    margin-right: calc((1300px - 100%) / 2 * -1) !important;
  }
}
@media only screen and (max-width: 1400px) {
  .index_img1 {
    margin-right: calc((1100px - 100%) / 2 * -1) !important;
  }
}
@media only screen and (max-width: 1200px) {
  .index_img1 {
    margin-right: calc((900px - 100%) / 2 * -1) !important;
  }
}
@media only screen and (max-width: 1000px) {
  .index_img1 {
    margin-right: auto !important;
  }
}
@media only screen and (max-width: 1000px) {
  .index_img1 img {
    width: 95% !important;
    margin-left: 0;
  }
}

.index_news {
  flex-direction: column;
  cursor: pointer;
}
.index_news .box {
  width: 100%;
  line-height: 1.4;
  padding: 42px 10px !important;
  position: relative;
  border-bottom: 1px solid #381500;
}
@media screen and (max-width: 640px) {
  .index_news .box {
    padding: 20px 10px !important;
  }
}
.index_news .box:first-child {
  border-top: 1px solid #381500;
}
.index_news .box div {
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .index_news .box div {
    display: flex;
    flex-direction: column;
    padding-left: 0 !important;
    font-size: 15px;
  }
}
.index_news .box div .ch1 {
  position: absolute;
  font-size: 16px;
  left: 0;
}
@media screen and (max-width: 640px) {
  .index_news .box div .ch1 {
    font-size: 14px;
    position: static;
    display: block;
    margin-bottom: 5px;
  }
}
.index_news .box div .ch2 {
  padding-left: 120px;
  display: block;
}
@media screen and (max-width: 834px) {
  .index_news .box div .ch2 {
    padding-left: 110px;
  }
}
@media screen and (max-width: 640px) {
  .index_news .box div .ch2 {
    display: block;
    padding-left: 0;
  }
}

.index-wrap3 {
  width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .index-wrap3 {
    width: 900px;
  }
}
@media only screen and (max-width: 1000px) {
  .index-wrap3 {
    width: 100%;
  }
}

.main_bike01 {
  width: 100%;
  z-index: 5;
  opacity: 0;
}
.main_bike01 img {
  margin: 0 0 0 auto !important;
  position: right !important;
  width: 30% !important;
  text-align: right !important;
  max-width: 195px;
}
@media screen and (max-width: 834px) {
  .main_bike01 img {
    width: 150px !important;
  }
}
@media screen and (max-width: 640px) {
  .main_bike01 img {
    width: 140px !important;
  }
}

.bike_run1 {
  animation-name: bike_run1;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  animation-duration: 15s;
}
@media screen and (max-width: 1320px) {
  .bike_run1 {
    animation-duration: 12s;
  }
}
@media screen and (max-width: 834px) {
  .bike_run1 {
    animation-duration: 10s;
  }
}
@media screen and (max-width: 640px) {
  .bike_run1 {
    animation-duration: 10s;
  }
}

@keyframes bike_run1 {
  0% {
    transform: translate(80%, 0);
    opacity: 1;
  }
  100% {
    transform: translate(-190%, 0);
    opacity: 1;
  }
}
.main_bike10 {
  width: 100%;
  z-index: 5;
  opacity: 0;
}
.main_bike10 img {
  margin: 0 0 0 auto !important;
  position: right !important;
  width: 30% !important;
  text-align: right !important;
  max-width: 195px;
}
@media screen and (max-width: 834px) {
  .main_bike10 img {
    width: 150px !important;
  }
}
@media screen and (max-width: 640px) {
  .main_bike10 img {
    width: 140px !important;
  }
}

.bike_run10 {
  animation-name: bike_run10;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  animation-duration: 15s;
}
@media screen and (max-width: 1320px) {
  .bike_run10 {
    animation-duration: 12s;
  }
}
@media screen and (max-width: 834px) {
  .bike_run10 {
    animation-duration: 10s;
  }
}
@media screen and (max-width: 640px) {
  .bike_run10 {
    animation-duration: 10s;
  }
}

@keyframes bike_run10 {
  0% {
    transform: translate(80%, 0);
    opacity: 1;
  }
  100% {
    transform: translate(-190%, 0);
    opacity: 1;
  }
}
.main_bike11 {
  width: 100%;
  z-index: 5;
  opacity: 0;
}
.main_bike11 img {
  margin: 0 0 0 auto !important;
  position: right !important;
  width: 30% !important;
  text-align: right !important;
  max-width: 195px;
}
@media screen and (max-width: 834px) {
  .main_bike11 img {
    width: 150px !important;
  }
}
@media screen and (max-width: 640px) {
  .main_bike11 img {
    width: 140px !important;
  }
}

.bike_run11 {
  animation-name: bike_run11;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  animation-duration: 15s;
}
@media screen and (max-width: 1320px) {
  .bike_run11 {
    animation-duration: 12s;
  }
}
@media screen and (max-width: 834px) {
  .bike_run11 {
    animation-duration: 10s;
  }
}
@media screen and (max-width: 640px) {
  .bike_run11 {
    animation-duration: 10s;
  }
}

@keyframes bike_run11 {
  0% {
    transform: translate(80%, 0);
    opacity: 1;
  }
  100% {
    transform: translate(-190%, 0);
    opacity: 1;
  }
}
.main_bike02 {
  position: absolute;
  bottom: -130px;
  right: 0;
  width: 100%;
  z-index: 5;
  opacity: 0;
}
.main_bike02 img {
  margin: 0 0 0 auto !important;
  position: right;
  width: 30% !important;
  text-align: right !important;
  max-width: 195px;
}

.bike_run2 {
  animation-name: bike_run2;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 5s;
  opacity: 1;
}
@media screen and (max-width: 834px) {
  .bike_run2 {
    animation-duration: 3s;
  }
}
@media screen and (max-width: 640px) {
  .bike_run2 {
    animation-duration: 3s;
  }
}

@keyframes bike_run2 {
  0% {
    transform: translate(30%, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.logo_fadein {
  background: url(../images/contents/bg.jpg);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999999999999;
}
.logo_fadein .logo_fadein_wrap {
  position: relative;
  height: 100% !important;
}

.logo_fadein p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 280px;
}

.main_car03 {
  position: absolute;
  bottom: 0 !important;
  right: 0;
  width: 100%;
  z-index: 111111111111111;
  opacity: 0;
}
.main_car03 img {
  margin: 0 0 0 auto !important;
  position: right !important;
  width: 30% !important;
  max-width: 195px;
}

.car_run3 {
  animation-name: car_run3;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  animation-duration: 15s;
  text-align: right;
}
@media screen and (max-width: 1320px) {
  .car_run3 {
    animation-duration: 12s;
  }
}
@media screen and (max-width: 834px) {
  .car_run3 {
    animation-duration: 10s;
  }
}
@media screen and (max-width: 640px) {
  .car_run3 {
    animation-duration: 10s;
  }
}

@keyframes car_run3 {
  0% {
    transform: translate(30%, 0);
    opacity: 1;
  }
  100% {
    transform: translate(-190%, 0);
    opacity: 1;
  }
}
.main_img01 {
  clip-path: polygon(100% 0, 100% 15%, 0 55%, 0 0);
  background: rgba(247, 127, 28, 0.5);
  width: 100%;
  padding: 15%;
  display: block;
  position: absolute;
  z-index: 1111111;
  bottom: 0;
}

.main_img02 {
  clip-path: polygon(100% 0, 100% 55%, 0 15%, 0 0);
  background: rgba(247, 127, 28, 0.5);
  width: 100%;
  padding: 15%;
  display: block;
  position: absolute;
  z-index: 1111111;
  bottom: 0;
}

.main_img {
  padding-bottom: 30%;
  position: relative;
  z-index: 1;
}

.main_img01_before {
  padding: 0;
  width: 100%;
  right: 0;
}

.main_img01_after {
  padding: 15% !important;
  transition: all 0.5s;
}

.main_img02_before {
  padding: 0;
  left: 0;
}

.main_img02_after {
  padding: 15% !important;
  transition: all 0.5s;
}

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

div.under ul li a {
  font-weight: 400;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "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;
}

.btn a {
  display: block;
  max-width: 300px;
  background: #381500;
  color: #fff;
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .btn a {
    margin-right: auto;
    margin-left: 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;
}

.flex2cl_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 {
    flex-direction: column-reverse;
  }
}
.flex2cl_01 .flxL {
  width: 57%;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
.flex2cl_01 .flxR {
  width: 40%;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flex2cl_01 .flxR .img {
  width: 100%;
}
.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1320px) {
  .flex2cl_02 {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 834px) {
  .flex2cl_02 {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1320px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
  }
}
@media screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}
.flex2cl_02 .box img {
  width: 100% !important;
}
.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2.4390243902%;
}
@media screen and (max-width: 1320px) {
  .flex3cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex3cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex3cl .box {
  position: relative;
  width: 30.8943089431%;
  margin-left: 2.4390243902%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1320px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex3cl .box img {
  width: 100% !important;
}
.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -3.2258064516%;
}
@media screen and (max-width: 1320px) {
  .flex4cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex4cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex4cl .box {
  position: relative;
  width: 21.7741935484%;
  margin-left: 3.2258064516%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1320px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex4cl .box img {
  width: 100% !important;
}
.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

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

.con100-2 {
  margin-left: calc((1200px - 100%) / 2 * -1);
  margin-right: calc((1200px - 100%) / 2 * -1);
}

/* ----------------------------------------------------------
meanmenu
---------------------------------------------------------- */
.mean-bar {
  background: #381500 !important;
  position: fixed !important;
}
.mean-bar .mean-nav {
  background: #381500 !important;
  position: fixed;
  margin-top: 42px !important;
}
.mean-bar .mean-nav .mean-expand {
  width: 35px !important;
  height: 35px !important;
}

/*マウスストーカー*/
body {
  cursor: none;
}

.cursor,
.follower {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .cursor,
.follower {
    display: none !important;
  }
}

.cursor {
  width: 8px;
  height: 8px;
  background-color: #999;
  z-index: 1001;
}

.follower {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1000;
  transition: transform ease 0.1s;
  text-align: center;
}
.follower span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  transform: scale(0);
}
.follower.is-active {
  transform: scale(2);
}

.simpleParallax {
  height: 100%;
}

html::-webkit-scrollbar {
  display: none;
}

.Text-Span {
  position: relative;
  z-index: 1;
  padding-bottom: 5px;
}

.Text-Span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0%;
  height: 5px;
  background: #381500;
  z-index: -1;
  transition: all 0.8s;
}

.Text-Span.isActive:after {
  width: 100%;
}

.title_8 {
  padding: 220px 0 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .title_8 {
    padding: 160px 0 70px 0;
  }
}
.title_8 article {
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 20px;
}
.title_8 article h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .title_8 article h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  .title_8 article h1 {
    font-size: 34px;
  }
}
.title_8 article h1 .blk {
  display: block;
  font-size: 16px;
  margin-top: 5px;
}

@media only screen and (max-width: 450px) {
  .title_8ch h1 {
    font-size: 28px !important;
  }
}

/* ------------------------------------------------------------
property.html
------------------------------------------------------------ */
.flow_dl1 {
  position: relative;
}
.flow_dl1:before {
  position: absolute;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  left: 40px;
  bottom: -52px;
  font-size: 40px;
}
.flow_dl1 dl {
  display: flex;
  flex-direction: column;
}
.flow_dl1 dl dt {
  width: 120px !important;
  border: none !important;
  background: #381500 !important;
  color: #fff;
  display: flex;
  align-items: center !important;
  padding: 6px !important;
}
.flow_dl1 dl dd {
  width: 100% !important;
  border: none !important;
  background: none !important;
  padding: 0 !important;
  margin-top: 13px;
}

.flow_dl1_2:before {
  content: none;
}

/* ------------------------------------------------------------
service.html
------------------------------------------------------------ */
.service_text1 div .blk {
  display: block;
}
.service_text1 div .ch1 {
  font-weight: 500;
  background: linear-gradient(transparent 60%, #fcc662 60%);
}

.title_9 h2 {
  font-weight: bold;
  font-size: 20px;
  position: relative;
  padding-left: 30px;
  border-bottom: 1px dotted #999;
  padding-bottom: 10px;
}
.title_9 h2:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 0;
  height: 0;
  border-width: 9px 0 9px 15.6px;
  border-style: solid;
  border-color: transparent transparent transparent #381500;
}

.service_text2 div .ch2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.service_text2 div .ch1 {
  font-weight: 500;
  background: linear-gradient(transparent 60%, #fcc662 60%);
}

.service_fle1 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .service_fle1 {
    flex-direction: column;
  }
}
.service_fle1 .box1 {
  width: 42%;
}
@media screen and (max-width: 834px) {
  .service_fle1 .box1 {
    width: 100%;
    margin-bottom: 15px;
  }
}
.service_fle1 .box2 {
  width: 55%;
}
@media screen and (max-width: 834px) {
  .service_fle1 .box2 {
    width: 100%;
  }
}
.service_fle1 .box2 .text1 div {
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
}
.service_fle1 .box2 .service_ul1 ul {
  display: flex;
  flex-direction: column;
}
.service_fle1 .box2 .service_ul1 ul li {
  padding: 10px;
  border-bottom: 1px dashed #381500;
  padding-left: 30px;
  position: relative;
}
.service_fle1 .box2 .service_ul1 ul li:before {
  position: absolute;
  content: "♦";
  left: 0;
  color: #381500;
}

/* ------------------------------------------------------------
stock.html
------------------------------------------------------------ */
.stock_wrap1 {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
@media screen and (max-width: 834px) {
  .stock_wrap1 {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .stock_wrap1 .box1 {
    width: 49%;
  }
}
@media screen and (max-width: 834px) {
  .stock_wrap1 .box1 {
    width: 460px;
    margin-bottom: 160px;
  }
}
@media only screen and (max-width: 500px) {
  .stock_wrap1 .box1 {
    width: 100%;
  }
}
.stock_wrap1 .box2 {
  width: calc(100% - 490px);
}
@media only screen and (max-width: 1000px) {
  .stock_wrap1 .box2 {
    width: 49%;
  }
}
@media screen and (max-width: 834px) {
  .stock_wrap1 .box2 {
    width: 100%;
    margin-bottom: 50px;
  }
}
.stock_wrap1 .box2 .stock_dl1 dl {
  display: flex;
}
@media screen and (max-width: 640px) {
  .stock_wrap1 .box2 .stock_dl1 dl {
    flex-direction: column;
  }
}
.stock_wrap1 .box2 .stock_dl1 dl dt {
  background: none !important;
  border: none !important;
  border-bottom: 1px solid #381500 !important;
  padding: 15px !important;
  display: flex;
  align-items: center !important;
  justify-content: flex-start !important;
}
@media only screen and (max-width: 1200px) {
  .stock_wrap1 .box2 .stock_dl1 dl dt {
    width: 100px !important;
  }
}
@media screen and (max-width: 640px) {
  .stock_wrap1 .box2 .stock_dl1 dl dt {
    width: 100% !important;
    border: none !important;
    background: #fff !important;
    align-items: flex-start !important;
  }
}
.stock_wrap1 .box2 .stock_dl1 dl dd {
  background: none;
  border: none !important;
  border-bottom: 1px solid #9b9b9b !important;
  padding: 15px !important;
}
@media only screen and (max-width: 1200px) {
  .stock_wrap1 .box2 .stock_dl1 dl dd {
    width: calc(100% - 120px) !important;
  }
}
@media screen and (max-width: 640px) {
  .stock_wrap1 .box2 .stock_dl1 dl dd {
    width: 100% !important;
    border: none !important;
  }
}
.stock_wrap1 .box2 .stock_ul1 ul {
  display: flex;
  flex-direction: column;
}
.stock_wrap1 .box2 .stock_ul1 ul li {
  padding: 10px;
  border-bottom: 1px dashed #381500;
  padding-left: 30px;
  position: relative;
}
.stock_wrap1 .box2 .stock_ul1 ul li:before {
  position: absolute;
  content: "♦";
  left: 0;
  color: #381500;
}

.gallery {
  width: 460px;
}
@media only screen and (max-width: 1000px) {
  .gallery {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .gallery {
    width: 460px;
  }
}
@media only screen and (max-width: 500px) {
  .gallery {
    width: 100%;
  }
}
.gallery .slick-prev {
  z-index: 1;
}
.gallery .slick-prev:before {
  position: absolute;
  content: "<" !important;
  color: #fff !important;
  opacity: 1 !important;
  font-weight: bold;
  font-size: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  left: 32px;
}
.gallery .slick-next {
  z-index: 1;
}
.gallery .slick-next:before {
  position: absolute;
  content: ">" !important;
  color: #fff !important;
  opacity: 1 !important;
  font-weight: bold;
  font-size: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  right: 32px;
}
.gallery .slick-track .slick-slide img {
  width: 100% !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.gallery .slick-dots {
  bottom: -165px;
  justify-content: flex-start;
}
.gallery .slick-dots li {
  width: 19% !important;
  height: 70px !important;
  margin: 0 !important;
  margin-right: 1.2% !important;
}
.gallery .slick-dots li:nth-of-type(5n) {
  margin-right: 0 !important;
}
.gallery .slick-dots li:nth-of-type(n + 6) {
  margin-top: 10px !important;
}
@media only screen and (max-width: 500px) {
  .gallery .slick-dots li {
    height: 70px !important;
  }
}
.gallery .slick-dots li img {
  width: 100% !important;
  height: 70px !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media only screen and (max-width: 500px) {
  .gallery .slick-dots li img {
    height: 70px !important;
  }
}

/* ------------------------------------------------------------
review.html
------------------------------------------------------------ */
.review_text1 div {
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .review_text1 div {
    font-size: 18px;
  }
}

.review_wrap1 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .review_wrap1 {
    align-items: baseline;
  }
}

.review_fle1 {
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 110px;
}
.review_fle1 .box:first-child {
  width: 100%;
}
.review_fle1 .box:first-child div {
  font-size: 18px;
  font-weight: 500;
}
.review_fle1 .box:nth-of-type(n + 2) {
  width: 19%;
}

.review_dl1 {
  display: flex;
}
@media screen and (max-width: 640px) {
  .review_dl1 {
    width: 200px;
    font-size: 13px;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 2;
  }
}
.review_dl1 dl {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
@media screen and (max-width: 640px) {
  .review_dl1 dl {
    margin-right: 0;
    width: 49%;
  }
}
.review_dl1 dl:nth-of-type(n + 2) {
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 640px) {
  .review_dl1 dl:nth-of-type(n + 2) {
    padding-left: 0;
  }
}
.review_dl1 dl:nth-of-type(n + 2):before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: #381500;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .review_dl1 dl:nth-of-type(n + 2):before {
    content: none;
  }
}
.review_dl1 dl dt {
  border: none !important;
  background: none !important;
  width: auto !important;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .review_dl1 dl dt {
    padding: 0 !important;
  }
}
.review_dl1 dl dd {
  border: none !important;
  background: none !important;
  width: auto !important;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .review_dl1 dl dd {
    padding: 0 !important;
  }
}

.review_fle2 {
  flex-direction: column;
  cursor: pointer;
}
.review_fle2 .box {
  width: 100%;
  line-height: 1.4;
}
.review_fle2 .box:first-child {
  padding: 0 95px 20px 0 !important;
  position: relative;
}
@media screen and (max-width: 640px) {
  .review_fle2 .box:first-child {
    padding: 0 65px 20px 0 !important;
  }
}
.review_fle2 .box:first-child div {
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .review_fle2 .box:first-child div {
    font-size: 15px;
  }
}
.review_fle2 .box:first-child div:after {
  content: "\f078";
  position: absolute;
  font-weight: bold;
  top: 0;
  bottom: 0;
  font-size: 1.4em;
  right: -45px;
  margin: auto;
  color: #381500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Font Awesome 5 Pro";
  font-size: 28px;
  color: #381500;
}
.review_fle2 .box:first-child div .text1 {
  font-weight: 500;
  display: block;
  margin-top: 10px;
}
.review_fle2 .box:last-child {
  display: none;
  position: relative;
  background: #fff;
  border-top: none;
}
.review_fle2 .box:last-child div {
  padding: 20px !important;
  position: relative;
}
@media screen and (max-width: 640px) {
  .review_fle2 .box:last-child div {
    font-size: 15px;
    padding: 20px !important;
  }
}

/* ------------------------------------------------------------
company.html
------------------------------------------------------------ */
.company_dl1 dl {
  display: flex;
  border-bottom: 1px solid #381500 !important;
}
@media screen and (max-width: 640px) {
  .company_dl1 dl {
    flex-direction: column;
    border: none !important;
  }
}
.company_dl1 dl dt {
  background: none !important;
  border: none !important;
  padding: 15px !important;
  display: flex;
  align-items: center !important;
  justify-content: flex-start !important;
}
@media screen and (max-width: 640px) {
  .company_dl1 dl dt {
    width: 100% !important;
    background: #fff !important;
    align-items: flex-start !important;
  }
}
.company_dl1 dl dd {
  background: none !important;
  border: none !important;
  padding: 15px !important;
}
@media screen and (max-width: 640px) {
  .company_dl1 dl dd {
    width: 100% !important;
    border: none !important;
  }
}
.company_dl1 dl dd a {
  color: #381500;
}

/* ------------------------------------------------------------
contact.html
------------------------------------------------------------ */
.contact-text1 div a {
  text-decoration: none;
  color: #381500;
  font-weight: bold;
}

.contact-text2 div {
  color: #ff0000;
}

.mail.title {
  display: none;
}

.form_wrap.message {
  margin-top: 260px !important;
}

.confirm.contact-form {
  margin-top: 150px;
}

.form_wrap.error {
  margin-top: 150px;
}

.contact-form dl dt {
  background: #381500 !important;
  color: #fff;
}
.contact-form dl dd textarea {
  height: 100px;
}

#scroll1 a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: rgba(255, 255, 255, 0.4);
}

#scroll1 a::after {
  animation: sdl06 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl06 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
html {
  scroll-behavior: smooth;
}

.scroll {
  position: absolute;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
}

.scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.8) 100%);
}

.scroll p {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  color: #fff;
  font: normal 300 64px/1 "Josefin Sans", sans-serif;
  text-align: center;
  white-space: nowrap;
}

.scroll a {
  display: inline-block;
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  color: #fff;
  font-size: 14px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: 0.8s;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
}

.scroll a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
}

.scroll a:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 834px) {
  .scroll {
    display: none;
  }
}/*# sourceMappingURL=common_style.css.map */