@charset "UTF-8";
@-webkit-keyframes rotate-animeL {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-animeL {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate-animeR {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotate-animeR {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            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 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.story .imgbox.circle {
  width: 370px;
  -webkit-animation: rotate-animeL 10s linear infinite;
          animation: rotate-animeL 10s linear infinite;
}

.story .imgbox.circle:last-child {
  -webkit-animation: rotate-animeR 10s linear infinite;
          animation: rotate-animeR 10s linear infinite;
}

.story .logo_box {
  width: 295px;
}

.story .logo_box p {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  letter-spacing: 0.13em;
  line-height: 2.75;
}

@media (max-width: 768px) {
  .story {
    width: 720px;
    overflow-x: hidden;
  }
  .story .flex {
    width: 1000px;
    margin-left: -20.7%;
    margin-right: -20.7%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .story .imgbox.circle {
    width: 245px;
  }
  .story .logo_box {
    width: 320px;
  }
  .story .logo_box p {
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    letter-spacing: 0.13em;
    line-height: 2.75;
  }
}

.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;
  -webkit-transition: all 1000ms 0s ease;
  transition: all 1000ms 0s ease;
}

.product_mille__image.run {
  background-position: center center;
}

.product_mille__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 350px;
}

.product_mille__ttl_L h2 {
  font-family: "Pinyon Script", cursive;
  font-size: 88px;
  font-weight: normal;
  margin-left: -200%;
  -webkit-transition: all 1000ms 0s ease;
  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;
  -webkit-transition: all 1000ms 0s ease;
  transition: all 1000ms 0s ease;
  left: -200%;
}

.product_mille__ttl_L h2 .ruby.run {
  left: 0%;
}

.product_mille__ttl_R {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 3500ms 0s ease;
  transition: all 3500ms 0s ease;
}

.product_mille__ttl_R.run {
  opacity: 1;
}

.product_mille__ttl_R h3 {
  font-size: 35px;
  font-weight: normal;
  letter-spacing: 0.15em;
  margin-top: 30px;
}

.product_mille__ttl_R h3 .ruby {
  text-align: center;
}

.product_mille__ttl_R p {
  font-size: 21px;
  letter-spacing: 0.08em;
}

.product_mille__text {
  text-align: center;
  margin-top: 60px;
  opacity: 0;
  -webkit-transition: all 3500ms 0s ease;
  transition: all 3500ms 0s ease;
}

.product_mille__text.run {
  opacity: 1;
}

.product_mille__text p {
  line-height: 2.77;
}

@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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: 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: 21px;
    letter-spacing: 0.08em;
    margin-top: 40px;
  }
  .product_mille__text {
    text-align: center;
    margin-top: 60px;
  }
  .product_mille__text p {
    line-height: 2.77;
    font-size: 20px;
  }
}

.product_about {
  margin-top: 300px;
  overflow-x: hidden;
}

.product_about__contents {
  margin-left: calc((100% - 1300px)/ 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product_about__contents .imgbox.circle {
  width: 600px;
  opacity: 0;
  -webkit-transition: all 1000ms 0s ease;
  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: "Noto Sans JP", sans-serif;
  margin-left: -130px;
  font-size: 20px;
  opacity: 0;
  -webkit-transition: all 1000ms 0s ease;
  transition: all 1000ms 0s ease;
}

.product_about__contents .textbox p.run {
  opacity: 1;
}

.product_about__contents .imgbox.ttl {
  position: absolute;
  top: 110px;
  -webkit-transform: translateX(-55%);
          transform: translateX(-55%);
  width: 1418px;
  z-index: -1;
  left: -1000%;
  -webkit-transition: all 1000ms 0s ease;
  transition: all 1000ms 0s ease;
}

.product_about__contents .imgbox.ttl.run {
  left: 50%;
}

.product_about__contents:last-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-right: calc((100% - 1300px)/ 2);
  margin-left: unset;
}

.product_about__contents:last-child .imgbox.ttl {
  -webkit-transform: translateX(-45%);
          transform: translateX(-45%);
  left: 1000%;
  -webkit-transition: all 1000ms 0s ease;
  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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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;
    -webkit-transform: initial;
            transform: initial;
    width: 100%;
    margin: 0 auto;
    z-index: -1;
    -webkit-transition: all 1000ms 0s ease;
    transition: all 1000ms 0s ease;
    left: -200%;
  }
  .product_about__contents .imgbox.ttl.run {
    left: 0;
  }
  .product_about__contents:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
    margin-left: unset;
  }
  .product_about__contents:last-child .imgbox.ttl {
    -webkit-transform: initial;
            transform: initial;
    -webkit-transition: all 1000ms 0s ease;
    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;
  -webkit-transition: all 1000ms 0s ease;
  transition: all 1000ms 0s ease;
}

.menu .menu_img .imgbox.run {
  opacity: 1;
}

.menu .menu_tag {
  margin: 100px 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: 20px 0;
  cursor: pointer;
}

.menu .menu_tag__item p {
  font-family: "Copperplate Gothic Light", Copperplate;
  font-size: 19px;
  letter-spacing: 0.28em;
}

.menu .menu_tag__item p span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.16em;
}

