@charset "UTF-8";
/*
Theme Name:		VISION-LTD-THEME
Theme URI:		https://digiheads.co.jp/
Description:	Base Theme
Author:			Digiheads Inc.
Author URI:		https://digiheads.co.jp/
Version:		1.0.1
License:
License URI:
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700&display=swap");
@import url("./assets/font/fontello.css");
html.sp_nav_open {
  overflow-y: hidden;
}

html,
body {
  color: #666;
  background-color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
  font-size: 16px;
  position: relative;
}
html svg,
body svg {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

html, body, h1, h2, h3, h4, h5 {
  font-family: "Noto Serif JP", -apple-system, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

body.themify_mp_opened {
  overflow: hidden !important;
}

@media only screen and (min-width: 680px) {
  br.sp,
  span.sp,
  div.sp {
    display: none;
  }
  br.pc,
  span.pc,
  div.pc {
    display: block;
  }
}
@media only screen and (max-width: 680px) {
  br.pc,
  span.pc,
  div.pc {
    display: none;
  }
  br.sp,
  span.sp,
  div.sp {
    display: block;
  }
}
a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #485273;
}
a:hover {
  color: #38646A;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
li:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

::-moz-selection {
  background: #485273;
}

::selection {
  background: #485273;
}

::-webkit-input-placeholder {
  color: #72787e;
}

::-moz-placeholder {
  color: #72787e;
}

:-ms-input-placeholder {
  color: #72787e;
}

::-ms-input-placeholder {
  color: #72787e;
}

::placeholder {
  color: #72787e;
}

/* Themfy-editor-OFF */
.js-turn-on-builder {
  display: none !important;
}

#top_slide .tb_text_wrap h1 {
  /*font-family: $serif;*/
  font-family: "Times New Roman", Times, "serif";
}
@media only screen and (max-width: 680px) {
  #top_slide .tb_text_wrap h1 {
    font-size: 2em;
  }
}

/***

***/
#main {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 960px) {
  #main {
    /*padding-top: 12vw;*/
  }
}
#main .module_row .row_inner {
  max-width: 960px;
  padding: 20px;
  margin: auto;
}
@media only screen and (max-width: 680px) {
  #main .module_row .row_inner {
    max-width: 100vw;
  }
}
#main .icon_bot {
  padding: 3% 0 0 0;
}

#about_sec,
#brand_sec,
#shop_sec {
  padding: 5% 0;
  text-align: center;
}

#company_sec .fancy-heading {
  text-align: center;
}
#company_sec ul, #company_sec li {
  list-style: none;
}
#company_sec .com_dit_box ul {
  display: block;
  width: 80%;
  margin: 0 auto;
}
#company_sec .com_dit_box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: #666 solid 1px;
  padding: 1em 0;
  margin: 0;
  font-size: 0.9em;
}
#company_sec .com_dit_box ul li .com_tit {
  width: 7em;
}
#company_sec .com_dit_box ul li .com_dit {
  width: 14em;
}

#brand_sec .brand_logo_box {
  padding: 1.5em 0;
}
@media only screen and (max-width: 680px) {
  #brand_sec .brand_logo_box {
    padding: 1em 0;
  }
}
#brand_sec .brand_logo_box .image-wrap img {
  max-width: 300px;
}
@media only screen and (max-width: 680px) {
  #brand_sec .brand_logo_box .image-wrap img {
    max-width: 40vw;
  }
}

#shop_sec .catalog_box ul.base_items_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 0;
}
#shop_sec .catalog_box ul.base_items_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 23%;
  margin: 0;
  padding: 0 0 1em;
}
@media only screen and (max-width: 680px) {
  #shop_sec .catalog_box ul.base_items_list li {
    width: 46%;
    padding: 2%;
  }
}
#shop_sec .catalog_box ul.base_items_list li dt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: none;
  font-weight: 300;
  font-size: 0.9rem;
  height: 2em;
  padding: 0.5em 0;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 680px) {
  #shop_sec .catalog_box ul.base_items_list li dt {
    height: 4em;
  }
}
#shop_sec .catalog_box ul.base_items_list li dd {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: block;
  width: 100%;
}
#shop_sec .catalog_box ul.base_items_list li dd a {
  display: block;
}
#shop_sec .catalog_box ul.base_items_list li dd a img {
  width: 100%;
}

#privacy_sec .privacy_box {
  padding: 5% 0;
}

