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

body {
  counter-reset: number 0;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.6;
  color: #222;
  font-family: "Noto Sans JP", "游ゴシック", 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: 400;
}

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

.inner {
  margin: 0 auto;
  max-width: 1220px;
  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-bottom: 70px;
  overflow: hidden;
}

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

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

.index_contents #contents_wrap {
  margin-bottom: 0;
}

@media only screen and (max-width: 980px) {
  .index_contents #contents_wrap {
    margin-top: 0;
  }
}

#contents {
  width: 100%;
  max-width: 1220px;
  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 {
  margin: 5px 0 50px auto;
  text-align: right;
}

.pankuzu {
  max-width: 1220px;
  margin: 0 0 0 auto;
  font-size: 13px;
  color: #7a7a7a;
}

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

.pankuzu li {
  display: inline-block;
}

.pankuzu a {
  color: #7a7a7a;
  text-decoration: none;
}

.pankuzu a:hover {
  text-decoration: underline;
}

.policy h2 {
  margin: 50px 0 15px;
  padding: 0 0 5px;
  border-bottom: 2px solid #ccc;
  font-size: 18px;
  font-weight: bold;
}

.error_link h1 {
  margin-bottom: 50px;
  font-size: 30px;
}

.error_link a {
  display: inline-block;
  margin-top: 50px;
  color: #222;
}

.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;
  -webkit-transition: all .8s;
  transition: all .8s;
}

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

@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;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

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

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

.fNum {
  font-family: "Roboto", "游ゴシック", 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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media only screen and (max-width: 980px) {
  #global_header section {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 0 50px 0 20px;
    background: #fff;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #global_header section {
    padding: 2px 50px 2px 12px;
  }
}

@media only screen and (max-width: 640px) {
  #global_header section {
    padding: 10px 50px 10px 20px;
  }
}

#global_header section .siteID {
  width: 380px;
  min-width: 380px;
  margin-left: 2.6%;
  text-align: left;
}

@media only screen and (max-width: 980px) {
  #global_header section .siteID {
    width: 100%;
    margin-left: 0;
  }
}

@media only screen and (max-width: 640px) {
  #global_header section .siteID {
    min-width: 100%;
  }
}

#global_header section .siteID a {
  opacity: 1;
  text-decoration: none;
}

@media only screen and (max-width: 980px) {
  #global_header section .siteID img {
    width: 280px;
  }
}

#global_header section .siteID .hedTxt {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.5;
}

@media only screen and (max-width: 980px) {
  #global_header section .siteID .hedTxt {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 640px) {
  #global_header section .siteID .hedTxt {
    display: none;
  }
}

#global_header section nav {
  width: 68%;
}

#global_header section nav #gnavi {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#global_header section nav #gnavi li {
  position: relative;
  line-height: 1;
}

#global_header section nav #gnavi li a {
  display: block;
  padding: 26px 50px;
  color: #222;
  text-decoration: none;
}

@media only screen and (max-width: 1300px) {
  #global_header section nav #gnavi li a {
    padding: 26px 20px;
  }
}

#global_header section nav #gnavi li a .en {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #707070;
  -webkit-transition: all .8s;
  transition: all .8s;
}

@media only screen and (max-width: 980px) {
  #global_header section nav #gnavi li a .en {
    display: inline-block;
    margin-left: 10px;
  }
}

#global_header section nav #gnavi li a:hover {
  color: #0671c6;
}

#global_header section nav #gnavi li .sub {
  position: absolute;
  top: 86px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  background-color: #fff;
  z-index: 100;
}

@media only screen and (max-width: 980px) {
  #global_header section nav #gnavi li .sub {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: inherit;
            transform: inherit;
    width: 100%;
    background: transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

#global_header section nav #gnavi li .sub li {
  border: none;
  border-bottom: 1px solid #ccc;
}

#global_header section nav #gnavi li .sub li:last-of-type {
  border-bottom: 0;
}

#global_header section nav #gnavi li .sub li a {
  display: block;
  padding: 20px 10px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

@media only screen and (max-width: 980px) {
  #global_header section nav #gnavi li .sub li a {
    text-align: left;
  }
}

#global_header section .contWrap {
  width: 180px;
  min-width: 180px;
}

@media only screen and (max-width: 1300px) {
  #global_header section .contWrap {
    width: 150px;
    min-width: 150px;
  }
}

@media only screen and (max-width: 980px) {
  #global_header section .contWrap {
    width: 180px;
    min-width: 180px;
  }
}

