@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets
================================================================= */
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

.inner {
  margin: 0 auto;
  max-width: 1020px;
  padding: 0 10px;
}
@media only screen and (max-width: 834px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin: 80px auto 60px auto;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  #contents_wrap {
    margin-bottom: 50px;
  }
}

#contents {
  width: 100%;
  max-width: 1020px;
  padding: 0 10px;
}
@media only screen and (max-width: 834px) {
  #contents {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

.breadcrumb {
  max-width: 1020px;
  margin: 5px auto 50px auto;
}

.pankuzu {
  font-size: 13px;
  color: #111;
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .pankuzu {
    display: none;
  }
}
.pankuzu li {
  display: inline-block;
}
.pankuzu a {
  color: #111 !important;
  text-decoration: none;
}
.pankuzu a:hover {
  text-decoration: underline;
}

.error_link h1 {
  margin-bottom: 50px;
  font-size: 30px;
}
.error_link a {
  display: inline-block;
  margin-top: 50px;
  color: #111;
}
.error_link a:hover {
  text-decoration: underline;
}

table {
  table-layout: fixed;
}

table td {
  padding: 0 !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

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

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

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

small {
  font-size: 80%;
}

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

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

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

a {
  text-decoration: underline;
  transition: all 0.8s;
}

a:hover {
  opacity: 0.8;
  text-decoration: none;
}

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

.imgL {
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 640px) {
  .imgL {
    margin: 0 auto 20px;
  }
}

.imgC {
  margin-bottom: 20px;
}

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

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

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

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

#global_header section {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 60px;
  background: #fff;
}
@media only screen and (max-width: 1300px) {
  #global_header section {
    padding: 10px;
  }
}
@media only screen and (max-width: 1100px) {
  #global_header section {
    padding: 10px 80px 10px 10px;
  }
}
@media only screen and (max-width: 834px) {
  #global_header section {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background: #fff;
  }
}
@media only screen and (max-width: 640px) {
  #global_header section {
    padding: 7px 70px 7px 20px;
  }
}
#global_header section .siteID {
  width: 86px;
}
#global_header section .siteID a {
  opacity: 1;
}
#global_header section nav {
  width: 75%;
  padding-right: 20px;
}
#global_header section nav #gnavi {
  display: flex !important;
  justify-content: flex-end;
}
#global_header section nav #gnavi li {
  line-height: 1;
}
#global_header section nav #gnavi li a {
  display: block;
  padding: 7px 20px;
  font-weight: bold;
  color: #111;
  text-decoration: none;
}
@media only screen and (max-width: 1300px) {
  #global_header section nav #gnavi li a {
    padding: 7px 5px;
  }
}
#global_header section .btnWrap {
  display: flex;
}
@media only screen and (max-width: 640px) {
  #global_header section .btnWrap {
    display: none;
  }
}
#global_header section .btnWrap li a {
  transform: skewX(-30deg);
  display: block;
  text-decoration: none;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #global_header section .btnWrap li a {
    transform: none;
    padding: 10px;
  }
}
#global_header section .btnWrap li a span {
  transform: skewX(30deg);
  display: block;
}
@media only screen and (max-width: 640px) {
  #global_header section .btnWrap li a span {
    transform: none;
  }
}
#global_header section .btnWrap .shopBtn {
  width: 200px;
}
@media only screen and (max-width: 640px) {
  #global_header section .btnWrap .shopBtn {
    width: 50%;
  }
}
#global_header section .btnWrap .shopBtn a {
  background: #131e38;
  background-size: 200% 100%;
  background-image: linear-gradient(to right, transparent 50%, #e72931 50%);
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
  color: #fff;
}
@media only screen and (max-width: 834px) {
  #global_header section .btnWrap .shopBtn a {
    background-size: initial;
    background-image: none;
    transition: none;
  }
}
#global_header section .btnWrap .shopBtn a:hover {
  opacity: 1;
  background-color: #e72931;
  background-position: -100% 100%;
}
@media only screen and (max-width: 834px) {
  #global_header section .btnWrap .shopBtn a:hover {
    background-color: #131e38;
    background-position: initial;
  }
}
#global_header section .btnWrap .yShopBtn {
  width: 130px;
}
@media only screen and (max-width: 640px) {
  #global_header section .btnWrap .yShopBtn {
    width: 50%;
  }
}
#global_header section .btnWrap .yShopBtn a {
  background: #ffd800;
  background-size: 200% 100%;
  background-image: linear-gradient(to right, transparent 50%, #e72931 50%);
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
}
@media only screen and (max-width: 834px) {
  #global_header section .btnWrap .yShopBtn a {
    background-size: initial;
    background-image: none;
    transition: none;
  }
}
#global_header section .btnWrap .yShopBtn a:hover {
  opacity: 1;
  background-color: #e72931;
  background-position: -100% 100%;
  color: #fff;
}
@media only screen and (max-width: 834px) {
  #global_header section .btnWrap .yShopBtn a:hover {
    background-color: #ffd800;
    background-position: initial;
  }
}

#global_header .top-main {
  position: relative;
  display: block;
}
@media only screen and (max-width: 640px) {
  #global_header .top-main {
    margin-top: 74px;
  }
}

.spMenuBtn {
  display: none;
}
@media only screen and (max-width: 640px) {
  .spMenuBtn {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: flex;
    width: 100%;
    background: #fff;
    border-top: 1px solid rgba(204, 204, 204, 0.6);
  }
}
.spMenuBtn li {
  width: 25%;
  border-right: 1px solid rgba(204, 204, 204, 0.6);
}
.spMenuBtn li:last-of-type {
  border-right: 0;
}
.spMenuBtn li a {
  display: block;
  padding: 5px 3px;
  text-decoration: none;
  text-align: center;
  line-height: 1.7;
  color: #111;
}
.spMenuBtn li a i {
  font-size: 16px;
}
.spMenuBtn li a span {
  display: block;
  font-size: 10px;
}
.spMenuBtn .linkTel i {
  transform: rotate(95deg);
}

#mainArea {
  position: relative;
  margin-top: 80px;
  overflow: hidden;
}
#mainArea #slider {
  width: 100%;
}
#mainArea #slider .slick-slide {
  outline: none;
}
#mainArea #slider li img {
  width: 100%;
}

