@charset "UTF-8";
/*
Theme Name: SWAN
*/
@import url("//fonts.googleapis.com/css2?family=Lato&display=swap");
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, main, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, main, section, summary {
  display: block;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  line-height: 1.8;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #333;
  background: #FFFFFF;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url(images/bg.jpg);
  font-family: 'Noto Sans JP', sans-serif;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  color: #000;
  background: transparent;
  -webkit-tap-highlight-color: rgba(44, 128, 177, 0.6);
}

a:focus {
  outline: none;
}

a:hover, a:active {
  text-decoration: none;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #999999;
}

::selection {
  color: #FFFFFF;
  background: #318fc5;
}

input::selection,
textarea::selection {
  color: #333;
}

textarea {
  resize: vertical;
}

:placeholder-shown {
  color: rgba(51, 51, 51, 0.4);
}

::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.4);
}

:-moz-placeholder {
  opacity: 1;
  color: rgba(51, 51, 51, 0.4);
}

::-moz-placeholder {
  opacity: 1;
  color: rgba(51, 51, 51, 0.4);
}

:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.4);
}

.breadcrumb {
  margin: 0 auto 40px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
  padding-top: 20px;
  width: 95%;
  font-family: 'Lato', sans-serif;
}

@media only screen and (min-width: 768px) {
  .breadcrumb {
    margin: 0 auto 100px;
  }
}

a {
  text-decoration: none;
}

.triming {
  padding-top: 90%;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 1, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 1, 1);
}

.triming:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.thumb {
  overflow: hidden;
  margin-bottom: 15px;
}

.l-content {
  max-width: 90%;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .l-content {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1300px) {
  .l-content {
    max-width: 100%;
  }
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /*-webkit-appearance: none;*/
  max-width: 100%;
  border-radius: 0 !important;
  border: 1px solid #CCC;
}

/* pc sp none*/
.pc-none {
  display: inherit;
}

@media only screen and (min-width: 1025px) {
  .pc-none {
    display: none;
  }
}

/* page top */
.pagetop {
  bottom: 60px;
  position: fixed;
  right: 10px;
  z-index: 1000 !important;
}

.pagetop a {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 2.8rem;
  font-size: 28px;
  height: 50px;
  line-height: 46px;
  opacity: .7;
  text-align: center;
  -webkit-transition: .4s;
  transition: .4s;
  width: 50px;
}

.pagetop a:hover {
  background-color: black;
}

@media only screen and (min-width: 1024px) {
  .pagetop {
    right: 20px;
  }
}

/* ボタン */
.btn-base {
  margin-top: 30px;
  font-family: 'Lato', sans-serif;
}

@media only screen and (min-width: 768px) {
  .btn-base {
    margin-top: 60px;
  }
}

.btn-base a {
  border: 1px solid #000000;
  padding: 15px 0;
  position: relative;
  display: block;
  width: 180px;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.btn-base a:hover {
  background: #2c80b1;
  color: #FFFFFF;
  border: none;
}

.btn-base a:hover::after {
  opacity: 0;
  right: -50px;
}

.btn-base a:hover::before {
  opacity: 0;
  right: -50px;
}

.btn-base a::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #000000;
  position: absolute;
  right: -30px;
  top: 50%;
  opacity: 1;
  -webkit-transition: .5s;
  transition: .5s;
}

.btn-base a::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #000000;
  position: absolute;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  right: -30px;
  top: 50%;
  margin-top: -3px;
  opacity: 1;
  -webkit-transition: .5s;
  transition: .5s;
}

.btn-base.white a {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.btn-base.white a:hover {
  background: #FFFFFF;
  color: #000000;
}

.btn-base.white a::after, .btn-base.white a::before {
  background: #FFFFFF;
}

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

.btn-base.sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .btn-base.sp {
    display: none;
  }
}

.btn-base.pc {
  display: none;
}

@media only screen and (min-width: 768px) {
  .btn-base.pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.base-wrap {
  padding: 0 10px;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .base-wrap {
    max-width: 1200px;
    margin: auto;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
  }
}

.line-lr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.line-lr::before {
  content: "";
  width: 30px;
  background: #000000;
  height: 1px;
  display: block;
  margin-right: .4em;
}

.line-lr::after {
  content: "";
  width: 30px;
  background: #000000;
  height: 1px;
  display: block;
  margin-left: .4em;
}

/*　検索フォーム */
.swiper-container .search-nav {
  position: absolute;
  z-index: 10;
  bottom: 0;
}

.search-nav {
  width: 100%;
  padding: 10px 0;
  margin-top: 100px;
  background: rgba(255, 255, 255, 0.9);
  color: #000000;
  /* search-inner */
}

@media only screen and (min-width: 1025px) {
  .search-nav {
    position: fixed;
    bottom: 0;
    z-index: 10;
  }
}

.search-nav .search-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  /* search-box */
  /* search-sub */
}

@media only screen and (min-width: 1025px) {
  .search-nav .search-inner {
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
  }
}

