@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "normal";
  font-style: normal;
  src: url("../notojp/notojp_r.woff2") format("woff2"), url("../notojp/notojp_r.woff") format("woff"), url("../notojp/notojp_r.otf") format("opentype");
}

@font-face {
  font-family: "med";
  font-style: normal;
  src: url("../notojp/notojp_m.woff2") format("woff2"), url("../notojp/notojp_m.woff") format("woff"), url("../notojp/notojp_m.otf") format("opentype");
}

@font-face {
  font-family: "bold";
  font-style: normal;
  src: url("../notojp/notojp_b.woff2") format("woff2"), url("../notojp/notojp_b.woff") format("woff"), url("../notojp/notojp_b.otf.otf") format("opentype");
}

@font-face {
  font-family: "black";
  font-style: normal;
  src: url("../notojp/notojp_bk.woff2") format("woff2"), url("../notojp/notojp_bk.woff") format("woff"), url("../notojp/notojp_bk.otf.otf") format("opentype");
}

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

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

body {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #333333;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow-x: hidden;
}

@media screen and (max-width: 834px) {
  body {
    font-size: 17px;
  }
}

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

header#global_header {
  max-width: 100%;
  min-width: inherit;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  min-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

#contents {
  background: none !important;
  width: 95%;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 80px;
}

@media only screen and (max-width: 834px) {
  #contents {
    min-width: 95%;
  }
}

#main {
  max-width: 100% !important;
  width: 100%;
  float: none !important;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  #main {
    width: 100%;
  }
}

.inner {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 1050px) {
  .inner {
    width: 95%;
    max-width: inherit;
  }
}

@media only screen and (max-width: 640px) {
  .inner {
    width: 90%;
  }
}

#global_footer {
  min-width: inherit !important;
}

a {
  color: #333 !important;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
}

a:hover {
  -webkit-transition: .4s;
  transition: .4s;
  opacity: .8;
}

.tel_link {
  font-size: 24px;
  pointer-events: none;
}

@media only screen and (max-width: 640px) {
  .tel_link {
    pointer-events: inherit;
  }
}

.tel_link span::before {
  font-family: "Font Awesome 5 Free";
  content: '\f879';
  font-weight: 700;
  margin-right: 8px;
}

@media only screen and (max-width: 640px) {
  .pankuzu {
    font-size: 16px;
  }
}

.pankuzu a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  font-weight: 700;
  margin-right: 5px;
}

@media only screen and (max-width: 640px) {
  .cont_text div {
    text-align: left !important;
    padding: 0 10px;
  }
}

.map {
  margin-bottom: 0;
}

.map iframe {
  vertical-align: bottom;
}

/*1カラム*/
#col_main {
  width: 100% !important;
  float: none !important;
}

@media screen and (max-width: 1200px) {
  #side {
    width: 18.75000%;
  }
}

@media screen and (max-width: 1200px) {
  #side aside {
    width: 100% !important;
  }
}

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

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
}

.tbl_scroll 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;
}

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

.inner_out {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

@media screen and (max-width: 1000px) {
  .inner_out .main_cont {
    width: 95%;
    max-width: 960px;
    min-width: 95%;
    margin: 0 auto;
  }
}

.scrollarea {
  overflow-y: scroll;
}

.scrollarea::-webkit-scrollbar {
  width: 10px;
}

.scrollarea::-webkit-scrollbar-track {
  background: inherit;
}

.scrollarea::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

form h2.mail {
  display: none;
}

form p.annot {
  display: none;
}

form .form_wrap dd {
  padding: 15px !important;
}

.policy_link {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .policy_link {
    font-size: 2.96875vw;
  }
}

.policy_link a {
  color: #f00 !important;
}

.error {
  margin: 0 0 30px !important;
}

/*プライバシーポリシーモーダル*/
@media screen and (max-width: 834px) {
  .modaal-content-container {
    height: 600px;
    overflow: auto;
  }
}

@media screen and (max-width: 640px) {
  .modaal-content-container {
    height: 400px;
  }
}

.modaal-content-container h3 {
  font-size: 1.2em !important;
  margin-bottom: 30px;
}

p.center {
  text-align: center;
}

.modaal-close {
  position: absolute !important;
  right: -20px !important;
  top: -20px !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.modaal-content-container h3 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 5px;
}

.modaal-content-container p {
  margin: 0 0 20px;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #fff !important;
}

@media screen and (max-width: 640px) {
  .modaal-content-container {
    height: 600px;
    overflow-y: scroll;
  }
}

/*下層メイン画像*/
#mainArea2 {
  position: relative;
}

