@charset "UTF-8";


/*
Theme Name: JR Tower Gourmet
Version: 0.1
*/


/* Margin Calc Set
===============================*/
/* 共通 設定
===============================*/
.hover {
  transition: 0.3s;
}
.hover:hover {
  transform: scale(1.05);
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .hover:hover {
    transform: none;
    opacity: 1;
  }
}

/* ヘッダー 設定
===============================*/
.header-single {
  width: 96.2%;
  padding-top: 5.5vw;
  margin-bottom: 5.5vw;
}
@media screen and (max-width: 768px) {
  .header-single {
    width: 95%;
    padding-top: 6vw;
    margin-bottom: 6vw;
  }
}

/* カラム全体 設定
===============================*/
.sec-single-content {
  padding-bottom: 5.8vw;
  overflow-x: clip;
}
@media screen and (max-width: 768px) {
  .sec-single-content {
    padding-bottom: 13vw;
  }
}
.sec-single-content .single-content-container {
  display: flex;
  justify-content: space-between;
  width: 96.2%;
  padding-left: 5.4%;
}
@media screen and (max-width: 768px) {
  .sec-single-content .single-content-container {
    display: block;
    width: 90.6%;
    padding-left: 0;
    margin: 0 auto;
  }
}

/* 左側カラム 設定
===============================*/
.single-content-left {
  width: 58.6%;
}
@media screen and (max-width: 768px) {
  .single-content-left {
    width: 100%;
    margin-bottom: 5.5vw;
  }
}
.single-content-left .single-main-box {
  margin-bottom: 3.8vw;
}
@media screen and (max-width: 768px) {
  .single-content-left .single-main-box {
    margin-bottom: 6vw;
  }
}
.single-content-left .single-main-box img {
  border-radius: 6vw;
}
@media screen and (max-width: 768px) {
  .single-content-left .single-main-box img {
    border-radius: 12vw;
  }
}
.single-content-left .single-sub-container {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .single-content-left .single-sub-container {
    justify-content: flex-start;
  }
}
.single-content-left .single-sub-container .single-sub-box {
  width: 34%;
}
.single-content-left .single-sub-container .single-sub-box:nth-child(2) {
  margin-left: 6%;
}
@media screen and (max-width: 768px) {
  .single-content-left .single-sub-container .single-sub-box:nth-child(2) {
    margin-left: 6.5%;
  }
}
.single-content-left .single-sub-container .single-sub-box img {
  border-radius: 2.5vw;
}
@media screen and (max-width: 768px) {
  .single-content-left .single-sub-container .single-sub-box img {
    border-radius: 5vw;
  }
}
.single-content-left .single-sub-container .single-sub-box .category-tab {
  width: 36%;
  top: -4.5%;
  left: -6%;
}

