@charset "utf-8";

/*ここから 共通*/
body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  transition: 0.5s;
  background-color: #333333;
  transition: 0.5s;
  color: #fff;
  position: relative;
}

.museBGSize {
  background-color: transparent;
}

p,
h1,
h2,
h3,
a,
ul,
li,
div,
section,
header,
footer {
  margin: 0;
  padding: 0;
}

P {
  font-size: 14px;
}

h2,
.history_title {
  font-size: 40px;
}

h3 {
  font-size: 22px;
}

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

ul {
  padding: 0;
}

li {
  list-style: none;
}

.br_phone {
  display: none;
}

.wrapper,
.logo_logo_side_container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

/*ここから header*/
header {
  width: 1200px;
  height: 110px;
  margin: 0 auto;
}

.header_container {
  height: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
}

.header_container_box_01 {
  display: flex;
  flex-direction: row-reverse;
  margin-right: 98px;
}

.header_container_box_04 ul {
  display: flex;
  flex-direction: row;
}

.header_container_box_03 a img {
  margin-left: 10px;
}

.header_container_box_03 a img,
.header_container_box_04 ul li a img {
  width: auto !important;
  height: 26px !important;
  margin-top: 0 !important;
  margin-right: 26px;
}

.header_container img {
  margin-top: 30px;
  height: 80px;
  width: auto;
}

header .fa-brands {
  font-size: 25px;
  color: #696969;
  margin-right: 20px;
}

header .fa-solid {
  font-size: 25px;
  color: #B9B06D;
  margin-right: 20px;
}

.header_container_box_02 {
  z-index: 1000;
}

.header_container_box_02 nav ul {
  width: 140px;
  margin: 0 auto;
}

.header_container_box_02_sns {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  border-top: 1px solid #696969;
  margin-top: 25px !important;
}

.header_container_box_02_sns li a img {
  margin: 0;
  padding: 0;
  height: 26px;
  width: auto;
}

.header_container_box_02_menu_open {
  padding-top: 90px;
}

.menu_onlineshop a {
  display: flex !important;
  flex-direction: row !important;
}

.menu_onlineshop a p {
  color: #B9B06D;
}

.menu_onlineshop img {
  width: auto;
  height: 26px;
  margin-top: 0 !important;
  margin-left: 10px;
}

.header_container_box_03 a {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #B9B06D;
}

.menu_onlineshop a .fa-solid,
.header_container_box_03 a .fa-solid {
  padding-left: 10px;
}

#nav {
  position: fixed;
  height: 100vh;
  right: -400px;
  width: 400px;
  top: 0;
  background: #101010;
  transition: .7s;
  text-align: center;
  z-index: 1000;
}

#nav ul li {
  list-style-type: none;
  font-size: 14px;
  padding: 25px 0;
}

#nav a {
  display: block;
  text-decoration: none;
  color: #696969;
  transition: .5s;
}

#nav ul li a i {
  margin: 0;
}

.header_container_box_02_menu {
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 1000;
}

.header_container_box_02_menu p {
  padding-right: 10px;
}

#hamburger {
  display: block;
  position: relative;
  /*position: absolute;
  top: 20px;
  right: 0;*/
  width: 50px;
  height: 14px;
  cursor: pointer;
  transition: 1s;
}

.inner_line {
  display: block;
  /*position: absolute;
  left: 0;*/
  width: 50px;
  height: 3px;
  background-color: #696969;
  transition: 1s;
  border-radius: 4px;
}

#line1 {
  position: absolute;
  top: 0;
}

#line2 {
  position: absolute;
  top: 14px;
}

#line3 {
  bottom: 0px;
}

.in {
  transform: translateX(-400px);
}

.line_1,
.line_2,
.line_3 {
  background: #696969;
}

.line_1 {
  transform: translateY(7px) rotate(-19deg);
  top: 0;
}

.line_2 {
  transform: translateY(-7px) rotate(19deg);
  bottom: 0;
}

/*ここまでnav header*/
header,
footer,
footer li a {
  color: #696969;
}

.logo_logo_side {
  position: absolute;
  top: 45px;
}

section {
  margin-bottom: 150px;
}

footer {
  background-color: #333333;
  height: 200px;
  width: 100%;
  position: relative;
}

.logo_footer {
  position: absolute;
  top: -105px;
}

.footer_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}

.footer_container_box,
.footer_container_box_01 ul,
.footer_container_box_02 ul {
  display: flex;
  flex-direction: row;
}

.footer_container_box_01 ul {
  align-items: center;
  padding-right: 20px;
}

.footer_container_box_01 ul li,
.footer_container_box_02 ul li,
.footer_container_box_02 p {
  margin-left: 30px;
}

.footer_container_box_02 ul li a img {
  height: 26px;
  width: auto;
}

.footer_container_box_02 ul {
  border-left: solid 2px #696969;
}

.footer_container_box_02 p {
  margin-top: 30px;
}

.footer_container img {
  height: 100px;
  width: auto;
}

footer .fa-brands,
footer .fa-solid {
  font-size: 25px;
  color: #696969;
}

.footer_container_box_02 p {
  font-size: 14px;
}

.footer_onlineshop a {
  display: flex;
  align-items: center;
}

.footer_onlineshop a img {
  padding-left: 10px;
  width: auto;
  height: 26px;
}

