@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Oswald:wght@200;300;400;500;600;700&display=swap");
h2.mail.title {
  display: none !important;
}

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

.disnone {
  display: none;
}

* {
  -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: 500;
}

body {
  counter-reset: number 0;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  background-attachment: fixed;
}

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

.inner2 {
  margin-inline: auto;
  max-width: 1400px;
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .inner2 {
    max-width: 1200px;
  }
}

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

#contents {
  width: 95%;
  max-width: 1200px;
  min-width: 320px;
  background: none;
  padding-bottom: 100px;
  margin-top: 100px;
}
@media screen and (max-width: 834px) {
  #contents {
    margin-top: 70px;
  }
}

#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: #17e012;
  transition: 1s;
  text-decoration: none;
}

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

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto;
    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: "游ゴシック", YuGothic, "Lato", "Noto Sans JP", "ヒラギノ角ゴ 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;
}

* {
  margin: 0;
  padding: 0;
}

nav {
  background: #0f141b;
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 834px) {
  nav {
    height: 70px;
  }
}
nav .logo {
  color: white;
  font-size: 27px;
  font-weight: 600;
  line-height: 70px;
  padding-left: 60px;
}
@media screen and (max-width: 834px) {
  nav .logo {
    padding-left: 0;
    width: 100%;
  }
}
nav .logo img {
  max-height: 90px;
}
@media screen and (max-width: 834px) {
  nav .logo img {
    max-height: 70px;
    padding: 5px;
    vertical-align: middle;
  }
}
nav .h-conbtn {
  margin-right: 2.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 55px;
  background: #c69727;
  color: #000;
}
@media only screen and (max-width: 1200px) {
  nav .h-conbtn {
    display: none;
  }
}
nav .h-conbtn img {
  padding-right: 20px;
}
nav > ul {
  list-style: none;
  top: 27px;
  right: 300px;
  position: absolute;
}
@media only screen and (max-width: 1200px) {
  nav > ul {
    right: auto;
    left: auto;
    right: 2.5%;
  }
}
@media screen and (max-width: 834px) {
  nav > ul {
    background: rgba(15, 20, 27, 0.8);
    position: absolute;
    top: 70px;
    left: 0;
    margin-right: 0;
    height: calc(100vh - 70px);
    width: 250px;
  }
}
nav > ul li {
  display: inline-block;
  position: relative;
}
nav > ul li a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  padding: 0px 15px 20px;
  color: #fff !important;
  width: 300px;
}
@media screen and (max-width: 834px) {
  nav > ul li a {
    padding: 0;
  }
}
nav > ul li a:hover {
  border-radius: 5px;
  box-shadow: 0 0 5px #fff, 0 0 10px #fff;
}
@media screen and (max-width: 834px) {
  nav > ul li a:hover {
    box-shadow: none;
  }
}
nav > ul li a span {
  font-size: 1rem;
  position: absolute;
  bottom: -15px;
  left: 15px;
}
@media screen and (max-width: 834px) {
  nav > ul li a span {
    display: none;
  }
}
nav > ul ul {
  background: rgba(15, 20, 27, 0.8);
  position: absolute;
  top: 40px;
  border-top: 3px solid #880015;
  opacity: 0;
  visibility: hidden;
  transition: top 0.3s;
}
nav > ul ul li a:hover {
  box-shadow: none;
}
nav > ul ul ul {
  border-top: none;
}
nav > ul li:hover > ul {
  top: 45px;
  opacity: 1;
  visibility: visible;
}
nav > ul ul li {
  position: relative;
  margin: 0px;
  width: 200px;
  display: list-item;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
nav > ul ul li a {
  line-height: 50px;
}
nav > ul ul ul li {
  position: relative;
  top: 100px;
  left: 150px;
}

.show, .icon, nav input {
  display: none;
}

.fa-plus {
  font-size: 15px;
  margin-left: 40px;
}

@media screen and (max-width: 834px) {
  .show + a, nav ul {
    display: none;
  }
  nav ul li, nav ul ul li {
    display: block;
    width: 250px;
    line-height: 5rem;
  }
  .show {
    display: block;
    color: white;
    font-size: 18px;
    padding: 0 20px;
    cursor: pointer;
  }
  .show:hover {
    color: #c69727;
  }
  .icon {
    display: block;
    color: white;
    position: absolute;
    top: 0;
    right: 40px;
    line-height: 70px;
    cursor: pointer;
    font-size: 25px;
  }
  nav ul ul {
    top: 70px;
    border-top: 0px;
    float: none;
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
  }
  nav ul ul a {
    padding-left: 40px;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  nav ul ul a {
    padding: 0;
  }
}
@media screen and (max-width: 834px) {
  nav ul ul ul a {
    padding-left: 80px;
  }
  nav ul ul ul li {
    position: static;
  }
}
@media screen and (max-width: 834px) {
  [id^=btn]:checked + ul {
    display: block;
  }
}
@media screen and (max-width: 834px) {
  nav ul ul li {
    border-bottom: 0px;
  }
}
@media screen and (max-width: 834px) {
  span.cancel:before {
    content: "\f00d";
  }
}
#global_footer .footer-contact {
  padding: 120px 2.5% 100px;
  background-image: url(../images/home/contact_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 834px) {
  #global_footer .footer-contact {
    padding: 90px 2.5% 80px;
  }
}
#global_footer .footer-contact h2 {
  font-size: 8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-inline: auto;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  #global_footer .footer-contact h2 {
    font-size: 6rem;
  }
}
#global_footer .footer-contact h2::before, #global_footer .footer-contact h2::after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  background: #fff;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 834px) {
  #global_footer .footer-contact h2::before, #global_footer .footer-contact h2::after {
    width: 50px;
  }
}
@media screen and (max-width: 640px) {
  #global_footer .footer-contact h2::before, #global_footer .footer-contact h2::after {
    display: none;
  }
}
#global_footer .footer-contact h2::before {
  left: -150px;
}
@media screen and (max-width: 834px) {
  #global_footer .footer-contact h2::before {
    left: -100px;
  }
}
#global_footer .footer-contact h2::after {
  right: -150px;
}
@media screen and (max-width: 834px) {
  #global_footer .footer-contact h2::after {
    right: -100px;
  }
}
#global_footer .footer-contact h2::first-letter {
  color: #880015;
}
#global_footer .footer-contact h2 span {
  display: block;
  text-align: center;
  margin-top: -15px;
  color: #880015;
}
@media only screen and (max-width: 1200px) {
  #global_footer .footer-contact h2 span {
    margin-top: 0;
  }
}
#global_footer .footer-links {
  margin-inline: auto;
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-top: 50px;
}
@media screen and (max-width: 834px) {
  #global_footer .footer-links {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
#global_footer .footer-links .tel {
  font-size: 4.2rem;
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-weight: 400;
}
#global_footer .footer-links .tel img {
  vertical-align: middle;
  padding-right: 20px;
}
#global_footer .footer-links .mail {
  color: #000;
  height: 60px;
  width: 300px;
  display: flex;
  background: #c69727;
  position: relative;
  align-items: center;
  justify-content: center;
}
#global_footer .footer-links .mail img {
  padding-right: 20px;
}
#global_footer .footer iframe {
  height: 450px;
  width: 100%;
  filter: grayscale(100%);
}
#global_footer .footer-access {
  max-width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  padding: 50px 2.5% 40px;
  border-bottom: 1px solid #fff;
  margin-inline: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  #global_footer .footer-access {
    flex-direction: column;
    gap: 30px;
  }
}
#global_footer .footer ul {
  display: flex;
  max-width: 1000px;
  margin-inline: auto;
  justify-content: space-between;
  margin-bottom: 100px;
  padding: 0 2.5%;
}
@media screen and (max-width: 834px) {
  #global_footer .footer ul {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 834px) {
  #global_footer .footer ul li {
    width: 25%;
    line-height: 30px;
  }
}
@media screen and (max-width: 640px) {
  #global_footer .footer ul li {
    width: 50%;
  }
}
#global_footer .footer ul li a {
  color: #fff;
}
#global_footer .footer-copy {
  padding-bottom: 10px;
}

