/*
    Theme Name: otm
*/
@charset "UTF-8";
@import url('//fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;700&display=swap');
@import url('//fonts.googleapis.com/css2?family=Instrument+Serif&display=swap');

html {
    font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    color: #000;
    height: 100%;
    overscroll-behavior: none;
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    /* -ms-overflow-style: none; */
    /*Firefoxへの対応*/
    /* scrollbar-width: none; */
}
/*Google Chrome、Safariへの対応*/
html::-webkit-scrollbar{
  /* display: none; */
}
body{
    height: 100%;
    background: #FFF;
}

:root {
  --fontjp: "Shippori Mincho", serif;
  --fonten: "Instrument Serif", serif;
  --color: #212121;
}

.pc { display: block; }
.sp { display: none; }
@media only screen and (max-width: 750px) {
    .pc { display: none; }
    .sp { display: block; }
}

.link_range {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
}

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


/*------------------------------------*\
    共通
\*------------------------------------*/
.inview, .inview2 {
    transition: all 800ms ease-in-out;
    opacity: 0;
}
.inview_up, .inview_up2 {
    transition: all 500ms ease-in-out;
    opacity: 0;
    transform: translate(0,10px);
}
.inview_action {
    opacity: 1.0;
}
.inview_up_action {
    opacity: 1.0;
    transform: translate(0,0);
}


