@charset "UTF-8";
/*FONT*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.fontEn {
  font-family: "Josefin Sans" !important; }

.font-jost {
  font-family: 'Jost', sans-serif; }

/*BREAK POINT*/
/*COLOR*/
/*COMMON*/
.opa {
  opacity: 0; }

.slideUp {
  opacity: 1;
  animation: slideUp .5s ease-in-out forwards; }

h1.logo.sp img {
  vertical-align: inherit; }

@keyframes slideUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes side-right {
  0% {
    opacity: 0;
    transform: translateX(200px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes side-left {
  0% {
    opacity: 0;
    transform: translateX(-200px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
body {
  color: #211816;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

img, a img {
  width: 100%;
  height: auto; }

a:hover {
  opacity: .7; }

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

.h-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .h-flex.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

.pc {
  display: block; }

.sp {
  display: none; }

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

  .sp {
    display: block; } }
main {
  position: relative;
  margin-top: 110px;
  overflow: hidden; }
  @media screen and (max-width: 736px) {
    main {
      margin-top: 50px; } }
  main::before {
    content: "";
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url("../img/bg_pc.jpg");
    background-size: cover;
    background-repeat: no-repeat; }
    @media screen and (max-width: 736px) {
      main::before {
        background: url("../img/bg_sp.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; } }

/*ボタン*/
.btn-more p {
  width: 80%;
  margin: 30px auto 0 0;
  text-align: center; }
  @media screen and (max-width: 736px) {
    .btn-more p {
      margin: 25px auto 0;
      width: 100%; } }
  .btn-more p a {
    background: #ff7ac7;
    color: #FFF;
    border: 1px solid #ff7ac7;
    font-size: 14px;
    text-align: center;
    display: block;
    padding: 24px 0;
    max-width: 320px;
    line-height: 1;
    position: relative; }
    @media screen and (max-width: 736px) {
      .btn-more p a {
        padding: 20px 0;
        max-width: 100%; } }
    .btn-more p a::before {
      content: "";
      position: absolute;
      right: 14px;
      top: 45%;
      transform: translate(0, -50%) rotate(45deg);
      -moz-transform: translate(0, -50%) rotate(45deg);
      -webkit-transform: translate(0, -50%) rotate(45deg);
      width: 7px;
      height: 1px;
      background: #FFF; }
    .btn-more p a::after {
      content: "";
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      width: 17px;
      height: 1px;
      background: #FFF; }
    .btn-more p a span.fontEn {
      color: #FFF; }

/*タイトル*/
h1.ttl {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 80px;
  text-align: center; }
  @media screen and (max-width: 736px) {
    h1.ttl {
      font-size: 32px;
      line-height: 1.6;
      margin-bottom: 40px; } }
  h1.ttl span {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 0.2em; }
    @media screen and (max-width: 736px) {
      h1.ttl span {
        font-size: 40px; } }
    h1.ttl span.blue {
      color: #004e86; }
    h1.ttl span.gray {
      color: #7f7f7f; }

/*商品クレジットテキスト*/
.p-category {
  margin-bottom: 20px; }
  @media screen and (max-width: 736px) {
    .p-category {
      margin-bottom: 15px; } }
  .p-category span {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    position: relative; }
    @media screen and (max-width: 736px) {
      .p-category span {
        font-size: 14px;
        font-weight: 500; } }
    .p-category span::before {
      background: #212121;
      content: "";
      display: block;
      height: 1px;
      width: 110%;
      position: absolute;
      bottom: -5px;
      left: 50%;
      transform: translateX(-50%); }

.p-name {
  font-size: 40px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5; }
  @media screen and (max-width: 736px) {
    .p-name {
      font-size: 20px; } }
  .p-name small {
    font-size: 16px; }
    @media screen and (max-width: 736px) {
      .p-name small {
        font-size: 13px; } }

.p-name-ja {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 30px; }
  @media screen and (max-width: 736px) {
    .p-name-ja {
      font-size: 12px;
      margin-bottom: 20px; } }

/*-----------------------inview------------------------*/
.h-box {
  opacity: 0; }

.slideUp {
  opacity: 1;
  animation: slideUp 1s ease-in-out forwards; }

@keyframes slideUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/*ANIMATION=======================*/
@keyframes animeUp {
  0% {
    opacity: 0;
    transform: translateY(25%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*PAGES====================================================================*/
/*CV=======================*/
.cv {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 15; }
  @media screen and (max-width: 736px) {
    .cv {
      bottom: 65px;
      right: 15px; } }
  .cv .cv-ttl {
    max-width: 12vw; }
    @media screen and (max-width: 736px) {
      .cv .cv-ttl {
        max-width: 100px; } }
    .cv .cv-ttl a:hover {
      opacity: 1; }

/*閉店のお知らせ*/
main {
  max-width: 780px;
  margin: 150px auto 0;
  letter-spacing: .05rem;
  font-family: "Noto Sans JP", sans-serif; }
  main .font01 {
    font-family: "Roboto", sans-serif; }
  main .closed_page01 {
    margin: 0 0 50px; }
    @media screen and (max-width: 736px) {
      main .closed_page01 {
        padding: 0 20px; } }
    main .closed_page01 h2 {
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      padding: 50px 0;
      font-size: 40px;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 40px;
      font-family: "Roboto", sans-serif; }
      @media screen and (max-width: 736px) {
        main .closed_page01 h2 {
          flex-wrap: wrap;
          font-size: 18px;
          padding: 30px 0; } }
      main .closed_page01 h2 span.title_span01 {
        font-size: 31px;
        font-weight: bold;
        margin: 0 25px 0 15px;
        font-family: "Noto Sans JP", sans-serif; }
        @media screen and (max-width: 736px) {
          main .closed_page01 h2 span.title_span01 {
            font-size: 16px;
            margin-right: 0; } }
      main .closed_page01 h2 span.title_span02 {
        font-size: 32px;
        font-weight: bold;
        color: #fff;
        background: #000;
        padding: 5px 15px;
        font-family: "Noto Sans JP", sans-serif; }
        @media screen and (max-width: 736px) {
          main .closed_page01 h2 span.title_span02 {
            font-size: 16px;
            margin-top: 10px; } }
    main .closed_page01 .colosed_contents01 {
      padding: 0 35px;
      margin: 0 0 40px; }
      @media screen and (max-width: 736px) {
        main .closed_page01 .colosed_contents01 {
          padding: 0; } }
      main .closed_page01 .colosed_contents01 p {
        font-size: 16px;
        line-height: 28px; }
        @media screen and (max-width: 736px) {
          main .closed_page01 .colosed_contents01 p {
            font-size: 14px;
            line-height: 24px; } }
        main .closed_page01 .colosed_contents01 p span {
          font-weight: bold;
          background: #d91230;
          color: #fff;
          padding: 0 5px;
          display: inline-block; }
    main .closed_page01 .colosed_contents02 {
      border: 1px solid #000000;
      padding: 50px;
      background: url("../img/bk.png") no-repeat;
      background-size: 100%;
      margin: 0 0 50px; }
      @media screen and (max-width: 736px) {
        main .closed_page01 .colosed_contents02 {
          padding: 35px 15px; } }
      main .closed_page01 .colosed_contents02.bg01 {
        background: url("../img/bk2.png") no-repeat;
        background-size: cover; }
      main .closed_page01 .colosed_contents02 .inner_box h3 {
        border: 1px solid #000;
        font-size: 20px;
        font-weight: bold;
        background: #fff;
        text-align: center;
        padding: 15px 0;
        margin: 0 0 25px; }
        @media screen and (max-width: 736px) {
          main .closed_page01 .colosed_contents02 .inner_box h3 {
            font-size: 14px; } }
      main .closed_page01 .colosed_contents02 .inner_box .tell_box01 dl {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px dotted #000;
        align-items: flex-start;
        line-height: 1.5;
        margin-bottom: 10px;
        padding-bottom: 10px; }
        @media screen and (max-width: 736px) {
          main .closed_page01 .colosed_contents02 .inner_box .tell_box01 dl {
            flex-flow: column;
            justify-content: flex-start;
            align-items: flex-start; } }
        main .closed_page01 .colosed_contents02 .inner_box .tell_box01 dl:last-child {
          border-bottom: none; }
        main .closed_page01 .colosed_contents02 .inner_box .tell_box01 dl.noborder {
          border: none;
          margin-bottom: 0;
          padding-bottom: 0; }
        main .closed_page01 .colosed_contents02 .inner_box .tell_box01 dl dt {
          font-size: 16px;
          font-weight: bold; }
          @media screen and (max-width: 736px) {
            main .closed_page01 .colosed_contents02 .inner_box .tell_box01 dl dt {
              margin-bottom: 10px;
              font-size: 14px; } }
        main .closed_page01 .colosed_contents02 .inner_box .tell_box01 dl dd .telbox {
          font-size: 20px;
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          font-weight: bold;
          line-height: 1; }
          @media screen and (max-width: 736px) {
            main .closed_page01 .colosed_contents02 .inner_box .tell_box01 dl dd .telbox {
              padding-left: 20px;
              font-size: 16px;
              line-height: 1.5; } }
          main .closed_page01 .colosed_contents02 .inner_box .tell_box01 dl dd .telbox:before {
            content: "";
            background: url("../img/icon_01.svg") no-repeat;
            width: 20px;
            height: 20px;
            position: absolute;
            left: -25px;
            top: 0;
            bottom: 0;
            margin: auto; }
            @media screen and (max-width: 736px) {
              main .closed_page01 .colosed_contents02 .inner_box .tell_box01 dl dd .telbox:before {
                width: 16px;
                height: 16px;
                left: 0px; } }
          main .closed_page01 .colosed_contents02 .inner_box .tell_box01 dl dd .telbox .tell {
            font-size: 24px;
            font-family: "Roboto", sans-serif; }
            @media screen and (max-width: 736px) {
              main .closed_page01 .colosed_contents02 .inner_box .tell_box01 dl dd .telbox .tell {
                font-size: 18px;
                padding: 0 5px; } }
          main .closed_page01 .colosed_contents02 .inner_box .tell_box01 dl dd .telbox .tell_text {
            font-size: 13px; }
            @media screen and (max-width: 736px) {
              main .closed_page01 .colosed_contents02 .inner_box .tell_box01 dl dd .telbox .tell_text {
                font-size: 10px; } }
        main .closed_page01 .colosed_contents02 .inner_box .tell_box01 dl dd .time {
          font-size: 13px;
          text-align: right; }
          @media screen and (max-width: 736px) {
            main .closed_page01 .colosed_contents02 .inner_box .tell_box01 dl dd .time {
              font-size: 10px;
              text-align: left; } }
      main .closed_page01 .colosed_contents02 .inner_box .text01 {
        color: #ff6280;
        font-size: 13px;
        line-height: 1.5;
        margin-top: 5px;
        font-weight: bold; }
        @media screen and (max-width: 736px) {
          main .closed_page01 .colosed_contents02 .inner_box .text01 {
            font-size: 11px; } }
    main .closed_page01 .colosed_contents03 {
      background: #d91230;
      padding: 35px;
      text-align: center; }
      @media screen and (max-width: 736px) {
        main .closed_page01 .colosed_contents03 {
          padding: 25px 15px; } }
      main .closed_page01 .colosed_contents03 p {
        font-size: 16px;
        line-height: 28px;
        color: #fff;
        margin: 0 0 25px; }
        @media screen and (max-width: 736px) {
          main .closed_page01 .colosed_contents03 p {
            font-size: 12px;
            line-height: 24px; } }
      main .closed_page01 .colosed_contents03 .text-button {
        max-width: 437px;
        margin: 0 auto;
        background: #fff;
        border-radius: 30px; }
        main .closed_page01 .colosed_contents03 .text-button a {
          font-size: 18px;
          position: relative;
          padding: 20px 0;
          display: flex;
          justify-content: center;
          font-weight: bold;
          color: #d91230;
          padding-right: 25px; }
          @media screen and (max-width: 736px) {
            main .closed_page01 .colosed_contents03 .text-button a {
              font-size: 12px;
              padding: 10px 0; } }
          main .closed_page01 .colosed_contents03 .text-button a:before {
            content: "";
            background: url("../img/icon_02.svg") no-repeat;
            width: 27px;
            height: 27px;
            position: absolute;
            right: 35px;
            top: 0;
            bottom: 0;
            margin: auto; }
            @media screen and (max-width: 736px) {
              main .closed_page01 .colosed_contents03 .text-button a:before {
                width: 15px;
                height: 15px;
                right: 16px; } }