.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: 32px;
  }
  .menu .menu_tag__item .other_menu {
    font-size: 26px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .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__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 Gothic Light", Copperplate;
    font-size: 37px;
    letter-spacing: 0.28em;
  }
  .menu .menu_tag__pulldown p span {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 32px;
    letter-spacing: 0.16em;
  }
  .menu .menu_tag__pulldown .drink_set {
    font-family: "Noto Sans JP", sans-serif;
    padding: 0 0 20px;
    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 span {
    font-size: 38px;
    display: inline-block;
  }
}

.tag_area__contents {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      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: -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;
}

.tag_area__contents__item:last-child img {
  width: 240px;
}

.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-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}

.tag_area__contents__item .textbox h4 .item_ruby {
  display: block;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-top: 8px;
}

.tag_area__contents__item .textbox p {
  font-family: "Noto Sans JP", sans-serif;
}

.tag_area__contents__item .textbox p.item_detail {
  font-size: 14px;
  margin-top: 8px;
}

.tag_area__contents__item .textbox p.item_comment {
  font-size: 15px;
  margin-top: 10px;
  letter-spacing: 0.1em;
}

.tag_area__contents__price {
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.18em;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 10px;
}

.tag_area__contents__price.marginT {
  margin-top: 32px;
}

.tag_area__contents__price-half {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  text-align: center;
}

.tag_area__contents__price-half::before {
  content: "(Half-Half";
  display: inline-block;
  margin-right: 8px;
}

.tag_area__contents__price-half::after {
  content: ")";
  display: inline-block;
}

@media (max-width: 768px) {
  .tag_area__contents__price {
    font-size: 38px;
    margin-top: 28px;
  }
  .tag_area__contents__price-half {
    font-size: 27px;
  }
  .tag_area__contents__price-half:before, .tag_area__contents__price-half:after {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .tag_area__contents {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .tag_area__contents__item {
    width: 500px;
    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: 526px;
    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-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
  }
  .tag_area__contents__item .textbox h4 .item_ruby {
    display: block;
    font-size: 30px;
    letter-spacing: 0.1em;
    margin-top: 8px;
  }
  .tag_area__contents__item .textbox p {
    font-family: "Noto Sans JP", sans-serif;
  }
  .tag_area__contents__item .textbox p.item_detail {
    font-size: 23px;
    margin-top: 8px;
  }
  .tag_area__contents__item .textbox p.item_comment {
    font-size: 20px;
    margin-top: 10px;
    letter-spacing: 0.1em;
  }
}

.tag_area {
  margin: 0 auto;
  padding: 60px 90px 0;
}

@media (max-width: 768px) {
  .tag_area {
    padding: 20px 90px 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: 19px;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 10px;
  }
  .tag_area__biko_sp p {
    font-family: "Noto Sans JP", sans-serif;
  }
  .tag_area__biko_sp p:last-child {
    text-align: left;
    font-size: 12px;
    margin-top: 30px;
  }
  .tag_area__biko_sp p:last-child .mark {
    width: 15px;
  }
}

.tag_area__pliceoff {
  padding: 20px;
  width: 654px;
  text-align: center;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 8px;
  letter-spacing: 0.2em;
  font-family: "Noto Sans JP", sans-serif;
}

.tag_area__pliceoff h3 {
  font-weight: normal;
  font-size: 19px;
}

.tag_area__pliceoff h3 span {
  font-size: 24px;
  margin-left: 5px;
}

@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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 80px;
  padding-top: 24px;
}

.tag_area__biko p {
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}

@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: 60px auto 0;
  border: 1px solid #fff;
}

.tag_area__half p {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 60px;
  letter-spacing: 0.3em;
}

.tag_area__half p.textRed {
  font-size: 17px;
  margin-top: 20px;
  color: #E50012;
}

.tag_area__half small {
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.28em;
  display: inline-block;
  margin-top: 20px;
  background-color: #494344;
  padding: 5px 5px 5px 15px;
}