#local-keyvisual {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 160px 0;
}

@media screen and (max-width: 834px) {
  #local-keyvisual {
    padding: 120px 0;
  }
}

@media screen and (max-width: 640px) {
  #local-keyvisual {
    padding: 100px 0;
  }
}

#local-keyvisual h1 {
  z-index: 1;
  position: relative;
  color: #fff;
  text-align: center;
  text-shadow: 0px 3px 9.7px rgba(255, 255, 255, 0.35);
  font-size: 3em;
  text-align: center;
}

@media screen and (max-width: 834px) {
  #local-keyvisual h1 {
    font-size: 2.4em;
  }
}

@media screen and (max-width: 640px) {
  #local-keyvisual h1 {
    font-size: 1.8em;
  }
}

#local-keyvisual h1 span {
  display: block;
  color: #333333;
  font-size: .4em;
  margin-top: -5px;
}

#local-keyvisual h1 span:empty {
  display: none;
}

#local-keyvisual #local-keyvisual-bg, #local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pan1 {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  margin: -50px auto 60px;
}

.pan1 a {
  color: #000;
}

/*scroll nav*/
.clone-nav {
  position: fixed !important;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  bottom: auto !important;
  z-index: 2;
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
  display: block !important;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 30px 5%;
}

@media screen and (max-width: 950px) {
  .clone-nav {
    padding: 20px 20px 10px;
  }
}

.is-show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@media only screen and (max-width: 834px) {
  .is-show {
    display: none !important;
  }
}

.is-show .h_logo {
  color: #333 !important;
}

.inviewR {
  -webkit-transform: translateX(-60px);
      -ms-transform: translateX(-60px);
          transform: translateX(-60px);
  opacity: 0;
}

.fadeInRight {
  -webkit-transition: all 0.8s ease-in 0.3s;
  transition: all 0.8s ease-in 0.3s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1 !important;
}

.inviewL {
  -webkit-transform: translateX(60px);
      -ms-transform: translateX(60px);
          transform: translateX(60px);
  opacity: 0;
}

.fadeInLeft {
  -webkit-transition: all 0.8s ease-in 0.3s;
  transition: all 0.8s ease-in 0.3s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1 !important;
}

.inviewD {
  -webkit-transform: translateY(-60px);
      -ms-transform: translateY(-60px);
          transform: translateY(-60px);
  opacity: 0;
}

.fadeInDown {
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1 !important;
}

.inviewU {
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px);
  opacity: 0;
}

.fadeInUp {
  -webkit-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1 !important;
}

.blog {
  padding: 70px 0;
  background: #fff;
}