/* 右側カラム 設定
===============================*/
.single-content-right {
  width: 38.1%;
}
@media screen and (max-width: 768px) {
  .single-content-right {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .single-category {
    width: 120%;
  }
}

.single-menuContent {
  margin-top: 1.75vw;
}
@media screen and (max-width: 768px) {
  .single-menuContent {
    margin-top: 5.3vw;
  }
}
.single-menuContent .single-takeout {
  width: 43.4%;
  margin-bottom: 0.75vw;
}
@media screen and (max-width: 768px) {
  .single-menuContent .single-takeout {
    width: 38.5%;
    margin-bottom: 3vw;
    padding-left: 1.75vw;
  }
}
.single-menuContent .single-menuGroup {
  margin-bottom: 2.2vw;
}
.single-menuContent .single-menuName {
  display: flex;
  align-items: center;
  padding-left: 1.5vw;
  margin-bottom: 0.2vw;
  font-size: 2.24vw;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .single-menuContent .single-menuName {
    padding-left: 4vw;
    margin-bottom: 2.5vw;
    font-size: 5.7vw;
    letter-spacing: 0.075em;
  }
}
.single-menuContent .single-menuName::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.4vw;
  height: 100%;
  transform: scaleY(0.9);
  background-color: #fedc5e;
}
@media screen and (max-width: 768px) {
  .single-menuContent .single-menuName::before {
    width: 1.5vw;
  }
}
.single-menuContent .single-price {
  font-size: 2.72vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .single-menuContent .single-price {
    font-size: 6.75vw;
    line-height: 1.6;
  }
}
.single-menuContent .single-price .price-front {
  font-size: 1.35vw;
  margin-right: 0.5vw;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .single-menuContent .single-price .price-front {
    font-size: 4.4vw;
    margin-right: 1vw;
  }
}
.single-menuContent .single-price .price-back {
  font-size: 1.35vw;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .single-menuContent .single-price .price-back {
    font-size: 4.4vw;
  }
}
.single-menuContent .single-price-takeout {
  font-size: 2vw;
}
@media screen and (max-width: 768px) {
  .single-menuContent .single-price-takeout {
    font-size: 4.75vw;
    line-height: 1.6;
  }
}
.single-menuContent .single-setContent {
  margin-top: -0.5vw;
  margin-bottom: 1.25vw;
  font-size: 1.12vw;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .single-menuContent .single-setContent {
    font-size: 3vw;
    margin-top: 3vw;
    margin-bottom: 3vw;
  }
}
.single-menuContent .single-infoWrap {
  margin-bottom: 0.75vw;
}
@media screen and (max-width: 768px) {
  .single-menuContent .single-infoWrap {
    margin-bottom: 2vw;
  }
}
.single-menuContent .single-infoContent {
  display: inline-block;
  font-size: 1.12vw;
  font-weight: 500;
  border-radius: 1.3vw;
  border: #fedc5e solid 1.5px;
  padding: 1.25% 2.75% 1.25% 2.75%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .single-menuContent .single-infoContent {
    font-size: 3vw;
    border-radius: 3vw;
  }
}

.single-right-hr {
  width: 70%;
  border: none;
  border-bottom: 1px solid #231815;
  margin-top: 2vw;
  margin-bottom: 1.6vw;
}
@media screen and (max-width: 768px) {
  .single-right-hr {
    margin-top: 5.25vw;
    margin-bottom: 4.5vw;
  }
}

.single-shopContent .single-shopName {
  margin-bottom: 1vw;
  font-size: 1.12vw;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .single-shopContent .single-shopName {
    font-size: 3vw;
    margin-bottom: 4.5vw;
  }
}
.single-shopContent .single-shopAnker {
  margin-bottom: 1.5vw;
  color: #f29b8f;
  font-size: 1.12vw;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .single-shopContent .single-shopAnker {
    font-size: 3vw;
    margin-bottom: 6vw;
  }
}
.single-shopContent .single-backBtn {
  display: inline-block;
  margin-bottom: 1.5vw;
  padding: 2% 3.5% 2% 2.5%;
  font-size: 1.12vw;
  font-weight: 300;
  border-radius: 3.5vw;
  background-color: #e6e6e6;
}
@media screen and (max-width: 768px) {
  .single-shopContent .single-backBtn {
    font-size: 3vw;
    margin-bottom: 4.5vw;
  }
}

.single-caption {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .single-caption {
    font-size: 2.75vw;
  }
}
.single-caption .single-caption-buisinessHour {
  text-decoration: underline;
  color: #f6ae54;
}