.mainTxt {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  max-width: 550px;
}
@media only screen and (max-width: 640px) {
  .mainTxt {
    width: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.mainTxt article {
  padding: 70px 50px;
  background: rgba(6, 12, 25, 0.8);
  color: #fff;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .mainTxt article {
    padding: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .mainTxt article {
    padding: 7% 2%;
  }
}
.mainTxt h2 {
  display: inline-block;
  margin-bottom: 40px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .mainTxt h2 {
    margin-bottom: 0;
    font-size: 26px;
    text-align: center !important;
  }
}
.mainTxt h2 .lineTxt {
  display: inline-block;
  padding: 0 0 0 20px;
  background: linear-gradient(rgba(255, 216, 0, 0) 55%, rgba(255, 216, 0, 0.5) 55%);
}
.mainTxt h2 .spTxt {
  display: none;
}
@media only screen and (max-width: 640px) {
  .mainTxt h2 .spTxt {
    display: inline-block;
    margin-top: 10px;
    padding: 0 0 0 20px;
    background: linear-gradient(rgba(255, 216, 0, 0) 55%, rgba(255, 216, 0, 0.5) 55%);
  }
}
@media only screen and (max-width: 640px) {
  .mainTxt article > div {
    display: none;
  }
}

/* ----------------------------------------------------------
hamburger menu
---------------------------------------------------------- */
.nav-toggle {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .nav-toggle {
    display: block;
  }
}

@media only screen and (max-width: 1100px) {
  /* toggle */
  #nav-toggle {
    position: fixed;
    top: 10px;
    right: 15px;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 50px;
    height: 50px;
    background: #131e38;
  }
  #nav-toggle span {
    width: 30px;
    height: 3px;
    left: 10px;
    display: block;
    background: #fff;
    position: absolute;
    transition: transform 0.3s ease-in-out, top 0.5s ease;
    /* #nav-toggle close */
  }
  #nav-toggle span:nth-child(1) {
    top: 11px;
  }
  #nav-toggle span:nth-child(2) {
    top: 23px;
  }
  #nav-toggle span:nth-child(3) {
    top: 35px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 22px;
    transform: rotate(45deg);
    background-color: #fff;
  }
  .open #nav-toggle span:nth-child(2) {
    top: 22px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 22px;
    transform: rotate(-45deg);
    background-color: #fff;
  }
  /* z-index */
  #nav-toggle {
    z-index: 1000;
  }
  #global_header section nav {
    z-index: 999;
  }
  /* nav */
  #global_header section nav {
    overflow-x: auto;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 !important;
    background: #fff;
    transform: translateY(-100%);
    transition: transform 1s ease-in-out;
  }
  #global_header section nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    list-style: none;
  }
  #global_header section nav ul li {
    display: block;
    width: 100%;
    text-decoration: none;
  }
  #global_header section nav ul li a {
    display: block;
    padding: 3% !important;
    border-bottom: 1px solid rgba(17, 17, 17, 0.2);
    font-size: 22px !important;
    text-align: left;
    color: #111 !important;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 640px) {
  #global_header section nav ul li a {
    padding: 4% !important;
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 1100px) {
  #global_header section nav ul li:first-of-type a {
    border-top: 1px solid rgba(17, 17, 17, 0.2);
  }
  .open #global_header section nav {
    transform: translateY(0%);
  }
}
.open #global_header nav {
  position: fixed;
  width: 100%;
  height: 100%;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  color: #fff;
}
footer#global_footer a {
  color: #fff;
  text-decoration: none;
}
footer#global_footer #footer .inner {
  padding: 25px 0 10px 0;
}
footer#global_footer #pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  padding: 10px 0;
  background: #060c19;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  footer#global_footer #pagetop {
    display: none !important;
  }
}
footer#global_footer #pagetop a {
  display: block;
}
footer#global_footer #pagetop i {
  font-size: 30px;
  font-weight: 200;
}
footer#global_footer #fot_nav, footer#global_footer #fot_nav2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 640px) {
  footer#global_footer #fot_nav, footer#global_footer #fot_nav2 {
    display: block;
  }
}
footer#global_footer #fot_nav li, footer#global_footer #fot_nav2 li {
  padding: 0 15px;
}
footer#global_footer #fot_nav li a, footer#global_footer #fot_nav2 li a {
  text-decoration: none;
}
footer#global_footer #fot_nav li a i, footer#global_footer #fot_nav2 li a i {
  margin-right: 7px;
}
@media only screen and (max-width: 640px) {
  footer#global_footer #fot_nav {
    margin-bottom: 0;
  }
}
footer#global_footer #copy {
  display: block;
  padding: 6px 10px;
  font-size: 14px;
}
@media only screen and (max-width: 640px) {
  footer#global_footer #copy {
    padding-bottom: 62px;
  }
}
footer#global_footer #copy a {
  text-decoration: none;
}
footer#global_footer #copy a:hover {
  opacity: 1;
}

/* ------------------------------------------------------------
index.html
------------------------------------------------------------ */
/* title */
.topTtl h2 {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-family: "Pathway Gothic One", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 56px;
  color: #131e38;
  letter-spacing: 0.05em;
}
.topTtl h2:first-letter {
  color: #ffba00;
}
.topTtl h2:before, .topTtl h2:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
}
.topTtl h2:before {
  top: 50%;
  left: 0;
  transform: translteY(-50%);
  width: 100%;
  height: 1px;
  background: rgba(17, 17, 17, 0.1);
}
.topTtl h2:after {
  top: 44%;
  right: 0;
  transform: translateY(-50%) rotate(20deg);
  width: 35px;
  height: 1px;
  background: rgba(17, 17, 17, 0.1);
}

.ttlGallery article {
  text-align: center;
}
.ttlGallery article h2 {
  padding: 0 15px;
}

/* contents */
.wrapSear .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .wrapSear .inner {
    display: block;
  }
}
.wrapSear .box1 {
  width: 22%;
  min-width: 183px;
  margin-right: 2%;
}
@media only screen and (max-width: 640px) {
  .wrapSear .box1 {
    width: 100%;
    text-align: center;
  }
}
.wrapSear .box2 {
  width: 76%;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapSear .box2 {
    width: 65%;
  }
}
@media only screen and (max-width: 640px) {
  .wrapSear .box2 {
    width: 100%;
  }
}
.wrapSear .topTtl h2 {
  padding-right: 35px;
}
@media only screen and (max-width: 640px) {
  .wrapSear .topTtl h2 {
    padding: 0 15px;
  }
}
.wrapSear .searchBox .search {
  margin: 0 !important;
}
.wrapSear .searchBox .search form {
  width: 100%;
  border: none;
  box-shadow: rgba(17, 17, 17, 0.3);
}
.wrapSear .searchBox .search form input {
  padding: 9px 37px 9px 5px;
  border: none;
  border-radius: 3px;
}
.wrapSear .searchBox .search form button {
  cursor: pointer;
  width: 80px;
  height: 38px;
  background: #131e38;
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border: none !important;
  text-indent: inherit;
  font-size: 20px;
  color: #fff;
}
@media only screen and (max-width: 834px) {
  .wrapSear .searchBox .search form button {
    height: 42px;
  }
}
.wrapSear .btn ul {
  display: flex;
}
@media only screen and (max-width: 640px) {
  .wrapSear .btn ul {
    justify-content: center;
  }
}
.wrapSear .btn ul li {
  float: none !important;
  margin-right: 15px;
}
.wrapSear .btn ul li a {
  display: block;
  padding: 4px 10px;
  background: #131e38;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
  line-height: 1;
}