@media only screen and (max-width: 834px) {
  #global_header section .contWrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

#global_header section .contWrap .linkTel {
  padding: 30px 3px;
  background: #0671c6;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 980px) {
  #global_header section .contWrap .linkTel {
    padding: 10px 3px;
  }
}

@media only screen and (max-width: 834px) {
  #global_header section .contWrap .linkTel {
    width: 50%;
  }
}

@media only screen and (max-width: 640px) {
  #global_header section .contWrap .linkTel {
    padding: 0;
    background: transparent;
  }
}

#global_header section .contWrap .linkTel:before {
  content: "";
  width: 16px;
  height: 18px;
  display: inline-block;
  margin-right: 7px;
  background: url(../images/contents/iconTel.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  #global_header section .contWrap .linkTel:before {
    display: none;
  }
}

#global_header section .contWrap .linkTel a {
  display: block;
  padding: 10px 3px;
  background: #0671c6;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

#global_header section .contWrap .linkTel a:before {
  content: "";
  width: 16px;
  height: 18px;
  display: inline-block;
  margin-right: 7px;
  background: url(../images/contents/iconTel.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

#global_header section .contWrap .cont {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 250px;
}

@media only screen and (max-width: 834px) {
  #global_header section .contWrap .cont {
    width: 50%;
  }
}

#global_header section .contWrap .cont a {
  display: block;
  padding: 11.5px 3px;
  background-color: #f2471f;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  #global_header section .contWrap .cont a {
    font-size: 12px;
  }
}

#global_header section .contWrap .cont a:hover {
  background: #222;
}

@media only screen and (max-width: 980px) {
  .peNone.open .sub {
    display: block !important;
  }
}

@media only screen and (max-width: 980px) {
  .peNone {
    position: relative;
  }
}

@media only screen and (max-width: 980px) {
  .peNone:before {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-weight: 200;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 70px;
    height: 78px;
    text-align: center;
    background: #f8f8f8;
  }
}

@media only screen and (max-width: 640px) {
  .peNone:before {
    height: 61.5px;
  }
}

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

.peNone ul li a {
  pointer-events: auto;
}

@media only screen and (max-width: 834px) {
  .peNone.open:before {
    content: "\f00d";
  }
}

.spNav {
  display: none;
}

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

#mainArea {
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}

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

#mainArea #slider {
  width: 100%;
}

#mainArea #slider .slick-slide {
  outline: none;
}

#mainArea #slider li img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 640px) {
  #mainArea #slider li img {
    height: 280px !important;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover; object-position: center top;';
  }
}

#mainArea .mainTxt {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 30px 10px;
}

@media only screen and (max-width: 640px) {
  #mainArea .mainTxt {
    padding: 15px 10px;
  }
}

#mainArea .mainTxt .wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 540px;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

#mainArea .mainTxt .wrap:before, #mainArea .mainTxt .wrap:after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 29px;
}

#mainArea .mainTxt .wrap:before {
  top: 0;
  left: 0;
  background: url(../images/contents/mainKazari01.png);
  background-repeat: no-repeat;
}

#mainArea .mainTxt .wrap:after {
  bottom: 0;
  right: 0;
  background: url(../images/contents/mainKazari02.png);
  background-repeat: no-repeat;
}

#mainArea .mainTxt .wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 640px) {
  #mainArea .mainTxt .wrap img {
    width: 80% !important;
  }
}

.is-scrolled #hedFixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
}

.is-scrolled #hedFixed section nav #gnavi li a {
  padding-top: 15px;
  padding-bottom: 15px;
}

.is-scrolled #hedFixed section nav #gnavi li .sub {
  top: 64px;
}

.is-scrolled #hedFixed section .contWrap .linkTel {
  padding: 17px 3px;
}

/* ----------------------------------------------------------
hamburger menu
---------------------------------------------------------- */
.nav-toggle {
  display: none;
}

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

