@charset "UTF-8";

/*=====================================
 /menu/
===================================== */
.menu .footer{
  background-color: #fff;
}
.menu {
  background: url("/images/menu/bodys.jpg");
  background-size: cover;
  width: 100%;
}
.menu .header-gp {
  background-image: url(/images/menu_sp/header-sp.png);
  background-position: right center;
  background-size: 100%;
  padding-top: 132%;
}
.menu .harajuku_top-ttl {
  font-size: 3em;
  line-height: 1.3;
}

@media (min-width:769px){
  .menu .header-gp {
    background-image: url("/images/menu/header-detail.png");
    background-position: center;
    background-size: 50em;
    background-position: center;
    padding-top: 30em;
  }
  .menu .harajuku_top-ttl {
    font-size: 3.5em;
  }
}/*  */


/* MENU ====================== */
.menu_list_box{
  position: relative;
  padding: 2em 2em;
  margin: auto;
  color: var(--c-white);
  border: solid 1px;
  min-height: 34.5em;
}
.menu_list_box_inner{
  position: relative;
  z-index: 1;
}
.menu_list_box_ttl{
  font-family: var(--font-comp);
  font-size: 2.3em;
  font-weight: 300;
  padding: 1rem 0;
}
.menu_list_box_txt{
  font-size: 1.2em;
  padding: 1em 0;
  line-height: 1.8;
}
.menu_list_img{
  position: absolute;
  width: 24.5em;
  bottom: 0;
  right: -3.5em;
}
.modal_open_btn{
  width: fit-content;
  font-size: 1.2em;
  font-weight: 600;
  padding: 1em 1.5em;
  background-color: rgba(255, 255, 255, 0.35);
  color: #fff;
  text-transform: uppercase;
  margin: .5em 0;
  cursor: pointer;
}

.menu_list_sec:nth-of-type(2) .menu_list_img {
  left: -3em;
}
.menu_list_sec:nth-of-type(2) .menu_list_box_inner {
  text-align: right;
}
.menu_list_sec:nth-of-type(2) .modal_open_btn{
  margin-left: auto;
}

.menu_list_sec._topping{
  background-image: url(/images/menu_sp/sweetbox_menu_topping_s.jpg);
  background-size: cover;
  margin-top: 3em;
}
.menu_list_sec._topping .menu_list_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 26.5em;
}
.menu_list_sec._topping .menu_list_box_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.menu_list_sec._topping .modal_open_btn{
  margin: 0 auto;
}


@media (min-width:769px){
 .menu_list_sec:nth-of-type(odd) {
    margin-left: 12em;
  }
 .menu_list_sec:nth-of-type(2) {
    margin-right: 12em;
  }
  .menu_list_sec._topping {
    margin-top: 5em;
  }

  .menu_list_box {
    padding: 3em 4.5em;
    min-height: inherit;
  }
  .menu_list_box_inner {
    font-size: 1.3em;
  }
  .menu_list_box_ttl {
    font-size: 2.6em;
  }
  .menu_list_img {
    width: 37.5em;
    right: .5em;
  }
  .menu_list_sec:nth-of-type(2) .menu_list_img {
    left: 2em;
  }

}/*  */



/* Modal =============== */
.menu_modal_box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100vh;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--c-white);
  background-color: rgba(155, 150, 150, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  overflow: scroll;

  opacity: 0;
  visibility: hidden;
  transition: opacity .5s;
}

._open .menu_modal_box{
  opacity: 1;
  visibility: visible;
}

.menu_modal_inner{
  width: 85%;
  padding-top: 10em;
  max-width: 40em;
}
.modal_close_btn {
  position: absolute;
  right: 1em;
  top: 1em;
  width: 5em;
  height: 5em;
  color: #fff;
  cursor: pointer;
}
.bar1, .bar2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 2px;
  height: 3em;
  background-color: currentColor;
}
.bar1 {
  transform: rotate(45deg);
} 
.bar2 {
  transform: rotate(-45deg);
} 

.menu_modal_ttl{
  font-family: var(--font-comp);
  font-size: 2.6em;
}
.toggle_contents_wrap{
  padding: 2em 0 8em;;
}
.toggle_contents {
  border: 1px solid;
}
.toggle_contents:not(:last-child) {
  border-bottom: none;
}
.toggle_title {
  position: relative;
  /* border: solid 2px; */
  font-size: 1.4em;
  text-align: left;
  line-height: 1.4;
  padding: 2rem 1.5rem;
  cursor: pointer;
}
.toggle_btn {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  background: none;
  display: block;
  width: 2em;
  height: 2em;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}

.toggle_item {
  font-size: 1.2em;
  padding: 0 1.5rem 2rem;
}
.toggle_item ul{
  padding: .6em 0;
}
.toggle_item ul li:last-child{
  font-size: 0.85em;
  line-height: 1.4;
}


.toggle_btn:before, .toggle_btn:after {
  display: block;
  content: '';
  background-color: #fff;
  position: absolute;
  width: .8em;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toggle_btn:before {
  width: 1px;
  height: .8em;
}
.toggle_contents dd {
  display: none;
}