.wrapNews {
  background: url(../images/contents/bgNewsL.png), url(../images/contents/bgNewsR.png);
  background-repeat: no-repeat;
  background-position: top left, top right;
}
.wrapNews .topTtl {
  text-align: center !important;
}
.wrapNews .topTtl h2 {
  padding: 0 40px;
}
.wrapNews .newsTxt .slick-list li {
  margin: 0 5px;
  padding: 10px 10px 20px 10px;
  background: #fff;
  box-shadow: 0 0 7px rgba(17, 17, 17, 0.1);
  font-size: 14px;
  line-height: 1.5;
}
.wrapNews .newsTxt .slick-list li img {
  width: 100% !important;
}
.wrapNews .newsTxt .slick-list li .info {
  display: block;
  margin: 5px auto 10px auto;
}
.wrapNews .newsTxt .slick-list li .info .dayBox,
.wrapNews .newsTxt .slick-list li .info .newsBox {
  display: inline-block;
}
.wrapNews .newsTxt .slick-list li .info .dayBox {
  margin-right: 10px;
  font-family: "Pathway Gothic One", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.wrapNews .newsTxt .slick-list li .info .newsBox {
  padding: 3px 10px;
  background: #131e38;
  font-size: 13px;
  color: #fff;
  line-height: 1;
}
.wrapNews .newsTxt a {
  text-decoration: none;
}
.wrapNews .slider02 .slick-arrow {
  z-index: 1;
}
.wrapNews .slider02 .slick-arrow:before,
.wrapNews .slider02 .slick-arrow:after {
  font-size: 28px;
  color: #131e38;
}
@media only screen and (max-width: 640px) {
  .wrapNews .slider02 .slick-arrow:before,
  .wrapNews .slider02 .slick-arrow:after {
    font-size: 20px;
  }
}
.wrapNews .slider02 .slick-prev {
  left: -30px;
}
.wrapNews .slider02 .slick-next {
  right: -20px;
}
.wrapNews .slider02 .slick-dots {
  position: static !important;
  bottom: auto !important;
  margin-top: 10px;
}
.wrapNews .slider02 .slick-dots li {
  float: none !important;
}

.wrapShop {
  margin-top: 70px;
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 834px) {
  .wrapShop {
    background-size: cover;
  }
}
.wrapShop .txtBox {
  width: 560px;
  margin-left: 12%;
  padding: 60px 30px;
  background: #fff;
}
@media only screen and (max-width: 834px) {
  .wrapShop .txtBox {
    width: 100%;
    margin-left: 0;
    background: rgba(255, 255, 255, 0.9);
  }
}
.wrapShop .txtBox .topTtl article {
  text-align: center;
}
.wrapShop .txtBox h2 {
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 32px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .wrapShop .txtBox h2 {
    padding: 0;
    font-size: 22px;
  }
}
@media only screen and (max-width: 640px) {
  .wrapShop .txtBox h2:before, .wrapShop .txtBox h2:after {
    display: none;
  }
}
.wrapShop .txtBox h2:after {
  top: 40%;
}

.wraptopCon {
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
}
.wraptopCon .txtBox {
  width: 48%;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .wraptopCon .txtBox {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .wraptopCon .txtBox {
    width: 100%;
    margin-bottom: 40px;
  }
}
.wraptopCon .txtBox .ttl h2 {
  margin-bottom: 15px;
  font-size: 34px;
  font-weight: bold;
  color: #131e38;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 640px) {
  .wraptopCon .txtBox .ttl h2 {
    text-align: center !important;
  }
}
.wraptopCon .txtBox .ttl h2:first-letter {
  color: #ffba00;
}
@media only screen and (max-width: 640px) {
  .wraptopCon .txtBox .btnBlue div {
    text-align: center !important;
  }
}
.wraptopCon .imgBox {
  width: 45%;
}
@media only screen and (max-width: 640px) {
  .wraptopCon .imgBox {
    width: 100%;
  }
}

.topConR {
  flex-direction: row-reverse;
}
.topConR .txtBox {
  padding-right: 16%;
}
@media only screen and (max-width: 1100px) {
  .topConR .txtBox {
    padding-right: 0;
  }
}

.topConL .txtBox {
  padding-left: 16%;
}
@media only screen and (max-width: 1100px) {
  .topConL .txtBox {
    padding-left: 0;
  }
}

.snsWrap {
  align-items: center;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .snsWrap .box {
    width: 48% !important;
    margin-right: 4% !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .snsWrap .box:first-of-type {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .snsWrap .box:nth-of-type(3) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 834px) {
  .snsWrap .topTtl article {
    text-align: center;
  }
}
.snsWrap .insta1 .sns_list {
  border: none !important;
}
@media only screen and (max-width: 640px) {
  .snsWrap .insta1 .sns_list {
    max-height: 100%;
  }
}
.snsWrap .insta1 .sns_list > div {
  display: block !important;
}
.snsWrap .insta1 .sns_list > div .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}
.snsWrap .insta1 .sns_list .sns_text {
  display: none;
}
.snsWrap .insta02 iframe {
  height: 15.6vw !important;
  min-height: 240px;
  overflow-x: auto !important;
  vertical-align: baseline;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .snsWrap .insta02 iframe {
    height: 42vw !important;
  }
}
@media only screen and (max-width: 640px) {
  .snsWrap .insta02 iframe {
    height: 91vw !important;
  }
}

@media only screen and (max-width: 1300px) {
  .wrapGalle {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media only screen and (max-width: 834px) {
  .wrapGalle {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.imgGalle ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.imgGalle ul li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .imgGalle ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
}
.imgGalle ul li:nth-of-type(3n) {
  margin-right: 0;
}
.imgGalle ul li img {
  width: 100% !important;
}
.imgGalle ul li:nth-of-type(2) {
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  .imgGalle ul li:nth-of-type(2) {
    margin-top: 20px;
  }
}
.imgGalle ul li:nth-of-type(3) {
  margin-top: 100px;
}
@media only screen and (max-width: 640px) {
  .imgGalle ul li:nth-of-type(3) {
    margin-top: 40px;
  }
}
.imgGalle ul li:nth-of-type(4) {
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  .imgGalle ul li:nth-of-type(4) {
    margin-top: 20px;
  }
}

.wrapInfo {
  background-position: center;
  color: #fff;
}
.wrapInfo .inner {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 640px) {
  .wrapInfo .inner {
    display: block;
  }
}
.wrapInfo .box {
  width: 48%;
  margin-left: 4%;
}
@media only screen and (max-width: 640px) {
  .wrapInfo .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }
}
.wrapInfo .box:nth-of-type(even) {
  margin-left: 0;
}
@media only screen and (max-width: 640px) {
  .wrapInfo .box:last-of-type {
    margin-bottom: 0;
  }
}
.wrapInfo h2 {
  margin-bottom: 15px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
  font-weight: 400;
}
.wrapInfo .form_wrap.dlSt {
  text-align: center;
}
.wrapInfo .form_wrap.dlSt dl {
  position: relative;
  display: inline-block !important;
  margin-right: 5px;
  padding-right: 15px !important;
}
@media only screen and (max-width: 640px) {
  .wrapInfo .form_wrap.dlSt dl {
    width: 100%;
  }
}
.wrapInfo .form_wrap.dlSt dl:after {
  content: "/";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 640px) {
  .wrapInfo .form_wrap.dlSt dl:after {
    display: none;
  }
}
.wrapInfo .form_wrap.dlSt dl dt,
.wrapInfo .form_wrap.dlSt dl dd {
  display: inline-block !important;
  padding: 0 !important;
  border: none !important;
}
@media only screen and (max-width: 640px) {
  .wrapInfo .form_wrap.dlSt dl dt,
  .wrapInfo .form_wrap.dlSt dl dd {
    width: auto !important;
  }
}
.wrapInfo .form_wrap.dlSt dl:first-of-type, .wrapInfo .form_wrap.dlSt dl:nth-of-type(2) {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: 0;
  padding-right: 0;
}
@media only screen and (max-width: 640px) {
  .wrapInfo .form_wrap.dlSt dl:first-of-type, .wrapInfo .form_wrap.dlSt dl:nth-of-type(2) {
    display: flex !important;
  }
}
.wrapInfo .form_wrap.dlSt dl:first-of-type:after, .wrapInfo .form_wrap.dlSt dl:nth-of-type(2):after {
  display: none;
}
@media only screen and (max-width: 640px) {
  .wrapInfo .form_wrap.dlSt dl:first-of-type dt,
  .wrapInfo .form_wrap.dlSt dl:first-of-type dd, .wrapInfo .form_wrap.dlSt dl:nth-of-type(2) dt,
  .wrapInfo .form_wrap.dlSt dl:nth-of-type(2) dd {
    width: auto !important;
  }
}
.wrapInfo .form_wrap.dlSt dl:first-of-type dt, .wrapInfo .form_wrap.dlSt dl:nth-of-type(2) dt {
  position: relative;
  margin-right: 10px;
  padding-right: 15px !important;
}
.wrapInfo .form_wrap.dlSt dl:first-of-type dt:after, .wrapInfo .form_wrap.dlSt dl:nth-of-type(2) dt:after {
  content: "/";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.wrapInfo .form_wrap.dlSt dl:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
.wrapInfo .form_wrap.dlSt dl:last-of-type:after {
  display: none;
}
.wrapInfo .linkTel a {
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .puBtn {
    text-align: center;
  }
}
.puBtn button {
  display: inline-block;
  padding: 15px 60px;
  border: none;
  background: #0b1428;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
}

.popup {
  position: relative;
  z-index: 100;
  display: none;
  height: 100vh;
  width: 100%;
  background: rgba(17, 17, 17, 0.8);
  position: fixed;
  top: 0;
  left: 0;
}
.popup div {
  position: relative;
  width: 50%;
  padding: 30px;
  background: #fff;
}
@media only screen and (max-width: 834px) {
  .popup div {
    width: 80%;
  }
}
.popup div p {
  max-height: 450px;
  overflow-y: auto;
}
.popup #close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  padding: 3px 0px;
  border-radius: 3px;
  border: none;
  background: #060c19;
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.popup.show {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ------------------------------------------------------------
gallery.html
------------------------------------------------------------ */
.gallery01 ul li img {
  width: 100% !important;
}
.gallery01 ul li:first-of-type {
  width: 57%;
}
@media only screen and (max-width: 640px) {
  .gallery01 ul li:first-of-type {
    width: 100%;
  }
}
.gallery01 ul li:nth-of-type(2) {
  width: 30%;
  margin: -34% 0 0 auto;
}
@media only screen and (max-width: 640px) {
  .gallery01 ul li:nth-of-type(2) {
    width: 100%;
    margin: 40px auto;
  }
}
.gallery01 ul li:nth-of-type(3) {
  width: 23%;
  height: 12vw !important;
  min-height: 187px;
  margin: 5% 4% 0 auto;
  border-radius: 50%;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .gallery01 ul li:nth-of-type(3) {
    min-height: 138px;
  }
}
@media only screen and (max-width: 640px) {
  .gallery01 ul li:nth-of-type(3) {
    width: 33%;
    min-height: 110px;
    margin: 0 0 0 auto;
  }
}
.gallery01 ul li:nth-of-type(3) img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: center top;";
}

.gallery02 ul li img {
  width: 100% !important;
}
.gallery02 ul li:first-of-type {
  width: 65%;
  margin: 0 0 0 auto;
}
.gallery02 ul li:nth-of-type(2) {
  width: 26%;
  margin: -17% auto 0 3%;
}

.gallery03 ul li img {
  width: 100% !important;
}
.gallery03 ul li:first-of-type {
  width: 70%;
  margin-left: 10%;
}
.gallery03 ul li:nth-of-type(2) {
  width: 32%;
  margin: -15% 0 0 auto;
}
.gallery03 ul li:nth-of-type(3) {
  width: 36%;
  margin-top: -2%;
}
.gallery03 ul li:nth-of-type(4) {
  width: 32%;
  height: 16.7vw !important;
  min-height: 260px;
  margin: -15% 22% 0 auto;
  border-radius: 50%;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .gallery03 ul li:nth-of-type(4) {
    min-height: 190px;
  }
}
@media only screen and (max-width: 640px) {
  .gallery03 ul li:nth-of-type(4) {
    height: 30vw !important;
    min-height: 109px;
  }
}
.gallery03 ul li:nth-of-type(4) img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: center top;";
}

.gallery04 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .gallery04 {
    display: block;
  }
}
.gallery04 img {
  width: auto !important;
  margin: 0 !important;
}
@media only screen and (max-width: 640px) {
  .gallery04 img {
    width: 100% !important;
    margin-bottom: 40px !important;
  }
}
.gallery04 > div {
  width: 45%;
  padding-left: 10%;
}
@media only screen and (max-width: 640px) {
  .gallery04 > div {
    width: 100%;
    padding-left: 0;
  }
}

.gallery05 ul li img {
  width: 100% !important;
}
.gallery05 ul li:first-of-type {
  width: 75%;
}
.gallery05 ul li:nth-of-type(2) {
  width: 20%;
  margin: -10% 0 0 auto;
}

.gallery06 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .gallery06 {
    display: block;
  }
}
.gallery06 img {
  width: 50% !important;
  margin: 0 !important;
}
@media only screen and (max-width: 640px) {
  .gallery06 img {
    width: 100% !important;
    margin-bottom: 40px !important;
  }
}
.gallery06 > div {
  width: 45%;
  padding-left: 10%;
}
@media only screen and (max-width: 640px) {
  .gallery06 > div {
    width: 100%;
    padding-left: 0;
  }
}

.gallery07 ul li img {
  width: 100% !important;
}
.gallery07 ul li:first-of-type {
  width: 60%;
  margin: 0 0 0 auto;
}
.gallery07 ul li:nth-of-type(2) {
  width: 30%;
  margin: -35% auto 0 0;
}
.gallery07 ul li:nth-of-type(3) {
  width: 40%;
  margin: 20% 10% 0 auto;
}
.gallery07 ul li:nth-of-type(4) {
  width: 23%;
  height: 12vw !important;
  min-height: 187px;
  margin: -20% auto 0 14%;
  border-radius: 50%;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .gallery07 ul li:nth-of-type(4) {
    min-height: 138px;
  }
}
@media only screen and (max-width: 640px) {
  .gallery07 ul li:nth-of-type(4) {
    height: 22vw !important;
    min-height: 77px;
  }
}
.gallery07 ul li:nth-of-type(4) img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: center top;";
}

@media only screen and (max-width: 640px) {
  .gallery08 .box02 {
    margin-bottom: 50px !important;
  }
}
.gallery08 .box02 img {
  width: 100% !important;
  height: 13vw !important;
  min-height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: center top;";
}
@media only screen and (max-width: 640px) {
  .gallery08 .box02 img {
    height: 50vw;
  }
}
.gallery08 .box02 h2 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #131e38;
}
.gallery08 .box02 p {
  line-height: 1.5;
}
.gallery08 .box02:nth-of-type(even) {
  margin-top: 70px;
}
@media only screen and (max-width: 640px) {
  .gallery08 .box02:nth-of-type(even) {
    margin-top: 0;
  }
}

/* ------------------------------------------------------------
maker.html
------------------------------------------------------------ */
.tab-group.btnMaker ul {
  display: flex;
  flex-wrap: wrap;
}
.tab-group.btnMaker ul li {
  float: none !important;
  cursor: pointer;
  display: block;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 20px;
  padding: 10px 5px;
  border: 1px solid #ccc;
  text-align: center !important;
}
@media only screen and (max-width: 640px) {
  .tab-group.btnMaker ul li {
    width: 49%;
  }
}
@media only screen and (max-width: 640px) {
  .tab-group.btnMaker ul li:nth-of-type(even) {
    margin-right: 0;
  }
}
.tab-group.btnMaker ul li:nth-of-type(4n) {
  margin-right: 0;
}
.tab-group.btnMaker ul .is-active {
  background: #131e38;
  color: #fff;
}

.makerWrap .panel {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  display: none;
  width: 560px;
  padding: 30px 50px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ccc;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .makerWrap .panel {
    width: 80%;
  }
}
@media only screen and (max-width: 640px) {
  .makerWrap .panel {
    width: 90%;
    padding: 20px;
  }
}
.makerWrap .panel article {
  position: relative;
}
.makerWrap .panel article:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: -30px;
  right: -50px;
  display: block;
  width: 30px;
  background: #131e38;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .makerWrap .panel article:before {
    top: -20px;
    right: -20px;
  }
}
.makerWrap .panel td {
  border: none !important;
}
.makerWrap .panel h2 {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: bold;
  color: #131e38;
}
.makerWrap .panel img {
  margin-top: 20px;
}
.makerWrap .panel.is-show {
  display: block;
}

