@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSans/NotoSansR.woff") format("woff");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSans/NotoSansM.woff") format("woff");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSans/NotoSansB.woff") format("woff");
}

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

html {
  font-size: 62.5%;
}

body {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.09em;
  color: #333333;
  font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
  position: relative;
}

a {
  text-decoration: none;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 1;
}

.flex {
  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;
}

.bg {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

@media screen and (max-width: 1200px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

.link1 a {
  color: #103290;
  font-weight: bold;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: transparent !important;
}

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
}

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

#main #col_main {
  width: 100%;
}

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

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

@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 15px;
  padding: 0 0 5px;
}

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

table {
  table-layout: auto;
}

table td {
  margin-bottom: -1px !important;
  padding: 3px 10px !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;
}

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

span {
  font-weight: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

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

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contents {
  max-width: 1200px;
  width: 100%;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  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;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

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

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

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

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

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

footer#global_footer {
  min-width: 100% !important;
}

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

#header {
  width: 100%;
  max-width: 100%;
}

#global_header {
  position: relative;
  z-index: 2;
}

.is-scrolled .header__nav ul {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #103290;
  max-width: 100% !important;
}

.is-scrolled .header__nav ul__top {
  padding: 10px 10px 25px 10px;
}

@media screen and (max-width: 834px) {
  .is-scrolled .header__nav ul {
    position: relative;
  }
}

@media screen and (max-width: 834px) {
  .is-scrolled .header__top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: rgba(173, 222, 255, 0.9);
    max-width: 100% !important;
  }
  .is-scrolled .header__top__top {
    padding: 10px 10px 25px 10px;
  }
}

.is-scrolled .header__top #nav-toggle {
  top: 0;
  right: 0;
  position: absolute;
  top: -60px;
  right: 6px;
  height: 32px;
}

.header {
  position: relative;
  top: 0;
  left: 0;
  padding-top: 0;
  width: 100%;
}

.header__top {
  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;
  padding: 20px;
  position: absolute;
  width: 100%;
  z-index: 5;
}

@media screen and (max-width: 1200px) {
  .header__top {
    padding: 10px 10px 25px 10px;
  }
}

