@charset "UTF-8";

/* bootstrap.css基本の打消し（同じclass名での書き換え）
---------------------------------------------------- */
body {
  color: #222;
  margin: 0px;
  font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  background-color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 100%;
}

p,
dd {
  padding: 0px;
  font-size: 14px;
  line-height: 1.8em;
}

* {
  margin: 0px;
  padding: 0px;
}
*,
::after,
::before {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

img {
  border: 0px;
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

dl,
ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}
/* header
---------------------------------------------------- */
/* navigation
---------------------------------------------------- */
header {
  position: relative;
  background-color: rgba(13, 13, 13, 1);
  width: 100%;
  height: 60px;
  z-index: 700;
}
@media print, screen and (min-width: 992px) {
  header {
    position: relative;
    background-color: rgba(13, 13, 13, 1);
    width: 100%;
    height: 80px;
    z-index: 700;
  }
}
header .fixed-top {
  left: 0;
}
.navbar .nav-logo {
  position: absolute;
  top: 20px;
  left: 40px;
}

.navbar.bg-bk {
  background: rgba(13, 13, 13, 1);
}
@media print, screen and (min-width: 992px) {
  .navbar.bg-bk {
    background: rgba(13, 13, 13, 0.7);
  }
}
.navbar-nav {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
.navbar-nav .tel a:hover {
  text-decoration: none;
}

/*bootstrapの三本線を非表示*/
.navbar-light .navbar-toggler {
  color: #fff;
  border: none;
}

.navbar-toggler {
  width: 38px;
  height: 34px;
}

/*clickで×ボタンになる動き*/
.menu {
  height: 20px;
  position: absolute;
  right: 20px;
  top: 15px;
  width: 30px;
  z-index: 99;
}

.menu__line {
  background: #fff;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform 0.3s;
  width: 100%;
}

.menu__line--center {
  top: 9px;
}

.menu__line--bottom {
  bottom: 0;
}

.menu__line--top.active {
  top: 8px;
  transform: rotate(45deg);
}

.menu__line--center.active {
  transform: scaleX(0);
}

.menu__line--bottom.active {
  bottom: 10px;
  transform: rotate(135deg);
}

.navbar h1 {
  width: 230px;
}

@media (min-width: 992px), print {
  .navbar h1 {
    width: 100%;
  }
}

#nav1 {
  margin-bottom: 1rem;
}
@media (min-width: 992px), print {
  #nav1 {
    margin-bottom: 0;
  }
}

/*  ============ add ============*/
button:focus {
  outline: none;
}

.navbar-brand {
  padding-top: 10px;
}

#navibar {
  width: 100%;
  height: 80px;
  z-index: 100;
  background-color: rgba(13, 13, 13, 0.7);
  transition: all 300ms 0s ease;
}

#navibar.on {
  top: 0px;
}

.cb-header {
  position: fixed;
  /* 固定 */
  top: -100px;
  left: 0;
  text-align: center;
}

.logo {
  position: absolute;
  top: 20px;
  left: 30px;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.navbar {
  padding: 0 1rem;
  background: #0d0d0d;
}

@media (min-width: 992px), print {
  .navbar {
    background: none;
  }
}

#mainMenu {
  margin-right: 0px;
  margin-bottom: 5px;
}

@media (min-width: 992px), print {
  #mainMenu {
    margin-right: 10px;
    margin-bottom: 0px;
  }
}

#mainMenu li {
  display: block;
  height: auto;
  padding: 10px 0px;
}

@media (min-width: 992px), print {
  #mainMenu li {
    padding: 34px 5px 0px;
    height: 80px;
  }
}

@media (min-width: 1200px), print {
  #mainMenu {
    margin-right: 27.5px;
  }

  #mainMenu li {
    padding: 30px 10px 0px;
  }
}

#mainMenu li a {
  display: block;
  padding: 0px 0px 4px 0px;
}

#mainMenu li.active a {
  color: #be0d0d;
  font-weight: 800;
}

#nav1 .nav-wrap a {
  height: 100%;
  padding: 10px 0;
  position: relative;
  font-weight: 600;
  border-bottom: #ccc 1px solid;
  transition: 0.3s;
}
.icon-tel::before {
  content: "\f095";
}
.tel {
  font-size: 30px;
  line-height: 0.7em;
}
.tel span .num {
  padding-left: 0.5em;
}
.navbar-nav .tel a {
  color: #fff;
}
.navbar-nav .tel a:hover {
  color: #fff;
  text-decoration: underline;
}
.nav-wrap .nav-on a {
  color: #fff;
}
.logo {
  transition: 0.3s;
}
.logo:hover {
  opacity: 0.8;
}
.logo img {
  width: 80%;
}
@media screen and (min-width: 768px) {
  .logo img {
    width: 90%;
  }
  #nav1 .nav-wrap a {
    border-bottom: #ccc 1px solid;
    white-space: nowrap;
  }
  .tel {
    white-space: nowrap;
  }
}

@media screen and (min-width: 992px) {
  .tel {
    font-size: 1.4em;
    line-height: 1em;
  }
  #nav1 .nav-wrap a {
    height: 100%;
    padding: 0 10px;
    position: relative;
    font-weight: 600;
    border-bottom: none;
  }
  .logo img {
    width: 70%;
    padding-left: 0;
  }
  .nav-wrap a::after {
    content: "";
    position: absolute;
    left: 13%;
    top: 46px;
    width: 75%;
    height: 3px;
    background-color: #fff;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: 0.3s;
  }
  .nav-wrap a:hover::after {
    transform: scale(1, 1);
  }
  .nav-wrap .nav-on a::after {
    transform: scale(1, 1);
  }
  .nav-wrap a:hover {
    color: #fff;
  }
  .nav-wrap .nav-item-f a::after {
    content: none;
  }
  .nav-wrap .nav-item-f a:hover {
    opacity: 0.7;
  }
  .logo {
    position: absolute;
    top: 20px;
    left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .logo img {
    width: 100%;
    padding-left: 20px;
  }
  .logo {
    position: absolute;
    top: 20px;
    left: 30px;
  }
}
.tel i {
  color: #be0d0d;
  font-size: 16px;
}

button:focus {
  outline: none;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #fff;
}
.nav-fb1 {
  color: #fff;
  font-size: 20px;
  display: flex;
  line-height: 0.5em;
  width: 28px;
}
.nav-fb2 {
  margin-left: 10px;
}
.nav_facebook {
  margin-top: -10px;
}
@media screen and (min-width: 992px) {
  .nav_facebook {
    margin-top: 0;
  }
}
/* swiper
---------------------------------------------------- */
.swiper-wrapper {
  margin: 0 auto;
  /* text-align: center; */
}

.swiper-slide img {
  height: 80vw;
  width: 80%;
  margin-left: 20%;
  object-fit: contain;
}

@media (min-width: 768px), print {
  .swiper-slide img {
    height: 600px;
    object-fit: contain;
  }
}

@media (min-width: 992px), print {
  .swiper-slide img {
    object-fit: cover;
    height: 820px;
  }
}

.photo-ofi img {
  object-fit: cover;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

/*swiperの印刷対応*/
@media print {
  .swiper-slide {
    width: 1110px !important;
    transform: translate3d(-1150px, 0, 0) !important;
  }

  .swiper-slide img {
    width: 1100px;
    height: 389px;
  }
}

.swiper-container {
  position: relative;
  background-color: #0d0d0d;
}
.maintxt_01 {
  position: absolute;
  bottom: 15vw;
  left: 1vw;
  z-index: 800;
  width: 350px;
}
.maintxt_02 {
  position: absolute;
  top: 20px;
  left: 3vw;
  z-index: 750;
  width: 60px;
}

@media (min-width: 768px), print {
  .maintxt_01 {
    width: 650px;
    bottom: 15vw;
    left: 3vw;
  }
  .maintxt_02 {
    width: 120px;
    top: 80px;
  }
}

@media (min-width: 992px), print {
  .maintxt_01 {
    width: 800px;
    bottom: 12vw;
    left: 3vw;
  }
  .maintxt_02 {
    width: 150px;
    top: 80px;
  }
}
@media (min-width: 1200px), print {
  .maintxt_01 {
    width: 850px;
    bottom: 8vw;
    left: 3vw;
  }
  .maintxt_02 {
    width: 225px;
    top: 80px;
  }
}

/* section all
---------------------------------------------------- */
.en {
  font-family: "Crimson Text", serif;
}
.ja {
  font-family: "Noto Serif JP", serif;
}
.brpc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .brpc {
    display: block;
  }
}

