@charset "UTF-8";
h2.mail.title {
  display: none !important;
}

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

.annot {
  display: none !important;
}

::-moz-selection {
  background-color: rgba(204, 204, 204, 0.7);
}

::selection {
  background-color: rgba(204, 204, 204, 0.7);
}

.pcnone {
  display: none;
}

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

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

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

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

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

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

.disnone {
  display: none;
}

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

.disnone {
  display: none !important;
}

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

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

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

li {
  list-style: none;
}

html {
  font-size: 62.5% !important;
}

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

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

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

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

@media only screen and (max-width: 1600px) {
  .inner2 {
    max-width: 1200px;
  }
}

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

#contents {
  width: 100%;
  max-width: 1200px;
  padding-bottom: 100px;
}

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

@media screen and (max-width: 834px) {
  #contents {
    padding: 0 30px 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 screen and (max-width: 834px) {
  #main {
    display: block;
  }
}

#main:after {
  display: none;
}

#col_main {
  width: 100% !important;
}

#col_side1 {
  width: 23% !important;
}

@media screen and (max-width: 834px) {
  #col_side1 {
    width: 100% !important;
    margin-top: 50px !important;
  }
}

#col_side1 a {
  display: block;
}

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

#col_side1 img {
  width: 100%;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}

.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

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

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

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

small {
  font-size: 80%;
}

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

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

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

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

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

.imgR, .imgL {
  max-width: 100% !important;
  margin: 0;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

.mincho {
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

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

@media screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}

header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

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

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

.slider2 img {
  margin: 0 auto;
}

.tdscl {
  overflow-x: scroll;
}

.tdscl table {
  table-layout: fixed;
  width: 1850px;
}

.center {
  text-align: center;
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1;
}

header#global_header .header {
  width: 100%;
  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;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 24px;
  z-index: 999;
}

@media screen and (max-width: 640px) {
  header#global_header .header {
    padding: 10px 12px;
  }
}

header#global_header .header a {
  color: #fff;
}

@media screen and (max-width: 834px) {
  header#global_header .header .h_logo {
    max-width: 64px;
  }
}

@media screen and (max-width: 640px) {
  header#global_header .header .h_logo {
    max-width: 48px;
  }
}

header#global_header .header .h_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header#global_header .header .h_info nav {
  font-size: 1.8rem;
}

@media only screen and (max-width: 1264px) {
  header#global_header .header .h_info nav {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 1000px) {
  header#global_header .header .h_info nav {
    display: none;
  }
}

header#global_header .header .h_info nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header#global_header .header .h_info nav ul li {
  margin-left: 32px;
}

@media only screen and (max-width: 1264px) {
  header#global_header .header .h_info nav ul li {
    margin-left: 16px;
  }
}

header#global_header .header .h_info nav ul li a {
  font-weight: 600;
}

header#global_header .header .h_info nav ul li a span {
  display: none;
}

header#global_header .header .h_info .h_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  margin-left: 64px;
}

@media only screen and (max-width: 1264px) {
  header#global_header .header .h_info .h_btn {
    font-size: 1.8rem;
    margin-left: 32px;
  }
}

header#global_header .header .h_info .h_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 240px;
  border: 1px solid #fff;
  padding: 16px;
  margin-left: 16px;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1264px) {
  header#global_header .header .h_info .h_btn a {
    min-width: 200px;
    margin-left: 12px;
  }
}

@media screen and (max-width: 640px) {
  header#global_header .header .h_info .h_btn a {
    min-width: 0;
    padding: 14px 16px;
  }
}

header#global_header .header .h_info .h_btn a:first-child {
  margin-left: 0;
}

header#global_header .header .h_info .h_btn a span {
  margin-left: 12px;
}

@media only screen and (max-width: 1264px) {
  header#global_header .header .h_info .h_btn a span {
    margin-left: 8px;
  }
}

@media screen and (max-width: 640px) {
  header#global_header .header .h_info .h_btn a span {
    display: none;
  }
}

header#global_header .header .h_info .h_btn a::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
}

header#global_header .header .h_info .h_btn a:hover {
  opacity: 1;
  background-color: transparent;
  color: #000;
  -webkit-transition: .6s;
  transition: .6s;
}