@media screen and (max-width: 1200px) {
  .header__top__left {
    position: relative;
    top: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .header__top__left img {
    width: 80% !important;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

@media screen and (max-width: 1200px) {
  .header__top__right {
    top: 5px;
    position: relative;
  }
}

@media screen and (max-width: 834px) {
  .header__top__right {
    margin-right: 50px;
  }
}

.header__top__right .tel {
  font-size: 1.8rem;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-right: 15px;
}

.header__top__right .tel a {
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 834px) {
  .header__top__right .tel a span {
    display: none;
  }
}

@media screen and (max-width: 834px) {
  .header__top__right .tel a {
    position: relative;
  }
  .header__top__right .tel a::before {
    content: "\f87b";
    font-family: "Font Awesome 5 Pro";
    color: #f3a535;
    position: absolute;
    font-weight: 900;
    font-size: 5.4rem;
    top: 25px;
    right: -90px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
  }
}

@media screen and (max-width: 834px) and (max-width: 834px) {
  .header__top__right .tel a::before {
    right: -5px;
  }
}

.header__top__right .tel a:hover {
  color: #f3a535;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 834px) {
  .header__top__right .mail {
    margin-right: 5px;
  }
}

.header__top__right .mail a {
  display: block;
  background-color: #103290;
  position: relative;
  color: white;
  width: 170px;
  height: 50px;
  padding-top: 8px;
  padding-left: 23px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__top__right .mail a::before {
  content: "";
  background-image: url(../images/contents/mail.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  display: block;
  position: absolute;
  left: 20px;
  top: 16px;
}

.header__top__right .mail a:hover {
  background-color: #f3a535;
}

.header__top__right p {
  font-size: 1.3rem;
  color: white;
}

@media screen and (max-width: 834px) {
  .header__top__right p {
    position: absolute;
    top: 50px;
    right: -65px;
    width: 300px;
  }
}

.header__top__right p span {
  font-size: 1rem;
}

.header__nav {
  position: absolute;
  max-width: 800px;
  display: block;
  right: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 1600px) {
  .header__nav {
    top: 80px;
  }
}

.header__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1200px) {
  .header__nav > ul {
    padding: 0 10px;
  }
}

@media screen and (max-width: 834px) {
  .header__nav > ul {
    display: none;
  }
}

.header__nav > ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header__nav > ul li a {
  display: block;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  margin: 10px auto;
  line-height: 1.7;
  text-shadow: -2px 2px 6px rgba(0, 0, 0, 0.3);
}

.header__nav > ul li a::before {
  content: "";
  background-color: #f3a535;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0%;
  height: 2px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__nav > ul li a span {
  display: block;
  font-size: 1.2rem;
  color: #f2fcff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__nav > ul li a:hover {
  color: #f3a535;
}

.header__nav > ul li a:hover::before {
  width: 50%;
}

.header__nav > ul li a:hover span {
  color: #f3a535;
}

.main {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.main .slider {
  position: relative;
  z-index: 3;
}

.main .slider img {
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .main .slider img {
    height: 80vw !important;
  }
}

.main__text {
  position: absolute;
  z-index: 4;
  top: 45%;
  left: 8%;
  text-align: left;
}

@media screen and (max-width: 1500px) {
  .main__text {
    width: 55%;
  }
}

@media screen and (max-width: 1200px) {
  .main__text {
    width: 65%;
  }
}

@media screen and (max-width: 834px) {
  .main__text {
    width: 85%;
  }
}

.main__text p {
  color: white;
  margin-bottom: 50px;
  padding-left: 50px;
  position: relative;
  margin-left: 15px;
}

@media screen and (max-width: 1200px) {
  .main__text p {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 834px) {
  .main__text p {
    font-size: 1.4rem;
  }
}

.main__text p::before {
  content: "";
  background-color: white;
  width: 40px;
  height: 1px;
  display: block;
  top: 50%;
  left: 0;
  position: absolute;
}

.scroll {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  right: 0;
  left: 0;
}

.scroll p {
  color: white;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
}

.scroll p::before {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  bottom: -30px;
  font-size: 2rem;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  -webkit-animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@-webkit-keyframes sdl {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    opacity: 0;
  }
}

@keyframes sdl {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    opacity: 0;
  }
}

.footer {
  max-width: 100%;
  background-color: white !important;
  margin: auto;
  padding-top: 50px;
  max-width: 1200px;
}

@media screen and (max-width: 1200px) {
  .footer {
    padding: 50px 20px 0 20px;
  }
}

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

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

.footer__wrap__left {
  text-align: left;
}

@media screen and (max-width: 1100px) {
  .footer__wrap__left {
    width: 50%;
  }
}

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

@media screen and (max-width: 640px) {
  .footer__wrap__left .footer_logo {
    display: block;
    text-align: center;
  }
}

.footer__wrap__left ul {
  margin-top: 30px;
}

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

.footer__wrap__left ul li {
  line-height: 1.6;
  font-size: 1.5rem;
}

.footer__wrap__left ul li a {
  color: #333333;
}

.footer__wrap__nav {
  width: 75%;
}

@media screen and (max-width: 1100px) {
  .footer__wrap__nav {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .footer__wrap__nav {
    width: 100%;
    margin-top: 30px;
  }
}

.footer__wrap__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1100px) {
  .footer__wrap__nav ul {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    margin-left: auto;
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .footer__wrap__nav ul li {
    width: 50%;
  }
}

.footer__wrap__nav ul li a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  text-align: left;
  padding-left: 40px;
  font-size: 1.5rem;
  color: #333333;
}

.footer__wrap__nav ul li a span {
  font-size: 1.2rem;
  color: #a3a2a2;
  display: block;
  padding-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .footer__wrap__nav ul li a span {
    color: white;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  .footer__wrap__nav ul li a {
    text-align: center;
    padding-left: 0;
    background-color: #f3a535;
    padding: 5px;
    color: white;
    margin: 2px;
  }
}

.footer__wrap__nav ul li a:hover {
  color: #f3a535;
}

.footer__wrap__nav ul:last-child {
  border-right: 1px solid #ffffff;
}

@media screen and (max-width: 834px) {
  .footer__wrap__nav ul:nth-child(2) {
    border-right: 1px solid #ffffff;
  }
}

.copyright {
  margin-top: 50px;
  background-color: #8a8a8a;
}

.copyright small {
  font-size: 1.3rem;
  color: white;
  padding: 5px;
}

#contents_wrap {
  overflow: hidden !important;
  width: 100%;
  max-width: 100%;
  padding: 0 40px;
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding: 0 20px;
  }
}

.pankuzu {
  margin-bottom: 80px;
  text-align: center;
  margin-top: 10px;
  font-size: 1.4rem;
  color: #757575;
  letter-spacing: 3px;
}

.pankuzu a {
  color: #757575;
}

/*  アニメーション　*/
.fadein {
  opacity: 0.1;
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
  -webkit-transition: all 800ms;
  transition: all 800ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.home_wrap01 .fadein:nth-child(2), .home_box01 .fadein:nth-child(2), .home_box02 .fadein:nth-child(2), .sns_list .fadein:nth-child(2), .concept_box .fadein:nth-child(2) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.home_wrap01 .fadein:nth-child(3), .home_box01 .fadein:nth-child(3), .home_box02 .fadein:nth-child(3), .sns_list .fadein:nth-child(3), .concept_box .fadein:nth-child(3) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

.home_wrap01 .fadein:nth-child(4), .home_box01 .fadein:nth-child(4), .home_box02 .fadein:nth-child(4), .sns_list .fadein:nth-child(4), .concept_box .fadein:nth-child(4) {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

@media all and (-ms-high-contrast: none) {
  .neon, .neon2, .neon3 {
    color: #103290 !important;
  }
  .step_text span {
    color: #103290 !important;
  }
}

/*  home   */
.home_wrap01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  margin-top: 110px;
}

@media screen and (max-width: 834px) {
  .home_wrap01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home_wrap01::before {
  content: "";
  background-image: url(../images/contents/air.jpg);
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-size: cover;
  background-repeat: no-repeat;
  width: 90vw;
  height: 400px;
  position: absolute;
  z-index: -1;
  top: 125px;
  right: 0;
}

@media screen and (max-width: 834px) {
  .home_wrap01::before {
    width: 100vw;
    height: 600px;
    top: 170px;
  }
}

.home_wrap01 .home_left01 {
  width: 50%;
  padding-right: 30px;
}

@media screen and (max-width: 834px) {
  .home_wrap01 .home_left01 {
    width: 60%;
    padding-right: 0;
    margin: auto;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .home_wrap01 .home_left01 {
    width: 80%;
  }
}

@media screen and (max-width: 834px) {
  .home_wrap01 .home_left01 img {
    display: block;
    text-align: center;
    margin: auto;
  }
}

.home_wrap01 .home_right01 {
  width: 50%;
}

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

.home_title h1, .home_title h2 {
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  .home_title h1, .home_title h2 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 1000px) {
  .home_title h1, .home_title h2 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 640px) {
  .home_title h1, .home_title h2 {
    font-size: 2.4rem;
  }
}

.home_title h1 span, .home_title h2 span {
  font-size: 1.3rem;
  color: #103290;
  display: block;
  margin-left: 50px;
  position: relative;
  margin-top: 20px;
}

.home_title h1 span::before, .home_title h2 span::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #103290;
  position: absolute;
  display: block;
  top: 50%;
  left: -50px;
}

@media screen and (max-width: 834px) {
  .fix01 {
    margin: 30px auto 30px auto !important;
  }
}

@media screen and (max-width: 834px) {
  .fix02 a {
    margin: auto;
  }
}

@media screen and (max-width: 1100px) {
  .fix03 {
    margin: 120px auto 40px auto !important;
  }
}

@media screen and (max-width: 834px) {
  .fix03 {
    margin: 160px auto 40px auto !important;
  }
}

.home_btn a {
  width: 230px;
  height: 55px;
  background-color: #f3a535;
  color: white;
  display: block;
  text-align: center;
  line-height: 0;
  padding-top: 25px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home_btn a::before {
  content: "";
  background-color: white;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  right: 35px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home_btn a::after {
  content: "";
  background-color: white;
  width: 35px;
  height: 1px;
  position: absolute;
  top: 49%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home_btn a:hover {
  background-color: #f59713;
}

.home_btn a:hover::before {
  right: -4px;
}

.home_btn a:hover::after {
  width: 0px;
}

.btn_center a {
  margin: auto;
}

.home_wrap02 {
  position: relative;
  z-index: 1;
}

.home_wrap02::before {
  content: "";
  background-color: #ebebeb;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100vw;
  height: 450px;
  position: absolute;
  z-index: -1;
  top: 170px;
  right: 0;
}

@media screen and (max-width: 640px) {
  .home_wrap02::before {
    height: 950px;
  }
}

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

.home_wrap02 .home_contents01 .box {
  width: 31%;
}

@media screen and (max-width: 834px) {
  .home_wrap02 .home_contents01 .box {
    width: 48%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .home_wrap02 .home_contents01 .box {
    width: 100%;
  }
}

.home_wrap02 .home_contents01 .box article {
  position: relative;
}

.home_wrap02 .home_contents01 .box img {
  display: block;
  margin: auto;
  border-radius: 50%;
}

.home_wrap02 .home_contents01 .box h3 {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2.3rem;
  font-weight: 700;
  right: 0;
  left: 0;
  margin: auto;
  color: white;
  word-break: keep-all;
  padding: 0 30px;
}

@media screen and (max-width: 1000px) {
  .home_wrap02 .home_contents01 .box h3 {
    font-size: 2rem;
  }
}

.home_wrap02 .home_contents01 .box div {
  font-weight: 500;
  margin-top: 20px;
}

.home_wrap03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 160px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .home_wrap03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.home_wrap03::before {
  content: "";
  background-image: url(../images/contents/air02.jpg);
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-size: cover;
  background-repeat: no-repeat;
  width: 90vw;
  height: 400px;
  position: absolute;
  z-index: -1;
  top: 125px;
  left: 0;
}

@media screen and (max-width: 834px) {
  .home_wrap03::before {
    width: 100vw;
    height: 600px;
    top: 170px;
  }
}

.home_wrap03 .home_left02 {
  width: 50%;
}

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

.home_wrap03 .home_right02 {
  width: 50%;
  padding-left: 30px;
}

@media screen and (max-width: 834px) {
  .home_wrap03 .home_right02 {
    width: 60%;
    padding-right: 0;
    margin: auto;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .home_wrap03 .home_right02 {
    width: 80%;
  }
}

@media screen and (max-width: 834px) {
  .home_wrap03 .home_right02 img {
    display: block;
    text-align: center;
    margin: auto;
  }
}

@media screen and (max-width: 834px) {
  .home_contents02 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.home_contents02 .box {
  position: relative;
  width: 50%;
}

@media screen and (max-width: 834px) {
  .home_contents02 .box {
    width: 80%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .home_contents02 .box {
    width: 100%;
  }
}

.home_contents02 .box div {
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home_contents02 .box div h3 {
  font-size: 3.4rem;
  font-weight: 500;
  color: white;
  line-height: 1;
  margin-top: 10%;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .home_contents02 .box div h3 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 1000px) {
  .home_contents02 .box div h3 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 640px) {
  .home_contents02 .box div h3 {
    font-size: 2.4rem;
  }
}

.home_contents02 .box div h3::before {
  content: "";
  background-color: white;
  width: 1px;
  height: 40px;
  right: 0;
  left: 0;
  margin: auto;
  top: -60px;
  position: absolute;
}

.home_contents02 .box div h3 span {
  font-size: 1.3rem;
  display: block;
  margin-top: 15px;
}

.home_contents02 .box div a {
  display: block;
  width: 230px;
  height: 55px;
  border: 2px solid white;
  padding-top: 8px;
  color: white;
  position: relative;
  margin-top: 40px;
}

@media screen and (max-width: 1000px) {
  .home_contents02 .box div a {
    margin-top: 20px;
  }
}

.home_contents02 .box div a::before {
  content: "";
  background-color: white;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  right: 35px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home_contents02 .box div a::after {
  content: "";
  background-color: white;
  width: 35px;
  height: 1px;
  position: absolute;
  top: 48%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home_contents02 .box div a:hover {
  background-color: #f59713;
  border: 2px solid #f59713;
}

.home_contents02 .box div a:hover::before {
  right: 0px;
  background-color: #f59713;
}

.home_contents02 .box div a:hover::after {
  width: 0px;
}

.home_wrap04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: white;
  padding: 50px 20px 50px 50px;
  -webkit-box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: 110px;
}

@media screen and (max-width: 768px) {
  .home_wrap04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 640px) {
  .home_wrap04 {
    padding: 50px 20px;
  }
}

.home_wrap04 .home_left04 {
  width: 230px;
}

@media screen and (max-width: 1200px) {
  .home_wrap04 .home_left04 {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .home_wrap04 .home_left04 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .home_wrap04 .home_left04 .home_title {
    margin: 0px 60px 40px 0 !important;
  }
}

.home_wrap04 .home_right04 {
  width: 80%;
}

@media screen and (max-width: 768px) {
  .home_wrap04 .home_right04 {
    width: 100%;
  }
}

.home_wrap04 .home_right04 .home_news {
  height: 230px;
  overflow-y: auto;
  padding-right: 20px;
}

@media screen and (max-width: 834px) {
  .home_wrap04 .home_right04 .home_news {
    height: 300px;
  }
}

.home_wrap04 .home_right04 .home_news dl {
  border-bottom: 1px solid #ccc;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1000px) {
  .home_wrap04 .home_right04 .home_news dl {
    display: block !important;
  }
}

.home_wrap04 .home_right04 .home_news dl dt, .home_wrap04 .home_right04 .home_news dl dd {
  background-color: transparent !important;
  border: none !important;
  padding: 13px !important;
}

.home_wrap04 .home_right04 .home_news dl dt {
  width: 90px;
  font-weight: 500;
}

@media screen and (max-width: 1000px) {
  .home_wrap04 .home_right04 .home_news dl dd {
    width: 100% !important;
    padding: 0 13px 13px 13px !important;
  }
}

.news_btn div a {
  position: relative;
  color: #333333;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.news_btn div a::before {
  content: "\f101";
  font-family: "Font Awesome 5 Pro";
  color: #333333;
  position: absolute;
  font-weight: 500;
  top: 53%;
  right: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.news_btn div a:hover {
  color: #f3a535;
}

.news_btn div a:hover::before {
  color: #f3a535;
}

.contact_title h2 span {
  margin-left: 0;
}

.contact_title h2 span::before {
  display: none;
}

.home_wrap05 {
  background-image: url(../images/contents/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 95px 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  margin-top: 100px;
}

.inner2 {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 50px;
  max-width: 1200px;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .inner2 {
    margin: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .inner2 {
    padding: 30px 20px;
  }
}

.contact_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 1000px) {
  .contact_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 1200px) {
  .contact_wrap .home_icon {
    width: 30%;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}

@media screen and (max-width: 1000px) {
  .contact_wrap .home_icon {
    width: 300px;
    margin: 0 auto 20px auto;
  }
}

.contact_wrap .home_icon .box {
  padding: 20px;
}

@media screen and (max-width: 1200px) {
  .contact_wrap .home_icon .box {
    padding: 10px;
  }
}

.contact_wrap .home_icon .box div {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .contact_wrap .home_icon .box div {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1200px) {
  .contact_wrap .contact {
    width: 70%;
  }
}

@media screen and (max-width: 1000px) {
  .contact_wrap .contact {
    width: 100%;
    margin: auto;
  }
}

@media screen and (max-width: 640px) {
  .contact_wrap .contact tr {
    display: block !important;
  }
}

.contact_wrap .contact td {
  border: none !important;
}

@media screen and (max-width: 1000px) {
  .contact_wrap .contact td {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  .contact_wrap .contact td {
    text-align: inherit !important;
  }
}

@media screen and (max-width: 640px) {
  .contact_wrap .contact td {
    display: block !important;
  }
}

.contact_wrap .contact .tel {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact_wrap .contact .tel > div {
  border: 2px solid #3a3a3a;
  margin: 10px auto;
  font-size: 1.4rem;
  padding: 7px 0;
  width: 290px;
  height: 80px;
}

@media screen and (max-width: 834px) {
  .contact_wrap .contact .tel > div {
    width: 100%;
    text-align: center !important;
  }
}

.contact_wrap .contact .tel a {
  font-size: 2.2rem;
  line-height: 1.5;
  color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 640px) {
  .contact_wrap .contact .tel a {
    font-size: 1.6rem;
  }
}

.contact_wrap .contact .tel:hover {
  color: #f3a535;
}

.contact_wrap .contact .tel:hover > div {
  border: 2px solid #f3a535;
}

.contact_wrap .contact .tel:hover a {
  color: #f3a535;
}

.contact_wrap .contact .mail div {
  background-color: #103290;
  font-size: 2rem;
  width: 290px;
  height: 80px;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 834px) {
  .contact_wrap .contact .mail div {
    width: 100%;
    font-size: 1.6rem;
    text-align: center !important;
  }
}

@media screen and (max-width: 640px) {
  .contact_wrap .contact .mail div {
    font-size: 1.4rem;
  }
}

.contact_wrap .contact .mail div a {
  color: white;
  display: block;
  padding-top: 18px;
}

@media screen and (max-width: 834px) {
  .contact_wrap .contact .mail div a {
    padding-top: 23px;
  }
}

.contact_wrap .contact .mail:hover div {
  background-color: #f3a535;
}

/*  事業内容　　*/
.page_title {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 834px) {
  .page_title {
    padding: 130px 0 70px 0 !important;
  }
}

.page_title h1 {
  font-size: 3rem;
  color: white;
  text-shadow: -2px 2px 6px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 834px) {
  .page_title h1 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 640px) {
  .page_title h1 {
    font-size: 2.4rem;
  }
}

.page_title div span {
  font-size: 1.5rem;
  display: block;
  color: white;
}

.service_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

@media screen and (max-width: 834px) {
  .service_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.service_wrap .service_image {
  width: 40%;
  padding-right: 40px;
}

@media screen and (max-width: 834px) {
  .service_wrap .service_image {
    width: 80%;
    margin: auto;
    padding-right: 0;
  }
}

@media screen and (max-width: 834px) {
  .service_wrap .service_image img {
    display: block;
    margin: auto;
    text-align: center;
    float: none !important;
  }
}

.service_wrap .service_text {
  width: 60%;
}

@media screen and (max-width: 834px) {
  .service_wrap .service_text {
    width: 100%;
    margin-top: 30px;
  }
}

.service_wrap .service_text h2 {
  position: relative;
  padding-left: 25px;
  font-size: 2.7rem;
  font-weight: 500;
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .service_wrap .service_text h2 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  .service_wrap .service_text h2 {
    font-size: 2.2rem;
  }
}

.service_wrap .service_text h2:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #103290;
}

.service_wrap .service_text h2:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px #103290;
}

.service_wrap02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

@media screen and (max-width: 834px) {
  .service_wrap02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.service_wrap02 .service_text {
  width: 60%;
}

@media screen and (max-width: 834px) {
  .service_wrap02 .service_text {
    width: 100%;
    margin-top: 30px;
  }
}

.service_wrap02 .service_text h2 {
  position: relative;
  padding-left: 25px;
  font-size: 2.7rem;
  font-weight: 500;
  margin-bottom: 30px;
}

.service_wrap02 .service_text h2:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #f3a535;
}

.service_wrap02 .service_text h2:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px #f3a535;
}

.service_wrap02 .service_image {
  width: 40%;
  padding-left: 40px;
}

@media screen and (max-width: 834px) {
  .service_wrap02 .service_image {
    width: 80%;
    margin: auto;
    padding-left: 0;
  }
}

@media screen and (max-width: 834px) {
  .service_wrap02 .service_image img {
    display: block;
    margin: auto;
    text-align: center;
    float: none !important;
  }
}

.color h2:before {
  border-bottom: solid 15px #f3a535 !important;
}

.color h2:after {
  border-bottom: solid 3px #f3a535 !important;
}

/*   施工実績　　*/
.works {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.works .box {
  width: 33.333%;
  padding: 30px 20px;
  margin-bottom: 60px;
}

@media screen and (max-width: 834px) {
  .works .box {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .works .box {
    width: 100%;
    margin-bottom: 30px;
  }
}

.works .box h3 {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  margin: 5px auto;
  color: #103290;
}

.works .box img {
  border: 5px solid #ccc;
}

/*   会社概要　　*/
.company_title h3 {
  position: relative;
  padding: 5px 5px 5px 42px;
  background: #004da1;
  font-size: 20px;
  color: white;
  margin-left: -33px;
  line-height: 1.3;
  z-index: 1;
  font-size: 2.4rem;
}

@media screen and (max-width: 834px) {
  .company_title h3 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 640px) {
  .company_title h3 {
    font-size: 2rem;
  }
}

.company_title h3:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index: -2;
}

@media screen and (max-width: 640px) {
  .company_list dt, .company_list dd {
    font-size: 1.5rem;
  }
}

.company_list dt {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

/*  お知らせ　*/
.news_wrap {
  margin-bottom: 80px;
}

.news_title {
  background-color: #004da1;
  padding: 10px;
}

.news_title article h3 {
  margin-right: 10px;
  font-size: 1.4rem;
  line-height: 1.8;
  color: white;
  padding-left: 40px;
  position: relative;
}

.news_title article h3::before {
  content: "";
  background-color: white;
  width: 30px;
  height: 1px;
  display: block;
  top: 50%;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.news_title article div {
  font-size: 2.2rem;
  line-height: 1.8;
  color: white;
  font-weight: 500;
}

@media screen and (max-width: 834px) {
  .news_title article div {
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .news_title article div {
    font-size: 1.8rem;
  }
}

.news_image .box {
  padding: 10px;
  margin-bottom: 20px;
  width: 25%;
}

@media screen and (max-width: 834px) {
  .news_image .box {
    width: 33.333%;
  }
}

@media screen and (max-width: 640px) {
  .news_image .box {
    width: 50%;
  }
}

/*  お問い合わせ　*/
.contact_tel {
  font-size: 2.2rem;
}

.contact_form dt {
  background-color: #f7f7f7 !important;
}

.contact_form dd {
  background-color: transparent !important;
}

.contact_form dd input {
  color: #c1c1c1 !important;
}

.contact_form label {
  color: orange !important;
}

form .submit .bt_confirm {
  background: #3a3a3a !important;
}

form .title {
  display: none;
}

.error {
  margin-top: 145px !important;
}

/*   scroll    */
/* scroll bar */
::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background-color: #979797;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

/*   プライバシーポリシー　　*/
.policy_text h3 {
  margin-bottom: 10px;
}

/*   404ページ　　*/
@media screen and (max-width: 640px) {
  .error_text div {
    text-align: left !important;
  }
}

.error_btn {
  width: 250px;
  height: 55px;
  margin: auto;
}

.error_btn a {
  padding: 8px;
  color: #333333;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #333333;
}

.error_btn a:hover {
  color: #103290;
  border: 1px solid #103290;
}

/*  responsive  */
.slider {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .slider img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 100% 20%;
       object-position: 100% 20%;
  }
}

@media screen and (max-width: 640px) {
  .slider img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 100% 50%;
       object-position: 100% 50%;
  }
}

/*  インスタグラム　*/
.sns_list {
  border: none !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .sns_list {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

.sns_list > div {
  width: 16.666% !important;
  border: none !important;
  padding: 10px;
}

@media screen and (max-width: 834px) {
  .sns_list > div {
    width: 33.333% !important;
  }
}

.sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}

.sns_list .sns_text {
  display: none;
}

/*  ショッピング　*/
.order p {
  background-color: transparent !important;
}

.order a {
  color: #333333 !important;
}

.items {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.items article {
  width: 30% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 60px !important;
}

@media screen and (max-width: 1200px) {
  .items article {
    width: 30% !important;
  }
}

@media screen and (max-width: 1000px) {
  .items article {
    width: 46% !important;
  }
}

@media screen and (max-width: 640px) {
  .items article {
    width: 70% !important;
  }
}

.items article .photo {
  width: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.items article .price {
  background-color: transparent !important;
}

.items article .name {
  font-size: 1.5rem;
  word-break: keep-all;
}

.item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.item .photo {
  width: 46%;
}

@media screen and (max-width: 834px) {
  .item .photo {
    width: 90%;
    margin: 20px 20px 40px 20px;
  }
}

.item .photo .large img {
  display: block;
  margin: auto;
}

.item .item_view {
  width: 45%;
  max-width: 45% !important;
}

.item .item_view h2 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0px;
}

@media screen and (max-width: 834px) {
  .item .item_view h2 {
    text-align: center !important;
  }
}

.item .item_view .price {
  background-color: transparent !important;
}

.item .item_view li a {
  background-color: transparent !important;
  border: none !important;
  font-size: 1.5rem;
  color: #f3a535;
}

#sumcart .item .name {
  background-color: transparent !important;
}

#sumcart .item .number {
  background-color: transparent !important;
}

#sumcart .item .price {
  background-color: transparent !important;
}

#sumcart .sum p {
  background-color: transparent !important;
}

.purchase p {
  background-color: transparent !important;
}

.under ul li a {
  width: 160px !important;
}

#builingual {
  position: relative;
}

.switch {
  float: right;
  padding-top: 3px !important;
}

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

input.cmn-toggle-round + label {
  padding: 2px;
  width: 60px;
  height: 30px;
  background-color: #dddddd;
  border-radius: 60px;
}

input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}

input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 60px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input.cmn-toggle-round + label:after {
  width: 28px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input.cmn-toggle-round:checked + label:before {
  background-color: #8ce196;
}

input.cmn-toggle-round:checked + label:after {
  margin-left: 28px;
}

@media only screen and (max-width: 768px) {
  .switch {
    float: right;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 0px !important;
    padding-right: 24px;
  }
  #builingual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

#builingual {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9) !important;
  bottom: 10px;
  right: 10px;
  width: 400px !important;
  z-index: 999;
  border-radius: 3px;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
}

#builingual .switch label {
  width: 55px !important;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  #builingual .switch label {
    margin-right: 0;
  }
}

#builingual .language {
  padding: 0 10px !important;
}

html.is-fixed,
html.is-fixed body {
  height: 100%;
}

#nav-toggle {
  position: absolute;
  top: -60px;
  right: 6px;
  height: 32px;
  cursor: pointer;
  display: none;
}

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

#nav-toggle > div {
  position: relative;
  width: 36px;
}

#nav-toggle span {
  width: 90%;
  height: 3px;
  right: 10px;
  margin: auto;
  display: block;
  background: #103290;
  position: absolute;
  -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 4px;
}

#nav-toggle span:nth-child(2) {
  top: 18px;
}

#nav-toggle span:nth-child(3) {
  top: 31px;
}

#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}

#nav-toggle:hover span:nth-child(3) {
  top: 31px;
}

.open #nav-toggle span {
  background: white;
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 99999;
}

#container {
  z-index: 9999;
}

#nav_sp {
  display: none;
  background: #103290;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 29px;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
}

#nav_sp a {
  display: block;
  color: #fff;
  font-family: 'Bebas Neue', cursive;
  letter-spacing: 0.4em;
  text-decoration: none;
  font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 10px 0;
  -webkit-transition: color .6s ease;
  transition: color .6s ease;
  font-size: 2rem;
}

#nav_sp a:hover {
  color: #666;
}

#nav_sp a span {
  font-size: 1.3rem;
  display: block;
  color: #c8daff;
}

#nav_sp ul {
  list-style: none;
}

#nav_sp ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}

#nav_sp ul li:nth-child(2) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

#nav_sp ul li:nth-child(3) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

#nav_sp ul li:nth-child(4) {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}

#nav_sp ul li:nth-child(5) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

#nav_sp ul li:nth-child(6) {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}

#nav_sp ul li:nth-child(7) {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

/* open */
.open {
  overflow: hidden;
}

.open #nav_sp {
  visibility: visible;
  opacity: 1;
}

.open #nav_sp li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}
/*# sourceMappingURL=common_style.css.map */