/* ここからフェードイン 設定 */
.element {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* ここまで フェードイン 設定 */
/*ここまで 共通*/
/*ここから home*/
.home_about_container {
  position: absolute;
  top: 770px;
  width: 100%;
  height: 690px;
}

.home_about_container_box {
  width: 840px;
  margin: 0 auto;
  position: relative;
}

.home_about_mainvisual {
  position: absolute;
  left: 30px;
  top: 130px;
  z-index: 2;
}

.home_about_text {
  width: 490px;
  height: 540px;
  position: absolute;
  top: 200px;
  right: 0;
  background-color: #fff;
  z-index: 1;
}

.home_about_text div {
  width: 380px;
  padding-top: 54px;
  padding-left: 80px;
  color: #000;
}

.home_about_text h3 {
  font-size: 18px;
}

.home_about_text_name {
  font-weight: bold;
  margin-bottom: 20px;
}

.home_about_text_box {
  margin-bottom: 20px;
}

.home_about_text a {
  color: #000;
  text-align: end;
  display: flex;
  float: right;
  font-weight: bold;
}

.home_about_text .stickarrow {
  width: 100px !important;
  padding-top: 0 !important;
  height: 8px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: skew(45deg);
  margin-top: 5px;
}

.home_about_container_box_text {
  position: absolute;
  left: -390px;
  top: 0;
  width: 800px;
  height: 505px;
  border: 1px solid #000;
}

.home_about_container_slider {
  position: absolute;
  top: 25px;
  left: -20px;
}

.home_order_container {
  height: 1200px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 1460px;
  color: #000;
}

.home_order_container a {
  color: #000;
}

.home_order_container_box {
  height: 505px;
  width: 100%;
  margin: 0 auto;
  padding-top: 337px;
  position: relative;
}

.home_order_bxslider {
  display: inherit;
}

.home_order_phone_bxslider {
  display: none;
}

.home_order_container_text {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  position: absolute;
  right: 0;
  width: 45%;
  height: 465px;
  padding: 50px 70px;
  line-height: 24px;
}

.home_order_container_text div {
  overflow: hidden;
}

.home_order_container_text h2 {
  margin-bottom: 30px;
}

.home_order_container_text p {
  width: 585px;
}

.home_order_container_text a {
  display: flex;
  margin-top: 50px;
  margin-left: 350px;
}

.home_order_container_text .stickarrow {
  width: 180px !important;
  padding-top: 0 !important;
  height: 8px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: skew(45deg);
  margin-top: 5px;
}

.home_order_container_text h2 {
  display: flex;
  align-items: baseline;
}

.home_order_container_text h2 p {
  font-size: 20px;
}

.home_news_container {
  height: 1200px;
  width: 100%;
  position: absolute;
  top: 2730px;
}

.home_news_box {
  height: 420px;
  width: 960px;

  margin: 0 auto;
  position: relative;
}

.home_news_box_01 ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.home_news_box_01 ul li {
  border: 1px #fff solid;
  padding: 20px;
  text-align: center;
  width: 260px;
}

.home_news_box_01 ul li a img {
  width: 250px;
  height: auto;
}

.home_news_box_01 ul li:hover {
  background-color: #ffffff58;
  transition: 0.5s;
}

.home_news_box_01 ul li p {
  margin: 10px 0;
}

.home_news_box_01 ul li:hover p {
  color: #000;
  transition: 0.5s;
}

.footer_contact_container {
  height: 1135px;
  width: 100%;
  position: absolute;
  top: 3622px;
}

.footer_contact_box01 {
  width: 880px;
  position: relative;
  margin: 0 auto;
  border: 1px #000 solid;
  padding: 40px;
  margin-bottom: 50px;
}

.footer_contact_box01 a {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.onlineshop_none {
  margin-left: 20px;
}

.footer_contact_box01_02 {
  margin-left: 40px;
  color: #000;
}

.footer_contact_box01:hover {
  background-color: #ffffff58;
  transition: 0.5s;
}

.footer_contact_box02 {
  color: #000;
  width: 960px;
  margin: 0 auto;
  margin-top: 100px;
}

.footer_contact_box02 h2 {
  text-align: center;
  margin-bottom: 20px;
}

.footer_contact_box02_01 {
  display: flex;
  justify-content: space-between;
}

.footer_contact_box02_01 div {
  width: 260px;
  padding: 40px 20px;
  text-align: center;
  border: 1px solid #000;
}

.footer_contact_box02_01 div h3 {
  font-size: 18px;
  margin: 10px 0;
}

.footer_contact_box02_01 div:hover {
  background-color: #ffffff58;
  transition: 0.5s;
}

.footer_contact_box02_01 div a p {
  text-align: start;
}

.footer_contact_box02_01 div a {
  color: #000;
}

.contact_icon03 {
  margin-top: 17px;
}

.footer_home {
  position: absolute;
  top: 4860px;
}

/*home メインビジュアル スライダー*/
.home_mainvisual_container {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home_mainvisual_container_box01,
.home_mainvisual_container_box01 img {
  width: 345px;
  height: 460px !important;
}

.home_mainvisual_container_box02,
.home_mainvisual_container_box02 img {
  width: 495px;
  height: 660px;
}

.home_mainvisual_container_box01 {
  padding-left: 70px;
  padding-bottom: 50px;
}

.home_mainvisual_container_box01_bxslider {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.home_mainvisual_container_box01_bxslider .bx-wrapper img {

  display: block;
}

.home_mainvisual_container_box01_bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
}

ul .home_mainvisual_container_box01_bxslider {
  list-style: none;
}

.home_mainvisual_container_box01_bxslider .bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}

/** THEME
===================================*/

.home_mainvisual_container_box01_bxslider .bx-wrapper .bx-pager,
.home_mainvisual_container_box01_bxslider .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.home_mainvisual_container_box01_bxslider .bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.home_mainvisual_container_box01_bxslider .bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.home_mainvisual_container_box01_bxslider .bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.home_mainvisual_container_box01_bxslider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.home_mainvisual_container_box01_bxslider .bx-wrapper .bx-pager.bx-default-pager a.active,
.home_mainvisual_container_box01_bxslider .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.home_mainvisual_container_box01_bxslider .bx-wrapper .bx-pager-item,
.home_mainvisual_container_box01_bxslider .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.home_mainvisual_container_box01_bxslider .bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.home_mainvisual_container_box01_bxslider .bx-wrapper .bx-prev {
  left: 10px;
  background: url('images/controls.png') no-repeat 0 -32px;
}

.home_mainvisual_container_box01_bxslider .bx-wrapper .bx-prev:hover,
.home_mainvisual_container_box01_bxslider .bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.home_mainvisual_container_box01_bxslider .bx-wrapper .bx-next {
  right: 10px;
  background: url('images/controls.png') no-repeat -43px -32px;
}

.home_mainvisual_container_box01_bxslider .bx-wrapper .bx-next:hover,
.home_mainvisual_container_box01_bxslider .bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.home_mainvisual_container_box01_bxslider .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.home_mainvisual_container_box01_bxslider .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.home_mainvisual_container_box01_bxslider .bx-wrapper .bx-controls-auto {
  text-align: center;
}

.home_mainvisual_container_box01_bxslider .bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}

.home_mainvisual_container_box01_bxslider .bx-wrapper .bx-controls-auto .bx-start:hover,
.home_mainvisual_container_box01_bxslider .bx-wrapper .bx-controls-auto .bx-start.active,
.home_mainvisual_container_box01_bxslider .bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.home_mainvisual_container_box01_bxslider .bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}