#global_header .mainvisual {
  position: relative;
  z-index: -1;
  margin-top: 100px;
  margin-bottom: -100px;
}
@media screen and (max-width: 834px) {
  #global_header .mainvisual {
    margin-top: 70px;
    margin-bottom: -70px;
  }
}
#global_header .mainvisual ul li img {
  width: 100% !important;
}
@media screen and (max-width: 640px) {
  #global_header .mainvisual ul li img {
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#global_header .catch {
  position: absolute;
  bottom: 50px;
  right: 3%;
  width: 70% !important;
}
@media screen and (max-width: 640px) {
  #global_header .catch {
    bottom: 30px;
  }
}

.home-h2 h2 {
  font-size: 13rem;
  font-family: "Oswald", sans-serif;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .home-h2 h2 {
    font-size: 6rem;
  }
}
.home-h2 h2 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .home-h2 h2 span {
    font-size: 1.6rem;
  }
}

#contents .bg100 {
  background-repeat: no-repeat;
  background-size: cover;
}
#contents .home-about {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media only screen and (max-width: 1400px) {
  #contents .home-about {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 834px) {
  #contents .home-about {
    padding-top: 0;
  }
}
#contents .home-about .in-flex {
  max-width: 1720px;
  gap: 20px;
  margin-inline: auto;
}
@media screen and (max-width: 834px) {
  #contents .home-about .in-flex {
    flex-direction: column-reverse;
  }
}
#contents .home-about .in-flex .box {
  width: calc(50% - 10px);
}
@media screen and (max-width: 834px) {
  #contents .home-about .in-flex .box {
    width: 100%;
  }
}
#contents .home-about .in-flex .box:nth-child(1) {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#contents .home-about .in-flex .box:nth-child(1) h2 {
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  #contents .home-about .in-flex .box:nth-child(1) h2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#contents .home-about .in-flex .box:nth-child(1) h2 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#contents .home-about .in-flex .box:nth-child(1) > div {
  padding-left: 250px;
  padding-right: 50px;
  line-height: 4rem;
}
@media only screen and (max-width: 1400px) {
  #contents .home-about .in-flex .box:nth-child(1) > div {
    padding-left: 0;
    padding-right: 0;
  }
}
#contents .home-about .in-flex .box:nth-child(1) > div p {
  position: relative;
  z-index: 2;
}
#contents .home-about .in-flex .box:nth-child(1) > div a {
  position: relative;
  z-index: 3;
}
#contents .home-about .in-flex .box:nth-child(1) > div a img {
  margin-top: 40px;
}
@media screen and (max-width: 834px) {
  #contents .home-about .in-flex .box:nth-child(1) > div a img {
    display: block;
    margin-inline: auto;
  }
}
#contents .home-about .in-flex .box:nth-child(2) img {
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 834px) {
  #contents .home-about .in-flex .box:nth-child(2) img {
    max-width: 500px;
    display: block;
    margin-inline: auto;
  }
}
#contents .home-about .in-flex .box:nth-child(2) a {
  text-align: center;
}
#contents .home-service {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 1400px) {
  #contents .home-service {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 834px) {
  #contents .home-service .inner2 h2 {
    text-align: center;
  }
}
#contents .home-service .inner2 h2::first-letter {
  color: #880015;
}
#contents .home-service .inner2 h2 span {
  color: #880015;
  padding-left: 30px;
}
@media screen and (max-width: 834px) {
  #contents .home-service .inner2 h2 span {
    display: block;
    padding-left: 0;
  }
}
#contents .home-service .inner2 .in-flex {
  justify-content: space-between;
}
#contents .home-service .inner2 .in-flex .box {
  width: 30%;
}
@media only screen and (max-width: 1200px) {
  #contents .home-service .inner2 .in-flex .box {
    width: 32%;
  }
}
@media screen and (max-width: 834px) {
  #contents .home-service .inner2 .in-flex .box {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  #contents .home-service .inner2 .in-flex .box + .box {
    margin-top: 80px;
  }
}
#contents .home-service .inner2 .in-flex .box article h3 {
  text-align: center;
  margin-top: 10px;
}
#contents .home-service .inner2 .in-flex .box article div {
  text-align: center;
  margin-top: 30px;
}
#contents .home-service .inner2 .in-flex .box article div img {
  width: 300px;
}
#contents .home-service .inner2 .in-flex .box article > img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  #contents .home-service .inner2 .in-flex .box article > img {
    max-width: 500px;
    width: 100%;
    display: block;
    margin-inline: auto;
  }
}
#contents .home-original {
  padding-top: 100px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 1400px) {
  #contents .home-original {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1200px) {
  #contents .home-original {
    padding-top: 50px;
  }
}
#contents .home-original .inner2 h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-inline: auto;
  position: relative;
}
#contents .home-original .inner2 h2::before, #contents .home-original .inner2 h2::after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  background: #fff;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 834px) {
  #contents .home-original .inner2 h2::before, #contents .home-original .inner2 h2::after {
    width: 50px;
  }
}
@media screen and (max-width: 640px) {
  #contents .home-original .inner2 h2::before, #contents .home-original .inner2 h2::after {
    display: none;
  }
}
#contents .home-original .inner2 h2::before {
  left: -200px;
}
@media screen and (max-width: 834px) {
  #contents .home-original .inner2 h2::before {
    left: -100px;
  }
}
#contents .home-original .inner2 h2::after {
  right: -200px;
}
@media screen and (max-width: 834px) {
  #contents .home-original .inner2 h2::after {
    right: -100px;
  }
}
#contents .home-original .inner2 h2::first-letter {
  color: #e11aff;
}
#contents .home-original .inner2 h2 span {
  display: block;
  text-align: center;
  margin-top: -15px;
  color: #e11aff;
}
@media only screen and (max-width: 1200px) {
  #contents .home-original .inner2 h2 span {
    margin-top: 0;
  }
}
#contents .home-original .inner2 .in-flex {
  justify-content: space-between;
  margin-top: 70px;
}
@media only screen and (max-width: 1200px) {
  #contents .home-original .inner2 .in-flex {
    margin-top: 10px;
  }
}
@media screen and (max-width: 834px) {
  #contents .home-original .inner2 .in-flex {
    gap: 20px;
  }
}
#contents .home-original .inner2 .in-flex .box {
  width: 20%;
}
@media only screen and (max-width: 1200px) {
  #contents .home-original .inner2 .in-flex .box {
    width: 23%;
  }
}
@media screen and (max-width: 834px) {
  #contents .home-original .inner2 .in-flex .box {
    width: calc(50% - 10px);
  }
}
#contents .home-original .inner2 .in-flex .box img {
  width: 100% !important;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#contents .home-original .inner2 .in-btn {
  text-align: center;
  margin-top: 50px;
}
#contents .home-drift {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 1400px) {
  #contents .home-drift {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 834px) {
  #contents .home-drift h2 {
    text-align: center;
  }
}
#contents .home-drift h2::first-letter {
  color: #880015;
}
#contents .home-drift h2 span {
  padding-left: 20px;
}
@media screen and (max-width: 834px) {
  #contents .home-drift h2 span {
    display: block;
    padding-left: 0;
  }
}
#contents .home-drift .in-flex {
  max-width: 1720px;
  gap: 20px;
  margin-inline: auto;
}
@media screen and (max-width: 834px) {
  #contents .home-drift .in-flex {
    flex-direction: column-reverse;
  }
}
#contents .home-drift .in-flex .box {
  width: calc(50% - 10px);
}
@media screen and (max-width: 834px) {
  #contents .home-drift .in-flex .box {
    width: 100%;
  }
}
#contents .home-drift .in-flex .box:nth-child(1) {
  padding: 80px;
  padding-top: 30px;
}
@media only screen and (max-width: 1200px) {
  #contents .home-drift .in-flex .box:nth-child(1) {
    padding: 0;
  }
}
#contents .home-drift .in-flex .box:nth-child(1) a {
  display: inline-block;
  margin-top: 50px;
}
@media screen and (max-width: 834px) {
  #contents .home-drift .in-flex .box:nth-child(1) a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin-inline: auto;
  }
}
@media screen and (max-width: 834px) {
  #contents .home-drift .in-flex .box:nth-child(2) img {
    max-width: 500px;
    width: 100%;
    margin-inline: auto;
    display: block;
  }
}
#contents .home-news {
  padding-top: 80px;
}
@media screen and (max-width: 834px) {
  #contents .home-news {
    padding-top: 50px;
  }
}
#contents .home-news h2 {
  font-size: 8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 834px) {
  #contents .home-news h2 {
    font-size: 6rem;
  }
}
#contents .home-news h2 span {
  margin-top: -15px;
  color: #880015;
}
@media only screen and (max-width: 1200px) {
  #contents .home-news h2 span {
    margin-top: 0;
  }
}
#contents .home-news .insta h2 {
  display: block;
  margin-inline: auto;
}
#contents .home-news .insta h2::before, #contents .home-news .insta h2::after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  background: #fff;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 834px) {
  #contents .home-news .insta h2::before, #contents .home-news .insta h2::after {
    width: 50px;
  }
}
@media screen and (max-width: 640px) {
  #contents .home-news .insta h2::before, #contents .home-news .insta h2::after {
    display: none;
  }
}
#contents .home-news .insta h2::before {
  left: -200px;
}
@media screen and (max-width: 834px) {
  #contents .home-news .insta h2::before {
    left: -100px;
  }
}
#contents .home-news .insta h2::after {
  right: -200px;
}
@media screen and (max-width: 834px) {
  #contents .home-news .insta h2::after {
    right: -100px;
  }
}
#contents .home-news .insta h2 span {
  display: block;
  text-align: center;
}
#contents .home-news .news {
  max-width: 1400px;
  margin-inline: auto;
}
#contents .home-news .news h2 {
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  #contents .home-news .news h2 {
    line-height: 1.5;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
