@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets.css
================================================================= */
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900&amp;subset=japanese);
.pcnone {
  display: none !important;
}

@media only screen and (max-width: 835px) {
  .pcnone {
    display: block !important;
  }
}

.spnone {
  display: block;
}

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

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

.jcss {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.jcsc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

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

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

.disnone {
  display: none !important;
}

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

@media only screen and (max-width: 640px) {
  .spdisnone {
    display: none !important;
  }
}

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

li {
  list-style: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 400;
}

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

@media only screen and (max-width: 835px) {
  body {
    font-size: 18px;
  }
}

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

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

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin-bottom: 100px;
}

@media only screen and (max-width: 1200px) {
  #contents_wrap {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 640px) {
  #contents_wrap {
    margin-bottom: 50px;
  }
}

#contents {
  margin-top: 80px;
  width: 100%;
  max-width: 1200px;
}

@media only screen and (max-width: 835px) {
  #contents {
    margin-top: 50px;
  }
}

#main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
}

@media only screen and (max-width: 835px) {
  #main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#main:after {
  display: none;
}

#col_main {
  width: 100% !important;
}

@media only screen and (max-width: 835px) {
  #col_main {
    width: 100% !important;
  }
}

#col_side1 {
  width: 0;
}

@media only screen and (max-width: 835px) {
  #col_side1 {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

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

b {
  font-weight: 500;
}

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

a {
  -webkit-transition: 1s;
  transition: 1s;
  text-decoration: none;
}

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

@media screen and (min-width: 641px) and (max-width: 835px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}

@media only 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: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only 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 {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
}

@media only screen and (max-width: 835px) {
  header#global_header {
    padding-top: 68px;
    border-top: 0;
  }
}

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

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

.fixed {
  position: fixed;
  z-index: 11;
  top: 0;
  width: 100%;
}

.fixed #header .inner {
  padding: 10px 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;
}

.fixed #header .inner #siteID {
  margin: 0;
}

.fixed #header .inner #siteID img {
  width: 100% !important;
  max-width: 60%;
}

.fixed #header .inner #nav_global > ul li ul {
  margin-left: -60%;
  min-width: 180px;
}

#headerwrap {
  background: #fff;
}

@media only screen and (max-width: 835px) {
  #headerwrap {
    margin-bottom: 0;
  }
}

#header2 {
  padding: 20px 10px;
  background: #514e55;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 835px) {
  #header2 {
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
    height: 68px;
    background: #fff;
    border-bottom: 1px solid #bbbbbb;
    padding: 15px 0;
  }
}

#header2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header2 ul .line {
  border-right: 1px solid #fff;
}

#header2 ul li {
  height: 100%;
  padding: 0 10px;
}

@media only screen and (max-width: 640px) {
  #header2 ul li {
    padding: 0 10px;
  }
}

#header2 ul li 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;
  height: 100%;
  line-height: 1;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
}

@media only screen and (max-width: 835px) {
  #header2 ul li a {
    color: #514e55;
  }
}

@media only screen and (max-width: 640px) {
  #header2 ul li a {
    color: #fff;
    border-radius: 4px;
    text-align: center;
    background-color: #514e55;
    border: 1px solid #bbbbbb;
    padding: 0;
    width: 37px;
  }
}

#header2 ul li a i {
  font-size: 20px;
}

@media only screen and (max-width: 640px) {
  #header2 ul li a i {
    font-size: 18px;
  }
}

#header2 .sub01 li {
  padding: 0;
}

@media only screen and (max-width: 835px) {
  #header2 .sub01 a {
    display: none;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    background-color: #514e55;
    border: 1px solid #bbbbbb;
    padding: 15px 20px;
    width: auto;
  }
}

#header {
  border-bottom: 1px solid #bbbbbb;
}

@media only screen and (max-width: 835px) {
  #header {
    position: fixed;
    z-index: 11;
    top: 0;
    left: 68px;
    width: 50%;
    height: 68px;
    border-bottom: 0;
  }
}

#header .inner {
  padding: 30px 0 0;
}

@media only screen and (max-width: 1200px) {
  #header .inner {
    padding: 30px 10px 0;
  }
}

@media only screen and (max-width: 835px) {
  #header .inner {
    height: 100%;
    padding: 10px;
  }
}

#header .inner #siteID {
  margin-bottom: 10px;
}

@media only screen and (max-width: 835px) {
  #header .inner #siteID {
    height: 48px;
  }
  #header .inner #siteID h1 {
    height: 48px;
  }
  #header .inner #siteID h1 a {
    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;
    height: 100%;
  }
  #header .inner #siteID > div {
    height: 48px;
  }
  #header .inner #siteID > div a {
    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;
    height: 100%;
  }
}

#header .inner #siteID a {
  vertical-align: middle;
  text-align: center;
  display: inline-block;
}

@media only screen and (max-width: 835px) {
  #header .inner #siteID a {
    text-align: right;
  }
}

#header .inner #siteID img {
  width: 100% !important;
  max-width: 70%;
}

@media only screen and (max-width: 835px) {
  #header .inner #siteID img {
    width: auto !important;
    max-width: inherit;
    height: auto !important;
    max-width: 70%;
  }
}

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

#nav_global > ul {
  margin: 0 auto;
  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;
}

