@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");
}
* {
  -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: 16px;
  line-height: 1.8;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  background: #222;
  overflow-x: hidden;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 18px;
  }
}

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

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

#contents {
  background: none !important;
  width: 95%;
  max-width: 1200px;
}
@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: 1200px;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .inner {
    max-width: inherit;
  }
}

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

a {
  color: #fff !important;
  text-decoration: none;
  transition: 0.2s;
}

a:hover {
  transition: 0.2s;
  opacity: 0.6;
}

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

.map {
  margin-bottom: 0;
}
.map iframe {
  vertical-align: bottom;
}

.form_wrap dl {
  display: flex;
  flex-wrap: wrap;
  align-items: inherit !important;
  border-bottom: 1px solid #ccc;
}
.form_wrap dl:first-child {
  border-top: 1px solid #ccc;
}
.form_wrap dl dt, .form_wrap dl dd {
  justify-content: flex-start !important;
  border: none !important;
  padding: 10px !important;
}
.form_wrap dl dt {
  background: #3d3d3d !important;
}
@media only screen and (max-width: 640px) {
  .form_wrap dl dt {
    width: 100% !important;
  }
  .form_wrap dl dd {
    width: 100% !important;
  }
}

#pagetop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 999;
  opacity: 0.85;
}
#pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #9c1421;
}
#pagetop a::before {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: "\f106";
  font-weight: 400;
  font-size: 36px;
  color: #fff !important;
}

.nf_text {
  margin-bottom: 40px;
}
.nf_text h2 {
  font-size: 22px !important;
  margin-bottom: 30px !important;
}

.nf_btn {
  text-align: center;
}
.nf_btn a {
  margin: 0 auto;
}

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

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

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

.dropdown {
  position: relative;
}
.dropdown .second-level {
  font-size: 14px;
  position: absolute;
  z-index: 99;
  padding: 0;
  padding-bottom: 5px;
  top: 100%;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: linear-gradient(180deg, transparent 4px, rgba(0, 0, 0, 0.5) 2px);
}
.dropdown .second-level li {
  width: 100%;
  padding: 5px 0 !important;
  line-height: 1.8 !important;
}
.dropdown .second-level li:first-child {
  padding-top: 15px !important;
  border-right: none !important;
}
.dropdown .second-level li a {
  white-space: nowrap;
}
.dropdown .second-level li a::after {
  display: none;
}

.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 {
  height: auto !important;
}

img.imgL {
  margin-right: 5%;
}
@media only screen and (max-width: 640px) {
  img.imgL {
    max-width: 100%;
  }
}

img.imgR {
  margin-left: 5%;
}
@media only screen and (max-width: 640px) {
  img.imgR {
    max-width: 100%;
  }
}

.ct_img img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.scrollarea {
  overflow-y: scroll;
  background: #3d3d3d;
  border: none;
}
.scrollarea::-webkit-scrollbar {
  width: 15px;
}
.scrollarea::-webkit-scrollbar-track {
  background: inherit;
}
.scrollarea::-webkit-scrollbar-thumb {
  background: #9c1421;
}

form h2.mail {
  display: none;
}
form p.annot {
  display: none;
}
form .form_wrap {
  padding-top: 40px;
}
form .form_wrap dt label {
  color: #d71c2e !important;
}
form .form_wrap dd {
  padding: 15px !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .contact_form dl dt {
    width: 30% !important;
  }
  .contact_form dl dd {
    width: 70% !important;
  }
}
@media only screen and (max-width: 640px) {
  .contact_form dl dt {
    flex-direction: row !important;
    align-items: center !important;
  }
  .contact_form dl dt label {
    margin-left: 10px;
  }
}

.submit {
  overflow: hidden;
  width: auto;
  margin: 0 0 40px;
}
.submit button {
  background: #222;
  color: #fff;
  border: 1px solid #9c1421;
  border-bottom: 4px solid #9c1421;
  border-radius: 0px;
  box-sizing: border-box;
  text-indent: inherit;
  margin: 30px 10px 0;
  padding: 10px 15px;
  min-width: 210px;
  height: auto;
  float: none;
  position: relative;
}
.submit button:hover {
  opacity: 1;
}
.submit button:active {
  border-bottom: 1px solid #9c1421;
  top: 2px;
  margin-bottom: 3px;
}
.submit button:focus {
  outline: inherit;
}

