@charset "UTF-8";
.pcnone {
  display: none;
}

@media screen and (max-width: 900px) {
  .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: 900px) {
  .bp1200none {
    display: block;
  }
}

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

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

.disnone {
  display: none;
}

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

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

li {
  list-style: none;
}

@media screen and (max-width: 900px) {
  header#global_header, footer#global_footer, #contents_wrap, #contents {
    min-width: auto !important;
  }
}

html {
  font-size: 62.5%;
}

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

dt, dd {
  background-color: inherit !important;
}

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

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

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

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

#contents {
  width: 100%;
  max-width: 1200px;
  padding-bottom: 100px;
  width: min(1200px, 98%);
}

@media screen and (max-width: 900px) {
  #contents {
    width: min(1200px, 96%);
  }
}

@media screen and (max-width: 900px) {
  #contents {
    padding-bottom: 50px;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75000%;
}

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

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

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

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

@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.1);
  }
}

@keyframes zoom {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  z-index: 3;
  position: relative;
}

@media screen and (max-width: 900px) {
  header#global_header {
    margin-top: 80px;
  }
}

.clonenav {
  background: #fff;
  margin: 0 auto;
  width: min(1200px, 98%);
}

@media screen and (max-width: 900px) {
  .clonenav {
    width: min(1200px, 96%);
  }
}

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

.clonenav nav {
  height: 38px;
  margin: 0 auto 15px;
}

.clonenav nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.clonenav nav > ul > li {
  position: relative;
  display: block;
  border-left: 1px solid #ccc;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.clonenav nav > ul > li:first-child {
  display: none;
}

.clonenav nav > ul > li:last-child {
  border-right: 1px solid #ccc;
}

.clonenav nav > ul > li a {
  padding: 5px 0;
  font-size: 14px;
  display: block;
  color: #222;
}

.clonenav nav > ul > li ul {
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
}

.clonenav nav > ul > li ul li {
  border-bottom: 1px solid #666;
}

.clonenav nav > ul > li ul li a {
  display: block;
  padding: 10px;
  background: rgba(46, 46, 46, 0.7);
  color: #fff;
}

#header {
  z-index: 10;
  position: relative;
}

@media screen and (max-width: 900px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
    height: 80px;
    background: #fff;
  }
}

#header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin: 15px auto;
  width: min(1200px, 98%);
}

@media screen and (max-width: 900px) {
  #header .inner {
    width: min(1200px, 96%);
  }
}

#header .flxL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: auto;
}

@media only screen and (max-width: 1000px) {
  #header .flxL {
    width: 30%;
  }
}

@media screen and (max-width: 640px) {
  #header .flxL {
    width: 50%;
  }
}

#header .flxR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: auto;
}

@media only screen and (max-width: 1000px) {
  #header .flxR {
    width: 65%;
  }
}

@media screen and (max-width: 640px) {
  #header .flxR {
    width: 50%;
  }
}

#header .flxR .btn2 .box {
  margin-left: 10px;
}

@media screen and (max-width: 900px) {
  #header .flxR .btn2 .box {
    margin-left: 0;
    border-left: 1px solid #444;
  }
}

@media screen and (max-width: 900px) {
  #header .flxR .btn2 .box a {
    width: 55px;
    height: 55px;
  }
}

@media screen and (max-width: 900px) {
  #header .flxR .btn2 .box a i {
    margin-right: 0;
  }
}

@media screen and (max-width: 900px) {
  #header .flxR .btn2 .box a span {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  #header .flxR .btn2 .tel2 {
    border-left: 0;
  }
}

.bgh {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.bgh .logosp {
  display: block !important;
}

.bgh .kasoulogo {
  display: none;
}

.bgh h1 {
  display: none;
}

#hednav .navwrap #hed_info {
  display: block;
  padding: 15px 0;
  width: 100%;
}

#hednav .navwrap #hed_info .hoverbtn {
  width: 90%;
  margin: 10px auto 0;
}

#hednav .navwrap #hed_info .hoverbtn a {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  position: relative;
  padding: 15px 30px;
  display: block;
  color: #fff;
  opacity: 1;
  position: relative;
  background: #a1231f;
}

#hednav .navwrap #hed_info .hoverbtn a:hover {
  background: #831511;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(9px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0);
            transform: translateY(9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-9px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0);
            transform: translateY(-9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.global-menu-btn {
  position: relative;
  cursor: pointer;
  height: 100%;
  width: 100%;
  font-size: 1.3rem;
  z-index: 11;
  line-height: 1;
  -webkit-transition: 1s;
  transition: 1s;
  background: #a1231f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.global-menu-btn .menu-trigger {
  position: relative;
  width: 30px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.global-menu-btn .menu-trigger i {
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
}

.global-menu-btn .menu-trigger i:nth-child(1) {
  top: 0;
  -webkit-animation: menu-bar01 .75s forwards;
          animation: menu-bar01 .75s forwards;
}

.global-menu-btn .menu-trigger i:nth-child(2) {
  width: 20px;
  top: 9px;
  opacity: 1;
}

.global-menu-btn .menu-trigger i:nth-child(3) {
  bottom: 0;
  -webkit-animation: menu-bar02 .75s forwards;
          animation: menu-bar02 .75s forwards;
}

.navdamy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

#hednav {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 55px;
  width: 55px;
  z-index: 14;
}

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

#hednav .wrap {
  visibility: hidden;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  background: rgba(0, 0, 0, 0.8) !important;
  display: block !important;
  position: fixed;
  width: 100% !important;
  height: 100%;
  top: 0;
  right: 0;
}