@media only screen and (max-width: 834px) {
  .blog .wrap {
    margin: 70px auto;
    padding: 35px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 1100px) and (min-width: 835px) {
  .blog .wrap {
    padding: 15px;
  }
}

.blog .page_title {
  text-align: center;
  margin-bottom: 60px;
}

.blog .page_title h1 {
  font-size: 40px;
}

.blog .page_title div {
  color: #912466;
  position: relative;
  display: inline-block;
  padding: 0 3em;
}

.blog .page_title div::before {
  content: '';
  display: block;
  width: 2em;
  height: 1px;
  background: #912466;
  position: absolute;
  top: 50%;
  left: 0;
}

.blog .page_title div::after {
  content: '';
  display: block;
  width: 2em;
  height: 1px;
  background: #912466;
  position: absolute;
  top: 50%;
  right: 0;
}

.blog a {
  color: #714827 !important;
}

.blog a:hover {
  text-decoration: underline !important;
}

.blog a:visited {
  color: #666 !important;
}

.blog div.detail, .blog div.detail2 {
  margin-top: 15px;
}

@media only screen and (max-width: 834px) {
  .blog aside {
    width: 70%;
    margin: 30px auto 0;
  }
}

@media only screen and (max-width: 834px) {
  .blog aside #search button {
    top: 7px;
  }
}

@media only screen and (max-width: 834px) {
  .blog #contents {
    min-width: inherit;
    width: 100%;
  }
}

.blog #contents dt span.date {
  color: #aaa;
}

.blog #contents dt span.translate {
  font-size: 19px;
  color: #666;
}

.blog #contents .flex_text {
  font-size: 16px;
}

.blog .blog_text {
  margin-bottom: 30px;
}

.blog .blog_img {
  margin-bottom: 20px;
}

.blog .blog_img .box {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .blog .blog_img .box {
    width: 49%;
  }
}

.blog .blog_img .box h3 {
  display: none;
}

.items {
  margin-left: -20px !important;
}

.items article {
  padding: 15px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  width: 23% !important;
  margin-left: 2% !important;
  margin-right: 0;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

@media only screen and (max-width: 834px) {
  .items article {
    width: 46% !important;
    margin-left: 3% !important;
  }
}

.items article .photo {
  width: 100% !important;
  height: 100% !important;
  background-image: none !important;
  position: relative;
}

.items article .photo img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  display: block !important;
}

.items article .photo::before {
  display: block;
  content: '';
  padding-top: 100%;
}

.items article .name {
  text-decoration: none !important;
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0;
  padding-top: 0 !important;
}

.items article .price {
  color: #ff0000;
  font-weight: bold;
}

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

.search form select {
  height: 100% !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .search form select {
    padding: 13px 0 !important;
  }
}

.search form :after {
  top: 15px !important;
}

@media only screen and (max-width: 834px) {
  .search form :after {
    top: 19px !important;
  }
}

@media only screen and (max-width: 834px) {
  .search form button {
    top: 2px !important;
  }
}

.i1 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

@media only screen and (max-width: 640px) {
  .i1 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.i1 .photo {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  max-width: 50%;
  margin-left: 0;
}

@media only screen and (max-width: 640px) {
  .i1 .photo {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.i1 .photo .large {
  margin-left: 0;
}

.i1 .photo .large img {
  width: 100%;
}

.i1 .photo .small {
  min-width: 100% !important;
  max-width: 100% !important;
}

.i1 .photo .small ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2%;
}

.i1 .photo .small ul li {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 23%;
  height: 23%;
  margin-left: 2%;
  position: relative;
}

.i1 .photo .small ul li img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}

.i1 .photo .small ul li::before {
  display: block;
  content: '';
  padding-top: 100%;
}

.i1 .item_view {
  max-width: 45%;
  min-width: 45%;
  margin-left: 0;
}

@media only screen and (max-width: 640px) {
  .i1 .item_view {
    max-width: 100%;
    min-width: 100%;
    font-size: 17px;
  }
}

.i1 .item_view h2 {
  font-weight: bold;
}

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

.i1 .item_view h2 span {
  display: none;
}

.i1 .item_view .struct {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.i1 .item_view .struct .item_option {
  width: 100%;
}

.i1 .item_view .struct .item_option .addcart .select:after {
  top: 17px !important;
}

.i1 .item_view .struct .item_option .addcart .select select {
  padding: 10px !important;
}

.i1 .item_view .struct .item_option .addcart button {
  background: #5d5d5d;
  color: #fff;
  text-indent: inherit;
  padding: 15px;
  height: 100%;
  font-weight: bold;
}

@media only screen and (max-width: 834px) {
  .i1 .item_view .struct .item_option .addcart button {
    font-size: 18px;
  }
}

.i1 .item_view .struct .item_option .addcart a {
  text-decoration: none;
  color: #9a3000 !important;
}

.i1 .item_view .struct .item_option .addcart a::before {
  font-family: "Font Awesome 5 Pro";
  content: '\f06a';
  margin-right: 5px;
}

header#global_header {
  max-width: 100%;
  min-width: inherit;
}

#header {
  background: #fff !important;
}

