@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-display: swap;
}

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

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

@font-face {
  font-family: "Akrobat";
  src: url("../font/Akrobat/WEB/Akrobat-Black.eot") format("eot"), url("../font/Akrobat/WEB/Akrobat-Black.woff") format("woff");
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "Akrobat";
  src: url("../font/Akrobat/WEB/Akrobat-Bold.eot") format("eot"), url("../font/Akrobat/WEB/Akrobat-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Akrobat";
  src: url("../font/Akrobat/WEB/Akrobat-Regular.eot") format("eot"), url("../font/Akrobat/WEB/Akrobat-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.075em;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 2;
  font-weight: 400;
  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.4rem;
  word-wrap: break-word;
}

a {
  text-decoration: none;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
}

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

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

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

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#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: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 15px !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: "notoSerif", "游明朝体", "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;
}

h2.mail {
  display: none;
}

a.itext {
  width: auto !important;
  height: auto !important;
}

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

#header {
  width: 100%;
}

#header_inner_wrap {
  padding: 40px 80px;
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  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;
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 1360px) {
  #header_inner_wrap {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 1000px) {
  #header_inner_wrap {
    padding: 20px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 640px) {
  #header_inner_wrap {
    padding: 15px 10px;
  }
}

@media screen and (max-width: 1000px) {
  #header_inner_wrap #siteID {
    margin-right: auto;
  }
}

#header_inner_wrap #siteID a {
  font-family: "Akrobat", "notoSans", sans-serif;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1;
}

@media screen and (max-width: 640px) {
  #header_inner_wrap #siteID a {
    font-size: 2.4rem;
  }
}

#header_inner_wrap.nav_bg {
  background: #000;
  padding: 20px 80px;
}

@media screen and (max-width: 1000px) {
  #header_inner_wrap.nav_bg {
    padding: 20px;
  }
}

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

#nav_global {
  max-width: 610px;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 1360px) {
  #nav_global {
    max-width: 540px;
  }
}

@media screen and (max-width: 1200px) {
  #nav_global {
    max-width: 480px;
  }
}

@media screen and (max-width: 1000px) {
  #nav_global {
    width: auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

#nav_global .nav-bar {
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 1px;
  background: #ef0000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 834px) {
  #nav_global .nav-bar {
    display: none;
  }
}

#nav_global > ul {
  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: 1000px) {
  #nav_global > ul {
    display: none;
  }
}

#nav_global > ul li {
  color: #fff;
  font-family: "Akrobat", "notoSans", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: bold;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
  position: relative;
}

#nav_global > ul li:hover {
  color: #ef0000;
}

@media screen and (max-width: 1200px) {
  #nav_global > ul li {
    font-size: 1.6rem;
  }
}

#nav_global > ul li ul {
  position: absolute;
  top: 100%;
  left: -50%;
  width: 200%;
  background: #000;
  padding: 10px 0;
}

#nav_global > ul li ul li a {
  display: block;
  padding: 10px 0;
  font-size: 1.6rem;
}

#nav_global > ul li a {
  color: #fff;
  font-family: "Akrobat", "notoSans", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: bold;
  padding: 5px 0;
  -webkit-transition: .5s;
  transition: .5s;
}

#nav_global > ul li a:hover {
  color: #ef0000;
}

@media screen and (max-width: 1200px) {
  #nav_global > ul li a {
    font-size: 1.6rem;
  }
}

#h_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#h_right .call {
  font-family: "Akrobat", "notoSans", sans-serif;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 640px) {
  #h_right .call {
    display: none;
  }
}

#h_right .call a {
  color: #fff;
  letter-spacing: 0.2em;
}

#h_right .h_btn {
  margin-left: 10px;
}

#h_right .h_btn a {
  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;
  background: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 1.8rem;
  color: #000;
  font-weight: bold;
  font-family: "Akrobat", "notoSans", sans-serif;
  line-height: 1;
  -webkit-transition: .5s;
  transition: .5s;
}

#h_right .h_btn a:hover {
  background: #ef0000;
  color: #fff;
}

#mainArea {
  width: 100% !important;
  position: relative;
}

#mainArea .maintext {
  position: absolute;
  font-family: "Akrobat", "notoSans", sans-serif;
  font-size: 12rem;
  color: #fff;
  font-weight: 900;
  bottom: calc(40px + ((1vw - 13.6px) * 14.2857));
  left: calc(20px + ((1vw - 13.6px) * 46.4286));
  text-align: left;
  line-height: 1.16;
}

@media screen and (max-width: 1360px) {
  #mainArea .maintext {
    left: 20px;
    bottom: 40px;
    font-size: calc(4rem + ((1vw - 3.75px) * 8.1218));
  }
}