/* ------------------------------------------------------------
about.html
------------------------------------------------------------ */
.stEnkaku dl {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 640px) {
  .stEnkaku dl {
    display: block !important;
  }
}
.stEnkaku dl dt,
.stEnkaku dl dd {
  display: block !important;
  padding: 0 !important;
  border: none !important;
}
@media only screen and (max-width: 640px) {
  .stEnkaku dl dt,
  .stEnkaku dl dd {
    width: 100% !important;
  }
}
.stEnkaku dl dt {
  font-weight: bold;
  color: #131e38;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .stEnkaku dl dt {
    text-align: left;
  }
}
.stEnkaku dl:first-of-type {
  border-top: 1px solid #ccc;
}

/* ------------------------------------------------------------
itemlist.html
------------------------------------------------------------ */
.tab_hed ul {
  display: flex;
  flex-wrap: wrap;
}
.tab_hed ul li {
  cursor: pointer;
  width: 15%;
  margin-right: 2%;
  margin-bottom: 20px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .tab_hed ul li {
    width: 18%;
  }
}
@media only screen and (max-width: 640px) {
  .tab_hed ul li {
    width: 49%;
    margin-bottom: 10px;
  }
}
.tab_hed ul li:nth-of-type(6n) {
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  .tab_hed ul li:nth-of-type(6n) {
    margin-right: 2%;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .tab_hed ul li:nth-of-type(5n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .tab_hed ul li:nth-of-type(even) {
    margin-right: 0;
  }
}
.tab_hed ul li span,
.tab_hed ul li a {
  display: block;
  padding: 10px 5px;
  border: 1px solid #ccc;
  text-align: center;
  text-decoration: none;
}
.tab_hed ul li .is-active,
.tab_hed ul li .active {
  background: #131e38;
  color: #fff;
}
.tab_hed ul .is-active span {
  background: #131e38;
  color: #fff;
}

.panel-group .panel {
  display: none;
}
.panel-group .panel.is-show {
  display: block !important;
}

.itemListBox .panel ul {
  display: flex;
  flex-wrap: wrap;
}
.itemListBox .panel ul li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 50px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .itemListBox .panel ul li {
    width: 32% !important;
  }
}
@media only screen and (max-width: 640px) {
  .itemListBox .panel ul li {
    width: 49% !important;
  }
}
.itemListBox .panel ul li:nth-of-type(4n) {
  margin-right: 0 !important;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .itemListBox .panel ul li:nth-of-type(4n) {
    margin-right: 2% !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .itemListBox .panel ul li:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  .itemListBox .panel ul li:nth-of-type(even) {
    margin-right: 0 !important;
  }
}
.itemListBox .panel ul li a {
  display: block;
  text-decoration: none;
}
.itemListBox .panel ul li a div {
  margin-top: 10px;
  font-weight: bold;
  color: #131e38;
  line-height: 1.5;
}

.liBtn ul {
  display: flex;
  flex-wrap: wrap;
}
.liBtn ul li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .liBtn ul li {
    width: 100%;
    margin-right: 0;
  }
}
.liBtn ul li:nth-of-type(even) {
  margin-right: 0;
}
.liBtn ul li a {
  display: block;
  padding: 13px 3px;
  background: #131e38;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}
.liBtn ul li a:hover {
  opacity: 1;
  background: #ffba00;
}

.tab_body .active,
.tab_body .current {
  display: block !important;
}

/* ------------------------------------------------------------
steeplejack.html
------------------------------------------------------------ */
.column_blog .blog_list {
  flex-direction: row !important;
  flex-wrap: wrap;
  border: none;
}
.column_blog .blog_list > div {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  border: none !important;
}
@media only screen and (max-width: 640px) {
  .column_blog .blog_list > div {
    width: 100%;
    margin-right: 0;
  }
}
.column_blog .blog_list > div:nth-of-type(3n) {
  margin-right: 0;
}
.column_blog .blog_list > div a {
  display: block;
  width: 100%;
  background: #f8f8f8;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
}
.column_blog .blog_list > div .blog_photo {
  width: 100%;
  height: 11vw;
  min-height: 130px;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .column_blog .blog_list > div .blog_photo {
    height: auto;
    min-height: auto;
  }
}
.column_blog .blog_list > div .blog_photo img {
  width: 100% !important;
  height: 11vw !important;
  min-height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: center top;";
}
@media only screen and (max-width: 640px) {
  .column_blog .blog_list > div .blog_photo img {
    height: auto !important;
    min-height: auto;
  }
}
.column_blog .blog_list > div .blog_text {
  width: 100%;
  padding: 25px;
}
.column_blog .blog_list > div .blog_text .blog_date {
  color: #767676 !important;
}
.column_blog .blog_list > div .blog_text h3 {
  margin-top: 10px;
  font-size: 18px;
}
.column_blog .blog_list > div .blog_text .detail {
  display: none;
}

/* ------------------------------------------------------------
blog
------------------------------------------------------------ */
.blog .wrap {
  width: 100%;
}
.blog .ttl01.h1txt {
  width: 100%;
  margin-top: 80px;
  padding: 60px 0;
  background: url(../images/contents/bgAccess.jpg);
  background-size: cover;
}
.blog .ttl01.h1txt p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 34px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
}
.blog div#form_calendar table tbody tr td:hover {
  background: rgba(19, 30, 56, 0.2) !important;
}
.blog aside div#form_calendar {
  min-width: auto !important;
}
.blog aside div#form_calendar table thead tr th {
  font-size: 10px;
}
@media only screen and (max-width: 640px) {
  .blog aside {
    margin-top: 50px;
  }
}
.blog aside nav > div {
  background: #131e38;
  border-radius: 5px;
  color: #fff;
}
.blog aside nav ul li {
  padding: 0;
  border-top: 0 !important;
}
.blog aside nav ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  text-align: left;
  line-height: 1.5;
}
.blog aside nav ul li a:hover {
  color: #131e38;
}
.blog aside nav .pages li a {
  font-size: 12px;
  color: #5e5e5e;
}
.blog aside nav .pages li a .translate {
  font-size: 16px;
  color: #111;
  transition: all 0.8s;
}
.blog aside nav .pages li a:hover {
  color: #131e38;
}
.blog aside nav .pages li a:hover .translate {
  color: #131e38;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .blog #contents {
    min-width: auto !important;
  }
}
@media only screen and (max-width: 640px) {
  .blog #contents {
    width: 100%;
  }
}
.blog #contents .date {
  margin-bottom: 10px;
  color: #5e5e5e !important;
  line-height: 1;
  text-align: right;
}
.blog #contents h1 {
  position: relative;
  margin-bottom: 20px;
  padding: 8px 15px;
  border: 1px solid #ccc;
  border-top: 2px solid #131e38;
  font-size: 24px;
}
@media only screen and (max-width: 834px) {
  .blog #contents h1 {
    font-size: 20px;
  }
}
.blog #contents h1:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -1px;
  border: none;
  border-right: solid 15px transparent;
  border-top: solid 15px #131e38;
}
@media only screen and (max-width: 640px) {
  .blog #contents article {
    padding: 0;
  }
}
.blog #contents article > h2:first-of-type {
  position: relative;
  margin-bottom: 20px;
  padding: 8px 15px;
  border: 1px solid #ccc;
  border-top: 2px solid #131e38;
  font-size: 24px;
}
@media only screen and (max-width: 834px) {
  .blog #contents article > h2:first-of-type {
    font-size: 20px;
  }
}
.blog #contents article > h2:first-of-type:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -1px;
  border: none;
  border-right: solid 15px transparent;
  border-top: solid 15px #131e38;
}
.blog #contents article .ttl01 h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 0 0 15px !important;
  border: none;
}
.blog #contents article .ttl01 h2:before {
  display: none;
}
.blog #contents article .ttl01 h2:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 7px;
  height: 20px;
  border-radius: 5px;
  background: #ffd800;
}
.blog #contents article > ul li {
  margin-right: 7px;
}
.blog #contents article > ul a {
  padding: 3px 7px;
  background: #eee;
  font-size: 13px;
  text-decoration: none;
  line-height: 1.5;
}
.blog #contents article .detail {
  margin-top: 5px !important;
}
.blog #contents article .flex_images {
  display: block !important;
}
.blog #contents article .flex_images img {
  display: inline-block !important;
  width: 48%;
  margin: 0 3% 0 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .blog #contents article .flex_images img {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 640px) {
  .blog #contents article .flex_images img {
    margin-right: 1%;
  }
}
.blog #contents article .flex_images img:nth-of-type(even) {
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  .blog #contents article img {
    margin: 0 0 20px 0 !important;
  }
}