header#global_header .header .h_info .h_btn a:hover::before {
  left: 0;
  -webkit-transition: .6s;
  transition: .6s;
}

header#global_header .open_sp {
  display: none;
}

@media only screen and (max-width: 1000px) {
  header#global_header .open_sp {
    display: block;
    cursor: pointer;
    position: relative;
    width: 48px;
    height: 48px;
    z-index: 9999;
    background-color: transparent;
    margin-left: 16px;
  }
  header#global_header .open_sp span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: absolute;
    height: 2px;
    right: 7.5px;
    border-radius: 5px;
    background: #ccc;
    width: 33px;
  }
  header#global_header .open_sp span:nth-child(1) {
    top: 15px;
  }
  header#global_header .open_sp span:nth-child(2) {
    top: 24px;
  }
  header#global_header .open_sp span:nth-child(3) {
    top: 33px;
  }
  header#global_header .open_sp.active span:nth-child(1) {
    top: 15px;
    right: 7.5px;
    -webkit-transform: translateY(12px) rotate(-45deg);
            transform: translateY(12px) rotate(-45deg);
    width: 33px;
  }
  header#global_header .open_sp.active span:nth-child(2) {
    opacity: 0;
  }
  header#global_header .open_sp.active span:nth-child(3) {
    top: 28px;
    right: 7.5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 33px;
  }
}

header#global_header .nav_sp {
  display: none;
  -webkit-transition: .3s;
  transition: .3s;
}

@media only screen and (max-width: 1000px) {
  header#global_header .nav_sp {
    display: block;
    width: 100%;
  }
}

header#global_header .nav_sp .navigation_sp {
  position: fixed;
  top: -100%;
  left: 0;
  height: 100%;
  z-index: 5;
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #000;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: .6s;
  transition: .6s;
  padding: 32px 24px;
  padding-top: 103px;
  overflow-y: scroll;
}

header#global_header .nav_sp .navigation_sp::-webkit-scrollbar {
  width: 8px;
}

header#global_header .nav_sp .navigation_sp::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

@media only screen and (max-width: 1400px) {
  header#global_header .nav_sp .navigation_sp {
    padding-top: 87px;
  }
}

@media screen and (max-width: 834px) {
  header#global_header .nav_sp .navigation_sp {
    padding-top: 80px;
  }
}

@media screen and (max-width: 640px) {
  header#global_header .nav_sp .navigation_sp {
    padding: 68px 16px 32px;
  }
}

header#global_header .nav_sp .navigation_sp.open {
  top: 0;
}

header#global_header .nav_sp .navigation_sp > ul {
  height: auto;
  padding-top: 16px;
}

header#global_header .nav_sp .navigation_sp > ul > li {
  width: 100%;
  display: block;
  text-align: left;
  line-height: 1.3;
  border-bottom: 1px solid #fff;
}

header#global_header .nav_sp .navigation_sp > ul > li:first-child {
  border-top: 1px solid #fff;
}

header#global_header .nav_sp .navigation_sp > ul > li a {
  color: #fff;
  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;
  padding: 16px;
}

header#global_header .nav_sp .navigation_sp > ul > li a span {
  position: relative;
  margin-left: 48px;
}

header#global_header .nav_sp .navigation_sp > ul > li a span::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  content: "";
  width: 32px;
  height: 1px;
  background: #fff;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

header#global_header .nav_sp .navigation_sp > ul > li a span::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  margin-top: 120px;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: left;
  background-color: #000;
}

@media screen and (max-width: 834px) {
  footer#global_footer {
    margin-top: 104px;
  }
}

@media screen and (max-width: 640px) {
  footer#global_footer {
    margin-top: 80px;
  }
}

footer#global_footer .f_contact {
  background-color: #f0f0f0;
}

footer#global_footer .f_contact .inner {
  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;
}

@media only screen and (max-width: 1000px) {
  footer#global_footer .f_contact .inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 640px) {
  footer#global_footer .f_contact .inner {
    -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;
  }
}

footer#global_footer .f_contact .inner .ttl {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.25;
  border-left: 4px solid #000;
  padding-left: 20px;
}