.home_mainvisual_container_box01_bxslider .bx-wrapper .bx-controls-auto .bx-stop:hover,
.home_mainvisual_container_box01_bxslider .bx-wrapper .bx-controls-auto .bx-stop.active,
.home_mainvisual_container_box01_bxslider .bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.home_mainvisual_container_box01_bxslider .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.home_mainvisual_container_box01_bxslider .bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.home_mainvisual_container_box01_bxslider .bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*ここから　右側スライダー*/
.home_mainvisual_container_box02_bxslider {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.home_mainvisual_container_box02_bxslider .bx-wrapper img {

  display: block;
}

.home_mainvisual_container_box01_bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
}

ul .home_mainvisual_container_box02_bxslider {
  list-style: none;
}

.home_mainvisual_container_box02_bxslider .bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}

/** THEME
  ===================================*/

.home_mainvisual_container_box02_bxslider .bx-wrapper .bx-pager,
.home_mainvisual_container_box02_bxslider .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.home_mainvisual_container_box02_bxslider .bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.home_mainvisual_container_box02_bxslider .bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.home_mainvisual_container_box02_bxslider .bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.home_mainvisual_container_box02_bxslider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.home_mainvisual_container_box02_bxslider .bx-wrapper .bx-pager.bx-default-pager a.active,
.home_mainvisual_container_box02_bxslider .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.home_mainvisual_container_box02_bxslider .bx-wrapper .bx-pager-item,
.home_mainvisual_container_box02_bxslider .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.home_mainvisual_container_box02_bxslider .bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.home_mainvisual_container_box02_bxslider .bx-wrapper .bx-prev {
  left: 10px;
  background: url('images/controls.png') no-repeat 0 -32px;
}

.home_mainvisual_container_box02_bxslider .bx-wrapper .bx-prev:hover,
.home_mainvisual_container_box02_bxslider .bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.home_mainvisual_container_box02_bxslider .bx-wrapper .bx-next {
  right: 10px;
  background: url('images/controls.png') no-repeat -43px -32px;
}

.home_mainvisual_container_box02_bxslider .bx-wrapper .bx-next:hover,
.home_mainvisual_container_box02_bxslider .bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.home_mainvisual_container_box02_bxslider .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.home_mainvisual_container_box02_bxslider .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.home_mainvisual_container_box02_bxslider .bx-wrapper .bx-controls-auto {
  text-align: center;
}

.home_mainvisual_container_box02_bxslider .bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}

.home_mainvisual_container_box02_bxslider .bx-wrapper .bx-controls-auto .bx-start:hover,
.home_mainvisual_container_box02_bxslider .bx-wrapper .bx-controls-auto .bx-start.active,
.home_mainvisual_container_box02_bxslider .bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.home_mainvisual_container_box02_bxslider .bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}

.home_mainvisual_container_box02_bxslider .bx-wrapper .bx-controls-auto .bx-stop:hover,
.home_mainvisual_container_box02_bxslider .bx-wrapper .bx-controls-auto .bx-stop.active,
.home_mainvisual_container_box02_bxslider .bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.home_mainvisual_container_box02_bxslider .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.home_mainvisual_container_box02_bxslider .bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.home_mainvisual_container_box02_bxslider .bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*ここまで　右側スライダー*/
/*home メインビジュアル スライダー*/
/*ここから　オーダー スライダー*/
.home_order_container_slider {
  width: 342px;
  height: 456px;
  position: absolute;
  top: 35px;
  right: 60%;
  padding-top: 347px;
}

.home_order_bxslider {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.home_order_bxslider img {
  width: 342px;
  height: 456px;
}

.home_order_bxslider .bx-wrapper img {

  display: block;
}

.home_mainvisual_container_box01_bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
}

ul .home_order_bxslider {
  list-style: none;
}

.home_order_bxslider .bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}

/** THEME
  ===================================*/

.home_order_bxslider .bx-wrapper .bx-pager,
.home_order_bxslider .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.home_order_bxslider .bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.home_order_bxslider .bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.home_order_bxslider .bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.home_order_bxslider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.home_order_bxslider .bx-wrapper .bx-pager.bx-default-pager a.active,
.home_order_bxslider .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.home_order_bxslider .bx-wrapper .bx-pager-item,
.home_order_bxslider .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.home_order_bxslider .bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.home_order_bxslider .bx-wrapper .bx-prev {
  left: 10px;
  background: url('images/controls.png') no-repeat 0 -32px;
}

.home_order_bxslider .bx-wrapper .bx-prev:hover,
.home_order_bxslider .bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.home_order_bxslider .bx-wrapper .bx-next {
  right: 10px;
  background: url('images/controls.png') no-repeat -43px -32px;
}