/* -----------------------------------------------------
一覧ページ
----------------------------------------------------- */
.under {
  margin-left: 0 !important;
}
.under ul {
  display: flex;
  flex-wrap: wrap;
}
.under ul li {
  float: none !important;
  margin: 0 15px 15px 0 !important;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .under ul li {
    margin-right: 3.05%;
  }
}
@media only screen and (max-width: 640px) {
  .under ul li {
    width: 49% !important;
    margin-right: 2% !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .under ul li:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  .under ul li:nth-of-type(3n) {
    margin-right: 2% !important;
  }
}
@media only screen and (max-width: 640px) {
  .under ul li:nth-of-type(even) {
    margin-right: 0 !important;
  }
}
.under ul li a {
  width: auto !important;
  height: auto !important;
  padding: 12px 20px !important;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .under ul li a {
    padding: 12px 5px !important;
  }
}

@media only screen and (max-width: 640px) {
  .order li {
    margin-left: 7px !important;
  }
}
.order li a {
  text-decoration: none;
  line-height: 1.5;
}
.order li a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  margin-right: 7px;
}

.items {
  margin-left: 0 !important;
}
.items > article {
  width: 23.5% !important;
  margin: 0 2% 0 0 !important;
  margin-bottom: 50px !important;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .items > article {
    width: 32% !important;
  }
}
@media only screen and (max-width: 640px) {
  .items > article {
    width: 49% !important;
  }
}
.items > article:nth-of-type(4n) {
  margin-right: 0 !important;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .items > article:nth-of-type(4n) {
    margin-right: 2% !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .items > article:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  .items > article:nth-of-type(even) {
    margin-right: 0 !important;
  }
}
.items > article .photo {
  width: 100% !important;
  height: 12.5vw !important;
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: center top;";
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .items > article .photo {
    height: 30vw !important;
  }
}
@media only screen and (max-width: 640px) {
  .items > article .photo {
    height: 47vw !important;
    min-height: 180px;
  }
}
.items > article button {
  display: none;
}
.items a,
.items .name {
  text-decoration: none !important;
}
.items .name {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  color: #131e38;
  line-height: 1.5;
}
.items .summary {
  width: 100%;
  padding: 5px !important;
  font-size: 14px;
  text-align: left !important;
  line-height: 1.5;
}
.items .price {
  width: 100%;
  padding: 0 5px 10px 5px !important;
  border-bottom: 1px solid #eee;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}
@media only screen and (max-width: 640px) {
  .items .price {
    font-size: 16px;
  }
}

/* -----------------------------------------------------
詳細ページ
----------------------------------------------------- */
.crumb li {
  font-size: 13px;
}
.crumb a {
  font-size: 13px;
  text-decoration: none;
}

.item {
  justify-content: space-between;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .item {
    flex-direction: row !important;
  }
}
.item .photo {
  display: block;
  width: 48%;
}
@media only screen and (max-width: 640px) {
  .item .photo {
    width: 100%;
  }
}
.item .photo .large {
  margin-left: 0 !important;
}
.item .photo .small {
  width: 100% !important;
  max-width: 100%;
}
.item .photo .small li {
  flex-basis: auto;
  width: 18%;
  margin: 0 2% 0 0;
  margin-bottom: 10px;
}
.item .item_view {
  width: 48%;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .item .item_view {
    min-width: auto !important;
  }
}
.item .item_view h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  color: #131e38;
}
.item .item_view h2 span {
  margin-top: 5px;
  font-weight: 500;
  color: #111;
}
.item .item_view h2 span:before {
  content: "商品No：";
  display: inline-block;
}
.item .item_view > ul {
  display: flex;
  flex-wrap: wrap;
}
.item .item_view > ul:before {
  content: "商品カテゴリー：";
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.item .item_view > ul li {
  margin-bottom: 10px;
}
.item .item_view > ul li a {
  background: transparent;
  border: 1px solid #858585;
  text-decoration: none;
  font-size: 13px;
  color: #858585;
  line-height: 1.5;
}
.item .item_view .struct {
  display: block !important;
  margin-top: 30px !important;
}
.item .item_view .struct .sku .sku1 ul,
.item .item_view .struct .sku .sku2 ul {
  margin-top: 10px;
}
.item .item_view .struct .sku .sku1 ul li,
.item .item_view .struct .sku .sku2 ul li {
  width: auto;
  margin: 0 2% 0 0;
  margin-bottom: 10px;
  border-radius: 3px;
  font-size: 14px;
}
.item .item_view .struct .sku .sku1 ul {
  padding: 20px 0 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.item .item_view .struct .sku .sku2 ul {
  padding: 15px 0 10px;
  border-bottom: 1px solid #ccc;
}
.item .item_view .struct .sku .price {
  margin-top: 25px;
  font-size: 24px;
  font-weight: bold;
  color: #e72931;
}
.item .item_view .struct .sku .price label {
  color: #111;
}
.item .item_view .struct .sku,
.item .item_view .struct .item_option {
  width: 100% !important;
}
.item .item_view .struct .detail {
  margin: 5px 0 20px 0;
  padding: 20px;
  background: #f8f8f8;
  font-size: 14px;
  line-height: 1.8;
}
.item .item_view .struct .item_option .addcart > a {
  display: block;
  padding: 10px;
  background: #ffba00;
  border-radius: 3px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
}

.attr {
  margin-top: 30px !important;
}
.attr h3 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #131e38;
  font-size: 20px !important;
  font-weight: bold;
  color: #131e38 !important;
  line-height: 1.5 !important;
}
@media only screen and (max-width: 640px) {
  .attr dl {
    display: block !important;
  }
}
@media only screen and (max-width: 640px) {
  .attr dl dt {
    border-right: none !important;
    border-bottom: 1px solid #ccc;
  }
}

/* -----------------------------------------------------
カートページ
----------------------------------------------------- */
#sumcart h2 {
  padding-bottom: 5px;
  border-bottom: 2px solid #ccc;
}
#sumcart li a {
  text-decoration: none;
}
#sumcart .sum p a {
  text-decoration: none !important;
  font-weight: bold;
  color: #131e38;
}