#hednav .wrap .navimgwrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#hednav .wrap .navimgwrap span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  opacity: 0;
  background-size: cover !important;
  -webkit-transition: 1s;
  transition: 1s;
}

#hednav .wrap .navimgwrap .navimage {
  width: 60%;
  opacity: 1;
}

#hednav .wrap .navwrap {
  display: block !important;
  background: #f6f6f6;
  width: 70%;
  height: 100%;
  opacity: 0;
  margin-left: auto;
  -webkit-transform: translateX(240%);
      -ms-transform: translateX(240%);
          transform: translateX(240%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-top: 80px;
}

#hednav .wrap .navwrap #nav_global {
  width: 100%;
  margin-top: 0 !important;
  background: none;
}

#hednav .wrap .navwrap #nav_global > ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}

#hednav .wrap .navwrap #nav_global > ul .pcnone {
  display: block !important;
}

#hednav .wrap .navwrap #nav_global > ul .clonenone {
  display: block;
}

#hednav .wrap .navwrap #nav_global > ul > li {
  text-align: left;
  position: relative;
  width: 100%;
  border-bottom: solid 1px #ccc;
}

#hednav .wrap .navwrap #nav_global > ul > li > a {
  line-height: 1.7em;
  color: #222;
  padding: 26px 36px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.6rem;
}

#hednav .wrap .navwrap #nav_global > ul > li > a:hover {
  opacity: 1;
  color: #fff;
  background: #a1231f !important;
}

#hednav .wrap .navwrap #nav_global > ul > li > a img {
  width: 25%;
}

#hednav .wrap .navwrap #nav_global > ul > li > a span {
  width: 70%;
  display: block;
}

#hednav .wrap .navwrap #nav_global > ul > li > a span b {
  display: block;
}

#hednav .wrap .navwrap #nav_global > ul > li > a span span {
  display: block;
  font-size: 0.8em;
  color: #333;
}

#hednav .wrap .navwrap #nav_global > ul > li ul {
  display: block;
  width: 100%;
  position: static;
  background: none;
}

#hednav .wrap .navwrap #nav_global > ul > li ul li {
  border-bottom: 1px solid #444;
}

#hednav .wrap .navwrap #nav_global > ul > li ul li a {
  padding: 26px 36px !important;
  background: #2e2e2e;
  color: #fff;
  font-weight: 400;
  display: block;
}

#hednav .wrap .navwrap #nav_global > ul > li ul li a:hover {
  background: #000;
}

#hednav .wrap .navwrap #nav_global > ul > li p a {
  line-height: 1.7em;
  color: #222;
  padding: 26px 36px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.6rem;
  -webkit-transition: 1s;
  transition: 1s;
}

#hednav .wrap .navwrap #nav_global > ul > li p a:hover {
  opacity: 1;
  color: #fff;
  background: #a1231f !important;
}

#hednav .wrap .navwrap #nav_global > ul > li p span {
  display: block;
  margin-top: 7px;
  font-size: 0.7em;
}

#hednav .wrap .navwrap #nav_global > ul > li p:after {
  border: solid 1px #a1231f;
  background: #a1231f;
  color: #fff;
  font-weight: 100;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  display: block;
  position: absolute;
  right: 0;
  top: 0px;
  bottom: 0;
  width: 77px;
  height: 77px;
  font-size: 2.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

#hednav .wrap .navwrap #nav_global > ul > li p.open:after {
  content: "\f00d";
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(20px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0);
            transform: translateY(9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg);
  }
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0);
            transform: translateY(-9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
  }
}

.MenuOpened {
  z-index: 13 !important;
  display: none;
  display: block;
}

.MenuOpened .global-menu-btn {
  z-index: 11;
}

.MenuOpened .global-menu-btn i:nth-child(1) {
  -webkit-animation: active-menu-bar01 .75s forwards;
          animation: active-menu-bar01 .75s forwards;
}

.MenuOpened .global-menu-btn i:nth-child(2) {
  opacity: 0;
}

.MenuOpened .global-menu-btn i:nth-child(3) {
  -webkit-animation: active-menu-bar03 .75s forwards;
          animation: active-menu-bar03 .75s forwards;
}

.MenuOpened .wrap {
  z-index: 10 !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.MenuOpened .wrap .navwrap {
  opacity: 1 !important;
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh !important;
  margin-left: auto;
}

#mainArea2 {
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  #mainArea2 {
    margin-top: 0 !important;
  }
}

#local-keyvisual {
  position: relative;
}

#local-keyvisual #local-keyvisual-title {
  width: 100%;
}

#local-keyvisual #local-keyvisual-title .blogttl {
  background: rgba(0, 0, 0, 0.3);
  display: block;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1;
  color: #fff !important;
  z-index: 1;
  position: relative;
  height: 100%;
  text-align: left;
  line-height: 1.4em;
  font-size: 4.0rem;
  padding: 250px 0 50px;
}

#local-keyvisual #local-keyvisual-title .blogttl:empty {
  display: none;
}

@media only screen and (max-width: 1200px) {
  #local-keyvisual #local-keyvisual-title .blogttl {
    padding: 250px 30px 50px;
  }
}

@media screen and (max-width: 640px) {
  #local-keyvisual #local-keyvisual-title .blogttl {
    font-size: 3.0rem;
    padding: 160px 30px 50px;
  }
}

#local-keyvisual #local-keyvisual-title .blogttl span {
  display: block;
  font-size: 1.8rem;
}

#local-keyvisual #local-keyvisual-title .blogttl div {
  max-width: 1200px;
  margin: 0 auto;
}

