@charset "UTF-8";
/*=============================================*/
/*Font import */
/*=============================================*/
@import url(https://use.fontawesome.com/releases/v5.10.2/css/all.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

* {
  box-sizing: border-box;
}

/*=============================================*/
/*Common Base*/
/*=============================================*/
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  margin: auto;
  width: auto;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #1c1c1c;
}
body:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  background: url(../img/bg-body.webp) repeat center/contain;
  background-size: 30px 30px;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  z-index: -1;
}

a, b, dd, dt, li, p, span, td, th {
  font-size: 1.6rem;
  line-height: 2;
  color: #1c1c1c;
  letter-spacing: 0.05em;
}

h1, h2, h3, h4, h5, h6 {
  color: #1c1c1c;
  letter-spacing: 0.05em;
}

.pc_only {
  display: block !important;
}

.sp_only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
.txt_base {
  font-size: 1.6rem;
}
.txt_base p {
  letter-spacing: 0.02em;
  font-size: 1em;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
.txt_base p:not(:last-child) {
  margin-bottom: 1em;
}
.txt_base.fs25 {
  font-size: clamp(2rem, 2vw, 2.5rem);
}
.txt_base.fs18 {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
}

.txt_base.white p {
  color: #fff;
}
.txt_base p.en {
  margin-bottom: 2em;
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
  text-align: unset;
}

/*=============================================*/
/*  layout  Base                        */
/*=============================================*/
.main_width_01 {
  width: calc(100% - 60px);
  max-width: 1500px;
  margin: auto;
}

.main_width_02 {
  width: calc(100% - 60px);
  max-width: 1300px;
  margin: auto;
}

section {
  padding: 80px 0;
}

/*=============================================*/
/*  layout                               */
/*=============================================*/
/********************************************/
/*header */
/********************************************/
.header {
  position: relative;
}
.header .header_inner {
  position: absolute;
  top: 60px;
  left: 3%;
  z-index: 99;
}
@media (max-width: 768px) {
  .header .header_inner {
    position: relative;
    top: initial;
    left: initial;
  }
}

.header.page_header .header_inner {
  top: 40px;
}
@media (max-width: 768px) {
  .header.page_header .header_inner {
    top: 10px !important;
  }
}
.header.page_header .header_inner .logo {
  width: 80px;
}
@media (max-width: 768px) {
  .header.page_header .header_inner .logo {
    width: 60px;
  }
}

.header .header_inner .logo {
  display: block;
  margin-bottom: 25px;
  width: min(15vw, 120px);
}
@media (max-width: 768px) {
  .header .header_inner .logo {
    position: absolute;
    top: 30px;
    left: 20px;
    margin: 0;
    width: 80px;
  }
}

.header .header_inner .nav_btn {
  display: none;
}
@media (max-width: 768px) {
  .header .header_inner .nav_btn {
    display: block;
    position: fixed;
    top: 30px;
    right: 20px;
    width: 35px;
    height: 10px;
    z-index: 9999;
  }
  .header .header_inner .nav_btn span {
    position: absolute;
    right: 0;
    background-color: #fff;
    width: 100%;
    height: 1px;
    transition: all 0.5s;
  }
  .header .header_inner .nav_btn span:nth-child(1) {
    top: 2px;
  }
  .header .header_inner .nav_btn span:nth-child(2) {
    top: 8px;
  }
  .header .header_inner .nav_btn.open span:nth-child(1) {
    top: 4px;
    transform: rotate(25deg);
  }
  .header .header_inner .nav_btn.open span:nth-child(2) {
    top: 4px;
    transform: rotate(-25deg);
  }
}

@media (max-width: 768px) {
  .header .header_inner .header_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(28, 28, 28, 0.9);
    transition: 0.5s cubic-bezier(0.11, 0.24, 0.64, 1);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
  }
  .header .header_inner .header_nav.nav_open {
    visibility: visible;
    opacity: 1;
    transition: 0.3s cubic-bezier(0.11, 0.24, 0.64, 1);
  }
}

.header .header_inner .header_nav .list {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .header .header_inner .header_nav .list {
    justify-content: center;
    height: 100%;
    width: calc(95% - 80px);
    max-width: 400px;
    margin: auto;
  }
}
.header .header_inner .header_nav .list li {
  display: inline-block;
  line-height: 1;
}
@media (max-width: 768px) {
  .header .header_inner .header_nav .list li:not(:last-child) a {
    padding-bottom: 1em;
  }
  .header .header_inner .header_nav .list li:nth-child(1) a {
    transition-delay: 100ms;
  }
  .header .header_inner .header_nav .list li:nth-child(2) a {
    transition-delay: 200ms;
  }
  .header .header_inner .header_nav .list li:nth-child(3) a {
    transition-delay: 300ms;
  }
  .header .header_inner .header_nav .list li:nth-child(4) a {
    transition-delay: 400ms;
  }
  .header .header_inner .header_nav .list li:nth-child(5) a {
    transition-delay: 500ms;
  }
  .header .header_inner .header_nav .list li:nth-child(6) a {
    transition-delay: 600ms;
  }
}