.com_title_wrap {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.com_title {
    display: inline-block;
    font-family: var(--fonten);
    color: var(--color);
    font-size: 30px;
    letter-spacing: 0.05em;
    font-weight: 400;
    border-bottom: 1px solid var(--color);
}
@media only screen and (max-width:750px) {
  .com_title_wrap {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .com_title {
      font-size: 26px;
  }
}





/*------------------------------------*\
    header language
\*------------------------------------*/
.header_lang_wrap {
    position: fixed;
    top: 37px;
    right: 55px;
    z-index: 921;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease-in-out;
}
@media only screen and (max-width:750px) {
    /* .header_lang_wrap {
        top: 100px;
        visibility: hidden;
        opacity: 0;
    }
    body.nav_open .header_lang_wrap {
        visibility: visible;
        opacity: 1;
    } */
}

body.nav_top .header_lang_wrap {
    visibility: visible;
    opacity: 1;
}
body.nav_nomal .header_lang_wrap {
    visibility: visible;
    opacity: 1;
}
body.nav_short .header_lang_wrap {
    visibility: visible;
    opacity: 1;
    top: 28px;
}
@media only screen and (max-width:750px) {
  body.nav_top .header_lang_wrap {
    top: 24px;
    right: 5%;
  }
  body.nav_nomal .header_lang_wrap {
    top: 24px;
    right: 5%;
  }
  body.nav_short .header_lang_wrap {
    top: 24px;
    right: 5%;
  }
}



.header_lang_radio_wrap {
}
.header_lang_radio {
    display: flex;
    align-items: flex-start;
}

.header_lang_radio input[type="radio"] {
    display:none; 
}
.header_lang_radio label {
    font-family: var(--fonten);
    color: var(--color);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.05em;
    position: relative;
    cursor: pointer;
    padding-bottom: 1px;
    display: block;
    transition: all 150ms ease-in-out;
}
body.nav_top .header_lang_radio label {
    color: #FFF;
}
body.nav_nomal .header_lang_radio label, body.nav_short .header_lang_radio label {
    color: var(--color);
}
@media only screen and (max-width:750px) {
  .header_lang_radio label {
    font-size: 12px;
  }
}
.header_lang_radio .header_lang_radio_label_jp {
}
.header_lang_radio .header_lang_radio_label_en {
}

.header_lang_radio_text {
    font-family: var(--fonten);
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: var(--color);
    transition: all 150ms ease-in-out;
    display: inline-block;
    margin: 0 6px;
}
body.nav_top .header_lang_radio_text {
    color: #FFF;
}
body.nav_nomal .header_lang_radio_text, body.nav_short .header_lang_radio_text {
    color: var(--color);
}
@media only screen and (max-width:750px) {
  .header_lang_radio_text {
    font-size: 12px;
    margin: 0 5px;
  }
}

.header_lang_radio label .header_lang_select {
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--color);
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    transition: all 150ms ease-in-out;
}
body.nav_top .header_lang_radio label .header_lang_select {
    background-color: #FFF;
}
body.nav_nomal .header_lang_radio label .header_lang_select, body.nav_short .header_lang_radio label .header_lang_select {
    background-color: var(--color);
}

.header_lang_radio input[type="radio"]:checked + label { 
}
.header_lang_radio input[type="radio"]:checked + label .header_lang_select { 
    display: block;
}


/* 言語切り替え用 */
.com_lang_wrap {
    position: relative;
}
.lang_jp, .lang_en {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    z-index: -1;
    /* transition: all 500ms ease-in-out; */
}
.lang_jp {
    font-family: var(--fontjp);
    color: var(--color);
    letter-spacing: 0.05em;
    font-weight: 400;
    top: -1px;
}
.lang_en {
    font-family: var(--fonten);
    color: var(--color);
    letter-spacing: 0.07em;
    font-weight: 400;
}

body.jp .lang_jp, body.en .lang_en {
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: auto;
}

.font_jp {
    font-family: var(--fontjp);
}
.font_en {
    font-family: var(--fonten);
}


/*------------------------------------*\
    header (logo)
\*------------------------------------*/
.header_logo_wrap {
  position: fixed;
  top: 24px;
  left: 45px;
  z-index: 910;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease-in-out;
  /* filter: invert(100%); */
  /* mix-blend-mode: exclusion; */
}
@media only screen and (max-width:750px) {
    .header_logo_wrap {
        top: 20px;
        left: 5%;
    }
}
.header_logo_icon {
    width: 90px;
    height: auto;
    transition: all 500ms ease-in-out;
}
.header_logo_icon .cls-3 {
    fill: #fff;
    transition: all 150ms ease-in-out;
}
@media only screen and (max-width:750px) {
  .header_logo_icon {
      width: 75px;
  }
}


body.nav_top .header_logo_wrap {
    visibility: visible;
    opacity: 1;
}
body.nav_top .header_logo_icon .cls-3 {
    fill: #fff;
}

body.nav_nomal .header_logo_wrap {
    visibility: visible;
    opacity: 1;
}
body.nav_nomal .header_logo_icon .cls-3 {
    fill: var(--color);
}

body.nav_short .header_logo_wrap {
    visibility: visible;
    opacity: 1;
    top: 10px;
    left: 40px;
}
body.nav_short .header_logo_icon {
    width: 50px;
}
body.nav_short .header_logo_icon .cls-3 {
    fill: var(--color);
}
@media only screen and (max-width:750px) {
  body.nav_short .header_logo_wrap {
      left: 5%;
  }
  body.nav_short .header_logo_icon {
      width: 35px;
  }
}


/*------------------------------------*\
    header (link nav)
\*------------------------------------*/
.header_link_nav_wrap {
  display: flex;
  position: fixed;
  top: 36px;
  right: 400px;
  z-index: 920;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease-in-out;
}
@media only screen and (max-width:750px) {
  .header_link_nav_wrap {
    width: 100%;
    justify-content: center;
    top: auto;
    right: auto;
    left: 50%;
    bottom: 18px;
    transform: translate(-50%, 0);
  }
}
body.nav_top .header_link_nav_wrap {
  visibility: visible;
  opacity: 1;
}
body.nav_nomal .header_link_nav_wrap {
  visibility: visible;
  opacity: 1;
}
body.nav_short .header_link_nav_wrap {
  visibility: visible;
  opacity: 1;
  top: 28px;
}
@media only screen and (max-width:750px) {
  body.nav_short .header_link_nav_wrap {
    top: auto;
    bottom: 18px;
  }
}


.header_link_nav ul {
  display: flex;
  gap: 20px;
}
.header_link_nav li {
  position: relative;
}
.header_link_nav li a {
  display: flex;
  gap: 6px;
  transition: all 150ms ease-in-out;
}
.header_link_nav li a:hover {
  opacity: 0.7;
}

.header_link_nav_icon {
  width: 10px;
}
.header_link_nav_icon .cls-1 {
  fill: #FFF;
}
body.nav_top .header_link_nav_icon .cls-1 {
  fill: #FFF;
}
body.nav_nomal .header_link_nav_icon .cls-1 {
  fill: var(--color);
}
body.nav_short .header_link_nav_icon .cls-1 {
  fill: var(--color);
}

.header_link_nav_name {
  font-family: var(--fonten);
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #FFF;
  cursor: pointer;
}
body.nav_top .header_link_nav_name {
  color: #FFF;
}
body.nav_nomal .header_link_nav_name {
  color: var(--color);
}
body.nav_short .header_link_nav_name {
  color: var(--color);
}





/*------------------------------------*\
    header (nav)
\*------------------------------------*/
.header_nav_wrap {
    display: flex;
    position: fixed;
    top: 36px;
    right: 145px;
    z-index: 920;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease-in-out;
}
@media only screen and (max-width:750px) {
    .header_nav_wrap {
      top: 22px;
      right: calc(5% + 56px);
    }
}
body.nav_top .header_nav_wrap {
    visibility: visible;
    opacity: 1;
}
body.nav_nomal .header_nav_wrap {
    visibility: visible;
    opacity: 1;
}
body.nav_short .header_nav_wrap {
    visibility: visible;
    opacity: 1;
    top: 28px;
}
@media only screen and (max-width:750px) {
  body.nav_short .header_nav_wrap {
      top: 22px;
  }
}


.header_nav ul {
    display: flex;
    gap: 20px;
}
@media only screen and (max-width:750px) {
  .header_nav ul {
      gap: 15px;
  }
}
.header_nav li {
}
.header_nav_name {
    font-family: var(--fonten);
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #FFF;
    cursor: pointer;
    transition: all 150ms ease-in-out;
}
body.nav_top .header_nav_name {
    color: #FFF;
}
body.nav_nomal .header_nav_name {
    color: var(--color);
}
body.nav_short .header_nav_name {
    color: var(--color);
}
.header_nav_name:hover {
  opacity: 0.7;
}


/*------------------------------------*\
    header (nav 背景)
\*------------------------------------*/

.header_top_bk_wrap {
    width: 100%;
    height: 0;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #FFF;
    /* border-bottom: 1px solid #707070; */
    z-index: 899;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease-in-out;
}
@media only screen and (max-width:750px) {
  .header_top_bk_wrap {
    height: 50px;
  }
}

body.nav_top .header_top_bk_wrap {
    visibility: hidden;
    opacity: 0;
    height: 89px;
}
body.nav_nomal .header_top_bk_wrap {
    visibility: visible;
    opacity: 0.98;
    height: 138px;
}
body.nav_short .header_top_bk_wrap {
    visibility: visible;
    opacity: 0.98;
    height: 70px;
}

@media only screen and (max-width:750px) {
    body.nav_top .header_top_bk_wrap {
        height: 50px;
    }
    body.nav_nomal .header_top_bk_wrap {
        height: 110px;
    }
    body.nav_short .header_top_bk_wrap {
        height: 55px;
    }
}


.header_bottom_bk_wrap {
  width: 100%;
  height: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #EFEFEF;
  /* border-top: 1px solid #707070; */
  z-index: 899;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease-in-out;
}
@media only screen and (max-width:750px) {
  /* .header_bottom_bk_wrap {
    height: 50px;
  } */
}

/* body.nav_top .header_top_bk_wrap {
  visibility: hidden;
  opacity: 0;
  height: 89px;
}
body.nav_nomal .header_top_bk_wrap {
  visibility: visible;
  opacity: 0.98;
  height: 138px;
}
body.nav_short .header_top_bk_wrap {
  visibility: visible;
  opacity: 0.98;
  height: 70px;
} */

@media only screen and (max-width:750px) {
  body.nav_top .header_bottom_bk_wrap {
    visibility: hidden;
    opacity: 0;
  }
  body.nav_nomal .header_bottom_bk_wrap {
    visibility: visible;
    opacity: 0.98;
    height: 50px;
  }
  body.nav_short .header_bottom_bk_wrap {
    visibility: visible;
    opacity: 0.98;
    height: 50px;
  }
}



/*------------------------------------*\
    header (navigation)
\*------------------------------------*/
.header_background_wrap {
    display: block;
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease-in-out;
    z-index: 928;
}
body.nav_open .header_background_wrap {
    opacity: 0.1;
    visibility: visible;
}


.header_open_wrap {
  width: 0%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #EFEFEF;
  visibility: hidden;
  opacity: 0;
  transition: all 600ms ease-in-out;
  z-index: 930;
}
@media only screen and (max-width:750px) {
}
body.nav_open .header_open_wrap {
  width: 514px;
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width:750px) {
    body.nav_open .header_open_wrap {
    width: 100%;
  }
}


.header_open_header_wrap {
  width: 514px;
  position: relative;
}
@media only screen and (max-width:750px) {
  .header_open_header_wrap {
    width: 100vw;
  }
}


.header_open_button_wrap {
  position: absolute;
  top: 22px;
  right: 26px;
}
@media only screen and (max-width:750px) {
  .header_open_button_wrap {
    top: 19px;
    right: 5%;
  }
}
.header_open_button {
  position: relative;
  width: 49px;
  height: 49px;
  text-align: center;
  cursor: pointer;
}
.header_open_button_line {
  height: 1px;
  background-color: #707070;
  border: none;
  font-size: 0;
  position: absolute;
  width: 44px;
  top: 24px;
  left: 2px;
}
.header_open_button_line.line_1 {
  transform: rotate(45deg);
}
.header_open_button_line.line_2 {
  transform: rotate(-45deg);
}
@media only screen and (max-width:750px) {
  .header_open_button_line {
    width: 22px;
    left: 12px;
  }
}



.header_open_scroll_wrap {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}
/*Google Chrome、Safariへの対応*/
.header_open_scroll_wrap::-webkit-scrollbar{
  display: none;
}

.header_open_navigation_wrap {
  width: 514px;
}
@media only screen and (max-width:750px) {
  .header_open_scroll_wrap {
    height: calc(100% - 90px);
    margin-top: 90px;
  }
  .header_open_navigation_wrap {
    width: 100vw;
    min-height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}



.header_open_reservation_wrap {
  padding-top: 137px;
  width: calc(100% - 68px - 68px);
  margin: 0 auto;
}
@media only screen and (max-width:750px) {
  .header_open_reservation_wrap {
    padding-top: 27px;
    width: 80%;
  }
}
.header_open_reservation_title_wrap, .header_open_location_title_wrap {
  display: flex;
}
.header_open_reservation_title, .header_open_location_title {
  font-family: var(--fonten);
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.05em;
  padding-bottom: 11px;
  border-bottom: 1px solid #707070;
}
.header_open_reservation_title_jp {
  font-family: var(--fontjp);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 5px;
  margin-left: 14px;
}
@media only screen and (max-width:750px) {
  .header_open_reservation_title, .header_open_location_title {
    font-size: 16px;
  }
  .header_open_reservation_title_jp {
    font-size: 10px;
    margin-top: 4px;
  }
}

.header_open_reservation_text_wrap {
  margin-top: 22px;
}
.header_open_reservation_text {
  /* font-family: var(--fontjp); */
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.header_open_reservation_text.lang_en {
  /* font-family: var(--fonten); */
  /* letter-spacing: 0.07em; */
}
@media only screen and (max-width:750px) {
  .header_open_reservation_text_wrap {
    margin-top: 12px;
  }
  .header_open_reservation_text {
    font-size: 11px;
  }
}


.header_open_reservation_tel_and_time_wrap {
  margin-top: 60px;
}
@media only screen and (max-width:750px) {
  .header_open_reservation_tel_and_time_wrap {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 24px;
  }
}
@media only screen and (max-width:365px) {
  .header_open_reservation_tel_and_time_wrap {
    display: block;
  }
}

.header_open_reservation_tel_wrap {
  text-align: center;
}
.header_open_reservation_tel {
  font-family: var(--fonten);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media only screen and (max-width:750px) {
  .header_open_reservation_tel_wrap {
    text-align: start;
    margin-right: 20px;
  }
  .header_open_reservation_tel {
    font-size: 18px;
    white-space: nowrap;
  }
}

.header_open_reservation_time_wrap {
  position: relative;
  text-align: center;
  margin-top: 19px;
}
.header_open_reservation_time {
  /* font-family: var(--fontjp); */
  font-size: 12px;
  font-weight: 400;
  /* letter-spacing: 0.05em; */
}
/* #header .header_open_reservation_time.en {
  font-family: var(--fonten);
  letter-spacing: 0.07em;
} */
@media only screen and (max-width:750px) {
  .header_open_reservation_time_wrap {
    text-align: start;
    margin-top: 3px;
  }
  .header_open_reservation_time {
    font-size: 11px;
    line-height: 14px;
  }
}
@media only screen and (max-width:365px) {
  .header_open_reservation_time_wrap {
    margin-top: 10px;
  }
}


.header_open_reservation_link_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 64px;
}
@media only screen and (max-width:750px) {
  .header_open_reservation_link_wrap {
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 14px;
  }
}
.header_open_reservation_link_img_wrap {
  width: 180px;
  height: 50px;
  border: 1px solid #707070;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 150ms ease-in-out;
}
.header_open_reservation_link_img_wrap:hover {
  opacity: 0.7;
}

.header_open_reservation_link_img_wrap.tablecheck {
  /* background-color: #000; */
}
.header_open_reservation_link_img_wrap:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width:750px) {
  .header_open_reservation_link_img_wrap {
    width: 142px;
    height: 38px;
  }
  .header_open_reservation_link_img_wrap:last-child {
    margin-right: 0;
  }
}
.header_open_reservation_link_img__tripadvisor {
  width: 140px;
  height: 24px;
}
.header_open_reservation_link_img__tabelog {
  width: 120px;
  height: auto;
}
.header_open_reservation_link_img__tablecheck {
  width: 130px;
  height: auto;
}
@media only screen and (max-width:750px) {
  .header_open_reservation_link_img__tripadvisor {
    width: 105px;
    height: 18px;
  }
  .header_open_reservation_link_img__tabelog {
    width: 94px;
  }
  .header_open_reservation_link_img__tablecheck {
    width: 100px;
  }
}



.header_open_location_wrap {
  display: none;
}
@media only screen and (max-width:750px) {
  .header_open_location_wrap {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 32px;
  }
  .header_open_location_text_wrap {
    position: relative;
    margin-top: 15px;
  }
  .header_open_location_text {
    /* font-family: var(--fontjp); */
    font-size: 11px;
    line-height: 26px;
    font-weight: 400;
  }
  .header_open_location_text.lang_en {
    letter-spacing: 0.05em;
  }
  .header_open_location_text .address {
    margin-right: 11px;
  }
  .header_open_location_text .map {
    font-family: var(--fonten);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.07em;
  }
  .header_open_location_text .tel {
  }
  .header_open_location_text .location_open {
  }
  .header_open_location_text .location_dinner {
  }
  .header_open_location_text .location_close {
  }

}


#header .header_open_footer_wrap {
  display: none;
}
@media only screen and (max-width:750px) {
  #header .header_open_footer_wrap {
    display: block;
    background-color: #FFF;
    padding: 20px 0;
    margin-top: auto;
  }
  #header .header_open_footer_sns_wrap {
  }
  #header .header_open_footer_sns_list_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  #header .header_open_footer_sns_name {
    font-family: var(--fonten);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
}
  

