@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
/***variable****/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: clip;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch !important;
  -moz-osx-font-smoothing: grayscale;
}

/**********Global font***********/
.zen_r {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen_m {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen_b {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen_bl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.eng {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.eng_sb {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.eng_b {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
#cboxCurrent{
    display: none !important;
}
#cboxTitle{
    bottom: -30px !important;
    color: #fff;
}
/**********Global font***********/
#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  #screen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 200;
  }
}
/* アクセシビリティ */
.guidance {
  left: -999px;
  position: absolute;
  width: 990px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  pointer-events: none;
  box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}
@media screen and (max-width: 768px) {
  img {
    /* Windows Chrome 画像ぼやけ防止 */
    image-rendering: -webkit-optimize-contrast;
  }
}

img,
x:-moz-any-link,
x:default {
  box-shadow: #000 0 0 0; /* IE7対応 */
}

/* リンク */
a {
  display: inline-block;
}
a:link, a:visited, a:active {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  opacity: 0.7;
  text-decoration: none !important;
}

li {
  list-style: none;
}

.NotoSans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.NotoSerif {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

/* CLEARFIX */
.container:after,
.row:after,
.col:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

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

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

/*_______GLOBAL___________*/
.cube {
  position: relative;
}
.cube::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-150%, -50%);
  background-image: url(../img/cube.svg);
  background-size: contain;
  width: 18px;
  height: 20px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .cube::before {
    width: 13px;
    height: 15px;
  }
}

.ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  text-align: center;
  padding-bottom: 15px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .ttl {
    font-size: 25px;
  }
}
.ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 25px;
  background-color: #1D1D1D;
  height: 1px;
}
.ttl span {
  font-size: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ttl span {
    font-size: 13px;
    font-weight: 600;
  }
}

/*___________HEADER_____________*/
header {
  z-index: 99;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  overflow-x: clip;
}
header .header_inner {
  padding: 20px 25px 0 35px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  header .header_inner {
    padding: 15px 15px 0;
  }
}
header .header_inner .logo {
  max-width: 220px;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  header .header_inner .logo {
    max-width: 115px;
    line-height: 1;
  }
}
header .header_inner .hamburger {
  position: relative;
  right: 0;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #272727;
  z-index: 99;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  header .header_inner .hamburger {
    width: 50px;
    height: 50px;
  }
}
header .header_inner .hamburger .ham_menu {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header_inner .hamburger .ham_menu span {
  background-color: #FFFFFF;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: relative;
}
header .header_inner .hamburger .ham_menu span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translate(0, -50%);
  background-color: #fff;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
header .header_inner .hamburger .ham_menu span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translate(0, -50%);
  background-color: #fff;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
header .header_inner .hamburger .ham_menu span.close::after {
  width: 3px;
  height: 30px;
  border-radius: 2px;
  transform: translate(-200%, -50%) rotate(-135deg);
}
header .header_inner .hamburger .ham_menu span.close::before {
  width: 3px;
  height: 30px;
  border-radius: 2px;
  transform: translate(200%, -50%) rotate(135deg);
}
header .header_inner nav.open_nav {
  display: flex;
  position: absolute;
  top: 0;
  right: -100%;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  justify-content: end;
}
header .header_inner nav.open_nav .nav_list {
  max-width: 550px;
  width: 100%;
  background-color: #272727;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 100px 0 0;
  position: relative;
  right: -100%;
  transition: all 0.6s ease-in-out;
  justify-content: space-between;
}
header .header_inner nav.open_nav .nav_list li {
  color: #fff;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
header .header_inner nav.open_nav .nav_list li.x {
  max-width: 75px;
  margin: 0 auto;
}
@media screen and (max-width: 768px){
  header .header_inner nav.open_nav .nav_list li.x{
    max-width: 45px;
  }
}
header .header_inner nav.open_nav .nav_list .copy {
  color: #fff;
  margin-bottom: 60px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
header .header_inner nav.open_nav.close {
  right: 0;
}
header .header_inner nav.open_nav.close .nav_list {
  right: 0;
  transition: all 0.6s ease-in-out;
}

.important{
  text-align: center;
  padding: 20px;
  background-color: #fff28c;
  width: 100%;
  z-index: 99999;
  position: sticky;
  top: 0;
}
.important.none{
  display: none;
}
.important.none.show{
  display: block;
  opacity: 1;

}
.important a{
  text-decoration: underline;
  color: #942f27;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  position: relative;
}
.important .close{
  position: relative;
}
.important .close .x_mark{
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.important .close .x_mark span{
  position: relative;
}
.important .close .x_mark span::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-45deg);
  width: 25px;
  height: 2.5px;
  background-color: #000;
}
.important .close .x_mark span::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
  width: 25px;
  height: 2.5px;
  background-color: #000;
}
.important a::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #942f27;
  border-right: 1.5px solid #942f27;
  transform: translate(-200%, -50%) rotate(45deg);
}
/*______________MV_______________*/
.mv {
  background-image: url(../img/top_mv_bg.jpg);
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 115px 0 200px;
}
@media screen and (max-width: 768px) {
  .mv {
    background-image: url(../img/top_mv_bg_sp.png);
    background-position: top center;
    padding: 165px 0 180px;
  }
}
.mv .top_img {
  max-width: 440px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mv .top_img {
    max-width: 250px;
    width: 100%;
  }
}