.header_container {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 960px;
  width: 95%;
  padding: 30px 0;
  border-bottom: 1px solid #fff6;
}

@media screen and (max-width: 950px) {
  .header_container {
    padding: 20px 0 10px;
  }
}

#nav_global {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#nav_global .h_logo {
  color: #fff !important;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  font-size: 27px;
  font-weight: bold;
  line-height: 24px;
  display: inline-block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: left;
  background: url(../images/contents/logo.png) left center no-repeat;
  padding-left: 46px;
}

#nav_global .h_logo span {
  font-size: 15px;
  letter-spacing: 0em;
  font-weight: 400;
  display: block;
}

@media screen and (max-width: 950px) {
  #nav_global .h_logo {
    font-size: 21px;
  }
  #nav_global .h_logo span {
    font-size: 12px;
  }
}

#nav_global ul {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}

@media only screen and (max-width: 834px) {
  #nav_global ul {
    display: none;
  }
}

#nav_global ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 7px;
}

#nav_global ul li a {
  color: #fff !important;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  display: block;
  font-size: 14px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0 3px;
  font-weight: 600;
  position: relative;
}

#nav_global ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

#nav_global ul li a:hover::after {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

#nav_global ul .dropdown {
  position: relative;
}

#nav_global ul .dropdown .second-level {
  position: absolute;
  z-index: 99;
  padding: 0;
  top: calc(100% + 12px);
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  visibility: hidden;
  opacity: 0;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

#nav_global ul .dropdown .second-level li {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d2d2d2));
  background: linear-gradient(to bottom, #fff, #d2d2d2);
  padding: 7px 0;
  border-right: none;
}

#nav_global ul .dropdown .second-level li:first-child {
  border-left: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background: linear-gradient(to bottom, #fff, #eee);
  padding: 5px 0;
}

#nav_global ul .dropdown:hover {
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

#nav_global ul .dropdown:hover .second-level {
  visibility: visible;
  opacity: 1;
}

.mean-nav .h_logo {
  display: none;
}

#mainArea {
  position: relative;
}

#mainArea img {
  width: 100vw;
  min-height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}

#mainArea .kv03 {
  width: 100vw;
}

@media screen and (max-width: 1150px) {
  #mainArea .kv03 {
    height: 80vh;
    background: url(../images/contents/kv03b.jpg) left top/cover no-repeat;
  }
  #mainArea .kv03 img {
    display: none;
  }
}

#mainArea h1 {
  width: 100%;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 64px;
  color: #fff;
  text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.45), 0px 0px 5px rgba(0, 0, 0, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 37%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1180px) and (min-width: 901px) {
  #mainArea h1 {
    font-size: 3.30508vw;
  }
}

@media screen and (max-width: 900px) {
  #mainArea h1 {
    padding: 0 1em;
    font-size: 4.58034vw;
  }
}

@media only screen and (max-width: 640px) {
  #mainArea h1 {
    line-height: 50px;
  }
}

#mainArea h1 span {
  display: block;
  font-size: 30px;
  font-weight: 500;
  margin-top: 30px;
  text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.6), 1px 1px 0px rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 1180px) {
  #mainArea h1 span {
    font-size: 2.45763vw;
  }
}

@media only screen and (max-width: 640px) {
  #mainArea h1 span {
    font-size: 3.4375vw;
  }
}