@media screen and (max-width: 834px) {
  footer#global_footer .f_contact .inner .ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 640px) {
  footer#global_footer .f_contact .inner .ttl {
    font-size: 2.4rem;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

footer#global_footer .f_contact .inner .f_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
}

@media only screen and (max-width: 1000px) {
  footer#global_footer .f_contact .inner .f_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 640px) {
  footer#global_footer .f_contact .inner .f_btn {
    margin-top: 48px;
  }
}

footer#global_footer .f_contact .inner .f_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 320px;
  border: 1px solid #000;
  padding: 16px;
  margin-left: 16px;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  color: #000;
  -webkit-transition: .6s;
  transition: .6s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media only screen and (max-width: 1000px) {
  footer#global_footer .f_contact .inner .f_btn a {
    margin-top: 16px;
    margin-left: 0;
  }
}

@media screen and (max-width: 640px) {
  footer#global_footer .f_contact .inner .f_btn a {
    min-width: 260px;
  }
}

footer#global_footer .f_contact .inner .f_btn a:first-child {
  margin-left: 0;
  margin-top: 0;
}

footer#global_footer .f_contact .inner .f_btn a span {
  margin-left: 12px;
}

footer#global_footer .f_contact .inner .f_btn a::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
}

footer#global_footer .f_contact .inner .f_btn a:hover {
  opacity: 1;
  background-color: transparent;
  color: #fff;
  -webkit-transition: .6s;
  transition: .6s;
}

footer#global_footer .f_contact .inner .f_btn a:hover::before {
  left: 0;
  -webkit-transition: .6s;
  transition: .6s;
}

footer#global_footer .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  footer#global_footer .footer {
    -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;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  footer#global_footer .footer {
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

footer#global_footer .footer a {
  color: #fff;
}

footer#global_footer .footer .f_left p.name {
  font-size: 2.4rem;
}

footer#global_footer .footer .f_left > div {
  font-size: 1.6rem;
  margin-top: 16px;
}

footer#global_footer .footer .f_left > div p {
  font-weight: 500;
}

footer#global_footer .footer .f_left > div p.num {
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
}

footer#global_footer .footer .f_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  footer#global_footer .footer .f_right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 48px;
  }
}

@media screen and (max-width: 640px) {
  footer#global_footer .footer .f_right nav {
    display: none;
  }
}

footer#global_footer .footer .f_right nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer#global_footer .footer .f_right nav ul li {
  margin-left: 32px;
}

footer#global_footer .footer .f_right .copy {
  font-size: 1.4rem;
}

@media only screen and (max-width: 1200px) {
  footer#global_footer .footer .f_right .copy {
    margin-top: 48px;
  }
}

@media screen and (max-width: 640px) {
  footer#global_footer .footer .f_right .copy {
    margin-top: 0;
    width: 100%;
    white-space: nowrap;
  }
}

footer#global_footer .footer .f_right .copy a {
  pointer-events: none;
}

html body {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #000;
}

@media screen and (max-width: 640px) {
  html body {
    font-size: 1.6rem;
  }
}

html body br.sp {
  display: none;
}

@media screen and (max-width: 640px) {
  html body br.sp {
    display: block;
  }
}

html body .wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 834px) {
  html body .wrap {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 640px) {
  html body .wrap {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

@media only screen and (max-width: 1264px) {
  html body .inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 640px) {
  html body .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

#contents_wrap {
  background-color: transparent;
}

#contents_wrap #contents {
  background-color: transparent;
  padding: 0;
}

@media only screen and (max-width: 1264px) {
  #contents_wrap #contents {
    padding: 0 32px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents {
    padding: 0 24px;
  }
}

#contents_wrap #contents #main #col_main section {
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#contents_wrap #contents #main #col_main section .space_120 {
  margin-top: 120px;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .space_120 {
    margin-top: 104px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .space_120 {
    margin-top: 80px;
  }
}

#contents_wrap #contents #main #col_main section .space_48 {
  margin-top: 48px;
}

#contents_wrap #contents #main #col_main section .space_40 {
  margin-top: 40px;
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .space_40 {
    margin-top: 32px;
  }
}

#contents_wrap #contents #main #col_main section .txt_40 article > div {
  margin-top: 40px;
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .txt_40 article > div {
    margin-top: 32px;
  }
}

