@charset "utf-8";

/*---------------------- common CSS start---------------------- */

:root {
  --sub_color: #d3e0bb;
  --sub2_color: #bf9983;
  --font_color: #62472f;
  --font2_color: #fff;
  --bg_color: #fdfaf4;
  --bg2_color: #fcf4e2;
  --lg_color: linear-gradient(180deg,
      rgba(255, 255, 255, 1),
      rgba(252, 244, 226, 1));
  --lg_color2: linear-gradient(180deg, rgba(252, 244, 226, 1), rgba(255, 255, 255, 1));
  --fz16-20: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  --mt-03: clamp(3rem, 2.273rem + 3.64vw, 5rem);
  --mt-03: 5rem;
  /*3-5*/
  --mt-05: clamp(5rem, 3.667rem + 6.67vw, 7rem);
  /*5-7*/
  --mt-015: clamp(1.5rem, 0.955rem + 2.73vw, 3rem);
  /*1.5-3*/
  --mt-02: clamp(1.5rem, 1.167rem + 1.67vw, 2rem);
  /*1.5-2*/
  --mt-025: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
  /*1.5-2.5*/
  --mt015: 1.5rem;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 180px;
}

ul {
  list-style-type: none;
}

body {
  font-family: "Kiwi Maru", serif;
  background-color: var(--bg_color);
  color: var(--font_color);
  position: relative;
}

body:has(dialog[open]) {
  overflow: hidden;
}