#contents .home-news .news h2::after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: -200px;
}
@media screen and (max-width: 834px) {
  #contents .home-news .news h2::after {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #contents .home-news .news h2::after {
    display: none;
  }
}
#contents .home-news .news h2 span {
  padding-left: 25px;
}
@media screen and (max-width: 834px) {
  #contents .home-news .news h2 span {
    display: block;
    padding-left: 0;
  }
}
#contents .home-news .news-dl {
  max-width: 1400px;
  max-height: 400px;
  margin-inline: auto;
  overflow-y: scroll;
}
#contents .home-news .news-dl dl {
  border-bottom: 1px dashed #aaa;
  padding: 40px 0;
}
@media screen and (max-width: 834px) {
  #contents .home-news .news-dl dl {
    flex-direction: column;
    padding: 20px 0;
  }
}
#contents .home-news .news-dl dl dt {
  background: none;
  border: none;
  justify-content: flex-start;
  min-width: 150px;
  align-items: center;
  padding: 0;
}
@media screen and (max-width: 834px) {
  #contents .home-news .news-dl dl dt {
    width: 100%;
    align-items: flex-start;
    margin-bottom: 10px;
  }
}
#contents .home-news .news-dl dl dd {
  background: none;
  border: none;
  padding: 0;
}
@media screen and (max-width: 834px) {
  #contents .home-news .news-dl dl dd {
    width: 100%;
  }
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 20px;
}