.header .header_inner .header_nav .list li a {
  display: inline-block;
  position: relative;
  margin-bottom: 0.4em;
  font-size: 1.4rem;
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
  z-index: 1;
}
@media (max-width: 768px) {
  .header .header_inner .header_nav .list li a {
    font-size: 2rem;
    transform: translate3d(0, 100%, 0);
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity: 0;
  }
  .header .header_inner .header_nav .list li a.nav_open {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.header .header_inner .header_nav .list li a .inner {
  display: block;
  position: relative;
  color: #fff;
  font-size: 1em;
  font-family: inherit;
  line-height: 0.7;
  overflow: hidden;
}
.header .header_inner .header_nav .list li a .inner .txt_base, .header .header_inner .header_nav .list li a .inner .txt_next {
  display: inline-block;
  color: inherit;
  font-size: 1em;
  font-family: inherit;
  transition: all 0.3s;
  transform: translate(0px);
  overflow: hidden;
}
.header .header_inner .header_nav .list li a .inner .txt_next {
  position: absolute;
  top: 0;
  left: 0;
  color: inherit;
  transform: translateY(70%);
}

.header .header_inner .header_nav .list li a:hover .inner .txt_base {
  transform: translateY(-70%);
  opacity: 0;
}
.header .header_inner .header_nav .list li a:hover .inner .txt_next {
  transform: translateY(0);
}

/********************************************/
/* fix_btn_block */
/********************************************/
.fix_btn_block .reserve_btn {
  position: fixed;
  right: 0;
  bottom: 130px;
  z-index: 998;
}
@media (max-width: 768px) {
  .fix_btn_block .reserve_btn {
    right: initial;
    left: 0;
    bottom: 0;
    width: 80%;
  }
}
.fix_btn_block .reserve_btn a {
  position: relative;
  display: block;
  padding: 0.7em 0.9em 0.3em;
  color: #fff;
  font-size: clamp(1.6rem, 2vw, 2.6rem);
}
@media (max-width: 1024px) {
  .fix_btn_block .reserve_btn a {
    padding: 0.5em 0.5em 0.2em;
  }
}
@media (max-width: 768px) {
  .fix_btn_block .reserve_btn a {
    width: 100%;
    padding-bottom: 0;
    font-size: 1.6rem;
  }
}
.fix_btn_block .reserve_btn a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: rgba(28, 28, 28, 0.5);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .fix_btn_block .reserve_btn a:before {
    right: initial;
    left: 0;
    background-color: rgba(28, 28, 28, 0.9);
  }
}
.fix_btn_block .reserve_btn a span {
  position: relative;
  display: inline-block;
  color: inherit;
  font-size: 1em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .fix_btn_block .reserve_btn a span {
    position: relative;
    display: inline-block;
    color: inherit;
    font-size: 1em;
    overflow: hidden;
  }
}
.fix_btn_block .reserve_btn a span b {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: inherit;
  font-size: 1em;
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  transform: translateY(70px);
}
@media (max-width: 768px) {
  .fix_btn_block .reserve_btn a span b {
    padding-right: 4.5em;
  }
}
.fix_btn_block .reserve_btn a span b:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 8px;
  background: url(../img/arrow-reserve.svg) no-repeat center/contain;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .fix_btn_block .reserve_btn a span b:after {
    bottom: initial;
    right: 0.5em;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}

.fix_btn_block .reserve_btn b {
  line-height: 1.4;
}
.fix_btn_block .reserve_btn small {
  display: block;
  font-size: 0.6em;
}
@media (max-width: 768px) {
  .fix_btn_block .reserve_btn small {
    display: inline;
    margin-left: 0.5em;
    font-size: 0.6em;
  }
}

.fix_btn_block .reserve_btn a:hover:before {
  background-color: rgba(28, 28, 28, 0.7);
}
.fix_btn_block .reserve_btn a:hover span b:after {
  right: -3px;
}
@media (max-width: 768px) {
  .fix_btn_block .reserve_btn a:hover span b:after {
    right: 0;
  }
}

.fix_btn_block .top_btn {
  position: fixed;
  right: 0;
  bottom: 50px;
  color: #fff;
  transform: rotate(90deg);
  z-index: 998;
}
@media (max-width: 768px) {
  .fix_btn_block .top_btn {
    right: 0;
    bottom: 17px;
  }
}
.fix_btn_block .top_btn a {
  position: relative;
  padding: 0 1em 1em 2em;
  color: #fff;
  font-size: 1.4rem;
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .fix_btn_block .top_btn a {
    padding: 0 0.5em 0.2em;
  }
}
.fix_btn_block .top_btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  display: block;
  background: url(../img/arrow-top.svg) no-repeat center/contain;
  width: 14px;
  height: 73px;
  transform: rotate(-90deg);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .fix_btn_block .top_btn a::before {
    top: -5px;
    left: 28px;
  }
}
.fix_btn_block .top_btn a:hover:before {
  left: 23px;
}
@media (max-width: 768px) {
  .fix_btn_block .top_btn a:hover:before {
    left: 28px;
  }
}