.policy_link {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .policy_link {
    font-size: 2.8125vw;
  }
}
.policy_link a {
  color: #d71c2e !important;
  margin-right: 3px;
}

section div.form_wrap.message {
  background: #3d3d3d;
}

/*プライバシーポリシーモーダル*/
@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: 540px;
    overflow-y: scroll;
  }
}

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

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

#local-keyvisual h1, #local-keyvisual .blog_title {
  z-index: 1;
  position: relative;
  text-align: center;
  font-family: "Anton", "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-align: center;
}

#local-keyvisual h1 span, #local-keyvisual .blog_title span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #9c1421;
}

#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 {
  margin-top: -50px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .pan1 .pankuzu {
    font-size: 16px;
  }
}
.pan1 .pankuzu a {
  text-decoration: underline;
  text-underline-position: under;
}
.pan1 .pankuzu::before {
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  font-weight: 700;
  margin-right: 5px;
  text-decoration: none;
}

.pan1 a {
  color: #000;
}

/*scroll nav*/
.clone-nav {
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: auto !important;
  z-index: 100;
  width: 100% !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  transition: 0.3s;
  transform: translateY(-100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 834px) {
  .clone-nav {
    display: none;
  }
}

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

.anime01 {
  position: relative;
}
.anime01::before {
  content: "";
  position: absolute;
  width: 100%;
  padding-top: 200%;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 2;
  transition: all 0.8s ease-in;
  transform: translateY(-310px);
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .anime01::before {
    transform: translateY(-220px);
  }
}
@media only screen and (max-width: 640px) {
  .anime01::before {
    transform: translateY(-150px);
  }
}

.visited::before {
  right: -100%;
}

.h_roll {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #3d3d3d;
  color: #3d3d3d;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transition-duration: 0.3s;
  z-index: 99;
}
.h_roll:hover {
  opacity: 1;
  color: #fff !important;
}
.h_roll:hover:after {
  left: 0;
  z-index: -1;
}
.h_roll:after {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #3d3d3d;
  content: "";
  transition-duration: 0.3s;
}

.blog_list {
  height: 90px;
  overflow-y: auto;
  border: none !important;
  display: block !important;
  padding-right: 10px;
}
.blog_list::-webkit-scrollbar {
  width: 5px;
}
.blog_list::-webkit-scrollbar-track {
  background: inherit;
}
.blog_list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 2px;
}
.blog_list > div {
  border: none !important;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .blog_list > div {
    flex-direction: row;
  }
}
.blog_list > div .blog_photo, .blog_list > div .blog_date, .blog_list > div .detail {
  display: none;
}
.blog_list > div .blog_text {
  width: calc(100% - 20px) !important;
  margin-left: 20px;
  padding-left: 0 !important;
  border-bottom: 1px solid #ccc !important;
  position: relative;
}
.blog_list > div .blog_text::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f058";
  font-weight: 700;
  display: inline-block;
  color: #ff850b;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  font-size: 16px;
}
.blog_list > div h3 {
  margin-bottom: 0;
}
.blog_list > div h3 a span {
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #666;
}

.blog {
  padding: 70px 0;
  background: #fff;
}
@media only screen and (max-width: 834px) {
  .blog .wrap {
    flex-direction: column-reverse;
  }
}
.blog a {
  color: #0b75ff !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: 80%;
    margin: 40px auto 0;
  }
}
@media only screen and (max-width: 640px) {
  .blog aside {
    width: 100%;
  }
}
.blog aside table td.blog {
  padding: 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 h1 {
  font-size: 24px;
  margin-bottom: 40px;
}
.blog #contents h1 span {
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .blog #contents h1 {
    margin-bottom: 20px;
  }
}
.blog #contents img {
  margin: 20px 0 !important;
}
.blog #contents dt span.date {
  color: #aaa;
}
.blog #contents dt span.translate {
  font-size: 19px;
  color: #666;
}
.blog #contents .flex_text {
  font-size: 16px;
}