/*_______________ABOUT_______________*/
.about {
  padding: 0 0 115px;
  position: relative;
  background-color: #F4F4F4;
  overflow-x: clip;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 0 0 110px;
  }
}
.about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 130%;
  height: 300px;
  background-color: #F4F4F4;
  border-radius: 50%;
  transform: translate(-50%, -30%);
}
@media screen and (max-width: 768px) {
  .about::before {
    width: 150%;
    transform: translate(-50%, -20%);
  }
}
.about .txt_area {
  margin: 50px 0 0;
  position: relative;
}
.about .txt_area::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(10%, -35%);
  background-size: contain;
  background-image: url(../img/l_cube.svg);
  width: 390px;
  height: 450px;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .about .txt_area::after {
    width: 265px;
    height: 306px;
    transform: translate(15%, -20%);
  }
}
.about .txt_area .txt {
  font-size: 16px;
  line-height: 3;
  text-align: center;
  position: relative;
  z-index: 2;
}

/*_______________NEWS_______________*/
.news {
  background-color: #F4F4F4;
  padding: 0 0 200px;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 0 0 110px;
  }
}
.news .news_list {
  margin: 50px 0 35px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .news .news_list {
    margin: 30px 0;
  }
}
.news .news_list .news_item {
  border-bottom: 0.3px solid #1D1D1D;
  padding: 0 0 15px;
  margin: 0 0 15px;
  z-index: 2;
  position: relative;
}
.news .news_list .news_item .date {
  font-size: 17px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .news .news_list .news_item .date {
    font-size: 14px;
  }
}
.news .news_list .news_item .date .cat {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #B7A55C;
  border-radius: 15px;
  padding: 0 15px;
  line-height: 1;
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  .news .news_list .news_item .date .cat {
    font-size: 12px;
  }
}
.news .news_list .news_item .link a {
  font-size: 16px;
  width: 100%;
  padding-right: 60px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .news .news_list .news_item .link a {
    font-size: 14px;
  }
}
.news .news_list .news_item .link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url(../img/link.svg);
  background-size: contain;
  width: 35px;
  height: 35px;
  transform: translate(0, -50%);
  z-index: 1;
}
.news .btn {
  text-align: center;
}
.news .btn a {
  border: 1px solid #1D1D1D;
  border-radius: 40px;
  font-size: 16px;
  padding: 16px 65px;
  background-color: #FFFFFF;
}