#local-keyvisual #local-keyvisual-title h1 {
  background: rgba(0, 0, 0, 0.3);
  display: block;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1;
  color: #fff !important;
  z-index: 1;
  position: relative;
  height: 100%;
  text-align: left;
  line-height: 1.4em;
  font-size: 4.0rem;
  padding: 250px 0 50px;
}

#local-keyvisual #local-keyvisual-title h1:empty {
  display: none;
}

@media only screen and (max-width: 1200px) {
  #local-keyvisual #local-keyvisual-title h1 {
    padding: 250px 30px 50px;
  }
}

@media screen and (max-width: 640px) {
  #local-keyvisual #local-keyvisual-title h1 {
    font-size: 3.0rem;
    padding: 160px 30px 50px;
  }
}

#local-keyvisual #local-keyvisual-title h1 span {
  display: block;
  font-size: 1.8rem;
}

#local-keyvisual #local-keyvisual-title h1 div {
  max-width: 1200px;
  margin: 0 auto;
}

#local-keyvisual .local-keyvisual-bg {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media only screen and (max-width: 1200px) {
  #local-keyvisual .local-keyvisual-bg {
    margin-left: 0 !important;
  }
}

.pan1 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  margin: 0 0 80px;
}

.pan1 a {
  color: #000;
}

.pan1 ul {
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  .pan1 ul {
    padding: 0 10px;
  }
}

@media screen and (max-width: 900px) {
  .pan1 ul {
    padding: 0 30px;
  }
}

.pan1 ul li {
  display: inline-block;
  margin-right: 10px;
}

.pan1 ul li:nth-child(even) {
  margin-left: 10px;
}

.pan1 i {
  margin-right: 5px;
}

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

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  z-index: 1;
  position: relative;
  color: #333;
  font-size: 1.4rem;
}

footer#global_footer a {
  font-size: 1.4rem;
  color: #333;
  text-decoration: none;
}

footer#global_footer a:hover {
  opacity: 1;
}

.totop a {
  display: block;
  font-size: 5.0rem !important;
  color: #fff;
  background: #a1231f;
  padding: 10px 0;
}

.totop a i {
  color: #fff;
}

iframe {
  vertical-align: middle;
}

#footer {
  padding: 80px 0 50px;
}

#footer .inner {
  width: min(1200px, 98%);
}

@media screen and (max-width: 900px) {
  #footer .inner {
    width: min(1200px, 96%);
  }
}

#footer .inner .logo {
  margin-bottom: 30px;
}

#footer .inner address {
  margin-bottom: 30px;
}

#footer .inner .instaglam {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footer .inner .instaglam i {
  margin-right: 10px;
}

#copy {
  display: block;
  padding: 0;
  text-align: center;
}

#copy a {
  color: #fff;
}

#copy a:hover {
  opacity: 0.6;
}

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

.zoom01 {
  position: relative;
  overflow: hidden;
}