.top_insta_list {
  padding: 40px 0;
}
.top_insta_list .sns_list {
  height: 600px;
  flex-direction: row !important;
  flex-wrap: wrap;
  border: none !important;
  width: 90%;
  margin: 0 auto;
}
.top_insta_list .sns_list > div {
  border-bottom: none;
  margin-bottom: 30px;
}
.top_insta_list .sns_list > div .sns_photo {
  width: 30%;
  padding: 0;
  margin-right: 20px;
}
.top_insta_list .sns_list > div .sns_text {
  font-size: 16px;
  padding: 0;
}
.top_insta_list .sns_list > div .sns_text .sns_date {
  color: #d71c2e;
  font-weight: 500;
  margin-bottom: 10px;
}
.top_insta_list .sns_list > div .sns_text ul {
  color: #c4c4c4 !important;
}
@media only screen and (max-width: 834px) {
  .top_insta_list .sns_list > div {
    flex-direction: row;
  }
}
@media only screen and (max-width: 640px) {
  .top_insta_list .sns_list > div {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .top_insta_list .sns_list > div .sns_photo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.items {
  margin-left: -20px !important;
}
.items article {
  padding: 15px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  width: 23% !important;
  margin-left: 2% !important;
  margin-right: 0;
  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;
  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 {
  justify-content: space-between;
  flex-direction: row !important;
}
@media only screen and (max-width: 640px) {
  .i1 {
    flex-direction: column !important;
  }
}
.i1 .photo {
  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 {
  flex-direction: row;
  margin-left: -2%;
}
.i1 .photo .small ul li {
  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;
  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 {
  flex-direction: column;
  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_container {
  padding: 20px;
  padding-right: 0;
  background: rgba(0, 0, 0, 0.65);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
.header_container .h_logo a {
  font-size: 27px;
  font-weight: bold;
}
@media screen and (max-width: 1350px) {
  .header_container {
    padding: 10px 0 10px 20px;
  }
}

#nav_global ul {
  display: flex;
  justify-content: flex-end;
  width: 1100px;
}
#nav_global ul li {
  flex-grow: 1;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  line-height: 1;
}
#nav_global ul li:not(:last-child) {
  border-right: 1px solid #fff;
}
#nav_global ul li a {
  display: inline-block;
  font-weight: bold;
  padding: 2px 5px;
  position: relative;
}
#nav_global ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #9c1421;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
#nav_global ul li a:hover {
  color: #9c1421 !important;
  opacity: 1;
}
#nav_global ul li a:hover::after {
  transform: scale(1, 1);
}
#nav_global ul .dropdown {
  cursor: pointer;
  padding: 2px 0;
}
#nav_global ul .dropdown::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #9c1421;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
#nav_global ul .dropdown:hover {
  color: #9c1421 !important;
  opacity: 1;
}
#nav_global ul .dropdown:hover::after {
  transform: scale(1, 1);
}
#nav_global ul .dropdown .second-level {
  width: auto;
}
@media screen and (max-width: 1500px) {
  #nav_global ul li {
    font-size: 15px;
  }
  #nav_global ul .dropdown {
    padding: 0 10px;
  }
  #nav_global ul .dropdown .second-level {
    width: calc(100% + 30px);
    left: -15px;
  }
  #nav_global ul .dropdown .second-level li {
    font-size: 14px;
  }
}
@media screen and (max-width: 1350px) {
  #nav_global {
    display: none;
  }
}

#mainArea {
  position: relative;
}
#mainArea img {
  width: 100vw;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 640px) {
  #mainArea img {
    -o-object-position: 45% center;
       object-position: 45% center;
  }
}
#mainArea .top_copy {
  font-family: "Anton", sans-serif;
  font-size: 84px;
  text-align: left;
  line-height: 1.2;
  position: absolute;
  top: 53%;
  left: 6%;
  transform: translateY(-50%);
}
#mainArea .top_copy .br980 {
  display: none;
}
@media screen and (max-width: 980px) {
  #mainArea .top_copy .br980 {
    display: block;
  }
}
#mainArea .top_copy span {
  display: block;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 46px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 25px;
}
@media only screen and (max-width: 640px) {
  #mainArea .top_copy {
    font-size: 70px;
  }
  #mainArea .top_copy span {
    font-size: 30px;
  }
}