/********************************************/
/* fv_block */
/********************************************/
.fv_block {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media (max-width: 768px) {
  .fv_block {
    height: 80vh;
  }
}
.fv_block .movie {
  height: 100%;
}
.fv_block .movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.fv_block .fv_txt {
  position: absolute;
  left: 6%;
  bottom: 100px;
  color: #fff;
  font-size: clamp(2.5rem, 3.5vw, 4rem);
  z-index: 50;
}
@media (max-width: 1024px) {
  .fv_block .fv_txt {
    bottom: 80px;
  }
}
@media (max-width: 768px) {
  .fv_block .fv_txt {
    bottom: 50px;
  }
}
.fv_block .fv_txt p {
  display: block;
  color: inherit;
  font-size: 1em;
  line-height: 1.8;
  letter-spacing: 0.2em;
}

.fv_block .fv_txt .txt_item p {
  display: flex;
}

/********************************************/
/* about_block */
/********************************************/
.about_block {
  position: relative;
  margin-bottom: 400px;
  background: url(../img/bg-about.webp) no-repeat center/cover;
}
@media (max-width: 1024px) {
  .about_block {
    margin-bottom: 350px;
  }
}
@media (max-width: 768px) {
  .about_block {
    margin-bottom: 280px;
  }
}

.about_block .fv_content_txt {
  position: relative;
  padding-top: 230px;
  padding-bottom: 515px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .about_block .fv_content_txt {
    padding-bottom: 350px;
  }
}
@media (max-width: 768px) {
  .about_block .fv_content_txt {
    padding-top: 130px;
    padding-bottom: 150px;
  }
}
.about_block .fv_content_txt .sec_ttl {
  position: absolute;
  top: 11em;
  left: -17em;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media (max-width: 1755px) {
  .about_block .fv_content_txt .sec_ttl {
    left: -0.5em;
  }
}
@media (max-width: 768px) {
  .about_block .fv_content_txt .sec_ttl {
    top: 4em;
    left: -2em;
  }
}
.about_block .fv_content_txt .txt_inner .sec_sub_ttl {
  font-size: clamp(3.2rem, 5.3vw, 6rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.2em;
}
.about_block .fv_content_txt .txt_inner .sec_sub_ttl:last-child {
  margin-bottom: 2em;
}
.about_block .fv_content_txt .txt_inner .sec_sub_ttl .txt_item {
  color: #fff;
  font-size: 1em;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}
@media (max-width: 768px) {
  .about_block .fv_content_txt .txt_inner .sec_sub_ttl .txt_item:not(:last-child) {
    margin-bottom: 0.1em;
  }
}
.about_block .fv_content_txt .txt_inner .sec_sub_ttl .txt_item p {
  color: inherit;
  font-size: 1em;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}
.about_block .fv_content_txt .txt_inner .txt_base {
  padding-right: 20%;
  font-size: clamp(1.6rem, 1.7vw, 1.8rem);
}
@media (max-width: 768px) {
  .about_block .fv_content_txt .txt_inner .txt_base {
    padding-right: 0;
  }
}
.about_block .fv_content_txt .txt_inner .txt_base p {
  line-height: 2.8;
}
@media (max-width: 768px) {
  .about_block .fv_content_txt .txt_inner .txt_base p {
    line-height: 2.3;
  }
}
.about_block .fv_content_txt .txt_inner .txt_base p:not(:last-child) {
  margin-bottom: 2em;
}

.about_block .bt_img {
  position: absolute;
  bottom: -12%;
  left: 0;
  width: 85%;
}
.about_block .bt_img img {
  display: block;
  width: 100%;
  height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .about_block .bt_img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .about_block .bt_img img {
    height: 200px;
  }
}

/********************************************/
/* chef_block */
/********************************************/
.chef_block {
  padding-top: 80px;
  margin-top: -80px;
  margin-bottom: 300px;
}
@media (max-width: 1024px) {
  .chef_block {
    margin-bottom: 200px;
  }
}
@media (max-width: 768px) {
  .chef_block {
    margin-bottom: 150px;
  }
}

.chef_block .first_box {
  position: relative;
  padding-bottom: 350px;
}
@media (max-width: 1440px) {
  .chef_block .first_box {
    padding-bottom: 250px;
  }
}
@media (max-width: 1024px) {
  .chef_block .first_box {
    padding-bottom: 200px;
  }
}
@media (max-width: 768px) {
  .chef_block .first_box {
    padding-bottom: 300px;
  }
}
.chef_block .first_box .txt_area {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .chef_block .first_box .txt_area .sec_ttl {
    margin-bottom: 30px;
  }
}
.chef_block .first_box .txt_area .sec_ttl .txt_item {
  color: #fff;
  font-size: clamp(8rem, 12vw, 20rem);
  opacity: 0.5;
}
.chef_block .first_box .txt_area .sub_ttl {
  display: block;
  margin-bottom: 0.5em;
  color: #FEA826;
  font-size: clamp(3.3rem, 3.7vw, 4rem);
  letter-spacing: 0.2em;
  line-height: 1.8;
}
.chef_block .first_box .txt_area .slide_txt.sp_only {
  margin-bottom: 30px;
}
.chef_block .first_box .txt_area .slide_txt.sp_only .txt_item .sub_ttl {
  margin-bottom: 0;
}
.chef_block .first_box .ab_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  max-width: 810px;
  z-index: 1;
}
@media (max-width: 768px) {
  .chef_block .first_box .ab_img {
    top: initial;
    bottom: 50px;
    width: 100%;
    max-width: 600px;
  }
}

.chef_block .intro_box .info_area .name {
  margin-bottom: 35px;
  color: #fff;
}
@media (max-width: 768px) {
  .chef_block .intro_box .info_area .name {
    margin-bottom: 25px;
  }
}
.chef_block .intro_box .info_area .name .position {
  display: block;
  color: inherit;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  letter-spacing: 0.2em;
}
.chef_block .intro_box .info_area .name .name_txt {
  display: block;
  padding-bottom: 0.4em;
  margin-top: -0.2em;
  color: inherit;
  font-size: clamp(2.3rem, 3.2vw, 4rem);
  line-height: 1.8;
  letter-spacing: 0.2em;
}

.chef_block .intro_box .chef_area {
  display: flex;
  padding-bottom: 250px;
}
@media (max-width: 1024px) {
  .chef_block .intro_box .chef_area {
    padding-bottom: 150px;
  }
}
@media (max-width: 768px) {
  .chef_block .intro_box .chef_area {
    flex-direction: column-reverse;
  }
}
.chef_block .intro_box .chef_area .left {
  padding-top: 70px;
  width: 60%;
}
@media (max-width: 768px) {
  .chef_block .intro_box .chef_area .left {
    padding-top: 50px;
    width: 100%;
  }
}
.chef_block .intro_box .chef_area .left .name {
  padding-right: 6%;
  border-bottom: 1px solid #FEA826;
}
@media (max-width: 768px) {
  .chef_block .intro_box .chef_area .left .name {
    padding-right: 0;
  }
}
.chef_block .intro_box .chef_area .left .catch_copy {
  display: block;
  padding-right: 6%;
  margin-bottom: 0.7em;
  color: #fff;
  font-size: clamp(2.5rem, 3.3vw, 4rem);
  letter-spacing: 0.2em;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .chef_block .intro_box .chef_area .left .catch_copy {
    padding-right: 0;
    margin-bottom: 1em;
  }
}
.chef_block .intro_box .chef_area .left .txt_base {
  padding-right: 6%;
}
@media (max-width: 768px) {
  .chef_block .intro_box .chef_area .left .txt_base {
    padding-right: 0;
  }
}
.chef_block .intro_box .chef_area .right {
  width: 40%;
}
@media (max-width: 768px) {
  .chef_block .intro_box .chef_area .right {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
}

.chef_block .intro_box .supervision_area .name .name_txt {
  padding-bottom: 0;
}

/********************************************/
/* wine_block */
/********************************************/
.wine_block {
  padding: 0;
  overflow-x: hidden;
}

.wine_block .wide_img {
  width: 100%;
  height: 510px;
}
@media (max-width: 1024px) {
  .wine_block .wide_img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .wine_block .wide_img {
    height: 200px;
  }
}
.wine_block .wide_img.wide_img01 {
  background: url(../img/img-wine-wide01.webp) no-repeat center/cover;
}
.wine_block .wide_img.wide_img02 {
  background: url(../img/img-wine-wide02.webp) no-repeat center/cover;
}

.wine_block .content {
  padding-top: 120px;
  padding-bottom: 250px;
  background: url(../img/bg-wine.webp) no-repeat center/cover;
}
@media (max-width: 1024px) {
  .wine_block .content {
    padding-top: 80px;
    padding-bottom: 200px;
  }
}
@media (max-width: 768px) {
  .wine_block .content {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
.wine_block .content .main_width_02 {
  position: relative;
}

.wine_block .content .sec_ttl {
  position: absolute;
  top: 0;
  left: -6%;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  z-index: 2;
}

.wine_block .content .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
}
@media (max-width: 768px) {
  .wine_block .content .flex {
    display: block;
    padding-top: 40px;
  }
}
.wine_block .content .flex .img {
  margin-top: 45px;
  width: 30%;
}
@media (max-width: 768px) {
  .wine_block .content .flex .img {
    padding-top: 0;
    margin-bottom: 50px;
    width: 70%;
    max-width: 300px;
  }
}
.wine_block .content .flex .txt {
  width: 60%;
}
@media (max-width: 768px) {
  .wine_block .content .flex .txt {
    width: 100%;
  }
}
.wine_block .content .flex .txt .sec_sub_ttl {
  margin-bottom: 1.5em;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(4rem, 5vw, 6rem);
  letter-spacing: 0.2em;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .wine_block .content .flex .txt .sec_sub_ttl {
    margin-bottom: 1em;
  }
}

/********************************************/
/* reserve_block */
/********************************************/
.reserve_block {
  position: relative;
  padding: 200px 0 100px;
  overflow-x: hidden;
}
@media (max-width: 1024px) {
  .reserve_block {
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  .reserve_block {
    padding: 60px 0 80px;
  }
}

.reserve_block .slide_txt {
  position: absolute;
  top: 20%;
  display: flex;
  width: 100vw;
  overflow: hidden;
  z-index: 2;
}
.reserve_block .slide_txt p {
  display: block;
  padding-inline: 0.2em;
  flex-shrink: 0;
  white-space: nowrap;
  color: #fff;
  font-size: clamp(7rem, 15vw, 20rem);
  font-family: "Lora", serif;
  font-weight: 500;
  font-style: normal;
  opacity: 0.4;
}
.reserve_block .slide_txt p:nth-child(odd) {
  animation: MoveLeft 24s -12s infinite linear;
}
.reserve_block .slide_txt p:nth-child(even) {
  animation: MoveLeft2 24s infinite linear;
}

@keyframes MoveLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes MoveLeft2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.reserve_block .img {
  width: min(70vw, 430px);
  margin: auto;
}
.reserve_block .img img {
  transition: all 0.5s;
}

.reserve_block .btn {
  position: absolute;
  bottom: 9%;
  left: 37%;
  display: flex;
  align-items: center;
  z-index: 2;
}
@media (max-width: 1024px) {
  .reserve_block .btn {
    left: 20vw;
  }
}
.reserve_block .btn .txt {
  position: relative;
  margin-right: 0.5em;
  color: #fff;
  font-size: clamp(2.5rem, 3.2vw, 3.2rem);
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}
.reserve_block .btn .txt small {
  display: block;
  font-size: 0.5em;
  letter-spacing: 0.3em;
}
.reserve_block .btn .arrow {
  position: relative;
}
.reserve_block .btn .arrow:before {
  content: "";
  display: block;
  width: min(15vw, 178px);
  height: min(15vw, 178px);
  border: 2px solid #fff;
  border-radius: 9999px;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .reserve_block .btn .arrow:before {
    border: 1px solid #fff;
  }
}
@media (max-width: 1024px) {
  .reserve_block .btn .arrow:before {
    width: 70px;
    height: 70px;
  }
}
.reserve_block .btn .arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: url(../img/ico-arrow.svg) no-repeat center/contain;
  width: min(5vw, 54px);
  height: min(5vw, 35px);
}
@media (max-width: 768px) {
  .reserve_block .btn .arrow:after {
    width: 34px;
    height: 16px;
  }
}

.reserve_block .btn:hover ~ .img img {
  transform: scale(1.1) rotate(5deg);
}

.reserve_block .btn:hover .arrow:before {
  transform: scale(1.3);
}

/********************************************/
/* policy_block */
/********************************************/
.policy_block {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .policy_block {
    margin-bottom: 80px;
  }
}
.policy_block .inner {
  position: relative;
  padding: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .policy_block .inner {
    padding: 30px 25px;
  }
}
.policy_block .inner:before {
  content: "";
  position: absolute;
  transition: all 0.5s;
  background-color: #fff;
  height: 1px;
  width: 0;
  top: 0;
  left: 0;
  transition-delay: 0.4s;
}
.policy_block .inner:after {
  content: "";
  position: absolute;
  transition: all 0.5s;
  background-color: #fff;
  width: 1px;
  height: 0;
  top: 0;
  right: 0;
  transition-delay: 0.3s;
}
.policy_block .inner .inner_02:before {
  content: "";
  position: absolute;
  transition: all 0.5s;
  background-color: #fff;
  height: 1px;
  width: 0;
  bottom: 0;
  right: 0;
  transition-delay: 0.2s;
}
.policy_block .inner .inner_02:after {
  content: "";
  position: absolute;
  transition: all 0.5s;
  background-color: #fff;
  width: 1px;
  height: 0;
  bottom: 0;
  left: 0;
  transition-delay: 0.1s;
}

.policy_block.animated .inner:before {
  width: 100%;
  transition: all 0.5s;
}
.policy_block.animated .inner:after {
  height: 100%;
  transition: all 0.5s;
  transition-delay: 0.1s;
}
.policy_block.animated .inner .inner_02:before {
  width: 100%;
  transition: all 0.5s;
  transition-delay: 0.2s;
}
.policy_block.animated .inner .inner_02:after {
  height: 100%;
  transition: all 0.5;
  transition-delay: 0.3s;
}

.policy_block * {
  color: #fff;
}
.policy_block .ttl {
  display: block;
  margin-bottom: 1em;
  font-size: clamp(2rem, 2.8vw, 3rem);
  letter-spacing: 0.2em;
  line-height: 1.8;
}
.policy_block .txt_base {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .policy_block .txt_base {
    margin-bottom: 20px;
  }
}
.policy_block .txt_base p {
  text-align: center;
}
@media (max-width: 768px) {
  .policy_block .txt_base p {
    text-align: left;
  }
}
.policy_block a {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  letter-spacing: 0.05em;
  line-height: 2;
  text-decoration: underline;
  transition: all 0.3s;
}
.policy_block a:hover {
  opacity: 0.7;
}

/********************************************/
/* dress_block */
/********************************************/
.dress_block {
  margin-bottom: 200px;
  text-align: center;
}
@media (max-width: 1024px) {
  .dress_block {
    margin-bottom: 150px;
  }
}
@media (max-width: 768px) {
  .dress_block {
    margin-bottom: 100px;
  }
}
.dress_block * {
  color: #fff;
}

.dress_block .ttl {
  display: block;
  margin-bottom: 1em;
  font-size: clamp(2rem, 2.8vw, 3rem);
  letter-spacing: 0.2em;
  line-height: 1.8;
}
.dress_block .txt_base p {
  text-align: center;
}
@media (max-width: 768px) {
  .dress_block .txt_base p {
    text-align: left;
  }
}

/********************************************/
/* img_list */
/********************************************/
.img_list {
  display: flex;
  margin-bottom: 220px;
}
@media (max-width: 1024px) {
  .img_list {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .img_list {
    display: block;
    margin-bottom: 50px;
  }
}
.img_list .img {
  width: 33.3333333333%;
}
@media (max-width: 768px) {
  .img_list .img {
    width: 100%;
  }
}
.img_list .img img {
  width: 100%;
}

/********************************************/
/* space_block */
/********************************************/
.space_block {
  position: relative;
  padding-top: 100px;
  padding-bottom: 200px;
}
@media (max-width: 1024px) {
  .space_block {
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .space_block {
    padding-bottom: 150px;
  }
}

.space_block .sec_ttl {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .space_block .sec_ttl {
    top: 50px;
  }
}

/* intro_box */
.space_block .intro_box {
  display: flex;
  align-items: center;
  gap: 5%;
  margin-bottom: 180px;
}
@media (max-width: 768px) {
  .space_block .intro_box {
    display: block;
    margin-bottom: 100px;
  }
}
.space_block .intro_box .img {
  width: 40vw;
  margin-left: calc(50% - 50vw);
}
@media (max-width: 1024px) {
  .space_block .intro_box .img {
    width: 60vw;
    height: 450px;
  }
  .space_block .intro_box .img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 768px) {
  .space_block .intro_box .img {
    width: 90vw;
    height: auto;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.space_block .intro_box .txt {
  width: 65%;
}
@media (max-width: 768px) {
  .space_block .intro_box .txt {
    width: 100%;
  }
}
.space_block .intro_box .txt .slide_txt {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .space_block .intro_box .txt .slide_txt {
    margin-bottom: 2em;
  }
}
.space_block .intro_box .txt .slide_txt .txt_item {
  font-size: clamp(2.5rem, 3vw, 4rem);
}
.space_block .intro_box .txt .slide_txt .txt_item .ja {
  color: #fff;
  font-size: 1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.2em;
  line-height: 2;
}
.space_block .intro_box .txt .slide_txt .txt_item .ja .orange {
  color: #FEA826;
  font-size: 1em;
  line-height: inherit;
  letter-spacing: inherit;
}

/* list_box */
.space_block .list_box {
  display: flex;
  margin-right: calc(50% - 50vw);
}
@media (max-width: 768px) {
  .space_block .list_box {
    display: block;
    margin-right: auto;
  }
  .space_block .list_box .item:not(:last-child) {
    margin-bottom: 100px;
  }
  .space_block .list_box .item .img {
    margin: 0 calc(50% - 50vw) 40px;
  }
  .space_block .list_box .item .txt .item_ttl {
    display: flex;
    align-items: baseline;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    border-bottom: 1px solid #FEA826;
    color: #fff;
    font-size: 2.5rem;
  }
  .space_block .list_box .item .txt .item_ttl .orange {
    color: #FEA826;
    font-size: 1em;
    line-height: inherit;
    letter-spacing: inherit;
  }
  .space_block .list_box .item .txt .item_ttl .en {
    display: block;
    padding-left: 0.5em;
    color: inherit;
    font-size: 0.6em;
    font-family: "Lora", serif;
    font-weight: 400;
    font-style: normal;
  }
  .space_block .list_box .item .txt .txt_base .ja {
    margin-bottom: 30px;
  }
}

.space_block .list_box .contents {
  width: 42%;
  padding-right: 4.3%;
}
@media (max-width: 1024px) {
  .space_block .list_box .contents {
    width: 50%;
  }
}
.space_block .list_box .contents > div {
  padding-top: 50vh;
}
.space_block .list_box .contents > div:last-child {
  padding-bottom: 38vh;
}

.space_block .list_box .contents > div .item_ttl {
  display: flex;
  align-items: baseline;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #FEA826;
  color: #fff;
  font-size: clamp(2rem, 3.2vw, 4rem);
}
.space_block .list_box .contents > div .item_ttl .orange {
  color: #FEA826;
  font-size: 1em;
}
.space_block .list_box .contents > div .item_ttl .en {
  display: block;
  padding-left: 0.5em;
  font-size: 0.55em;
  color: inherit;
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  letter-spacing: 0.05em;
}
.space_block .list_box .contents > div .txt_base p {
  line-height: 1.7;
}

.space_block .list_box .contents .scroll_item01 .txt_base p .small {
  font-size: 0.8em;
}
.space_block .list_box .contents .scroll_item01 .txt_base p.ja {
  margin-bottom: 60px;
}

.space_block .list_box .images {
  display: flex;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  width: 58%;
  height: 100vh;
}
@media (max-width: 1024px) {
  .space_block .list_box .images {
    width: 50%;
  }
}
.space_block .list_box .images .scroll_item {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  height: 700px;
  margin: auto;
  transition: 0.8s;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.space_block .list_box .images .scroll_item:first-child {
  visibility: visible;
  opacity: 1;
}
.space_block .list_box .images .scroll_item.active {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1024px) {
  .space_block .list_box .images .scroll_item.scroll_item01 img {
    -o-object-position: right center;
       object-position: right center;
  }
}
@media (max-width: 1024px) {
  .space_block .list_box .images .scroll_item img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/********************************************/
/* place_block */
/********************************************/
.place_block {
  padding: 0 0 60px;
}

.place_block .flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .place_block .flex {
    display: block;
  }
}
.place_block .flex .left {
  margin-top: 80px;
  width: 70%;
}
@media (max-width: 1024px) {
  .place_block .flex .left {
    margin-top: 0;
    margin-bottom: 50px;
    width: 100%;
  }
}
.place_block .flex .right {
  width: 30%;
}
@media (max-width: 1024px) {
  .place_block .flex .right {
    width: 100%;
  }
}

.place_block .flex .left .name_box {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.place_block .flex .left .name_box .logo {
  width: 80px;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .place_block .flex .left .name_box .logo {
    width: 60px;
    margin-right: 20px;
  }
}
.place_block .flex .left .name_box .txt {
  color: #fff;
}
.place_block .flex .left .name_box .txt .sec_ttl {
  color: inherit;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
}
.place_block .flex .left .name_box .txt .shop_name {
  color: inherit;
  font-size: clamp(2rem, 3vw, 3rem);
}

.place_block .flex .left .content {
  display: flex;
  gap: 2%;
}
@media (max-width: 768px) {
  .place_block .flex .left .content {
    display: block;
  }
}
.place_block .flex .left .content .list .item:not(:last-child) {
  margin-bottom: 60px;
}
.place_block .flex .left .content .list .item .item_ttl {
  color: #fff;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-family: "Lora", serif;
  font-weight: 700;
  font-style: normal;
}
.place_block .flex .left .content .list:nth-child(1) {
  width: 50%;
}
@media (max-width: 1024px) {
  .place_block .flex .left .content .list:nth-child(1) {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .place_block .flex .left .content .list:nth-child(1) {
    width: 100%;
    margin-bottom: 60px;
  }
}
.place_block .flex .left .content .list:nth-child(2) {
  width: 50%;
}
@media (max-width: 1024px) {
  .place_block .flex .left .content .list:nth-child(2) {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .place_block .flex .left .content .list:nth-child(2) {
    width: 100%;
  }
}

.place_block .flex .left .content .list .item.item01 .item_ttl {
  margin-bottom: 0.7em;
}
.place_block .flex .left .content .list .item.item01 .txt_base {
  margin-bottom: 30px;
}
.place_block .flex .left .content .list .item.item01 .txt_base p {
  line-height: 1.7;
}
.place_block .flex .left .content .list .item.item01 .map_btn a {
  padding: 0.4em 0.5em;
  border: 1px solid #fff;
  color: #fff;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
  transition: all 0.3s;
}
.place_block .flex .left .content .list .item.item01 .map_btn a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.place_block .flex .left .content .list .item.item02 .item_ttl {
  margin-bottom: 0.1em;
}
.place_block .flex .left .content .list .item.item02 .txt_base .tel_link {
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
.place_block .flex .left .content .list .item.item02 .txt_base .tel_link a {
  color: inherit;
  font-size: 1em;
  font-family: inherit;
  font-weight: inherit;
}
.place_block .flex .left .content .list .item.item03 .item_ttl, .place_block .flex .left .content .list .item.item04 .item_ttl {
  margin-bottom: 0.7em;
}
.place_block .flex .left .content .list .item.item03 .ico_list, .place_block .flex .left .content .list .item.item04 .ico_list {
  display: flex;
  align-items: center;
  gap: 3%;
}
.place_block .flex .left .content .list .item.item03 .ico_list li a, .place_block .flex .left .content .list .item.item04 .ico_list li a {
  display: block;
  transition: all 0.3s;
}
.place_block .flex .left .content .list .item.item03 .ico_list li a:hover, .place_block .flex .left .content .list .item.item04 .ico_list li a:hover {
  opacity: 0.7;
}
.place_block .flex .left .content .list .item.item03 .ico_list li img, .place_block .flex .left .content .list .item.item04 .ico_list li img {
  display: block;
  width: 100%;
}

@media (max-width: 1024px) {
  .place_block .flex .right {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .place_block .flex .right {
    display: block;
  }
}
.place_block .flex .right .reserve_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto 40px;
  border: 1px solid #FEA826;
  width: 75%;
  max-width: 325px;
  aspect-ratio: 1;
  border-radius: 200px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .place_block .flex .right .reserve_btn {
    width: 300px;
    margin-right: 50px;
  }
}
@media (max-width: 1024px) {
  .place_block .flex .right .reserve_btn {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
}
.place_block .flex .right .reserve_btn:hover {
  background-color: rgba(254, 168, 38, 0.1);
}
.place_block .flex .right .reserve_btn:hover:after {
  left: 20px;
}
.place_block .flex .right .reserve_btn p {
  color: #FEA826;
}
.place_block .flex .right .reserve_btn p.en {
  margin-bottom: 0.3em;
  font-size: clamp(2.1rem, 2.8vw, 3.2rem);
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
}
.place_block .flex .right .reserve_btn p.ja {
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  letter-spacing: 0.2em;
  line-height: 1;
}
.place_block .flex .right .reserve_btn:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20%;
  margin: auto;
  background: url(../img/ico-arrow-orange.svg) no-repeat center/contain;
  width: 10%;
  height: 25px;
  transition: all 0.3s;
}

.place_block .flex .right .txt_base p {
  margin-bottom: 30px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.place_block .flex .right .txt_base .policy_btn {
  text-align: center;
}
@media (max-width: 1024px) {
  .place_block .flex .right .txt_base .policy_btn {
    text-align: left;
  }
}
.place_block .flex .right .txt_base .policy_btn a {
  color: #fff;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  text-decoration: underline;
  transition: all 0.3s;
}
.place_block .flex .right .txt_base .policy_btn a:hover {
  opacity: 0.7;
}

/********************************************/
/* footer */
/********************************************/
.footer {
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .footer {
    padding-bottom: 70px;
  }
}
.footer .copyright {
  color: #fff;
  font-size: 1.4rem;
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}

/********************************************/
/* キャンセルポリシー */
/********************************************/
.page_wrapper {
  padding: 200px 0 100px;
}
@media (max-width: 768px) {
  .page_wrapper {
    padding: 170px 0 80px;
  }
}
.page_wrapper .page_ttl {
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  .page_wrapper .page_ttl {
    margin-bottom: 80px;
  }
}
.page_wrapper .page_ttl .ttl {
  color: #fff;
  font-size: clamp(3rem, 3.8vw, 4rem);
  line-height: 1.8;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .page_wrapper .page_ttl .ttl {
    letter-spacing: 0.1em;
  }
}

.policy_wrapper .content .list {
  padding-bottom: 100px;
  margin-bottom: 50px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  .policy_wrapper .content .list {
    padding-bottom: 80px;
  }
}
.policy_wrapper .content .list .item:not(:last-child) {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .policy_wrapper .content .list .item:not(:last-child) {
    margin-bottom: 80px;
  }
}
.policy_wrapper .content .list .item .item_ttl {
  display: block;
  margin-bottom: 1em;
  color: #fff;
  font-size: clamp(2rem, 2.3vw, 2.5rem);
  letter-spacing: 0.2em;
  line-height: 1.8;
}

.policy_wrapper .content .last_txt {
  display: block;
  margin-bottom: 1.5em;
  color: #fff;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .policy_wrapper .content .last_txt {
    margin-bottom: 2em;
  }
}

.policy_wrapper .content .back_btn a {
  display: block;
  width: 100%;
  max-width: 250px;
  padding: 0.5em;
  border: 1px solid #fff;
  color: #fff;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
  transition: all 0.3s;
}
.policy_wrapper .content .back_btn a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.crab_block {
  position: relative;
  top: -200px;
  margin-top: -400px;
  padding-bottom: 400px;
}
@media (max-width: 768px) {
  .crab_block {
    margin-top: -200px;
    padding-bottom: 0;
  }
}

.crab_block .inner {
  padding-top: 100px;
  padding-bottom: 200px;
  background: url(../img/crab-bg.webp) no-repeat center/cover;
}

.crab_block .left_img_box {
  display: flex;
}
@media (max-width: 768px) {
  .crab_block .left_img_box {
    display: block;
  }
}
.crab_block .left_img_box .img {
  width: 42%;
  margin-right: 5%;
}
@media (max-width: 768px) {
  .crab_block .left_img_box .img {
    width: 90%;
    margin: 0 auto 15px;
  }
}
.crab_block .left_img_box .txt_box {
  width: 53%;
}
@media (max-width: 768px) {
  .crab_block .left_img_box .txt_box {
    width: 100%;
  }
}

.crab_block .txt_box .catch_copy {
  margin-bottom: 0.7em;
  color: #fff;
  font-size: clamp(2.5rem, 3.3vw, 4rem);
  letter-spacing: 0.2em;
  line-height: 1.8;
}
.crab_block .txt_box .txt_base p {
  color: #fff;
}

.crab_block .bt_img {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 85%;
}
@media (max-width: 768px) {
  .crab_block .bt_img {
    bottom: -90px;
  }
}
.crab_block .bt_img img {
  display: block;
  width: 100%;
  height: 430px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .crab_block .bt_img img {
    height: 200px;
  }
}/*# sourceMappingURL=style.css.map */