@media screen and (max-width: 480px) {
  #mainArea .maintext {
    bottom: 20px;
  }
}

#subArea {
  height: 300px;
  background: #000;
  position: relative;
}

@media screen and (max-width: 640px) {
  #subArea {
    height: 200px;
  }
}

#subArea h1 {
  font-family: "Akrobat", "notoSans", sans-serif;
  font-size: 6rem;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  margin: auto;
}

@media screen and (max-width: 1200px) {
  #subArea h1 {
    font-size: calc(4rem + ((1vw - 3.75px) * 2.4242));
  }
}

#sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  #sp {
    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;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-left: 10px;
  }
}

#nav_sp {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  z-index: 210;
}

.spBtn {
  display: none;
}

@media screen and (max-width: 1000px) {
  .spBtn {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    z-index: 500;
  }
}

.nav_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: absolute;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nav_wrap .call {
  font-family: "Akrobat", "notoSans", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  letter-spacing: 0.2em;
  font-weight: bold;
  margin-top: 20px;
}

.nav_wrap .call a {
  color: #161616;
  letter-spacing: 0.2em;
  font-weight: bold;
}

.nav_wrap > ul {
  width: 100%;
  padding: 0 20px;
}

.nav_wrap > ul > li {
  position: relative;
  border-bottom: 1px solid #ccc;
  font-family: "Akrobat", "notoSans", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  .nav_wrap > ul > li {
    padding: 16px 0;
  }
}

.nav_wrap > ul > li ul {
  padding: 10px 0;
  background: #eee;
}

.nav_wrap > ul > li ul li a {
  font-family: "Akrobat", "notoSans", sans-serif;
  font-size: 1.6rem;
  padding: 8px 0;
}

.nav_wrap > ul > li a {
  color: #000;
  display: block;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  .nav_wrap > ul > li a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .nav_wrap > ul > li a {
    font-size: 1.6rem;
  }
}

.sp_menu {
  width: 24px;
  height: 18px;
  display: block;
  z-index: 300;
  position: relative;
  display: none;
}

@media screen and (max-width: 1000px) {
  .sp_menu {
    display: block;
  }
}

.sp_menu div {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #000;
}

.sp_menu div:nth-of-type(1) {
  top: 0;
}

.sp_menu div:nth-of-type(2) {
  top: 8px;
  opacity: 1;
}

.sp_menu div:nth-of-type(3) {
  bottom: 0;
}

.sp_menu.off div:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  -webkit-transition: all 0.25s 0.25s;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}

.sp_menu.on div {
  background: #000;
}

.sp_menu.on div:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}

.sp_menu.on div:nth-of-type(2) {
  opacity: 0;
}

.sp_menu.on div:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}

#footer {
  background: #383838;
  color: #fff;
  padding-bottom: 55px;
}

@media screen and (max-width: 834px) {
  #footer {
    padding-bottom: 35px;
  }
}

#footer #footer_inner {
  max-width: 1200px;
  margin: auto;
  padding: 75px 0 40px;
}

@media screen and (max-width: 834px) {
  #footer #footer_inner {
    padding: 50px 20px 35px;
  }
}

@media screen and (max-width: 640px) {
  #footer #footer_inner {
    padding: 35px 10px 25px;
  }
}

#footer #footer_inner .flogo {
  font-size: 4rem;
  font-family: "Akrobat", "notoSans", sans-serif;
  font-weight: bold;
  letter-spacing: 0.15em;
}

#footer #footer_inner .flogo a {
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.15em;
  line-height: 1;
}

.subnav {
  margin-top: 15px;
}

@media screen and (max-width: 640px) {
  .subnav ul {
    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;
  }
}

.subnav ul li {
  display: inline-block;
}

.subnav ul li:not(:last-child) {
  margin-right: 15px;
}

@media screen and (max-width: 640px) {
  .subnav ul li:not(:last-child) {
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .subnav ul li {
    width: 49.5%;
    margin-bottom: 1%;
  }
}

.subnav ul li a {
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

.subnav ul li a:hover {
  color: #ef0000;
}

@media screen and (max-width: 640px) {
  .subnav ul li a {
    background: #161616;
    display: block;
    padding: 5px 0;
  }
}

.f_copy a {
  color: #fff;
}

.top_page #contents_wrap {
  padding: 100px 0 120px;
}

@media screen and (max-width: 1200px) {
  .top_page #contents_wrap {
    padding: 100px 20px 120px;
  }
}

@media screen and (max-width: 834px) {
  .top_page #contents_wrap {
    padding: 80px 20px;
  }
}