#mainArea .page_title {
  width: 100%;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: 50%;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main_under img {
  min-height: 45vh !important;
}

#footer {
  background-color: #fff;
}

.footer_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}

@media only screen and (max-width: 834px) {
  .footer_container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 50px 0 30px;
  }
}

.footer_container .f_logo {
  color: #333 !important;
  font-size: 27px;
  font-weight: bold;
  line-height: 24px;
  display: inline-block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: left;
  background: url(../images/contents/logo.png) left center no-repeat;
  padding-left: 46px;
}

.footer_container .f_logo span {
  font-size: 15px;
  letter-spacing: 0em;
  font-weight: 400;
  display: block;
}

@media screen and (max-width: 950px) {
  .footer_container .f_logo {
    font-size: 21px;
  }
  .footer_container .f_logo span {
    font-size: 12px;
  }
}

.nav_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0;
}

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

.nav_footer li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 7px;
  font-size: 14px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 834px) {
  .nav_footer li {
    width: 100%;
    margin-top: 20px;
    font-size: 18px;
  }
}

.nav_footer li a {
  color: #333 !important;
  display: block;
  padding: 0 3px;
  font-weight: 600;
}

#copyright {
  background-color: #fff;
  padding-top: 50px;
  line-height: 70px;
}

/* home */
h1 {
  font-size: 40px;
  font-weight: bold;
  text-align: center !important;
}

h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center !important;
  margin-bottom: 20px;
}

h3 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 640px) {
  h3 {
    font-size: 24px;
  }
}

.cont_text {
  margin-bottom: 30px;
}

.main_cont {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 80px;
  padding: 80px 0;
}

.main_cont .imgR {
  width: 50% !important;
  margin-left: 3%;
}

@media only screen and (max-width: 640px) {
  .main_cont .imgR {
    float: none;
    width: 100% !important;
    max-width: 100%;
    margin: 0 auto 30px;
  }
}

.main_cont .imgL {
  width: 50% !important;
  margin-right: 3%;
}

@media only screen and (max-width: 640px) {
  .main_cont .imgL {
    float: none;
    width: 100% !important;
    max-width: 100%;
    margin: 0 auto 30px;
  }
}

.main_cont em {
  display: block;
  text-align: right;
  font-weight: bold;
  margin-top: 30px;
}

.cont_01 {
  padding-top: 0;
}

.cont_01 h2 {
  text-align: left !important;
}

.cont_01 div {
  width: 47%;
}

.cont_01 div span {
  text-align: right;
  display: block;
}

@media only screen and (max-width: 640px) {
  .cont_01 h2 {
    text-align: center !important;
  }
  .cont_01 div {
    width: 100%;
  }
}

#services {
  margin-bottom: 80px;
  margin-top: -115px;
}

#services .cont_title {
  padding-top: 115px;
}

#services .inner_out {
  background-color: #f6f6f6;
}

#services .main_cont {
  margin-bottom: 0;
}

.work_box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 160px;
}

@media only screen and (max-width: 640px) {
  .work_box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 120px;
  }
}

.work_box a {
  width: 32%;
}

@media only screen and (max-width: 640px) {
  .work_box a {
    width: 85%;
    margin-bottom: 40px;
  }
}

.work_box a .box {
  overflow: hidden;
  position: relative;
}

.work_box a .box img {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  width: 100%;
}

.work_box a .box div {
  background: rgba(216, 7, 7, 0.8);
  height: 200%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: opacity, 0.6s;
  transition: opacity, 0.6s;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  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;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@media only screen and (max-width: 834px) {
  .work_box a .box div {
    opacity: 1;
    -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
            transform: translateY(-25%);
    font-size: 24px;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 1em 0;
    background: rgba(216, 7, 7, 0.6);
  }
}

.work_box a:hover {
  -webkit-transition: background-color, 0.6s;
  transition: background-color, 0.6s;
}

.work_box a:hover .box img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.work_box a:hover .box div {
  opacity: 1;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transform: translateY(-25%);
      -ms-transform: translateY(-25%);
          transform: translateY(-25%);
}

.cont_recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cont_recruit .text_vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  width: 20%;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .cont_recruit .text_vertical {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    width: 100%;
  }
}