#contents_wrap #contents #main #col_main section .title_top h2 {
  font-weight: 600;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.2rem;
  line-height: 1.25;
  border-left: 4px solid #000;
  padding-left: 20px;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .title_top h2 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .title_top h2 {
    font-size: 2.4rem;
  }
}

#contents_wrap #contents #main #col_main section .btn a {
  display: inline-block;
  padding: 16px 32px;
  border: 1px solid #000;
  color: #000;
  line-height: 1;
  font-weight: 400;
  font-size: 2rem;
  font-family: 'Libre Baskerville', serif;
  position: relative;
  overflow-x: hidden;
  opacity: 1;
  z-index: 10;
}

#contents_wrap #contents #main #col_main section .btn a span {
  position: relative;
  margin-left: 48px;
}

#contents_wrap #contents #main #col_main section .btn a span::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  content: "";
  width: 32px;
  height: 1px;
  background: #000;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

#contents_wrap #contents #main #col_main section .btn a span::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

#contents_wrap #contents #main #col_main section .btn a::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  opacity: 0;
}

#contents_wrap #contents #main #col_main section .btn a:hover {
  background-color: transparent;
  color: #fff;
  -webkit-transition: .6s;
  transition: .6s;
}

#contents_wrap #contents #main #col_main section .btn a:hover::before {
  left: 0;
  -webkit-transition: .6s;
  transition: .6s;
  opacity: 1;
}

#contents_wrap #contents #main #col_main section .btn a:hover span::before {
  background: #fff;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

#contents_wrap #contents #main #col_main section .btn a:hover span::after {
  border-color: #fff;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

#contents_wrap #contents #main #col_main section .cont_01 h1 {
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  line-height: 3;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_01 h1 {
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 2rem;
    line-height: 2;
  }
}

#contents_wrap #contents #main #col_main section .wrap_02 {
  position: relative;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_02 {
    padding: 0;
  }
}

#contents_wrap #contents #main #col_main section .wrap_02 .image {
  width: 56.25%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: -1;
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .wrap_02 .image {
    width: 64%;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_02 .image {
    width: 100%;
    position: static;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
}

#contents_wrap #contents #main #col_main section .wrap_02 .image img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

#contents_wrap #contents #main #col_main section .wrap_02 .inner .in {
  margin-left: auto;
  margin-right: 0;
  width: 50%;
  background-color: #f0f0f0;
  padding: 64px 64px 72px;
  font-size: 2rem;
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .wrap_02 .inner .in {
    padding: 48px 48px 64px;
    width: 64%;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_02 .inner .in {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: -32px;
    z-index: 2;
    position: relative;
    padding: 40px 32px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .wrap_02 .inner .in {
    padding: 32px 24px 32px;
  }
}

#contents_wrap #contents #main #col_main section .wrap_02 .inner .in {
  visibility: hidden;
  position: relative;
}

#contents_wrap #contents #main #col_main section .wrap_02 .inner .in::after {
  content: "";
  background: #f0f0f0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: visible;
}

#contents_wrap #contents #main #col_main section .wrap_02 .inner .in.start {
  -webkit-animation-name: animate-content;
          animation-name: animate-content;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#contents_wrap #contents #main #col_main section .wrap_02 .inner .in.start::after {
  -webkit-animation-name: animate-panel;
          animation-name: animate-panel;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#contents_wrap #contents #main #col_main section .wrap_03 .image {
  left: initial;
  right: 0;
}

#contents_wrap #contents #main #col_main section .wrap_03 .inner .in {
  margin-left: 0;
  margin-right: auto;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_03 .inner .in {
    margin-left: auto;
    margin-right: auto;
  }
}

#contents_wrap #contents #main #col_main section .cont_04 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_04 img {
    min-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
}

#contents_wrap #contents #main #col_main section .cont_04 > div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  padding: 24px;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  pointer-events: none;
  font-size: 2rem;
  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) {
  #contents_wrap #contents #main #col_main section .cont_04 > div {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1.4rem;
    text-align: left;
    padding: 12px;
  }
}

#contents_wrap #contents #main #col_main section .cont_04 > div span {
  position: relative;
  margin-left: 48px;
  opacity: 1;
}