.home_order_bxslider .bx-wrapper .bx-next:hover,
.home_order_bxslider .bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.home_order_bxslider .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.home_order_bxslider .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.home_order_bxslider .bx-wrapper .bx-controls-auto {
  text-align: center;
}

.home_order_bxslider .bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}

.home_order_bxslider .bx-wrapper .bx-controls-auto .bx-start:hover,
.home_order_bxslider .bx-wrapper .bx-controls-auto .bx-start.active,
.home_order_bxslider .bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.home_order_bxslider .bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}

.home_order_bxslider .bx-wrapper .bx-controls-auto .bx-stop:hover,
.home_order_bxslider .bx-wrapper .bx-controls-auto .bx-stop.active,
.home_order_bxslider .bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.home_order_bxslider .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.home_order_bxslider .bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.home_order_bxslider .bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*ここまで オーダー スライダー*/

/*ここまで home*/
/*ここから about*/
.about_mainvisual {
  height: 100vh;
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-left: 10%;
}

.about_mainvisual img {
  width: 100%;
  height: auto;
}

.about_mainvisual h2 {
  color: #B9B06D;
}

/*ここから 横スクロール*/
.history {
  height: 100vh;
  background-color: #333333;
  position: relative;
}

.history_title {
  color: #B9B06D;
  text-align: center;
  line-height: 95vh;
  width: 100vw !important;
}

.history_dot {
  border: solid 1px #fff;
  position: absolute;
  top: 50vh;
  left: -200px;
  width: 4200px;
}

.history_container {
  display: flex;
  flex-direction: column;
}

.history_container img {
  width: 200px;
  height: 200px;
}

.history_01_container,
.history_02_container {
  height: 50vh;
  display: flex;
  flex-direction: row;
  position: relative;
}

.history_01_container p,
.history_02_container p {
  width: 380px;
}

.history_01_container_box,
.history_01_container_box_02 {
  position: absolute;
  bottom: -35px;
}

.history_02_container_box_01,
.history_02_container_box {
  position: absolute;
  top: -35px;
}

.history_02_container_box,
.history_02_container_box_02 {
  position: absolute;
}

.history_01_container_box,
.history_02_container_box {
  display: flex;
  flex-direction: column;
}

.history_01_container_box_02,
.history_02_container_box_01 {
  display: flex;
  flex-direction: row;
}

.history_02_container_box_01 {
  align-items: flex-end;
}

.history_01_container_box_text_01 {
  margin-top: 30px;
}

.history_02_container_box_text_01 {
  margin-bottom: 30px;
}

.history_image05 {
  width: 300px !important;
  height: 200px;
}

/*ここから 横スクロール 位置調節*/
.history_02_container_box_01 {
  left: 150px;
}

.history_01_container_box_02 {
  left: 350px;
}

.history_01_container_box_03 {
  left: 1100px;
}

.history_01_container_box_04 {
  left: 1500px;
}

.history_01_container_box_04 .history_01_container_box_text_01 {
  margin-left: 90px;
}

.history_01_container_box_05 {
  left: 2300px;
}

.history_01_container_box_06 {
  position: absolute;
  left: 3000px;
  bottom: 20px;
  width: 440px;
}

.history_02_container_box_02 {
  left: 800px;
}

.history_02_container_box_03 {
  left: 1500px;
}

.history_02_container_box_04 {
  left: 2100px;
}

.history_02_container_box_05 {
  left: 2600px;
}

/*ここまで 横スクロール 位置調節*/
.circle_number {
  width: 70px;
  height: 70px;
  font-size: 18px;
  font-weight: bold;
  padding-top: 21px;
  color: #000000;
  background-color: #B9B06D;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
}

.circle_number_non {
  width: 30px;
  height: 30px;
  padding-top: 21px;
  background-color: #B9B06D;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  margin-left: 20px;
  margin-top: 20px;
}

.history_02_container_box_05 .circle_number {
  padding-top: 17px;
  line-height: 20px;
}

.history_01_container_box .v_line_fix,
.history_01_container_box_02 .v_line_fix,
.history_02_container_box .v_line_fix,
.history_02_container_box_01 .v_line_fix {
  margin-left: 34px;
  width: 2px;
  height: 55px;
  background-color: #B9B06D;
}

.v_line_fix_02 {
  margin-left: 34px;
  width: 2px;
  height: 75px;
  background-color: #B9B06D;
}

.history_01_container_box_04 .v_line_fix {
  transform: skew(-30deg, -30deg);
  margin-left: 60px;
  height: 50px;
  width: 3px;
}

.history_01_container_box_text_01,
.history_02_container_box_text_01 {
  margin-left: 34px;
}

.history_01_container_textonly {
  margin-bottom: 10px;
}

.history_02_container_textonly {
  margin-top: 10px;
}

.history p {
  margin-top: 10px;
}

.area {
  overflow: hidden;
}

.wrap {
  display: flex;
}

.js-item {
  height: 3300px;
}

/*ここまで 横スクロール*/
.abo {
  height: 5000px;
}

.parallax {
  position: relative;
}

.parallax-img img {
  width: 100%;
}

.simpleParallax {
  height: 500px;
}

.about_container01_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #ffffffaa;
  padding: 45px 20px;
  color: #000;
}

.about_container01_box h3 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 30px;
  margin-bottom: 10px;
}

.about_container01_box p {
  font-weight: bold;
}

.about_container02_box1 {
  width: 800px;
  margin: 0 auto;
  margin-top: 50px;
}

.about_container02_box02 {
  width: 550px;
  padding: 20px 25px;
  border: 1px #fff solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.about_container02_box02_text {
  width: 237px;
}

.about_container02_box02_text h3 {
  font-size: 30px;
  margin-bottom: 10px;
}

.about_point02 {
  margin-left: 200px;
}

.about_sponsor_container {
  width: 970px;
  margin: 0 auto;
}

.about_sponsor_container h2 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