@media only screen and (max-width: 980px) {
  /* toggle */
  #nav-toggle {
    position: fixed;
    top: 0;
    right: 0;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 50px;
    height: 50px;
    background: #0671c6;
  }
  #nav-toggle span {
    width: 30px;
    height: 3px;
    left: 10px;
    display: block;
    background: #fff;
    position: absolute;
    -webkit-transition: top .5s ease, -webkit-transform .3s ease-in-out;
    transition: top .5s ease, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, top .5s ease;
    transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
    /* #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;
    -webkit-transform: rotate(45deg);
            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;
    -webkit-transform: rotate(-45deg);
            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;
    z-index: 990;
    padding: 0 !important;
    background: #fff;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  }
  #global_header section nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    list-style: none;
    padding-top: 50px;
  }
  #global_header section nav > ul li {
    display: block;
    width: 100%;
    text-decoration: none;
  }
  #global_header section nav > ul li a {
    display: block;
    padding: 30px 20px !important;
    border-bottom: 1px solid rgba(34, 34, 34, 0.2);
    font-size: 18px !important;
    text-align: left;
    color: #222 !important;
  }
}

@media only screen and (max-width: 980px) and (max-width: 640px) {
  #global_header section nav > ul li a {
    padding: 22px !important;
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 980px) {
  #global_header section nav > ul li:first-of-type a {
    border-top: 1px solid rgba(34, 34, 34, 0.2);
  }
  #global_header section nav > ul li .sub {
    background: #f8f8f8 !important;
  }
  #global_header section nav > ul li .sub li a {
    font-size: 14px !important;
    border: none !important;
  }
  #global_header section nav > ul li .sub li a br {
    display: none;
  }
  #global_header section nav > ul li .sub li:last-of-type a {
    border-bottom: 1px solid rgba(34, 34, 34, 0.2) !important;
  }
  .open #global_header section nav {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.open #global_header nav {
  position: fixed;
  width: 100%;
  height: 100%;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  border-top: 1px solid #ccc;
}

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

footer#global_footer .contWrap {
  padding: 60px;
}

footer#global_footer .contWrap h2 {
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 1;
}

@media only screen and (max-width: 640px) {
  footer#global_footer .contWrap h2 {
    font-size: 28px;
  }
}

footer#global_footer .contWrap h2 .en {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  color: #707070;
}

footer#global_footer .contWrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 640px) {
  footer#global_footer .contWrap ul {
    display: block;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  footer#global_footer .contWrap ul li {
    width: 48%;
  }
}

footer#global_footer .contWrap ul .linkTel {
  margin-right: 6.4%;
  font-size: 40px;
  font-weight: bold;
  color: #0671c6;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  footer#global_footer .contWrap ul .linkTel {
    margin-right: 4%;
    font-size: 36px;
  }
}

@media only screen and (max-width: 640px) {
  footer#global_footer .contWrap ul .linkTel {
    margin: 0 0 20px 0;
  }
}

footer#global_footer .contWrap ul .linkTel:before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 35px;
  margin-right: 10px;
  background: url(../images/contents/iconTelBl.png);
  vertical-align: middle;
}

footer#global_footer .contWrap ul .linkTel a {
  color: #0671c6;
}

footer#global_footer .contWrap ul .cont a {
  display: block;
  padding: 13.5px 54px;
  background: #f2471f;
  border-radius: 3px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

@media only screen and (max-width: 834px) {
  footer#global_footer .contWrap ul .cont a {
    padding: 13.5px 3px;
  }
}

footer#global_footer .contWrap ul .cont a .sub {
  display: block;
  margin-top: 10px;
  font-size: 16px;
}

footer#global_footer .contWrap ul .cont a:hover {
  background: #0671c6;
}

footer#global_footer .wrapper {
  padding: 60px 0;
  border-top: 1px solid #ccc;
  background: #f8f8f8;
}

footer#global_footer .wrapper .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer#global_footer address {
  width: 49%;
  text-align: left;
  line-height: 2;
}

@media only screen and (max-width: 834px) {
  footer#global_footer address {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}

footer#global_footer address .siteID {
  margin-bottom: 15px;
}

footer#global_footer .fotNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 49%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 834px) {
  footer#global_footer .fotNav {
    display: none;
  }
}

footer#global_footer .fotNav li {
  padding: 0 15px;
}

footer#global_footer .fotNav li a {
  text-decoration: none;
}

footer#global_footer .fotNav li a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  margin-right: 7px;
  color: #0671c6;
}

footer#global_footer #copy {
  display: block;
  padding: 9.5px 10px;
  background: #222;
  color: #fff;
}

@media only screen and (max-width: 834px) {
  footer#global_footer #copy {
    padding-bottom: 60px;
  }
}

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

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

/* ------------------------------------------------------------
index.html
------------------------------------------------------------ */
/* title */
.topTtl h2 {
  font-size: 35px;
  font-weight: 300;
  line-height: 1;
}

.topTtl h2 .en {
  display: block;
  margin-top: 15px;
  font-size: 20px;
  color: #707070;
}