.cont_recruit .text_vertical div {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 36px;
  font-weight: bold;
  line-height: 52px;
  max-height: 460px;
}

@media screen and (max-width: 1010px) and (min-width: 641px) {
  .cont_recruit .text_vertical div {
    font-size: 3.55932vw;
  }
}

@media only screen and (max-width: 640px) {
  .cont_recruit .text_vertical div {
    position: inherit;
    text-align: center !important;
    line-height: 52px;
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.cont_recruit .text_vertical div span {
  padding-top: 3em;
}

@media only screen and (max-width: 640px) {
  .cont_recruit .text_vertical div span {
    padding: 8px 2em 5px;
  }
}

.cont_recruit .main_cont {
  width: 75%;
  padding: 0;
  margin-bottom: 30px;
}

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

.cont_recruit .main_cont h3 {
  border: none;
  padding: 0;
  margin-top: 30px;
}

.link_btn {
  text-align: center;
  margin-bottom: 80px;
}

.link_btn a {
  display: inline-block;
  border: 1px solid #ccc;
  font-weight: bold;
  padding: 15px 50px;
}

.link_btn a:hover {
  background-color: #333;
  color: #fff !important;
}

.top_link {
  text-align: right;
}

@media only screen and (max-width: 640px) {
  .top_link {
    text-align: center;
  }
}

#company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 80px;
  margin-top: -115px;
}

#company .cont_title {
  width: 100%;
  padding-top: 115px;
}

#company .image {
  width: 47%;
  margin-right: 3%;
}

@media only screen and (max-width: 640px) {
  #company .image {
    width: 90%;
    margin: 0 auto 30px;
  }
}

#company .image img {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}

#company .company_list {
  width: 50%;
}

@media only screen and (max-width: 640px) {
  #company .company_list {
    width: 100%;
  }
}

#company .company_list dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0;
}

#company .company_list dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px;
}

@media only screen and (max-width: 834px) {
  #company .company_list dl dd {
    padding: 0 10px;
  }
}

#company .company_list dl dd .tel_link {
  font-size: inherit;
}

#access {
  margin-top: -115px;
}

#access iframe {
  padding-top: 115px;
}

.recruit_list {
  margin-bottom: 80px;
}

.recruit_list dl {
  border-top: 1px solid #ccc;
}

.recruit_list dl dt {
  border: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background: inherit !important;
  font-weight: bold;
}

.recruit_list dl dd {
  border: none !important;
}

.recruit_list dl:nth-child(even) {
  background: #f7f7f7;
}

.recruit_list dl:last-child {
  border-bottom: 1px solid #ccc;
}

.recruit_form {
  margin-bottom: 30px;
}

.recruit_form dl {
  margin-bottom: 0 !important;
}

.recruit_form dl dt, .recruit_form dl dd {
  border-bottom: none !important;
  max-width: inherit !important;
  min-width: inherit !important;
}

.recruit_form dl dt {
  padding: 15px 20px !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.recruit_form dl:last-child {
  border-bottom: 1px solid #ccc;
}

.submit {
  margin-bottom: 120px;
}

.submit button {
  margin-bottom: 0;
}

.bt_back, .bt_send, .message {
  margin: 0 0 100px !important;
}

@media screen and (min-width: 641px) {
  .contact_text div {
    text-align: center !important;
  }
}

.nf_text {
  margin-bottom: 80px;
}

.nf_text h2 {
  font-size: 22px;
}

.nf_btn {
  margin-bottom: 120px;
}

/* title */
/*# sourceMappingURL=common.css.map */