.modal-open {
  overflow: visible;
  position: static;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

h2 {
  text-align: center;
}

h3 {
  text-align: center;
}

p {
  line-height: 1.8;
  letter-spacing: .1rem;
  font-size: var(--fz16-20);
  text-align: justify;
}

hr {
  color: var(--font_color);
}

.inner {
  width: 90%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.innermedium {
  width: 90%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.innersmall {
  width: 90%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}



.btn {
  display: block;
  border: none;
  background-color: var(--font2_color);
  color: var(--font_color);
  width: 250px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2rem;
  letter-spacing: .05rem;
  cursor: pointer;
  position: relative;
}

.btn p {
  font-size: 1.2rem;
  font-family: "Kiwi Maru", serif;
  text-align: center;
  line-height: 50px;
  padding-right: 15px;
}

.btn:hover {
  opacity: 0.7;
  transition: all 0.5s;
}

.PC_only,
.PC_only_2 {
  display: none;
}

/* common media query start*/
@media(min-width: 800px) {
  .SP_only {
    display: none;
  }

  .PC_only {
    display: block;
  }
}
@media(min-width: 835px) {
  .SP_only_2 {
    display: none;
  }

  .PC_only_2 {
    display: block;
  }
}

/* common media query End*/



/*---------------------- common CSS end---------------------- */

/*---------------------- FooterAccess CSS start---------------------- */

.FooterAccess {
  background-color: var(--sub_color);
  padding-top: var(--mt-03);
  padding-bottom: var(--mt-03);
}

.FooterAccess .Footerlogo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.FooterAccessWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--mt015);
}

.FooterAccess .FooterAccess_title {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  margin-top: 0.2rem;
  margin-bottom: var(--mt-015);
  white-space: nowrap;
  letter-spacing: -0.1rem;
}

.FooterAccess .table {
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.FooterAccess .table .cell {
  display: table-cell;
  line-height: 1.8;
  letter-spacing: .1rem;
}

.FooterAccess .table .cell:first-child {
  width: clamp(6.25rem, 5.795rem + 2.27vw, 7.5rem);
  /*100-120px*/
}

.FooterAccess .FooterMap {
  text-align: center;
}

.Instagramarrow {
  position: relative;
}

.Instagramarrow::after {
  content: "";
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 12px;
  height: 12px;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7.5rem;
}

/* footer */
.footer {
  background-color: var(--sub_color);
  text-align: center;
  padding: .3rem 0;
}

@media(min-width: 800px) {
  .FooterAccess .table {
    width: 85%;
  }

  .FooterAccess .table .cell {
    font-size: 1.1rem;
    font-size: var(--fz16-20);
  }

  .FooterMap iframe {
    width: 400px;
    height: 400px;
  }

  .Instagramarrow::after {
    width: 12px;
    height: 12px;
    right: 5.5rem;
  }

}

@media(min-width: 950px) {
  .FooterAccessWrap {
    flex-direction: row;
    align-items: center;
    margin-top: var(--mt-015);
  }

  .FooterAccess .FooterAccess_title {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .FooterAccess_textwrap {
    flex-basis: 460px;
    /* white-space: nowrap; */
  }

  .Instagramarrow::after {
    width: 12px;
    height: 12px;
    right: 8rem;
  }
}

/*---------------------- FooterAccess CSS END---------------------- */


/*---------------------- TOPbtn CSS start---------------------- */
/* TOPbtn */
.top_btn {
  display: none;
}

@media(min-width: 800px) {
  .top_btn {
    display: block;
    background-color: transparent;
    border: none;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    z-index: 99999999;
  }

  .top_btn:hover {
    opacity: 0.7;
    transition: all 0.7s;
  }

  .actives {
    opacity: 1;
    visibility: visible;
  }
}

/*---------------------- TOPbtn CSS END---------------------- */



/*---------------------- hamburger-menu CSS start---------------------- */
.header {
  height: 55px;
  position: relative;
}

.header .hamburger-menu-btn {
  height: 55px;
  width: 33px;
  display: block;
  margin-left: auto;
  gap: 10px;
  position: relative;
  z-index: 999999;
  cursor: pointer;
}

.header .hamburger-menu-btn span {
  display: inline-block;
  transition: all .4s;
  /*アニメーションの設定*/
  position: absolute;
  right: 15px;
  height: 3px;
  border-radius: 16px;
  background-color: var(--font_color);
}

.header .hamburger-menu-btn span:nth-of-type(1) {
  top: 22px;
  width: 33px;
  right: 15px;
}

.header .hamburger-menu-btn span:nth-of-type(2) {
  top: 33px;
  width: 33px;
}

/*activeクラスが付与されると線が回転して×に*/

.header .hamburger-menu-btn.active3 span:nth-of-type(1) {
  top: 20px;
  right: 16px;
  transform: translateY(6px) rotate(-45deg);
  width: 33px;
}

.header .hamburger-menu-btn.active3 span:nth-of-type(2) {
  top: 32px;
  right: 16px;
  transform: translateY(-6px) rotate(45deg);
  width: 33px;
}

.logo {
  font-weight: 700;
  padding-left: 14px;
}

.hamburger-menu {
  position: fixed;
  width: 62px;
  height: 62px;
  z-index: 999999;
  top: 1rem;
  right: 1rem;
  border: none;
  background-color: #62472f;
  border-radius: 50%;
  appearance: none;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}

.active {
  opacity: 1;
  visibility: visible;
}

.hamburger-menu::before {
  content: "";
  background-image: url(../images/tree.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 41px;
  height: 41px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  top: 0.2rem;
  left: 0;
  right: 0;
}

.hamburger-menu::after {
  content: "";
  background-image: url(../images/menu.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 32px;
  height: 11px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  right: 0;
  color: var(--font2_color);
}

.navigation {
  display: none;
  background-image: var(--lg_color);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100dvh;
  z-index: 99999;
}

.navigation__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100dvh;
}

.navigation__link {
  display: block;
  font-weight: 700;
  text-decoration: none;
  padding: 24px 0;
  transition: 0.5s;
}

.navigation__link:hover {
  opacity: 0.7;
  transition: all 0.5s;
}


@media(min-width: 800px) {
  .header {
    height: 50px;
  }

  .hamburger-menu {
    display: none;
  }

  .navigation {
    display: block !important;
    height: 80px;
    width: 90%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    background-image: none;
    background-color: var(--bg_color) !important;
    position: sticky;
    z-index: 10;
  }

  .navigation__list {
    flex-direction: row;
    align-items: start;
    justify-content: space-evenly;
    height: 80px;
  }

  .border {
    height: 50px;
    border-left: 2px dotted var(--font_color);
    border-right: 2px dotted var(--font_color);
    padding-left: clamp(0rem, -3.75rem + 7.5vw, 3rem);
    padding-right: clamp(0rem, -3.75rem + 7.5vw, 3rem);
    margin-top: 16px;
  }

  .border img {
    margin-top: -16px;
  }

  .navigation__list-item img {
    width: 90px;
  }
}

/*---------------------- hamburger-menu CSS END---------------------- */

/*---------------------- logokuma CSS start---------------------- */
/* header kuma */
.header .TOPlogo {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
  top: 0.2rem;
  right: 0;
  left: 0;
}

.header .TOPlogo::after {
  content: "";
  background-color: rgba(253, 250, 244);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  display: block;
  margin-right: auto;
  margin-left: auto;
  top: -2.5rem;
}

.header .TOPlogo .logokuma,
.header .TOPlogo .logogrimm {
  width: 70px;
}


/* PCheaderkuma */
.PCLOGO .TOP_logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  padding-top: 1rem;
  padding-left: 1.3rem;
}

.PCLOGO .TOP_logo::after {
  content: "";
  background-color: var(--bg_color);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  display: block;
  margin-right: auto;
  margin-left: auto;
  top: -0.5rem;
  right: 0;
  left: 0;
}

.logokuma {
  margin-left: 1.38rem;
}

.PCLOGO {
  display: none;
}

@media(min-width: 600px) {

  /* header kuma */
  .header .TOPlogo {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10;
    top: 1rem;
    right: 0;
    left: 0;
  }

  .header .TOPlogo::after {
    content: "";
    background-color: rgba(253, 250, 244);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    display: block;
    margin-right: auto;
    margin-left: auto;
    top: -2rem;
  }

  .header .TOPlogo .logokuma,
  .header .TOPlogo .logogrimm {
    width: 70px;
  }
}

@media(min-width: 800px) {

  /* subページ用SP用Header非表示 */
  .SP_only {
    display: none !important;
  }

  /* headerkuma */
  .header .TOPlogo {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10;
    top: 1.5rem;
    right: 0;
    left: 0;
  }

  .header .TOPlogo::after {
    content: "";
    background-color: rgba(253, 250, 244);
    width: 220px;
    height: 220px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    display: block;
    margin-right: auto;
    margin-left: auto;
    top: -5.5rem;
  }

  .main_visual .TOPlogo .logokuma,
  .main_visual .TOPlogo .logogrimm {
    width: 90px;
  }


  /* PCheaderkuma */
  .PCLOGO {
    position: relative;
    display: block !important;
    padding-right: 0.8rem;
  }

  .PCLOGO::after {
    content: "";
    background-color: var(--bg_color);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    display: block;
    margin-right: auto;
    margin-left: -1.5rem;
    top: -2.5rem;
    right: 0;
    left: 0;
  }
}

/*---------------------- logokuma CSS END---------------------- */



/*---------------------- home CSS start---------------------- */
/*---------------------- main_visual CSS start---------------------- */
/* main_visual 背景 */
.main_visual {
  width: 100%;
  height: calc(100dvh - 55px);
  background-image: linear-gradient(180deg, rgba(253, 250, 244, 1), rgba(255, 255, 255, 1));
  background-size: cover;
  position: relative;
  overflow: hidden;
}

/* 太陽だけ階層TOPにもってきたいためbodyにつけている */
.toppage::before {
  content: "";
  background-image: url(../images/sun.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: clamp(9.375rem, 5.208rem + 20.83vw, 15.625rem);
  /*150-250px*/
  height: clamp(9.375rem, 5.208rem + 20.83vw, 15.625rem);
  /*150-250px*/
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 11;
}

/* メインビジュアルの木のあしらい */
.main_visual::after {
  content: "";
  background-image: url(../images/tree2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: clamp(12.5rem, 8.333rem + 20.83vw, 18.75rem);
  /*200-300px*/
  height: clamp(12.5rem, 8.333rem + 20.83vw, 18.75rem);
  /*200-300px*/
  position: absolute;
  bottom: -10px;
  right: -60px;
  z-index: 1;
}

/* SP用メインビジュアルのサイズ */
.main_bisualSP {
  position: relative;
  width: 100%;
  height: calc(100dvh - 55px);
}

/* SP用メインビジュアルの文字 */
.main_bisualSP p {
  position: absolute;
  z-index: 100;
  bottom: calc(50% - 55px);
  right: 0;
  left: 0;
  white-space: nowrap;
  margin: auto;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 5px rgba(98, 71, 47, 1);
  animation: 2s fadeup ease-in-out forwards;
}

@keyframes fadeup {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.main_bisualSP img {
  object-fit: cover;
  object-position: center;
  height: calc(100dvh - 55px);
  width: 100%;
}

/* タブレットPCのメインビジュアルを非表示 */
.MVTB,
.MVPC {
  display: none;
}


/* タブレットメインビジュアル */
@media(min-width: 600px) {

  /* SPのメインビジュアル非表示 */
  .MVSP {
    display: none;
  }

  /* タブレットのメインビジュアル表示 */
  .MVTB {
    display: block !important;
  }

  .main_visualTM {
    position: relative;
    width: 100%;
    height: 100dvh;
    margin-right: auto;
    margin-left: auto;
  }

  /* タブレット用メインビジュアル文字 */
  .main_visualTM p {
    position: absolute;
    z-index: 100;
    bottom: 50%;
    right: 0;
    left: 0;
    margin: auto;
    color: #fff;
    text-align: center;
    animation: 2s fadeup ease-in-out forwards;
  }

  @keyframes fadeup {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  .main_visualTM img {
    object-fit: contain;
    border-radius: 2rem;
  }
}

/* PC用メインビジュアル */
@media(min-width: 800px) {

  /* タブレット用メインビジュアル非表示 */
  .MVTB {
    display: none !important;
  }

  /* PC用メインビジュアル表示 */
  .MVPC {
    display: block !important;
  }

  .main_bisualPC {
    text-align: center;
    margin-top: 2.2rem;
    position: relative;
  }

  /* PC用メインビジュアル文字 */
  .main_bisualPC p {
    position: absolute;
    z-index: 100;
    bottom: 50%;
    right: 10%;
    margin: auto;
    color: #fff;
    text-align: right;
    animation: 2s fadeup ease-in-out forwards;
  }

  @keyframes fadeup {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  .main_bisualPC img {
    width: 90%;
    height: 90%;
    object-fit: cover;
    object-position: center;
    border-radius: 2rem;
  }

  /* 太陽のあしらい */
  .toppage::before {
    top: 50px;
  }

  /* 木のあしらい */
  .main_visual::after {
    bottom: 20px;
    right: 0;
  }
}


/*---------------------- main_visual CSS END---------------------- */


/*---------------------- HomeAboutGrimmCSS start---------------------- */
.toppage .AboutGrimm {
  padding-top: clamp(3rem, -1rem + 20vw, 9rem);
  /*3-7rem*/
  padding-bottom: clamp(3rem, 1.545rem + 7.27vw, 7rem);
  /*3-7rem*/
  background-image: var(--lg_color);
  position: relative;
  z-index: 0;
}


.toppage .AboutGrimm .AboutGrimm_title img {
  width: clamp(15.625rem, 5.208rem + 52.08vw, 31.25rem);
  /*250-500px*/
  height: auto;
  position: relative;
  z-index: 2;
}

.toppage .AboutGrimm .AboutGrimm_img {
  text-align: center;
  margin-top: var(--mt-015);

}

.toppage .AboutGrimm .AboutGrimm_img img {
  width: clamp(18.75rem, 16.477rem + 11.36vw, 25rem);
  /*300-400*/
  height: auto;
}

.toppage .AboutGrimm .AboutGrimm_text {
  margin-top: var(--mt-03);
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

/* こだわり */
.toppage .Commitment_title {
  margin-top: var(--mt-03);
  margin-left: auto;
  margin-right: auto;
}

.toppage .Commitment_title img {
  width: clamp(15.625rem, 5.208rem + 52.08vw, 31.25rem);
  /*250-500px*/
  height: auto;
}

.toppage .Commitment_BOOK {
  margin-top: var(--mt-03);
  display: flex;
  flex-wrap: wrap;
  gap: var(--mt015);
  justify-content: center;
}

.toppage .Commitment_BOOK img {
  width: clamp(9.375rem, 7.292rem + 10.42vw, 12.5rem);
}

.toppage .Commitment_BOOK a {
  position: relative;
  z-index: 0;
}

.toppage .Commitment_BOOK a::before {
  content: "";
  background-image: url(../images/homeabout_icom04.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 150px;
  height: 100px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: -5rem;
  z-index: -1;
  transform: translateY(100px);
}

.toppage .Commitment_BOOK .Chapter03::before {
  content: "";
  background-image: url(../images/homeabout_icom02.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 80px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: -4rem;
  z-index: -1;
  transform: translateY(100px);
}

.toppage .Commitment_BOOK a:hover::before {
  animation: anime 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes anime {
  100% {
    transform: translateY(0);
  }
}

.toppage .Commitment_BOOK .Chapter01::before {
  content: "";
  background-image: url(../images/homeabout_icom01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 110px;
  height: 90px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: -4rem;
  z-index: -1;
  transform: translateY(100px);
}

.toppage .Commitment_BOOK .Chapter01:hover::before {
  animation: anime2 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes anime2 {

  100% {
    transform: translateY(0);
    transform: rotate(350deg);
    right: auto;
    left: 1rem;
  }
}

.toppage .Commitment_BOOK .Chapter04::before {
  content: "";
  background-image: url(../images/homeabout_icom03.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 100px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: -5rem;
  z-index: -1;
  transform: translateY(100px);
}

.toppage .Commitment_BOOK .Chapter04:hover::before {
  animation: anime3 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes anime3 {
  100% {
    transform: translateY(0);
    transform: rotate(30deg);
    right: 1rem;
    left: auto;
  }
}


/* aboutに飛ぶbtn */
.btn_about {
  margin-top: var(--mt-03);
  box-shadow: 0 0 5px rgba(102, 68, 42, 0.1);
}

.btn_about::after {
  content: "";
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 15px;
  height: 15px;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.5rem;
}

/*---------------------- HomeAboutGrimmCSS END---------------------- */

/*---------------------- HomeLineUpGrimmCSS start---------------------- */
.toppage .LineUp {
  padding-top: clamp(5rem, 3.545rem + 7.27vw, 9rem);
  /*5-9rem*/
  padding-bottom: var(--mt-03);
  background-color: var(--bg2_color);
}

.toppage .LineUp .LineUp_title img {
  width: clamp(15.625rem, 5.208rem + 52.08vw, 31.25rem);
  /*250-500px*/
  height: auto;
}

.toppage .LineUp .LineUp_Wrap {
  padding-top: clamp(9rem, 7.909rem + 5.45vw, 12rem);
  /*9-12rem*/
  padding-top: var(--mt-03);
  padding-bottom: var(--mt-03);
}

.toppage .LineUp .LineUp_Box {
  display: flex;
  flex-direction: column;
}

.toppage .LineUp .LineUp_subtitle {
  font-size: var(--mt-025);
  /*1.5-2.5rem*/
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 0;
}

.toppage .LineUp .LineUp_detail {
  margin-top: var(--mt-015);
  height: 180px;
  overflow: auto;
}

/* 食パン特別 */
.toppage .LineUp .WB_text {
  height: 200px;
  padding-right: 0.8rem;
}

.scroll {
  max-width: 850px;
  width: 95%;
  text-align: center;
  animation: scroll 2.5s ease-in-out infinite alternate;
}

@keyframes scroll {

  0% {
    transform: translate3d(0, 6px, 0);
  }

  100% {
    transform: translate3d(0, -6px, 0);
  }

}

.toppage .LineUp p::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}

.toppage .LineUp p::-webkit-scrollbar-track {
  background-color: var(--bg2_color);
  border-radius: 1rem;
}

.toppage .LineUp p::-webkit-scrollbar-thumb {
  background-color: var(--sub_color);
  border-radius: 1rem;
}

/* 食パン特別終了 */

.toppage .LineUp .LineUp_img {
  margin-top: var(--mt-015);
}

/* サンドイッチ */
.toppage .LineUp .LineUp_SW {
  margin-top: var(--mt-03);
  background-color: var(--sub_color);
}

.toppage .LineUp .LineUp_SW .LineUp_subtitle::before {
  content: "";
  background-image: url(../images/sandwich.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: clamp(12.5rem, 10.227rem + 11.36vw, 18.75rem);
  height: clamp(3.125rem, 2.557rem + 2.84vw, 4.688rem);
  top: 1rem;
  right: -1.5rem;
  opacity: 0.5;
  z-index: -1;
}

/* 食パン */
.toppage .LineUp .LineUp_WB {
  background-color: var(--bg2_color);
}

.toppage .LineUp .LineUp_WB .LineUp_subtitle::before {
  content: "";
  background-image: url(../images/Whitebread.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: clamp(12.5rem, 10.227rem + 11.36vw, 18.75rem);
  height: clamp(3.125rem, 2.557rem + 2.84vw, 4.688rem);
  top: 0.5rem;
  right: -1.5rem;
  opacity: 0.5;
  z-index: -1;
}

/* メロンパン */
.toppage .LineUp .LineUp_MP {
  background-color: var(--sub_color);
}

.toppage .LineUp .LineUp_MP .LineUp_subtitle::before {
  content: "";
  background-image: url(../images/Melonpan.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: clamp(12.5rem, 10.227rem + 11.36vw, 18.75rem);
  height: clamp(4.375rem, 3.75rem + 3.13vw, 6.25rem);
  /*70-100px 320-1280*/
  top: 0.5rem;
  right: -1.5rem;
  opacity: 0.5;
  z-index: -1;
}

/* ローフ */
.toppage .LineUp .LineUp_LF {
  background-color: var(--bg2_color);
}

.toppage .LineUp .LineUp_LF .LineUp_subtitle::before {
  content: "";
  background-image: url(../images/loaf.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: clamp(12.5rem, 10.227rem + 11.36vw, 18.75rem);
  height: clamp(4.375rem, 3.75rem + 3.13vw, 6.25rem);
  top: 0.5rem;
  right: -1.5rem;
  opacity: 0.5;
  z-index: -1;
}

/* btn */
.btn_lineup {
  margin-top: var(--mt-03);
  box-shadow: 0 0 5px rgba(102, 68, 42, 0.1);

}

.btn_lineup::after {
  content: "";
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 15px;
  height: 15px;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3.5rem;
}



/*---------------------- HomeLineUpGrimmCSS END---------------------- */
/*---------------------- Home Instagram start---------------------- */
.toppage .Instagram {
  background-color: #F0DFB7;
  background-image: url(../images/BGinst.png);
  background-repeat: repeat;
  background-size: 100%;
  background-position: center;
  padding-top: clamp(3rem, -1rem + 20vw, 9rem);
  /*3-7rem*/
  padding-bottom: clamp(3rem, 1.545rem + 7.27vw, 7rem);
  /*3-7rem*/
  height: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.toppage .Instagram .inner {
  position: relative;
  z-index: -2;
}

.toppage .Instagram .inner::before {
  content: "";
  background-image: url(../images/tree.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 180px;
  height: 180px;
  position: absolute;
  top: -3rem;
  right: -4rem;
  z-index: -1;
}

.toppage .Instagram .inner::after {
  content: "";
  background-image: url(../images/tree.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: clamp(12.5rem, 4.167rem + 41.67vw, 25rem);
  height: clamp(12.5rem, 4.167rem + 41.67vw, 25rem);
  position: absolute;
  top: clamp(11rem, -2.647rem + 68.24vw, 40rem);
  left: -5rem;
  z-index: -1;
}


.toppage .Instagram .Instagram_title img {
  width: clamp(15.625rem, 5.208rem + 52.08vw, 31.25rem);
  /*250-500px*/
  height: auto;
}


/*---------------------- Home Instagram END---------------------- */

/*---------------------- Home mediaQueryCSS start---------------------- */


@media(min-width: 600px) {

  /* Instagram */
  .toppage .Instagram .inner::before {
    width: 250px;
    height: 250px;
    position: absolute;
    top: -3rem;
    right: -4rem;
    z-index: -1;
  }

}

@media(min-width: 800px) {
  .toppage .AboutGrimm .AboutGrimm_text {
    text-align: center;
    word-break: auto-phrase;
  }

  /* btn */
  .btn_about,
  .btn_lineup {
    margin-top: var(--mt-03);
    font-size: var(--mt015);
    border-radius: 3rem;
  }

  .btn_about::after {
    content: "";
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.5rem;
  }

  .btn_lineup::after {
    content: "";
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3.5rem;
  }


  /* LineUp */
  .toppage .LineUp .LineUp_Wrap {
    padding-top: var(--mt-03);
  }

  .toppage .LineUp .LineUp_Box {
    flex-direction: row;
    align-items: center;
    gap: var(--mt015);
  }

  .toppage .LineUp .reverse {
    flex-direction: row-reverse;
  }

  .toppage .LineUp_text,
  .toppage .LineUp_img {
    flex: 1;
  }

  .toppage .LineUp .LineUp_SW .LineUp_subtitle::before,
  .toppage .LineUp .LineUp_WB .LineUp_subtitle::before,
  .toppage .LineUp .LineUp_MP .LineUp_subtitle::before,
  .toppage .LineUp .LineUp_LF .LineUp_subtitle::before {
    right: -2rem;
  }

  /* Instagram */
  .toppage .Instagram .inner::before {
    width: 300px;
    height: 300px;
    position: absolute;
    top: -6rem;
    right: -4rem;
    z-index: -1;
  }
}


/* LineUp */
@media(min-width: 1000px) {

  .toppage .LineUp .LineUp_SW .LineUp_subtitle::before,
  .toppage .LineUp .LineUp_WB .LineUp_subtitle::before,
  .toppage .LineUp .LineUp_LF .LineUp_subtitle::before {
    right: -4rem;
  }

  .toppage .LineUp .LineUp_MP .LineUp_subtitle::before {
    right: -6rem;
  }
}

@media(min-width: 1280px) {
  .toppage .Instagram .inner::before {
    right: 0;
  }

  .toppage .Instagram .inner::after {
    left: -2rem;
  }

}