.topTtl h2 br {
  display: none;
}

/* contents */
.topPnt {
  position: relative;
  padding: 25% 0;
  background-size: cover;
}

.topPnt div {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  padding: 50px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 36px;
  font-weight: 300;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topPnt div {
    padding: 15px 25px;
    font-size: 22px;
  }
}

@media only screen and (max-width: 640px) {
  .topPnt div {
    padding: 10px 15px;
  }
}

.topPnt div p {
  font-size: 36px;
  font-weight: 300;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topPnt div p {
    font-size: 22px;
  }
}

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

.topLiPnt ul {
  counter-reset: number 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.topLiPnt li {
  float: none !important;
  position: relative;
  width: 33.333%;
  padding: 25px 0 10px 0;
  border-right: 1px solid #ccc;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 22px;
  font-weight: 300;
  text-align: center !important;
  line-height: 1.5;
}

@media only screen and (max-width: 1300px) {
  .topLiPnt li {
    font-size: 17px;
  }
}

@media only screen and (max-width: 834px) {
  .topLiPnt li {
    width: 100%;
    margin-right: 0;
    padding: 25px 0;
    border-right: 0;
    border-bottom: 1px solid #ccc;
    font-size: 22px;
  }
}

.topLiPnt li:nth-of-type(3n) {
  margin-right: 0;
}

.topLiPnt li:last-of-type {
  border-bottom: 0;
}

.topLiPnt li div {
  font-weight: 300;
}

.topLiPnt li:before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  display: block;
  margin-bottom: 10px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 60px;
  font-weight: 300;
  color: #0671c6;
  line-height: 1;
}

.topLiPnt li .en {
  display: block;
  font-size: 13px;
  color: #707070;
}

.topLiPnt li article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.topLiPnt li article img {
  margin: 20px auto 0 auto;
}

.topImgL {
  position: relative;
}

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

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

.topImgL .inner .imgBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

@media only screen and (max-width: 834px) {
  .topImgL .inner .imgBox {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
  }
}

.topImgL .inner .imgBox:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 0px;
  height: 0px;
  border-bottom: solid 64.1vw #fff;
  border-top: solid 2vw transparent;
  border-left: solid 8vw transparent;
  border-right: solid 0 transparent;
}

@media only screen and (max-width: 834px) {
  .topImgL .inner .imgBox:before {
    display: none;
  }
}

.topImgL .inner .imgBox img {
  position: relative;
  z-index: -2;
  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: 834px) {
  .topImgL .inner .imgBox img {
    height: auto !important;
    width: 100% !important;
  }
}

.topImgL .inner .textBox {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 834px) {
  .topImgL .inner .textBox {
    width: 100%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topImgL .inner .textBox .btnBlue div {
    text-align: center !important;
  }
}

.wrapProd {
  position: relative;
}

.wrapProd:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 24.5vw;
  display: block;
  background: #f8f8f8;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapProd:before {
    height: 55.5vw;
  }
}

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

.wrapProd .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.wrapProd .box {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .wrapProd .box {
    width: 100%;
    margin-right: 0;
  }
}

.wrapProd .box:nth-of-type(3n) {
  margin-right: 0;
}

.wrapProd .box td {
  border: none !important;
}

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

.wrapProd .box td h3 {
  margin: 20px auto 0 auto;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapProd .box td h3 {
    font-size: 18px;
  }
}

.wrapProd .box td h3 .sub {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}

@media only screen and (max-width: 1300px) {
  .wrapProd .box td h3 .sub {
    display: block;
  }
}

.wrapProd .box .price {
  font-weight: 300;
  color: #707070;
}

.wrapProd .box .pTxt {
  padding-top: 10px !important;
}

.wrapProd .box .pTxt p {
  font-size: 14px;
  line-height: 1.5;
}

.wrapProd .box .btn a {
  display: block;
  margin-top: 30px;
  padding: 6.5px 3px;
  background: #222;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .wrapProd .box .btn a {
    padding: 11.5px 3px;
  }
}

.wrapProd .box .btn a:hover {
  background: #0671c6;
}

.wrapNews {
  border: 1px solid #0671c6;
}

.wrapNews h2 {
  padding-bottom: 5px;
  border-bottom: 4px double #0671c6;
  font-size: 26px;
  font-weight: 300;
  color: #0671c6;
  line-height: 1.5;
}

.wrapNews h2 br {
  display: none;
}