.about_sponsor_container_box01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about_sponsor_container_box02 {
  padding: 10px;
  width: 220px;
  height: 254px;
  box-sizing: border-box;
  border: 1px solid #fff;
  margin-bottom: 20px;
}

.sponsor_link:hover {
  background-color: #ffffff58;
  transition: 0.5s;
}

.sponsor_none {
  border: none;
}

.sponsor_none:hover {
  background-color: none;
}

.sponsor_name {
  font-weight: bold;
  text-align: center;
  margin: 5px 0;
}

.about_footer_contact_container {
  width: 100%;
  padding: 150px 0;
  margin-bottom: 0;
}

.footer_about {
  height: 200px;
  padding: 1px 0;
}

/*ここまで about*/
/*ここから news*/
.news_text_top {
  color: #B9B06D;
  width: 800px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 20px;
}

.news_text_top_p {
  width: 800px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.news_contaoner {
  width: 800px;
  margin: 0 auto;
}

.news_container_box01 {
  margin-bottom: 100px;
  padding: 30px 150px;
  background-color: #707070;
  color: #000;
}

.news_container_box01 img,
.news_container_box01 h3 {
  margin-bottom: 10px;
}

.news_container_box01 p,
.news_container_box01 h3 {
  text-align: center;
}

.news_container_box01 a {
  color: #000;
  text-decoration: underline !important;
}

.news_text,
.news_image {
  text-align: start !important;
}

.news_container_box02 {
  margin-bottom: 150px;
  background-color: #707070;
  padding: 30px 150px;
}

.news_container_box02 h3 {
  color: #B9B06D;
  margin-bottom: 10px;
  font-size: 18px;
}

.news_container_box02 h4 {
  margin: 10px 0;
}

.news_container_box02 table {
  margin-bottom: 10px;
}

.news_container_box02 table {
  font-size: 14px;
  width: 100%;
}

.news_container_box02 table tr td {
  padding-bottom: 10px;
}

.news_event_day {
  width: 30%;
}

.news_footer_contact_container {
  width: 100%;
  padding: 150px 0;
  margin-bottom: 0;
}

.footer_news {
  height: 200px;
  padding: 1px 0;
}

.news_thumbnail {
  width: 100% !important;
}

.news_thumbnail img {
  max-width: 100%;
}

.news_img_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news_img_box img {
  width: 48%;
  margin-bottom: 10px;
}

.news_thumbnail,
.news_text,
.news_img_box {
  margin-bottom: 20px;
}

/*ここまで news*/
/*ここから shop*/

.shop_mainvisual {
  height: 100vh;
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-left: 10%;
}

.shop_shopname {
  color: #B9B06D;
}

.shop_shopname p {
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
}

.shop_container01,
.shop_container02 {
  width: 800px;
  margin: 0 auto;
  margin-bottom: 250px;
}

.shop_container01 {
  margin-top: 250px;
}

.shop_container01 h2,
.shop_container02 h2 {
  text-align: center;
  border-bottom: #B9B06D solid 3px;
  width: 600px;
  margin: 0 auto;
  font-size: 30px;
}

.shop_container01_img {
  margin-top: 30px;
}

.shop_subtitle {
  font-size: 18px;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
  margin-top: 30px;
}

.shop_container01_box01 {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.shop_container01_box02 {
  width: 380px;
}

.shop_container01_box02 .shop_subtitle {
  margin-top: 10px;
}

.shop_button {
  width: 100%;
  text-align: center;
  border: 1px solid #ffffff;
  margin-top: 50px;
  color: #fff;
}

.shop_button p {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  height: auto;
  padding: 40px 0;
}

.shop_button:hover {
  transition: 0.5s;
  background-color: #fff;
  color: #333333;
}

.shop_button:hover p {
  color: #333333;
}

.shop_container02 table {

  font-size: 14px;
}

.shop_info h3 {
  padding-bottom: 20px;
}

.shop_info table tr td {
  padding-bottom: 20px;
}

.shop_info01 {
  width: 20%;
}

/*ここまで shop*/
.footer_order {
  margin-top: 150px;
  background-color: #101010;
  color: #696969;
}

.footer_order ul li a {
  color: #696969;
}

.footer_order .footer_container {
  padding-top: 50px;
}

.footer_contact {
  margin-top: 500px;
}

.logo_footer_02 {
  position: absolute;
  top: -55px;
}

.order-movie {
  width: 100%;
}

#u3839-3 {
  color: #101010 !important;
}

#u3839-4 {
  text-decoration: underline !important;
}

@media screen and (min-width: 1700px) {

  /* 1700px以上に適用されるCSS（PC用） */
  .home_order_container_slider {
    right: 55%;
  }

  #nav {
    right: -500px;
    width: 500px;
  }

  .in {
    transform: translateX(-500px)
  }

  .header_container_box_02_menu_open ul {
    margin: 0;
  }
}