/*_______________SHOPS_______________*/
.shops {
  padding: 0;
  position: relative;
  background-color: #EFE4B8;
  overflow-x: clip;
}
.shops::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 130%;
  height: 300px;
  background-color: #EFE4B8;
  border-radius: 50%;
  transform: translate(-50%, -30%);
}
@media screen and (max-width: 768px) {
  .shops .container {
    padding: 0;
    max-width: 100%;
  }
  .shops::before {
    width: 150%;
    transform: translate(-50%, -20%);
  }
}
.shops .txt_area {
  margin: 50px auto 35px;
  max-width: 720px;
}
@media screen and (max-width: 768px) {
  .shops .txt_area {
    padding: 0 20px;
    margin: 40px auto;
  }
}
.shops .txt_area .txt {
  font-size: 16px;
  line-height: 3;
  text-align: center;
}
.shops .txt_area .flex_wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shops .txt_area .flex_wrap .anchor{
  width: calc(100% / 5 - 10px);
}
@media screen and (max-width: 768px){
  .shops .txt_area .flex_wrap .anchor{
    width: calc(100% / 5 - 5px);
  }
}
.shops .x_img {
  max-width: 810px;
  margin: 0 auto;
  position: relative;
}
.shops .x_img .x_btn {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  max-width: 350px;
}
@media screen and (max-width: 768px) {
  .shops .x_img .x_btn {
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 270px;
    top: auto;
    bottom: 10%;
  }
}
.shops .x_img .timeline {
  position: absolute;
  top: 4.5%;
  right: 7.4%;
  width: 26.3%;
  height: 65.5%;
  overflow: scroll;
  border-radius: 13px;
  border: 1px solid #161616;
}
.shops .x_img .timeline::-webkit-scrollbar{
  width: 5px;
  display: none;
}
.shops .x_img .timeline::-webkit-scrollbar-track {
  border-radius: 13px;
}
.shops .x_img .timeline::-webkit-scrollbar-thumb {
  background: #EFE4B8; 
  border-radius: 15px;
}
.shops .x_img .timeline iframe {
  width: 100% !important;
  right: 0;
  top: 0;
  position: absolute !important;
}
.shops .x_img .timeline .scroll{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 20px;
  width: 100px;
  height: 200px;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  transition: all .4s ease-in-out;
}
.shops .x_img .timeline.scrolled .scroll{
  opacity: 0;
  transition: all .4s ease-in-out;
}
.shops .x_img .timeline .scroll span{
  width: 100%;
  height: 100%;
}
.shops .x_img .timeline .scroll span img{
    max-width: 50px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    animation: mymove 2s infinite;
}
@keyframes mymove {
  from {top: 80%;}
  to {top: 20%;}
}
@media screen and (max-width: 768px){
  .shops .x_img .timeline{
    top: 18.5%;
    right: 18.2%;
    width: 63.3%;
    height: 55.7%;
  }
}
.shops .x_img .finger{
  position: absolute;
  top: 35.8%;
  right: 0%;
  width: 8.3%;
}
@media screen and (max-width: 768px){
  .shops .x_img .finger{
    top: 44.1%;
    right: 0%;
    width: 20.3%;
  }
}
/* .shops .x_img .follow{
  position: absolute;
  top: 59.5%;
  right: 8.4%;
  width: 4.3%;
}
@media screen and (max-width: 768px){
  .shops .x_img .follow{
    top: 64.5%;
    right: 19.4%;
    width: 9.3%;
  }
} */
/*_______________shop_detail_______________*/
.shop_detail {
  padding: 0 0 135px;
  position: relative;
  background-color: #F4F4F4;
  overflow-x: clip;
}
.shop_detail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 130%;
  height: 300px;
  background-color: #F4F4F4;
  border-radius: 50%;
  transform: translate(-50%, -30%);
}
@media screen and (max-width: 768px) {
  .shop_detail {
    padding: 30px 0 70px;
  }
  .shop_detail::before {
    width: 150%;
    transform: translate(-50%, -20%);
  }
}
.shop_detail .white_box {
  background-color: #fff;
  border-radius: 0 30px 0 30px;
  padding: 0 45px 40px;
  margin: 42px auto 0;
  max-width: 1000px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.shop_detail .white_box:first-child {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .shop_detail .white_box {
    padding: 0 15px 20px;
  }
}
.shop_detail .white_box .shop_ttl {
  text-align: center;
  padding: 30px;
  font-size: 26px;
}
.shop_detail .white_box .shop_ttl span {
  position: relative;
}
.shop_detail .white_box .shop_ttl span::before {
  content: "01";
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 119px;
  color: rgba(177, 177, 177, 0.13);
  transform: translate(-70%, -50%);
}
@media screen and (max-width: 768px) {
  .shop_detail .white_box .shop_ttl {
    font-size: 20px;
  }
  .shop_detail .white_box .shop_ttl span::before {
    font-size: 80px;
  }
}
.shop_detail .white_box:nth-child(3) .shop_ttl span::before {
  content: "02";
}
.shop_detail .white_box:nth-child(4) .shop_ttl span::before {
  content: "03";
}
.shop_detail .white_box:nth-child(5) .shop_ttl span::before {
  content: "04";
}
.shop_detail .white_box:nth-child(6) .shop_ttl span::before {
  content: "05";
}
.shop_detail .white_box .flex_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .shop_detail .white_box .flex_wrap {
    flex-direction: column;
  }
}
.shop_detail .white_box .flex_wrap .img {
  width: 75%;
  margin: 0 60px 0 0;
  padding: 0 30px 0 0;
  border-right: 0.5px solid #1D1D1D;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .shop_detail .white_box .flex_wrap .img {
    width: 100%;
    margin: 0 0 7px;
    padding: 0 0 15px;
    border-right: none;
    border-bottom: 0.5px solid #1D1D1D;
    flex-direction: column;
    align-items: flex-start;
  }
}
.shop_detail .white_box .flex_wrap .img .floor{
  width: 65%;
  position: relative;
}
.shop_detail .white_box .flex_wrap .img .floor .credit{
  position: absolute;
  bottom: 2px;
  right: 2px;
  font-size: 13px;
  line-height: 2;
  color: #fff;
}