@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__bikoHalfHalf {
  font-size: 15px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  letter-spacing: 0.28em;
  line-height: 2;
  margin-top: 50px;
  background-color: #494344;
}

.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: 20px;
  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: normal;
  padding: 10px;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 768px) {
  .tag_area .tokachi {
    width: 500px;
  }
}

.tag_area__lacolla {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      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: 15px;
  letter-spacing: 0.26em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}

.tag_area__lacolla__item .textbox h4 .item_ruby {
  display: block;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-top: 8px;
}

.tag_area__lacolla__item .textbox p {
  font-family: "Noto Sans JP", sans-serif;
}

.tag_area__lacolla__item .textbox p.item_detail {
  font-size: 14px;
  margin-top: 8px;
}

.tag_area__lacolla__item .textbox p.item_comment {
  font-size: 15px;
  margin-top: 10px;
  letter-spacing: 0.1em;
}

.tag_area__lacolla__price {
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.18em;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 10px;
}

.tag_area__lacolla__price.marginT {
  margin-top: 32px;
}

.tag_area__lacolla__price-half {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  text-align: center;
}

.tag_area__lacolla__price-half::before {
  content: "(Half-Half";
  display: inline-block;
  margin-right: 8px;
}

.tag_area__lacolla__price-half::after {
  content: ")";
  display: inline-block;
}

@media (max-width: 768px) {
  .tag_area__lacolla__price {
    font-size: 38px;
    margin-top: 28px;
  }
  .tag_area__lacolla__price-half {
    font-size: 27px;
  }
  .tag_area__lacolla__price-half:before, .tag_area__lacolla__price-half:after {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .tag_area__lacolla {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        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: 23px;
    letter-spacing: 0.26em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
  }
  .tag_area__lacolla__item .textbox h4 .item_ruby {
    display: block;
    font-size: 30px;
    letter-spacing: 0.1em;
    margin-top: 8px;
  }
  .tag_area__lacolla__item .textbox p {
    font-family: "Noto Sans JP", sans-serif;
  }
  .tag_area__lacolla__item .textbox p.item_detail {
    font-size: 26px;
    margin-top: 8px;
  }
  .tag_area__lacolla__item .textbox p.item_comment {
    font-size: 23px;
    margin-top: 10px;
    letter-spacing: 0.1em;
  }
}

.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: 17px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.66;
  margin-top: 25px;
}

.tag_area__menu_frame__biko {
  font-size: 16px;
  letter-spacing: 0.1em;
}

.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 Gothic Light", Copperplate;
  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: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 2.35;
  letter-spacing: 0.12em;
}

.tag_area__drink__contents dl {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  line-height: 2.35;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 5px;
  letter-spacing: 0.14em;
}

.tag_area__drink__contents dl.f-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  .tag_area__drink__contents dl {
    padding: 0;
  }
}

.tag_area__drink__contents dt span.min {
  font-size: 12px;
  line-height: 2.5;
  display: inline-block;
  margin-left: 5px;
}