#contents_wrap #contents #main #col_main section .cont_04 > div span::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  content: "";
  width: 32px;
  height: 1px;
  background: #000;
}

#contents_wrap #contents #main #col_main section .cont_04 > div span::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
}

#contents_wrap #contents #main #col_main section .wrap_05 {
  background-color: #000;
  color: #fff;
}

#contents_wrap #contents #main #col_main section .wrap_05 .title_top h2 {
  border-color: #fff;
}

#contents_wrap #contents #main #col_main section .wrap_05 .cont_05 {
  max-height: 280px;
  overflow-y: scroll;
}

#contents_wrap #contents #main #col_main section .wrap_05 .cont_05::-webkit-scrollbar {
  width: 8px;
}

#contents_wrap #contents #main #col_main section .wrap_05 .cont_05::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

#contents_wrap #contents #main #col_main section .wrap_05 .cont_05 dl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_05 .cont_05 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contents_wrap #contents #main #col_main section .wrap_05 .cont_05 dl:first-child {
  padding-top: 0;
}

#contents_wrap #contents #main #col_main section .wrap_05 .cont_05 dl dt {
  background-color: transparent;
  padding: 0;
  border: none;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_05 .cont_05 dl dt {
    width: 100%;
  }
}

#contents_wrap #contents #main #col_main section .wrap_05 .cont_05 dl dd {
  background-color: transparent;
  padding: 0;
  border: none;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_05 .cont_05 dl dd {
    width: 100%;
  }
}

#contents_wrap #contents #main #col_main section .cont_06 .box {
  width: calc((100% - 48px)/2);
  margin-right: 48px;
  position: relative;
}

@media only screen and (max-width: 1264px) {
  #contents_wrap #contents #main #col_main section .cont_06 .box {
    width: calc((100% - 32px)/2);
    margin-right: 32px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_06 .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
}

#contents_wrap #contents #main #col_main section .cont_06 .box:last-child {
  margin-bottom: 0;
}

#contents_wrap #contents #main #col_main section .cont_06 .box:nth-child(2n) {
  margin-right: 0;
}

#contents_wrap #contents #main #col_main section .cont_06 .box h3 {
  display: none;
}

#contents_wrap #contents #main #col_main section .cont_06 .box h2 {
  position: absolute;
  top: 32px;
  left: 32px;
  font-weight: 600;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.2rem;
  line-height: 1.25;
  border-left: 4px solid #000;
  padding-left: 20px;
  pointer-events: none;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .cont_06 .box h2 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_06 .box h2 {
    font-size: 2.4rem;
  }
}

#contents_wrap #contents #main #col_main section .cont_06 .box::before {
  position: absolute;
  right: 32px;
  bottom: 32px;
  content: "";
  width: 32px;
  height: 1px;
  background: #000;
  z-index: 2;
  pointer-events: none;
}

#contents_wrap #contents #main #col_main section .cont_06 .box::after {
  position: absolute;
  right: 32px;
  bottom: 30px;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 2;
  pointer-events: none;
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .cont_06 .box img {
    min-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@-webkit-keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}

@keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}

@-webkit-keyframes animate-panel {
  0% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  49% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}

@keyframes animate-panel {
  0% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  49% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}

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

.acenter a {
  margin: 0 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: 2%;
}

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

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

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

.flex2 {
  display: -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: 2%;
}

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

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

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

.flex3 {
  display: -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: 2%;
}

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

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

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

.flex4 {
  display: -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: 2%;
}

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

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

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

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

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

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

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

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

.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -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 {
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
}

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

.popup {
  display: none;
}

.flex2cl_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}

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

.flex2cl_01 .flxL {
  width: 68%;
}

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

.flex2cl_01 .flxR {
  width: 30%;
}

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

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

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

.flex2cl_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}

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

.flex2cl_02._rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex2cl_02 .flxL {
  width: 45%;
}

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

.flex2cl_02 .flxR {
  width: 50%;
}

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

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

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

.flex2cl_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}

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

.flex2cl_03._rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex2cl_03 .flxL {
  width: 49%;
}

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

.flex2cl_03 .flxR {
  width: 49%;
}

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

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

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

.flex5cl {
  border: 0;
  display: -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: -1.63934%;
}

