@charset "UTF-8";
body main .EB {
  font-family: 'EB Garamond', 'Noto Serif JP',serif; }

body main .Roboto {
  font-family: 'Roboto', sans-serif;
  font-weight: bold; }

@keyframes rotate-animeL {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
@keyframes rotate-animeR {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(-360deg); } }
.pc_br {
  display: block; }
  @media (max-width: 768px) {
    .pc_br {
      display: none; } }

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

.story {
  max-width: 1630px;
  margin: 0px auto 0;
  padding-top: 90px;
  overflow-x: hidden; }
  .story .flex {
    align-items: center; }
  .story .imgbox.circle {
    width: 370px;
    animation: rotate-animeL 10s linear infinite; }
    .story .imgbox.circle:last-child {
      animation: rotate-animeR 10s linear infinite; }
  .story .logo_box {
    width: 546px; }
    .story .logo_box p {
      width: 546px;
      max-width: 100%;
      text-align: center;
      font-size: 25px;
      letter-spacing: 0.14em;
      line-height: 54px; }
    .story .logo_box .imgbox {
      width: 296px;
      margin: 0 auto; }
  @media (max-width: 768px) {
    .story {
      width: 720px;
      overflow-x: hidden; }
      .story .flex {
        width: 1000px;
        margin-left: -20.7%;
        margin-right: -20.7%;
        align-items: center; }
      .story .imgbox.circle {
        width: 245px; }
      .story .logo_box .imgbox {
        width: 320px;
        margin: 0 auto; }
      .story .logo_box p {
        text-align: center;
        font-size: 25px;
        letter-spacing: 0.14em;
        line-height: 54px; } }