.zoom01 img {
  width: 100% !important;
  -webkit-transform: scale(var(--scale));
      -ms-transform: scale(var(--scale));
          transform: scale(var(--scale));
  will-change: transform;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.zoom02 .box article > a {
  position: relative;
  overflow: hidden;
}

.zoom02 .box article > a img {
  width: 100% !important;
  -webkit-transform: scale(var(--scale));
      -ms-transform: scale(var(--scale));
          transform: scale(var(--scale));
  will-change: transform;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

/***********************スクロールイン*******************************************/
.scroll-obj {
  opacity: 0;
  -webkit-transition: all 1.5s ease 0.5s;
  transition: all 1.5s ease 0.5s;
}

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

.scroll-hop01 {
  -webkit-transform: translate(0, 100px);
      -ms-transform: translate(0, 100px);
          transform: translate(0, 100px);
}

.scroll-hop02 {
  -webkit-transform: translate(0, 150px);
      -ms-transform: translate(0, 150px);
          transform: translate(0, 150px);
}

.scroll-hop03 {
  -webkit-transform: translate(0, 200px);
      -ms-transform: translate(0, 200px);
          transform: translate(0, 200px);
}

.scroll-hop04 {
  -webkit-transform: translate(0, 250px);
      -ms-transform: translate(0, 250px);
          transform: translate(0, 250px);
}

.scroll-left {
  -webkit-transform: translate(-200px, 0);
      -ms-transform: translate(-200px, 0);
          transform: translate(-200px, 0);
}

.scroll-right {
  -webkit-transform: translate(200px, 0);
      -ms-transform: translate(200px, 0);
          transform: translate(200px, 0);
}

.cont_1 {
  position: relative;
}

.cont_1 .inner {
  padding: 80px 0 0;
  width: min(1200px, 98%);
}

@media screen and (max-width: 900px) {
  .cont_1 .inner {
    width: min(1200px, 96%);
  }
}

@media screen and (max-width: 900px) {
  .cont_1 .inner {
    padding: 0;
  }
}

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

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

.cont_1 .inner .wrap .flxL {
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 900px) {
  .cont_1 .inner .wrap .flxL {
    width: 100%;
    margin-top: 30px;
    position: static;
  }
}

.cont_1 .inner .wrap .flxL .flxLinner {
  background: #fff;
  padding: 50px;
}

@media screen and (max-width: 900px) {
  .cont_1 .inner .wrap .flxL .flxLinner {
    background: none;
    padding: 0;
  }
}

.cont_1 .inner .wrap .flxR {
  margin-right: auto;
  width: 60%;
}

@media screen and (max-width: 900px) {
  .cont_1 .inner .wrap .flxR {
    width: 100%;
  }
}

.cont_1 .img {
  position: relative;
}

.cont_1 .img img {
  width: 100% !important;
}

.cont_1 .img:before {
  -webkit-transition: all 1.5s ease 0.5s;
  transition: all 1.5s ease 0.5s;
  content: "";
  background: #a1231f;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}

.cont_1 .img.aaaa:before {
  width: 0;
}

.cont_1:before {
  content: "";
  background: #e6e6e6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 60%;
}

.cont_3 .inner {
  width: min(1200px, 98%);
}

@media screen and (max-width: 900px) {
  .cont_3 .inner {
    width: min(1200px, 96%);
  }
}

.cont_3 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cont_3 .wrap .box {
  width: 31%;
}

@media screen and (max-width: 640px) {
  .cont_3 .wrap .box {
    width: 100%;
  }
}

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

@media screen and (max-width: 640px) {
  .cont_3 .wrap .box img {
    height: 380px !important;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}

.cont_3 .wrap .box h3 {
  font-size: 1.8rem;
  margin: 10px 0 0;
  display: block;
  text-align: center;
}

.cont_3 .wrap .box div {
  text-align: center;
  font-size: 1.6rem;
  color: #a1231f;
}

.cont_3 .wrap .box a {
  display: block;
}

.cont_4 {
  background: #e6e6e6;
}

.cont_4 .inner {
  padding: 80px 0;
  width: min(1200px, 98%);
}

@media screen and (max-width: 900px) {
  .cont_4 .inner {
    width: min(1200px, 96%);
  }
}

.cont_4 .inner .wrap {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -1.63934%;
}

@media screen and (max-width: 900px) {
  .cont_4 .inner .wrap {
    margin-left: -2.439%;
  }
}

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

.cont_4 .inner .wrap .box {
  overflow: inherit !important;
  position: relative;
  width: 28.68852%;
  margin-left: 1.63934%;
  margin-bottom: 1.63934%;
}

@media screen and (max-width: 900px) {
  .cont_4 .inner .wrap .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .cont_4 .inner .wrap .box {
    width: 100%;
    margin-left: 0;
  }
}

.cont_4 .inner .wrap .box a {
  color: #fff;
  -webkit-transition: 1s;
  transition: 1s;
  display: block;
  opacity: 1 !important;
}

.cont_4 .inner .wrap .box a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.cont_4 .inner .wrap .box a:hover {
  color: #a1231f;
}

.cont_4 .inner .wrap .box a:hover:before {
  opacity: 0;
}

.cont_4 .inner .wrap .box a:hover div:before {
  border: 1px solid #a1231f;
}

.cont_4 .inner .wrap .box img {
  opacity: 1 !important;
  width: 100% !important;
}

.cont_4 .inner .wrap .box div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  text-align: center;
  width: 100%;
  margin: auto;
  font-size: 1.6rem;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

.cont_4 .inner .wrap .box div:before {
  content: "";
  border: 1px solid #fff;
  position: absolute;
  top: 5%;
  bottom: 5%;
  left: 5%;
  right: 5%;
  width: 90%;
  height: 90%;
  -webkit-transition: 1s;
  transition: 1s;
}

.cont_5 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(1200px, 98%);
}

@media screen and (max-width: 900px) {
  .cont_5 .inner {
    width: min(1200px, 96%);
  }
}

@media screen and (max-width: 900px) {
  .cont_5 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cont_5 .wrap {
  width: 30%;
}

@media screen and (max-width: 900px) {
  .cont_5 .wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}

.cont_5 .wrap2 {
  width: 68%;
}

@media screen and (max-width: 900px) {
  .cont_5 .wrap2 {
    width: 100%;
  }
}

.cont_6 .inner {
  width: min(1200px, 98%);
}

@media screen and (max-width: 900px) {
  .cont_6 .inner {
    width: min(1200px, 96%);
  }
}

.newswrap {
  height: 400px;
}

@media screen and (max-width: 900px) {
  .newswrap {
    height: 350px;
  }
}

.newswrap .news {
  overflow-y: auto;
  z-index: 1;
  position: relative;
  height: 100%;
  padding-right: 20px;
}

@media screen and (max-width: 640px) {
  .newswrap .news {
    padding-right: 0;
  }
}

.newswrap .news .blog_list {
  border: 0;
}

.newswrap .news .blog_list .blog_photo {
  display: none;
}

.newswrap .news .blog_list > div {
  border-bottom: 1px dashed #333;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 900px) {
  .newswrap .news .blog_list > div {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

.newswrap .news .blog_list .blog_text {
  width: 100%;
  padding: 0;
  font-size: 16px;
  display: block;
  margin-left: 10px;
}

.newswrap .news .blog_list .blog_text .blog_date {
  line-height: 1.7em;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  background: #a1231f;
  padding: 0 10px;
  display: inline-block;
}

.newswrap .news .blog_list .blog_text ul {
  display: none;
}

.newswrap .news .blog_list .blog_text h3 {
  margin-bottom: 0;
}

.newswrap .news .blog_list .blog_text h3 a span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #222;
}

.newswrap .news .blog_list .blog_text h3 a:hover span {
  text-decoration: underline;
  color: #a1231f;
}

.newswrap .news .blog_list .blog_text .detail {
  display: none;
}

.cont_7 .inner {
  width: min(1200px, 98%);
}

@media screen and (max-width: 900px) {
  .cont_7 .inner {
    width: min(1200px, 96%);
  }
}

.inst .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inst .owl-dots,
.inst .owl-nav {
  display: none;
}

.inst .sns_list {
  border: 0;
}

.inst .sns_list > div {
  border-bottom: 0;
}

.inst .sns_list > div .sns_photo {
  width: 100%;
  padding: 0px;
}

.inst .sns_list > div .sns_photo a {
  display: block;
  position: relative;
}

.inst .sns_list > div .sns_photo a:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 100%;
  display: block;
  width: 100% !important;
}

@media screen and (max-width: 900px) {
  .inst .sns_list > div .sns_photo a:before {
    display: none;
  }
}

.inst .sns_list > div .sns_photo a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 900px) {
  .inst .sns_list > div .sns_photo a img {
    position: static;
  }
}

.inst .sns_list > div .sns_text {
  display: none;
}

.acenter a {
  margin: 0 auto;
}

.btn {
  max-width: 300px;
}

@media screen and (max-width: 640px) {
  .btn {
    max-width: 100%;
  }
}

.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 15px 20px;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: #2e2e2e;
  height: 100%;
  opacity: 1;
  color: #fff;
  font-size: 1.6rem;
}

.btn a:hover {
  background: #000;
}

.btn a i {
  margin-right: 10px;
}

.btn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.btn2 .box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 5px 20px;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: #2e2e2e;
  height: 100%;
  opacity: 1;
  color: #fff;
  font-size: 1.8rem;
}

.btn2 .box a:hover {
  background: #000;
}

.btn2 .box a i {
  margin-right: 10px;
}

.btn2 .tel2 a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.btn2 .tel2 span {
  margin-top: 5px;
  line-height: 1;
  font-size: 1.3rem;
  display: block;
}

.btn2 .tel2 i {
  display: none;
}

@media screen and (max-width: 900px) {
  .btn2 .tel2 i {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .btn2 .tel2 p {
    display: none;
  }
}

.btn3 a {
  opacity: 1;
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.btn3 a:hover {
  background: #831511;
}

.btn3 a i {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn3 a {
  display: block;
  max-width: 100%;
  background: #a1231f;
  color: #fff;
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .btn3 a {
    margin-right: auto;
    margin-left: auto;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex2cl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.flex2cl .flxL {
  width: 30%;
}

@media screen and (max-width: 640px) {
  .flex2cl .flxL {
    width: 100%;
    margin-bottom: 30px;
  }
}

.flex2cl .flxR {
  width: 68%;
}

@media screen and (max-width: 640px) {
  .flex2cl .flxR {
    width: 100%;
  }
}

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

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

.flex2cl a {
  width: 100% !important;
  height: auto !important;
}

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

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

.flex2cl_01.frr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

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

.flex2cl_01 .flxL {
  width: 50%;
}

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

.flex2cl_01 .flxR {
  width: 45%;
}

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

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

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

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

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

.flex2cl_02.frr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

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

.flex2cl_02 .flxL {
  width: 65%;
}

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

.flex2cl_02 .flxR {
  width: 30%;
}

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

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

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

.flex5cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -3.22581%;
}

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

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

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

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

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

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

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

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

.contact_01 {
  background: #f0f0f0;
  margin: 0 auto;
  padding: 50px;
}

.contact_01 .submit_l {
  float: none !important;
}

.contact_01 .submit_r {
  float: none !important;
}

.contact_01 dl {
  margin-bottom: 40px;
  font-size: 15px;
}

.contact_01 dl:last-child {
  margin-bottom: 0;
}

.contact_01 dl dt {
  line-height: 1;
  font-size: 16px;
  max-width: 200px;
  min-width: 200px;
  width: 30% !important;
  font-weight: 700;
  border: 0 !important;
  background-color: inherit !important;
  padding: 0 !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

@media screen and (max-width: 640px) {
  .contact_01 dl dt {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 15px;
  }
}

.contact_01 dl dt label {
  background: #d34051;
  color: #fff !important;
  display: inline-block;
  line-height: 1;
  padding: 5px 7px;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 5px;
  margin-top: 5px;
}

.contact_01 dl dd {
  text-align: left;
  width: 80% !important;
  border: 0 !important;
  background-color: inherit !important;
  padding: 0 !important;
}

@media screen and (max-width: 640px) {
  .contact_01 dl dd {
    width: 100% !important;
  }
}

.contact_01 dl dd span {
  line-height: 1;
  margin-right: 0;
}

.contact_01 .file {
  border-top: 0 !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  border-top: 0 !important;
}

@media screen and (max-width: 640px) {
  .contact_01 .file {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.contact_01 .file dt {
  font-size: 16px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

@media screen and (max-width: 640px) {
  .contact_01 .file dt {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

.contact_01 .file dd label {
  position: static !important;
  margin-left: auto !important;
  margin-bottom: 10px;
}

.contact_01 .file dd div {
  line-height: 1.4em;
  color: #666;
  font-size: 14px;
  letter-spacing: -0.05em;
}

.contact_01 .submit {
  margin: 0px auto !important;
}

.contact_02 {
  background: #f0f0f0;
  margin: 0 auto;
  padding: 30px;
  font-size: 1.8rem;
  font-weight: 700;
}

.contact_02 a {
  font-size: 1.5em;
}

.privacypolicy {
  padding: 20px;
  border: 1px solid #ddd;
  background: #fff;
}

@media screen and (max-width: 640px) {
  .privacypolicy {
    padding: 15px;
  }
}

.privacypolicy .privacypolicy_inner {
  max-height: 300px;
  overflow-y: scroll;
  padding-right: 20px;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .privacypolicy .privacypolicy_inner {
    max-height: 240px;
    padding-right: 15px;
  }
}

.privacypolicy .privacypolicy_inner h3 {
  background: #eee;
  font-weight: bold;
  padding: 5px 15px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.privacypolicy .privacypolicy_inner dt {
  font-weight: bold;
}

#agree_check {
  background: #ebf0f6;
  border: 1px solid #ddd;
  border-top: none;
  padding: 5px;
}

#agree_check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 640px) {
  #agree_check label {
    font-size: 1.4rem;
  }
}

#agree_check label span {
  background: #d34051;
  color: #fff !important;
  display: inline-block;
  line-height: 1;
  padding: 5px 7px;
  font-size: 1.2rem;
  margin-right: 5px;
}

/* title */
h2.mail.title {
  display: none !important;
}

.midashi:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #222;
  margin-top: 30px;
  display: block;
  visibility: inherit !important;
}

.midashi h2 {
  font-weight: 700;
  font-size: 4rem;
  color: #222;
  line-height: 1;
}

@media only screen and (max-width: 1000px) {
  .midashi h2 {
    font-size: 2.5rem;
  }
}

.midashi span {
  display: block;
  color: #a1231f;
  font-size: 1.6rem;
  margin-top: 10px;
  font-weight: 500;
}

.midashi2:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #222;
  margin: 30px auto 0;
  display: block;
  visibility: inherit !important;
}

.midashi2 h2 {
  font-weight: 700;
  font-size: 4rem;
  color: #222;
  line-height: 1;
}

@media only screen and (max-width: 1000px) {
  .midashi2 h2 {
    font-size: 2.5rem;
  }
}

.midashi2 span {
  display: block;
  color: #a1231f;
  font-size: 1.6rem;
  margin-top: 10px;
  font-weight: 500;
}

.midashi3 {
  padding: 5px;
  position: relative;
  background: #f2f2f2;
}

.midashi3 h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px;
  position: relative;
  font-weight: 700;
  color: #222;
  line-height: 1.7em;
  font-size: 2.5rem;
}

@media screen and (max-width: 640px) {
  .midashi3 h2 {
    font-size: 2rem;
  }
}

.midashi3 h2:before {
  content: "";
  border-left: 5px solid #831511;
  height: 20px;
  margin-right: 10px;
}

.midashi6 h3 {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  background: #a1231f;
  color: #fff;
  padding: 15px;
}

.midashi6 h3 span {
  font-size: 0.7em;
  display: block;
  margin-top: 15px;
}

.midashi7 h3 {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.7em;
  color: #a1231f;
  border-bottom: 1px solid #a1231f;
  padding-bottom: 10px;
}

.midashi8 h4 {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1;
  color: #a1231f;
}

.shop_01 a {
  padding: 15px !important;
}

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

.shopinfo .box {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .shopinfo .box {
    width: 100%;
  }
}

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

.shopinfo .box:nth-child(2) {
  margin-top: 100px;
}

@media screen and (max-width: 640px) {
  .shopinfo .box:nth-child(2) {
    margin-top: 30px;
  }
}

.shop_02 .items {
  border: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -1.63934%;
  margin-bottom: 50px;
}

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

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

.shop_02 .items article {
  position: relative;
  width: 23.36066%;
  margin-left: 1.63934%;
  margin-bottom: 30px;
}

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

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

.shop_02 .items article a {
  background: none !important;
  width: 100% !important;
  height: auto !important;
}

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

.shop_02 .items article .price {
  display: block;
  width: 100%;
  padding-top: 0;
}

.shop_02 .items article article h3 {
  margin: 10px 0 5px;
  font-weight: 600;
  color: #222;
  text-align: center;
}

.shop_02 .items article article div {
  text-align: center;
}

.youtube_01 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube_01 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.designer_01 {
  border-bottom: 1px dashed #ccc;
}

.designer_02 h3 {
  font-size: 1.8rem;
  color: #a1231f;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #a1231f;
}

.shopinfo02 .box {
  width: 100%;
}

@media screen and (max-width: 900px) {
  .shopinfo02 .box {
    width: 100%;
  }
}

.shopinfo02 .box h3 {
  font-size: 1.8rem;
  color: #000;
  display: block;
  margin-bottom: 15px;
}

@media screen and (max-width: 900px) {
  .shopinfo02 .box a {
    width: 100% !important;
    height: auto !important;
  }
  .shopinfo02 .box img {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .shopinfo02 .box a {
    width: 100% !important;
    height: auto !important;
  }
  .shopinfo02 .box a img {
    width: 100% !important;
  }
}

.shopinfo03 .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}

@media only screen and (max-width: 1200px) {
  .shopinfo03 .wrap {
    padding: 80px 10px;
  }
}

@media screen and (max-width: 900px) {
  .shopinfo03 .wrap {
    padding: 80px 30px;
  }
}

.shopinfo04 {
  padding: 0 0 80px;
  border-bottom: 1px solid #000;
}

.shopinfo04 .txt img {
  width: 100% !important;
  margin-bottom: 20px;
}

.shopinfo04 .txt div {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  color: #222;
  line-height: 1;
}

.shopinfo04 .txt div span {
  display: block;
  font-size: 4rem;
  color: #a1231f;
}

@media only screen and (max-width: 1000px) {
  .shopinfo04 .txt div span {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 900px) {
  .hair01 {
    display: block !important;
  }
  .hair01 .flxL {
    width: 100% !important;
  }
  .hair01 .flxR {
    width: 100% !important;
  }
  .hair01 img {
    width: 100% !important;
    margin-bottom: 20px;
  }
}

.hair01 .txt img {
  width: 100% !important;
  margin-bottom: 20px;
}

.hair01 .txt div {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  color: #222;
  line-height: 1;
}

.hair01 .txt div span {
  display: block;
  font-size: 4rem;
  color: #a1231f;
}

@media only screen and (max-width: 1000px) {
  .hair01 .txt div span {
    font-size: 2.5rem;
  }
}

.hair02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.hair02 .wrap {
  width: 30%;
}

@media screen and (max-width: 900px) {
  .hair02 .wrap {
    width: 100%;
  }
}

.hair02 .wrap .ttl {
  position: relative;
}

.hair02 .wrap .ttl h2 {
  background: #f4f4f4;
  display: inline-block;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
  position: relative;
  margin: 0 0 30px;
  padding-right: 10px;
}

.hair02 .wrap .ttl:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1b1b1b;
  z-index: 0;
}

.hair02 .wrap .list h5 {
  display: block;
}

.hair02 .wrap .list li article {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.eyelashes01 {
  display: block;
}

.eyelashes01 .wrap {
  width: 100%;
}

.eyelashes01 .wrap .ttl {
  position: relative;
}

.eyelashes01 .wrap .ttl h2 {
  background: #f4f4f4;
  display: inline-block;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
  position: relative;
  margin: 0 0 30px;
  padding-right: 10px;
}

.eyelashes01 .wrap .ttl:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1b1b1b;
  z-index: 0;
}

.eyelashes01 .wrap .list h5 {
  display: block;
}

.eyelashes01 .wrap .list li article {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.offhair01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.offhair01 .wrap {
  width: 48%;
}

@media screen and (max-width: 900px) {
  .offhair01 .wrap {
    width: 100%;
  }
}

.offhair01 .wrap .ttl {
  position: relative;
}

.offhair01 .wrap .ttl h2 {
  background: #f4f4f4;
  display: inline-block;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
  position: relative;
  margin: 0 0 30px;
  padding-right: 10px;
}

.offhair01 .wrap .ttl:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1b1b1b;
  z-index: 0;
}

.offhair01 .wrap .list h5 {
  display: block;
}

.offhair01 .wrap .list li article {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.platinum01 .list h5 {
  display: block;
  width: 30%;
  background: #f7f7f7;
  padding: 10px;
  display: block;
  border: 1px solid #ccc;
}

@media screen and (max-width: 900px) {
  .platinum01 .list h5 {
    width: 100%;
  }
}

.platinum01 .list div {
  width: 70%;
  background: #fff;
  padding: 10px;
  display: block;
  border: 1px solid #ccc;
}

@media screen and (max-width: 900px) {
  .platinum01 .list div {
    width: 100%;
  }
}

.platinum01 .list li article {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 900px) {
  .platinum01 .list li article {
    display: block !important;
  }
}

.facial01 .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}

@media only screen and (max-width: 1200px) {
  .facial01 .wrap {
    padding: 80px 10px;
  }
}

@media screen and (max-width: 900px) {
  .facial01 .wrap {
    padding: 80px 30px;
  }
}

.facial02 {
  border-bottom: 1px solid #000;
  padding-bottom: 50px;
}

.facial02 .tag {
  background: #a1231f;
  padding: 10px;
  line-height: 1;
  color: #fff;
  display: inline-block;
}

.facial02 .tag_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 50%;
}

@media only screen and (max-width: 1200px) {
  .facial02 .tag_02 {
    max-width: 60%;
  }
}

@media only screen and (max-width: 1000px) {
  .facial02 .tag_02 {
    max-width: 70%;
  }
}

@media screen and (max-width: 900px) {
  .facial02 .tag_02 {
    max-width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.facial02 .tag_02 .box {
  margin-right: 10px;
  max-width: 270px;
  width: 48%;
  background: #2e2e2e;
  padding: 10px;
  line-height: 1;
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
}

@media screen and (max-width: 900px) {
  .facial02 .tag_02 .box {
    margin-right: 0;
    max-width: 100%;
    font-size: 1.4rem;
    line-height: 1.4em;
  }
}

.facial02 .tag_02 .box div {
  text-align: center;
}

.dressing01 .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}

@media only screen and (max-width: 1200px) {
  .dressing01 .wrap {
    padding: 80px 10px;
  }
}

@media screen and (max-width: 900px) {
  .dressing01 .wrap {
    padding: 80px 30px;
  }
}

.dressing02 li {
  margin-bottom: 20px !important;
}

.waku {
  padding: 20px;
  background: rgba(247, 247, 247, 0.8);
}

.waku .wrap {
  padding: 50px;
  background: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 640px) {
  .waku .wrap {
    padding: 20px;
  }
}

.company_area dt,
.company_area dd {
  background: none !important;
  border: none !important;
  padding: 1.5em 1em !important;
  font-size: 1.6rem;
}

.company_area dt {
  border-bottom: 1px solid #ccc !important;
}

.company_area dd {
  border-bottom: 1px solid #fff !important;
}

.company_area a {
  color: #a1231f;
}

.company_area a:hover {
  text-decoration: underline;
  color: #831511;
}

@media screen and (max-width: 640px) {
  .company_area dl {
    padding-top: 15px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .company_area dt {
    border-bottom: 0 !important;
    font-weight: bold;
  }
  .company_area dt,
  .company_area dd {
    padding: 5px !important;
    display: block;
    width: 100% !important;
  }
  .company_area dd {
    padding-bottom: 15px !important;
  }
}

.comp dl dt {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

@media screen and (max-width: 640px) {
  .comp dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .comp dt {
    border-right: 1px solid #fff !important;
    border-bottom: 0 !important;
    font-weight: bold;
  }
  .comp dt,
  .comp dd {
    text-align: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 5px !important;
    display: block;
    width: 100% !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.faq01 dl {
  margin-bottom: 30px;
  display: block !important;
}

.faq01 dl:last-child {
  margin-bottom: 0 !important;
}

.faq01 dl dt {
  width: 100% !important;
  font-size: 18px;
  font-weight: 700;
  color: #181818;
  border: 0 !important;
  background-color: inherit !important;
  padding: 0 !important;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .faq01 dl dt {
    font-size: 16px;
  }
}

.faq01 dl dt span {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.faq01 dl dt span:before {
  margin-right: 10px;
  font-family: "Font Awesome 5 Pro";
  content: "\f059";
  font-size: 30px;
  font-weight: 700;
  color: #2e2e2e;
  vertical-align: middle;
  text-align: right;
  display: block;
}

.faq01 dl dd {
  width: 100% !important;
  border: 0 !important;
  background-color: inherit !important;
}

@media screen and (max-width: 640px) {
  .faq01 dl dd {
    font-size: 16px;
  }
}

.faq01 dl dd .txt {
  font-size: 16px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.faq01 dl dd span {
  margin-right: 0 !important;
  line-height: 1.7em !important;
}

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

.contact02 a {
  background: #a1231f;
  padding: 20px 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  max-width: 500px;
  width: 100%;
  text-align: center;
}

.contact02 span {
  padding: 20px 10px;
  font-size: 18px;
  border: 1px solid #ccc;
  display: inline-block;
  max-width: 500px;
  width: 100%;
  text-align: center;
}

.contact01 {
  background: #f3f3f3;
  margin: 0 auto;
  padding: 50px;
}

.contact01 dl {
  margin-bottom: 40px;
  font-size: 15px;
}

.contact01 dl:last-child {
  margin-bottom: 0;
}

.contact01 dl dt {
  line-height: 1;
  font-size: 16px;
  max-width: 200px;
  min-width: 200px;
  width: 30% !important;
  font-weight: 700;
  border: 0 !important;
  background-color: inherit !important;
  padding: 0 !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

@media screen and (max-width: 640px) {
  .contact01 dl dt {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 15px;
  }
}

.contact01 dl dt label {
  margin-top: 5px;
  background: #2e2e2e;
  border-radius: 5px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  padding: 6px;
  line-height: 1;
}

@media screen and (max-width: 640px) {
  .contact01 dl dt label {
    line-height: 1;
    padding: 3px;
    font-size: 11px;
  }
}

.contact01 dl dd {
  text-align: left;
  width: 80% !important;
  border: 0 !important;
  background-color: inherit !important;
  padding: 0 !important;
}

@media screen and (max-width: 640px) {
  .contact01 dl dd {
    width: 100% !important;
  }
}

.contact01 dl dd span {
  line-height: 1;
  margin-right: 0;
}

.contact01 .file {
  border-top: 0 !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  border-top: 0 !important;
}

@media screen and (max-width: 640px) {
  .contact01 .file {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.contact01 .file dt {
  font-size: 16px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

@media screen and (max-width: 640px) {
  .contact01 .file dt {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

.contact01 .file dd label {
  position: static !important;
  margin-left: auto !important;
  margin-bottom: 10px;
}

.contact01 .file dd div {
  line-height: 1.4em;
  color: #666;
  font-size: 14px;
  letter-spacing: -0.05em;
}

.policy a {
  color: #a1231f;
}

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

.formtel td {
  font-size: 16px;
  border: 0 !important;
}

.formtel .tel2 div {
  color: #000;
  font-size: 30px;
  font-weight: 700;
}

.formtel .tel2 a {
  font-size: 30px;
  font-weight: 700;
  color: #000;
}

.modaal-close {
  position: absolute !important;
  right: -20px !important;
  top: -20px !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.modaal-content-container h3 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.modaal-content-container p {
  margin: 0 0 20px;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #fff !important;
}

@media screen and (max-width: 900px) {
  .modaal-content-container {
    height: 400px;
    overflow-y: scroll;
  }
}

.center {
  text-align: center;
}

#mainArea {
  position: relative;
}

.maintxt p {
  position: absolute;
  z-index: 9;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
  font-size: 3em;
  bottom: 5%;
  right: 5%;
}

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

.deriv2 img {
  display: none;
}

@media screen and (max-width: 640px) {
  .deriv2 img {
    display: block;
    margin: 10px auto;
  }
}

.instaglam a {
  font-size: 3em !important;
}

.shopwrap .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 30px;
  margin-bottom: 50px;
  margin-left: -1.63934%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

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

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

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

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

.shopwrap .items article .photo {
  background: none;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.shopwrap .items article .photo:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
  padding-top: 75%;
}

.shopwrap .items article .photo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

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: 900px) {
  div.item_option dl, button.addcart {
    margin: 0 auto;
  }
}

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

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

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

div.photo {
  margin-left: 0;
}

div.items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.43902%;
  margin-bottom: 50px;
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  div.items {
    margin-left: -2.43902%;
  }
}

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

div.items article {
  text-align: center;
  border-bottom: 0;
  width: 30.89431%;
  height: 30.89431%;
  margin-left: 2.43902%;
  margin-right: 0 !important;
  margin-bottom: 30px;
}

@media screen and (max-width: 900px) {
  div.items article {
    width: 30.89431%;
    margin-left: 2.43902%;
    display: block;
  }
}

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

div.items article a {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

div.items article .imgwrap {
  position: relative;
}

div.items article .imgwrap:before {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}

div.items article .imgwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
}

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

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

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

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

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

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

.sort_catalog {
  overflow: hidden;
}

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

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

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

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

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

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

.shop_cont table {
  table-layout: auto;
}
/*# sourceMappingURL=common_style.css.map */