@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

*:focus {
  outline: none;
}

.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
  -moz-appearance: textfield !important;
}

body {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000000;
}

a:hover {
  opacity: 0.6;
}

li {
  list-style: none;
}

.f10 {
  font-size: 10px;
}

.f11 {
  font-size: 11px;
}

.f12 {
  font-size: 12px;
}
.f13{
  font-size: 13px;
}

.f14 {
  font-size: 14px;
}

.f15 {
  font-size: 15px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f19 {
  font-size: 19px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f24 {
  font-size: 24px;
}

.f25 {
  font-size: 25px;
}

.f26 {
  font-size: 26px;
}

.f27 {
  font-size: 27px;
}

.f28 {
  font-size: 28px;
}

.f30 {
  font-size: 30px;
}

.f31 {
  font-size: 31px;
}

.f32 {
  font-size: 32px;
}

.f33 {
  font-size: 33px;
}

.f36 {
  font-size: 36px;
}

.f39 {
  font-size: 39px;
}

.f40 {
  font-size: 40px;
}

.f42 {
  font-size: 42px;
}

.f46 {
  font-size: 46px;
}

.f48 {
  font-size: 48px;
}
.f56 {
  font-size: 56px;
}

.f60 {
  font-size: 60px;
}

.f72 {
  font-size: 5.270861vw;
}

@media screen and (max-width: 1280px) {
  .f22 {
    font-size: 18px;
  }
  .f56 {
    font-size: 50px;
  }
  .f24 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .f56 {
    font-size: 42px;
  }
  .f30 {
    font-size: 28px;
  }
  .f24 {
    font-size: 20px;
  }
  .f26 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .f56 {
    font-size: 32px;
  }
  .f30 {
    font-size: 24px;
  }
  .f26 {
    font-size: 18px;
  }
  .f24 {
    font-size: 16px;
  }
  .f18 {
    font-size: 16px;
  }
  .f14 {
    font-size: 12px;
  }
  p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .f56 {
    font-size: 22px;
  }
  .f36 {
    font-size: 26px;
  }
  .f30 {
    font-size: 18px;
  }
  .f20 {
    font-size: 14px;
  }
  .f14 {
    font-size: 12px;
  }
}
.arial {
  font-family: Arial、Helvetica Neue、Helvetica、sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m {
  font-weight: 500;
}

.b {
  font-weight: bold;
}
.c_brown {
  color: #31180b;
}
.c_white{
  color: #fff;
}
.c_red{
  color: red;
}
.c_orenge {
  color: #f85509;
}
.c_red{
  color: #fa665a;
}
.c_blue{
  color: #5c99cd;
}
.c_gray{
  color: #828282;
}
.c_gray2{
  color: #cfcfcf;
}
/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: relative;
  cursor: pointer;
  z-index: 3;
  background-color: #ffffff20;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 24px;
}

.hamburger span:nth-child(2) {
  top: 34px;
}

.hamburger.active {
  border: transparent;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  background: #fff;
  top: 26px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 30px;
}

.hamburger.active span:nth-child(2) {
  background: #fff;
  top: 26px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 30px;
}

nav.globalMenuSp {
  position: fixed;
  top: 0;
  right: 0;
  color: #fff;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  z-index: -1;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.362%;
  flex: 0 0 41.362%;
  display: none;
  background-color: #dd5519;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 30px;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

/* nav.globalMenuSp ul li:hover{
background :#ddd;
} */
nav.globalMenuSp ul li a {
  color: #fff;
  text-decoration: none;
}

nav.globalMenuSp ul li a span {
  display: block;
  color: #fff;
  margin-top: 9px;
}

nav.globalMenuSp ul li a:hover span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.6;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}

nav.globalMenuSp.active .img_box {
  background-image: url(../img/common/menu_img.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

nav.globalMenuSp .img_box .img {
  display: none;
}

nav.globalMenuSp.active .img_box .img {
  display: block;
  width: 23.721%;
  margin: 0 auto;
  margin-top: 16.855%;
}

nav.globalMenuSp.active ul {
  display: block;
  padding: 12.665% 9.151%;
}

.scroll-point {
  overflow: hidden;
}

.header .h_top {
  position: fixed;
  width: 100%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 3.514%;
  z-index: 11;
}

.header .h_top .logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 11.1%;
  flex: 0 0 11.1%;
  padding: 15px 0;
  position: relative;
}

.header .h_top .btn_box {
  z-index: 10;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 88.9%;
  flex: 0 0 88.9%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  transition: .3s;
}

.scroll-point .header .h_top .btn_box .box{
  background-color: #dd5519;
}
.scroll-point .header .h_top .btn_box a{
  z-index: 1;
}

.header .h_top .btn_box .box {
  background-color: #31180b;
  width: 72px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -1px;
  position: relative;
  z-index: 10;
}

.header .h_top .btn_box .box .img {
  width: 24px;
  margin: 0 auto;
}

.header section.mv {
  background-image: url(../img/front/front_mv.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 7.394%;
  padding-top: 22.548%;
  padding-bottom: 21.377%;
  position: relative;
  z-index: -1;
  -webkit-animation: animationZoom1 6s ease-in-out forwards;
  animation: animationZoom1 6s ease-in-out forwards;
}

.header section.mv .text_box {
  color: #fff;
}

.header section.mv .text_box h1 {
  line-height: 1.25;
  letter-spacing: 0.2em;
}

.header section.mv .text_box p {
  line-height: 2;
}

.header section.mv .text_box p.first_txt {
  position: absolute;
  top: 7%;
  color: #fff;
  left: 17%;
}

@-webkit-keyframes animationZoom1 {
  0% {
    background-size: 120%;
  }
  100% {
    background-size: 110%;
  }
}

@keyframes animationZoom1 {
  0% {
    background-size: 120%;
  }
  100% {
    background-size: 110%;
  }
}

@-webkit-keyframes animationZoom2 {
  0% {
    background-size: 220%;
  }
  100% {
    background-size: 210%;
  }
}

@keyframes animationZoom2 {
  0% {
    background-size: 220%;
  }
  100% {
    background-size: 210%;
  }
}

@-webkit-keyframes animationZoom3 {
  0% {
    background-size: 160%;
  }
  100% {
    background-size: 150%;
  }
}

@keyframes animationZoom3 {
  0% {
    background-size: 160%;
  }
  100% {
    background-size: 150%;
  }
}

.footer {
  width: 85.798%;
  margin: 0 auto;
  margin-top: 6.516%;
  border-top: 1px solid #000000;
  padding-top: 6.516%;
  padding-bottom: 4.539%;
}

.footer .f_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer .f_content .left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  margin-right: 25%;
}

.footer .f_content .left .img {
  width: 42.666%;
  margin-bottom: 7.51%;
}

.footer .f_content .left .text p.f12 {
  line-height: 1.667;
}

.footer .f_content .left .text p.f14 {
  line-height: 1.429;
}

.footer .f_content .right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-right: 9%;
}

.footer .f_content .right .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer .f_content .right .list .sub_left,
.footer .f_content .right .list .center,
.footer .f_content .right .list .sub_right {
  -webkit-box-flex: 33.3%;
  -ms-flex: 33.3%;
  flex: 33.3%;
}

.footer .f_content .right .list .sub_left li {
  margin-bottom: 18.73%;
}

.footer .f_content .right .list .center li:first-child {
  margin-bottom: 12.49%;
}

.footer .f_content .right .list .center li:nth-child(n + 2) {
  margin-bottom: 10%;
}

.footer .f_content .right .list .sub_right li {
  margin-bottom: 12.49%;
}

.footer #top {
  text-align: center;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
}

.footer #top .img {
  width: 32px;
  margin: 0 auto;
  margin-bottom: 5px;
}