#nav_global > ul li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#nav_global > ul li a {
  font-family: 'Nunito', sans-serif;
  line-height: 1;
  display: block;
  color: #514e55;
  padding: 30px 10px;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.33333vw;
}

@media only screen and (min-width: 1600px) {
  #nav_global > ul li a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 835px) {
  #nav_global > ul li a {
    font-size: 13px;
    font-weight: 400;
  }
}

#nav_global > ul li a:hover {
  opacity: 1;
  -webkit-animation: .3s;
  animation: zoom .3s;
}

#nav_global > ul li p {
  font-family: 'Nunito', sans-serif;
  line-height: 1;
  display: block;
  color: #514e55;
  padding: 30px 10px;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.33333vw;
}

@media only screen and (min-width: 1600px) {
  #nav_global > ul li p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 835px) {
  #nav_global > ul li p {
    padding: 20px 10px;
    font-size: 13px;
    font-weight: 400;
  }
}

#nav_global > ul li p:hover {
  opacity: 1;
  -webkit-animation: .3s;
  animation: zoom .3s;
}

#nav_global > ul li ul {
  margin-left: -25%;
  min-width: 150px;
  width: 150%;
  position: absolute;
}

@media only screen and (max-width: 835px) {
  #nav_global > ul li ul {
    display: block !important;
    position: static;
    margin-left: 0;
    min-width: 100px;
    width: 100%;
  }
}

#nav_global > ul li ul li a {
  font-size: 0.8em;
  font-weight: 400;
  padding: 20px;
  background: white;
}

@media only screen and (max-width: 835px) {
  #nav_global > ul li ul li a {
    background: none;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 20px 0 20px 30px;
    background-color: #514e55;
  }
  #nav_global > ul li ul li a i {
    margin-right: 10px;
  }
}

.global-menu-btn {
  display: none;
  font-size: 10px;
}

@media only screen and (max-width: 835px) {
  .global-menu-btn {
    background: #f4f7f6;
    border-right: 1px solid #bbbbbb;
    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;
    height: 67px;
    width: 68px;
    z-index: 11;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: #000;
    line-height: 1;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .global-menu-btn:hover {
    color: #fff;
    background: #acacac;
  }
  .global-menu-btn::before {
    font-size: 2.4em;
    content: "\f0c9";
    line-height: 1;
    font-family: "Font Awesome 5 pro";
    font-weight: 400;
  }
  .global-menu-btn i {
    margin-top: 3px;
    display: block;
    line-height: 1;
  }
}

.global-menu-close-btn {
  display: none;
}

@media only screen and (max-width: 835px) {
  .global-menu-close-btn {
    display: block;
    width: 68px;
    height: 68px;
    color: #fff;
    background-color: #393939;
    border: 1px solid #575757;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  }
  .global-menu-close-btn:before {
    content: "\f00d";
    line-height: 32px;
    font-family: "Font Awesome 5 pro";
    font-size: 1.3rem;
    font-weight: 300;
    display: block;
    width: 100%;
    color: #fff;
    height: 100%;
    text-align: center;
    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-close-btn i {
    display: none;
  }
}

@media only screen and (max-width: 835px) {
  #hednav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 68px;
    width: 68px;
    margin: 0;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
  }
  #hednav .wrap {
    visibility: hidden;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background: rgba(81, 78, 85, 0.6) !important;
    display: block !important;
    position: fixed;
    width: 100% !important;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
  }
  #hednav .wrap .navwrap {
    display: block !important;
    background-color: #514e55;
    width: 75%;
    height: 100%;
    opacity: 0;
    -webkit-transform: translateX(-240%);
    transform: translateX(-240%);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
  }
  #hednav .wrap .navwrap .btnwrap {
    padding: 20px 10px 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #hednav .wrap .navwrap .btnwrap .btn01 {
    width: 48%;
  }
  #hednav .wrap .navwrap .btnwrap .btn01 a {
    display: block;
    border-radius: 4px;
    width: 100%;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    background-color: #393939;
    border: 1px solid #575757;
    padding: 10px 15px;
  }
  #hednav .wrap .navwrap #hed_info {
    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: 100%;
  }
  #hednav .wrap .navwrap #hed_info span {
    line-height: 1;
    display: block;
    margin-top: 10px;
  }
  #hednav .wrap .navwrap #hed_info .store1 p {
    background: #1b4996;
  }
  #hednav .wrap .navwrap #hed_info .store2 p {
    background: #376eca;
  }
  #hednav .wrap .navwrap #hed_info .hoverbtn {
    width: 50%;
    margin: 0 !important;
  }
  #hednav .wrap .navwrap #hed_info .hoverbtn a {
    padding: 10px 0;
    font-weight: 300;
    font-size: 0.5rem !important;
    border: 0 !important;
    color: #fff !important;
    -webkit-transition: 1s;
    transition: 1s;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  #hednav .wrap .navwrap #hed_info .hoverbtn a i {
    font-weight: 300;
    font-size: 1.5rem !important;
    margin: 0 0 5px 0 !important;
  }
  #hednav .wrap .navwrap #nav_global {
    width: 100%;
    margin-top: 0 !important;
  }
  #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 > li {
    text-align: left;
    position: relative;
    width: 100%;
    border-bottom: solid 1px #ddd;
  }
  #hednav .wrap .navwrap #nav_global > ul > li p {
    color: #fff;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 30px;
    line-height: 1;
    height: 100%;
    font-weight: 400;
    font-size: 14px;
  }
  #hednav .wrap .navwrap #nav_global > ul > li p::before {
    content: "\f004";
    display: block;
    height: 100%;
    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;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    font-family: channel-icons;
    font-family: "Font Awesome 5 pro";
    color: #fff;
    margin-right: 10px;
  }
  #hednav .wrap .navwrap #nav_global > ul > li > a {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 30px;
    line-height: 1;
    height: 100%;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
  }
  #hednav .wrap .navwrap #nav_global > ul > li > a::before {
    display: block;
    height: 100%;
    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;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    font-family: channel-icons;
    font-family: "Font Awesome 5 pro";
    color: #fff;
    margin-right: 10px;
  }
  #hednav .wrap .navwrap #nav_global > ul > li:nth-child(1) > a::before {
    content: "\f015";
  }
  #hednav .wrap .navwrap #nav_global > ul > li:nth-child(2) > a::before {
    left: 17px;
    content: "\f553";
  }
  #hednav .wrap .navwrap #nav_global > ul > li:nth-child(4) > a::before {
    left: 14px;
    content: "\f49c";
  }
  #hednav .wrap .navwrap #nav_global > ul > li:nth-child(5) > a::before {
    left: 18px;
    content: "\f5ae";
  }
  #hednav .wrap .navwrap #nav_global > ul > li:nth-child(6) > a::before {
    left: 18px;
    content: "\f277";
  }
  #hednav .wrap .navwrap #nav_global > ul > li:nth-child(7) > a::before {
    left: 20px;
    content: "\f0e0";
  }
}

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

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