@media (max-width: 768px) {
  .tag_area__drink__contents dt.spSize {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.tag_area__drink__contents dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tag_area__drink__contents dd.wineP {
  text-align: right;
  margin-top: -15px;
  text-indent: 1rem;
}

.tag_area__drink__contents dd span {
  font-family: "Noto Sans JP", sans-serif;
  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;
}

.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;
}

.tag_area__drink .milk_change p span {
  font-size: 19px;
  letter-spacing: 0.16em;
}

.tag_area__drink .milk_change p span::before {
  content: "・・・・・・";
  display: inline-block;
  width: 40px;
  letter-spacing: -0.6em;
  font-size: 14px;
  margin: 0 10px;
}

.tag_area__drink .soup_biko {
  font-size: 12px;
  letter-spacing: 0.12em;
}

@media (max-width: 768px) {
  .tag_area__drink .soup_biko {
    font-size: 11px;
  }
}

@media (max-width: 768px) {
  .tag_area__drink {
    width: 537px;
    padding: 0 70px;
  }
  .tag_area__drink .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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_old {
  background-image: url(/image/20220316/reseveImg800.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 830px;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: all 1000ms 0s ease;
  transition: all 1000ms 0s ease;
  background-position: -2000px center;
  overflow: hidden;
}

.reserve__img_old.run {
  background-position: center center;
}

.reserve__img_old.run .imgbox {
  margin-top: 0% !important;
}

.reserve__img_old .imgbox {
  padding-right: 80px;
  -webkit-transition: all 1000ms 0s ease;
  transition: all 1000ms 0s ease;
  margin-top: -2000%;
}

.reserve__img_old .imgbox img {
  width: 28px;
}


.reserve__img {
  background-image: url(/image/20220316/reseveImg800_2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 830px;
  height: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: all 1000ms 0s ease;
  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;
  -webkit-transition: all 1000ms 0s ease;
  transition: all 1000ms 0s ease;
  margin-top: -2000%;
}

.reserve__img .imgbox img {
  width: 28px;
}


.reserve__text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 830px;
/*  height: 700px;*/
  padding: 0 40px 0 40px;
  text-align: center;
  -webkit-transition: all 1000ms 0s ease;
  transition: all 1000ms 0s ease;
  opacity: 0;
}

.reserve__text.run {
  opacity: 1;
}

.reserve__text h2 {
  margin-top: 15px;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  margin-left: 0px;
  font-family: "Noto Sans JP", sans-serif;
}

.reserve__text h2 span {
  -webkit-text-decoration: #FFF000 underline 5px;
          text-decoration: #FFF000 underline 5px;
}

.reserve__text h2 + p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  margin-top: 16px;
  font-weight: lighter;
}

.reserve__text .reserv1 {
  width: 285px;
  margin: 25px auto 0;
}

.reserve__text__opemTime {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  letter-spacing: 0.02em;
}



.reserve__text__tel_old {
  font-family: "Josefin Sans", sans-serif;
  font-size: 34px;
  letter-spacing: 0.18em;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-left: 70px;
  margin-top: 25px;
}

.reserve__text__tel_old span {
  font-family: "Playball", cursive;
  display: inline-block;
  margin-right: 45px;
}

.reserve__text__tel_old.tokyo::before {
  content: "東京";
  position: absolute;
  display: inline-block;
  padding: 0px 10px;
  border: 1px solid #fff;
  font-size: 22px;
  left: -30px;
  top: 5px;
  letter-spacing: 0.1em;
}

.reserve__text__tel_old.osaka {
  letter-spacing: 0.205em;
}

.reserve__text__tel_old.osaka::before {
  content: "大阪";
  position: absolute;
  display: inline-block;
  padding: 0px 10px;
  border: 1px solid #fff;
  font-size: 22px;
  left: -30px;
  top: 5px;
  letter-spacing: 0.1em;
}

.reserve__text__tel_old::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__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;
    max-width: 640px;
    margin: 25px auto;
}
.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__tel .time small {
	transform:translateY(-5px);
	display:inline-block;
}


.reserve__text__hot {
  font-size: 16px;
  color: #f3e727;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 20px;
  letter-spacing: 0.16em;
}

@media (max-width: 768px) {
  .reserve__text__hot {
    font-size: 20px;
  }
}

.reserve__text__biko {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.8;
  letter-spacing: 0.2em;
}

.reserve__text__biko.telReserve {
  margin-top: 2px;
}

@media (max-width: 768px) {
  .reserve {
    width: 100%;
  }
  .reserve .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .reserve__wrapper {
    width: 100%;
    margin: 0 auto;
    position: initial;
    right: initial;
  }
  .reserve__img_old {
    background-image: url(/image/reserv1@2x-8.png);
    background-position: top right;
    background-size: contain;
    width: 720px;
    height: 430px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .reserve__img_old .imgbox {
    margin-right: 0px;
    margin-left: 15%;
  }
  .reserve__img_old .imgbox img {
    width: 21px;
  }
  
  .reserve__img {
    background-image: url(/image/reserv1@2x-8.png);
    background-position: top right;
    background-size: contain;
    width: 720px;
    height: 430px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
	margin-left:auto;
  }
  .reserve__img .imgbox {
    margin-right: 0px;
    margin-left: 15%;
  }
  .reserve__img .imgbox img {
    width: 21px;
  }
  .reserve__text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 60px;
    width: 100%;
	height:initial;
    padding: 0px;
    text-align: center;
  }
  .reserve__text h2 {
    margin-top: 15px;
    text-align: center;
    margin: 0 auto;
  }
  .reserve__text .reserv1 {
    width: 285px;
    margin: 40px auto 0;
  }
  .reserve__text__biko {
    font-size: 19px;
  }
}

.product {
  padding-top: 140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.product .wrapper {
  padding-left: 80px;
}

.product__contents {
  margin-top: 80px;
  -webkit-transition: all 1500ms 0s ease;
  transition: all 1500ms 0s ease;
  opacity: 0;
}

.product__contents.run {
  opacity: 1;
}

.product__ttlarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: all 1500ms 0s ease;
  transition: all 1500ms 0s ease;
  opacity: 0;
}

.product__ttlarea.run {
  opacity: 1;
}

.product__ttlarea .imgbox {
  margin-top: 30px;
  position: absolute;
  width: 88.6px;
  right: 110px;
}

.product__text {
  width: 52%;
}

.product h2 {
  display: inline-block;
  background-color: #fff;
  color: #0c0b12;
  font-family: "Copperplate Gothic Light", Copperplate;
  font-weight: normal;
  font-size: 52px;
  padding: 5px 40px;
  letter-spacing: 0.45em;
}

.product h3 {
  font-family: "Copperplate Gothic Light", Copperplate;
  font-size: 52px;
  line-height: 1;
  letter-spacing: 0.26em;
}

.product h3 .ruby {
  font-size: 23px;
  letter-spacing: 0.3em;
  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;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

.product__dl dd, .product__dl dt {
  display: inline-block;
  letter-spacing: 0.1em;
  line-height: 1.9;
  font-size: 20px;
  vertical-align: top;
}

.product__dl dt {
  width: 165px;
}

.product__img {
  padding-right: 85px;
}

.product__img__big .imgbox {
  width: 450px;
  height: 450px;
}

.product__img__small {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: 10px;
}

.product__biko p.price {
  font-size: 22px;
  letter-spacing: 0.22em;
}

@media (max-width: 768px) {
  .product {
    width: 100%;
    padding-top: 140px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .product .wrapper {
    width: 600px;
    margin: 0 auto;
    padding: 0 50px;
  }
  .product__contents {
    margin-top: 80px;
  }
  .product__contents .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product__ttlarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product__ttlarea .imgbox {
    position: absolute;
    right: 0;
    bottom: -510px;
  }
  .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;
    -webkit-box-sizing: border-box;
            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 Gothic Light", Copperplate;
    font-size: 52px;
    line-height: 1;
    letter-spacing: 0.26em;
  }
  .product h3 .ruby {
    font-size: 23px;
    letter-spacing: 0.3em;
    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: 165px;
  }
  .product__img {
    padding: 0px;
  }
  .product__img__big .imgbox {
    width: 500px;
    height: 500px;
  }
  .product__img__small {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product__img__small .imgbox {
    width: 110px;
    height: 110px;
  }
  .product__biko p {
    font-size: 18px;
    line-height: 1.9;
    letter-spacing: 0.055em;
  }
  .product__biko p:first-child {
    letter-spacing: 0.12em;
  }
}

.insta_link {
  text-align: center;
  margin: 100px 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;
  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: 21px;
  }
}

.shop_list .wrapper {
  padding: 80px;
  overflow: hidden;
}

.shop_list .flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.shop_list__ttlarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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;
  -webkit-transition: all 1000ms 0s ease;
  transition: all 1000ms 0s ease;
  top: -2000%;
}

.shop_list__contents {
  width: 360px;
  margin-top: 40px;
  margin-right: 90px;
  -webkit-transition: all 1000ms 0s ease;
  transition: all 1000ms 0s ease;
  opacity: 0;
}

.shop_list__contents + .shop_list__contents + .shop_list__contents{margin-top:60px;}

.shop_list__contents.run {
  opacity: 1;
}

.shop_list__contents .imgbox {
  width: 360px;
}

.shop_list__contents h3 {
  font-size: 26px;
  letter-spacing: 0.036em;
  margin-top: 20px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: normal;
}

.shop_list__contents h3 + p {
  font-size: 16px;
  margin-top: 10px;
  letter-spacing: 0.02em;
}

.shop_list__contents p {
  font-family: "Noto Sans JP", sans-serif;
}

.shop_list__contents__flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shop_list__contents__flex .border_W {
  font-size: 13px;
  margin: 25px 0 30px;
  letter-spacing: 0.1em;
}

.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;
  -webkit-transform: rotate(-45deg);
          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%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.shop_list__contents__flex .map_circle:hover {
  opacity: initial;
}

.shop_list__contents__flex .map_circle:hover::before {
  -webkit-transform: scale(0.8);
          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 Gothic Light", Copperplate;
    font-size: 40px;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.54em;
  }
  .shop_list .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .shop_list__ttlarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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__flex {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .shop_list__contents__flex .border_W {
    font-size: 18px;
  }
  .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;
  }
}

.mark img {
  max-width: 100%;
}

.osaka_banner {
  max-width: 1200px;
  margin: 110px auto 0;
}

@media (max-width: 768px) {
  .osaka_banner {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }
}
/*# sourceMappingURL=top.css.map */