.footer #top p {
  color: #dcdcde;
}

.br768on,
.br480on,
.sp_active {
  display: none;
}

@media screen and (max-width: 1024px) {
  .footer .f_content .left {
    margin-right: 20%;
  }
  .footer .f_content .right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    padding-right: 0%;
  }
}

@media screen and (max-width: 768px) {
  .br768on {
    display: block;
  }
  .f32 {
    font-size: 28px;
  }
  .f42 {
    font-size: 38px;
  }
  .footer .f_content {
    display: block;
  }
  .footer .f_content .left .img {
    width: 20%;
    margin: 0 auto;
    margin-bottom: 3%;
  }
  .footer .f_content .left {
    text-align: center;
    margin-right: 0;
  }
  .footer .f_content .left .text p.f12 {
    font-size: 15px;
  }
  .footer .f_content .left .text p.f14 {
    font-size: 15px;
    margin-top: 3%;
    margin-bottom: 4%;
  }
  .footer .f_content .right .list .sub_left,
  .footer .f_content .right .list .center,
  .footer .f_content .right .list .sub_right {
    padding-left: 8%;
  }
  .header section.mv {
    -webkit-animation: animationZoom3 6s ease-in-out forwards;
    animation: animationZoom3 6s ease-in-out forwards;
  }
}