.mt50 {
  margin-top: 50px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 20px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

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

#contents .form_wrap.entry dl {
  color: #000;
}
@media only screen and (max-width: 1000px) {
  #contents .form_wrap.entry dl {
    flex-direction: column;
  }
}
#contents .form_wrap.entry dl dt {
  flex-direction: row;
  justify-content: space-between;
  min-width: 250px;
}
@media only screen and (max-width: 1000px) {
  #contents .form_wrap.entry dl dt {
    width: 100%;
  }
}
#contents .form_wrap.entry dl dt label {
  background: #ff0000;
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
  font-weight: 900;
}
#contents .form_wrap.entry dl dt label::after {
  content: "必須";
}
#contents .form_wrap.entry dl dd {
  width: calc(100% - 250px);
}
@media only screen and (max-width: 1000px) {
  #contents .form_wrap.entry dl dd {
    width: 100%;
  }
}
#contents .form_wrap.confirm {
  margin-top: 200px;
}
#contents .form_wrap.confirm dl {
  color: #000;
}
#contents .form_wrap.confirm dl dt {
  flex-direction: row;
  justify-content: space-between;
  min-width: 250px;
}
@media only screen and (max-width: 1000px) {
  #contents .form_wrap.confirm dl dt {
    width: 100%;
  }
}
#contents .form_wrap.confirm dl dd {
  width: calc(100% - 250px);
}
@media only screen and (max-width: 1000px) {
  #contents .form_wrap.confirm dl dd {
    width: 100%;
  }
}
#contents .form_wrap.message {
  margin-top: 150px;
}
#contents section form p.annot {
  display: none;
}
#contents .policy-link {
  margin-top: 5px;
}
#contents .policy-link a {
  color: #c69727;
}