/* -----------------------------------------------------
特定商取引法に基づく表記ページ
----------------------------------------------------- */
@media only screen and (max-width: 640px) {
  .tokusho_contents .form_wrap dl {
    display: block !important;
  }
}
@media only screen and (max-width: 640px) {
  .tokusho_contents .form_wrap dl dt,
  .tokusho_contents .form_wrap dl dd {
    width: 100% !important;
  }
}
@media only screen and (max-width: 640px) {
  .tokusho_contents .form_wrap dl dt {
    border-right: 1px solid #ccc;
  }
}

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

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

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

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

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

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

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: flex;
}

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

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

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

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

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

.shop_cont table {
  table-layout: auto;
}

/* ------------------------------------------------------------
box
------------------------------------------------------------ */
.flexBox {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .flexBox {
    display: block;
  }
}
.flexBox .box {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .flexBox .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.flexBox .box:nth-of-type(3n) {
  margin-right: 0;
}
.flexBox .box02 {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .flexBox .box02 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.flexBox .box02:nth-of-type(even) {
  margin-right: 0;
}

/* ------------------------------------------------------------
title
------------------------------------------------------------ */
.ttl01 h2 {
  font-size: 24px;
}
@media only screen and (max-width: 834px) {
  .ttl01 h2 {
    font-size: 20px;
  }
}
.ttl01 h2 {
  position: relative;
  padding: 8px 15px;
  border: 1px solid #ccc;
  border-top: 2px solid #131e38;
}
.ttl01 h2:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -1px;
  border: none;
  border-right: solid 15px transparent;
  border-top: solid 15px #131e38;
}
.ttl01 h2 .sub {
  font-size: 18px;
}

.ttl01.h1txt article {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 10px;
}
@media only screen and (max-width: 834px) {
  .ttl01.h1txt article {
    padding: 0 20px;
  }
}
.ttl01.h1txt h1 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 34px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 640px) {
  .ttl01.h1txt h1 {
    font-size: 30px;
  }
}