#contact_sec .form_sub_txt {
  padding: 3% 0;
}
#contact_sec .form_box {
  padding: 3% 0;
}
#contact_sec .form_box .form_section {
  display: block;
  margin: 0 auto;
}
#contact_sec .form_box .form_section .requied {
  color: #810002;
}
#contact_sec .form_box .form_section .conf_bot .wpcf7-form-control.wpcf7-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.6rem;
  padding: 0.5em 2em;
  margin: 0;
}
#contact_sec .form_box .form_section input[type=reset], #contact_sec .form_box .form_section input[type=submit] {
  background-color: #333;
  font-size: 1.1rem;
  text-align: center;
  color: #fff;
  border: 0;
  padding: 0.5em;
  border-radius: 5px;
  -webkit-appearance: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#contact_sec .form_box .form_section input[type=reset]:hover, #contact_sec .form_box .form_section input[type=submit]:hover {
  background-color: #888;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#contact_sec .form_box .form_section .ent_box {
  padding: 0;
  margin: 0;
}
#contact_sec .form_box .form_section .ent_box dl {
  list-style: none;
  padding: 1em 0;
  margin: 1em 0;
  border-bottom: #999 solid 1px;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#contact_sec .form_box .form_section .ent_box dl dt {
  font-weight: 400;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}
#contact_sec .form_box .form_section .ent_box dl dd {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 2 auto;
          flex: 0 2 auto;
  width: 100%;
}
#contact_sec .form_box .form_section .ent_box dl dd textarea {
  background-color: #fff;
  width: 95% !important;
  line-height: 1.2em;
  padding: 0.2em;
  margin: 0;
  margin-right: 0.5em;
  border: 1px solid #666;
  font-size: 1rem;
}
#contact_sec .form_box .form_section .ent_box dl dd input[type=text], #contact_sec .form_box .form_section .ent_box dl dd input[type=textarea], #contact_sec .form_box .form_section .ent_box dl dd input[type=email], #contact_sec .form_box .form_section .ent_box dl dd input[type=tel] {
  background-color: #fff;
  width: 95% !important;
  line-height: 1.2em;
  padding: 0.2em;
  margin: 0;
  margin-right: 0.5em;
  border: 1px solid #666;
  font-size: 1rem;
}
#contact_sec .form_box .form_section .ent_box dl dd.cols .wpcf7-form-control-wrap input {
  width: calc((95% - 0.5em) / 2) !important;
  display: inline-block;
}
#contact_sec .form_box .form_section .ent_box dl dd small {
  display: block;
  padding-bottom: 0.5em;
}
#contact_sec .form_box .form_section .ent_box dl dd ::-webkit-input-placeholder {
  color: #bbb;
}
#contact_sec .form_box .form_section .ent_box dl dd ::-moz-placeholder {
  color: #bbb;
}
#contact_sec .form_box .form_section .ent_box dl dd :-ms-input-placeholder {
  color: #bbb;
}
#contact_sec .form_box .form_section .ent_box dl dd ::-ms-input-placeholder {
  color: #bbb;
}
#contact_sec .form_box .form_section .ent_box dl dd ::placeholder {
  color: #bbb;
}

.back-to-top {
  position: fixed;
  right: 40px;
  bottom: 80px;
  color: #fff;
  width: 40px;
  height: 40px;
  z-index: 2;
  display: none;
}
@media only screen and (max-width: 680px) {
  .back-to-top {
    position: absolute;
    right: 4vw;
    bottom: 18vw;
  }
}
.back-to-top:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #3c64c8;
}
.back-to-top:after {
  content: "↑";
  color: #fff;
  display: block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}

_::-webkit-full-page-media, _:future, :root .main-head {
  text-underline-offset: 2px !important;
}

_:lang(x)::-moz-placeholder, .main-head {
  text-underline-offset: 2px !important;
}

#footer_sec {
  border-top: #666 solid 1px;
  padding: 1em 0 0;
}
#footer_sec .footer_navi {
  padding-bottom: 0.5em;
}
#footer_sec .footer_navi .ui.nav {
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
          box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}
#footer_sec .footer_navi .ui.nav li {
  border: none;
  background-color: #fff;
}
#footer_sec .footer_navi .ui.nav li:last-child a::after {
  content: none;
}
#footer_sec .footer_navi .ui.nav li a {
  background-color: #fff;
  border: none;
  font-size: 0.9rem;
  padding: 0;
}
#footer_sec .footer_navi .ui.nav li a::after {
  content: "｜";
  padding: 0 1rem;
}
#footer_sec .copy {
  font-family: "Times New Roman", Times, "serif";
  text-align: center;
  font-size: 0.9rem;
  padding: 1em 0;
}

/* 個別ページ　*/
/*@import "company";*/
/*# sourceMappingURL=style.css.map */