@media screen and (max-width: 768px){
  .shop_detail .white_box .flex_wrap .img .floor{
    width: 100%;
  }
}
.shop_detail .white_box .flex_wrap .img .map{
  width: 35%;
  margin-left: 30px;
  position: relative;
}
.shop_detail .white_box .flex_wrap .img .map p.zen_b{
  text-align: center;
  font-size: 15px;
}
.shop_detail .white_box .flex_wrap .img .map .zoom{
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
}
@media screen and (max-width: 768px){
  .shop_detail .white_box .flex_wrap .img .map{
    width: 55%;
    margin-left: 0;
    margin-top: 15px;
  }
  .shop_detail .white_box .flex_wrap .img .map .zoom{
    width: 35px;
    height: 35px;
  }
}
.shop_detail .white_box .flex_wrap .text_area {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .shop_detail .white_box .flex_wrap .text_area ul {
    padding-left: 2em;
  }
}
.shop_detail .white_box .flex_wrap .text_area ul li {
  margin: 16px 0;
  font-size: 17px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .shop_detail .white_box .flex_wrap .text_area ul li {
    font-size: 14px;
    margin: 7px 0;
  }
}
.shop_detail .white_box .flex_wrap .text_area ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-150%, 0);
  background-size: contain;
  background-repeat: no-repeat;
}
.shop_detail .white_box .flex_wrap .text_area ul li.time::before {
  background-image: url(../img/time.svg);
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .shop_detail .white_box .flex_wrap .text_area ul li.time::before {
    width: 17px;
    height: 17px;
  }
}
.shop_detail .white_box .flex_wrap .text_area ul li.place::before {
  background-image: url(../img/place.svg);
  width: 20px;
  height: 26px;
}
@media screen and (max-width: 768px) {
  .shop_detail .white_box .flex_wrap .text_area ul li.place::before {
    width: 17px;
    height: 22px;
  }
}
.shop_detail .white_box .flex_wrap .text_area ul li.contact::before {
  background-image: url(../img/tel.svg);
  width: 20px;
  height: 21px;
}
@media screen and (max-width: 768px) {
  .shop_detail .white_box .flex_wrap .text_area ul li.contact::before {
    width: 17px;
    height: 18px;
  }
}
@media screen and (max-width: 768px) {
  .shop_detail .white_box .flex_wrap .text_area {
    width: 100%;
  }
}

/*_______________Fix_bnr_______________*/
.fix_bnr {
  position: fixed;
  bottom: 10%;
  background-color: #C4B060;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  right: 5%;
  border-radius: 15px;
  z-index: 9;
}
.fix_bnr.none{
  display: none;
}
.fix_bnr .close{
  padding: 25px 35px;
  border-radius: 15px;
  position: relative;
}
.fix_bnr .close .x_mark{
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: #ccc;
  border: 1px solid #fff;
  border-radius: 50%;
  transform: translate(30%, -40%);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fix_bnr .close .x_mark span{
  position: relative;
}
.fix_bnr .close .x_mark span::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-45deg);
  background: #fff;
  height: 1.5px;
  width: 20px;
}
.fix_bnr .close .x_mark span::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
  background: #fff;
  height: 1.5px;
  width: 20px;
}
@media screen and (max-width: 768px) {
  .fix_bnr {
    left: 50%;
    bottom: 2%;
    transform: translate(-50%, 0);
    width: 100%;
    max-width: 340px;
  }
  .fix_bnr.close{
    padding: 19px 32px 22px;
  }
}
.fix_bnr a {
  color: #fff;
  padding-right: 80px;
  font-size: 19px;
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fix_bnr a {
    font-size: 17px;
    padding-right: 65px;
  }
}
.fix_bnr a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url(../img/x_bnr.svg);
  background-size: contain;
  width: 27px;
  height: 28px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .fix_bnr a::after {
    width: 25px;
    height: 26px;
  }
}

/*_______________Footer_______________*/
footer {
  background-color: #272727;
  padding: 90px 0 140px;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 48px 0 170px;
  }
}
footer .footer_inner {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  footer .footer_inner {
    flex-direction: column;
    align-items: center;
    margin: 0 0 40px;
  }
}
footer .footer_inner .company .foo_logo {
  max-width: 250px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  footer .footer_inner .company .foo_logo {
    max-width: 215px;
  }
}
footer .footer_inner .company .x_link {
  max-width: 75px;
  margin: 0 auto;
}
footer .footer_inner .links ul {
  column-count: 2;
}
footer .footer_inner .links ul li {
  color: #fff;
  margin: 30px 25px;
  font-size: 17px;
}
footer .footer_inner .links ul li:first-child {
  margin: 0 25px 30px;
}
@media screen and (max-width: 768px) {
  footer .footer_inner .links ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_inner .outside_btn {
    margin: 30px 0 20px;
  }
}
footer .footer_inner .outside_btn .btn {
  max-width: 260px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px){
  footer .footer_inner .x_link{
    max-width: 75px;
    margin: 0 auto;
  }
}
footer .copy {
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  footer .copy {
    font-size: 11.5px;
  }
}/*# sourceMappingURL=style.css.map */