/*------------------------------------*\
    top 
\*------------------------------------*/
.top_main {
}
@media only screen and (max-width:750px) {
}
.top_fv_wrap {
}
.top_fv_inner {
  background-color: #000;
}

.top_fv_img_wrap {
    height: 100vh;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.top_fv_img_wrap::before {
  content: "";
  display: block;
  padding-top: calc(100% * (2 / 3));
}
.top_fv_img {
    background-image: url(img/top_fv.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}



/*------------------------------------*\
    top FV ギャラリー
\*------------------------------------*/
/* .top_fv_slick_wrap {
    visibility: hidden;
    opacity: 0;
    transition: all 1000ms ease-in-out;
}
.top_fv_slick_wrap.visible {
    visibility: visible;
    opacity: 1;
}
.top_fv_slick {
}
.top_fv_slick li {
}
.top_fv_slick_img_wrap {
    height: 100vh;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.top_fv_slick_img_wrap::before {
  content: "";
  display: block;
  padding-top: calc(100% * (2 / 3));
}
.top_fv_slick_img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media only screen and (max-width:750px) {
} */


/*------------------------------------*\
    top KV 映像
\*------------------------------------*/
.top_fv_video_wrap {
    width: 100%;
    height: 100svh;
    overflow: hidden;
    position: relative;
    transition: all 500ms cubic-bezier(1, 0.04, 0.47, 0.9);

    /* display: none; */
}
.top_fv_video {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;

    opacity: 0;
    transition: all 500ms ease-in-out;
}
.top_fv_video.fv_start {
    opacity: 1;
}
.top_fv_video.width_max {
    width: 100%;
}
.top_fv_video.height_max {
    height: 100%;
}

.top_fv_video_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #000;
    opacity: 0.1;
}



/*------------------------------------*\
    top スライド
\*------------------------------------*/
.top_content_wrap {
}
@media only screen and (max-width:750px) {
  .top_content_wrap {
    /* margin-top: 20px; */
  }
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
} 
.top_slide_wrap {
  height: 42px;
  margin-bottom: 58px;
}
@media only screen and (max-width:750px) {
  .top_slide_wrap {
    height: 30px;
    margin-bottom: 20px;
    /* display: none; */
  }
}

.top_slide_text_list_wrap {
  display: inline-block;
  white-space: nowrap;
  align-items: center;
  width: 100%;
  height: 100%; 
  overflow: hidden;
  border-bottom: 1px solid #212121;
}
.top_slide_text_wrap {
  display: inline-block;
  white-space: nowrap;
  margin-top: 12px;
  animation: loop-slide 30s infinite linear 1s both;

/*
  animation-name: loop-slide;           アニメーション名
  animation-duration: 70s;              開始から終了までの所要時間
  animation-iteration-count: infinite;  アニメーションのループ回数
  animation-timing-function: linear;    動きの加減速
  animation-delay: 1s;                  アニメーションが開始するまでの遅延時間
  animation-fill-mode: both;            アニメーション開始前・終了後の挙動
*/

}
@media only screen and (max-width:750px) {
  .top_slide_text_wrap {
    margin-top: 6px;
  }
}

.top_slide_text {
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  white-space: nowrap;
  margin-left: 23px;
}
@media only screen and (max-width:750px) {
  .top_slide_text {
    font-size: 11px;
  }
}



/*------------------------------------*\
    top img
\*------------------------------------*/
.top_img_wrap {
}
@media only screen and (max-width:750px) {
}
.top_img_inner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width:750px) {
  .top_img_inner {
    flex-direction: column;
    gap: 20px;
    width: calc(100% - 40px);
  }
}
.top_content_img_wrap {
  position: relative;
  width: 50%;
}
.top_content_img_wrap:before {
  content: "";
  display: block;
  padding-top: calc(100%*(960 / 568));
}
@media only screen and (max-width:750px) {
  .top_content_img_wrap {
    width: 100%;
  }
}