/* ------------------------------------------------------------
button
------------------------------------------------------------ */
.btnBlue a {
  display: inline-block;
  padding: 15px 60px;
  background: #0b1428;
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
}
.btnBlue a:hover {
  opacity: 1;
  background: #ffba00;
}

.btn04 ul {
  display: flex;
  flex-wrap: wrap;
}
.btn04 ul li {
  float: none !important;
  overflow: initial !important;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1100px) {
  .btn04 ul li {
    width: 32%;
  }
}
@media only screen and (max-width: 760px) {
  .btn04 ul li {
    width: 48.5%;
    margin-right: 3%;
  }
}
.btn04 ul li:nth-of-type(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 1100px) {
  .btn04 ul li:nth-of-type(4n) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 760px) {
  .btn04 ul li:nth-of-type(4n) {
    margin-right: 3%;
  }
}
@media only screen and (max-width: 1100px) {
  .btn04 ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 760px) {
  .btn04 ul li:nth-of-type(3n) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 760px) {
  .btn04 ul li:nth-of-type(even) {
    margin-right: 0;
  }
}
.btn04 ul li a {
  display: block;
  padding: 0 10px;
  box-shadow: 0 1px 3px 0 rgba(17, 17, 17, 0.2);
  border-radius: 4px;
  text-decoration: none;
}
.btn04 ul li a article {
  display: flex;
  align-items: center;
}
.btn04 ul li a article img {
  width: 100% !important;
  max-width: 75px;
  max-height: 75px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: center top;";
}
@media only screen and (max-width: 760px) {
  .btn04 ul li a article img {
    max-width: 55px;
    max-height: 55px;
  }
}
.btn04 ul li a article > div {
  width: 60%;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
}
@media only screen and (max-width: 760px) {
  .btn04 ul li a article > div {
    font-size: 11px;
  }
}