.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;
  transform: translateX(0) !important;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh !important;
}

.MenuOpened .wrap .global-menu-close-btn {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#mainArea {
  position: relative;
  width: 100%;
  background: #fff;
}

#mainArea img {
  width: 100% !important;
  height: auto;
  opacity: 0.5 !important;
}

#mainArea .slick-center img {
  opacity: 1 !important;
}

#local-keyvisual {
  position: relative;
}

@media only screen and (max-width: 835px) {
  #local-keyvisual {
    margin-bottom: 50px;
  }
}

#local-keyvisual h1 {
  z-index: 1;
  position: relative;
  color: #514e55;
  font-weight: 500;
  line-height: 1.7em;
  text-align: center;
  font-size: 30px;
  font-size: 2.5vw;
}

@media only screen and (min-width: 1600px) {
  #local-keyvisual h1 {
    font-size: 30px;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  #local-keyvisual h1 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 640px) {
  #local-keyvisual h1 {
    font-size: 20px;
  }
}

#local-keyvisual h1 span {
  padding: 30px 0;
  border-bottom: 1px solid #bbbbbb;
  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;
}

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

.pan1 {
  margin-bottom: 50px;
}

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

.pan1 a {
  color: #514e55;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  color: #fff;
  position: relative;
}

footer#global_footer a {
  color: #fff;
  text-decoration: none;
}

footer#global_footer a:hover {
  text-decoration: none;
}

footer#global_footer p.txt {
  color: #333;
  font-weight: bold;
  margin-bottom: 80px;
  margin-top: -20px;
}

.totop {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
}

@media only screen and (max-width: 835px) {
  .totop {
    width: 20%;
  }
}

.totop a {
  text-align: right;
  display: block;
}

#copy {
  border-top: 1px solid #bbbbbb;
  padding: 50px 0;
  text-align: center;
  font-size: 14px;
  display: block;
  line-height: 1.7em;
}

@media only screen and (max-width: 640px) {
  #copy {
    text-align: center;
  }
}

#copy a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
}

#copy a:hover {
  opacity: 0.6;
}

#copy a img {
  max-width: 30%;
}

.note {
  border: 1px solid #111;
  padding: 20px;
  color: red;
  font-size: 18px;
}

.media {
  display: block !important;
}

.media .sns_list {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.media .sns_list > div {
  padding: 10px;
  width: 18% !important;
  border-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .media .sns_list > div {
    width: 33% !important;
    margin-bottom: 0px;
  }
  .media .sns_list > div:nth-child(10) {
    display: none;
  }
}

.media .sns_list > div .sns_photo {
  position: relative;
  width: 100% !important;
  -webkit-box-shadow: 0 0 5px rgba(204, 204, 204, 0.4);
          box-shadow: 0 0 5px rgba(204, 204, 204, 0.4);
}

.media .sns_list > div .sns_photo:before {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}

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

.media .sns_list > div .sns_photo a {
  display: block;
}

.media .sns_list > div .sns_text {
  font-size: 16px;
  width: 100%;
}

.media .sns_list > div .sns_text .sns_date {
  text-align: center;
  width: 100%;
  color: #333;
}

.media .sns_list > div .sns_text .caption, .media .sns_list > div .sns_text #TRANS_SNSCS8, .media .sns_list > div .sns_text ul {
  display: none;
}

.cont_1 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.cont_1 .box {
  -webkit-box-shadow: 0 0 5px rgba(204, 204, 204, 0.4);
          box-shadow: 0 0 5px rgba(204, 204, 204, 0.4);
  margin-bottom: 50px;
  width: 30% !important;
}