@media screen and (max-width: 640px) {
  .top_page #contents_wrap {
    padding: 60px 10px;
  }
}

#contents_wrap {
  padding: 60px 0 80px;
}

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

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

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

.inner2 {
  max-width: 1760px;
  margin: auto;
}

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

@media screen and (max-width: 640px) {
  .inner2 {
    padding: 0 10px;
  }
}

.btn a {
  background: #000;
  color: #fff;
  display: block;
  font-family: "Akrobat", "notoSans", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  padding: 17px 0;
  letter-spacing: 0.2em;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
}

.btn a:hover {
  background: #ef0000;
}

.btn a::after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 300;
}

.btn.btn01 a {
  max-width: 300px;
}

.btn.center a {
  margin: auto;
}

.title01 h2 {
  font-size: 7.2rem;
  font-family: "Akrobat", "notoSans", sans-serif;
  font-weight: bold;
  color: #161616;
  line-height: 1.4;
}

@media screen and (max-width: 1200px) {
  .title01 h2 {
    font-size: calc(3.8rem + ((1vw - 3.75px) * 4.1212));
  }
}

.title02 h2 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #161616;
  line-height: 1.4;
}

@media screen and (max-width: 1200px) {
  .title02 h2 {
    font-size: calc(2.6rem + ((1vw - 3.75px) * 0.7273));
  }
}

.title02 h2::after {
  content: "";
  width: 80px;
  height: 5px;
  background-color: #161616;
  display: block;
  margin-top: 10px;
}

.title03 h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #161616;
  line-height: 1.4;
  border-bottom: 2px solid #161616;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .title03 h2 {
    font-size: calc(2rem + ((1vw - 3.75px) * 0.4848));
  }
}

.title04 h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #161616;
  line-height: 1.4;
}

@media screen and (max-width: 1200px) {
  .title04 h3 {
    font-size: calc(1.8rem + ((1vw - 3.75px) * 0.2424));
  }
}

.title04 h3 span {
  background: #161616;
  color: #fff;
  font-size: 1.6rem;
  padding: 5px 15px;
  display: inline-block;
  margin-right: 10px;
}

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

.shop_list .box {
  width: 33.33333%;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .shop_list .box {
    width: 100%;
  }
  .shop_list .box:not(:first-child) {
    margin-top: 40px;
  }
}

.shop_list .box h3 {
  font-size: 2rem;
  color: #161616;
  line-height: 1.4;
  margin: 25px 0 15px;
}

@media screen and (max-width: 1200px) {
  .shop_list .box h3 {
    font-size: calc(1.8rem + ((1vw - 3.75px) * 0.2424));
  }
}

.shop_list .box img {
  width: 100% !important;
  height: 440px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1760px) {
  .shop_list .box img {
    height: 24.41761vw !important;
  }
}

@media screen and (max-width: 640px) {
  .shop_list .box img {
    height: 72.65625vw !important;
  }
}

.shop_list .box div a {
  background: #000;
  color: #fff;
  display: block;
  font-family: "Akrobat", "notoSans", sans-serif;
  font-size: 1.6rem;
  max-width: 260px;
  margin: auto;
  line-height: 1;
  padding: 17px 0;
  letter-spacing: 0.2em;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
}

.shop_list .box div a:hover {
  background: #ef0000;
}

.shop_list .box div a:hover::after {
  right: 10px;
}

@media screen and (max-width: 834px) {
  .shop_list .box div a {
    width: 90%;
  }
}

.shop_list .box div a::after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 300;
  -webkit-transition: .5s;
  transition: .5s;
}

.item_list .box {
  width: 20%;
  border: 1px solid #ccc;
  padding: 25px;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .item_list .box {
    padding: 15px;
  }
}

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

.bnr {
  position: relative;
}

.bnr .imgL {
  margin-right: 0;
  float: none;
}

.bnr div {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 7.2rem;
  font-family: "Akrobat", "notoSans", sans-serif;
  color: #fff;
  font-weight: bold;
  display: block;
  line-height: 1;
  pointer-events: none;
}

@media screen and (max-width: 1200px) {
  .bnr div {
    font-size: calc(2.8rem + ((1vw - 3.75px) * 5.3333));
  }
}

.bnr div::after {
  content: "";
  width: 280px;
  height: 1px;
  display: block;
  border-bottom: 1px solid #fff;
  margin: 15px auto 0;
}

.flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex01 .leftArea {
  width: 38.54167%;
}

@media screen and (max-width: 480px) {
  .flex01 .leftArea {
    width: 80%;
    margin: auto;
  }
}

.flex01 .rightArea {
  width: 56.51042%;
}