.wrapNews h2 .en {
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  color: #707070;
}

.wrapNews .newsTxt .scroll {
  max-height: 170px;
  overflow-x: auto;
}

@media only screen and (max-width: 640px) {
  .wrapNews .newsTxt .scroll {
    max-height: 250px;
  }
}

.wrapNews .newsTxt dl {
  margin-right: 10px;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}

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

.wrapNews .newsTxt dl dt, .wrapNews .newsTxt dl dd {
  display: block !important;
  padding: 0 !important;
  border: none !important;
  line-height: 1.5;
}

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

@media only screen and (max-width: 640px) {
  .wrapNews .newsTxt dl dt {
    margin-bottom: 10px;
  }
}

.wrapInsta {
  background-size: cover;
}

.wrapInsta .topInsta {
  background: rgba(255, 255, 255, 0.7);
}

.wrapInsta .topInsta .sns_list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none !important;
}

.wrapInsta .topInsta .sns_list > div {
  width: 14.8%;
  margin-right: 2.24%;
  margin-bottom: 20px;
  border: 4px solid #fff !important;
  -webkit-box-shadow: 0 0 10px rgba(34, 34, 34, 0.2);
          box-shadow: 0 0 10px rgba(34, 34, 34, 0.2);
}

@media only screen and (max-width: 834px) {
  .wrapInsta .topInsta .sns_list > div {
    width: 32%;
    margin-right: 2%;
  }
}

.wrapInsta .topInsta .sns_list > div:nth-of-type(6n) {
  margin-right: 0;
}

@media only screen and (max-width: 834px) {
  .wrapInsta .topInsta .sns_list > div:nth-of-type(3n) {
    margin-right: 0;
  }
}

.wrapInsta .topInsta .sns_list > div .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}

.wrapInsta .topInsta .sns_list > div .sns_text {
  display: none !important;
}

.wrapInsta .instaBtn > div {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}

@media only screen and (max-width: 834px) {
  .wrapInsta .instaBtn > div {
    padding: 0 20px;
  }
}

/* ------------------------------------------------------------
product.html
------------------------------------------------------------ */
.wrapItems .price p {
  font-size: 26px;
  font-weight: 300;
}

@media only screen and (max-width: 640px) {
  .wrapItems .price p {
    font-size: 22px;
  }
}

/* ------------------------------------------------------------
bscream.html
------------------------------------------------------------ */
.itemBdr {
  border: 4px double #ccc;
}

.itemBdr .ttl01 h3 {
  padding-bottom: 9px;
  border-bottom: 1px solid #ccc;
}

.itemBdr.ttl01 h3 {
  padding-bottom: 9px;
  border-bottom: 1px solid #ccc;
}

.item05 .box03 {
  border: 1px solid #ccc;
}

.item05 .box03 td {
  border: none !important;
}

.item05 .box03 td img {
  width: 100%;
  margin-bottom: 15px;
}

.item05 .box03 td h3 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 22px;
  color: #f2471f;
}

.item05 .box03 td h3:before {
  content: "\f02e";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #f2471f;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.item05 .box03 td p {
  font-size: 14px;
  line-height: 1.5;
}

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

.dlItem dl dt, .dlItem dl dd {
  display: block !important;
}

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

@media only screen and (max-width: 640px) {
  .dlItem dl dt {
    border-right: 1px solid #ccc !important;
  }
}

/* ------------------------------------------------------------
contact.html
------------------------------------------------------------ */
.mail.title {
  display: none !important;
}

.annot {
  margin: 0 auto !important;
  text-align: right;
}

.form_wrap.confirm {
  margin-top: 50px;
}

/* ------------------------------------------------------------
box
------------------------------------------------------------ */
.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.flexBox .box02 {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .flexBox .box02 {
    width: 100%;
    margin-right: 0;
  }
}

.flexBox .box02:nth-of-type(even) {
  margin-right: 0;
}

.flexBox .box02 img {
  width: 100% !important;
}