@media only screen and (min-width: 1025px) {
  .search-nav .search-inner .search-box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.search-nav .search-inner .search-box dl dt {
  margin-right: 10px;
}

.search-nav .search-inner .search-box .tit-search dt::before {
  content: "\f002";
  font-family: 'FontAwesome';
  color: #2c80b1;
  margin-right: .3em;
}

.search-nav .search-inner .search-box .tit-search dd {
  border-bottom: 1px solid #000000;
}

.search-nav .search-inner .search-box .tit-search dd::after {
  content: "\f107";
  font-family: 'FontAwesome';
}

.search-nav .search-inner .search-box .search-type {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  .search-nav .search-inner .search-box .search-type {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.search-nav .search-inner .search-box .search-type dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.search-nav .search-inner .search-box .search-type dd > div {
  border-bottom: 1px solid #000000;
  margin-left: 10px;
}

.search-nav .search-inner .search-box label::after {
  content: "\f107";
  font-family: 'FontAwesome';
}

.search-nav .search-inner .search-box select {
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 35px;
  font-size: 3.5rem;
  font-family: 'Lato', sans-serif;
}

@media only screen and (min-width: 1025px) {
  .search-nav .search-inner .search-box select {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.search-nav .search-inner .search-box input {
  border: none;
  background: none;
  font-size: 30px;
  font-size: 3rem;
  padding: 4px;
  font-family: 'Lato', sans-serif;
  width: 180px;
}

@media only screen and (min-width: 1025px) {
  .search-nav .search-inner .search-box input {
    font-size: 20px;
    font-size: 2rem;
    width: 110px;
  }
}

.search-nav .search-inner .search-sub ul {
  list-style: none;
}

.search-nav .search-inner .search-sub ul li {
  text-align: center;
}

.search-nav .search-inner .search-sub ul li.cal a {
  background: #485e89;
  color: #FFF;
  width: 220px;
  display: inline-block;
  padding: 8px 0;
  white-space: nowrap;
  font-weight: bold;
}

@media only screen and (min-width: 1025px) {
  .search-nav .search-inner .search-sub ul li.cal a {
    padding: 2px 20px;
    width: auto;
  }
}

.search-nav .search-inner .search-sub ul li.cal a::before {
  content: "\f073";
  font-family: 'FontAwesome';
  margin-right: .5em;
  font-weight: normal;
}

.search-nav .search-inner .search-sub ul li.cal a:hover {
  background: #172d61;
}

.search-nav .search-inner .search-sub ul li.cancel {
  text-decoration: underline;
  margin-top: 20px;
}

@media only screen and (min-width: 1025px) {
  .search-nav .search-inner .search-sub ul li.cancel {
    margin-top: 0;
  }
}

.search-nav .search-inner .search-sub ul li.cancel:hover {
  opacity: .6;
}

.search-nav #reserve-btn {
  background: #730000;
  border: none;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
  width: 220px;
  height: 55px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
}

.search-nav #reserve-btn::after {
  font-family: "FontAwesome";
  content: "\f105";
  margin-left: .3em;
}

.search-nav #reserve-btn:hover {
  background: #ac1907;
}

@media only screen and (min-width: 1025px) {
  .search-nav #reserve-btn {
    width: 130px;
  }
}

.btn-plan a {
  background: #957500;
  color: #FFF;
  height: 55px;
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: bold;
}

@media only screen and (min-width: 1025px) {
  .btn-plan a {
    width: 120px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.btn-plan a:hover {
  background: #735a00;
}

.btn-plan a::after {
  content: "\f105";
  font-family: 'FontAwesome';
  position: relative;
  left: 5px;
}

.btn-plan a:hover::after {
  position: relative;
}

body {
  overflow: hidden !important;
}

.row {
  max-width: 1300px;
  margin: auto;
  padding: 0 3vw;
}

.l-container {
  padding-top: 65px;
}

@media only screen and (min-width: 1025px) {
  .l-container {
    padding-top: 140px;
  }
}

@media only screen and (min-width: 768px) {
  .sp-br {
    display: none;
  }
}

.pc-br {
  display: none;
}

@media only screen and (min-width: 768px) {
  .pc-br {
    display: block;
  }
}

.sp-illust {
  overflow: hidden;
  text-align: left;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.sp-illust .img {
  width: 50%;
  margin-right: 30px;
}

.sp-illust .img img {
  width: 100%;
  height: auto;
}

.sp-illust .txt-up {
  padding-right: 50px;
  width: 50%;
}

@media only screen and (min-width: 1025px) {
  .sp-illust {
    display: none;
  }
}

.sp-illust02 img {
  width: 50%;
}

@media only screen and (min-width: 1025px) {
  .sp-illust02 {
    display: none;
  }
}

.top-slide-wrap {
  position: relative;
}

.top-slide-wrap .slide-img {
  height: 350px;
}

@media only screen and (min-width: 768px) {
  .top-slide-wrap .slide-img {
    height: 550px;
  }
}

@media only screen and (min-width: 1025px) {
  .top-slide-wrap .slide-img {
    height: 650px;
  }
}

.top-slide-wrap .slide-img img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
  width: 100%;
  height: 100%;
}

.top-slide-wrap .slide-txt {
  font-family: vdl-logona, sans-serif;
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: auto;
  z-index: 10;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  background: rgba(44, 128, 177, 0.5);
  padding: 10px;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .top-slide-wrap .slide-txt {
    font-size: 25px;
    font-size: 2.5rem;
    top: 30%;
    padding: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .top-slide-wrap .slide-txt {
    font-size: 30px;
    font-size: 3rem;
    padding: 30px;
  }
}

.l-header {
  position: absolute;
  top: 0;
  width: 100%;
  background: #FFFFFF;
  position: fixed;
  top: 0;
  z-index: 20;
  padding-bottom: 10px;
}

@media only screen and (min-width: 1025px) {
  .l-header {
    position: fixed;
  }
}

.l-header .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.l-header h1 {
  margin-left: 20px;
  margin-top: 20px;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 1025px) {
  .l-header h1 {
    margin-left: 30px;
    margin-top: 40px;
  }
}

.l-header h1 img {
  width: 130px;
}

@media only screen and (min-width: 1025px) {
  .l-header h1 img {
    width: 300px;
    padding-right: 20px;
  }
}

.l-header ul {
  list-style: none;
  display: none;
  margin-left: auto;
  margin-right: 0px;
}

@media only screen and (min-width: 1025px) {
  .l-header ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .5s;
    transition: .5s;
    padding-top: 20px;
  }
  .l-header ul li {
    margin-right: 50px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1300px) {
  .l-header ul li {
    margin-right: 60px;
  }
}

@media only screen and (min-width: 1025px) {
  .l-header ul li a {
    position: relative;
  }
  .l-header ul li a::after {
    position: absolute;
    bottom: -14px;
    left: 50%;
    content: '';
    width: 0%;
    height: 2px;
    background-color: #2c80b1;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .l-header ul li a:hover::after {
    width: 100%;
  }
}

.l-header .header-menu {
  margin-left: auto;
  display: none;
}

@media only screen and (min-width: 1025px) {
  .l-header .header-menu {
    display: block;
  }
}

.l-header .header-menu .tel-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.l-header .header-menu .tel-wrap .tel {
  color: #2c80b1;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.0em;
  position: relative;
  margin-right: 30px;
}

.l-header .header-menu .tel-wrap .tel::before {
  font-family: "FontAwesome";
  content: "\f095";
  font-size: 15px;
  font-size: 1.5rem;
  border: 1px solid #2c80b1;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: .5em;
  position: absolute;
  left: -30px;
  top: 4px;
}

.l-header .header-menu .tel-wrap .tel span {
  color: #333;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  font-weight: normal;
  text-align: right;
  line-height: 2em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.l-header .header-menu .contact a {
  display: block;
  background: #2c80b1;
  color: #FFFFFF;
  padding: 25px 60px;
  -webkit-transition: .5s;
  transition: .5s;
}

.l-header .header-menu .contact a:hover {
  opacity: .8;
}

.l-header .header-menu .contact a::before {
  font-family: "FontAwesome";
  content: "\f0e0";
  margin-right: .5em;
}

.l-header.fixed h1 {
  margin-top: 25px;
}

.l-header.fixed .header-menu .contact a {
  padding: 15px 30px;
}

.news-wrap {
  position: relative;
  top: -50px;
  margin: auto;
  background: #FFFFFF;
  padding: 30px 20px 0;
}

@media only screen and (min-width: 768px) {
  .news-wrap {
    top: -100px;
  }
}

@media only screen and (min-width: 1025px) {
  .news-wrap {
    max-width: 1100px;
    width: 90%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: auto;
    top: -50px;
  }
}

.news-wrap .tit-wrap {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  .news-wrap .tit-wrap {
    margin-right: 40px;
    margin-bottom: 0;
  }
}

.news-wrap .tit-wrap .tit-en {
  font-size: 25px;
  font-size: 2.5rem;
  color: #2c80b1;
  font-family: 'Lato', sans-serif;
  line-height: 1em;
}

.news-wrap .tit-wrap h2 {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 5px;
}

.news-wrap dl {
  margin-bottom: 10px;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .news-wrap dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
}

.news-wrap dl dt {
  margin-right: 30px;
  color: #999;
}

.news-wrap .list-link {
  position: absolute;
  left: 50%;
  right: -25vw;
}

@media only screen and (min-width: 768px) {
  .news-wrap .list-link {
    right: 30px;
    bottom: 10px;
    left: auto;
  }
}

.news-wrap .list-link a:hover {
  opacity: .7;
}

.news-wrap .list-link a::after {
  font-family: "FontAwesome";
  content: "\f0da";
  margin-left: .5em;
}

.top-main {
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .top-main {
    background: url(images/illust01.png) left bottom no-repeat;
  }
}

.top-main .top-main-inner {
  position: relative;
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  .top-main .top-main-inner {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .top-main .top-main-inner {
    background: url(images/illust02.png) right bottom no-repeat;
  }
}

@media only screen and (min-width: 1025px) {
  .top-main .top-main-inner {
    padding: 150px 0;
  }
}

.top-main .top-main-inner .txt-up {
  margin-bottom: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 0px;
}

@media only screen and (min-width: 768px) {
  .top-main .top-main-inner .txt-up {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 1025px) {
  .top-main .top-main-inner .txt-up {
    margin-top: 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.top-main .top-main-inner .txt-up.pc {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .top-main .top-main-inner .txt-up.pc {
    display: block;
  }
}

.top-main .top-main-inner .txt-main {
  line-height: 1.8em;
  font-size: 20px;
  font-size: 2rem;
}

.top-main .top-main-inner .txt-main span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #b1daee));
  background: linear-gradient(transparent 60%, #b1daee 60%);
  font-weight: bold;
}

@media only screen and (min-width: 1025px) {
  .top-main .top-main-inner .txt-main {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.top-main .top-main-inner .arrow {
  width: 50px;
  margin: auto;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -25px;
}

.base-tit-wrap h3 {
  line-height: 1.0em;
}

.base-tit-wrap .tit-en {
  font-size: 30px;
  font-size: 3rem;
  font-family: 'Lato', sans-serif;
  color: #2c80b1;
}

.top-cate {
  background: url(images/bg_topcate.jpg) center center/cover no-repeat;
  color: #FFFFFF;
  padding: 40px 0;
  text-align: center;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

@media only screen and (min-width: 768px) {
  .top-cate {
    padding: 80px 0;
  }
}

.top-cate .base-tit-wrap .tit-en {
  color: #FFFFFF;
}

.top-cate .txt {
  margin-top: 20px;
  text-align: left;
  padding: 0 30px;
}

@media only screen and (min-width: 768px) {
  .top-cate .txt {
    text-align: center;
    margin-top: 40px;
    padding: 0;
  }
}

.top-cate .top-cate-wrap {
  max-width: 1200px;
  margin: 50px auto 0;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding: 0 30px;
}

.top-cate .top-cate-wrap::after {
  content: "";
  display: block;
  width: 31%;
}

.top-cate .top-cate-wrap .cate-box {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .top-cate .top-cate-wrap .cate-box {
    width: 31%;
  }
}

.top-cate .top-cate-wrap .cate-box a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #FFFFFF;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-align: center;
}

.top-cate .top-cate-wrap .cate-box a:hover .exp::after {
  bottom: -100%;
}

.top-cate .top-cate-wrap .cate-box a img {
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

.top-cate .top-cate-wrap .cate-box a img:hover {
  opacity: .8;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.top-cate .top-cate-wrap .cate-box a .img {
  width: 55%;
  overflow: hidden;
}

.top-cate .top-cate-wrap .cate-box a .exp {
  width: 45%;
  position: relative;
}

.top-cate .top-cate-wrap .cate-box a .exp::after {
  content: "";
  display: block;
  width: 50px;
  height: 8px;
  background: #000000;
  position: relative;
  background: url(images/arrow.svg) no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -80%;
  -webkit-transition: .5s;
  transition: .5s;
}

.top-brand {
  text-align: center;
  padding: 40px 0;
  background: #f2f2f2;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

@media only screen and (min-width: 768px) {
  .top-brand {
    padding: 80px 0;
  }
}

.top-brand .txt {
  margin-top: 20px;
  padding: 0 30px;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .top-brand .txt {
    text-align: center;
    margin-top: 40px;
  }
}

.top-brand .bnr-box {
  max-width: 1200px;
  margin: 50px auto 0;
  padding: 0 30px;
}

.top-brand .bnr-box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  list-style: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-brand .bnr-box ul li {
  width: 100%;
  margin-bottom: 20px;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 768px) {
  .top-brand .bnr-box ul li {
    width: 31%;
  }
}

.top-brand .bnr-box ul li img {
  width: 100%;
  height: auto;
}

.top-brand .bnr-box ul li:hover {
  opacity: .8;
}

.top-oem {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.top-oem a {
  background: url(images/bg_oem.jpg) center center/cover no-repeat;
  color: #FFFFFF;
  text-align: center;
  padding: 80px 0;
  display: block;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .top-oem a {
    padding: 140px 0;
  }
}

.top-oem a:hover::after {
  background: rgba(0, 0, 0, 0.2);
}

.top-oem a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  display: block;
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.top-oem a h3 {
  font-family: 'Lato', sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .top-oem a h3 {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

.top-oem a .txt {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .top-oem a .txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.top-oem .arrow {
  width: 30px;
  position: relative;
  z-index: 1;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 10px;
}

.home .top-contact {
  background: none;
}

.top-contact {
  text-align: center;
  padding: 40px 0;
  background: #f2f2f2;
  margin-top: 0px;
}

@media only screen and (min-width: 768px) {
  .top-contact {
    padding: 80px 0;
  }
}

.top-contact .ct-wrap {
  max-width: 900px;
  margin: 20px auto 0;
}

@media only screen and (min-width: 768px) {
  .top-contact .ct-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
    height: 250px;
    margin: 50px auto 0;
  }
}

.top-contact .ct-wrap .tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #ccc;
  padding-bottom: 30px;
  width: 90%;
  margin: auto;
}

.top-contact .ct-wrap .tel a {
  color: #2c80b1;
}

@media only screen and (min-width: 768px) {
  .top-contact .ct-wrap .tel {
    width: 50%;
    height: 250px;
    border-right: 2px solid #ccc;
    border-bottom: none;
    padding-bottom: 0;
  }
}

.top-contact .ct-wrap .tel dl dt {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .top-contact .ct-wrap .tel dl dt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.top-contact .ct-wrap .tel dl dd {
  color: #2c80b1;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.0em;
  position: relative;
  margin-right: 30px;
  padding-left: 30px;
}

@media only screen and (min-width: 768px) {
  .top-contact .ct-wrap .tel dl dd {
    font-size: 40px;
    font-size: 4rem;
    padding-left: 20px;
  }
}

.top-contact .ct-wrap .tel dl dd::before {
  font-family: "FontAwesome";
  content: "\f095";
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #2c80b1;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: .5em;
  position: absolute;
  left: -0px;
  top: 5px;
}

@media only screen and (min-width: 768px) {
  .top-contact .ct-wrap .tel dl dd::before {
    width: 32px;
    height: 32px;
    left: -20px;
    top: 7px;
  }
}

.top-contact .ct-wrap .tel dl dd span {
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
  font-weight: normal;
  text-align: center;
  line-height: 2.5em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.top-contact .ct-wrap .mail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .top-contact .ct-wrap .mail {
    width: 50%;
    height: 250px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.top-contact .ct-wrap .mail dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .top-contact .ct-wrap .mail dl dt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.top-contact .ct-wrap .mail dl dd a {
  display: block;
  background: #2c80b1;
  color: #FFFFFF;
  width: 270px;
  padding: 20px 0;
  margin: auto;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 768px) {
  .top-contact .ct-wrap .mail dl dd a {
    font-size: 20px;
    font-size: 2rem;
  }
}

.top-contact .ct-wrap .mail dl dd a::before {
  font-family: "FontAwesome";
  content: "\f0e0";
  margin-right: .5em;
}

.top-contact .ct-wrap .mail dl dd a:hover {
  opacity: .8;
}

footer {
  background: #333333;
  color: #FFFFFF;
  padding: 40px 0 20px;
}

footer .logo-footer {
  text-align: center;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  footer .logo-footer {
    width: auto;
  }
}

footer .logo-footer img {
  width: 150px;
}

@media only screen and (min-width: 1025px) {
  footer .logo-footer img {
    width: auto;
    width: 200px;
  }
}

footer .inner {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .inner .f-nav {
  margin-left: auto;
  display: none;
}

@media only screen and (min-width: 1025px) {
  footer .inner .f-nav {
    display: block;
  }
}

footer .inner .f-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

footer .inner .f-nav ul li {
  margin-left: 40px;
}

footer .inner .f-nav ul li a {
  color: #FFFFFF;
}

footer .footer-sns {
  margin-top: 30px;
}

@media only screen and (min-width: 1025px) {
  footer .footer-sns {
    margin-top: 60px;
    padding-left: 20px;
  }
}

footer .footer-sns ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 1025px) {
  footer .footer-sns ul {
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
  }
}

footer .footer-sns ul li {
  list-style: none;
}

footer .footer-sns ul li a {
  color: #FFFFFF;
  font-size: 22px;
  font-size: 2.2rem;
  background: #2c80b1;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px;
  -webkit-transition: .5s;
  transition: .5s;
}

footer .footer-sns ul li a:hover {
  opacity: .7;
}

footer .copy {
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
  margin-top: 30px;
}

.sp-phone {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 5px;
  right: 50px;
  z-index: 9999;
  padding: 10px 0 0 0;
  z-index: 20;
  color: #2c80b1;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1em;
}

.sp-phone a {
  color: #2c80b1;
}

@media only screen and (min-width: 768px) {
  .sp-phone {
    display: none;
  }
}

.sp-mail {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 5px;
  right: 105px;
  z-index: 9999;
  padding: 10px 0 0 0;
  z-index: 20;
  color: #2c80b1;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1em;
}

.sp-mail a {
  color: #2c80b1;
}

@media only screen and (min-width: 768px) {
  .sp-mail {
    display: none;
  }
}

.nav-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-sns li a {
  line-height: 1.3em;
  color: #FFFFFF;
  font-size: 20px;
  font-size: 2rem;
  background: #2c80b1;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 0 10px;
}

/* ----------------------------------

共通

---------------------------------- */
.se-tit {
  background: url(images/bg_se.jpg) center top/cover no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
  padding: 60px 0;
  font-size: 23px;
  font-size: 2.3rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .se-tit {
    padding: 120px 0;
    font-size: 30px;
    font-size: 3rem;
  }
}

@media only screen and (min-width: 1025px) {
  .se-tit {
    padding: 150px 0;
    font-size: 35px;
    font-size: 3.5rem;
  }
}

.se-tit.filter::after {
  display: block;
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .2;
}

.se-tit.filter-blue::after {
  display: block;
  content: "";
  background: #006383;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .7;
}

.se-tit span {
  position: relative;
  z-index: 1;
}

.l-content {
  width: 90%;
  margin: 50px auto 0;
}

@media only screen and (min-width: 768px) {
  .l-content {
    width: 100%;
  }
}

.home .l-content {
  width: 100%;
  margin-top: 0;
}

h3.sub-tit {
  color: #2c80b1;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  h3.sub-tit {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}

/* ----------------------------------

お問い合わせ

---------------------------------- */
.page-id-5 .top-contact {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .page-id-5 .top-contact {
    margin-top: 80px;
  }
}

.contact-page .tit-con {
  color: #2c80b1;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .contact-page .tit-con {
    font-size: 20px;
    font-size: 2rem;
  }
}

.contact-page .tit-con::before {
  font-family: "FontAwesome";
  content: "\f095";
  font-size: 13px;
  font-size: 1.3rem;
  color: #FFFFFF;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: #2c80b1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: .5em;
}

.contact-page .tit-con.mail-up::before {
  font-family: "FontAwesome";
  content: "\f0e0";
}

.contact-page .con-inner {
  margin-left: 50px;
}

.contact-page .con-tel a {
  color: #2c80b1;
}

.contact-page .con-tel .tel {
  font-size: 30px;
  font-size: 3rem;
  color: #2c80b1;
}

@media only screen and (min-width: 768px) {
  .contact-page .con-tel .tel {
    font-size: 40px;
    font-size: 4rem;
  }
}

.contact-page .con-tel {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #000;
}

.contact-page .req-add {
  color: #bf0000;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.contact-page .tenpo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-page .tenpo .tenpo-l {
  width: 170px;
}

.contact-page .tenpo .tenpo-r {
  width: 100%;
}

.contact-page .mw_wp_form input[type="file"] {
  border: none;
}

.form-required {
  color: #bf0000;
}

.error-msg {
  background: #f8e7e5;
  border-radius: 10px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 700px;
}

@media screen and (max-width: 768px) {
  .error-msg {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
}

.page-id-63 .dl-twl {
  margin-right: 30px;
}

.mw_wp_form {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px 30px 10px;
}

@media screen and (min-width: 768px) {
  .mw_wp_form {
    padding: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .mw_wp_form {
    width: 1000px;
  }
}

.mw_wp_form .dl-tw {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .mw_wp_form .dl-tw {
    width: 70%;
  }
}

.mw_wp_form .dl-tw input[type="text"] {
  width: 70%;
}

.mw_wp_form .dl-tw span {
  width: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mw_wp_form .dl-tw .dl-twl {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.mw_wp_form .dl-tw .dl-twr {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.mw_wp_form .required dt::before {
  background: #bf0000;
  border-radius: 30px;
  color: #fff;
  content: "必須";
  font-size: 1.1rem;
  font-size: 11px;
  margin-right: .3em;
  padding: 3px 10px;
}

.mw_wp_form .any dt::before {
  background: #f2f2f2;
  border-radius: 30px;
  color: #ccc;
  content: "任意";
  font-size: 1.1rem;
  font-size: 11px;
  margin-right: .3em;
  padding: 3px 10px;
}

.mw_wp_form ul {
  list-style: none;
}

.mw_wp_form .error {
  padding-left: 10px;
  padding-top: 3px;
}

.page-id-36 .mw_wp_form {
  margin-left: 250px;
}

.page-id-36 .form-send {
  margin-right: 250px;
}

.mw_wp_form dl {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-flow: flex-start;
  -ms-flex-flow: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: flex-start;
  margin-bottom: 30px;
  border-bottom: 1px dotted #999;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .mw_wp_form dl {
    display: block;
  }
}

.mw_wp_form dt {
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  -webkit-box-flex: 0;
  flex: 0 0 30%;
  margin-bottom: 10px;
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  .mw_wp_form dt {
    text-align: left;
  }
}

.mw_wp_form dd {
  -webkit-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  -webkit-box-flex: 0;
  flex: 0 0 70%;
  width: 70%;
}

@media screen and (max-width: 768px) {
  .mw_wp_form dd {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    width: 100%;
  }
}

.mw_wp_form input[type="text"],
.mw_wp_form input[type="email"],
.mw_wp_form input[type="tel"],
.mw_wp_form textarea {
  max-width: 500px;
}

@media screen and (max-width: 768px) {
  .mw_wp_form input[type="text"],
  .mw_wp_form input[type="email"],
  .mw_wp_form input[type="tel"],
  .mw_wp_form textarea {
    max-width: 100%;
  }
}

.mw_wp_form select {
  -webkit-appearance: none;
  background: #f2f2f2;
  background: #f2f2f2;
  border: none;
  border-radius: 5px;
  font-size: 1.4rem;
  font-size: 14px;
  margin-bottom: 4px;
  padding: 15px 10px;
  vertical-align: middle;
  width: 100%;
  width: 200px;
}

.zip-wrap {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.form-send input {
  background: #2c80b1;
  color: #fff;
  display: block;
  font-size: 1.7rem;
  font-size: 17px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  padding: 25px 80px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 50px !important;
}

.form-send input:hover {
  opacity: .7;
}

.txt-thanks {
  font-size: 1.6rem;
  font-size: 16px;
  margin: 50px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .txt-thanks {
    margin: 30px 10px 50px;
  }
}

.mw_wp_form input[type="text"],
.mw_wp_form input[type="email"],
.mw_wp_form input[type="tel"],
.mw_wp_form textarea {
  background: #f2f2f2;
  border: none;
  margin-bottom: 4px;
  padding: 15px 10px;
  vertical-align: middle;
  width: 100%;
}

.mw_wp_form input[type="text"]:focus,
.mw_wp_form input[type="email"]:focus,
.mw_wp_form input[type="tel"]:focus,
.mw_wp_form textarea:focus {
  background: #f8e7e5;
}

.mw_wp_form input[type="text"]:focus::-webkit-input-placeholder,
.mw_wp_form input[type="email"]:focus::-webkit-input-placeholder,
.mw_wp_form input[type="tel"]:focus::-webkit-input-placeholder,
.mw_wp_form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.mw_wp_form input[type="text"]:focus::-moz-placeholder,
.mw_wp_form input[type="email"]:focus::-moz-placeholder,
.mw_wp_form input[type="tel"]:focus::-moz-placeholder,
.mw_wp_form textarea:focus::-moz-placeholder {
  color: transparent;
}

.mw_wp_form input[type="text"]:focus:-moz-placeholder,
.mw_wp_form input[type="email"]:focus:-moz-placeholder,
.mw_wp_form input[type="tel"]:focus:-moz-placeholder,
.mw_wp_form textarea:focus:-moz-placeholder {
  color: transparent;
}

.mw_wp_form input[type="text"]:focus:-ms-input-placeholder,
.mw_wp_form input[type="email"]:focus:-ms-input-placeholder,
.mw_wp_form input[type="tel"]:focus:-ms-input-placeholder,
.mw_wp_form textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* ----------------------------------

会社概要

---------------------------------- */
.page-id-16 .l-content {
  margin-top: 0;
  width: 100%;
  max-width: 100%;
}

.se-tit.company {
  background: url(images/tit_company.jpg) center center/cover no-repeat;
}

.greeting-wrap {
  background: url(images/bg_blue.jpg) left top/cover no-repeat;
  padding: 30px;
}

@media only screen and (min-width: 1025px) {
  .greeting-wrap {
    background: none;
    padding: 0;
  }
}

.greeting-wrap .inner {
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .greeting-wrap .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.greeting-wrap .inner .inner-l {
  color: #FFFFFF;
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .greeting-wrap .inner .inner-l {
    width: 70%;
    margin-right: 100px;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 130px 200px 130px 100px;
    background: url(images/bg_blue.jpg) left top/cover no-repeat;
  }
}

@media only screen and (min-width: 1300px) {
  .greeting-wrap .inner .inner-l {
    padding: 130px 200px;
  }
}

.greeting-wrap .inner .inner-l dl dt {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  .greeting-wrap .inner .inner-l dl dt {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}

.greeting-wrap .inner .inner-l .name {
  text-align: right;
  margin-top: 40px;
  display: none;
}

@media only screen and (min-width: 1025px) {
  .greeting-wrap .inner .inner-l .name {
    display: block;
  }
}

@media only screen and (min-width: 1025px) {
  .greeting-wrap .inner .inner-r {
    width: 30%;
    margin-top: 80px;
  }
}

.greeting-wrap .inner .inner-r img {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .greeting-wrap .inner .inner-r img {
    width: 400px;
  }
}

@media only screen and (min-width: 1025px) {
  .greeting-wrap .inner .inner-r img {
    width: 400px;
    margin-left: -180px;
    float: left;
  }
}

@media only screen and (min-width: 1025px) {
  .greeting-wrap .inner .inner-r img {
    width: auto;
    margin-top: 0;
  }
}

.greeting-wrap .inner .inner-r .name-sp {
  color: #FFFFFF;
  text-align: center;
  margin-top: 10px;
  display: block;
}

@media only screen and (min-width: 1025px) {
  .greeting-wrap .inner .inner-r .name-sp {
    display: none;
  }
}

.detailed {
  background: #f2f2f2;
  padding: 0px 0 30px;
}

@media only screen and (min-width: 768px) {
  .detailed {
    padding: 80px 0;
  }
}

.detailed .inner {
  padding: 30px;
}

@media only screen and (min-width: 768px) {
  .detailed .inner {
    max-width: 1300px;
    margin: auto;
    padding: 0 3vw;
  }
}

.outline {
  background: url(images/bg_gray.jpg) center top/cover no-repeat;
  padding: 80px 3vw;
}

.outline .inner {
  max-width: 1200px;
  margin: auto;
  padding: 30px;
  background: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 768px) {
  .outline .inner {
    padding: 60px;
  }
}

.outline .inner dl {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .outline .inner dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.outline .inner dl dt {
  width: 170px;
  font-weight: bold;
}

.outline .inner dl dd {
  width: 100%;
}

.outline .inner dl dl {
  border-bottom: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.access {
  padding: 30px 0;
}

@media only screen and (min-width: 768px) {
  .access {
    padding: 60px 0;
  }
}

.access .access-box {
  max-width: 1300px;
  margin: 0 auto 40px;
  padding: 0 3vw;
}

@media only screen and (min-width: 768px) {
  .access .access-box {
    margin: 0 auto 80px;
  }
}

.access .access-box .address {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .access .access-box .address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.access .access-box .address h4 {
  color: #2c80b1;
  font-size: 17px;
  font-size: 1.7rem;
  margin-right: .5em;
}

@media only screen and (min-width: 768px) {
  .access .access-box .address h4 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.access .access-box .address h4::before {
  font-family: "FontAwesome";
  content: "\f041";
  margin-right: .5em;
}

.access .access-box .google-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60%;
}

@media only screen and (min-width: 768px) {
  .access .access-box .google-map {
    padding-top: 40%;
  }
}

.access .access-box .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ----------------------------------

OEM

---------------------------------- */
.page-id-14 .l-content {
  margin-top: 0;
  width: 100%;
  max-width: 100%;
}

.page-id-14 .top-contact {
  margin-top: 70px;
}

@media only screen and (min-width: 768px) {
  .page-id-14 .top-contact {
    margin-top: 150px;
  }
}

.se-tit.oem {
  background: url(images/tit_oem.jpg) center center/cover no-repeat;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

.se-tit.oem .exp-up,
.se-tit.oem .sub {
  position: relative;
  z-index: 1;
}

.se-tit.oem .exp-up {
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .se-tit.oem .exp-up {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .se-tit.oem .exp-up {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.se-tit.oem h2 {
  font-size: 30px;
  font-size: 3rem;
  font-family: 'Lato', sans-serif;
  line-height: 1.5em;
}

@media only screen and (min-width: 768px) {
  .se-tit.oem h2 {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media only screen and (min-width: 1025px) {
  .se-tit.oem h2 {
    font-size: 50px;
    font-size: 5rem;
  }
}

.se-tit.oem .sub {
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 1025px) {
  .se-tit.oem .sub {
    font-size: 20px;
    font-size: 2rem;
  }
}

.point {
  margin-top: 40px;
}

@media only screen and (min-width: 1025px) {
  .point {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0;
  }
}

.point .point-l {
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 1025px) {
  .point .point-l {
    width: 60%;
    padding: 5vw;
    line-height: 2.2em;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.point .point-l h3 {
  color: #2c80b1;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .point .point-l h3 {
    text-align: left;
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}

.point .point-l .txt {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .point .point-l .txt {
    width: 100%;
  }
}

.point .point-r {
  margin-left: auto;
  margin-top: 30px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .point .point-r {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .point .point-r {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.point .point-r img {
  max-width: 100%;
  height: auto;
}

.strength {
  background: url(images/bg_gray.jpg) center top/cover no-repeat;
  padding: 40px 3vw;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .strength {
    padding: 80px 3vw;
    margin-top: 0;
  }
}

.strength .st-box {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .strength .st-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
  }
}

.strength .st-box .st-frame {
  background: #2c80b1;
  color: #FFFFFF;
  text-align: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
  line-height: 1.3em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .strength .st-box .st-frame {
    width: 160px;
    height: 160px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5em;
    margin: 0;
  }
}

.strength .st-box .st-frame .line {
  border: 1px solid #FFFFFF;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .strength .st-box .st-frame .line {
    width: 150px;
    height: 150px;
  }
}

.strength .st-box .st-exp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px;
  font-size: 15px;
  font-size: 1.5rem;
  background: #FFFFFF;
  position: relative;
  top: -20px;
}

@media only screen and (min-width: 768px) {
  .strength .st-box .st-exp {
    background: none;
    left: -80px;
    position: relative;
    padding: 0 0 0 120px;
    font-size: 18px;
    font-size: 1.8rem;
    top: 0;
  }
}

@media only screen and (min-width: 1140px) {
  .strength .st-box .st-exp {
    padding-right: 100px;
  }
}

@media only screen and (min-width: 1300px) {
  .strength .st-box .st-exp {
    padding-right: 200px;
  }
}

@media only screen and (min-width: 1500px) {
  .strength .st-box .st-exp {
    padding-right: 300px;
  }
}

.strength .st-box .st-exp br {
  display: none;
}

@media only screen and (min-width: 1500px) {
  .strength .st-box .st-exp br {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .strength .st-box .st-exp::after {
    background: url(images/filter.png) right top repeat-y;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.strength .st-box .st-exp span {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .strength .st-box:nth-child(odd) {
    margin-left: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .strength .st-box:nth-child(odd) {
    margin-left: 100px;
  }
}

@media only screen and (min-width: 1140px) {
  .strength .st-box:nth-child(odd) {
    margin-left: 200px;
  }
}

@media only screen and (min-width: 1300px) {
  .strength .st-box:nth-child(odd) {
    margin-left: 250px;
  }
}

.flow {
  max-width: 1300px;
  padding: 40px 3vw 20px;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .flow {
    padding: 80px 3vw;
  }
}

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

.flow .flow-wrap .flow-box {
  background: #f2f2f2;
  width: 100%;
  margin-bottom: 35px;
}

@media only screen and (min-width: 768px) {
  .flow .flow-wrap .flow-box {
    width: 47%;
  }
}

@media only screen and (min-width: 1025px) {
  .flow .flow-wrap .flow-box {
    width: 31%;
  }
}

.flow .flow-wrap .flow-box .img {
  position: relative;
}

.flow .flow-wrap .flow-box .img img {
  width: 100%;
  height: auto;
}

.flow .flow-wrap .flow-box .img .step {
  background: #2c80b1;
  color: #FFFFFF;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-size: 2rem;
  width: 100px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  line-height: 1em;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .flow .flow-wrap .flow-box .img .step {
    font-size: 28px;
    font-size: 2.8rem;
    width: 120px;
    height: 60px;
  }
}

.flow .flow-wrap .flow-box .img .step::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 15px 0 0;
  border-color: #2c80b1 transparent transparent transparent;
  position: absolute;
  right: -15px;
  bottom: 0;
}

@media only screen and (min-width: 1025px) {
  .flow .flow-wrap .flow-box .img .step::after {
    right: -25px;
    border-width: 30px 25px 0 0;
  }
}

.flow .flow-wrap .flow-box .img .step::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 0 15px;
  border-color: transparent transparent transparent #2c80b1;
  position: absolute;
  right: -15px;
  top: 0;
}

@media only screen and (min-width: 1025px) {
  .flow .flow-wrap .flow-box .img .step::before {
    right: -25px;
    border-width: 30px 0 0 25px;
  }
}

.flow .flow-wrap .flow-box .exp {
  padding: 20px;
}

.flow .flow-wrap .flow-box .exp dl dt {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0px 0 15px;
}

@media only screen and (min-width: 1025px) {
  .flow .flow-wrap .flow-box .exp dl dt {
    font-size: 20px;
    font-size: 2rem;
  }
}

.flow .flow-wrap .flow-box .exp ul {
  margin-top: 10px;
  font-size: 90%;
}

.flow .flow-wrap .flow-box .exp ul li {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}

.flow .flow-wrap .flow-box .exp ul li::before {
  content: "※";
}

.brand-link {
  max-width: 1300px;
  margin: 0 auto 80px;
  padding: 0 3vw;
}

.brand-box {
  max-width: 1200px;
  background: url(images/bg_bnr.jpg) top center/cover no-repeat;
  margin: auto;
  border: 1px solid #f2f2f2;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .brand-box {
    background: url(images/bg_bnr.jpg) 90% top/contain no-repeat;
  }
}

@media only screen and (min-width: 768px) {
  .brand-box {
    margin-bottom: 80px;
  }
}

.brand-box img {
  width: 100%;
  height: auto;
}

.brand-box .img-l {
  margin-right: auto;
  width: 20%;
}

@media only screen and (min-width: 768px) {
  .brand-box .img-l {
    width: 30%;
  }
}

.brand-box .img-r {
  margin-left: auto;
  width: 20%;
}

@media only screen and (min-width: 768px) {
  .brand-box .img-r {
    width: 30%;
  }
}

.brand-box .mid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.brand-box .mid dl dd {
  color: #2c80b1;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Lato', sans-serif;
}

@media only screen and (min-width: 768px) {
  .brand-box .mid dl dd {
    font-size: 30px;
    font-size: 3rem;
  }
}

.brand-box .mid dl::after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background: #000000;
  position: relative;
  background: url(images/arrow.svg) center center no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  bottom: 5px;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 768px) {
  .brand-box .mid dl::after {
    width: 100px;
    height: 10px;
    bottom: 30px;
  }
}

.brand-box a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .5s;
  transition: .5s;
}

.brand-box a:hover {
  opacity: .8;
}

.brand-box a:hover .mid dl::after {
  bottom: 3px;
}

@media only screen and (min-width: 768px) {
  .brand-box a:hover .mid dl::after {
    bottom: 20px;
  }
}

/* ----------------------------------

取り扱いブランド

---------------------------------- */
.se-tit.brand {
  background: url(images/tit_brand.jpg) center center/cover no-repeat;
}

.brand-wrap {
  max-width: 1300px;
  margin: 50px auto;
  padding: 0 3vw;
}

@media only screen and (min-width: 768px) {
  .brand-wrap {
    margin: 100px auto;
  }
}

.brand-wrap ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.brand-wrap ul img {
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

.brand-wrap ul img:hover {
  opacity: .8;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.brand-wrap ul li {
  width: 48%;
  margin-bottom: 30px;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 768px) {
  .brand-wrap ul li {
    width: 30%;
    margin-bottom: 50px;
  }
}

.brand-wrap ul li span {
  font-family: 'Lato', sans-serif;
  display: block;
  margin-top: 5px;
}

/* ----------------------------------

pagetop

---------------------------------- */
.pagetop {
  bottom: 60px;
  position: fixed;
  right: 10px;
  z-index: 1000 !important;
}

.pagetop a {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 2.8rem;
  font-size: 28px;
  height: 50px;
  line-height: 46px;
  opacity: .7;
  text-align: center;
  -webkit-transition: .4s;
  transition: .4s;
  width: 50px;
}

.pagetop a:hover {
  background-color: black;
}

@media only screen and (min-width: 1024px) {
  .pagetop {
    right: 20px;
  }
}

/* ----------------------------------

取り扱いブランド

---------------------------------- */
.tax-brand .l-content {
  margin-top: 50px;
  width: 100%;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .tax-brand .l-content {
    margin-top: 100px;
  }
}

.tax-brand .top-contact {
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .tax-brand .top-contact {
    margin-top: 100px;
  }
}

.tax-brand .brand-link {
  margin-top: 100px;
}

.lineup {
  color: #2c80b1;
  font-size: 20px;
  font-size: 2rem;
  font-family: 'Lato', sans-serif;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 5px;
  font-weight: normal;
  margin-bottom: 30px;
  max-width: 1200px;
  margin: 0 auto 50px;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .lineup {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 50px;
    padding-bottom: 10px;
  }
}

.brand-item {
  max-width: 1300px;
  margin: auto;
  padding: 0 3vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

@media only screen and (min-width: 768px) {
  .brand-item::after {
    content: "";
    display: block;
    width: 31%;
  }
}

.brand-item .item-box {
  width: 48%;
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  .brand-item .item-box {
    width: 31%;
    margin-bottom: 50px;
  }
}

.brand-item .item-box img {
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

.brand-item .item-box img:hover {
  opacity: .8;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.brand-item .item-box .name {
  text-align: center;
  margin-top: 10px;
}

.item-info {
  max-width: 1300px;
  padding: 0 3vw;
  margin: 0 auto 50px;
}

@media only screen and (min-width: 768px) {
  .item-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 100px;
  }
}

.item-info img {
  width: auto;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .item-info .slider-wrap {
    margin-right: 50px;
    width: 50%;
  }
}

.item-info .slider-wrap .thumbnail {
  margin-top: 10px;
}

.item-info .slider-wrap .thumbnail img {
  padding: 0 5px;
}

.item-info .slider-wrap .thumbnail .slick-active {
  opacity: .7;
}

.item-info .slider-wrap .thumbnail .slick-current {
  opacity: 1;
}

.item-info dl dt {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 17px;
  font-size: 1.7rem;
}

@media only screen and (min-width: 768px) {
  .item-info dl dt {
    margin-bottom: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.item-info .item-detail {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .item-info .item-detail {
    width: 100%;
    position: relative;
    margin-top: -50px;
  }
}

/* ----------------------------------

取り扱い商品カテゴリー

---------------------------------- */
.tax-series .l-content {
  margin-top: 50px;
  width: 100%;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .tax-series .l-content {
    margin-top: 100px;
  }
}

.tax-series .top-contact {
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .tax-series .top-contact {
    margin-top: 100px;
  }
}

.tax-series .brand-link {
  margin-top: 100px;
}

.se-tit.category {
  background: url(images/tit_cate.jpg) center center/cover no-repeat;
}

/* ----------------------------------

全商品

---------------------------------- */
.page-template-page-all .l-content {
  margin-top: 20px;
  width: 100%;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .page-template-page-all .l-content {
    margin-top: 50px;
  }
}

.page-template-page-all .top-contact {
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .page-template-page-all .top-contact {
    margin-top: 100px;
  }
}

/* ----------------------------------

infinit scroll

---------------------------------- */
.infinite-scroll-last,
.infinite-scroll-error,
.infinite-scroll-request {
  display: none;
}

#more-button {
  width: 200px;
  margin: auto;
  border: none;
  display: block;
}

.navigation {
  text-align: center;
  clear: both;
}

.navigation a {
  border: 1px solid #1ebeb4;
  color: #1ebeb4;
  padding: 8px 20px;
  border-radius: 4px;
}

.navigation a:hover {
  background: #1ebeb4;
  color: #fff;
}

.tax-brand .wp-pagenavi,
.post-type-archive-gallery .wp-pagenavi {
  float: none;
}

.tax-brand .wp-pagenavi .pages,
.tax-brand .wp-pagenavi .current,
.tax-brand .wp-pagenavi .page,
.post-type-archive-gallery .wp-pagenavi .pages,
.post-type-archive-gallery .wp-pagenavi .current,
.post-type-archive-gallery .wp-pagenavi .page {
  display: none;
}

.tax-brand .wp-pagenavi .nextpostslink,
.post-type-archive-gallery .wp-pagenavi .nextpostslink {
  display: block;
  width: 200px;
  text-align: center;
  background: #8f8f8f;
  border: none;
  color: #FFFFFF;
  border-radius: 5px;
  padding: 10px;
  margin: 50px auto 0;
  -webkit-transition: all .4s;
  transition: all .4s;
  height: auto;
}

.tax-brand .wp-pagenavi .nextpostslink::before,
.post-type-archive-gallery .wp-pagenavi .nextpostslink::before {
  content: "MORE";
  font-family: 'Lato', sans-serif;
}

.tax-brand .wp-pagenavi .nextpostslink:hover,
.post-type-archive-gallery .wp-pagenavi .nextpostslink:hover {
  background: #2c80b1;
  color: #FFFFFF;
}

#infscr-loading {
  text-align: center;
}

.wp-pagenavi {
  width: 100%;
  text-align: center;
}

/* ----------------------------------

404

---------------------------------- */
.notfound {
  text-align: center;
}

.error404 .top-contact {
  margin-top: 100px;
}

.error404 .btn-base {
  width: 100%;
}

.error404 .btn-base a {
  margin: auto;
}

.error404 .btn-base a:hover {
  background: #2c80b1;
}

/* ----------------------------------

商品詳細

---------------------------------- */
.single .l-content {
  margin-top: 20px;
  width: 100%;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .single .l-content {
    margin-top: 50px;
  }
}

.detail-slider .swiper-slide img {
  width: 100%;
  height: auto;
}

.item-detail-page {
  max-width: 1300px;
  margin: 0 auto 80px;
  padding: 0 3vw;
}

@media only screen and (min-width: 1025px) {
  .item-detail-page {
    margin: 100px auto 100px;
  }
}

@media only screen and (min-width: 1025px) {
  .item-detail-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}

@media only screen and (min-width: 1025px) {
  .item-detail-wrap .item-detail-slide-wrap {
    width: 47%;
  }
}

.item-detail-wrap .detail-exp-wrap {
  margin-top: 50px;
}

@media only screen and (min-width: 1025px) {
  .item-detail-wrap .detail-exp-wrap {
    width: 47%;
    margin-top: 0;
  }
}

.item-detail-wrap .detail-exp-wrap .number {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 13px;
  font-size: 1.3rem;
}

.item-detail-wrap .detail-exp-wrap .number .hin {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .item-detail-wrap .detail-exp-wrap .number .hin {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .item-detail-wrap .detail-exp-wrap .number {
    font-size: 15px;
    font-size: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.item-detail-wrap .detail-exp-wrap h2 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .item-detail-wrap .detail-exp-wrap h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.item-detail-wrap .detail-exp-wrap .price {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  letter-spacing: .1em;
}

@media only screen and (min-width: 768px) {
  .item-detail-wrap .detail-exp-wrap .price {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.item-detail-wrap .detail-exp-wrap .price span {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: .01em;
}

@media only screen and (min-width: 768px) {
  .item-detail-wrap .detail-exp-wrap .price span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.item-detail-wrap .detail-exp-wrap .exp {
  margin: 30px 0 50px;
}

.item-detail-wrap .detail-exp-wrap dl {
  border-bottom: 1px dotted #000;
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .item-detail-wrap .detail-exp-wrap dl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.item-detail-wrap .detail-exp-wrap dl dt {
  width: 120px;
}

.item-detail-wrap .detail-exp-wrap dl dd {
  width: 100%;
}

.item-detail-wrap .detail-exp-wrap .detail-cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: auto;
}

.item-detail-wrap .detail-exp-wrap .detail-cat .cat {
  border: 2px solid #2c80b1;
  border-radius: 5px;
  padding: 0 10px;
  color: #2c80b1;
  margin-right: 15px;
}

.item-detail-wrap .detail-exp-wrap .detail-cat .brand {
  border: 2px solid #2c80b1;
  border-radius: 5px;
  padding: 0 10px;
  color: #2c80b1;
}

.slider-tit {
  margin-top: 25px;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .slider-tit {
    margin-top: 50px;
  }
}

.thumb-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.thumb-list::after {
  content: "";
  display: block;
  width: 22%;
}

.thumb-list::before {
  content: "";
  display: block;
  width: 22%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.thumb-list li {
  width: 22%;
  margin-bottom: 10px;
}

.thumb-list img {
  width: 100%;
  height: auto;
}

.thumb-list img:hover {
  opacity: .8;
}

/* ----------------------------------

お知らせ

---------------------------------- */
.archive .l-content {
  margin-top: 40px;
  width: 100%;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .archive .l-content {
    margin-top: 150px;
  }
}

.news-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1300px;
  margin: auto;
  padding: 0 3vw;
}

.news-content .news-box {
  width: 21%;
}

.news-content .news-box img {
  width: 100%;
  height: auto;
}

.category .top-contact {
  margin-top: 100px;
}

.top_topics_box {
  max-width: 1300px;
  margin: auto;
  padding: 0 3vw;
}

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

@media only screen and (min-width: 768px) {
  .top_topics_box .top_topics_wrap::after {
    width: 22%;
    content: "";
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .top_topics_box .top_topics_wrap::before {
    width: 22%;
    content: "";
    display: block;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.top_topics_box .top_topics_wrap .top_topics_img {
  overflow: hidden;
}

.top_topics_box .top_topics_wrap .top_topics_img img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
  width: 100%;
  height: 35vw;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 768px) {
  .top_topics_box .top_topics_wrap .top_topics_img img {
    height: 18vw;
    max-height: 200px;
  }
}

@media only screen and (min-width: 1025px) {
  .top_topics_box .top_topics_wrap .top_topics_img img {
    height: 20vw;
    max-height: 220px;
  }
}

.top_topics_box .top_topics_wrap .top_topics_img img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.top_topics_box .top_topics_wrap li {
  width: 47%;
  list-style: none;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .top_topics_box .top_topics_wrap li {
    width: 22%;
  }
}

.top_topics_box .top_topics_wrap li img {
  width: 100%;
  height: auto;
}

.top_topics_box .top_topics_wrap .top_topics_cont {
  margin-top: 10px;
}

@media only screen and (min-width: 1025px) {
  .top_topics_box .top_topics_wrap .top_topics_date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
}

.top_topics_box .top_topics_wrap .top_topics_date .top_topics_cat {
  color: #FFFFFF;
  padding: 0 10px;
  border-radius: 4px;
  margin-right: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .top_topics_box .top_topics_wrap .top_topics_date .top_topics_cat {
    margin-bottom: 10px;
    width: auto;
  }
}

.top_topics_box .top_topics_wrap .top_topics_date .date {
  font-family: 'Lato', sans-serif;
}

/* ----------------------------------

投稿

---------------------------------- */
.single .l-content {
  margin-top: 0;
  width: 100%;
  max-width: 100%;
}

.post-page-wrap {
  max-width: 1300px;
  margin: 50px auto 80px;
  padding: 0 3vw;
}

@media only screen and (min-width: 1025px) {
  .post-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1025px) {
  .post-page-wrap .post-page {
    width: 65%;
  }
}

.post-page-wrap .post-page h2 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .post-page-wrap .post-page h2 {
    font-size: 30px;
    font-size: 3rem;
  }
}

.post-page-wrap .post-page .cate-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #000;
  border-top: 1px dotted #000;
  padding: 17px 10px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .post-page-wrap .post-page .cate-time {
    margin-bottom: 20px;
    padding: 30px 10px;
  }
}

.post-page-wrap .post-page .entry-label {
  color: #FFFFFF;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  margin-right: 1em;
}

.post-page-wrap .post-page .date {
  font-family: 'Lato', sans-serif;
}

.post-page-wrap .post-page .share {
  margin-left: auto;
}

.post-page-wrap .post-page .share dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.post-page-wrap .post-page .share dl dt {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}

.post-page-wrap .post-page .share dl ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-page-wrap .post-page .share dl ul li {
  margin-left: 25px;
  line-height: 1em;
  font-size: 23px;
  font-size: 2.3rem;
}

.post-page-wrap .post-page .share dl ul li a {
  color: #2c80b1;
}

.post-page-wrap .post-page .share dl ul li a:hover {
  opacity: .7;
}

.post-page-wrap .post-page a {
  color: #2c80b1;
}

.post-page-wrap .post-page .wp-block-image {
  margin: 10px 0;
}

.post-page-wrap .post-page .wp-block-image img {
  max-width: 100%;
  height: auto;
}

.post-page-wrap .side {
  margin-top: 70px;
}

@media only screen and (min-width: 1025px) {
  .post-page-wrap .side {
    width: 27%;
    margin-top: 0;
  }
}

.wp-block-group__inner-container,
.widget {
  margin-bottom: 40px;
}

.wp-block-group__inner-container ul li,
.widget ul li {
  list-style-position: inside;
  list-style: none;
}

.wp-block-group__inner-container h2,
.wp-block-group__inner-container .widget-title,
.widget h2,
.widget .widget-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .wp-block-group__inner-container h2,
  .wp-block-group__inner-container .widget-title,
  .widget h2,
  .widget .widget-title {
    font-size: 17px;
    font-size: 1.7rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

.wp-block-latest-posts a::before,
.wp-block-categories-list a::before,
.wp-block-archives-list a::before,
.widget a::before {
  font-family: "FontAwesome";
  content: "\f0da";
  margin-right: .5em;
}

.wp-block-latest-posts a:hover,
.wp-block-categories-list a:hover,
.wp-block-archives-list a:hover,
.widget a:hover {
  opacity: .8;
}

.widget .search-field {
  padding: 10px;
  font-size: 17px;
  font-size: 1.7rem;
  width: 80%;
}

@media only screen and (min-width: 1025px) {
  .widget .search-field {
    width: auto;
  }
}

.widget .search-submit {
  padding: 10px;
}

.widget .search-submit:hover {
  background: #2c80b1;
  color: #FFFFFF;
}

/* ----------------------------------

検索結果

---------------------------------- */
.search .l-content {
  margin-top: 0;
  width: 100%;
  max-width: 100%;
}

.search .top-contact {
  margin-top: 60px;
}

@media only screen and (min-width: 768px) {
  .search .top-contact {
    margin-top: 100px;
  }
}

.txt-result {
  text-align: center;
  margin: 50px 0 50px;
  font-size: 20px;
  font-size: 2rem;
}

.wp-pagenavi {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 20px;
  text-align: center;
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  height: 32px;
  margin: 0 8px 0 0;
  padding: 0 12px;
  line-height: 32px;
  color: #111111;
  background: #f2f2f2;
  vertical-align: bottom;
  text-align: center;
  text-decoration: none;
  border: none !important;
  border-radius: 20px;
}

.wp-pagenavi a:hover {
  color: #FFFFFF;
  background: #2c80b1;
}

.wp-pagenavi .current {
  font-weight: bold;
  color: #FFFFFF;
  background: #2c80b1;
}

.pager_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 100px;
}

.pager_wrap a {
  text-decoration: underline;
}

.pager_wrap a:hover {
  opacity: .8;
}

.pager_wrap i::before {
  background: #2c80b1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #FFFFFF;
}

.post-type-archive-product .link-pro,
.page-id-21 .link-bra {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider img {
  width: 100%;
  height: auto;
  margin-left: 1px;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  background: #FFFFFF;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.slick-slide a:hover img {
  opacity: .8;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  margin: auto;
  text-align: center;
}

.slick-dots li {
  display: inline;
  margin: 0 10px !important;
}

.slick-dots button {
  padding: 0 !important;
  text-indent: -9999px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slick-dots button::before {
  background: #FFFFFF;
  border-radius: 50%;
  width: 10px !important;
  height: 10px !important;
}

.slick-dots button:hover {
  background: none;
}

.slick-dots button:focus {
  outline: none;
}

.slick-dots .slick-active button {
  background: none;
}

.slick-prev, .slick-next {
  /*background: rgba(255,255,255,0.7)!important;*/
  z-index: 10;
  border-radius: 50%;
  width: 35px !important;
  height: 35px !important;
}

@media only screen and (min-width: 768px) {
  .slick-prev, .slick-next {
    width: 45px !important;
    height: 45px !important;
  }
}

.slick-next {
  right: 3% !important;
}

@media only screen and (min-width: 768px) {
  .slick-next {
    right: 8% !important;
  }
}

.slick-next::before {
  font-size: 40px !important;
  color: #000000;
  position: relative;
  top: 2px;
  left: 2px;
}

.slick-prev {
  left: 3% !important;
}

@media only screen and (min-width: 768px) {
  .slick-prev {
    left: 8% !important;
  }
}

.slick-prev::before {
  font-size: 40px !important;
  color: #000000;
  content: "" !important;
  position: relative;
  top: 2px;
  left: 2px;
}

.hamburger {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 3px;
  right: 10px;
  z-index: 9999;
  padding: 10px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

@media only screen and (min-width: 1025px) {
  .hamburger {
    top: 25px;
  }
}

.hamburger.active {
  background: none;
}

@media only screen and (min-width: 1025px) {
  .hamburger {
    display: none;
  }
}

.hamburger__icon {
  position: relative;
  margin-top: 16px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.hamburger__icon:before, .hamburger__icon:after {
  position: absolute;
  content: "";
}

.hamburger__icon:before {
  top: -10px;
}

.hamburger__icon:after {
  top: 10px;
}

.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  display: block;
  width: 30px;
  height: 1px;
  background-color: #000000;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.hamburger__icon:after {
  width: 30px;
}

.active .hamburger__icon:after {
  width: 30px;
}

.hamburger.active .hamburger__icon {
  background-color: transparent;
}

.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
  background: #000000;
}

.hamburger.active .hamburger__icon:before {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

.hamburger.active .hamburger__icon:after {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

.fat-nav {
  top: 0;
  left: 0;
  z-index: 9996;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.98);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  font-size: 16px;
  font-size: 1.6rem;
}

.fat-nav.active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.fat-nav ul {
  margin-bottom: 10px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .fat-nav ul {
    margin-bottom: 20px;
  }
}

.fat-nav ul a {
  display: block;
  padding: 5px;
}

@media only screen and (min-width: 768px) {
  .fat-nav ul a {
    padding: 10px;
  }
}

.fat-nav li,
.fat-nav a {
  color: #000000;
}

.fat-nav li {
  list-style-type: none;
  text-align: center;
  padding: 5px 0;
}

.fat-nav li ul li {
  padding: 0;
}

.fat-nav li a {
  padding-right: .2em;
  letter-spacing: .2em;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
}

.fat-nav .inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}

.fat-nav form {
  margin-bottom: 40px;
}

.fat-nav__wrapper {
  width: 100%;
  height: 100%;
  margin: auto;
  display: table;
  table-layout: fixed;
}

/**
 * Swiper 3.1.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: October 10, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*
@import "bourbon/bourbon";*/
/*@import "module/component";
@import "module/project";
@import "module/scope";
@import "module/utility";

@import "module/sns";
@import "module/slick";
@import "module/swiper";
@import "module/fatNav";*/