.product_mille {
  margin: 100px auto 0;
  height: 350px; }
  .product_mille__image {
    background-image: url(/image/eyecatch1@2x-8.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: -2000px center;
    background-size: cover;
    width: inherit;
    min-width: 1200px;
    min-height: 350px;
    transition: all 1000ms 0s ease; }
    .product_mille__image.run {
      background-position: center center; }
  .product_mille__ttl {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 350px; }
    .product_mille__ttl_L h2 {
      font-family: "Pinyon Script", cursive;
      font-size: 88px;
      font-weight: normal;
      margin-left: -200%;
      transition: all 1000ms 0s ease; }
      .product_mille__ttl_L h2.run {
        margin-left: 0%; }
      .product_mille__ttl_L h2 .ruby {
        text-align: end;
        position: relative;
        top: -20px;
        transition: all 1000ms 0s ease;
        left: -200%; }
        .product_mille__ttl_L h2 .ruby.run {
          left: 0%; }
    .product_mille__ttl_R {
      text-align: center;
      opacity: 0;
      transition: all 3500ms 0s ease; }
      .product_mille__ttl_R.run {
        opacity: 1; }
      .product_mille__ttl_R h3 {
        font-size: 43px;
        font-weight: normal;
        letter-spacing: 0.22em;
        line-height: 41px;
        margin-top: 30px;
        font-family: 'EB Garamond', 'Noto Serif JP',serif; }
        .product_mille__ttl_R h3 .ruby {
          text-align: center; }
      .product_mille__ttl_R p {
        font-size: 22px;
        letter-spacing: 0.18em;
        line-height: 29px; }
  .product_mille__text {
    text-align: center;
    margin-top: 60px;
    opacity: 0;
    transition: all 3500ms 0s ease; }
    .product_mille__text.run {
      opacity: 1; }
    .product_mille__text p {
      font-size: 23px;
      line-height: 46px;
      letter-spacing: 0.14em; }
  @media (max-width: 768px) {
    .product_mille {
      width: 100%;
      margin: 100px auto 0;
      height: 650px; }
      .product_mille__image {
        background-image: url(/image/sp/sp_product_mille@2x-8.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        background-size: cover;
        width: inherit;
        min-width: 100%;
        min-height: 650px; }
      .product_mille__ttl {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 650px; }
        .product_mille__ttl h2 {
          font-size: 107px; }
          .product_mille__ttl h2 .ruby {
            top: -20px;
            font-size: 21px; }
        .product_mille__ttl_R h3 {
          font-size: 41px; }
          .product_mille__ttl_R h3 .ruby {
            text-align: center; }
        .product_mille__ttl_R p {
          font-size: 23px;
          line-height: 31px;
          letter-spacing: 0.18em;
          margin-top: 40px; }
      .product_mille__text {
        text-align: center;
        margin-top: 60px; }
        .product_mille__text p {
          line-height: 45px;
          font-size: 22px; } }

.product_about {
  margin-top: 300px;
  overflow-x: hidden; }
  .product_about__contents {
    margin-left: calc((100% - 1300px)/ 2);
    display: flex; }
    .product_about__contents .imgbox.circle {
      width: 600px;
      opacity: 0;
      transition: all 1000ms 0s ease; }
      .product_about__contents .imgbox.circle.run {
        opacity: 1; }
    .product_about__contents .textbox {
      position: relative;
      width: 50%;
      padding-top: 250px;
      text-align: center;
      line-height: 1.8; }
      .product_about__contents .textbox p {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        margin-left: -130px;
        font-size: 17px;
        line-height: 38px;
        letter-spacing: 0.16em;
        opacity: 0;
        transition: all 1000ms 0s ease; }
        .product_about__contents .textbox p.run {
          opacity: 1; }
    .product_about__contents .imgbox.ttl {
      position: absolute;
      top: 110px;
      transform: translateX(-55%);
      width: 1418px;
      z-index: -1;
      left: -1000%;
      transition: all 1000ms 0s ease; }
      .product_about__contents .imgbox.ttl.run {
        left: 50%; }
    .product_about__contents:last-child {
      flex-direction: row-reverse;
      margin-right: calc((100% - 1300px)/ 2);
      margin-left: unset; }
      .product_about__contents:last-child .imgbox.ttl {
        transform: translateX(-45%);
        left: 1000%;
        transition: all 1000ms 0s ease; }
        .product_about__contents:last-child .imgbox.ttl.run {
          left: 50%; }
      .product_about__contents:last-child .textbox p {
        margin-left: 0;
        margin-right: -130px; }
  @media (max-width: 768px) {
    .product_about {
      margin-top: 300px;
      overflow-x: hidden; }
      .product_about__contents {
        margin-left: 0;
        flex-direction: column; }
        .product_about__contents .imgbox.circle {
          width: 400px;
          margin: 80px auto 0; }
        .product_about__contents .textbox {
          position: relative;
          width: 100%;
          padding-top: 50px;
          text-align: center;
          line-height: 1.8; }
          .product_about__contents .textbox p {
            margin-left: 0px;
            margin-top: 40px;
            font-size: 21px; }
        .product_about__contents .imgbox.ttl {
          position: relative;
          top: initial;
          transform: initial;
          width: 100%;
          margin: 0 auto;
          z-index: -1;
          transition: all 1000ms 0s ease;
          left: -200%; }
          .product_about__contents .imgbox.ttl.run {
            left: 0; }
        .product_about__contents:last-child {
          flex-direction: column;
          margin-right: 0;
          margin-left: unset; }
          .product_about__contents:last-child .imgbox.ttl {
            transform: initial;
            transition: all 1000ms 0s ease;
            left: -200%; }
            .product_about__contents:last-child .imgbox.ttl.run {
              left: 0; }
          .product_about__contents:last-child .textbox p {
            margin-left: 0;
            margin-right: 0px; } }

.menu {
  margin: 0 auto 0 auto;
  padding-top: 100px; }
  @media (max-width: 768px) {
    .menu .wrapper {
      margin-top: 100px; } }
  .menu .menu_img {
    width: 280px;
    top: 0;
    margin: 0 auto 0 auto; }
    .menu .menu_img .imgbox {
      opacity: 0;
      transition: all 1000ms 0s ease; }
      .menu .menu_img .imgbox.run {
        opacity: 1; }
  .menu .menu_tag {
    margin: 50px auto 0;
    width: 1010px;
    height: 72px; }
    .menu .menu_tag .tag_area_2,
    .menu .menu_tag .tag_area_3,
    .menu .menu_tag .tag_area_4 {
      display: none; }
    .menu .menu_tag__flex {
      display: flex;
      justify-content: space-between;
      margin: 0 auto; }
      .menu .menu_tag__flex.sp_only {
        display: none; }
    .menu .menu_tag__item {
      border: 2px solid #fff;
      border-top-left-radius: 18px;
      border-top-right-radius: 18px;
      text-align: center;
      width: 25%;
      padding: 15px 0;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center; }
      .menu .menu_tag__item p {
        font-family: Copperplate, "Copperplate Gothic Light";
        font-size: 19px;
        letter-spacing: 0.2em;
        line-height: 1; }
        .menu .menu_tag__item p span {
          display: block;
          font-family: 'Roboto', sans-serif;
          font-weight: bold;
          font-size: 14px;
          letter-spacing: 0.16em;
          line-height: 1;
          margin-top: 10px; }
      .menu .menu_tag__item.selected, .menu .menu_tag__item:hover {
        background: #fff; }
        .menu .menu_tag__item.selected p,
        .menu .menu_tag__item.selected span, .menu .menu_tag__item:hover p,
        .menu .menu_tag__item:hover span {
          color: #0c0b12; }
  @media (max-width: 768px) {
    .menu .menu_tag {
      margin: 0 auto 0 auto;
      padding-top: 60px;
      width: 100%;
      height: auto; }
      .menu .menu_tag__flex.pc_only {
        display: none; }
      .menu .menu_tag__flex.sp_only {
        display: block;
        width: 500px;
        margin: 0 auto; }
      .menu .menu_tag__item {
        border: 2px solid #fff;
        border-top-left-radius: initial;
        border-top-right-radius: initial;
        width: 100%;
        padding: 20px 0; }
        .menu .menu_tag__item:first-child {
          border-top-left-radius: 36px;
          border-top-right-radius: 36px; }
        .menu .menu_tag__item:not(:first-child) {
          border-top: none; }
        .menu .menu_tag__item p {
          font-size: 37px; }
          .menu .menu_tag__item p span {
            font-size: 27px; }
        .menu .menu_tag__item .other_menu {
          font-size: 25px;
          font-family: 'Roboto', sans-serif;
          font-weight: bold;
          letter-spacing: 0.04em; }
          .menu .menu_tag__item .other_menu::before {
            display: inline-block;
            content: url(/image/sp/arrow_under.svg);
            width: 26px;
            margin-right: 13px; }
        .menu .menu_tag__item:hover {
          background: #0c0b12; }
          .menu .menu_tag__item:hover p,
          .menu .menu_tag__item:hover span {
            color: #FFF; }
      .menu .menu_tag__item.menu_select {
        height: 140px; }
      .menu .menu_tag__pulldown {
        display: none; }
        .menu .menu_tag__pulldown-item {
          border: 2px solid #fff;
          border-top: none; }
          .menu .menu_tag__pulldown-item.selected, .menu .menu_tag__pulldown-item:hover {
            background: #fff; }
            .menu .menu_tag__pulldown-item.selected p,
            .menu .menu_tag__pulldown-item.selected span, .menu .menu_tag__pulldown-item:hover p,
            .menu .menu_tag__pulldown-item:hover span {
              color: #0c0b12; }
        .menu .menu_tag__pulldown p {
          padding: 20px 0;
          text-align: center;
          font-family: Copperplate, "Copperplate Gothic Light";
          font-size: 37px;
          letter-spacing: 0.28em; }
          .menu .menu_tag__pulldown p span {
            display: block;
            font-size: 24px;
            letter-spacing: 0.16em; }
        .menu .menu_tag__pulldown .drink_set {
          font-family: 'Roboto', sans-serif;
          font-weight: bold;
          padding: 0 30px 20px;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          align-items: center;
          font-size: 24px; }
          .menu .menu_tag__pulldown .drink_set::before {
            content: "";
            width: 85%;
            height: 1px;
            margin: 0px auto 30px;
            display: block;
            background-image: linear-gradient(to right, #fff, #fff 2px, transparent 2px, transparent 8px);
            /* 幅2の線を作る */
            background-size: 8px 1px;
            /* グラデーションの幅・高さを指定 */
            background-position: left bottom;
            /* 背景の開始位置を指定 */
            background-repeat: repeat-x;
            /* 横向きにのみ繰り返す */ }
          .menu .menu_tag__pulldown .drink_set p {
            font-family: 'Roboto', sans-serif;
            font-weight: bold;
            letter-spacing: 0.1em; }
          .menu .menu_tag__pulldown .drink_set .text01 {
            font-size: 20px;
            line-height: 27px;
            width: 190px;
            border: 1px solid #FFF;
            text-align: center;
            padding: 10px 0;
            border-radius: 15px; }
          .menu .menu_tag__pulldown .drink_set .text02 {
            align-self: center; }
          .menu .menu_tag__pulldown .drink_set .text03 {
            font-size: 20px;
            line-height: 27px;
            width: 190px;
            border: 1px solid #FFF;
            text-align: center;
            padding: 10px 0;
            border-radius: 15px; }
          .menu .menu_tag__pulldown .drink_set .text04 {
            align-self: center;
            padding: 0 20px; }
          .menu .menu_tag__pulldown .drink_set .text05 {
            width: 360px;
            text-align: center;
            font-size: 22px; }
            .menu .menu_tag__pulldown .drink_set .text05 span {
              display: inline-block;
              color: #FFF000;
              margin-right: 5px; } }

.tag_area__contents {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px; }
  .tag_area__contents__item {
    width: 320px;
    margin-top: 20px;
    position: relative; }
    .tag_area__contents__item .special {
      position: absolute;
      width: 152px;
      top: 0;
      left: 0px; }
      @media (max-width: 768px) {
        .tag_area__contents__item .special {
          width: 192px; } }
    .tag_area__contents__item:nth-child(-n+3) {
      margin-top: 0; }
    .tag_area__contents__item:last-child {
      margin-top: 65px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .tag_area__contents__item:last-child img {
        width: 311px; }
    .tag_area__contents__item .textbox {
      text-align: center;
      margin-top: -25px; }
      .tag_area__contents__item .textbox h4 {
        font-size: 15px;
        letter-spacing: 0.26em;
        font-weight: normal; }
        .tag_area__contents__item .textbox h4 .item_ruby {
          display: block;
          font-size: 21px;
          line-height: 27px;
          letter-spacing: 0.05em;
          margin-top: 8px;
          font-family: 'Roboto', sans-serif;
          font-weight: bold; }
      .tag_area__contents__item .textbox p {
        font-family: 'Roboto', sans-serif;
        font-weight: 500; }
        .tag_area__contents__item .textbox p.item_detail {
          font-size: 18px;
          line-height: 20px;
          letter-spacing: 0.06em;
          margin-top: 8px; }
        .tag_area__contents__item .textbox p.item_comment {
          font-size: 15px;
          line-height: 22px;
          margin-top: 10px;
          letter-spacing: 0.05em; }
  .tag_area__contents__price {
    text-align: center;
    font-size: 22px;
    letter-spacing: 0.18em;
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
    font-weight: bold; }
  .tag_area__contents__price-half {
    font-size: 17px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-top: 10px; }
    .tag_area__contents__price-half::before {
      content: "(Half-Half ";
      font-family: 'Roboto', sans-serif;
      font-weight: 500; }
    .tag_area__contents__price-half::after {
      content: ")";
      font-family: 'Roboto', sans-serif;
      font-weight: 500; }
  @media (max-width: 768px) {
    .tag_area__contents {
      justify-content: center;
      margin-top: 20px; }
      .tag_area__contents__item {
        width: 100%;
        margin-top: 60px; }
        .tag_area__contents__item .imgbox {
          width: 400px;
          margin: 0 auto; }
        .tag_area__contents__item:first-child {
          margin-top: 40px; }
        .tag_area__contents__item:nth-child(-n+3) {
          margin-top: 60px; }
        .tag_area__contents__item:last-child {
          margin-top: 65px; }
          .tag_area__contents__item:last-child .imgbox {
            width: 100%;
            margin: 0 auto; }
            .tag_area__contents__item:last-child .imgbox img {
              width: 100%; }
        .tag_area__contents__item .textbox {
          text-align: center;
          margin-top: -15px; }
          .tag_area__contents__item .textbox h4 {
            font-size: 23px;
            letter-spacing: 0.26em;
            font-weight: 500; }
            .tag_area__contents__item .textbox h4 .item_ruby {
              display: block;
              font-size: 34px;
              line-height: 38px;
              letter-spacing: 0.12em;
              margin-top: 8px; }
          .tag_area__contents__item .textbox p.item_detail {
            font-size: 29px;
            line-height: 36px;
            letter-spacing: 0.06em;
            margin-top: 15px; }
          .tag_area__contents__item .textbox p.item_comment {
            font-size: 27px;
            line-height: 40px;
            margin-top: 15px;
            letter-spacing: 0.1em; }
      .tag_area__contents__price {
        font-size: 37px;
        margin-top: 15px; }
      .tag_area__contents__price-half {
        font-size: 24px;
        margin-top: 15px; } }

.tag_area {
  margin: 0 auto;
  padding: 60px 90px 0; }
  @media (max-width: 768px) {
    .tag_area {
      padding: 20px 60px 0; } }
  .tag_area.tag_area_2, .tag_area.tag_area_3, .tag_area.tag_area_4 {
    display: none; }
  .tag_area__biko_sp {
    display: none; }
    @media (max-width: 768px) {
      .tag_area__biko_sp {
        display: block;
        font-size: 15px;
        margin-top: 10px;
        font-family: 'Roboto', sans-serif;
        font-weight: bold; }
        .tag_area__biko_sp .menu_tag__item__biko {
          text-align: center;
          font-size: 17px;
          margin-bottom: 30px; }
        .tag_area__biko_sp .wine {
          padding-left: 18px;
          text-indent: -18px; }
        .tag_area__biko_sp .im {
          padding-left: 18px;
          text-indent: -18px;
          letter-spacing: 0.07em; }
        .tag_area__biko_sp p {
          font-family: "Noto Sans JP", sans-serif;
          font-size: 15px; } }
  .tag_area__pliceoff {
    padding: 20px;
    width: 926px;
    text-align: center;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 8px;
    letter-spacing: 0.2em;
    font-family: 'Roboto', sans-serif;
    font-weight: bold; }
    .tag_area__pliceoff h3 {
      font-weight: normal;
      font-size: 22px;
      line-height: 28px;
      letter-spacing: 0.1em;
      display: flex;
      align-items: center;
      justify-content: space-around; }
      .tag_area__pliceoff h3 b {
        color: #F0E428;
        font-size: 24px;
        margin-right: 5px; }
        .tag_area__pliceoff h3 b small {
          letter-spacing: 0; }
    @media (max-width: 768px) {
      .tag_area__pliceoff {
        display: none; } }
  .tag_area__halfDetail {
    width: 620px;
    margin: 60px auto; }
    @media (max-width: 768px) {
      .tag_area__halfDetail {
        width: 100%; } }
  .tag_area__biko {
    border-top: solid 2px #FFF;
    margin-top: 80px;
    padding-top: 24px; }
    .tag_area__biko p {
      font-family: 'Roboto', sans-serif;
      font-weight: 500;
      text-align: left;
      padding-left: 24px;
      text-indent: -24px; }
    @media (max-width: 768px) {
      .tag_area__biko {
        display: none; } }
  .tag_area__half {
    text-align: center; }
    .tag_area__half .half_ttl {
      width: 320px;
      margin: 80px auto 0; }
      .tag_area__half .half_ttl + p {
        margin-top: 40px; }
    .tag_area__half .imgbox {
      width: 450px;
      margin: 40px auto 0;
      border: 1px solid #fff; }
    .tag_area__half p {
      font-size: 19px;
      font-family: 'Roboto', sans-serif;
      font-weight: bold;
      margin-top: 40px;
      letter-spacing: 0.2em; }
      .tag_area__half p.textRed {
        font-size: 18px;
        margin-top: 20px;
        color: #E50012; }
    .tag_area__half .text02 {
      font-size: 22px;
      font-family: 'Roboto', sans-serif;
      font-weight: bold;
      margin-top: 40px;
      letter-spacing: 0.14em; }
    .tag_area__half small {
      font-size: 15px;
      line-height: 28px;
      font-family: 'Roboto', sans-serif;
      font-weight: bold;
      letter-spacing: 0.14em;
      display: inline-block;
      margin-top: 20px;
      background-color: #494344;
      width: 690px;
      border-radius: 14px;
      text-align: center; }
    @media (max-width: 768px) {
      .tag_area__half .imgbox {
        margin: 60px auto 0; }
        .tag_area__half .imgbox + p {
          font-size: 20px;
          margin-top: 60px; }
          .tag_area__half .imgbox + p:last-child {
            font-size: 17px;
            margin-top: 10px; }
      .tag_area__half .text01 {
        font-size: 19px;
        line-height: 38px; }
      .tag_area__half .text02 {
        font-size: 22px;
        line-height: 38px; }
      .tag_area__half small {
        font-size: 20px;
        width: 100%;
        padding: 5px 0; } }
  .tag_area__bikoHalfHalf {
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.16em;
    margin-top: 50px;
    background-color: #494344;
    padding: 10px 0; }
    .tag_area__bikoHalfHalf span {
      font-size: 17px; }
    .tag_area__bikoHalfHalf.sp_only {
      font-size: 22px;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      padding-left: calc(50vw - 50%);
      padding-right: calc(50vw - 50%);
      padding-top: 30px;
      padding-bottom: 30px; }
      .tag_area__bikoHalfHalf.sp_only span {
        display: block;
        font-size: 12px;
        margin-top: 15px; }

.tag_area .tokachi {
  margin: 50px auto 0;
  text-align: center;
  letter-spacing: 0.18em;
  font-size: 18px;
  font-weight: 500;
  padding: 10px;
  font-family: "Noto Sans JP", sans-serif;
  width: 690px;
  text-align: center; }
  @media (max-width: 768px) {
    .tag_area .tokachi {
      width: 100%;
      font-size: 20px;
      line-height: 26px;
      letter-spacing: 0.1em;
      margin: 30px auto 45px; } }

.tag_area__lacolla {
  margin: 0 auto;
  display: flex;
  width: 700px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px; }
  .tag_area__lacolla__item {
    width: 320px;
    margin-top: 20px; }
    .tag_area__lacolla__item:first-child {
      position: relative; }
      .tag_area__lacolla__item:first-child .detail_img {
        width: 173px;
        position: absolute;
        top: 10px;
        left: -100px; }
    .tag_area__lacolla__item .textbox {
      text-align: center;
      margin-top: -25px; }
      .tag_area__lacolla__item .textbox h4 {
        font-size: 21px;
        line-height: 32px;
        letter-spacing: 0.1em;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        display: block;
        margin-top: 8px; }
      .tag_area__lacolla__item .textbox p {
        font-family: 'Roboto', sans-serif;
        font-weight: 500; }
        .tag_area__lacolla__item .textbox p.item_detail {
          font-size: 18px;
          line-height: 27px;
          margin-top: 8px; }
        .tag_area__lacolla__item .textbox p.item_comment {
          font-size: 14px;
          margin-top: 10px;
          letter-spacing: 0.1em; }
  .tag_area__lacolla__price {
    text-align: center;
    font-size: 22px;
    letter-spacing: 0.18em;
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
    font-weight: bold; }
  @media (max-width: 768px) {
    .tag_area__lacolla {
      width: 100%;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      margin-top: 20px; }
      .tag_area__lacolla__item {
        width: 100%;
        margin-top: 20px; }
        .tag_area__lacolla__item:first-child {
          position: relative; }
          .tag_area__lacolla__item:first-child .detail_img {
            width: 203px;
            position: absolute;
            top: 100px;
            left: -20px; }
        .tag_area__lacolla__item .imgbox {
          width: 460px;
          margin: 0 auto; }
        .tag_area__lacolla__item .textbox {
          text-align: center;
          width: 100%;
          margin-top: -15px; }
          .tag_area__lacolla__item .textbox h4 {
            font-size: 34px;
            letter-spacing: 0.12em; }
            .tag_area__lacolla__item .textbox h4 .item_ruby {
              display: block;
              font-size: 35px;
              letter-spacing: 0.1em;
              margin-top: 8px; }
          .tag_area__lacolla__item .textbox p.item_detail {
            font-size: 29px;
            margin-top: 8px; }
          .tag_area__lacolla__item .textbox p.item_comment {
            font-size: 27px;
            margin-top: 10px;
            letter-spacing: 0.1em; }
        .tag_area__lacolla__item .tag_area__lacolla__price {
          font-size: 34px; } }

.tag_area__menu_frame {
  margin: 60px auto 0;
  padding: 45px;
  width: 942px;
  height: 284px;
  background-image: url(/image/menu/menu4_frame.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative; }
  .tag_area__menu_frame h3 {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.16em;
    font-family: "Noto Sans JP", sans-serif; }
  .tag_area__menu_frame p {
    font-size: 15px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 22px;
    letter-spacing: 0.14em;
    margin-top: 25px; }
  .tag_area__menu_frame__biko {
    font-size: 16px;
    letter-spacing: 0.1em; }
    .tag_area__menu_frame__biko .wine {
      font-size: 15px;
      line-height: 16px; }
    .tag_area__menu_frame__biko .im {
      font-size: 15px;
      line-height: 22px;
      letter-spacing: 0.14em; }
  .tag_area__menu_frame__mark {
    position: absolute;
    width: 156px;
    right: 45px;
    top: 45px; }
  @media (max-width: 768px) {
    .tag_area__menu_frame {
      padding: 35px 45px;
      width: 537px;
      height: 464px;
      background-image: url(/image/sp/sp_frame.svg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      background-size: cover; }
      .tag_area__menu_frame h3 {
        font-size: 24px; }
      .tag_area__menu_frame p {
        font-size: 18px; }
      .tag_area__menu_frame__biko .sp_br::before {
        display: inline;
        content: "\a";
        white-space: pre; }
      .tag_area__menu_frame__mark {
        width: 116px;
        right: 40px;
        top: unset;
        bottom: 40px; } }
.tag_area__drink {
  padding: 0;
  margin-top: 20px; }
  .tag_area__drink__L, .tag_area__drink__R {
    width: 480px; }
  .tag_area__drink__ttl {
    display: inline-block;
    padding: 0;
    margin-bottom: 10px;
    width: 100%;
    font-family: Copperplate, "Copperplate Gothic Light";
    font-size: 22px;
    line-height: 25px;
    height: 25px;
    text-align: center;
    letter-spacing: 0.42em;
    margin-top: 50px; }
    .tag_area__drink__ttl.mtTweak {
      margin-top: 24px; }
  .tag_area__drink__contents p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.12em; }
  .tag_area__drink__contents dl {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 2.35;
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
    letter-spacing: 0.04em; }
    .tag_area__drink__contents dl.f-column {
      flex-direction: column; }
    @media (max-width: 768px) {
      .tag_area__drink__contents dl {
        padding: 0; } }
  .tag_area__drink__contents dt span.min {
    font-size: 14px;
    line-height: 2.5;
    display: inline-block;
    margin-left: 5px; }
  @media (max-width: 768px) {
    .tag_area__drink__contents dt.spSize {
      font-size: inherit;
      line-height: inherit;
      display: flex;
      align-items: center; }
      .tag_area__drink__contents dt.spSize span.min {
        font-size: inherit;
        line-height: inherit; } }
  .tag_area__drink__contents dd {
    display: flex;
    justify-content: space-between; }
    .tag_area__drink__contents dd.wineP {
      margin-top: -15px; }
    .tag_area__drink__contents dd span {
      font-family: "Noto Sans JP", sans-serif;
      display: flex;
      justify-content: center;
      align-items: center; }
      .tag_area__drink__contents dd span.sizeS::before {
        width: 20px;
        height: 20px;
        background-color: #fff;
        color: #000;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        font-weight: bold;
        margin-right: 7px;
        letter-spacing: 0; }
      .tag_area__drink__contents dd span.sizeS::before {
        content: "S"; }
      .tag_area__drink__contents dd span.sizeM {
        margin-left: 15px; }
        .tag_area__drink__contents dd span.sizeM::before {
          width: 20px;
          height: 20px;
          background-color: #fff;
          color: #000;
          border-radius: 50%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          font-size: 14px;
          font-weight: bold;
          margin-right: 7px;
          letter-spacing: 0; }
        .tag_area__drink__contents dd span.sizeM::before {
          content: "M"; }
        @media (max-width: 768px) {
          .tag_area__drink__contents dd span.sizeM {
            margin-left: 12px; } }
  .tag_area__drink .hot_ice::after {
    content: "H/I";
    position: absolute;
    right: 165px; }
    @media (max-width: 768px) {
      .tag_area__drink .hot_ice::after {
        right: 150px; } }
  .tag_area__drink .hot::after {
    content: "H";
    position: absolute;
    right: 165px; }
    @media (max-width: 768px) {
      .tag_area__drink .hot::after {
        right: 150px; } }
  .tag_area__drink .milk_change {
    border: 1px dashed #fff;
    border-radius: 8px;
    margin: 28px 20px 35px;
    padding: 14px 20px; }
    @media (max-width: 768px) {
      .tag_area__drink .milk_change {
        padding: 10px 15px; } }
    .tag_area__drink .milk_change p {
      line-height: 2;
      font-family: "Noto Sans JP", sans-serif;
      display: flex;
      justify-content: space-between; }
      .tag_area__drink .milk_change p span {
        font-size: 19px;
        letter-spacing: 0.16em;
        width: 80px;
        position: relative; }
        .tag_area__drink .milk_change p span::before {
          position: absolute;
          top: 50%;
          right: 100%;
          transform: translateY(-50%);
          content: "・・・・・・";
          display: inline-block;
          letter-spacing: -0.6em;
          font-size: 14px;
          margin: 0 10px; }
        @media (max-width: 768px) {
          .tag_area__drink .milk_change p span::before {
            content: "・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・"; } }
    .tag_area__drink .milk_change p:first-child span::before {
      content: "・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・"; }
    @media (max-width: 768px) {
      .tag_area__drink .milk_change p:first-child span::before {
        content: "・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・"; } }
  .tag_area__drink .soup_biko {
    font-size: 14px;
    letter-spacing: 0.12em;
    padding-left: 25px;
    text-indent: -22px; }
    @media (max-width: 768px) {
      .tag_area__drink .soup_biko {
        font-size: 15px;
        padding-left: 15px;
        text-indent: -15px; } }
@media (max-width: 768px) {
  .tag_area__drink {
    width: 100%;
    padding: 0; }
    .tag_area__drink .flex {
      flex-direction: column; }
    .tag_area__drink__L, .tag_area__drink__R {
      width: 100%; }
    .tag_area__drink__R {
      margin-left: 0px; }
    .tag_area__drink__ttl {
      margin-top: 30px; }
    .tag_area__drink__B .sp_br::before {
      display: inline;
      content: "\a";
      white-space: pre; } }

.reserve {
  margin-top: 120px; }
  .reserve__wrapper {
    width: 1660px;
    margin: 0 auto;
    position: relative;
    right: 200px; }
  .reserve__img {
    background-image: url(/image/20220316/reseveImg800_2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 830px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: all 1000ms 0s ease;
    background-position: -2000px center;
    overflow: hidden;
    margin-left: 100px; }
    .reserve__img.run {
      background-position: center center; }
      .reserve__img.run .imgbox {
        margin-top: 0% !important; }
    .reserve__img .imgbox {
      padding-right: 20px;
      transition: all 1000ms 0s ease;
      margin-top: -2000%; }
      .reserve__img .imgbox img {
        width: 28px;
        max-width: 100%; }
  .reserve__text {
    box-sizing: border-box;
    width: 830px;
    padding: 0 40px 0 40px;
    text-align: center;
    transition: all 1000ms 0s ease;
    opacity: 0; }
    .reserve__text.run {
      opacity: 1; }
    .reserve__text h2 {
      font-size: 31px;
      font-weight: bold;
      letter-spacing: 0.2em;
      text-align: center;
      margin-left: 0px;
      font-family: 'Roboto', sans-serif;
      font-weight: bold; }
      .reserve__text h2 span {
        color: #FFF000; }
      .reserve__text h2 + p {
        font-family: 'Roboto', sans-serif;
        font-size: 21px;
        line-height: 28px;
        letter-spacing: 0.16em;
        font-weight: lighter;
        width: 460px;
        display: block;
        margin: 16px auto 0;
        text-align: center;
        border: 1px solid #FFF;
        border-radius: 15px;
        margin-bottom: 20px; }
    .reserve__text p {
      font-family: 'Roboto', sans-serif; }
    .reserve__text .reserv1 {
      width: 511px;
      margin: 25px auto 20px; }
    .reserve__text__opeTime {
      font-family: 'Roboto', sans-serif;
      font-size: 19px;
      line-height: 30px;
      letter-spacing: 0.2em; }
    .reserve__text__tel {
      font-family: "Josefin Sans", sans-serif;
      font-size: 34px;
      letter-spacing: 0.18em;
      font-weight: 500;
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      margin-top: 25px; }
      .reserve__text__tel .area {
        font-size: 16px;
        line-height: 34px;
        width: 110px;
        display: block;
        border: 1px solid #FFF;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        font-weight: 500; }
      .reserve__text__tel .tel {
        font-family: "Josefin Sans", sans-serif;
        font-size: 30px;
        letter-spacing: 0.18em;
        font-weight: 500;
        display: inline-block; }
        .reserve__text__tel .tel span {
          font-family: "Playball", cursive;
          display: inline-block;
          margin-right: 45px; }
        .reserve__text__tel .tel::after {
          content: "";
          background-image: url(/image/20220316/tel_under.png);
          display: block;
          height: 5px;
          width: 100%;
          background-position: right bottom;
          background-size: contain; }
    .reserve__text__hot {
      font-size: 18px;
      color: #f3e727;
      font-family: "Noto Sans JP", sans-serif;
      margin-top: 20px;
      line-height: 28px;
      letter-spacing: 0.16em; }
      @media (max-width: 768px) {
        .reserve__text__hot {
          font-size: 19px;
          line-height: 29px;
          margin-top: 30px;
          margin-bottom: 50px; } }
    .reserve__text__biko {
      font-family: 'Roboto', sans-serif;
      font-size: 15px;
      margin-top: 10px;
      letter-spacing: 0.2em; }
      .reserve__text__biko.telReserve {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0.2em;
        margin-top: 2px; }
  @media (max-width: 768px) {
    .reserve {
      width: 100%; }
      .reserve .flex {
        flex-direction: column;
        align-items: center; }
      .reserve__wrapper {
        width: 100%;
        margin: 0 auto;
        position: initial;
        right: initial; }
      .reserve__img {
        background-image: url(/image/reserv1@2x-8.png);
        background-position: top right;
        background-size: contain;
        width: 720px;
        height: 430px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
		margin-left:auto;
		}
        .reserve__img .imgbox {
          margin-right: 0px;
          margin-left: 15%; }
          .reserve__img .imgbox img {
            width: 21px; }
      .reserve__text {
        box-sizing: border-box;
        margin-top: 60px;
        width: 100%;
        padding: 0px;
        text-align: center;
        height: auto; }
        .reserve__text h2 {
          font-size: 27px;
          letter-spacing: 0.2em;
          margin-top: 15px;
          text-align: center;
          margin: 0 auto; }
          .reserve__text h2 + p {
            font-size: 25px;
            line-height: 34px;
            letter-spacing: 0.1em;
            width: 530px;
            border: 1px solid #FFF;
            border-radius: 18px;
            display: block;
            margin: 40px auto; }
          .reserve__text h2 + p + p {
            font-size: 17px; }
        .reserve__text__opeTime {
          font-size: 20px;
          line-height: 30px;
          letter-spacing: 0.2em; }
        .reserve__text .reserv1 {
          width: 544px;
          margin: 40px auto 25px; }
        .reserve__text__tel {
          padding: 0 60px 0 210px;
          box-sizing: border-box;
          position: relative;
          flex-direction: column; }
          .reserve__text__tel .area {
            position: absolute;
            top: 0;
            left: 60px;
            width: 140px;
            font-size: 20px;
            line-height: 48px; }
          .reserve__text__tel .time {
            margin-top: 10px; }
            .reserve__text__tel .time br {
              display: none; }
            .reserve__text__tel .time::before {
              content: "("; }
            .reserve__text__tel .time::after {
              content: ")"; }
        .reserve__text__biko {
          font-size: 17px;
          letter-spacing: 0.2em; } }

.product {
  padding-top: 140px;
  box-sizing: border-box; }
  .product .wrapper {
    padding-left: 80px; }
  .product__contents {
    margin-top: 80px;
    transition: all 1500ms 0s ease;
    opacity: 0; }
    .product__contents.run {
      opacity: 1; }
  .product__ttlarea {
    display: flex;
    position: relative;
    transition: all 1500ms 0s ease;
    opacity: 0; }
    .product__ttlarea.run {
      opacity: 1; }
    .product__ttlarea .imgbox {
      position: absolute;
      width: 40px;
      top: 95px;
      right: 110px; }
  .product__text {
    width: 52%; }
  .product h2 {
    display: inline-block;
    background-color: #fff;
    color: #0c0b12;
    font-family: Copperplate, "Copperplate Gothic Light";
    font-weight: normal;
    font-size: 51px;
    line-height: 68px;
    padding: 5px 40px;
    letter-spacing: 0.34em; }
  .product h3 {
    font-family: Copperplate, "Copperplate Gothic Light";
    font-size: 49px;
    line-height: 53px;
    line-height: 1;
    letter-spacing: 0.26em; }
    .product h3 .ruby {
      font-size: 31px;
      line-height: 63px;
      letter-spacing: 0.23em;
      font-weight: normal; }
  .product p {
    margin-top: 30px;
    font-size: 18px;
    line-height: 39px;
    letter-spacing: 0.1em;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 2; }
  .product__dl {
    margin-top: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-weight: bold; }
    .product__dl dd, .product__dl dt {
      display: inline-block;
      letter-spacing: 0.1em;
      line-height: 1.9;
      font-size: 18px;
      line-height: 30px;
      letter-spacing: 0.18em;
      vertical-align: top;
      margin-bottom: 12px; }
      .product__dl dd span, .product__dl dt span {
        display: inline-block;
        line-height: 28px;
        border: 1px solid #FFF;
        width: 100px;
        box-sizing: border-box;
        text-align: center;
        margin-right: 10px;
        font-weight: 400; }
    .product__dl dt {
      width: 165px;
      font-size: 20px;
      letter-spacing: 0.18em; }
  .product__img {
    padding-right: 85px; }
    .product__img__big .imgbox {
      width: 450px;
      height: 450px; }
    .product__img__small {
      margin-top: 10px;
      display: flex;
      justify-content: space-between; }
      .product__img__small .imgbox {
        width: 100px;
        height: 100px;
        cursor: pointer; }
  .product__biko p {
    font-size: 18px;
    line-height: 1.9;
    letter-spacing: 0.055em;
    margin-top: 30px;
    padding-left: 25px;
    text-indent: -25px; }
    .product__biko p.price {
      font-size: 25px;
      line-height: 44px;
      letter-spacing: 0.14em; }
  @media (max-width: 768px) {
    .product {
      width: 100%;
      padding-top: 140px;
      box-sizing: border-box; }
      .product .wrapper {
        width: 600px;
        margin: 0 auto;
        padding: 0 50px; }
      .product__contents {
        margin-top: 80px; }
        .product__contents .flex {
          flex-direction: column; }
      .product__ttlarea {
        display: flex;
        position: relative;
        justify-content: center; }
        .product__ttlarea .imgbox {
          position: absolute;
          right: 35px;
          top: 530px; }
      .product__text {
        width: 100%;
        padding-bottom: 60px;
        position: relative; }
        .product__text .viewmore_btn {
          margin-top: 30px;
          text-align: center;
          font-size: 21px;
          width: 252px;
          height: 71px;
          line-height: 71px;
          letter-spacing: 0.21em;
          border: 1px solid #fff;
          border-radius: 126px; }
        .product__text .pop_up {
          position: absolute;
          background: #0B0B12;
          border: solid 1px #FFF;
          width: 600px;
          box-sizing: border-box;
          padding: 60px;
          top: 20px;
          left: -47px;
          display: none; }
          .product__text .pop_up .close {
            position: absolute;
            top: 20px;
            right: 20px;
            font-size: 40px;
            font-family: "Noto Sans JP", sans-serif; }
      .product h2 {
        font-size: 42px;
        padding: 5px 40px;
        letter-spacing: 0.45em; }
      .product h3 {
        font-family: Copperplate, "Copperplate Gothic Light";
        font-size: 49px;
        line-height: 53px;
        letter-spacing: 0.26em; }
        .product h3 .ruby {
          font-size: 31px;
          line-height: 63px;
          letter-spacing: 0.22em;
          font-weight: normal;
          margin-bottom: 10px; }
      .product p {
        margin-top: 30px;
        font-size: 21px;
        letter-spacing: 0.1em;
        font-family: "Noto Sans JP", sans-serif;
        line-height: 2; }
      .product__dl {
        margin-top: 40px; }
        .product__dl dd, .product__dl dt {
          display: inline-block;
          letter-spacing: 0.1em;
          line-height: 1.9;
          font-size: 20px; }
        .product__dl dt {
          width: auto;
          margin-right: 10px; }
        .product__dl dt::before {
          content: "● "; }
        .product__dl dd:nth-child(3n + 2) span {
          font-size: 18px;
          border-radius: 20px;
          padding: 0 10px;
          width: initial; }
        .product__dl dd:nth-child(3n + 0) {
          width: 100%; }
          .product__dl dd:nth-child(3n + 0)::before {
            content: "";
            width: 20px;
            height: 20px;
            border-left: 1px solid #FFF;
            border-bottom: 1px solid #FFF;
            display: inline-block;
            margin-right: 10px;
            margin-left: 35px; }
      .product__img {
        padding: 0px; }
        .product__img__big .imgbox {
          width: 500px;
          height: 500px; }
        .product__img__small {
          margin-top: 10px;
          display: flex; }
          .product__img__small .imgbox {
            width: 110px;
            height: 110px; }
      .product__biko p.price {
        font-size: 25px;
        line-height: 1;
        letter-spacing: 0.055em;
        position: relative;
        padding: 0;
        text-indent: 0; }
        .product__biko p.price:first-child {
          letter-spacing: 0.12em; }
        .product__biko p.price small {
          font-size: 14px; }
        .product__biko p.price span {
          position: absolute;
          top: 30px;
          right: 0; }
      .product__biko p {
        font-size: 16px;
        line-height: 1.9;
        letter-spacing: 0.055em;
        padding-left: 22px;
        text-indent: -22px; } }

.insta_link {
  text-align: center;
  margin: 200px auto 0; }
  .insta_link .insta_btn {
    margin: 0 auto;
    display: block;
    width: 80px;
    height: 80px;
    background-image: url(/image/insta.svg); }
    .insta_link .insta_btn:hover {
      background-image: url(/image/insta_white.svg);
      opacity: initial; }
  .insta_link p {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 23px;
    line-height: 39px;
    letter-spacing: 0.1em;
    margin-top: 30px; }
  @media (max-width: 768px) {
    .insta_link .insta_btn {
      margin: 0 auto;
      width: 70px;
      height: 70px; }
    .insta_link p {
      margin-top: 30px;
      font-size: 20px;
      line-height: 35px;
      letter-spacing: 0.1em; } }

.shop_list .wrapper {
  margin-top: 120px;
  padding: 80px;
  overflow: hidden; }
.shop_list .flex {
  justify-content: flex-start; }
.shop_list__ttlarea {
  display: flex;
  justify-content: space-between;
  position: relative; }
  .shop_list__ttlarea .imgbox.logo {
    width: 506px; }
  .shop_list__ttlarea.run {
    opacity: 1; }
    .shop_list__ttlarea.run .imgbox.vertical {
      top: 0%; }
  .shop_list__ttlarea .imgbox.vertical {
    position: absolute;
    width: 29px;
    right: 60px;
    margin-top: 10px;
    transition: all 1000ms 0s ease;
    top: -2000%; }
.shop_list__contents {
  width: 360px;
  margin-top: 40px;
  margin-right: 90px;
  transition: all 1000ms 0s ease;
  opacity: 0; }
  .shop_list__contents.run {
    opacity: 1; }
  .shop_list__contents .imgbox {
    width: 360px;
    height: 200px; }
    .shop_list__contents .imgbox img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .shop_list__contents h3 {
    font-size: 26px;
    letter-spacing: 0.36em;
    margin-top: 20px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: normal; }
  .shop_list__contents .address {
    font-size: 20px;
    line-height: 32px;
    margin-top: 10px;
    letter-spacing: 0.02em;
    font-family: 'Roboto', sans-serif;
    font-weight: 500; }
  .shop_list__contents .open {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #0B0B12;
    background: #FFF;
    width: 200px;
    line-height: 23px;
    text-align: center; }
  .shop_list__contents__flex {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-between; }
    .shop_list__contents__flex .border_W {
      font-family: 'Roboto', sans-serif;
      font-weight: bold;
      font-size: 15px;
      margin: 25px 0 30px;
      letter-spacing: 0.02em;
      text-align: center; }
    .shop_list__contents__flex .map_btn {
      display: inline-block;
      position: relative;
      width: 88px;
      height: 88px;
      line-height: 88px;
      text-align: center;
      margin-right: 30px;
      font-size: 11px;
      top: -3px; }
      .shop_list__contents__flex .map_btn::after {
        content: "";
        display: block;
        height: 90px;
        width: 1px;
        background-color: #fff;
        transform: rotate(-45deg);
        position: absolute;
        top: 50px;
        right: -5px; }
    .shop_list__contents__flex .map_circle {
      position: absolute;
      top: 10px;
      right: 30px;
      display: inline-block;
      width: 88px;
      height: 88px;
      text-align: center;
      line-height: 88px; }
      .shop_list__contents__flex .map_circle::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 100%;
        border: 1px solid #fff;
        border-radius: 50%;
        transition: 0.3s; }
      .shop_list__contents__flex .map_circle:hover {
        opacity: initial; }
        .shop_list__contents__flex .map_circle:hover::before {
          transform: scale(0.8); }
  .shop_list__contents__dl {
    margin-top: 10px; }
    .shop_list__contents__dl dd, .shop_list__contents__dl dt {
      display: inline-block;
      letter-spacing: 0.18em;
      line-height: 1.1;
      font-size: 26px; }
    .shop_list__contents__dl dt {
      font-family: "Playball", cursive;
      width: 60px;
      letter-spacing: initial; }
    .shop_list__contents__dl dd {
      font-family: "Josefin Sans", sans-serif; }
  .shop_list__contents__biko {
    font-size: 16px; }
@media (max-width: 768px) {
  .shop_list .wrapper {
    width: 600px;
    padding: 0 75px;
    margin-top: 0px;
    padding-top: 100px; }
    .shop_list .wrapper > h2 {
      font-family: Copperplate, "Copperplate Gothic Light";
      font-size: 40px;
      text-align: center;
      font-weight: normal;
      letter-spacing: 0.54em; }
  .shop_list .flex {
    flex-direction: column;
    justify-content: center; }
  .shop_list__ttlarea {
    display: flex;
    justify-content: space-between;
    position: relative; }
    .shop_list__ttlarea .imgbox.logo {
      display: none; }
    .shop_list__ttlarea .imgbox.vertical {
      display: none; }
  .shop_list__contents {
    width: 450px;
    margin-top: 60px;
    margin-right: 0px; }
    .shop_list__contents .imgbox {
      width: 450px; }
    .shop_list__contents h3 {
      font-size: 34px;
      margin-top: 20px; }
      .shop_list__contents h3 span {
        font-size: 23.5px;
        margin-left: 28px; }
      .shop_list__contents h3 + p {
        font-size: 20px;
        margin-top: 10px;
        letter-spacing: 0.02em; }
    .shop_list__contents p {
      font-family: "Noto Sans JP", sans-serif; }
    .shop_list__contents .address {
      font-size: 23px;
      line-height: 38px;
      min-height: initial;
      margin-top: 15px;
      margin-bottom: 15px; }
    .shop_list__contents .open {
      font-size: 20px;
      line-height: 28px;
      width: 230px; }
    .shop_list__contents__flex {
      width: 100%;
      display: flex;
      position: relative;
      justify-content: space-between; }
      .shop_list__contents__flex .border_W {
        font-size: 18px;
        line-height: 24px;
        padding: 10px 20px;
        margin-top: 5px; }
      .shop_list__contents__flex .map_btn {
        width: 108px;
        height: 108px;
        line-height: 108px;
        margin-right: 30px;
        font-size: 18px;
        top: -3px; }
        .shop_list__contents__flex .map_btn::after {
          height: 88px;
          top: 70px;
          right: 0px; }
      .shop_list__contents__flex .map_circle {
        top: 0px;
        right: 47px;
        width: 108px;
        height: 108px;
        line-height: 108px; }
    .shop_list__contents__dl {
      margin-top: 10px; }
      .shop_list__contents__dl dd, .shop_list__contents__dl dt {
        display: inline-block;
        letter-spacing: 0.18em;
        line-height: 1.1;
        font-size: 32px; }
      .shop_list__contents__dl dt {
        font-family: "Playball", cursive;
        width: 60px;
        letter-spacing: initial; }
      .shop_list__contents__dl dd {
        font-family: "Josefin Sans", sans-serif; } }

.mark {
  width: 18px;
  vertical-align: middle;
  display: inline-block;
  margin: 0 5px; }
  @media (max-width: 768px) {
    .mark {
      width: 24px;
      vertical-align: initial; } }
  .mark img {
    max-width: 100%;
    display: block; }

.item_ruby .mark {
  margin: 0 15px 0 0; }

.osaka_banner {
  max-width: 1200px;
  margin: 110px auto 0; }
  @media (max-width: 768px) {
    .osaka_banner {
      width: 100%;
      max-width: 100%;
      margin-top: 0; } }