.top_content_img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top_content_img.img_1 {
  background-image: url(img/top_1.jpg);
}
.top_content_img.img_2 {
  background-image: url(img/top_2.jpg);
}
.top_content_img.img_4 {
  background-image: url(img/top_4.jpg);
}
.top_content_img.img_5 {
  background-image: url(img/top_5.jpg);
}



/*------------------------------------*\
    top about
\*------------------------------------*/
.top_about_wrap {
  padding-top: 50px;
  margin-top: -50px;
}
@media only screen and (max-width:750px) {
}

.top_about_inner {
  width: 90%;
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width:750px) {
  .top_about_inner {
    width: 81%;
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.top_about_detail_wrap {
  width: 60%;
  min-width: 582px;
  max-width: 1000px;
  margin: 0 auto;
  /* width: 50%;
  min-width: 582px;
  margin-left: auto; */
}
@media only screen and (max-width:750px) {
  .top_about_detail_wrap {
    width: 100%;
    min-width: auto;
  }
}
.top_about_title_wrap {
  border-bottom: 1px solid #707070;
  padding-bottom: 24px;
  margin-bottom: 46px;
}
@media only screen and (max-width:750px) {
  .top_about_title_wrap {
    padding-bottom: 14px;
    margin-bottom: 16px;
  }
}
.top_about_title {
  font-family: var(--fonten);
  color: var(--color);
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.07em;
  font-weight: 400;
}
@media only screen and (max-width:750px) {
  .top_about_title {
    font-size: 20px;
    line-height: 30px;
  }
}
.top_about_text_wrap {
}
@media only screen and (max-width:750px) {
  .top_about_text_wrap {
  }
}
.top_about_text {
  color: var(--color);
  font-size: 14px;
  line-height: 35px;
  font-weight: 400;
}
@media only screen and (max-width:750px) {
  .top_about_text {
    font-size: 11px;
    line-height: 30px;
  }
}


.top_about_sub_title_wrap {
  margin-bottom: 20px;
  margin-top: 50px;
}
@media only screen and (max-width:750px) {
  .top_about_sub_title_wrap {
    margin-bottom: 20px;
    margin-top: 60px;
  }
}
.top_about_sub_title {
  font-family: var(--fonten);
  color: var(--color);
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.07em;
  font-weight: 400;
}
@media only screen and (max-width:750px) {
  .top_about_sub_title {
    font-size: 15px;
    line-height: 30px;
  }
}
.top_about_sub_text_wrap {
}
@media only screen and (max-width:750px) {
  .top_about_sub_text_wrap {
  }
}
.top_about_sub_text {
  color: var(--color);
  font-size: 14px;
  line-height: 35px;
  font-weight: 400;
}
@media only screen and (max-width:750px) {
  .top_about_sub_text {
    font-size: 11px;
    line-height: 30px;
  }
}


/*------------------------------------*\
    top menu
\*------------------------------------*/
.top_menu_wrap {
}
@media only screen and (max-width:750px) {
}

.top_menu_inner {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width:750px) {
  .top_menu_inner {
    width: 100%;
  }
}
.top_menu_slick_wrap {
  visibility: hidden;
  opacity: 0;
  transition: all 1000ms ease-in-out;
}
.top_menu_slick_wrap.visible {
  visibility: visible;
  opacity: 1;
}
.top_menu_slick {
}
.top_menu_slick li {
}
.top_menu_slick_img_wrap {
}
.top_menu_slick_img {
  object-fit: cover;
  aspect-ratio: 3 / 2;
}
@media only screen and (max-width:750px) {
}


.top_menu_title_wrap {
  position: relative;
  width: 50%;
  /* min-width: 582px; */
  margin-left: auto;
  text-align: right;
  margin-top: 22px;
}
@media only screen and (max-width:750px) {
  .top_menu_title_wrap {
    width: 68%;
    margin-top: 16px;
    margin-right: 6%;
  }
}
.top_menu_title {
  font-family: var(--fonten);
  color: var(--color);
  font-size: 30px;
  letter-spacing: 0.07em;
  font-weight: 400;
  position: relative;
  z-index: 1;
  transition: all 150ms ease-in-out;
}
.top_menu_title:before {
  content: "";
  width: calc(100% - 135px);
  height: 1px;
  background: var(--color);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transition: all 150ms ease-in-out;
}
@media only screen and (max-width:750px) {
  .top_menu_title:before {
    width: calc(100% - 106px);
  }
}
.top_menu_title:hover {
  opacity: 0.7;
}
/* .top_menu_title:hover:before {
  width: 100%;
} */
@media only screen and (max-width:750px) {
  .top_menu_title {
    font-size: 25px;
  }
}

.top_menu_img_wrap {
  margin-top: 80px;
}
.top_menu_img {
  object-fit: cover;
  aspect-ratio: 3 / 2;
}


/*------------------------------------*\
    top location
\*------------------------------------*/
.top_location_wrap {
  padding-top: 50px;
  margin-top: -50px;
}
@media only screen and (max-width:750px) {
}
.top_location_inner {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media only screen and (max-width:750px) {
  .top_location_inner {
    margin-bottom: 20px;
  }
}

.top_location_logo_and_detail_wrap {
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width:750px) {
  .top_location_logo_and_detail_wrap {
    width: 90%;
    margin: 0 auto;
    display: block;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.top_location_logo_wrap {
  width: 50%;
}
.top_location_logo_img_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  margin-left: 2.5%;
}
.top_location_logo_img {
  width: 123px;
  height: auto;
}
@media only screen and (max-width:750px) {
  .top_location_logo_wrap {
    display: none;
    width: 100%;
  }
  .top_location_logo_img_wrap {
    margin-left: 0;
    padding-bottom: 50px;
  }
  .top_location_logo_img {
    width: 136px;
  }
}


.top_location_detail_wrap {
  width: 50%;
}
@media only screen and (max-width:750px) {
  .top_location_detail_wrap {
    width: 100%;
  }
}
.top_location_detail_inner {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width:750px) {
  .top_location_detail_inner {
    width: 100%;
  }
}
.top_location_title_wrap {
  border-bottom: 1px solid #707070;
  padding-bottom: 20px;
}
@media only screen and (max-width:750px) {
  .top_location_title_wrap {
    padding-bottom: 14px;
  }
}
.top_location_title {
  font-family: var(--fonten);
  color: var(--color);
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.07em;
  font-weight: 400;
}
@media only screen and (max-width:750px) {
  .top_location_title {
    font-size: 16px;
    line-height: 22px;
  }
}
.top_location_text_wrap {
  margin-top: 30px;
}
@media only screen and (max-width:750px) {
  .top_location_text_wrap {
    margin-top: 36px;
  }
}


.top_location_text {
  font-size: 13px;
  line-height: 36px;
  font-weight: 400;
}
@media only screen and (max-width:750px) {
  .top_about_location_text {
    font-size: 12px;
    line-height: 30px;
  }
}
.top_location_text .location_address {
  margin-right: 10px;
}
.top_location_text .location_map {
  font-size: 12px;
}
.top_location_text .location_map a {
  position: relative;
  top: -1px;
}
.top_location_text .location_open {
}
.top_location_text .location_dinner {
  margin-right: 28px;
}
.top_location_text .location_close {
}
@media only screen and (max-width:750px) {
  .top_location_text .location_map {
    font-size: 10px;
    white-space: nowrap;
    display: inline-block;
  }
  .top_location_text .location_open {
  }
  .top_location_text .location_dinner {
    margin-right: 0;
  }
  .top_location_text .location_close {
    display: block;
  }
}
@media only screen and (max-width:425px) {
  .top_location_text .location_post {
    display: block;
    line-height: 12px;
  }
}


.top_location_note {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 20px;
}
@media only screen and (max-width:950px) {
  .top_location_note {
    line-height: 22px;
    margin-top: 32px;
  }
}


.top_location_map_text {
  font-size: 11px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 20px;
}
@media only screen and (max-width:950px) {
  .top_location_map_text {
    margin-top: 34px;
    line-height: 22px;
  }
}



.top_location_img_wrap {
}
.top_location_img {
  object-fit: cover;
  aspect-ratio: 3 / 2;
}




/*------------------------------------*\
    MENU
\*------------------------------------*/
.menu_fv_slick_wrap {
    visibility: hidden;
    opacity: 0;
    transition: all 1000ms ease-in-out;
}
.menu_fv_slick_wrap.visible {
    visibility: visible;
    opacity: 1;
}
.menu_fv_slick {
}
.menu_fv_slick li {
}
.menu_fv_slick_img_wrap {
    height: 100svh;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.menu_fv_slick_img_wrap::before {
  content: "";
  display: block;
  padding-top: calc(100% * (2 / 3));
}
.menu_fv_slick_img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media only screen and (max-width:750px) {
}



/*------------------------------------*\
    MENU plate
\*------------------------------------*/
.menu_plate_wrap {
  padding-bottom: 100px;
}
.menu_plate_inner {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}
.menu_plate_list {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media only screen and (max-width:750px) {
  .menu_plate_list {
    gap: 60px;
  }
}

.menu_plate_content {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 5%;
}
@media only screen and (max-width:750px) {
  .menu_plate_content {
    flex-direction: column;
    gap: 20px;
  }
  .menu_plate_content.column_reverse_sp {
    flex-direction: column-reverse;
  }
}
.menu_plate_img_wrap {
  width: 50%;
}
@media only screen and (max-width:750px) {
  .menu_plate_img_wrap {
    width: 100%;
  }
}
.menu_plate_img {
  object-fit: cover;
  aspect-ratio: 450 / 510;
}
@media only screen and (max-width:750px) {
  .menu_plate_img {
    aspect-ratio: 340 / 380;
  }
}
.menu_plate_detail_wrap {
  width: 60%;
  min-width: 400px;
  max-width: 600px;
}
@media only screen and (max-width:750px) {
  .menu_plate_detail_wrap {
    width: 100%;
    min-width: auto;
  }
}
.menu_plate_title_and_price_wrap {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #707070;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
@media only screen and (max-width:750px) {
  .menu_plate_title_and_price_wrap {
    display: block;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 26px;
  }
}
.menu_plate_title_wrap {
}
.menu_plate_title {
  font-family: var(--fonten);
  color: var(--color);
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media only screen and (max-width:750px) {
  .menu_plate_title_wrap {
    text-align: center;
    border-bottom: 1px solid #707070;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .menu_plate_title {
    font-size: 24px;
    line-height: 30px;
  }
}
.menu_plate_price_wrap {
  margin-left: auto;
}
.menu_plate_price {
  font-family: var(--fonten);
  color: var(--color);
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media only screen and (max-width:750px) {
  .menu_plate_price_wrap {
    text-align: center;
  }
  .menu_plate_price {
    font-size: 24px;
    line-height: 30px;
  }
}
.menu_plate_text_wrap {
  margin-bottom: 30px;
}
@media only screen and (max-width:750px) {
  .menu_plate_text_wrap {
    width: 92%;
    margin: 0 auto;
    margin-bottom: 28px;
  }
}
.menu_plate_text_title {
  font-family: var(--fonten);
  color: var(--color);
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: inline-block;
  border-bottom: 1px solid var(--color);
  margin-bottom: 10px;
}
@media only screen and (max-width:750px) {
  .menu_plate_text_title {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
  }
}

.menu_plate_text {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 8px;
}
.menu_plate_text .text_small {
  display: block;
  font-size: 14px;
  line-height: 28px;
}
/* .menu_plate_text .text_margin {
  margin-bottom: 8px;
  display: inline-block;
} */
@media only screen and (max-width:750px) {
  .menu_plate_text {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 7px;
  }
  .menu_plate_text .text_small {
    font-size: 12px;
    line-height: 23px;
  }
  /* .menu_plate_text .text_margin {
    margin-bottom: 7px;
  } */
}

.menu_plate_note_wrap {
}
.menu_plate_note {
  font-size: 14px;
  line-height: 25px;
}
@media only screen and (max-width:750px) {
  .menu_plate_note_wrap {
    width: 92%;
    margin: 0 auto;
  }
  .menu_plate_note {
    font-size: 12px;
    line-height: 23px;
  }
}

.menu_plate_set_wrap {
  max-width: 450px;
  border: 1px dashed #000;
  margin-top: 40px;
}
.menu_plate_set_inner {
  padding: 20px;
}
@media only screen and (max-width:750px) {
  .menu_plate_set_wrap {
    width: 92%;
    margin: 0 auto;
    margin-top: 30px;
  }
  .menu_plate_set_inner {
    padding: 18px;
  }
}
.menu_plate_set_title_wrap {
}
.menu_plate_set_title {
  font-family: var(--fonten);
  color: var(--color);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media only screen and (max-width:750px) {
  .menu_plate_set_title {
    font-size: 14px;
    line-height: 18px;
  }
}
.menu_plate_set_text_wrap {
  margin-top: 10px;
}
.menu_plate_set_text {
  font-size: 14px;
  line-height: 25px;
}
@media only screen and (max-width:750px) {
  .menu_plate_set_text {
    font-size: 12px;
    line-height: 23px;
  }
}



/*------------------------------------*\
    MENU A LA CARTE
\*------------------------------------*/
.menu_alacarte_wrap {
}

.menu_com_inner {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}
.menu_com_title_wrap {
  border-bottom: 1px solid #707070;
  padding-bottom: 8px;
}
.menu_com_title {
  font-family: var(--fonten);
  color: var(--color);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media only screen and (max-width:750px) {
}

.menu_com_list_wrap {
  column-count: 2;
  column-gap: 65px;
  margin-top: 55px;
}
@media only screen and (max-width:750px) {
  .menu_com_list_wrap {
    column-count: 1;
    width: 93%;
    margin: 0 auto;
    margin-top: 35px;
  }
}

.menu_com_content {
  break-inside: avoid;
  margin-bottom: 60px;
}
@media only screen and (max-width:750px) {
  .menu_com_content {
    margin-bottom: 30px;
  }
}
.menu_com_content_title_wrap {
  position: relative;
  padding-bottom: 8px;
}
@media only screen and (max-width:750px) {
  .menu_com_content_title_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #F4F4F4;
    padding: 6px 10px;
  }
}
.menu_com_content_title_line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px dashed #707070;
}
@media only screen and (max-width:750px) {
  .menu_com_content_title_line {
    bottom: -5px;
  }
}
.menu_com_content_title {
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (max-width:750px) {
  .menu_com_content_title {
    font-size: 12px;
    line-height: 18px;
  }
}
.com_accordion_arrow {
  display: none;
  width: 10px;
}
.com_accordion_arrow .cls-1 {
  fill: var(--color);
}
@media only screen and (max-width:750px) {
  .com_accordion_arrow {
    display: block;
    margin-left: auto;
    /* padding-right: 5px; */
    transition: all 300ms ease-in-out;
  }
  .menu_com_content_title_wrap.menu_open .com_accordion_arrow {
    transform: rotate(-180deg);
  }
}


.com_accordion {
}
.menu_com_content_detail_wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 16px;
}
@media only screen and (max-width:750px) {
}
.menu_com_content_detail {
}
.menu_com_content_name_and_price {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width:750px) {
}
.menu_com_content_detail dt {
}
.menu_com_content_name {
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width:750px) {
  .menu_com_content_name {
    font-size: 14px;
    line-height: 26px;
  }
}
.menu_com_content_detail dd {
  margin-left: auto;
}
.menu_com_content_price {
  font-family: var(--fonten);
  color: var(--color);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media only screen and (max-width:750px) {
  .menu_com_content_price {
    font-size: 16px;
    line-height: 26px;
  }
}

.menu_com_content_note_wrap {
  width: calc(100% - 60px);
  margin-top: 10px;
  padding-bottom: 10px;
}
.menu_com_content_note {
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (max-width:750px) {
}



/*------------------------------------*\
    MENU DRINK
\*------------------------------------*/
.menu_drink_wrap {
  margin-top: 120px;
}
@media only screen and (max-width:750px) {
  .menu_drink_wrap {
    margin-top: 80px;
  }
}



/*------------------------------------*\
    MENU ICE
\*------------------------------------*/
.menu_ice_wrap {
  padding-top: 160px;
  padding-bottom: 100px;
}
@media only screen and (max-width:750px) {
  .menu_ice_wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.menu_ice_img_wrap {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 60px;
}
.menu_ice_img {
  object-fit: cover;
  aspect-ratio: 16 / 9;
}
@media only screen and (max-width:750px) {
  .menu_ice_img_wrap {
    width: 100%;
    margin-bottom: 30px;
  }
  .menu_ice_img {
    aspect-ratio: 375 / 380;
  }
}




/*------------------------------------*\
    FOOTER
\*------------------------------------*/

.footer_wrap {
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #707070;
}
@media only screen and (max-width:750px) {
  .footer_wrap {
    margin-top: 20px;
    padding-bottom: 80px;
  }
}
.footer_inner_wrap {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width:750px) {
  .footer_inner_wrap {
    width: 80%;
  }
}

.footer_left_and_right_wrap {
  display: flex;
}
.footer_left_wrap {
}
.footer_right_wrap {
  margin-left: auto;
  display: flex;
  margin-top: 27px;
}
@media only screen and (max-width:750px) {
  .footer_left_and_right_wrap {
    display: block;
  }
  .footer_left_wrap {
  }
  .footer_right_wrap {
    flex-direction: column;
    justify-content: center;
    margin-top: 50px;
  }
}


.footer_otm_wrap {
}
.footer_otm_logo_wrap {
}
.footer_otm_logo {
  width: 75px;
  height: auto;
}
@media only screen and (max-width:750px) {
  .footer_otm_wrap {
    text-align: left;
  }
  .footer_otm_logo {
    width: 60px;
    height: auto;
  }
}
.footer_otm_text_wrap {
  margin-top: 40px;
}
@media only screen and (max-width:750px) {
  .footer_otm_text_wrap {
    margin-top: 30px;
  }
}
.footer_otm_text {
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
}
.footer_otm_url {
  font-family: var(--fonten);
  color: var(--color);
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0.07em;
  margin-top: 5px;
}
@media only screen and (max-width:750px) {
}


.footer_sns_wrap {
  margin-top: 40px;
}
.footer_sns_list_wrap {
  display: flex;
  gap: 10px;
}
.footer_sns_name {
  font-family: var(--fonten);
  color: var(--color);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.07em;
  position: relative;
  transition: all 150ms ease-in-out;
}
@media only screen and (max-width:750px) {
  .footer_sns_wrap {
    margin-top: 20px;
  }
}

.footer_sns_name::before {
  content: "";
  width: 0;
  height: 1px;
  background: var(--color);
  position: absolute;
  bottom: -3px;
  left: 0;
  transition: all 150ms ease-in-out;
}
.footer_sns_name:hover::before {
  width: 100%;
}
@media only screen and (max-width:750px) {
  .footer_sns_name:hover::before {
    width: 0;
  }
}


.footer_sister_wrap {
  width: 180px;
  margin-right: 50px;
}
@media only screen and (max-width:1024px) {
  .footer_sister_wrap {
    margin-right: 0;
  }
}
@media only screen and (max-width:750px) {
  .footer_sister_wrap {
    width: 100%;
    margin-right: 0;
  }
}
.footer_com_title_wrap {
  margin-bottom: 40px;
}
.footer_com_title {
  font-family: var(--fonten);
  color: var(--color);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.07em;
}
@media only screen and (max-width:750px) {
  .footer_com_title_wrap {
    margin-bottom: 24px;
  }
}

.footer_sister_detail_wrap {
}
.footer_sister_detail_wrap.otm_ice {
  margin-top: 35px;
}


.footer_com_name_wrap {
}
.footer_com_name {
  font-family: var(--fonten);
  color: var(--color);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.07em;
  padding-top: 3px;
}
.footer_com_url {
  font-family: var(--fonten);
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0.07em;
  margin-top: 5px;
}


.footer_management_wrap {
  width: 240px;
}
@media only screen and (max-width:750px) {
  .footer_management_wrap {
    width: 100%;
    margin-top: 50px;
  }
}
.footer_subee_wrap {
}
@media only screen and (max-width:750px) {
}

.footer_com_text_wrap {
  margin-top: 13px;
}
.footer_com_text {
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
}
@media only screen and (max-width:750px) {
}

.footer_com_note_wrap {
  margin-top: 22px;
}
.footer_com_note {
  font-size: 10px;
  line-height: 20px;
  font-weight: 400;
}
@media only screen and (max-width:750px) {
  .footer_com_note_wrap {
    margin-top: 22px;
  }
  .footer_com_note {
    line-height: 16px;
  }
}


.footer_copyright_wrap {
  width: 90%;
  margin: 0 auto;
  text-align: right;
  margin-top: 40px;
}
.footer_copyright {
  font-family: var(--fonten);
  color: var(--color);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.07em;
}
@media only screen and (max-width:750px) {
  .footer_copyright_wrap {
    margin-top: 50px;
    text-align: center;
  }
}