#mainArea2 h1 {
  display: inline-block;
  font-size: 60px;
  line-height: 0.9;
  margin-top: 88px;
  position: relative;
}
#mainArea2 h1::before, #mainArea2 h1::after {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
}
#mainArea2 h1::before {
  background: #9c1421;
  top: 0;
  left: -70px;
}
#mainArea2 h1::after {
  border: 1px solid #9c1421;
  top: -20px;
  left: -90px;
}
@media screen and (max-width: 1350px) {
  #mainArea2 h1 {
    margin-top: 68px;
    padding-left: 60px;
  }
  #mainArea2 h1::before {
    left: 0;
  }
  #mainArea2 h1::after {
    left: -20px;
  }
}
@media screen and (max-width: 740px) {
  #mainArea2 h1 {
    font-size: 40px;
    padding-left: 50px;
  }
  #mainArea2 h1::before, #mainArea2 h1::after {
    width: 40px;
    height: 40px;
  }
}

#global_footer {
  background: rgba(61, 61, 61, 0.4);
}

.footer_container {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
}
.footer_container .f_box {
  text-align: left;
  position: relative;
}
.footer_container .f_box .f_logo {
  margin-bottom: 30px;
  line-height: 0.9;
}
.footer_container .f_box .f_logo a {
  font-size: 30px;
  font-weight: bold;
}
.footer_container .f_box .f_link {
  margin-top: 30px;
  display: flex;
}
.footer_container .f_box .f_link a {
  display: block;
}
.footer_container .f_box .f_link a:first-child {
  margin-right: 15px;
}
@media screen and (max-width: 1050px) and (min-width: 701px) {
  .footer_container .f_box .f_link {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 1050px) {
  .footer_container {
    flex-wrap: wrap;
    padding: 40px;
  }
  .footer_container .f_box {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 834px) {
  .footer_container {
    padding: 40px 0;
  }
}

.nav_footer {
  width: 700px;
}
.nav_footer ul {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
.nav_footer ul li {
  position: relative;
  padding-left: 10px;
}
.nav_footer ul li::before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}
@media screen and (max-width: 1050px) and (min-width: 641px) {
  .nav_footer ul {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  .nav_footer ul {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .nav_footer ul li {
    width: 33.3333333333%;
    margin-bottom: 10px;
  }
  .nav_footer ul li::before {
    display: none;
  }
  .nav_footer ul li a {
    width: 95%;
    display: block;
    margin: 0 auto;
    background: #fff;
    color: #000 !important;
    line-height: 38px;
  }
}
@media only screen and (max-width: 640px) {
  .nav_footer ul li {
    width: 50%;
  }
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  line-height: 58px;
  text-align: center;
}
.copyright small {
  font-weight: 500;
}

.fbox {
  display: flex;
  flex-wrap: wrap;
}
.fbox > div:not(:last-child) {
  margin-right: 40px;
}
@media only screen and (max-width: 640px) {
  .fbox {
    justify-content: center;
  }
  .fbox > div:not(:last-child) {
    margin-right: 0;
  }
}

.overseas01 {
  flex-wrap: wrap;
  margin-bottom: -20px;
}
.overseas01 .box {
  width: 16.6666666667%;
  margin-bottom: 20px;
}
.overseas01 .box article {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.overseas01 .box article img {
  margin: 0 auto 5px;
}
.overseas01 .box article a {
  width: 100%;
  text-align: center;
}
.overseas01 .box article div {
  width: 100%;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .overseas01 .box {
    width: 25%;
  }
}
@media only screen and (max-width: 640px) {
  .overseas01 .box {
    width: 33.3333333333%;
  }
}

.concept01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.concept01 .ct_img {
  width: 40%;
  height: 280px;
}
.concept01 .ct_tx {
  width: 55%;
}
.concept01 .ct_tx h2 {
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: 500;
  border-bottom: 2px solid #9c1421;
}
.concept01:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 700px) {
  .concept01 .ct_img {
    width: 100%;
    margin-bottom: 20px;
  }
  .concept01 .ct_tx {
    width: 100%;
  }
  .concept01:nth-child(odd) {
    flex-direction: row;
  }
}

.imagephoto {
  width: 100%;
  height: 300px;
}
.imagephoto img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.original01 {
  margin-bottom: 80px;
}

.original02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.original02:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.original02 .ct_img {
  width: 45%;
  height: 300px;
  margin-bottom: 40px;
}
.original02 .ct_tx {
  width: 52%;
  margin-bottom: 40px;
}
.original02 .ct_imgbox .box {
  width: 19%;
  margin-bottom: 10px;
}
.original02 .ct_imgbox .box:not(:nth-child(5n)) {
  margin-right: 1%;
}
@media screen and (max-width: 700px) {
  .original02 .ct_img {
    width: 100%;
    margin-bottom: 20px;
  }
  .original02 .ct_tx {
    width: 100%;
  }
  .original02 .ct_imgbox .box {
    width: 24%;
    margin-bottom: 10px;
  }
  .original02 .ct_imgbox .box:not(:nth-child(4n)) {
    margin-right: 1%;
  }
}

.attention01 em {
  display: block;
  font-size: 30px;
  padding-left: 70px;
  position: relative;
}
.attention01 em::before {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: "\f071";
  color: #fd7e14;
  font-size: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 660px) {
  .attention01 em {
    font-size: 23px;
    padding-left: 50px;
  }
  .attention01 em::before {
    font-size: 35px;
  }
}

.attention02 {
  display: flex;
  flex-wrap: wrap;
}
.attention02 dl {
  display: block !important;
  border-top: none !important;
  border: 2px solid #3d3d3d;
  width: calc(25% - 9px);
  min-height: 220px;
  margin-bottom: 20px;
}
.attention02 dl:not(:nth-child(4n)) {
  margin-right: 12px;
}
.attention02 dl dt {
  width: 100% !important;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  padding-left: 36px !important;
  font-size: 16px;
}
.attention02 dl dt::before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "\f05e";
  font-weight: 700;
  font-size: 20px;
  color: #d71c2e;
  position: absolute;
  left: 10px;
  top: 53%;
  transform: translateY(-50%);
}
.attention02 dl dd {
  width: 100% !important;
  font-size: 15px;
}
@media screen and (max-width: 1050px) {
  .attention02 dl {
    width: 32%;
    min-height: 160px;
  }
  .attention02 dl:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .attention02 dl:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 834px) {
  .attention02 dl {
    width: 49%;
    min-height: 160px;
  }
  .attention02 dl:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .attention02 dl:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

.about01 {
  justify-content: space-between;
}
.about01 .box {
  width: 24%;
  height: 220px;
}
.about01 .box img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media only screen and (max-width: 834px) {
  .about01 {
    margin-bottom: -20px;
  }
  .about01 .box {
    width: 49%;
    margin-bottom: 20px;
  }
}

.support01 div {
  font-size: 20px;
  font-weight: 500;
}
.support01 div a {
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  .support01 div a {
    text-decoration: underline;
  }
}

/* home */
h2 {
  font-family: "Anton", "Noto Sans JP", sans-serif;
  font-size: 60px;
  margin-bottom: 50px;
}

.top_title h2 {
  position: relative;
  line-height: 1;
  margin-bottom: 40px;
  padding-left: 75px;
}
.top_title h2::before, .top_title h2::after {
  display: block;
  content: "";
  width: 55px;
  height: 55px;
  position: absolute;
}
.top_title h2::before {
  background: #9c1421;
  top: 0;
  left: 0;
}
.top_title h2::after {
  border: 1px solid #9c1421;
  top: -20px;
  left: -20px;
}
@media screen and (max-width: 900px) {
  .top_title h2 {
    margin-left: 2.5%;
  }
}

.ct_title h2 {
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: 500;
  border-bottom: 2px solid #9c1421;
}
.ct_title h3 {
  font-size: 26px;
  line-height: 60px;
  border-left: 10px solid #9c1421;
  background: #3d3d3d;
  padding-left: 10px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 640px) {
  .ct_title h2 {
    font-size: 30px;
  }
  .ct_title h3 {
    font-size: 22px;
  }
}

.title02 h3 {
  border-left: none;
  padding-left: 0;
}
.title02 h3 span {
  display: inline-block;
  background: #9c1421;
  line-height: 60px;
  padding: 0 15px;
  margin-right: 15px;
}

em {
  font-size: 22px;
  font-weight: bold;
}

.tx_red div {
  color: #d71c2e;
}

.bg01 {
  padding: 30px 40px;
  background: #2b2b2b;
}
@media only screen and (max-width: 640px) {
  .bg01 {
    padding: 20px;
  }
}

.bg02 {
  width: 60%;
  padding: 20px 40px;
  border: 1px solid #ccc;
}

.ul01 li {
  padding-left: 1.5em;
  margin-bottom: 10px;
  position: relative;
}
.ul01 li::before {
  display: block;
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.ul02 {
  padding-left: 50px;
}
.ul02 li::before {
  content: "○";
  color: #ccc;
}

.li_check li {
  padding-left: 2em;
}
.li_check li::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f14a";
  font-weight: 200;
  color: #ccc;
  font-size: 22px;
  top: 50%;
  transform: translateY(-50%);
}

nav li .hover {
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  font-size: 15px;
  visibility: hidden;
}
nav li .nomal {
  visibility: visible;
}
nav li:hover .hover {
  visibility: visible;
}
nav li:hover .nomal {
  visibility: hidden;
}

.nav_footer li .hover {
  left: 10px;
  text-align: left;
}

.link_btn a {
  display: block;
  width: 250px;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #9c1421;
  background: #222;
  margin-top: 30px;
  position: relative;
}
.link_btn a::before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  font-weight: 400;
  font-size: 24px;
  color: #9c1421;
  position: absolute;
  right: 10px;
}
.link_btn a::after {
  display: block;
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 1px solid #9c1421;
  transition: 0.2s;
}
.link_btn a .hover {
  display: none;
}
.link_btn a .nomal {
  display: block;
}
.link_btn a:hover {
  opacity: 1;
  background: #9c1421;
}
.link_btn a:hover::before {
  color: #fff;
}
.link_btn a:hover::after {
  top: -6px;
  left: -6px;
}
.link_btn a:hover .hover {
  display: block;
}
.link_btn a:hover .nomal {
  display: none;
}
@media screen and (min-width: 641px) {
  .link_btn .tel_link::before {
    display: none;
  }
}

.btn02 a {
  font-size: 20px;
  width: 300px;
  height: 70px;
  line-height: 70px;
}
.btn02 a::after {
  display: none;
}

.top01 {
  padding: 130px 0;
  margin-top: -80px;
  background: url(../images/contents/bg01.jpg) center/cover no-repeat;
}
.top01 h2 {
  font-size: 50px;
  font-weight: bold;
}
@media screen and (max-width: 850px) {
  .top01 article {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
  }
  .top01 article div {
    text-align: left !important;
  }
}
@media screen and (max-width: 700px) {
  .top01 h2 {
    font-size: 36px;
  }
}

.top02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top02 .ct_tx {
  width: 47%;
  padding-left: 7vw;
}
.top02 .ct_tx h2 {
  display: inline-block;
  margin-bottom: 30px;
  padding-top: 6%;
  position: relative;
}
.top02 .ct_tx h2::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -7vw;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #9c1421;
}
.top02 .ct_img {
  width: 50%;
  height: 460px;
}
.top02 .ct_img img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 834px) {
  .top02 .ct_tx {
    width: 100%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    margin-bottom: 40px;
  }
  .top02 .ct_tx .link_btn a {
    margin: 30px auto 0;
  }
  .top02 .ct_img {
    width: 100%;
    height: 300px;
  }
  .top02:nth-child(3) {
    flex-direction: row;
  }
  .top02:nth-child(3) .ct_tx {
    width: 100%;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .top02:nth-child(3) .ct_tx h2::before {
    width: 100%;
  }
}

.t02-b {
  flex-direction: row-reverse;
  margin-bottom: 120px;
}
.t02-b .ct_tx {
  width: 44%;
  padding-left: 0;
  padding-right: 7vw;
}
.t02-b .ct_tx h2::before {
  background: #fff;
  height: 130%;
  width: 120%;
}

.top03 {
  justify-content: center;
}
.top03 a {
  width: calc(50% - 30px);
  height: 290px;
  position: relative;
  margin: 0 20px;
}
.top03 a:last-child {
  margin-left: 0;
}
.top03 a .box img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.top03 a .box div {
  font-family: "Anton", "Noto Sans JP", sans-serif;
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top03 a .box div .nomal {
  display: block;
}
.top03 a .box div .hover {
  display: none;
  font-weight: bold;
}
.top03 a::before {
  display: block;
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 3px solid rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  position: absolute;
  top: 10px;
  left: 10px;
}
.top03 a::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 90px solid #9c1421;
  border-left: 90px solid transparent;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.top03 a:hover {
  color: #9c1421 !important;
  opacity: 0.9;
}
.top03 a:hover .box div .nomal {
  display: none;
}
.top03 a:hover .box div .hover {
  display: block;
}

@media screen and (max-width: 900px) {
  .top03-a a {
    width: 100%;
    margin: 0 20px 20px;
  }
  .top03-a a:last-child {
    margin: 0 20px;
  }
}

.top03-b a {
  width: calc(25% - 25px);
  height: 150px;
  border: 2px solid #fff;
  margin: 0;
  margin-right: 20px;
}
.top03-b a:first-child {
  margin-left: 20px;
}
.top03-b a::before {
  border-width: 1px;
}
.top03-b a::after {
  border-width: 30px;
}
.top03-b a .box div {
  font-size: 40px;
}
@media screen and (max-width: 1250px) {
  .top03-b a {
    width: calc(50% - 30px);
  }
  .top03-b a:nth-child(odd) {
    margin-left: 20px;
  }
  .top03-b a:nth-child(even) {
    margin-right: 20px;
  }
  .top03-b a:first-child {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 680px) {
  .top03-b a {
    width: 100%;
    margin: 0 20px 20px;
  }
  .top03-b a:last-child {
    margin: 0 20px;
  }
}

.top04 {
  height: 560px;
  background: url(../images/contents/bg02.jpg) 30% center/cover;
  margin-bottom: 120px;
  position: relative;
}
.top04 .ct_tx {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  max-width: 740px;
  width: 55%;
  margin-right: 5%;
}
.top04 .ct_tx .link_btn a {
  background: rgba(34, 34, 34, 0.85);
}
.top04 .ct_tx .link_btn a:hover {
  background: #9c1421;
}
@media only screen and (max-width: 834px) {
  .top04 .ct_tx {
    left: 0;
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
  }
  .top04 .ct_tx .link_btn a {
    margin: 30px auto 0;
  }
}

.top05 {
  height: 300px;
  background: url(../images/contents/top03.jpg) center fixed no-repeat;
  margin-bottom: -101px;
}

.top_news {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.top_news .ct_box {
  width: 48%;
}
.top_news .ct_box .scrollarea {
  max-height: 400px;
  padding: 10px;
}
.top_news .news_list {
  max-height: 230px;
  overflow-y: auto;
}
.top_news .news_list dl {
  align-items: flex-start;
  margin-bottom: 10px;
  border: none !important;
  margin: 0 auto;
}
.top_news .news_list dl dt {
  width: 100% !important;
  font-weight: 500;
  color: #c4c4c4;
}
.top_news .news_list dl dd {
  width: 100% !important;
  padding-top: 0 !important;
}
@media only screen and (max-width: 834px) {
  .top_news {
    justify-content: center;
    flex-wrap: wrap;
  }
  .top_news .ct_box {
    width: 90%;
  }
  .top_news .ct_box:not(:last-child) {
    margin-bottom: 100px;
  }
}

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