/* MORE MENU 設定
===============================*/
.sec-moreMenu {
  padding-top: 5.6vw;
  padding-bottom: 5.6vw;
  border-top: 0.78125vw solid #fedc5e;
  border-bottom: 0.78125vw solid #fedc5e;
}
@media screen and (max-width: 768px) {
  .sec-moreMenu {
    padding-top: 6.5vw;
    padding-bottom: 6.5vw;
    border-top: 1.86vw solid #fedc5e;
    border-bottom: 1.86vw solid #fedc5e;
  }
}
.sec-moreMenu .moreMenu-container {
  display: flex;
  justify-content: space-between;
  width: 89.2%;
  margin: 0 auto;
}
.sec-moreMenu .moreMenu-container .moreMenu-box {
  width: 20.3%;
}
@media screen and (max-width: 768px) {
  .sec-moreMenu .moreMenu-container .moreMenu-box {
    width: 30.8%;
  }
}
.sec-moreMenu .moreMenu-container .moreMenu-box img {
  border-radius: 2.5vw;
}
@media screen and (max-width: 768px) {
  .sec-moreMenu .moreMenu-container .moreMenu-box img {
    border-radius: 4.5vw;
  }
}
.sec-moreMenu .moreMenu-h2 {
  width: 11.9%;
  top: -9.5%;
  left: 43%;
}
@media screen and (max-width: 768px) {
  .sec-moreMenu .moreMenu-h2 {
    width: 25.86%;
    top: -15%;
    left: 37%;
  }
}

/* LUNCH KIDS 限定仕様
===================================*/
#lunch-single .single-menuName::before {
  background-color: #f29b8f;
}
#lunch-single .single-infoContent {
  border: #f29b8f solid 1.5px;
}

#kids-single .single-menuName::before {
  background-color: #f6ae54;
}
#kids-single .single-infoContent {
  border: #f6ae54 solid 1.5px;
}

/* Media Query
===============================*/
/* Margin Calc Set
===============================*/
/* ランチ&キッズ 一覧ページ
================================================================================*/
/* ボディ & 背景色 設定
===============================*/
#lunch-menu {
  background-color: #f9f2eb;
  background-image: url(images/menu_bg_30.png);
}

#kids-menu {
  background-color: #fff7dc;
  background-image: url(images/menu_bg_30.png);
}

.header-sub-p {
  width: 52.6%;
  margin: 0.5vw auto 3.8vw auto;
}
@media screen and (max-width: 768px) {
  .header-sub-p {
    width: 82.4%;
    margin: 2.5vw auto 7vw auto;
  }
}

/* Media Query
===============================*/
/* Margin Calc Set
===============================*/
/* ARROW SETTINGS
===============================*/
.arrow {
  width: 6%;
  transition: 0.5s;
}
.arrow:hover {
  cursor: pointer;
}

.arrowA {
  top: 40%;
  right: 0%;
}

.arrowB {
  top: 40%;
  right: 0%;
}

.arrowC {
  top: 40%;
  right: 0%;
}

.arrowD {
  top: 40%;
  right: 0%;
}

.arrowE {
  top: 40%;
  right: 0%;
}

.arrowF {
  top: 40%;
  right: 0%;
}

.arrow-active {
  transform-origin: center;
  transform: rotate(180deg);
}

/* 定番 TRANSITION-Y
================================*/
.trans-y {
  opacity: 0;
  transform: translateY(4%);
}

.trans-y-active {
  opacity: 1;
  transform: translateY(0%);
  transition: 0.75s ease-in-out;
}

.pon {
  opacity: 0;
  transform: scale(0.8);
}

.pon-active {
  animation: pon 0.5s ease-in-out forwards;
}