/* -------------------------------
	btn
-------------------------------- */
.btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  padding: 0.85em 1.8em;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}
.btn,
.btn:before,
.btn:after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover {
  outline: 0;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-a {
  color: #be0d0d;
  text-align: left;
  min-width: 250px;
  border: solid 1px #be0d0d;
  padding-right: 90px;
  position: relative;
  background-color: #fff;
}
.btn-a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 65px;
  border-top: solid 1px #be0d0d;
}
.btn-a:hover {
  color: #be0d0d;
}
.btn-a:hover:after {
  right: -20px;
}
.btn-b a {
  color: #be0d0d;
}
.btn-b {
  color: #be0d0d;
  text-align: left;
  min-width: 250px;
  border: solid 1px #be0d0d;
  padding-right: 90px;
  position: relative;
  letter-spacing: 0.1em;
  background-color: rgba(255, 255, 255, 0.8);
}
.btn-b:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 65px;
  border-top: solid 1px #be0d0d;
}
.btn-b a:hover {
  color: #be0d0d;
  text-decoration: none;
}
.btn-b:hover:after {
  right: -20px;
}
.btn:hover {
  color: #be0d0d;
}
/* Top_aboutus
  ---------------------------------------------------- */
/* area01 */
.c_content {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
/* コンテンツサイズ */
.c_content940 {
  margin-left: auto;
  margin-right: auto;
  width: 940px;
}
.c_width {
  width: 1110px;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
  .c_content,
  .c_content940 {
    width: 96%;
  }
  .c_width {
    width: 96%;
  }
  .c_width100-tab {
    width: 100% !important;
  }
}
@media print {
  .c_content,
  .c_content940 {
    width: 96%;
  }
  .c_width {
    width: 96%;
  }
  .c_width100-tab {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .c_content,
  .c_content940 {
    width: 92%;
  }
  .c_width {
    width: 92%;
  }
  .c_width100-sp {
    width: 100% !important;
  }
}
.home_area01 {
  background-image: url("../images/top_cont01_bg.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  padding: 170px 0 0 0;
  height: 690px;
}
.home_area01-con01 {
  display: table;
}
.home_area01-con01 .con01_left {
  display: table-cell;
  width: 620px;
  vertical-align: top;
}
.home_area01-con01 .con01_right {
  display: table-cell;
  text-align: center;
  line-height: 0;
  vertical-align: top;
}

.home_area01-txt02 {
  text-shadow: white 2px 0px, white -2px 0px, white 0px -2px, white 0px 2px,
    white 2px 2px, white -2px 2px, white 2px -2px, white -2px -2px,
    white 1px 2px, white -1px 2px, white 1px -2px, white -1px -2px,
    white 2px 1px, white -2px 1px, white 2px -1px, white -2px -1px;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
  .home_area01 {
    background-image: url("../images/top_cont01_bg.jpg");
    background-position: center top;
    padding: 100px 0 0 0;
    height: 680px;
  }
  .home_area01-con01 .con01_left {
    width: 68%;
  }

  .home_area01-txt01 {
    font-size: 18px;
  }
}
@media print {
  .home_area01 {
    background-size: 1600px auto;
    background-position: center top;
    padding: 80px 0 0 0;
    height: 540px;
  }
  .home_area01-con01 .con01_left {
    width: 68%;
  }
  .home_area01-txt01 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .home_area01 {
    background-image: url("../images/top_cont01_sp_bg1.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 40px 0 150px 0;
    height: auto;
    background-color: #fff;
  }
  .home_area01-con01 {
    display: block;
  }
  .home_area01-con01 .con01_left {
    display: block;
    padding-bottom: 15px;
    width: auto;
  }
  .home_area01-con01 .con01_right {
    display: block;
    width: auto;
  }

  .home_area01-txt01 {
    font-size: 15px;
  }
}

.sec-ttl1-top {
  width: 100%;
}
.title_about {
  font-size: 34px;
  letter-spacing: 0.05em;
  font-weight: 600;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 3;
  height: 80px;
}
.title_about::before {
  content: ""; /*何も入れない*/
  display: inline-block; /*忘れずに！*/
  width: 40px; /*画像の幅*/
  height: 40px; /*画像の高さ*/
  background-image: url("../images/title01.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -25px;
  left: -10px;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .title_about {
    font-size: 38px;
    letter-spacing: 0.05em;
    font-weight: 600;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 3;
    height: 80px;
  }
  .title_about::before {
    content: ""; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 40px; /*画像の幅*/
    height: 40px; /*画像の高さ*/
    background-image: url("../images/title01.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -20px;
    left: -10px;
    z-index: -1;
  }
}
@media print, screen and (min-width: 992px) {
  .title_about {
    font-size: 45px;
    letter-spacing: 0.05em;
    font-weight: 600;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 3;
    height: 80px;
  }
  .title_about::before {
    content: ""; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 65px; /*画像の幅*/
    height: 65px; /*画像の高さ*/
    background-image: url("../images/title01.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -40px;
    left: -25px;
    z-index: -1;
  }
}
@media print, screen and (min-width: 1200px) {
  .title_about {
    font-size: 53px;
    letter-spacing: 0.05em;
    font-weight: 600;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 3;
    height: 80px;
  }
  .title_about::before {
    content: ""; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 90px; /*画像の幅*/
    height: 90px; /*画像の高さ*/
    background-image: url("../images/title01.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -55px;
    left: -55px;
    z-index: -1;
  }
}

.txt_bold {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-top: 70px;
}
@media print, screen and (min-width: 768px) {
  .txt_bold {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding-top: 50px;
  }
}
@media print, screen and (min-width: 992px) {
  .txt_bold {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding-top: 60px;
  }
}
/* Top_business
  ---------------------------------------------------- */
.title_road {
  font-size: 34px;
  letter-spacing: 0.05em;
  font-weight: 600;
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 3;
  height: 80px;
  color: #fff;
}
.title_road::before {
  content: ""; /*何も入れない*/
  display: inline-block; /*忘れずに！*/
  width: 40px; /*画像の幅*/
  height: 40px; /*画像の高さ*/
  background-image: url("../images/title02.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -25px;
  left: -10px;
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  .title_road {
    font-size: 38px;
    letter-spacing: 0.05em;
    font-weight: 600;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 3;
    height: 80px;
  }
  .title_road::before {
    content: ""; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 40px; /*画像の幅*/
    height: 40px; /*画像の高さ*/
    background-image: url("../images/title02.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -25px;
    left: -25px;
    z-index: -1;
  }
}
@media print, screen and (min-width: 992px) {
  .title_road {
    font-size: 45px;
    letter-spacing: 0.05em;
    font-weight: 600;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 3;
    height: 80px;
  }
  .title_road::before {
    content: ""; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 65px; /*画像の幅*/
    height: 65px; /*画像の高さ*/
    background-image: url("../images/title02.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -40px;
    left: -25px;
    z-index: -1;
  }
}
@media print, screen and (min-width: 1200px) {
  .title_road {
    font-size: 53px;
    letter-spacing: 0.05em;
    font-weight: 600;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 3;
    height: 80px;
  }
  .title_road::before {
    content: ""; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 90px; /*画像の幅*/
    height: 90px; /*画像の高さ*/
    background-image: url("../images/title02.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -55px;
    left: -55px;
    z-index: -1;
  }
}

#business_bg {
  background: url("../images/top_business_bg.jpg") top left / cover no-repeat;
  width: 100%;
  padding: 60px 0 0 0;
}
@media print, screen and (min-width: 768px) {
  #business_bg {
    background: url("../images/top_business_bg.jpg") top left / cover no-repeat;
    width: 100%;
    padding: 80px 0 0 0;
  }
}
@media print, screen and (min-width: 992px) {
  #business_bg {
    background: url("../images/top_business_bg.jpg") top left / cover no-repeat;
    width: 100%;
    padding: 100px 0 0 0;
  }
}
@media print, screen and (min-width: 1200px) {
  #business_bg {
    background: url("../images/top_business_bg.jpg") top center / cover
      no-repeat;
    width: 100%;
    padding: 150px 0 0 0;
  }
}
@media print, screen and (min-width: 1800px) {
  #business_bg {
    background: url("../images/top_business_bg.jpg") top center / contain
      no-repeat;
    width: 100%;
    padding: 150px 0 0 0;
  }
}

.container-fluid {
  padding: 0;
}
.sec-ssc {
  padding: 1px 0;
}
.g-hl {
  margin: 0 -0.5px;
}
.g-hl > [class*="col-"] {
  padding: 0 0.5px;
}
.gg-hl {
  margin: -1px -0.5px 0 !important;
}
.gg-hl > [class*="col-"] {
  padding: 0px !important;
  margin-top: 30px !important;
  margin-bottom: -5px;
}
/* -------------------------------
	figure
-------------------------------- */
.figure {
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #0d0d0d;
  cursor: pointer;
}
.figure > img {
  position: relative;
  display: block;
}
.figure figcaption {
  padding: 0;
  margin: 0;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.figure figcaption::before,
.figure figcaption::after {
  pointer-events: none;
}
.figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  opacity: 0;
}
.figure_business {
  height: 400px;
}
.figure_business > img {
  position: absolute;
  left: 0;
  top: 0;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.figure_business figcaption {
  z-index: 0;
}
.figure_business figcaption:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 290px;
  bottom: 0;
  background-color: rgba(13, 13, 13, 0.5);
  z-index: -1;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.figure_business figcaption h3 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 250px 0 0;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.figure_business figcaption h3 img {
  display: block;
  margin: 0 auto 10px;
}
.figure_business figcaption p {
  text-align: center;
  margin: 5px 0 0 0;
}
.figure_business:hover > img {
  -moz-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
  opacity: 0.5;
}
.figure_business:hover figcaption:before {
  top: 0;
}
.figure_business:hover figcaption h3 {
  margin-top: 150px;
}
.cover img {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/**/
img.object-fit-img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  font-family: "object-fit: scale-down; object-position: 50% 50%;";
  object-position: 50% 50%;
  /* 中央寄せ　横/縦 */
}
img.object-fit-img.cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media print, screen and (min-width: 1200px) {
  .figure_business figcaption h3 {
    font-size: 20px;
  }
}
/* Top_sports_business
  ---------------------------------------------------- */
.sports_business {
  background: #fff;
  padding-top: 50px;
}
@media print, screen and (min-width: 768px) {
  .sports_business {
    padding-top: 100px;
  }
}
.title_sports1 {
  margin-top: 30px;
}
.title_sports {
  font-size: 34px;
  letter-spacing: 0.05em;
  font-weight: 600;
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 3;
  height: 80px;
}
.title_sports::before {
  content: ""; /*何も入れない*/
  display: inline-block; /*忘れずに！*/
  width: 40px; /*画像の幅*/
  height: 40px; /*画像の高さ*/
  background-image: url("../images/title03.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -25px;
  left: -10px;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .title_sports1 {
    margin-top: 0;
  }
  .title_sports {
    font-size: 38px;
    letter-spacing: 0.05em;
    font-weight: 600;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 3;
    height: 80px;
  }
  .title_sports::before {
    content: ""; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 40px; /*画像の幅*/
    height: 40px; /*画像の高さ*/
    background-image: url("../images/title03.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -25px;
    left: -25px;
    z-index: -1;
  }
}
@media print, screen and (min-width: 992px) {
  .title_sports {
    font-size: 45px;
    letter-spacing: 0.05em;
    font-weight: 600;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 3;
    height: 80px;
  }
  .title_sports::before {
    content: ""; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 65px; /*画像の幅*/
    height: 65px; /*画像の高さ*/
    background-image: url("../images/title03.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -40px;
    left: -25px;
    z-index: -1;
  }
}
@media print, screen and (min-width: 1200px) {
  .title_sports {
    font-size: 53px;
    letter-spacing: 0.05em;
    font-weight: 600;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 3;
    height: 80px;
  }
  .title_sports::before {
    content: ""; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 90px; /*画像の幅*/
    height: 90px; /*画像の高さ*/
    background-image: url("../images/title03.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -55px;
    left: -55px;
    z-index: -1;
  }
}

.block {
  background: #fff;
}
@media print, screen and (min-width: 992px) {
  .block {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 50px;
  }
}
.block-item {
  -ms-grid-row: 1;
  grid-row: 1;
  overflow: hidden;
}
@media print, screen and (min-width: 992px) {
  .block-item:first-child {
    -ms-grid-column: 1;
    grid-column: 1;
    transform-origin: right top;
    transform: translateY(0) skew(-22deg);
    margin-right: -90px;
  }
}
@media print, screen and (min-width: 1200px) {
  .block-item:first-child {
    -ms-grid-column: 1;
    grid-column: 1;
    transform-origin: right top;
    transform: translateY(0) skew(-22deg);
    margin-right: -100px;
  }
}

.block-item:first-child a {
  background: url("../images/top_newlyestablished.png") no-repeat top center;
  background-size: cover;
}
@media print, screen and (min-width: 992px) {
  .block-item:first-child a {
    transform-origin: right top;
    transform: skew(22deg);
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 992px) {
  .block-item:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    transform-origin: left bottom;
    transform: translateY(50px) skew(-22deg);
    margin-left: -110px;
  }
}
@media print, screen and (min-width: 1200px) {
  .block-item:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    transform-origin: left bottom;
    transform: translateY(50px) skew(-22deg);
    margin-left: -100px;
  }
}
.block-item:nth-child(2) a {
  background: url("../images/top_maintenance.png") no-repeat top center;
  background-size: cover;
}
@media print, screen and (min-width: 992px) {
  .block-item:nth-child(2) a {
    transform-origin: left bottom;
    transform: skew(22deg);
  }
}
.block-item > a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 100%;
  font-size: 2.3rem;
  letter-spacing: 0.1em;
  padding: 1em;
  color: inherit;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}
@media print, screen and (min-width: 992px) {
  .block-item > a {
    height: 480px;
  }
}
.block-item > a:hover {
  cursor: pointer;
  opacity: 0.8;
  text-decoration: none;
}

.section-title {
  display: block;
  align-items: flex-start;
  align-content: flex-start;
  letter-spacing: 1px;
}

.section-title-en {
  display: table;
  font-family: "Crimson Text", serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  margin-top: 16px;
}
.section-title-ja {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 16px 0 30px 0;
}
@media print, screen and (min-width: 768px) {
  .section-title-ja {
    font-size: 28px;
  }
}
@media print, screen and (min-width: 1200px) {
  .section-title-ja {
    font-size: 36px;
  }
  .section-title-en {
    font-size: 16px;
  }
}
.block-item .base-txt {
  color: #fff;
}
.base-txt {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05rem;
  margin: 0;
  font-weight: 400;
}
.block-item-inner01 {
  margin-left: 0;
}
.block-item-inner02 {
  margin-left: 0;
}
@media print, screen and (min-width: 992px) {
  .block-item-inner01 {
    margin-left: -30px;
  }
  .block-item-inner02 {
    margin-left: 120px;
  }
}
@media print, screen and (min-width: 1200px) {
  .block-item-inner01 {
    margin-left: 0;
  }
  .block-item-inner02 {
    margin-left: 20px;
  }
}
/* Top_contact
  ---------------------------------------------------- */
.title_contact,.title_movie {
  font-size: 34px;
  letter-spacing: 0.05em;
  font-weight: 600;
  position: absolute;
  text-align: center;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 3;
  height: 80px;
  color: #fff;
}
.title_contact::before,,.title_movie::before {
  content: ""; /*何も入れない*/
  display: inline-block; /*忘れずに！*/
  width: 40px; /*画像の幅*/
  height: 40px; /*画像の高さ*/
  background-image: url("../images/title_c.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .title_contact,.title_movie {
    font-size: 38px;
    letter-spacing: 0.05em;
    font-weight: 600;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 3;
    height: 80px;
    color: #fff;
  }
  .title_contact::before,.title_movie::before {
    content: ""; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 50px; /*画像の幅*/
    height: 50px; /*画像の高さ*/
    background-image: url("../images/title_c.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -25px;
    left: -25px;
    z-index: -1;
  }
}
@media print, screen and (min-width: 992px) {
  .title_contact,.title_movie {
    font-size: 45px;
    letter-spacing: 0.05em;
    font-weight: 600;
    position: absolute;
    text-align: center;
    top: 20px;
    left: 48%;
    transform: translateX(-48%);
    -webkit-transform: translateX(-48%);
    -ms-transform: translateX(-48%);
    z-index: 3;
    height: 80px;
    color: #fff;
  }
  .title_contact::before,.title_movie::before {
    content: ""; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 65px; /*画像の幅*/
    height: 65px; /*画像の高さ*/
    background-image: url("../images/title_c.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -40px;
    left: -40px;
    z-index: -1;
  }
}
@media print, screen and (min-width: 1200px) {
  .title_contact,.title_movie {
    font-size: 53px;
    letter-spacing: 0.05em;
    font-weight: 600;
    position: absolute;
    top: 20px;
    left: 48%;
    transform: translateX(-48%);
    -webkit-transform: translateX(-48%);
    -ms-transform: translateX(-48%);
    z-index: 3;
    height: 80px;
    color: #fff;
  }
  .title_contact::before,.title_movie::before {
    content: ""; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 90px; /*画像の幅*/
    height: 90px; /*画像の高さ*/
    background-image: url("../images/title_c.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -55px;
    left: -55px;
    z-index: -1;
  }
}
.contact {
  background: url("../images/TopContact_bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 40px 0 30px 0;
}
@media print, screen and (min-width: 768px) {
  .contact {
    padding: 80px 0 60px 0;
  }
}
.con_phone {
  color: #fff;
  font-size: 33px;
  margin-bottom: 12px;
  text-align: center;
}
.con_phone .small {
  font-size: 18px;
}
.con_phone a {
  color: #fff;
}
.con_phone a:hover {
  color: #fff;
  text-decoration: underline;
}
.phone_c_box01 {
  margin-top: 80px;
}
.phone_c_box02 {
  margin-top: -5px;
}
@media print, screen and (min-width: 768px) {
  .phone_c_box01,
  .phone_c_box02 {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 992px) {
  .con_phone {
    font-size: 43px;
    margin-bottom: 0;
    text-align: left;
  }
  .con_phone .small {
    font-size: 30px;
  }
}
.contact-cta-btn {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.contact-cta-btn img {
  vertical-align: baseline;
  margin-right: 10px;
}
.contact-txt {
  font-size: 12px;
  font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  display: block;
  color: #fff;
  text-align: center;
}

/* footer
  ---------------------------------------------------- */
#footer {
  background-color: #0d0d0d;
  padding: 60px 0;
  position: relative;
  color: #fff;
  font-size: 12px;
}
#footer .footer-sp-logo .call a {
  color: #fff;
}
#footer .footer-sp-logo .call a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-brand {
  text-align: center;
  margin-bottom: 20px;
}
.fadd {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  line-height: 1.5;
}
.fadd-pzip:before {
  content: "〒";
}
.footer-info .call {
  font-size: 18px;
  font-weight: 600;
}
.footer-info address {
  margin-bottom: 5px;
}

.f_tel a {
  color: #fff;
  text-decoration: underline;
}
.f_tel a:hover {
  text-decoration: none;
}
.mt-sm {
  margin-top: 20px !important;
}

.footer_menu a {
  color: #fff;
}
.footer_menu li {
  padding-bottom: 30px;
  position: relative;
}
.footer_menu li:before {
  position: absolute;
  top: 0;
  left: -15px;
  content: "-";
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
.footer_menu_first {
  margin: 0 60px 0 15px;
}
.copyright {
  color: #717171;
  font-size: 12px;
  margin: 20px auto;
  text-align: center;
}
.footer-sp-logo {
  text-align: center;
}
.footer-logo {
  margin-bottom: 15px;
}
@media (min-width: 768px), print {
  .copyright {
    margin: 10px 0 0 0;
    text-align: left;
  }
  .footer-sp-logo {
    text-align: left;
  }
  .footer-logo {
    margin-bottom: 0;
  }
}
@media (min-width: 992px), print {
  .footer_menu_first {
    margin: 0 30px 0 10px;
  }
  .copyright {
    margin: 30px 0 0 0;
    text-align: left;
  }
}
@media (min-width: 1200px), print {
  .footer_menu_first {
    margin: 0 30px 0 70px;
  }
  .copyright {
    margin: 30px 0 0 0;
    text-align: left;
  }
}
.bunner {
  width: 260px;
}
.bunner li a:hover {
  opacity: 0.7;
}
/* 中ページ
---------------------------------------------------- */
/* 中ページmain画像 */
/* #wrapper */
#wrapper {
  overflow: hidden;
  position: relative;
  background: transparent;
}

#main,
#main > .container-fluid {
  padding: 0;
}
.page-title {
  position: relative;
  padding-top: 0;
}
.page-bg {
  background: -webkit-linear-gradient(
    left,
    rgb(34, 34, 34) 0%,
    rgb(153, 0, 0) 100%
  );
  background: -o-linear-gradient(left, rgb(34, 34, 34) 0%, rgb(153, 0, 0) 100%);
  background: linear-gradient(right, rgb(34, 34, 34) 0%, rgb(153, 0, 0) 100%);
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-bg > img {
  font-family: "object-fit:cover;";
  object-fit: cover;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.page-title h2 {
  color: #fff;
  font-size: 40px;
  line-height: 0.66;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  text-shadow: 0 0 5px #000;
  padding: 90px 0;
  position: relative;
  z-index: 1;
  width: auto;
  height: auto;
}
.page-title h2 small {
  font-size: 20px;
  line-height: 0.75;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 20px auto 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .page-title h2 {
    font-size: 58px;
  }
  .page-title h2 small {
    font-size: 25px;
    margin: 30px auto 0;
  }
}

/* road.html
  ---------------------------------------------------- */
.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

/* road_about
---------------------------------------------------- */
.about {
  padding: 60px 0;
  background: url("../images/about_bg.png") no-repeat top center;
  background-color: rgba(34, 34, 34, 0.6);
  background-blend-mode: darken;
}
.about-txt {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.9em;
}
@media screen and (min-width: 768px) {
  .about {
    padding: 90px 0;
  }
  .about-txt {
    font-size: 17px;
  }
}
@media screen and (min-width: 992px) {
  .about {
    padding: 100px 0;
  }
}
/* sports_about
---------------------------------------------------- */
.about01 {
  padding: 60px 0;
  background: url("../images/about_bg01.png") no-repeat top center;
  background-color: rgba(34, 34, 34, 0.6);
  background-blend-mode: darken;
}
.about-txt01 {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8em;
}
@media screen and (min-width: 768px) {
  .about01 {
    padding: 90px 0;
  }
  .about-txt01 {
    font-size: 17px;
  }
}
@media screen and (min-width: 992px) {
  .about01 {
    padding: 100px 0;
  }
}

/* road sports
---------------------------------------------------- */

.business01,
.business02 {
  position: relative;
  margin-bottom: 50px;
}

.business01-wrap,
.business02-wrap {
  padding: 30px 55px;
  border-top: #be0d0d 3px solid;
  text-align: left;
  background-color: #f3f3f3;
}
.sec-ttl1 {
  width: 100%;
}
.sec-ttl2 {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 3;
  height: 80px;
}
.sec-ttl2 span {
  display: block;
  font-size: 15px;
  color: #be0d0d;
  letter-spacing: 0.05em;
  margin-top: 10px;
  font-weight: normal;
}
.sec-ttl2::before {
  content: ""; /*何も入れない*/
  display: inline-block; /*忘れずに！*/
  width: 55px; /*画像の幅*/
  height: 55px; /*画像の高さ*/
  background-image: url("../images/title_r.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: -1;
}
.business01-txt,
.business02-txt {
  padding: 90px 0 10px 0;
}
.business03-txt {
  padding: 120px 0 10px 0;
}

/* スマホ横で少し写真にかかる */
@media screen and (min-width: 576px) {
  .business01,
  .business02 {
    position: relative;
    margin-bottom: 200px;
  }
  .business01-img,
  .business02-img {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  .business01-img img,
  .business02-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .business01-cont,
  .business02-cont {
    padding-top: 200px;
  }
  .business01-wrap,
  .business02-wrap {
    background-color: #f3f3f3;
    padding: 50px;
  }
}
@media screen and (min-width: 768px) {
  .business01-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 70%;
    height: 100%;
  }
  .business02-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 70%;
    height: 100%;
  }
  .business01-img img,
  .business02-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .business01-cont,
  .business02-cont {
    padding-top: 180px;
  }
  .business01-wrap,
  .business02-wrap {
    padding: 45px;
    border-top: #be0d0d 3px solid;
    text-align: left;
  }
  .business01-txt,
  .business02-txt {
    padding: 100px 0 10px 0;
  }
  .business03-txt {
    padding: 150px 0 10px 0;
  }
  .sec-ttl2 {
    font-size: 30px;
    top: 0;
    left: 0;
  }
  .sec-ttl2 span {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .business01-img {
    width: 75%;
  }
  .business01-cont,
  .business02-cont {
    padding-top: 205px;
  }
}

@media (min-width: 1200px) {
  .business01-txt,
  .business02-txt {
    padding: 100px 0 30px 0;
  }
  .business03-txt {
    padding: 120px 0 30px 0;
  }
  .business01-wrap {
    padding: 70px 45px 0 65px;
  }
  .business02-wrap {
    padding: 70px 65px 0 45px;
  }
  .sec-ttl2 span {
    font-size: 20px;
  }
}

/* company.html
  ---------------------------------------------------- */
.sec-ttl1_1 {
  width: 100%;
}
.sec-ttl2_1 {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 5;
  height: 80px;
  z-index: 3;
}
.sec-ttl2_1 span {
  display: block;
  font-size: 15px;
  color: #be0d0d;
  letter-spacing: 0.05em;
  margin-top: 10px;
  font-weight: normal;
}
.sec-ttl2_1::before {
  content: ""; /*何も入れない*/
  display: inline-block; /*忘れずに！*/
  width: 40px; /*画像の幅*/
  height: 40px; /*画像の高さ*/
  background-image: url("../images/title_r.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -20px;
  left: -10px;
  z-index: -1;
}
.h4-ttl {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-align: left;
  margin-top: 60px;
}
@media (min-width: 768px), print {
  .sec-ttl2_1 {
    font-size: 30px;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    height: 80px;
    z-index: 3;
  }
  .sec-ttl2_1 span {
    display: block;
    font-size: 20px;
    color: #be0d0d;
    letter-spacing: 0.05em;
    margin-top: 10px;
    font-weight: normal;
  }
  .h4-ttl {
    font-size: 18px;
    margin-top: 20px;
  }
}
.gre-txt {
  color: #fff;
}
.ceo_name {
  color: #fff;
  margin-top: 10px;
  text-align: center;
}
.ceo_name span {
  margin-right: 15px;
}
.accessmap {
  width: 100%;
  height: 80vw;
  margin-top: 60px;
}
@media (min-width: 768px), print {
  .accessmap {
    width: 100%;
    height: 50vw;
    margin-top: 0;
  }
}
@media (min-width: 992px), print {
  .accessmap {
    width: 100%;
    height: 30vw;
    margin-top: 0;
  }
}
/* table ここから*/
.common_table {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 10px;
  font-size: 14px;
}

.common_table th {
  width: 100%;
  padding: 15px;
  line-height: 140%;
  display: block;
  font-weight: bold;
  background: #4e4e4e;
  color: #fff;
  border: #dbdbdb solid 1px;
}

.common_table td {
  padding: 15px;
  line-height: 1.7em;
  display: block;
  text-align: justify;
  background: rgba(255, 255, 255, 1);
  border: #dbdbdb solid 1px;
}

@media (min-width: 768px), print {
  .common_table {
    margin-top: 0;
    margin-bottom: 0;
  }
  .common_table table {
    width: 100%;
    display: table;
  }

  .common_table th {
    width: 25%;
    padding: 18px;
    border: #222 solid 1px;
    line-height: 140%;
    display: table-cell;
    background: #4e4e4e;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
  }

  .common_table td {
    padding: 18px;
    border: #222 solid 1px;
    display: table-cell;
    background: rgba(255, 255, 255, 1);
  }
}
.table_line {
  border-bottom: dashed 1px #ccc;
  padding: 10px 0;
}
.table_line_1 {
  padding: 10px 0;
}
.common_table a {
  color: #be0d0d;
  text-decoration: none;
}

.common_table a:hover {
  text-decoration: underline;
}
/* 共通table ここまで*/

/*-------------------------------------------------------------------------------------------*
 * contact.html
 *-------------------------------------------------------------------------------------------*/
.contact_bg {
  background: url("../images/contact_bg.png") no-repeat top center;
  background-color: rgba(34, 34, 34, 0.6);
  background-blend-mode: darken;
  padding: 50px 0 10px 0;
}
.contact_phone,
.contact_fax {
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  padding: 10px 0;
  text-align: center;
  border-top: #be0d0d 3px solid;
}
.contact_ttl {
  font-weight: 700;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
}
.contact_ttl span {
  border-bottom: solid 1px #be0d0d;
}
.phone_txt {
  margin-top: 0.5rem;
}
.phone_txt span {
  font-size: 12px;
  display: block;
}
.contact_box i {
  color: #be0d0d;
}

.table_float {
  width: 100%;
  margin-bottom: 10px;
}

.contact_box .phone {
  font-size: 32px;
  font-family: "Crimson Text", serif;
  color: #222;
  font-weight: 700;
}

.contact_top .contact_form {
  margin-bottom: 40px;
}
.con_txt {
  color: #fff;
  margin: 60px 0 10px 0;
}
.con_bg {
  background-color: rgba(255, 255, 255, 1);
  padding: 60px 0;
  border-top: #be0d0d 3px solid;
}
@media (min-width: 768px), print {
  .con_txt {
    margin: 20px 0 0 0;
  }
  .contact_bg {
    background: url("../images/contact_bg.png") no-repeat top center;
    background-color: rgba(34, 34, 34, 0.6);
    background-blend-mode: darken;
    padding: 100px 0 40px 0;
  }
}

.table_float th {
  width: 100%;
  padding: 10px 18px;
  font-weight: 700;
  border-top: solid 1px #ccc;
  line-height: 140%;
  display: block;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
}

.table_float tr:first-child th {
  border-top: none;
}

.table_float tr:first-child td {
  border-top: none;
}

.table_float td {
  width: 100%;
  padding: 10px 18px;
  border-bottom: none;
  line-height: 140%;
  display: block;
  font-size: 14px;
}

.table_float tr:last-child td {
  border-bottom: solid 1px #ccc;
}

@media (min-width: 768px), print {
  .table_float table {
    width: 100%;
    display: table;
  }

  .table_float th {
    width: 30%;
    font-weight: bold;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    line-height: 140%;
    display: table-cell;
    vertical-align: middle;
  }

  .table_float td {
    padding: 18px 10px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    line-height: 140%;
    display: table-cell;
  }
}

textarea {
  width: 100%;
}

.form25 {
  width: 80%;
  display: inline-block;
}

.form50 {
  width: 100%;
  display: inline-block;
}

@media (min-width: 767px), print {
  .form25 {
    width: 25%;
  }

  .form50 {
    width: 50%;
  }
}

.need {
  color: #fff;
  background-color: #be0d0d;
  font-size: 10px;
  float: right;
  line-height: 1em;
  padding: 2px 5px;
  font-weight: normal;
}

.need1 {
  color: #fff;
  background-color: #be0d0d;
  font-size: 12px;
  line-height: 1em;
  padding: 2px 6px;
  font-family: "Noto Serif JP", serif;
}

.required {
  background: #e8342f;
  display: inline-block;
  color: #fff;
  padding: 3px 5px;
  border-radius: 3px;
  line-height: 1;
  margin-right: 5px;
  font-size: 11px;
}

.formBtn {
  color: #fff;
  background: #333;
  padding: 10px 60px;
  border: 2px solid #333;
  transition: 0.2s;
}

.formBtn:hover {
  background: none;
  transition: 0.2s;
  text-decoration: none;
  color: #333;
}

.formBtn_r {
  color: #fff;
  background: #888;
  padding: 10px 60px;
  border: 2px solid #888;
  transition: 0.2s;
  margin-bottom: 20px;
}

.formBtn_r:hover {
  background: none;
  transition: 0.2s;
  text-decoration: none;
  color: #888;
}

@media (min-width: 768px), print {
  .formBtn_r {
    margin-bottom: 0;
  }
}

.privacyBox {
  height: 250px;
  overflow: auto;
  overflow-y: scroll;
  font-size: 90%;
  line-height: normal;
  padding: 40px;
  border: none;
  background: #fdfdfd;
}

h4 i {
  color: #69ba31;
}

/* 個人情報取り扱い */
.houshin {
  font-weight: 700;
  font-size: 16px;
  margin-top: 35px;
  margin-bottom: 30px;
  text-align: center;
}

.houshin span {
  border-bottom: solid 1px #be0d0d;
}

.privacy_wrapper {
  border: 1px solid #000;
  height: 300px;
  overflow-y: scroll;
  padding: 20px;
  width: 90%;
  border: 1px solid #dee2e6;
  margin: 0 auto;
}

.privacy_wrapper p {
  margin-top: 30px;
  margin-bottom: 6px;
}

.privacyBox ul li,
.privacyBox ol li {
  padding: 3px 0;
  border-bottom: 1px dashed #bbb;
}

.privacyBox ol:first-child li {
  border: none;
}

.privacy_btn {
  text-align: center;
  position: relative;
}
/*
.privacy_btn button {
  background: linear-gradient(to top right, #6eb92b 0%, #4fbe4f 100%);
  border: none;
  padding: 1rem 3.5rem;
  margin-bottom: 20px;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.privacy_btn button:hover {
  opacity: 0.6;
}

@media (min-width: 768px), print {
  .privacy_btn button {
    font-size: 18px;
  }
}
*/
.red {
  color: #be0d0d;
}

@media (min-width: 768px), print {
  .privacyBox ul {
    margin-bottom: 1em;
    margin-left: 20px;
  }
}

.ttl_policy {
  font-size: 120%;
  font-weight: bold;
}

/* お問い合わせ
---------------------------------------------------- */
#contactBox .control-label {
  text-align: left;
}

#contactBox .control-label span {
  font-size: 70%;
  color: #999;
  font-weight: normal;
}

/* Component
---------------------------------------------------- */
/* glid-gutter */
.g-xl60 {
  margin: 0 -60px;
}
.g-xl45 {
  margin: 0 -45px;
}
.g-xl30 {
  margin: 0 -30px;
}
.g-xl20 {
  margin: 0 -20px;
}
.g-xl15 {
  margin: 0 -15px;
}
.g-xl10 {
  margin: 0 -10px;
}
.g-xl5 {
  margin: 0 -5px;
}

.g-xl60 > [class*="col-"] {
  padding: 0 60px;
}
.g-xl45 > [class*="col-"] {
  padding: 0 45px;
}
.g-xl30 > [class*="col-"] {
  padding: 0 30px;
}
.g-xl20 > [class*="col-"] {
  padding: 0 20px;
}
.g-xl15 > [class*="col-"] {
  padding: 0 15px;
}
.g-xl10 > [class*="col-"] {
  padding: 0 10px;
}
.g-xl5 > [class*="col-"] {
  padding: 0 5px;
}

.gg-xl60 {
  margin: -120px -60px 0;
}
.gg-xl45 {
  margin: -90px -45px 0;
}
.gg-xl30 {
  margin: -60px -30px 0;
}
.gg-xl20 {
  margin: -40px -20px 0;
}
.gg-xl15 {
  margin: -30px -15px 0;
}
.gg-xl10 {
  margin: -20px -10px 0;
}
.gg-xl5 {
  margin: -10px -5px 0;
}

.gg-xl60 > [class*="col-"] {
  padding: 0 60px;
  margin-top: 120px;
}
.gg-xl45 > [class*="col-"] {
  padding: 0 45px;
  margin-top: 90px;
}
.gg-xl30 > [class*="col-"] {
  padding: 0 30px;
  margin-top: 60px;
}
.gg-xl20 > [class*="col-"] {
  padding: 0 20px;
  margin-top: 40px;
}
.gg-xl15 > [class*="col-"] {
  padding: 0 15px;
  margin-top: 30px;
}
.gg-xl10 > [class*="col-"] {
  padding: 0 10px;
  margin-top: 20px;
}
.gg-xl5 > [class*="col-"] {
  padding: 0 5px;
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
  .g-lg45 {
    margin: 0 -45px;
  }
  .g-lg30 {
    margin: 0 -30px;
  }
  .g-lg20 {
    margin: 0 -20px;
  }
  .g-lg15 {
    margin: 0 -15px;
  }
  .g-lg10 {
    margin: 0 -10px;
  }
  .g-lg5 {
    margin: 0 -5px;
  }

  .g-lg45 > [class*="col-"] {
    padding: 0 45px;
  }
  .g-lg30 > [class*="col-"] {
    padding: 0 30px;
  }
  .g-lg20 > [class*="col-"] {
    padding: 0 20px;
  }
  .g-lg15 > [class*="col-"] {
    padding: 0 15px;
  }
  .g-lg10 > [class*="col-"] {
    padding: 0 10px;
  }
  .g-lg5 > [class*="col-"] {
    padding: 0 5px;
  }

  .gg-lg45 {
    margin: -90px -45px 0;
  }
  .gg-lg30 {
    margin: -60px -30px 0;
  }
  .gg-lg20 {
    margin: -40px -20px 0;
  }
  .gg-lg15 {
    margin: -30px -15px 0;
  }
  .gg-lg10 {
    margin: -20px -10px 0;
  }
  .gg-lg5 {
    margin: -10px -5px 0;
  }

  .gg-lg45 > [class*="col-"] {
    padding: 0 45px;
    margin-top: 90px;
  }
  .gg-lg30 > [class*="col-"] {
    padding: 0 30px;
    margin-top: 60px;
  }
  .gg-lg20 > [class*="col-"] {
    padding: 0 20px;
    margin-top: 40px;
  }
  .gg-lg15 > [class*="col-"] {
    padding: 0 15px;
    margin-top: 30px;
  }
  .gg-lg10 > [class*="col-"] {
    padding: 0 10px;
    margin-top: 20px;
  }
  .gg-lg5 > [class*="col-"] {
    padding: 0 5px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .g-md15 {
    margin: 0 -15px;
  }
  .g-md10 {
    margin: 0 -10px;
  }
  .g-md5 {
    margin: 0 -5px;
  }

  .g-md15 > [class*="col-"] {
    padding: 0 15px;
  }
  .g-md10 > [class*="col-"] {
    padding: 0 10px;
  }
  .g-md5 > [class*="col-"] {
    padding: 0 5px;
  }

  .gg-md15 {
    margin: -30px -15px 0;
  }
  .gg-md10 {
    margin: -20px -10px 0;
  }
  .gg-md5 {
    margin: -10px -5px 0;
  }

  .gg-md15 > [class*="col-"] {
    padding: 0 15px;
    margin-top: 30px;
  }
  .gg-md10 > [class*="col-"] {
    padding: 0 10px;
    margin-top: 20px;
  }
  .gg-md5 > [class*="col-"] {
    padding: 0 5px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .g-sm15 {
    margin: 0 -15px;
  }
  .g-sm10 {
    margin: 0 -10px;
  }
  .g-sm5 {
    margin: 0 -5px;
  }
  .g-sm2 {
    margin: 0 -2px;
  }

  .g-sm15 > [class*="col-"] {
    padding: 0 15px;
  }
  .g-sm10 > [class*="col-"] {
    padding: 0 10px;
  }
  .g-sm5 > [class*="col-"] {
    padding: 0 5px;
  }
  .g-sm2 > [class*="col-"] {
    padding: 0 2px;
  }

  .gg-sm15 {
    margin: -30px -15px 0;
  }
  .gg-sm10 {
    margin: -20px -10px 0;
  }
  .gg-sm5 {
    margin: -10px -5px 0;
  }
  .gg-sm2 {
    margin: -4px -2px 0;
  }

  .gg-sm15 > [class*="col-"] {
    padding: 0 15px;
    margin-top: 30px;
  }
  .gg-sm10 > [class*="col-"] {
    padding: 0 10px;
    margin-top: 20px;
  }
  .gg-sm5 > [class*="col-"] {
    padding: 0 5px;
    margin-top: 10px;
  }
  .gg-sm2 > [class*="col-"] {
    padding: 0 2px;
    margin-top: 4px;
  }
}
@media only screen and (max-width: 575px) {
  .g-xs15 {
    margin: 0 -15px;
  }
  .g-xs10 {
    margin: 0 -10px;
  }
  .g-xs5 {
    margin: 0 -5px;
  }
  .g-xs2 {
    margin: 0 -2px;
  }

  .g-xs15 > [class*="col-"] {
    padding: 0 15px;
  }
  .g-xs10 > [class*="col-"] {
    padding: 0 10px;
  }
  .g-xs5 > [class*="col-"] {
    padding: 0 5px;
  }
  .g-xs2 > [class*="col-"] {
    padding: 0 2px;
  }

  .gg-xs15 {
    margin: -30px -15px 0;
  }
  .gg-xs10 {
    margin: -20px -10px 0;
  }
  .gg-xs5 {
    margin: -10px -5px 0;
  }
  .gg-xs2 {
    margin: -4px -2px 0;
  }

  .gg-xs15 > [class*="col-"] {
    padding: 0 15px;
    margin-top: 30px;
  }
  .gg-xs10 > [class*="col-"] {
    padding: 0 10px;
    margin-top: 20px;
  }
  .gg-xs5 > [class*="col-"] {
    padding: 0 5px;
    margin-top: 10px;
  }
  .gg-xs2 > [class*="col-"] {
    padding: 0 2px;
    margin-top: 4px;
  }
}

.jcs {
  justify-content: flex-start;
}
.jcc {
  justify-content: center;
}
.jce {
  justify-content: flex-end;
}
.jcb {
  justify-content: space-between;
}
.jca {
  justify-content: space-around;
}

.ai {
  align-items: stretch;
}
.ais {
  align-items: flex-start;
}
.aic {
  align-items: center;
}
.aie {
  align-items: flex-end;
}
.aib {
  align-items: baseline;
}

.ac {
  align-content: stretch;
}
.acs {
  align-content: flex-start;
}
.acc {
  align-content: center;
}
.ace {
  align-content: flex-end;
}
.acb {
  align-content: space-between;
}
.aca {
  align-content: space-around;
}

/* glid-gutter */
.g-xl60 {
  margin: 0 -60px;
}
.g-xl45 {
  margin: 0 -45px;
}
.g-xl30 {
  margin: 0 -30px;
}
.g-xl20 {
  margin: 0 -20px;
}
.g-xl15 {
  margin: 0 -15px;
}
.g-xl10 {
  margin: 0 -10px;
}
.g-xl5 {
  margin: 0 -5px;
}

.g-xl60 > [class*="col-"] {
  padding: 0 60px;
}
.g-xl45 > [class*="col-"] {
  padding: 0 45px;
}
.g-xl30 > [class*="col-"] {
  padding: 0 30px;
}
.g-xl20 > [class*="col-"] {
  padding: 0 20px;
}
.g-xl15 > [class*="col-"] {
  padding: 0 15px;
}
.g-xl10 > [class*="col-"] {
  padding: 0 10px;
}
.g-xl5 > [class*="col-"] {
  padding: 0 5px;
}

.gg-xl60 {
  margin: -120px -60px 0;
}
.gg-xl45 {
  margin: -90px -45px 0;
}
.gg-xl30 {
  margin: -60px -30px 0;
}
.gg-xl20 {
  margin: -40px -20px 0;
}
.gg-xl15 {
  margin: -30px -15px 0;
}
.gg-xl10 {
  margin: -20px -10px 0;
}
.gg-xl5 {
  margin: -10px -5px 0;
}

.gg-xl60 > [class*="col-"] {
  padding: 0 60px;
  margin-top: 120px;
}
.gg-xl45 > [class*="col-"] {
  padding: 0 45px;
  margin-top: 90px;
}
.gg-xl30 > [class*="col-"] {
  padding: 0 30px;
  margin-top: 60px;
}
.gg-xl20 > [class*="col-"] {
  padding: 0 20px;
  margin-top: 40px;
}
.gg-xl15 > [class*="col-"] {
  padding: 0 15px;
  margin-top: 30px;
}
.gg-xl10 > [class*="col-"] {
  padding: 0 10px;
  margin-top: 20px;
}
.gg-xl5 > [class*="col-"] {
  padding: 0 5px;
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
  .g-lg45 {
    margin: 0 -45px;
  }
  .g-lg30 {
    margin: 0 -30px;
  }
  .g-lg20 {
    margin: 0 -20px;
  }
  .g-lg15 {
    margin: 0 -15px;
  }
  .g-lg10 {
    margin: 0 -10px;
  }
  .g-lg5 {
    margin: 0 -5px;
  }

  .g-lg45 > [class*="col-"] {
    padding: 0 45px;
  }
  .g-lg30 > [class*="col-"] {
    padding: 0 30px;
  }
  .g-lg20 > [class*="col-"] {
    padding: 0 20px;
  }
  .g-lg15 > [class*="col-"] {
    padding: 0 15px;
  }
  .g-lg10 > [class*="col-"] {
    padding: 0 10px;
  }
  .g-lg5 > [class*="col-"] {
    padding: 0 5px;
  }

  .gg-lg45 {
    margin: -90px -45px 0;
  }
  .gg-lg30 {
    margin: -60px -30px 0;
  }
  .gg-lg20 {
    margin: -40px -20px 0;
  }
  .gg-lg15 {
    margin: -30px -15px 0;
  }
  .gg-lg10 {
    margin: -20px -10px 0;
  }
  .gg-lg5 {
    margin: -10px -5px 0;
  }

  .gg-lg45 > [class*="col-"] {
    padding: 0 45px;
    margin-top: 90px;
  }
  .gg-lg30 > [class*="col-"] {
    padding: 0 30px;
    margin-top: 60px;
  }
  .gg-lg20 > [class*="col-"] {
    padding: 0 20px;
    margin-top: 40px;
  }
  .gg-lg15 > [class*="col-"] {
    padding: 0 15px;
    margin-top: 30px;
  }
  .gg-lg10 > [class*="col-"] {
    padding: 0 10px;
    margin-top: 20px;
  }
  .gg-lg5 > [class*="col-"] {
    padding: 0 5px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .g-md15 {
    margin: 0 -15px;
  }
  .g-md10 {
    margin: 0 -10px;
  }
  .g-md5 {
    margin: 0 -5px;
  }

  .g-md15 > [class*="col-"] {
    padding: 0 15px;
  }
  .g-md10 > [class*="col-"] {
    padding: 0 10px;
  }
  .g-md5 > [class*="col-"] {
    padding: 0 5px;
  }

  .gg-md15 {
    margin: -30px -15px 0;
  }
  .gg-md10 {
    margin: -20px -10px 0;
  }
  .gg-md5 {
    margin: -10px -5px 0;
  }

  .gg-md15 > [class*="col-"] {
    padding: 0 15px;
    margin-top: 30px;
  }
  .gg-md10 > [class*="col-"] {
    padding: 0 10px;
    margin-top: 20px;
  }
  .gg-md5 > [class*="col-"] {
    padding: 0 5px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .g-sm15 {
    margin: 0 -15px;
  }
  .g-sm10 {
    margin: 0 -10px;
  }
  .g-sm5 {
    margin: 0 -5px;
  }
  .g-sm2 {
    margin: 0 -2px;
  }

  .g-sm15 > [class*="col-"] {
    padding: 0 15px;
  }
  .g-sm10 > [class*="col-"] {
    padding: 0 10px;
  }
  .g-sm5 > [class*="col-"] {
    padding: 0 5px;
  }
  .g-sm2 > [class*="col-"] {
    padding: 0 2px;
  }

  .gg-sm15 {
    margin: -30px -15px 0;
  }
  .gg-sm10 {
    margin: -20px -10px 0;
  }
  .gg-sm5 {
    margin: -10px -5px 0;
  }
  .gg-sm2 {
    margin: -4px -2px 0;
  }

  .gg-sm15 > [class*="col-"] {
    padding: 0 15px;
    margin-top: 30px;
  }
  .gg-sm10 > [class*="col-"] {
    padding: 0 10px;
    margin-top: 20px;
  }
  .gg-sm5 > [class*="col-"] {
    padding: 0 5px;
    margin-top: 10px;
  }
  .gg-sm2 > [class*="col-"] {
    padding: 0 2px;
    margin-top: 4px;
  }
}
@media only screen and (max-width: 575px) {
  .g-xs15 {
    margin: 0 -15px;
  }
  .g-xs10 {
    margin: 0 -10px;
  }
  .g-xs5 {
    margin: 0 -5px;
  }
  .g-xs2 {
    margin: 0 -2px;
  }

  .g-xs15 > [class*="col-"] {
    padding: 0 15px;
  }
  .g-xs10 > [class*="col-"] {
    padding: 0 10px;
  }
  .g-xs5 > [class*="col-"] {
    padding: 0 5px;
  }
  .g-xs2 > [class*="col-"] {
    padding: 0 2px;
  }

  .gg-xs15 {
    margin: -30px -15px 0;
  }
  .gg-xs10 {
    margin: -20px -10px 0;
  }
  .gg-xs5 {
    margin: -10px -5px 0;
  }
  .gg-xs2 {
    margin: -4px -2px 0;
  }

  .gg-xs15 > [class*="col-"] {
    padding: 0 15px;
    margin-top: 30px;
  }
  .gg-xs10 > [class*="col-"] {
    padding: 0 10px;
    margin-top: 20px;
  }
  .gg-xs5 > [class*="col-"] {
    padding: 0 5px;
    margin-top: 10px;
  }
  .gg-xs2 > [class*="col-"] {
    padding: 0 2px;
    margin-top: 4px;
  }
}

.jcs {
  justify-content: flex-start;
}
.jcc {
  justify-content: center;
}
.jce {
  justify-content: flex-end;
}
.jcb {
  justify-content: space-between;
}
.jca {
  justify-content: space-around;
}

.ai {
  align-items: stretch;
}
.ais {
  align-items: flex-start;
}
.aic {
  align-items: center;
}
.aie {
  align-items: flex-end;
}
.aib {
  align-items: baseline;
}

.ac {
  align-content: stretch;
}
.acs {
  align-content: flex-start;
}
.acc {
  align-content: center;
}
.ace {
  align-content: flex-end;
}
.acb {
  align-content: space-between;
}
.aca {
  align-content: space-around;
}

.rel {
  position: relative;
}

.posa {
  position: absolute;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.mt70 {
  margin-top: 35px !important;
}

.mt60 {
  margin-top: 15px !important;
}

.mt50 {
  margin-top: 25px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 5px !important;
}

.mb15 {
  margin-bottom: 7.5px !important;
}

.mb20 {
  margin-bottom: 10px !important;
}

.mb30 {
  margin-bottom: 15px !important;
}

.mb40 {
  margin-bottom: 20px !important;
}

.mb50 {
  margin-bottom: 25px !important;
}

.mb60 {
  margin-bottom: 30px !important;
}

.mb70 {
  margin-bottom: 35px !important;
}

.mb80 {
  margin-bottom: 40px !important;
}

.mb90 {
  margin-bottom: 45px !important;
}

.mb100 {
  margin-bottom: 50px !important;
}

@media (min-width: 768px), print {
  .mt50 {
    margin-top: 50px !important;
  }

  .mt60 {
    margin-top: 60px !important;
  }

  .mt70 {
    margin-top: 70px !important;
  }

  .mb10 {
    margin-bottom: 10px !important;
  }

  .mb15 {
    margin-bottom: 15px !important;
  }

  .mb20 {
    margin-bottom: 20px !important;
  }

  .mb30 {
    margin-bottom: 30px !important;
  }

  .mb40 {
    margin-bottom: 40px !important;
  }

  .mb50 {
    margin-bottom: 50px !important;
  }

  .mb60 {
    margin-bottom: 60px !important;
  }

  .mb70 {
    margin-bottom: 70px !important;
  }

  .mb80 {
    margin-bottom: 80px !important;
  }

  .mb90 {
    margin-bottom: 90px !important;
  }

  .mb100 {
    margin-bottom: 100px !important;
  }
}

@media print {
}


.c-000{color: #000 !important;}


/* Top_movie
  ---------------------------------------------------- */
  .top_movie {
    /* background: #fff; */
    background: -webkit-linear-gradient(
    left,
    rgb(34, 34, 34) 0%,
    rgb(153, 0, 0) 100%
  );
  background: -o-linear-gradient(left, rgb(34, 34, 34) 0%, rgb(153, 0, 0) 100%);
  background: linear-gradient(right, rgb(34, 34, 34) 0%, rgb(153, 0, 0) 100%);
    padding-top: 30px;
    padding-bottom: 30px;
  }
  @media print, screen and (min-width: 768px) {
    .top_movie {
      padding-top: 100px;
      padding-bottom: 100px;
    }
  }

.home_area00{
  width: 100%;
  background-color: #000;
  padding-top: 25px;
  height: 220px;
}
.home_area00 p{
  color: white;
  font-size: 50px;
  font-weight: bold;
}
.home_area00 .cmt{
  font-size: 15px;
  font-weight: normal;
}
@media print, screen and (max-width: 767px) {
  .home_area00 {
    padding-top: 0px!important;
    height: 250px!important;
  }
  .home_area00 p{
    font-size: 34px;
  }
}