#contents .instagram .sns_list {
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  border: none;
  margin-top: 80px;
}
#contents .instagram .sns_list > div {
  flex-direction: column;
  width: 33.3333333333%;
  border: none;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  #contents .instagram .sns_list > div {
    width: 50%;
  }
}
#contents .instagram .sns_list > div .sns_photo {
  width: 100%;
}
#contents .instagram .sns_list > div .sns_photo a img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#contents .instagram .sns_list > div .sns_text {
  width: 100%;
}
#contents .instagram .sns_list > div .sns_text .sns_date {
  font-size: 1.6rem;
  color: brown;
}
#contents .instagram .sns_list > div .sns_text .caption {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
#contents .instagram .sns_list > div .sns_text ul li {
  display: none;
}
#contents .instagram .sns_list > div .sns_text ul li:nth-child(1), #contents .instagram .sns_list > div .sns_text ul li:nth-child(2), #contents .instagram .sns_list > div .sns_text ul li:nth-child(3), #contents .instagram .sns_list > div .sns_text ul li:nth-child(4), #contents .instagram .sns_list > div .sns_text ul li:nth-child(5), #contents .instagram .sns_list > div .sns_text ul li:nth-child(6), #contents .instagram .sns_list > div .sns_text ul li:nth-child(7), #contents .instagram .sns_list > div .sns_text ul li:nth-child(8), #contents .instagram .sns_list > div .sns_text ul li:nth-child(9), #contents .instagram .sns_list > div .sns_text ul li:nth-child(10) {
  display: inline-block;
}
#contents .instagram .sns_list > div .sns_text ul li:nth-child(10) a::after {
  content: "...";
}
#contents .instagram .sns_list > div .sns_text ul li a {
  color: #eb652b;
}