/* ------------------------------------------------------------
text
------------------------------------------------------------ */
@media only screen and (max-width: 640px) {
  .spBlk {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .spLeft p {
    text-align: left;
  }
}

.pntTxt {
  background: linear-gradient(rgba(255, 216, 0, 0) 60%, rgba(255, 216, 0, 0.5) 60%);
  font-weight: bold;
}

.pntTxt02 p {
  font-size: 30px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .pntTxt02 p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .pntTxt02 p {
    font-size: 18px;
    font-weight: bold;
  }
}

/* ------------------------------------------------------------
table
------------------------------------------------------------ */
.tbl01 td {
  padding: 10px !important;
}
@media only screen and (max-width: 640px) {
  .tbl01 td:first-of-type div {
    text-align: left;
  }
}

/* ------------------------------------------------------------
dl
------------------------------------------------------------ */
.dlSt02 dl {
  display: block !important;
  margin-bottom: 30px;
}
.dlSt02 dl dt,
.dlSt02 dl dd {
  padding: 0 !important;
  border: none !important;
}
.dlSt02 dl dt {
  margin-bottom: 10px;
  padding: 5px 10px !important;
  border-left: 5px solid #131e38 !important;
  font-size: 20px;
  line-height: 1.5;
}
.dlSt02 dl dd {
  display: block !important;
}

/* ------------------------------------------------------------
list
------------------------------------------------------------ */
.liImg03 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.liImg03 ul li {
  float: none !important;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.liImg03 ul li:nth-of-type(3n) {
  margin-right: 0;
}

.img02 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.img02 ul li {
  float: none !important;
  width: 49%;
  margin-right: 2%;
}
.img02 ul li:nth-of-type(even) {
  margin-right: 0;
}

/* ------------------------------------------------------------
background
------------------------------------------------------------ */
.bgCover {
  background-size: cover;
}

/* ------------------------------------------------------------
image
------------------------------------------------------------ */
.img30 img {
  width: 30% !important;
}
@media only screen and (max-width: 640px) {
  .img30 img {
    width: 100% !important;
  }
}

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

/* ------------------------------------------------------------
common
------------------------------------------------------------ */
.con100 {
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
}

.gmap iframe {
  vertical-align: bottom;
}
@media only screen and (max-width: 640px) {
  .gmap iframe {
    height: 250px;
  }
}

.anc {
  clear: inherit !important;
}
.anc div {
  margin-top: -70px;
  padding-top: 70px;
}

.linkTel a {
  text-decoration: none;
}

/* ------------------------------------------------------------
animation
------------------------------------------------------------ */
.fadein li,
.fadein img {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}

.fadein.scrollin li,
.fadein.scrollin img {
  opacity: 1;
  transform: translate(0, 0);
}
.fadein.scrollin li:nth-of-type(2),
.fadein.scrollin img:nth-of-type(2) {
  transition-delay: 0.5s;
}
.fadein.scrollin li:nth-of-type(3),
.fadein.scrollin img:nth-of-type(3) {
  transition-delay: 1s;
}
.fadein.scrollin li:nth-of-type(5),
.fadein.scrollin img:nth-of-type(5) {
  transition-delay: 1.5s;
}
.fadein.scrollin li:nth-of-type(4),
.fadein.scrollin img:nth-of-type(4) {
  transition-delay: 2s;
}

.search #keyword .select {
  display: none;
}
.search #keyword .text input[name=keyword] {
  border-left: none;
}/*# sourceMappingURL=assets.css.map */