@media screen and (max-width: 834px) {
  .flex01 .rightArea {
    padding: 0 20px 0 0;
  }
}

@media screen and (max-width: 480px) {
  .flex01 .rightArea {
    width: 100%;
    padding: 0 10px;
  }
}

.flex01 .rightArea .txt_inner {
  max-width: 395px;
}

.flex01 .img02 {
  position: absolute;
  right: 80px;
  top: 38%;
  z-index: 2;
}

@media screen and (max-width: 1600px) {
  .flex01 .img02 {
    width: 270px;
    top: 45%;
    right: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .flex01 .img02 {
    display: none;
  }
}

.flex01 .img03 {
  position: absolute;
  right: 400px;
  top: 60%;
}

@media screen and (max-width: 1600px) {
  .flex01 .img03 {
    width: 270px;
    top: 70%;
    right: 200px;
  }
}

@media screen and (max-width: 1200px) {
  .flex01 .img03 {
    right: 20px;
    top: 75%;
    width: 240px;
  }
}

@media screen and (max-width: 1000px) {
  .flex01 .img03 {
    display: none;
  }
}

.pankuzu {
  font-size: 1.4rem;
}

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

.pankuzu ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pankuzu ol li:first-child {
  margin-right: 5px;
}

.pankuzu ol li:last-child {
  margin-left: 5px;
}

.staff_list .box:not(:last-child) {
  margin-bottom: 40px;
}

.staff_list .box article {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.staff_list .box article img {
  width: 32% !important;
}

@media screen and (max-width: 480px) {
  .staff_list .box article img {
    width: 100% !important;
  }
}

.staff_list .box article h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #161616;
  line-height: 1.4;
  border-bottom: 2px solid #161616;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .staff_list .box article h3 {
    font-size: calc(1.8rem + ((1vw - 3.75px) * 0.2424));
  }
}

.staff_list .box article div {
  width: 64%;
}

@media screen and (max-width: 480px) {
  .staff_list .box article div {
    width: 100%;
    margin-top: 20px;
  }
}

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

.gallery::after {
  content: "";
  width: 32%;
  display: block;
}

.gallery .box {
  width: 32%;
}

@media screen and (max-width: 640px) {
  .layout dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .layout dl dt {
    width: 100% !important;
  }
  .layout dl dt:last-of-type {
    border-bottom: none !important;
  }
  .layout dl dd {
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .gmap iframe {
    height: 350px;
  }
}

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

.btn_wrap .box {
  width: 23.5%;
}

@media screen and (max-width: 640px) {
  .btn_wrap .box {
    width: 49%;
  }
  .btn_wrap .box:nth-child(n + 3) {
    margin-top: 2%;
  }
}

.btn_wrap .box a {
  display: block;
  background: #161616;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
}

.btn_wrap .box a:hover {
  background: #ef0000;
}

.btn_wrap .box a::after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 300;
}

.item {
  border: 5px solid #ddd;
}

.item article {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.item article img {
  float: none;
  width: 32% !important;
}

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

.item article h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #161616;
  line-height: 1.4;
  border-bottom: 2px solid #161616;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .item article h3 {
    font-size: calc(1.8rem + ((1vw - 3.75px) * 0.2424));
  }
}

.item article div {
  width: 65%;
  line-height: 1.7;
}

@media screen and (max-width: 640px) {
  .item article div {
    width: 100%;
    margin-top: 20px;
  }
}

.item article div .price {
  color: #ef0000;
  display: block;
  text-align: right;
  margin-top: 15px;
  font-size: 1.8rem;
  font-weight: bold;
}

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

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

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

.flex02 .leftArea {
  width: 32%;
}

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

.flex02 .rightArea {
  width: 64%;
}

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

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

.flexbox02 .box {
  width: 32%;
  border: 2px solid #161616;
}

@media screen and (max-width: 640px) {
  .flexbox02 .box {
    width: 100%;
  }
  .flexbox02 .box:not(:last-child) {
    margin-bottom: 10px;
  }
}

.flexbox02 .box div {
  text-align: center;
  padding: 10px;
  font-size: 1.6rem;
}

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

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

.flex03 .leftArea {
  width: 40%;
}

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

.flex03 .rightArea {
  width: 56%;
}

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

.form dl {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.form dl:first-child {
  border-top: 1px solid #ddd;
}

.form dl dt {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.form dl dd {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.form dl dd input[type="text"],
.form dl dd input[type="password"],
.form dl dd select {
  background: #efefef;
  border: 0 !important;
  height: 40px;
}

.form dl dd textarea {
  background: #efefef;
  border: 0 !important;
}
/*# sourceMappingURL=common_style.css.map */