@media screen and (max-width: 480px) {
  .br480off {
    display: none;
  }
  .br480on {
    display: block;
  }
  .f48 {
    font-size: 30px;
  }
  .f18 {
    font-size: 15px;
  }
  .f32 {
    font-size: 21px;
  }
  .f24 {
    font-size: 18px;
  }
  .f42 {
    font-size: 30px;
  }
  .header .h_top .btn_box .box {
    width: 50px;
    height: 50px;
  }
  .header .h_top .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    padding: 10px 0 0;
  }
  .header .h_top .btn_box .box .img {
    width: 20px;
  }
  .hamburger span:nth-child(1) {
    top: 18px;
  }
  .hamburger span:nth-child(2) {
    top: 30px;
  }
  nav.globalMenuSp.active .img_box .img {
    width: 50%;
  }
  nav.globalMenuSp.active ul {
    padding: 20% 4% 0;
  }
  nav.globalMenuSp ul {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
  }
  .header section.mv {
    -webkit-animation: animationZoom2 6s ease-in-out forwards;
    animation: animationZoom2 6s ease-in-out forwards;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30%;
    padding-bottom: 18%;
  }
  .header section.mv .text_box p.first_txt {
    font-size: 11px;
    position: absolute;
    top: 20%;
    color: #fff;
    left: 10px;
    max-width: 355px;
  }
  .header section.mv .text_box p {
    line-height: 1.7;
  }
  .header section.mv .text_box h1 {
    margin-bottom: 3%;
  }
  .footer {
    margin-top: 12%;
    padding-top: 12%;
    padding-bottom: 10%;
    width: 94.67%;
  }
  .footer .f_content .left .img {
    width: 30%;
  }
  .footer .f_content .left .text p.f14 {
    margin-bottom: 8%;
  }
  .footer .f_content .left .text p.f12 {
    font-size: 12px;
  }
  .footer .f_content .right .list .sub_left,
  .footer .f_content .right .list .sub_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 7%;
  }
  .footer .f_content .right .list .center {
    display: none;
  }
  .footer .f_content .right .list .sub_left .sub,
  .footer .f_content .right .list .sub_right .sub {
    font-size: 14px;
    line-height: 1.7;
  }
  .footer .f_content .right .list .sub_left .sp_active {
    display: block;
  }
  .footer .f_content .right .list .sub_left li,
  .footer .f_content .right .list .sub_right li {
    margin-bottom: 8%;
  }
  .footer .f_content .right .list .sub_left .sub li:nth-child(n + 4) {
    margin-bottom: 3%;
  }
}

.header,
.main,
.footer {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.fixedBox{
  position: fixed;
  top: 50%;
  right: 1%;
  transform: translateY(-50%);
}
.fixedBox p{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #31250b;
}
@media screen and (max-width: 768px) {
  .fixedBox{
    position: relative;
  }
  .fixedBox p{
    text-align: center;
    padding: 10px 0;
    -ms-writing-mode: unset;
    writing-mode: unset;
  }
}
/*# sourceMappingURL=common.css.map */

/* --------------- 改行レスポンシブ --------------- */
.on1280,
.on1024,
.on768,
.on480{
  display: none;
}
@media screen and (max-width: 1280px) {
  .on1280{
    display: block;
  }
  .off1280{
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .on1024{
    display: block;
  }
  .off1024{
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .on768{
    display: block;
  }
  .off768{
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .on480{
    display: block;
  }
  .off480{
    display: none !important;
  }
}


/* --------------- lowPage --------------- */
.opa {
  transition: .3s;
}
.opa:hover{
  opacity: .8;
}
.btn01 {
  background: #31180b;
  border-radius: 10px;
  padding: 2% 0;
  text-align: center;
  display: block;
  max-width: 550px;
  letter-spacing: 1px;
  position: relative;
  margin: 0 1.5%;
  width: 42%;
}
.btn01::after{
  position: absolute;
  content: '▼';
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  font-size: 50%;
}
.lowPage .mv {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 485px;
  position: relative;
  z-index: -1;
}
.lowPage .mv .title{
  text-align: center;
  position: absolute;
  top: 37%;
  left: 50%;
  transform: translateX(-50%);
}
.lowPage .mv .title h3{
  margin: 12px 0 18px;
  letter-spacing: 5px;
}

.lowPage .sec1 {
  margin-top: -7%;
}
.lowPage.newlowPage .sec1 {
  margin-top: -11%;
}
@media screen and (max-width: 1280px) {
  .btn01::after{
    right: 3%;
  }
  .btn01.f20{
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .btn01 {
    padding: 2%;
  }
  .lowPage .mv{
    height: 330px;
  }
}
@media screen and (max-width: 768px) {
  .btn01 {
    padding: 3% 0;
    width: 80%;
    margin: 0 auto 15px;
  }
  .lowPage .sec1 {
    margin-top: -15%;
  }
  .lowPage.newlowPage .sec1 {
    margin-top: -17%;
  }
}
@media screen and (max-width: 480px){
  .btn01.f20 {
    font-size: 12px;
  }
  .lowPage .sec1 {
    margin-top: -28%;
  }
  .lowPage.newlowPage .sec1 {
    margin-top: -28%;
  }
}


/* --------------- newlowPage --------------- */
.newlowPage .ttlBox{
  text-align: center;
  margin-bottom: 50px;
}
.newlowPage .ttlBox h3 {
  padding-bottom: 20px;
  width: 250px;
  margin: auto;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
.newlowPage .ttlBox h5 {

}

.p160 {
  padding-top: 160px;
}
.w900{
  max-width: 900px;
  margin: auto;
  width: 94%;
}
.w880{
  max-width: 880px;
  margin: auto;
  width: 85%;
}
.w760{
  max-width: 760px;
  margin: auto;
  width: 85%;
}
.w640{
  max-width: 640px;
  margin: auto;
  width: 85%;
}

@media screen and (max-width: 768px) {
  .p160 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 480px){
  .p160 {
    padding-top: 40px;
  }
  .w760{
    width: 95%;
  }
  .w640{
    width: 95%;
  }
}