#contents .sub-h1 {
  position: relative;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1600px) {
  #contents .sub-h1 {
    height: 300px;
  }
}
@media screen and (max-width: 834px) {
  #contents .sub-h1 {
    height: 200px;
  }
}
#contents .sub-h1 h1 {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

/* スクロールの幅の設定 */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* スクロールの背景の設定 */
::-webkit-scrollbar-track {
  border-radius: 5px;
  background: rgba(110, 108, 108, 0.2);
}

/* ドラックできるスクロール部の設定 */
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #555;
}

/*===========
inview
===========*/
.fadeIn {
  opacity: 0;
  transition: 2s;
}

.fadeIn.is-show {
  opacity: 1;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s;
}

.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 2s;
}

.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

#contents .subvisual {
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
}
#contents .subvisual img {
  margin: 0;
  width: 100% !important;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
#contents .subvisual h1 {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
}
@media screen and (max-width: 640px) {
  #contents .subvisual h1 {
    font-size: 3.2rem;
  }
}
#contents .pankuzu {
  margin-top: 5px;
}
@media screen and (max-width: 834px) {
  #contents .pankuzu {
    margin-bottom: -50px;
  }
}
#contents .pankuzu a {
  color: #c69727;
}
#contents .under-head {
  margin-top: 80px;
}
#contents .under-head h2 {
  position: relative;
  border-bottom: 3px solid #800015;
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: 700;
}
#contents .under-head h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 20%;
  min-width: 150px;
  border-bottom: 3px solid #555;
}
#contents .under-flex {
  padding: 10px;
  background: #222;
  justify-content: space-between;
  margin-top: 80px;
}
@media screen and (max-width: 834px) {
  #contents .under-flex {
    flex-direction: column-reverse;
  }
}
#contents .under-flex .box {
  width: 50%;
}
@media screen and (max-width: 834px) {
  #contents .under-flex .box {
    width: 100%;
  }
}
#contents .under-flex .box:nth-child(1) {
  padding-right: 20px;
}
@media screen and (max-width: 834px) {
  #contents .under-flex .box:nth-child(1) {
    padding-right: 0;
    margin-top: 20px;
  }
}
#contents .under-flex .box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 834px) {
  #contents .under-flex .box img {
    max-width: 500px;
    display: block;
    margin-inline: auto;
  }
}
#contents .under-flex .box h2 {
  border-bottom: 3px solid #555;
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
}
#contents .under-flex .box h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 20%;
  min-width: 100px;
  border-bottom: 3px solid #800015;
}
#contents .under-flex.no-title {
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  #contents .under-flex.no-title {
    margin-top: 0;
  }
}
#contents .under-box-6 {
  gap: 20px;
  justify-content: space-between;
}
#contents .under-box-6 .box {
  padding: 10px;
  width: calc(33.3333333333% - 13.3333333333px);
  background: #222;
  color: #fff;
}
@media screen and (max-width: 834px) {
  #contents .under-box-6 .box {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 640px) {
  #contents .under-box-6 .box {
    width: 100%;
  }
}
#contents .under-box-6 .box h3 {
  font-size: 2rem;
  border-bottom: 2px solid #555;
  margin-bottom: 10px;
  position: relative;
}
#contents .under-box-6 .box h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 20%;
  min-width: 50px;
  border-bottom: 2px solid #c69727;
}
#contents .under-box-6 .box img {
  display: block;
  margin-bottom: 10px;
}
#contents .under-price {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#contents .under-price dl {
  border-bottom: 1px solid #aaa;
  justify-content: space-between;
  width: calc(50% - 10px);
}
@media screen and (max-width: 834px) {
  #contents .under-price dl {
    width: 100%;
  }
}
#contents .under-price dl dt {
  background: none;
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#contents .under-price dl dd {
  background: none;
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#contents .under-wrapper {
  max-height: 500px;
  overflow-y: scroll;
}
#contents .under-wrapper .inflex {
  background: #222;
  padding: 10px;
}
#contents .under-wrapper .inflex + .inflex {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  #contents .under-wrapper .inflex {
    flex-direction: column;
  }
}
#contents .under-wrapper .inflex .box:nth-child(1) {
  width: 30%;
}
@media screen and (max-width: 640px) {
  #contents .under-wrapper .inflex .box:nth-child(1) {
    width: 100%;
  }
}
#contents .under-wrapper .inflex .box:nth-child(2) {
  width: 70%;
  padding-left: 20px;
}
@media screen and (max-width: 640px) {
  #contents .under-wrapper .inflex .box:nth-child(2) {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
#contents .under-wrapper .inflex .box:nth-child(2) h3 {
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
#contents .under-dl dl {
  padding-bottom: 10px;
}
@media screen and (max-width: 834px) {
  #contents .under-dl dl {
    flex-direction: column;
  }
}
#contents .under-dl dl dt {
  background: none;
  border: none;
  width: 200px;
  padding: 0;
}
#contents .under-dl dl dd {
  background: none;
  border: none;
  padding: 0;
}
#contents .under-ul ul li {
  float: none;
  padding-left: 3rem;
  padding-bottom: 10px;
  position: relative;
}
#contents .under-ul ul li span {
  position: absolute;
  top: 0;
  left: 0;
}
#contents .under-map iframe {
  width: 100%;
  height: 300px;
}
#contents .policy-text h3 {
  margin-top: 20px;
  font-size: 2rem;
}
#contents .policy-text h3::before {
  content: "■";
}

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: "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;
}

.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 */