@media screen and (max-width: 959px) {

  /* 959px以下に適用されるCSS（タブレット用） */
  .body_home,
  header,
  .home_order_container,
  .home_about_container,
  .home_about_container_box {
    width: 100%;
  }

  .wrapper,
  .logo_logo_side_container,
  .footer_contact_box02 {
    width: 95%;
    margin: 0 auto;
  }

  .home_news_container,
  .footer_contact_container,
  .about_container02_box1,
  .about_sponsor_container {
    width: 90%;
    margin-left: 5%;
  }

  .about_mainvisual {
    width: 90%;
    margin-left: 10%;
    margin-top: 200px;
    padding-left: 10%;
    box-sizing: border-box;
  }

  .shop_mainvisual {
    width: 90%;
    margin-left: 10%;
    padding-left: 10%;
    box-sizing: border-box;
    flex-direction: column;
    height: auto;
    margin-top: 150px;
  }

  .shop_mainvisual div img {
    width: 90%;
  }

  .shop_shopname {
    margin-bottom: 20px;
  }

  .shop_container01,
  .shop_container02 {
    width: 95%;
  }

  .shop_container01_img {
    width: 100%;
  }

  .shop_container01_box02 img {
    width: 95%;
  }

  .news_text_top,
  .news_contaoner,
  .news_text_top_p {
    width: 70%;
  }

  .home_mainvisual_container {
    width: 100%;
    margin: 0 auto;
  }

  .logo_logo_side {
    left: 30px;
    top: 200px;
  }

  .home_mainvisual_container_box01,
  .home_mainvisual_container_box01 li,
  .home_mainvisual_container_box01 img {
    width: 230px !important;
    height: auto !important;
  }

  .home_mainvisual_container_box01 {
    padding-left: 130px;
    padding-top: 250px;
  }

  .home_mainvisual_container_box02,
  .home_mainvisual_container_box02 li,
  .home_mainvisual_container_box02 img {
    width: 350px !important;
    height: auto !important;
  }

  .home_mainvisual_container_box02 {
    padding-right: 20px;
    padding-top: 180px;
  }

  .home_about_container_box img {
    width: 350px;

  }

  .home_about_text {
    width: 50%;
    height: auto;
  }

  .home_about_text div {
    width: 100%;
    height: 80%;
    padding-left: 15%;
    padding-right: 10%;
    box-sizing: border-box;
  }

  .home_about_text {
    right: 5%;
    padding-bottom: 54px;
  }

  .home_about_mainvisual {
    left: 5%;
  }

  .home_order_container_slider {
    right: 58%;
    padding-top: 415px;
  }

  .home_order_container_slider,
  .home_order_bxslider img {
    width: 300px;
    height: auto;
  }

  .home_order_container_text {
    height: auto;
    width: 55%;
    padding: 50px 0 50px 70px;
    box-sizing: border-box;
  }

  .home_order_container_text p {
    width: 90%;
  }

  .home_order_container_text a {
    font-weight: bold;
    margin-right: 10%;
    margin-left: 0;
    float: right;
  }

  .home_news_box {
    width: 100%;
    padding-top: 260px;
  }

  .home_news_box_01 {
    width: 100%;
  }

  .home_news_box_01 ul {
    flex-direction: column;
  }

  .home_news_box_01 ul li {
    width: 100%;
    margin: 10px 0;
    box-sizing: border-box;
  }

  .home_news_box_01 ul li a {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .home_news_box_01 ul li a div {
    width: 100%;
    text-align: start;
    padding-left: 10px;
    box-sizing: border-box;
  }

  .footer_contact_box01 {
    width: 95%;
    padding: 5%;
    box-sizing: border-box;
    margin-bottom: 100px;
  }

  .footer_container_box_01 ul {
    flex-wrap: wrap;
  }

  .footer_container_box_01 ul li {
    padding-bottom: 10px;
  }

  .footer_contact_box01 h2 {
    line-height: 40px;
    margin-bottom: 10px;
  }

  .onlineshop_none {
    display: none;
  }

  .footer_contact_box02_01 {
    flex-wrap: wrap;
  }

  .footer_contact_box02_01 div {
    padding: 40px 5%;
    width: 48%;
    margin-bottom: 20px;
    box-sizing: border-box;
  }

  .logo_footer,
  .logo_footer_02 {
    width: 100%;
    text-align: center;
  }

  .logo_footer {
    top: -83px;
  }

  .logo_footer_02 {
    top: -33px;
  }

  .footer_container_box_01 ul li,
  .footer_container_box_02 ul li,
  .footer_container_box_02 p {
    margin-left: 20px;
  }

  /* home 高さ調節 */
  .home_about_container {
    top: 970px;
  }

  .home_order_container {
    top: 1700px;
  }

  .home_news_container {
    top: 2730px;
  }

  .footer_contact_container {
    top: 4022px;
  }

  .footer_home {
    top: 5500px;
  }

  /* home 高さ調節 */
  .about_mainvisual {
    display: flex;
    flex-direction: column;
    justify-content: start;
  }

  .about_mainvisual img {
    width: 90%;
    height: auto !important;
  }

  .about_point02 {
    float: right;
  }

  .history_02_container_box_text_01 p,
  .history_01_container p,
  .history_02_container p {
    width: 350px;
  }

  .parallax {
    margin-bottom: 100px;
  }

  .simpleParallax {
    height: auto;
  }

  .news_container_box01,
  .news_container_box02 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .news_image {
    width: 60%;
  }

  .news_footer_contact_container {
    padding-top: 100px;
  }
}

@media screen and (max-width: 500px) {
  #nav {
    height: 100vh;
    right: -300px;
    width: 300px;
    overflow: scroll;
  }

  #nav ul li {
    padding: 20px 0;
  }

  .in {
    transform: translateX(-300px);

  }

  .header_container_box_02_menu_open {
    overflow: scroll;
  }

  .br_phone {
    display: inherit;
  }

  .br_pc {
    display: none;
  }

  .header_container {
    position: relative;
  }

  .header_container_box_01 {
    margin-right: 0;
  }

  .header_container_box_01,
  .header_container_box_04 ul {
    flex-direction: column;
    justify-content: center;
  }

  .header_container_box_02_menu {
    top: 30px;
    right: 20px;
  }

  .header_container_box_03 a img,
  .header_container_box_04 ul li a img {
    height: 20px !important;
    width: auto !important;
    margin-right: 10px;
  }

  .header_container_box_03 {
    margin-top: 210px;
  }

  .header_container_box_03 a p {
    display: none;
  }

  .header_container_box_03,
  .header_container_box_04 {
    margin-left: 70px;
    text-align: end;
  }

  .header_sns_non {
    display: none;
  }

  .header_container_box_04 ul li {
    padding-top: 20px;
  }


  header .fa-brands,
  header .fa-solid {
    margin-right: 10px;
    font-size: 20px;
    text-align: end;

  }

  .logo_logo_side {
    top: 50px;
    left: 5px;
    width: 35px;
    height: auto;
  }

  .home_mainvisual_container {
    align-items: normal;
  }

  .home_mainvisual_container_box01,
  .home_mainvisual_container_box02 {
    position: absolute;
  }

  .home_mainvisual_container_box02 {
    right: 20px;
    padding-top: 150px;
  }

  .home_mainvisual_container_box01,
  .home_mainvisual_container_box01 li,
  .home_mainvisual_container_box01 img {
    width: 130px !important;
    height: auto;
  }

  .home_mainvisual_container_box02,
  .home_mainvisual_container_box02 li,
  .home_mainvisual_container_box02 img {
    width: 255px !important;
    height: auto;
  }

  .home_mainvisual_container_box01 img,
  .home_mainvisual_container_box02 img {
    width: 100%;
  }

  .home_mainvisual_container_box01 {
    padding-left: 55px;
    padding-top: 20px;
  }

  .home_about_container_box img {
    width: 280px;
  }

  .home_about_text {
    width: 85%;
    right: 5%;
    top: 300px;
  }

  .home_about_text div {
    padding-top: 190px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .home_order_container_slider {
    padding-top: 150px;
    left: 5%;
  }

  .home_order_bxslider {
    display: none;
  }

  .home_order_phone_bxslider {
    display: block;
  }

  /*ここから　右側スライダー*/
  .home_order_phone_bxslider,
  .home_order_phone_bxslider img {
    width: 300px;
    height: auto;
  }

  .home_order_phone_bxslider {
    position: relative;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
  }

  .home_order_phone_bxslider .bx-wrapper img {

    display: block;
  }

  .home_order_phone_bxslider {
    margin: 0;
    padding: 0;
    /*fix flickering when used background-image instead of <img> (on Chrome)*/
    -webkit-perspective: 1000;
  }

  ul .home_order_phone_bxslider {
    list-style: none;
  }

  .home_order_phone_bxslider .bx-viewport {
    /* fix other elements on the page moving (in Chrome) */
    -webkit-transform: translateZ(0);
  }

  /** THEME
    ===================================*/

  .home_order_phone_bxslider .bx-wrapper .bx-pager,
  .home_order_phone_bxslider .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
  }

  /* LOADER */
  .home_order_phone_bxslider .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url('images/bx_loader.gif') center center no-repeat #ffffff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
  }

  /* PAGER */
  .home_order_phone_bxslider .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
  }

  .home_order_phone_bxslider .bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }

  .home_order_phone_bxslider .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .home_order_phone_bxslider .bx-wrapper .bx-pager.bx-default-pager a.active,
  .home_order_phone_bxslider .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #000;
  }

  .home_order_phone_bxslider .bx-wrapper .bx-pager-item,
  .home_order_phone_bxslider .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline;
  }

  .home_order_phone_bxslider .bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
  }

  /* DIRECTION CONTROLS (NEXT / PREV) */
  .home_order_phone_bxslider .bx-wrapper .bx-prev {
    left: 10px;
    background: url('images/controls.png') no-repeat 0 -32px;
  }

  .home_order_phone_bxslider .bx-wrapper .bx-prev:hover,
  .home_order_phone_bxslider .bx-wrapper .bx-prev:focus {
    background-position: 0 0;
  }

  .home_order_phone_bxslider .bx-wrapper .bx-next {
    right: 10px;
    background: url('images/controls.png') no-repeat -43px -32px;
  }

  .home_order_phone_bxslider .bx-wrapper .bx-next:hover,
  .home_order_phone_bxslider .bx-wrapper .bx-next:focus {
    background-position: -43px 0;
  }

  .home_order_phone_bxslider .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
  }

  .home_order_phone_bxslider .bx-wrapper .bx-controls-direction a.disabled {
    display: none;
  }

  /* AUTO CONTROLS (START / STOP) */
  .home_order_phone_bxslider .bx-wrapper .bx-controls-auto {
    text-align: center;
  }

  .home_order_phone_bxslider .bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url('images/controls.png') -86px -11px no-repeat;
    margin: 0 3px;
  }

  .home_order_phone_bxslider .bx-wrapper .bx-controls-auto .bx-start:hover,
  .home_order_phone_bxslider .bx-wrapper .bx-controls-auto .bx-start.active,
  .home_order_phone_bxslider .bx-wrapper .bx-controls-auto .bx-start:focus {
    background-position: -86px 0;
  }

  .home_order_phone_bxslider .bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url('images/controls.png') -86px -44px no-repeat;
    margin: 0 3px;
  }

  .home_order_phone_bxslider .bx-wrapper .bx-controls-auto .bx-stop:hover,
  .home_order_phone_bxslider .bx-wrapper .bx-controls-auto .bx-stop.active,
  .home_order_phone_bxslider .bx-wrapper .bx-controls-auto .bx-stop:focus {
    background-position: -86px -33px;
  }

  /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
  }

  .home_order_phone_bxslider .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
  }

  /* IMAGE CAPTIONS */
  .home_order_phone_bxslider .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
  }

  .home_order_phone_bxslider .bx-wrapper .bx-caption span {
    color: #ffffff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
  }

  /*ここまで　右側スライダー*/
  .home_order_container_text {
    margin-top: 150px;
    width: 70%;
    background-color: #ffffffd4;
    padding: 50px 10px;
  }

  .home_order_container_text a {
    margin-right: 0;
  }

  .footer_container_box,
  .footer_container_box_01 ul {
    flex-wrap: wrap;
  }

  .footer_contact_box02_01 div a p {
    text-align: center;
  }

  .home_order_container_text .stickarrow {
    width: 100px !important;
  }

  .home_order_container_text h2 p {
    font-size: 15px;
  }

  .home_about_container {
    top: 600px;
  }

  .home_news_container {
    top: 2950px;
  }

  .home_news_box_01 ul li a,
  .footer_contact_box01 a {
    flex-direction: column;
  }

  .home_news_box_01 ul li a img {
    width: 100%;
  }

  .home_news_container {
    width: 80%;
    margin-left: 10%;
  }

  .footer_contact_box01 {
    width: 95%;
  }

  .home_footer_container_box {
    width: 100% !important;
  }

  footer .wrapper {
    width: 85%;
  }

  .footer_home {
    height: auto;
  }

  .logo_footer {
    top: -64px;
  }

  .footer_container img {
    width: 80px;
    height: auto;
  }

  .footer_contact_box02_01 div {
    width: 100%;
  }

  .footer_container {
    display: block;
  }

  .footer_container_box_01 ul li {
    margin-left: 0;
    margin-right: 25px;
  }

  .footer_container_box_01 ul li {
    margin-top: 10px;
  }

  .footer_contact_box01_01,
  .footer_contact_box01_01 img {
    width: 100%;
  }

  .footer_contact_box01_02 {
    margin-left: 0;
  }

  .footer_container_box_02 {
    width: 100%;
    border-top: 2px solid #696969;
    margin-top: 10px;
    padding-top: 20px;
  }

  .footer_container_box_02 ul {
    width: 50%;
    border-left: none;
    justify-content: space-between;
    margin: 0 auto;
  }

  .footer_container_box_02 ul li {
    margin: 0 auto;
  }

  .footer_container_box_02 p {
    text-align: center;
    margin-bottom: 50px;
    margin-left: 0;
  }

  .footer_contact_container {
    top: 4550px;
    width: 95%;
    margin-left: 2.5%;
  }

  .footer_home {
    top: 6650px;
  }

  .about_mainvisual {
    margin-top: 95px;
  }

  .parallax-img img {
    height: 500px;
    width: auto;
    background-size: contain;
  }

  .about_container01_box {
    padding: 10px;
    box-sizing: border-box;
    width: 80%;
  }

  .about_container01_box h3 {
    font-size: 25px;
    margin-bottom: 0;
  }

  .about_container01_box p {
    line-height: 30px;
  }

  .about_container02_box02 {
    width: 85%;
    flex-direction: column;
    padding: 10px;
    box-sizing: border-box;
  }

  .about_container02_box02 img {
    width: 100%;
  }

  .about_container02_box02_text {
    width: 100%;
  }

  .about_container02_box02_text h3 {
    margin-top: 10px;
  }

  .about_point02 {
    flex-direction: column-reverse;
  }

  .about_sponsor_container_box02 {
    width: 48%;
    box-sizing: border-box;
    height: 230px;
  }

  .about_sponsor_container_box02 img {
    width: 100%;
  }

  .history_title {
    line-height: 100vh;
  }

  .history_dot {
    left: -100px;
  }

  .history_01_container_box_text_01,
  .history_02_container_box_text_01 {
    width: 250px;
  }

  .history_01_container_box_text_01 p,
  .history_02_container_box_text_01 p {
    width: 100%;
  }

  .history_01_container_box .v_line_fix,
  .history_01_container_box_02 .v_line_fix,
  .history_02_container_box .v_line_fix,
  .history_02_container_box_01 .v_line_fix {
    margin-left: 34px;
    width: 2px;
    height: 20px;
    background-color: #B9B06D;
  }

  .history_01_container_box_02,
  .history_02_container_box_01 {
    align-items: flex-start;
  }

  .history_01_container_box_text_01 {
    margin-top: 0;
  }

  .history_02_container_box_text_01 {
    margin-top: 80px;
  }

  .history_02_container_box_03 .history_02_container_box_text_01 {
    margin-top: 120px;
  }

  .history_02_container_box_05 .history_02_container_box_text_01 {
    margin-top: 100px;
  }

  .v_line_fix_02 {
    margin-left: 34px;
    width: 2px;
    height: 20px;
    background-color: #B9B06D;
  }

  .history_01_container_box_04 .v_line_fix {
    height: 20px;
    margin-left: 55px;
    width: 3px;
  }

  /*ここから 横スクロール 位置調節*/
  .history_01_container_box_02 {
    left: 615px;
  }

  .history_01_container_box_03 {
    left: 1300px;
  }

  .history_01_container_box_05 {
    left: 2300px;
  }

  .history_02_container_box_01 {
    left: 200px;
  }

  .history_02_container_box_02 {
    left: 1000px;
  }

  .history_02_container_box_03,
  .history_01_container_box_04 {
    left: 1600px;
  }

  .history_02_container_box_05 {
    left: 2710px;
  }

  .history_01_container_box_06 {
    left: 3350px;
  }

  /*ここまで 横スクロール 位置調節*/
  .sponsor_none {
    display: none;
  }

  .footer_about {
    height: 100%;
  }

  .news_logo_side {
    display: none;
  }

  .news_text_top,
  .news_text_top_p {
    padding-bottom: 5px;
  }

  .news_text_top,
  .news_contaoner,
  .news_text_top_p {
    width: 75%;
  }

  .news_container_box01 h3 {
    font-size: 14px;
  }

  .news_container_box02 table tr td {
    width: 100%;
    display: block;
  }

  .news_event_day {
    padding-bottom: 0 !important;
  }

  .shop_mainvisual {
    margin-top: 100px;
  }

  .shop_container01 h2,
  .shop_container02 h2 {
    text-align: center;
    border-bottom: #B9B06D solid 3px;
    width: 95%;
    margin: 0 auto;
    font-size: 30px;
  }

  .shop_container01 h2,
  .shop_container02 h2 {
    font-size: 20px;
  }

  .shop_subtitle {
    font-size: 15px;
    line-height: 30px;
  }

  .shop_container01_box01 {
    flex-direction: column;
  }

  .shop_container01_box02 {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 30px;
  }

  .shop_container01_box02 img {
    width: 100%;
  }

  .footer_news {
    height: 100%;
  }

  .footer_order {
    height: 100%;
  }

  .footer_order .logo_footer_02 {
    top: -15px;
  }


}