@keyframes pon {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* オープニング アニメーション
================================*/
.mv-title-img {
  opacity: 0;
  transform: translateY(2%) translateZ(0);
  filter: blur(5px);
}
.mv-title-img:nth-child(1) {
  transition-delay: 0.125s;
}
.mv-title-img:nth-child(2) {
  transition-delay: 0.175s;
}
.mv-title-img:nth-child(3) {
  transition-delay: 0.225s;
}
.mv-title-img:nth-child(4) {
  transition-delay: 0.275s;
}
.mv-title-img:nth-child(5) {
  transition-delay: 0.325s;
}
.mv-title-img:nth-child(6) {
  transition-delay: 0.375s;
}
.mv-title-img:nth-child(7) {
  transition-delay: 0.425s;
}
.mv-title-img:nth-child(8) {
  transition-delay: 0.475s;
}
.mv-title-img:nth-child(9) {
  transition-delay: 0.525s;
}

.mv-title-active {
  opacity: 1;
  transform: translateY(0%) translateZ(0);
  filter: blur(0);
  transition: 0.75s;
}

.mv-shower-img {
  opacity: 0;
  transform: scaleY(0.85) translateY(-2%);
  transform-origin: 50% 20%;
}
.mv-shower-img:nth-child(10) {
  transition-delay: 0s;
}
.mv-shower-img:nth-child(11) {
  transition-delay: 0.05s;
}
.mv-shower-img:nth-child(12) {
  transition-delay: 0.1s;
}
.mv-shower-img:nth-child(13) {
  transition-delay: 0.15s;
  transform-origin: 50% 70%;
}
.mv-shower-img:nth-child(14) {
  transition-delay: 0.2s;
  transform-origin: 50% 70%;
}
.mv-shower-img:nth-child(15) {
  transition-delay: 0.25s;
  transform-origin: 50% 70%;
}
.mv-shower-img:nth-child(16) {
  transition-delay: 0.3s;
  transform-origin: 50% 70%;
}
.mv-shower-img:nth-child(17) {
  transition-delay: 0.35s;
  transform-origin: 50% 70%;
}
.mv-shower-img:nth-child(18) {
  transition-delay: 0.4s;
  transform-origin: 50% 70%;
}

.mv-shower-img-active {
  opacity: 1;
  transition: 0.5s ease-in-out;
  transform: scaleY(1) translateY(0);
}

.mv-title-sub {
  opacity: 0;
  transform: translateY(4%) translateZ(0);
  filter: blur(5px);
  transition: 0.75s ease-in-out;
  transition-delay: 0.375s;
}

.mv-sub-active {
  opacity: 1;
  transform: translateY(0%) translateZ(0);
  filter: blur(0px);
}

.mv-title-date {
  opacity: 0;
  transform: translateY(3%) translateZ(0);
  filter: blur(5px);
  transition: 0.75s ease-in-out;
  transition-delay: 0.525s;
}

.mv-date-active {
  opacity: 1;
  transform: translateY(0%) translateZ(0);
  filter: blur(0px);
}

.mv-copy {
  opacity: 0;
  transform: translateY(0.5%) translateZ(0);
  transition: 0.75s ease-in-out;
  transition-delay: 0.775s;
}

.mv-copy-active {
  opacity: 1;
  transform: translateY(0%) translateZ(0);
}

/* 左側ロゴ
================================*/
.left-logo-img {
  animation: left 3s ease-in-out infinite;
}
.left-logo-img:nth-child(2) {
  animation-delay: 0.05s;
}
.left-logo-img:nth-child(3) {
  animation-delay: 0.1s;
}
.left-logo-img:nth-child(4) {
  animation-delay: 0.15s;
}
.left-logo-img:nth-child(5) {
  animation-delay: 0.2s;
}
.left-logo-img:nth-child(6) {
  animation-delay: 0.25s;
}
.left-logo-img:nth-child(7) {
  animation-delay: 0.3s;
}
.left-logo-img:nth-child(8) {
  animation-delay: 0.35s;
}
.left-logo-img:nth-child(9) {
  animation-delay: 0.4s;
}

@keyframes left {
  0% {
    transform: translateY(0);
  }
  8% {
    transform: translateY(-20%);
  }
  16% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(0);
  }
}
.ap {
  opacity: 0;
  transition: 0.5s;
}

.ap-active {
  opacity: 1;
  transition: 0.75s;
}

/* Media Query
===============================*/
/* Margin Calc Set
===============================*/
/* 共通CSS
================================================================================*/
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

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

/* LP Common Style
===============================*/
img {
  width: 100%;
  height: auto;
}

.abs {
  position: absolute;
}