@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: 18.36066%;
  margin-left: 1.63934%;
  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;
}

.title_01 {
  background-size: cover;
  background-position: center center;
  height: 400px;
}

@media screen and (max-width: 834px) {
  .title_01 {
    height: 320px;
  }
}

@media screen and (max-width: 640px) {
  .title_01 {
    height: 240px;
  }
}

.title_01 article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-top: 92px;
}

@media screen and (max-width: 834px) {
  .title_01 article {
    padding-top: 84px;
  }
}

@media screen and (max-width: 640px) {
  .title_01 article {
    padding-top: 68px;
  }
}

.title_01 h1 {
  font-weight: 600;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.2rem;
  line-height: 1.25;
}

@media screen and (max-width: 640px) {
  .title_01 h1 {
    font-size: 2.8rem;
  }
}

.title_02 h2 {
  font-weight: 600;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.4rem;
  line-height: 1.25;
  border-left: 4px solid #000;
  padding-left: 20px;
}

.title_02.image-class article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .title_02.image-class article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.title_02.image-class article h2 {
  margin-bottom: 32px;
}

.title_02.image-class article .text {
  width: 55%;
  padding-right: 24px;
}

@media screen and (max-width: 834px) {
  .title_02.image-class article .text {
    width: 100%;
    padding-right: 0;
    margin-top: 24px;
  }
}

.title_02.image-class article .image {
  width: 45%;
}

@media screen and (max-width: 834px) {
  .title_02.image-class article .image {
    width: 100%;
  }
}

.title_02.image-class article .image img {
  width: 100% !important;
}

#contents_wrap #contents #main #col_main section .space_80 {
  margin-top: 80px;
}

#contents_wrap #contents #main #col_main section .txt_32 article > div {
  margin-top: 32px;
}

#contents_wrap #contents #main #col_main section .tp {
  font-size: 1.4rem;
  margin-top: 16px;
}

#contents_wrap #contents #main #col_main section .tp ul {
  font-weight: 500;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#contents_wrap #contents #main #col_main section .tp ul li {
  display: inline-block;
}

#contents_wrap #contents #main #col_main section .tp ul li a {
  font-weight: 500;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#contents_wrap #contents #main #col_main section .staff_01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#contents_wrap #contents #main #col_main section .staff_01 .box {
  width: 100%;
  margin-bottom: 32px;
  background-color: #f0f0f0;
  padding: 32px;
}

#contents_wrap #contents #main #col_main section .staff_01 .box:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .staff_01 .box {
    padding: 24px;
  }
}

#contents_wrap #contents #main #col_main section .staff_01 .box h3 {
  display: none;
}

#contents_wrap #contents #main #col_main section .staff_01 .box article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .staff_01 .box article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contents_wrap #contents #main #col_main section .staff_01 .box article .image {
  width: 30%;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .staff_01 .box article .image {
    width: 100%;
  }
}

#contents_wrap #contents #main #col_main section .staff_01 .box article .image img {
  width: 100%;
}

#contents_wrap #contents #main #col_main section .staff_01 .box article .text {
  padding-left: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .staff_01 .box article .text {
    width: 100%;
    padding-left: 0;
    margin-top: 24px;
  }
}

#contents_wrap #contents #main #col_main section .staff_01 .box article .text p {
  font-weight: 600;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.4rem;
  line-height: 1.25;
  border-left: 4px solid #000;
  padding-left: 20px;
  margin-bottom: 24px;
}

#contents_wrap #contents #main #col_main section .staff_01 .box article .text p > span {
  font-size: 2rem;
  margin-right: 16px;
}

#contents_wrap #contents #main #col_main section .company_01 dl, #contents_wrap #contents #main #col_main section .form_wrap.entry dl, #contents_wrap #contents #main #col_main section .form_wrap.confirm dl {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .company_01 dl, #contents_wrap #contents #main #col_main section .form_wrap.entry dl, #contents_wrap #contents #main #col_main section .form_wrap.confirm dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contents_wrap #contents #main #col_main section .company_01 dl:first-child dt, #contents_wrap #contents #main #col_main section .form_wrap.entry dl:first-child dt, #contents_wrap #contents #main #col_main section .form_wrap.confirm dl:first-child dt {
  padding-top: 0;
}