@media only screen and (max-width: 640px) {
  .cont_1 .box {
    width: 48% !important;
  }
}

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

.cont_2 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.cont_2 a {
  display: block;
  margin-bottom: 20px;
  width: 32% !important;
}

@media only screen and (max-width: 640px) {
  .cont_2 a {
    width: 100% !important;
  }
}

.cont_2 a .box img {
  -webkit-box-shadow: 0 0 5px rgba(204, 204, 204, 0.4);
          box-shadow: 0 0 5px rgba(204, 204, 204, 0.4);
  width: 100% !important;
}

.cont_2 a .box h3 {
  color: #222;
  text-align: center;
}

.cont_2 a .box div {
  display: none !important;
}

.news .newsinner {
  padding-right: 10px;
  height: 300px;
  overflow-y: scroll;
  border: 0;
  display: block !important;
}

.news .newsinner dl {
  padding: 15px 0;
  border-bottom: 1px dashed #666;
}

@media only screen and (max-width: 640px) {
  .news .newsinner dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.news .newsinner dl:first-child {
  padding: 0 0 15px;
}

.news .newsinner dl:last-child {
  border-bottom: 1px dashed #666;
}

.news .newsinner dl dt {
  font-weight: 700;
  padding: 0;
  font-size: 16px;
  display: block;
  border: 0 !important;
  background-color: inherit !important;
}

@media only screen and (max-width: 640px) {
  .news .newsinner dl dt {
    width: 100% !important;
  }
}

.news .newsinner dl dd {
  padding: 0;
  border: 0 !important;
  background-color: inherit !important;
}

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

.shop_001 .flxL {
  width: 55% !important;
}

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

.shop_001 .flxR {
  width: 40% !important;
}

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

.shop_001 .flxR img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_none {
  pointer-events: none;
}

.policy_01 h2 {
  font-size: 18px;
  font-weight: bold;
}

.policy_01 h2 + br {
  display: none;
}

.policy_area {
  color: #666;
}

.policy_area a {
  color: #666 !important;
  display: inline-block;
  margin: 0 0.5em;
}

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

.shop_01 > div {
  width: 100%;
}

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

.shop_01 .list {
  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;
  height: 450px;
  overflow: auto;
}

.shop_01 dt {
  width: 30%;
  position: relative;
  margin-bottom: 10px;
}

.shop_01 dt:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.shop_01 dt > img, .shop_01 dt video {
  position: absolute;
  left: 0;
  top: 1;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.shop_01 dd {
  width: 68%;
}

.shop_01 dd time {
  display: block;
}

.shop_01 dd .rss-title {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}

.shop_01 dd .txt {
  color: #333;
  font-size: 16px;
  line-height: 1.7;
}

@media screen and (max-width: 640px) {
  .shop_01 dd .txt {
    font-size: 12px;
    line-height: 1.6;
  }
}

.sns_icon {
  margin-top: 20px;
}

.sns_icon .box {
  margin-right: 1em;
}

/* title */
.midashi {
  display: block;
  width: 100%;
}

.midashi h2 {
  line-height: 1;
  color: #514e55;
  font-weight: 600;
  font-size: 28px;
  font-size: 2.33333vw;
}

@media only screen and (min-width: 1600px) {
  .midashi h2 {
    font-size: 28px;
  }
}

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

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

.midashi h2 span {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 15px;
  display: block;
  font-size: 18px;
  font-size: 1.5vw;
}

@media only screen and (min-width: 1600px) {
  .midashi h2 span {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi h2 span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 640px) {
  .midashi h2 span {
    font-size: 16px;
  }
}

.midashi2 {
  border-bottom: 1px solid #bbbbbb;
  padding-bottom: 15px;
}

.midashi2 h2 {
  line-height: 1;
  color: #514e55;
  font-weight: 500;
  font-size: 25px;
  font-size: 2.08333vw;
}

@media only screen and (min-width: 1600px) {
  .midashi2 h2 {
    font-size: 25px;
  }
}

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

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

.midashi2 h3 {
  line-height: 1;
  color: #514e55;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.66667vw;
}

@media only screen and (min-width: 1600px) {
  .midashi2 h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi2 h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .midashi2 h3 {
    font-size: 18px;
  }
}

.midashi3 h2 {
  color: #514e55;
  font-weight: 500;
  background: rgba(187, 187, 187, 0.4);
  padding: 15px;
  font-size: 25px;
  font-size: 2.08333vw;
}

@media only screen and (min-width: 1600px) {
  .midashi3 h2 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi3 h2 {
    font-size: 25px;
  }
}

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

.midashi4 h2 {
  color: #514e55;
  font-weight: 500;
  background: rgba(187, 187, 187, 0.4);
  padding: 10px;
  font-size: 20px;
  font-size: 1.66667vw;
}

@media only screen and (min-width: 1600px) {
  .midashi4 h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 835px) {
  .midashi4 h2 {
    font-size: 20px;
  }
}

.midashi4 h2 span {
  display: inline-block;
  background: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  color: #514e55;
  margin-right: 10px;
}

.midashi5 {
  border-bottom: 1px solid #bbbbbb;
  padding-bottom: 15px;
}

.midashi5 h2 {
  line-height: 1;
  color: #514e55;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.66667vw;
}

@media only screen and (min-width: 1600px) {
  .midashi5 h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi5 h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .midashi5 h2 {
    font-size: 18px;
  }
}

.midashi5 h3 {
  line-height: 1;
  color: #514e55;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.66667vw;
}

@media only screen and (min-width: 1600px) {
  .midashi5 h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi5 h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .midashi5 h3 {
    font-size: 18px;
  }
}

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

.japan table {
  display: block !important;
}

.japan table tbody {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-align-items: center;
  -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: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 835px) {
  .japan table tbody {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.japan table tbody tr {
  display: block !important;
  width: 60%;
}

@media only screen and (max-width: 835px) {
  .japan table tbody tr {
    width: 100%;
  }
}

.japan table tbody tr:first-child {
  width: 37%;
}

@media only screen and (max-width: 835px) {
  .japan table tbody tr:first-child {
    width: 100%;
  }
}

.japan table tbody h3 {
  border-bottom: 1px solid #bbbbbb;
  padding-bottom: 15px;
  line-height: 1;
  color: #514e55;
  font-weight: 500;
  font-size: 25px;
  font-size: 2.08333vw;
}

@media only screen and (min-width: 1600px) {
  .japan table tbody h3 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1200px) {
  .japan table tbody h3 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 640px) {
  .japan table tbody h3 {
    font-size: 20px;
  }
}

.japan td {
  border: 0;
  padding: 0 !important;
}

@media only screen and (max-width: 835px) {
  .japan td {
    display: block !important;
    width: 100% !important;
  }
}

.japan .ttl {
  -webkit-box-shadow: 0 0 10px rgba(187, 187, 187, 0.1);
          box-shadow: 0 0 10px rgba(187, 187, 187, 0.1);
  overflow: hidden;
  text-align: center !important;
  position: relative;
}

@media only screen and (max-width: 835px) {
  .japan .ttl {
    margin-top: 20px !important;
  }
}

.japan .ttl > div {
  -webkit-transition: 1s;
  transition: 1s;
  position: absolute;
  top: 0;
  right: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: #514e55;
  font-weight: 700;
  line-height: 1.7em;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8), 5px 5px 5px rgba(255, 255, 255, 0.8), -10px -10px 5px rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.1);
  font-size: 30px;
  font-size: 2.5vw;
}

@media only screen and (min-width: 1600px) {
  .japan .ttl > div {
    font-size: 30px;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .japan .ttl > div {
    font-size: 25px;
  }
}

@media only screen and (max-width: 640px) {
  .japan .ttl > div {
    font-size: 20px;
  }
}

.japan .ttl > div .ttlinner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.japan .ttl img {
  opacity: 1 !important;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100% !important;
}

.japan .txt div {
  margin-top: 15px;
}

.pasapas {
  padding: 3%;
  position: relative;
}

.pasapas .inner3 {
  padding: 3%;
  background: url(../images/contents/pt_02.png);
}

.pasapas .inner3 .txt {
  font-size: 18px;
  color: #494949;
  font-weight: 600;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 90%;
  padding: 0 2% 2% 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 835px) {
  .pasapas .inner3 .txt {
    max-width: 100%;
    display: block !important;
  }
}

.pasapas .inner3 .txt > div {
  width: 80%;
  line-height: 2em;
}

@media only screen and (max-width: 835px) {
  .pasapas .inner3 .txt > div {
    width: 100%;
  }
}

.pasapas .inner3 .txt img {
  margin: 30px auto 0 0 !important;
}

@media only screen and (max-width: 835px) {
  .pasapas .inner3 .txt img {
    margin: 0 auto 30px 0 !important;
  }
}

.pasapas2 {
  margin: 0 auto;
  max-width: 90%;
  padding: 20px 2% 0 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

@media only screen and (max-width: 835px) {
  .pasapas2 {
    max-width: 100%;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

.pasapas2 .box {
  width: 48% !important;
}

@media only screen and (max-width: 835px) {
  .pasapas2 .box {
    width: 100% !important;
    margin-bottom: 20px;
  }
}

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

.pasapas2 .box div {
  text-align: center;
}

.pousse {
  padding: 3%;
  position: relative;
}

.pousse .inner3 {
  padding: 3%;
  background: url(../images/pousse/bg.jpg);
}

.pousse .inner3 .txt {
  font-size: 18px;
  color: #494949;
  font-weight: 600;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 90%;
  padding: 0 2% 2% 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 835px) {
  .pousse .inner3 .txt {
    max-width: 100%;
    display: block !important;
  }
}

.pousse .inner3 .txt > div {
  width: 80%;
  line-height: 2em;
}

@media only screen and (max-width: 835px) {
  .pousse .inner3 .txt > div {
    width: 100%;
  }
}

.pousse .inner3 .txt img {
  margin: 30px auto 0 0 !important;
}

@media only screen and (max-width: 835px) {
  .pousse .inner3 .txt img {
    margin: 0 auto 30px 0 !important;
  }
}

.pousse2 {
  margin: 0 auto;
  max-width: 90%;
  padding: 20px 2% 0 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

@media only screen and (max-width: 835px) {
  .pousse2 {
    max-width: 100%;
  }
}

.pousse2 .box {
  width: 48% !important;
}

@media only screen and (max-width: 835px) {
  .pousse2 .box {
    width: 100% !important;
    margin-bottom: 20px;
  }
}

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

.pousse2 .box div {
  text-align: center;
}

.cont_4 {
  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 only screen and (max-width: 640px) {
  .cont_4 {
    display: block;
  }
}

.cont_4 #anc_1, .cont_4 #anc_2, .cont_4 #anc_3 {
  margin-top: -250px;
  padding-top: 250px;
}

@media only screen and (max-width: 640px) {
  .cont_4 #anc_1, .cont_4 #anc_2, .cont_4 #anc_3 {
    margin-top: -100px;
    padding-top: 100px;
  }
}

.cont_4 .flxL {
  width: 40%;
}

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

.cont_4 .flxL .storelogo {
  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;
}

.cont_4 .flxL .storelogo img {
  margin-right: 20px;
}

.cont_4 .flxL .storelogo div {
  width: 80%;
  font-weight: 600;
  font-size: 18px;
  color: #6a4623;
}

.cont_4 .flxR {
  width: 55%;
}

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

@media only screen and (max-width: 835px) {
  .cont_4 .flxR img {
    width: 100% !important;
    max-width: 70% !important;
  }
}

.waku {
  padding: 40px;
  background: #f7f7f7;
  border: solid 1px #ccc;
}

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

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

@media only screen and (max-width: 835px) {
  .flxbox {
    font-size: 18px;
  }
}

.flxbox .box {
  -webkit-transition: 2s;
  transition: 2s;
  color: #514e55;
  margin-bottom: 30px;
  width: 100%;
}

@media only screen and (max-width: 835px) {
  .flxbox .box {
    width: 48%;
  }
}

.flxbox .box table {
  display: block !important;
}

@media only screen and (max-width: 835px) {
  .flxbox .box table {
    display: block !important;
  }
}

.flxbox .box table tbody {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 835px) {
  .flxbox .box table tbody {
    display: block !important;
  }
}

.flxbox .box table tbody tr {
  display: block !important;
  width: 65%;
}

@media only screen and (max-width: 835px) {
  .flxbox .box table tbody tr {
    width: 100%;
  }
}

.flxbox .box table tbody tr:first-child {
  width: 30% !important;
}

@media only screen and (max-width: 835px) {
  .flxbox .box table tbody tr:first-child {
    width: 100% !important;
  }
}

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

.flxbox .box h3 {
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  line-height: 1;
  color: #222;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.66667vw;
}

@media only screen and (min-width: 1600px) {
  .flxbox .box h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .flxbox .box h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .flxbox .box h3 {
    font-size: 18px;
  }
}

.flxbox .box .ttl img {
  opacity: 1 !important;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100% !important;
}

.flxbox .box .txt div {
  margin-top: 15px;
}

.cont_6 {
  -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 (min-width: 641px) and (max-width: 835px) {
  .cont_6 {
    margin-left: -1.63934%;
  }
}

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

.cont_6 .box {
  text-align: center;
  border-bottom: 0;
  width: 23.36066%;
  height: 23.36066%;
  margin-left: 1.63934%;
  margin-bottom: 30px;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .cont_6 .box {
    width: 23.36066%;
    margin-left: 1.63934%;
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .cont_6 .box {
    width: 48%;
    margin-left: 0;
  }
}

.cont_6 .box .imgwrap {
  position: relative;
}

.cont_6 .box .imgwrap:before {
  content: "";
  width: 100%;
  padding-top: 70%;
  display: block;
}

.cont_6 .box .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;";
}

.faq_q {
  border: none !important;
}

.faq_q > div {
  font-size: 16px;
  border-bottom: 1px #1b4996 dashed;
  padding-bottom: 20px !important;
  position: relative;
  color: #1b4996;
  font-weight: bold;
  position: relative;
  padding-left: 3em !important;
}

.faq_q > div:before {
  content: "Q";
  display: block;
  background: #1b4996;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 600px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0px;
  top: -3px;
}

.faq_a {
  border: none !important;
}

.faq_a > div {
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  border-bottom: 1px #376eca solid;
  padding-bottom: 30px !important;
  position: relative;
  padding-left: 3em !important;
}

.faq_a > div:before {
  content: "A";
  display: block;
  background: #376eca;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 600px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0px;
  top: -6px;
}

.comp dl {
  border-bottom: 1px solid #ccc;
}

.comp dl:nth-child(1) {
  border-top: 1px solid #ccc;
}

.comp dl dt {
  padding: 15px 0 !important;
  border: 0 !important;
  background-color: inherit !important;
}

.comp dl dd {
  padding: 15px 0 !important;
  border: 0 !important;
  background-color: inherit !important;
}

.comp dl a {
  color: #b2b2b2;
}

@media only screen and (max-width: 640px) {
  .comp2 dl {
    text-align: center;
    display: block !important;
  }
}

.comp2 dl dt {
  padding: 15px !important;
}

@media only screen and (max-width: 640px) {
  .comp2 dl dt {
    display: block !important;
    text-align: center;
    width: 100% !important;
  }
}

.comp2 dl dd {
  padding: 15px !important;
}

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

.comp2 dl a {
  color: #b2b2b2;
}

.news {
  background: url(../images/common/pt_2.png);
  padding: 1.2em;
  margin-bottom: 100px;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .news {
    padding: 1em;
  }
}

@media only screen and (max-width: 640px) {
  .news {
    margin-bottom: 50px;
  }
}

.news .newsinner {
  padding: 15px;
  background: rgba(255, 255, 255, 0.5);
}

.news .blog_list {
  padding-right: 10px;
  height: 300px;
  overflow-y: scroll;
  border: 0;
  display: block !important;
}

.news .blog_list > div {
  padding: 15px 0;
  border-bottom: 1px dashed #514e55;
}

.news .blog_list > div:first-child {
  padding: 0 0 15px;
}

.news .blog_list > div:last-child {
  border-bottom: 1px dashed #514e55;
}

.news .blog_list > div .blog_photo {
  display: none;
}

.news .blog_list > div .blog_text {
  padding: 0;
  font-size: 16px;
  width: 100%;
  display: block;
}

@media only screen and (max-width: 835px) {
  .news .blog_list > div .blog_text {
    font-size: 18px;
  }
}

.news .blog_list > div .blog_text .blog_date {
  color: #514e55;
  font-weight: 700;
}

.news .blog_list > div .blog_text h3 a {
  color: #514e55;
}

.news .blog_list > div .blog_text .detail, .news .blog_list > div .blog_text ul {
  display: none;
}

.btn {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.btn a {
  font-weight: 400;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 1;
  border: 1px solid #514e55;
  color: #514e55 !important;
  padding: 10px;
  display: block;
}

.btn a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

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

.center {
  text-align: center;
}

.catwrap {
  position: relative;
  padding: 50px 30px;
  background: url(../images/common/sidecenter.png) repeat-y center;
  background-size: contain;
  margin-bottom: 40px;
}

.catwrap:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/common/sidebottom.jpg) no-repeat center bottom;
  background-size: contain;
  z-index: 0;
}

.catwrap:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url(../images/common/sidetop.jpg) no-repeat center top;
  background-size: contain;
  z-index: 0;
}

.catwrap > div {
  position: relative;
  z-index: 1;
}

.catwrap > div a {
  opacity: 1;
  color: #555;
  font-size: 14px;
  font-weight: 400 !important;
}

@media only screen and (max-width: 835px) {
  .catwrap > div a {
    font-size: 16px;
  }
}

.catwrap > div a:hover {
  color: #b0ddd9;
}

.sideinfo {
  font-size: 13px;
}

@media only screen and (max-width: 835px) {
  .sideinfo {
    font-size: 16px;
  }
}

.sideinfo .btn {
  text-align: center;
}

.sidebnrwrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.sidebnrwrap .sidebnr {
  width: 48%;
}

.sidebnrwrap .sidebnr div {
  margin-bottom: 20px !important;
}

@media only screen and (max-width: 835px) {
  #left_3, .sidemidashi, .sideinfo, #left_14, #left_19, #left_22, #left_23, .sidebnrwrap2, .sidebnrwrap3 {
    display: none;
  }
}

.sidemidashi {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.sidemidashi h2 {
  text-align: center;
  line-height: 1;
  color: #514e55;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.66667vw;
}

@media only screen and (min-width: 1600px) {
  .sidemidashi h2 {
    font-size: 20px;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .sidemidashi h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .sidemidashi h2 {
    font-size: 20px;
  }
}

.conttel {
  font-size: 3em;
  background: #f7f7f7;
  padding: 30px;
  color: #514e55;
}

.conttel a {
  color: #514e55;
}

.policy a {
  color: #514e55;
}

.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 only screen and (max-width: 835px) {
  .modaal-content-container {
    height: 400px;
    overflow-y: scroll;
  }
}

@media only screen and (max-width: 835px) {
  .item {
    padding: 0px 40px;
  }
}

.item .photo .large {
  position: relative;
  width: 100% !important;
  margin-bottom: 15px;
}

.item .photo .large img {
  width: 100% !important;
  height: 100% !important;
}

.shopwrap {
  margin: 50px 0;
}

.shopwrap .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -7.69231% !important;
}

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

.shopwrap .items li {
  width: 17.30769% !important;
  margin-left: 7.69231% !important;
  margin-bottom: 50px;
}

@media only screen and (max-width: 835px) {
  .shopwrap .items li {
    width: 33% !important;
    margin-bottom: 20px;
    margin-left: 0 !important;
  }
}

.shopwrap .items li .itembox {
  display: block;
  color: #514e55;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2em;
}

.shopwrap .items li .itembox .summary {
  display: none;
}

.shopwrap .items li .itembox .price {
  text-align: left;
  font-weight: 700;
  color: #000;
  margin-top: 5px;
}

.shopwrap .items li .itembox .imgwrap {
  position: relative;
  width: 100% !important;
  margin-bottom: 15px;
}

.shopwrap .items li .itembox .imgwrap img {
  width: 100% !important;
  height: 100% !important;
}

div.search {
  margin: 0 0 50px;
}

#col_main > section > .search:nth-child(2) {
  position: relative;
}

#col_main > section > .search:nth-child(2):before {
  content: "カテゴリー";
  display: block;
  margin-bottom: 10px;
}

@media only screen and (max-width: 835px) {
  #col_main > section > .search:nth-child(2) {
    padding: 0px 40px;
  }
}

div.search #keyword .select {
  position: relative;
}

div.search #keyword .select:after {
  top: 15px !important;
  pointer-events: none;
}

div.order > ul {
  display: none;
}

div.order > ul:before {
  content: "並び替え:";
  margin: 5px 0 5px 20px;
}

.item {
  max-width: 960px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 835px) {
  .item {
    max-width: 100%;
  }
}

.item .photo {
  width: 100% !important;
  max-width: 50% !important;
}

@media only screen and (max-width: 835px) {
  .item .photo {
    max-width: 100% !important;
  }
}

.item .item_view {
  margin-left: 0 !important;
  min-width: auto　 !important;
  max-width: 45% !important;
}

@media only screen and (max-width: 835px) {
  .item .item_view {
    max-width: 100% !important;
  }
}

.photo {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.photo .large {
  margin-left: 0 !important;
  margin-bottom: 10px !important;
}

.photo .large img {
  width: 100%;
}

.photo .small {
  min-width: 100% !important;
  max-width: 100% !important;
}

.photo .small ul {
  -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.36842%;
  margin-bottom: 50px;
}

.photo .small ul li {
  position: relative;
  text-align: center;
  border-bottom: 0;
  width: 17.63158%;
  height: 17.63158%;
  margin-left: 2.36842% !important;
  margin-bottom: 10px !important;
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
}

.photo .small ul li:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 100%;
  display: block;
  width: 100% !important;
}

.photo .small ul li img {
  z-index: 2;
  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;
}

.photo .small .owl-dots {
  margin: 20px auto 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;
  width: 50%;
}

.photo .small .owl-dots .owl-dot {
  border: 6px solid #bbbbbb;
  border-radius: 50%;
  margin: 0 5px;
}

.photo .small .owl-dots .owl-dot.active {
  border-color: #5d5d5d;
}

.item_view h2 {
  color: #222;
  font-weight: 500;
}

.item_view h2 span {
  display: none !important;
}

.item_view .item_option {
  margin-top: 20px;
}

.item_view .item_option dl {
  width: 100% !important;
}

.item_view .item_option .addcart .count {
  width: 100% !important;
}

.item_view .item_option .addcart .addcart {
  -webkit-transition: 1s;
  transition: 1s;
  height: 100%;
  padding: 15px;
  width: 100% !important;
  background: #5d5d5d;
  color: #fff;
  text-indent: 0;
}

.item_view .item_option .addcart .addcart:hover {
  opacity: 1;
  background: #3e3e3e;
}

.item_view .item_option .addcart a {
  color: #9a3000;
  text-decoration: none;
}

.item_view .item_option .addcart a:before {
  font-family: "Font Awesome 5 pro";
  content: "\f06a";
  margin-right: 5px;
}

.item_view .struct {
  font-size: 13px;
  margin-top: 10px !important;
}

.item_view .struct .sku {
  margin: 10px 0 !important;
}

.item_view .struct .sku .price {
  font-size: 16px !important;
  line-height: 1 !important;
}

.item_view .sku2 {
  margin-top: 20px;
}

.item_view p.sku1 {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background: #f7f7f7;
  padding: 15px 15px 10px 15px;
}

.item_view p.sku1:before {
  text-align: center;
  background: #ccc;
  padding: 8px 0;
  width: 100%;
  content: "カラーを選択してください";
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}

.item_view .sku1 ul {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f7f7f7;
  padding: 0 15px 15px 15px;
  margin-top: 0 !important;
  margin-left: 0 !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.item_view .sku1 ul li.selected {
  background: #000 !important;
}

.item_view .sku1 ul li {
  background: #fff;
  width: 48%;
  margin-left: 0 !important;
  margin-bottom: 10px !important;
}

.item_view .attr {
  margin-top: 20px;
}

.item_view .attr h3 {
  display: none;
}

.item_view .attr dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  border-top: 1px solid #222;
  border-bottom: none;
  font-size: 13px;
}

.item_view .attr dl dt {
  padding: 10px;
  min-width: 25%;
  background: none;
  border-right: 0;
}

.item_view .attr dl dd {
  padding: 10px;
  width: 100%;
}

.item_view .attr dl:last-child {
  border-bottom: 1px solid #222;
}

.item_view .detail {
  margin-top: 0px;
  font-size: 13px;
  color: #222;
}

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

div.under ul li a {
  font-weight: 400;
  font-family: "游明朝体", "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 only screen and (max-width: 835px) {
  div.item_option dl, button.addcart {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 835px) {
  .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 (min-width: 641px) and (max-width: 835px) {
  div.items {
    margin-left: -2.43902%;
  }
}

@media only 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 (min-width: 641px) and (max-width: 835px) {
  div.items article {
    width: 30.89431%;
    margin-left: 2.43902%;
    display: block;
  }
}

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

.shopwrap .items .imgwrap {
  position: relative;
}

.shopwrap .items .imgwrap:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 145%;
  visibility: visible !important;
}

.shopwrap .items .imgwrap > img, .shopwrap .items .imgwrap video {
  position: absolute;
  left: 0;
  top: 1;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

article.item .photo .large {
  position: relative;
}

article.item .photo .large:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 145%;
  visibility: visible !important;
}

article.item .photo .large > img, article.item .photo .large video {
  position: absolute;
  left: 0;
  top: 1;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
/*# sourceMappingURL=assets.css.map */