.flexBox .box03 {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .flexBox .box03 {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

.flexBox .box03:nth-of-type(3n) {
  margin-right: 0;
}

.flexBox .box03 img {
  width: 100% !important;
}

.flexBox .imgBox {
  width: 30%;
  margin-right: 4%;
}

@media only screen and (max-width: 640px) {
  .flexBox .imgBox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.flexBox .txtBox {
  width: 66%;
}

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

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

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

.flexRev .imgBox {
  margin: 0 0 0 4%;
}

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

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

@media screen and (min-width: 641px) and (max-width: 834px) {
  .tab100 .box02 {
    width: 100%;
    margin-right: 0;
  }
}

/* ------------------------------------------------------------
title
------------------------------------------------------------ */
.ttl01 h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 30px;
  font-weight: 300;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .ttl01 h2 {
    font-size: 26px;
  }
}

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

.ttl01 h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 22px;
  font-weight: 300;
}

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

.ttl01 h2 {
  position: relative;
  padding-left: 57px;
}

.ttl01 h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 35px;
  display: block;
  background: url(../images/contents/iconLogo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
}

@media only screen and (max-width: 640px) {
  .ttl01 h2:before {
    height: 30px;
  }
}

.ttl01 h2 .sub {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
}

@media only screen and (max-width: 640px) {
  .ttl01 h2 .sub {
    display: block;
    margin-right: 0;
  }
}

.ttl01 h3 {
  color: #0671c6;
}

.ttl01.pTxt h2 {
  margin-bottom: 12px;
}

.ttl01.pTxt h3 {
  margin-bottom: 10px;
}

.ttl01.h1txt {
  position: relative;
  background: #f6f7f9;
  overflow: hidden;
}

.ttl01.h1txt:before, .ttl01.h1txt:after {
  content: "";
  position: absolute;
  width: 11.9%;
  height: 100%;
  display: block;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .ttl01.h1txt:before, .ttl01.h1txt:after {
    width: 20%;
  }
}

@media only screen and (max-width: 640px) {
  .ttl01.h1txt:before, .ttl01.h1txt:after {
    width: 22%;
  }
}

.ttl01.h1txt:before {
  top: 0;
  left: 0;
  background: url(../images/contents/bgTtlL.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
}

.ttl01.h1txt:after {
  bottom: 0;
  right: 0;
  background: url(../images/contents/bgTtlR.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  visibility: initial !important;
}

.ttl01.h1txt article {
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
}

.ttl01.h1txt h1 {
  position: relative;
  z-index: 1;
  font-weight: 300;
}

.ttl01.h1txt h1 .ja {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 36px;
  text-shadow: 0 0 7px #fff;
}

@media only screen and (max-width: 640px) {
  .ttl01.h1txt h1 .ja {
    font-size: 28px;
  }
}

.ttl01.h1txt h1 .en {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  font-size: 80px;
  letter-spacing: 0.1em;
  color: #fff;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .ttl01.h1txt h1 .en {
    font-size: 50px;
  }
}

@media only screen and (max-width: 640px) {
  .ttl01.h1txt h1 .en {
    font-size: 30px;
  }
}

/* ------------------------------------------------------------
button
------------------------------------------------------------ */
.btnBlue a {
  display: inline-block;
  padding: 11.5px 46px;
  border-radius: 3px;
  background: #0671c6;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .btnBlue a {
    display: block;
    padding: 11.5px 3px;
  }
}

.btnBlue a:hover {
  background: #f2471f;
}

.btnBk a {
  display: inline-block;
  padding: 6.5px 133.5px;
  border-radius: 3px;
  background: #222;
  text-decoration: none;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .btnBk a {
    display: block;
    padding: 11.5px 3px;
  }
}

.btnBk a:hover {
  background: #0671c6;
}

.instaBtn a:before {
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
  display: inline-block;
  margin-right: 7px;
}

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

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

.pntTxt img {
  margin-bottom: 30px;
}

.pntTxt p {
  font-size: 26px;
  font-weight: bold;
  color: #0671c6;
  line-height: 1.5;
}

@media only screen and (max-width: 834px) {
  .pntTxt p {
    font-size: 20px;
  }
}

/* ------------------------------------------------------------
table
------------------------------------------------------------ */
.tbl01 td {
  padding: 10px !important;
}

@media only screen and (max-width: 640px) {
  .tbl01 td:first-of-type div {
    text-align: left;
  }
}

/* ------------------------------------------------------------
list
------------------------------------------------------------ */
.liDots li {
  position: relative;
  margin: 0 50px 10px 0;
  padding-left: 26px;
}

@media only screen and (max-width: 640px) {
  .liDots li {
    float: none !important;
    margin-right: 0;
  }
}

.liDots li:before {
  content: "◆";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #0671c6;
}

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

/* ------------------------------------------------------------
image
------------------------------------------------------------ */
.itext {
  width: 100% !important;
  height: auto !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;
}
/*# sourceMappingURL=assets.css.map */