#contents_wrap #contents #main #col_main section .company_01 dl:first-child dd, #contents_wrap #contents #main #col_main section .form_wrap.entry dl:first-child dd, #contents_wrap #contents #main #col_main section .form_wrap.confirm dl:first-child dd {
  padding-top: 0;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .company_01 dl:first-child dd, #contents_wrap #contents #main #col_main section .form_wrap.entry dl:first-child dd, #contents_wrap #contents #main #col_main section .form_wrap.confirm dl:first-child dd {
    margin-top: 16px;
  }
}

#contents_wrap #contents #main #col_main section .company_01 dl dt, #contents_wrap #contents #main #col_main section .form_wrap.entry dl dt, #contents_wrap #contents #main #col_main section .form_wrap.confirm dl dt {
  padding: 16px;
  border: none;
  background-color: transparent;
  font-weight: 500;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .company_01 dl dt, #contents_wrap #contents #main #col_main section .form_wrap.entry dl dt, #contents_wrap #contents #main #col_main section .form_wrap.confirm dl dt {
    width: 100%;
    border-bottom: none;
    padding: 16px 0 0;
  }
}

#contents_wrap #contents #main #col_main section .company_01 dl dd, #contents_wrap #contents #main #col_main section .form_wrap.entry dl dd, #contents_wrap #contents #main #col_main section .form_wrap.confirm dl dd {
  padding: 16px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .company_01 dl dd, #contents_wrap #contents #main #col_main section .form_wrap.entry dl dd, #contents_wrap #contents #main #col_main section .form_wrap.confirm dl dd {
    width: 100%;
    padding-top: 0;
    padding: 16px 0;
  }
}

#contents_wrap #contents #main #col_main section .bt_confirm, #contents_wrap #contents #main #col_main section .bt_back {
  margin: 0;
  width: auto;
  height: auto;
  background: #fff;
  border-radius: 0;
  border: none;
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-indent: initial;
  padding: 16px 32px;
  border: 1px solid #000;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  -webkit-transition: .6s;
  transition: .6s;
}

#contents_wrap #contents #main #col_main section .bt_confirm::before, #contents_wrap #contents #main #col_main section .bt_back::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
}

#contents_wrap #contents #main #col_main section .bt_confirm:hover, #contents_wrap #contents #main #col_main section .bt_back:hover {
  opacity: 1;
  background-color: transparent;
  color: #fff;
  -webkit-transition: .6s;
  transition: .6s;
}

#contents_wrap #contents #main #col_main section .bt_confirm:hover::before, #contents_wrap #contents #main #col_main section .bt_back:hover::before {
  left: 0;
  -webkit-transition: .6s;
  transition: .6s;
}

#contents_wrap #contents #main #col_main section .submit {
  margin-top: 48px;
}

#contents_wrap #contents #main #col_main section .g_map {
  position: relative;
  padding-bottom: 56.25% !important;
  height: 0;
  overflow: hidden;
  width: 100%;
}

#contents_wrap #contents #main #col_main section .g_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.scroll-obj {
  opacity: 0;
  -webkit-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
}

@media screen and (max-width: 640px) {
  .scroll-obj {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

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

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

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

div.item_view ul li a {
  color: #fff;
  padding: 5px 10px;
  line-height: 1.7em;
}

div.under ul li a {
  font-weight: 400;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 1;
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px;
}

div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

div.select > select {
  height: 100%;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order ul li a {
  color: #111;
}

div.items > article p.price {
  color: red;
}

div.crumb {
  display: none;
}

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

div.item_option dl,
button.addcart {
  width: 50% !important;
}

@media screen and (max-width: 834px) {
  div.item_option dl,
  button.addcart {
    margin: 0 auto;
  }
}

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

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 .search {
  margin-top: 0;
}

.shopwrap .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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.91262%;
  margin-top: 50px;
  margin-bottom: 50px;
}

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

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

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

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

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

.shopwrap .items article .photo {
  display: block;
  width: 100%;
  height: auto;
}

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

.shopwrap .items article .price {
  width: 100%;
  text-align: center;
}
/*# sourceMappingURL=common_style.css.map */