.abs-def {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.rel {
  position: relative;
}

.sticky {
  position: sticky;
}

.mt-1 {
  margin-top: -1px;
}

.opacity {
  opacity: 0;
}

.zeroA {
  margin: 0 auto;
}

a:hover {
  cursor: pointer;
}

/* Delay Set
===============================*/
.delay-005 {
  transition-delay: 0.05s;
  animation-delay: 0.05s;
}

.delay-01 {
  transition-delay: 0.1s;
  animation-delay: 0.1s;
}

.delay-015 {
  transition-delay: 0.15s;
  animation-delay: 0.15s;
}

.delay-02 {
  transition-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay-025 {
  transition-delay: 0.25s;
  animation-delay: 0.25s;
}

.delay-03 {
  transition-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay-035 {
  transition-delay: 0.35s;
  animation-delay: 0.35s;
}

.delay-04 {
  transition-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay-045 {
  transition-delay: 0.45s;
  animation-delay: 0.45s;
}

.delay-05 {
  transition-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-055 {
  transition-delay: 0.55s;
  animation-delay: 0.55s;
}

.delay-06 {
  transition-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay-07 {
  transition-delay: 0.7s;
  animation-delay: 0.7s;
}

.delay-08 {
  transition-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay-10 {
  transition-delay: 1s;
  animation-delay: 1s;
}

/* ボディ & 背景色 設定
===============================*/
body {
  color: #231815;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
}

.lunch-bgc-gradient {
  background: url(images/menu_bg.png), linear-gradient(180deg, rgb(245, 177, 165) 0%, rgb(242, 155, 143) 50.8%, rgb(240, 144, 122) 100%);
  background-size: 280%;
}
@media screen and (max-width: 768px) {
  .lunch-bgc-gradient {
    background-size: 490%;
  }
}

.kids-bgc-gradient {
  background: url(images/menu_bg.png), linear-gradient(180deg, rgb(248, 191, 119) 0%, rgb(246, 174, 84) 50.8%, rgb(244, 165, 112) 100%);
  background-size: 280%;
}
@media screen and (max-width: 768px) {
  .kids-bgc-gradient {
    background-size: 490%;
  }
}

.osusume-bgc-gradient {
  background: url(images/menu_bg.png), linear-gradient(180deg, rgb(255, 227, 131) 0%, rgb(254, 220, 94) 50.8%, rgb(253, 210, 62) 100%);
  background-size: 280%;
}
@media screen and (max-width: 768px) {
  .osusume-bgc-gradient {
    background-size: 490%;
  }
}

.search-bgc-gradient {
  background: url(images/menu_bg.png), linear-gradient(180deg, rgb(245, 232, 201) 0%, rgb(240, 222, 176) 50.8%, rgb(233, 208, 161) 100%);
  background-size: 280%;
}
@media screen and (max-width: 768px) {
  .search-bgc-gradient {
    background-size: 490%;
  }
}

/* 文字色 設定
===============================*/
.black {
  color: #231815;
}

.white {
  color: #FFFFFF;
}

/* トップページ
================================================================================*/
/* トップページ　ヘッダー部分設定
===============================*/
.home-header {
  padding-top: 4.58vw;
}
.home-header .header-home-container {
  padding-bottom: 2.8vw;
}
@media screen and (max-width: 768px) {
  .home-header .header-home-container {
    padding-bottom: 3.5vw;
  }
}
.home-header .header-home-container .header-home-left {
  width: 67.4%;
}
.home-header .header-home-container .header-home-left .header-home-p {
  width: 73.5%;
  padding-top: 4.65vw;
  padding-bottom: 1.4vw;
}
.home-header .header-home-container .header-home-right {
  width: 100%;
  top: 0;
  right: 0;
}
.home-header .header-home-container .header-home-right .search-bar {
  display: block;
  width: 30%;
  padding-top: 2.8vw;
  padding-bottom: 2.8vw;
  margin-bottom: 2.8vw;
  margin-left: auto;
  border-radius: 4vw 0 0 4vw;
}
@media screen and (max-width: 768px) {
  .home-header .header-home-container .header-home-right .search-bar {
    padding-top: 7vw;
    padding-bottom: 6vw;
    margin-bottom: 3.6vw;
    border-radius: 5.5vw 0 0 5.5vw;
  }
}
.home-header .header-home-container .header-home-right .header-home-search {
  width: 30%;
  margin-left: auto;
  z-index: 100;
  border-radius: 4vw 0 0 4vw;
}
@media screen and (max-width: 768px) {
  .home-header .header-home-container .header-home-right .header-home-search {
    border-radius: 5.5vw 0 0 5.5vw;
    margin-bottom: 0;
    transition: 0.3s;
  }
}
.home-header .header-home-container .header-home-right .header-home-search .search-sw {
  display: block;
  padding-top: 2.8vw;
  padding-bottom: 2.8vw;
}
@media screen and (max-width: 768px) {
  .home-header .header-home-container .header-home-right .header-home-search .search-sw {
    padding-top: 7vw;
    padding-bottom: 6vw;
    border-radius: 5.5vw 0 0 5.5vw;
  }
}
@media screen and (max-width: 768px) {
  .home-header .header-home-container .header-home-right .header-home-search-active {
    width: 50%;
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

/* 検索バー　設定
===============================*/
.header-arrow {
  width: 4.29%;
  top: 39%;
  left: 9%;
}
@media screen and (max-width: 768px) {
  .header-arrow {
    width: 8%;
    top: 39.5%;
    left: 15%;
  }
}

.header-navName {
  width: 57%;
  top: 36.5%;
  left: 26%;
}
@media screen and (max-width: 768px) {
  .header-navName {
    width: 48%;
    top: 28%;
    left: 35%;
  }
}

.header-navName-origin {
  width: 25.7%;
  left: 40%;
  top: 36.5%;
}
@media screen and (max-width: 768px) {
  .header-navName-origin {
    width: 48%;
    top: 37%;
    left: 35%;
  }
}

.header-search-arrow {
  width: 4.29%;
  top: 1.95vw;
  left: 9%;
}
@media screen and (max-width: 768px) {
  .header-search-arrow {
    width: 2.4vw;
    top: 39.5%;
    left: auto;
    right: 23.3vw;
  }
}

.header-search-navName {
  width: 25.7%;
  top: 1.95vw;
  left: 40%;
}
@media screen and (max-width: 768px) {
  .header-search-navName {
    width: 14.42vw;
    top: 36%;
    left: auto;
    right: 5vw;
  }
}

/* 検索ナビ　開閉設定
===============================*/
.header-arrow-search {
  transition: 0.3s;
  transform-origin: center;
}

.header-arrow-search-active {
  transform: rotate(-90deg);
}

.header-search-open {
  width: 100%;
  height: 60vw;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header-search-open {
    height: 100vw;
  }
}
.header-search-open .header-search-tag {
  display: inline-block;
  margin-bottom: 1.75vw;
  border-radius: 30px;
  font-size: 1.6vw;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .header-search-open .header-search-tag {
    font-size: 3.2vw;
    margin-bottom: 4vw;
  }
}
.header-search-open .search-btn {
  background-color: #231815;
  color: #FFFFFF;
  margin-bottom: 5vw;
}
@media screen and (max-width: 768px) {
  .header-search-open .search-btn {
    margin-bottom: 10vw;
  }
}

/* トップページ　写真部分設定
===============================*/
.sec-menu {
  background-color: #fedc5e;
  background-image: url(images/menu_bg.png);
  background-size: 100%;
  padding-top: 5vw;
  padding-bottom: 5vw;
}
@media screen and (max-width: 768px) {
  .sec-menu {
    background-size: 150%;
    padding-top: 2.8vw;
    padding-bottom: 2.8vw;
  }
}
.sec-menu .menu-container {
  width: 94.65%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5.2vw 5.4%;
}
@media screen and (max-width: 768px) {
  .sec-menu .menu-container {
    width: 96.5%;
    justify-content: space-between;
    gap: 1.7vw 0;
  }
}
.sec-menu .menu-container .menu-box {
  width: 29.7%;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .sec-menu .menu-container .menu-box {
    width: 49%;
  }
}
.sec-menu .menu-container .menu-box:hover {
  transform: scale(1.025);
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .sec-menu .menu-container .menu-box:hover {
    transform: none;
    opacity: 1;
  }
}
.sec-menu .menu-container .menu-box img {
  border-radius: 4.6vw;
}
@media screen and (max-width: 768px) {
  .sec-menu .menu-container .menu-box img {
    border-radius: 7vw;
  }
}

/* トップページ　メニュー部分設定
===============================*/
footer .footer-logo {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 36.7vw;
  margin-top: 1.15vw;
  margin-bottom: 1.36vw;
}
@media screen and (max-width: 768px) {
  footer .footer-logo {
    width: 48%;
    margin-top: 3.2vw;
    margin-bottom: 3.5vw;
  }
}
footer .footer-logo .logo-anker {
  width: 24.8%;
}

/* トップページ　メニュー部分設定
===============================*/
footer .footer-logo {
  display: flex;
  justify-content: space-between;
  width: 36.7vw;
  margin-top: 1.15vw;
  margin-bottom: 1.36vw;
}

@media screen and (max-width: 768px) {
  footer .footer-logo {
    width: 48%;
    margin-top: 3.2vw;
    margin-bottom: 3.5vw;
  }
}
footer .footer-logo .logo-anker {
  width: 24.8%;
}

.footer-banner-img {
  width: 100%;
}

/*固定バナー
==========================*/
.fixed-banner.full,
.fixed-banner-2.full {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
}

.fixed-banner.half,
.fixed-banner-2.half {
  position: fixed;
  bottom: 0;
  width: 50%;
  z-index: 1000;
}

.fixed-banner.half {
  left: 0;
}

.fixed-banner-2.half {
  left: auto;
  right: 0;
}

.fixed-banner img,
.fixed-banner-2 img {
  width: 100%;
  height: auto;
}

/* タグ追加部分
===========================*/
/* タグ検索のリストを縦並びに */
.header-home-search .header-search-open ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.header-home-search .header-search-open li {
  list-style: none;
}

.header-search-tag {
  display: block;
}

/* 送信ボタンも1行扱い＆幅いっぱい */
.header-search-tag.search-btn button {
  display: block;
  width: 100%;
  padding: 10px 12px;
}

/* 視覚的にチェックボックスを消す（アクセシブルに残す） */
.tag-label {
  display: block;
}

.tag-check {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}

/* pillの見た目（未選択） */
.tag-pill {
  display: inline-block;
  border: #231815 1px solid;
  background-color: #fff;
  border-radius: 30px;
  padding: 2.5% 5% 2.5% 5%;
  color: #333;
  line-height: 1.2;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.search-btn {
  width: 30%;
  margin: 0 auto;
}

/* 選択時：枠・文字を赤に */
.tag-check:checked + .tag-pill {
  border-color: #c00;
  color: #c00;
  font-weight: 500;
}

/* 選択タグの見せ方（ヘッダーの文言置換時） */
.header-home-selected-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.header-home-selected-tags .tag-chip {
  border: 1px solid #231815;
  color: #231815;
  border-radius: 9999px;
  padding: 6px 10px;
  line-height: 1.2;
  background: #fff;
  font-weight: 500;
}

/* WP管理バーの押し下げ（46px/32px）を無効化 */
html {
  margin-top: 0 !important;
}

/* 6.6+ で使われる高さ変数もゼロにする */
:root {
  --wp-admin--admin-bar--height: 0px !important;
}

/* 旧挙動でモバイルだけ別値が当たる環境の保険 */
@media screen and (max-width: 782px) {
  html {
    margin-top: 0 !important;
  }
} /*# sourceMappingURL=style.css.map */