/* =====================================================
   CHOCOBECO CSS
   ===================================================== */

/* -----------------------------------------------------
   1. GLOBAL - グローバル設定・リセット
   ----------------------------------------------------- */
html {
  overflow-y: unset;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
}

:root {
  scroll-padding: 100px;
  scroll-behavior: smooth;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 970px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

.page-top {
  display: none !important;
}

.page-top.active {
  display: none !important;
}

/* -----------------------------------------------------
   2. TYPOGRAPHY - フォント設定
   ----------------------------------------------------- */

.ff-min {
  font-family: "Noto Serif JP", serif;
}

.ff-go {
  font-family: 'Noto Sans JP', sans-serif;
}

.ff-rom {
  font-family: "Montserrat", sans-serif;

}

/* -----------------------------------------------------
   3. LAYOUT - レイアウト設定
   ----------------------------------------------------- */
.bold {
  font-weight: bold;
}

.l-header {}


.l-body {
  overflow: unset;
}

.l-body main {
  font-family: 'Noto Sans JP', sans-serif;
}

.f_slider .container {
  padding: 0;
}

.back-to-top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  letter-spacing: 0.1em;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  width: 80px;
}



.back-to-top.active {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  opacity: 0.7;
}

.top_bg {
  background: url(../images/chocobeco/tecs_b.png), #F7F5F0;
  position: relative;
  background-attachment: fixed;

}

.top_bg::after {
  content: "";
  position: absolute;
  bottom: -49px;
  left: 0;
  width: 100%;
  height: 50px;
  background: url(../images/chocobeco/top_bg_after.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 10;
}

/* -----------------------------------------------------
   4. COMPONENTS - コンポーネント
   ----------------------------------------------------- */

/* --- Firstview --- */
.chocobeco {}

.firstview {
  position: relative;
  width: 100%;
  margin-bottom: 90px;
}

.firstview_inner {}

.firstview_inner::before {}

.firstview_inner_border {}

.firstview_inner .logo {
  width: 7.5%;
  max-width: 120px;
  position: absolute;
  top: 70px;
  left: 5%;
}

.mv {
  width: 75%;
  max-width: 1260px;
  margin: 0 auto;
  margin-bottom: 120px;
  padding: 70px 0 10px;
  position: relative;
  z-index: 30;
}

.f_menu_box {
  position: absolute;
  bottom: 0;
  right: 3%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  z-index: 40;
}

.f_menu_box ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.4rem;
}

.f_menu_box ul li {
  width: 2.4rem;
}

.f_menu_box div,
.f_menu_box a {
  font-size: 3.2rem;
  color: #2D1E11;
}

.f_menu_box a:hover {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.f_menu_box a:hover {
  opacity: 0.5;

}

@media screen and (max-width: 1000px) {
  .f_menu_box {
    padding: 0;
    justify-content: center;
    margin-bottom: 2rem;
  }

  .f_menu_box div,
  .f_menu_box a {
    font-size: 3.2rem;
    color: #2D1E11;
    width: 100%;
    text-align: center;
  }

  .none1000w {
    display: none !important;
  }
}

.pattern {
  width: 100%;
  padding: 0 20px;
  max-width: 1310px;
  margin: 0 auto;
  margin-bottom: 90px;
}

@media screen and (max-width: 970px) {
  .firstview {
    flex-wrap: wrap;
    padding: 1.5rem;
    padding-bottom: 0;
    overflow: hidden;
  }

  .firstview_inner .logo {
    width: 10%;
    max-width: 120px;
    position: absolute;
    top: 5rem;
    left: 5%;
  }

  .mv {
    width: 95%;
    margin: 2rem auto 0;
    max-width: 815px;
    margin-bottom: 2rem;
    position: absolute;
    top: 0;
    right: -5vw;
  }

}

/* --- About Section --- */
.about {
  position: relative;
  background: url(../images/chocobeco/about_bk2.png);
  background-size: contain;
  background-position: 0 120px;
  background-repeat: no-repeat;
}


.about_inner {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 8rem;
}

.about_inner h3 {
  width: 100%;
  max-width: 235px;
  margin: 0 auto;
  margin-bottom: 4rem;
}

.about_inner h3 span {
  font-weight: 400;
  position: relative;
}

.about_inner h3 span span {
  font-weight: 400;
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
  letter-spacing: 1.5rem;
  width: 100%;
}

.about_inner p {
  font-size: 1.85rem;
  line-height: 2.5;
  color: #563131;
  position: relative;
  z-index: 2;
  font-weight: 500;
}

.about_inner p span.bg_liner {
  background: #fff;
  padding: 0.2rem 0;
  color: #563131;
}

.about_flower {
  position: absolute;
  bottom: -25rem;
  right: 0;
  pointer-events: none;
  z-index: 200;
  width: 80%;
  display: flex;
  justify-content: end;
}

/* --- Chocobeco Image --- */
.chocobeco_img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding-bottom: 100px;
}


/* --- Parallax Section --- */
.parallax {
  position: relative;
  background: url(../images/chocobeco/tecs_b.png), #fff;
  background-attachment: fixed;

}

.parallax::after {
  content: "";
  position: absolute;
  bottom: -49px;
  left: 0;
  width: 100%;
  height: 50px;
  background: url(../images/chocobeco/parallax_bg_after.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 10;
}



/*ラッパー要素*/
.parallax_wrapper {
  display: flex;
  position: relative;
  padding-top: 145px;
}


/*左画像のブロック*/
.images-left {
  width: 60%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}

.images-left>div {
  height: 100vh;
  width: 87%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s ease;
  overflow: hidden;
  flex-wrap: wrap;
  align-items: stretch;
}

.images-left>div.single>div>img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: auto;
}

.images-left>div>div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.images-left>div>div::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: url(../images/chocobeco/item_cover.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.images-left>div.single>div {
  height: 100%;
}

.images-left>div>div>img {}





.images-left>div.active {
  opacity: 1;
}

/*中央コンテンツのブロック*/
.contents {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -95px;
  padding-top: 95px;
  padding-right: 5rem;
}


.contents>div {
  padding-top: 50vh;
  padding-bottom: 50vh;
  width: 100%;
}

.contents>div:first-child {
  padding-top: 37vh;
}

.contents>div:last-child {
  padding-bottom: 37vh;
}

.contents h2 {
  font-size: 3.8rem;
  color: #2D1E11;
  font-weight: normal;
  text-align: center;
  margin-bottom: 5rem;
  display: flex;
  justify-content: center;
  padding-left: 3rem;
}

.contents h2 img {
  max-width: 62px;
}

.contents p.price {
  font-size: 1.8rem;
  color: #8D6F68;
  text-align: center;
  margin-bottom: 15px;
}

.contents p.price span {
  font-size: 1.4rem;
  color: #8D6F68;
}

.contents p.desc {
  font-size: 1.4rem;
  color: #2D1E11;
  text-align: left;
  line-height: 1.7;
  font-weight: 400;
}

.product_text_box1 {
  background-image: url(../images/chocobeco/product_text_bg1.png);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 5rem;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto;
  padding: 9rem 0 0 0;
  margin: 0 3rem;
  margin-bottom: 5rem;
}

.product_name {
  font-size: 2.8rem;
  color: #563131;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  font-weight: bold;
  min-height: 150px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  white-space: nowrap;
  margin-left: 2rem;
  -webkit-align-self: center;
  align-self: center;
}

.product_name span {
  font-size: 2.7rem;
}

.sale_btn a {
  position: relative;
  font-size: 1.8rem;
  color: #563131;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  font-weight: bold;
  border: 2px solid #563131;
  padding: 3rem 1rem 4rem;
  min-height: 180px;
  min-width: 46px;
  width: -webkit-max-content;
  width: max-content;
  display: block;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  white-space: nowrap;
  margin-right: 2rem;
}

.sale_btn a::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  bottom: 2.4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background: url(../images/chocobeco/sale_btn_arrow_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sale_btn a:hover {
  color: #fff;
  background-color: #563131;
}

.sale_btn a:hover::after {
  background-image: url(../images/chocobeco/sale_btn_arrow_pc_hover.png);
}

.product_text_box2 {
  background-image: url(../images/chocobeco/product_text_bg2.png);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 5rem;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: auto;
  padding: 0 0 9rem 0;
  margin: 0 3rem;
  margin-bottom: 5rem;
}


.desc_box {
  position: relative;
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.scroll-box02 .desc_box {
  height: 680px
}

.desc_text {
  writing-mode: vertical-rl;
  padding: 6vw 0 5vw;
  max-height: 800px;
  position: absolute;
  text-orientation: upright;
}

.scroll-box02 .desc_text {
  padding: 7vw 0;
}

.desc_text h3 {
  font-size: 2.6rem;
  color: #563131;
  margin-left: 1.5rem;
}

.desc_box img {
  width: 100%;
}

.desc_text p {
  font-size: 1.5rem;
  color: #563131;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.01em;
}

@media screen and (max-width: 1400px) {
  .scroll-box02 .desc_box {
    height: 49vw;
  }

  .product_text_box1,
  .product_text_box2 {
    background-size: contain;
  }


}

/* 右ボックス */
.images-right {
  width: 10%;
  height: 100vh;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}



.images-right p {
  height: 100vh;
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-180deg);
  overflow: hidden;
  font-size: 2.1rem;
  color: #DBBE82;
  font-weight: 800;
  letter-spacing: 0.5rem;
}

.images-right p img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 50% 50%;
}

.images-right p.active {
  opacity: 1;
}

p.btn {
  text-align: center;
  margin-bottom: 15px;
}

a.sale_btn {
  padding: 0.1rem 4.5rem;
  border: 2px solid #2D1E11;
  color: #2D1E11;
  font-size: 2.4rem;
  display: inline-block;
  margin-top: 3rem;
  transition: all 0.3s;
}

a.sale_btn:hover {
  background-color: #2D1E11;
  color: #fff;
}

.caution {
  font-size: 1.5rem;
  color: #000;
  text-align: center;
  line-height: 2;
}

p.single.desc {
  font-size: 1.8rem;
  color: #000;
  text-align: left;
  line-height: 1.7;
  font-weight: 300;
}

p.single.desc span {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 3px;
}

/* --- Event Area --- */
.eventarea {
  padding: 9rem 10rem;
  background: url(../images/chocobeco/aizu_mitsubishi.png), url(../images/chocobeco/tecs_w.png);
  background-repeat: repeat;
}

.eventarea_map {
  display: flex;
  justify-content: center;
  max-width: 145px;
  margin: 0 auto;
  margin-bottom: 2rem;

}

.eventarea_ttl {
  font-size: 4.5rem;
  color: #563131;
  text-align: center;
  margin-bottom: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
}


.eventarea_txt {
  font-size: 1.8rem;
  color: #563131;
  max-width: 1048px;
  margin: 0 auto;
  margin-bottom: 3rem;
  font-weight: 400;
}

.eventarea_desc_container {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  gap: 2rem
}

.eventarea_desc_container>div {
  max-width: 250px;
}

/* google map */
.googlemap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  margin-top: -35px;
  z-index: 1;
}

.googlemap iframe,
.googlemap #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}

/* MapLibre GL JS スタイル */
.maplibregl-canvas {
  outline: none;
}

.maplibregl-ctrl-attrib {
  font-size: 10px;
  opacity: 0.7;
}

/* -----------------------------------------------------
   5. RESPONSIVE - レスポンシブ対応
   ----------------------------------------------------- */
@media screen and (max-width: 1800px) {

  body,
  html {
    font-size: 0.65vw;
  }
}

@media screen and (max-width: 1800px) {
  .meoto_about_inner h3 {
    margin-left: 3.5vw;
    width: 4.1vw;
  }

  .contents {}

  .meoto_about_inner p {
    font-size: 1.7rem;
  }

  .meoto_about_inner {
    padding: 0 2.5vw;
  }

  .eventarea_map {
    width: 10vw;
    margin: 0 auto;
  }

  /*body,
  html {
    font-size: inherit;
  }*/
}


@media screen and (max-width: 1500px) {
  .contents {}
}

@media screen and (max-width: 1120px) {
  .meoto_about_inner h3 {}

  .meoto_about_inner p {
    line-height: 2.1;
  }
}

.sp_1100 {
  display: none;
}

.pc_1100 {
  display: block;
}

@media screen and (max-width: 1100px) {
  .sp_1100 {
    display: block;
  }

  .pc_1100 {
    display: none;
  }

}


@media screen and (max-width: 970px) {

  body,
  html {
    font-size: 62.5%;
  }

  .firstview {
    height: calc(300px + 70vw);

  }

}

@media screen and (max-width: 768px) {

  .firstview {
    height: calc(400px + 80vw);
  }
}

@media screen and (max-width: 970px) {

  .firstview_inner {
    padding: 1.5rem;
    padding-bottom: 6rem;
  }



  .f_menu_box {
    width: 100%;
    padding: 0;
    justify-content: center;
    margin-bottom: 2rem;
    right: 0;
  }

  .f_menu_box div {
    width: 100%;
    text-align: center;
  }

  .f_menu_box div,
  .f_menu_box a {
    font-size: 1.7rem;
    color: #2D1E11;
  }

  .pattern {
    padding: 0 1rem;
    margin-bottom: 0;
  }

  .over_tecs {
    width: calc(100% + 3rem);
    top: -1.5rem;
    left: -1.5rem;
  }

  .about {
    background: url(../images/chocobeco/about_bk_sp1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    padding-top: 10vw;
  }


  .about_inner {
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 2rem;
  }

  .about_inner h3 {
    width: 100%;
    margin: 0 auto;
    font-size: 3.5rem;
    max-width: 200px;
    margin-bottom: 1rem;
  }

  .about_inner h3 span span {
    font-size: 1rem;
    letter-spacing: 0.5rem;
    top: -0.5rem;
  }

  .chocobeco_img {
    background: url(../images/chocobeco/about_bk_sp2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    max-width: 100%;
    width: 100%;
    padding-bottom: 70px;
  }

  .chocobeco_img img {
    max-width: 100%;
    width: 50%;
    margin: 0 auto;
  }

  .f_menu a {
    font-size: 2.3rem;
    letter-spacing: 0.2rem;
  }


  .products_subttl {
    display: flex;
    justify-content: center;
    margin-bottom: 8vw;
  }

  .products_container {
    padding-top: 10vw;
    padding-bottom: 50px;

  }

  .products_img {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0;
    display: flex;

  }

  .products_img img {
    width: 100%;
  }

  .products_box h2 {
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 4vw;
    font-weight: normal;
    color: #2D1E11;
  }

  .products_box h2 span {
    font-size: 2rem;
  }

  .products_box h2 span.itemname {
    font-size: 2.8rem;
    position: relative;
  }

  .products_box h2 span.itemname span {
    position: absolute;
    bottom: -2rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.4rem;
    width: 100%;
  }



  .price {
    text-align: center;
    font-size: 2rem;
    color: #777;
  }

  .price span {
    font-size: 1.4rem;
  }

  .desc {
    font-size: 1.65rem;
    line-height: 1.7;
    margin-bottom: 1rem;

  }

  a.sale_btn {
    font-size: 2.3rem;
    display: inline-block;
    margin-top: 1rem;
    padding: 0.2rem 5rem;
  }

  .products_box {
    margin-bottom: 7rem;
  }

  p.btn {
    margin-bottom: 3vw;
  }

  .products_box2 {
    margin-bottom: 25vw;
  }

  .single.desc {
    font-size: 1.5rem;
    text-align: left;
  }

  .single.desc span {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 auto;
    display: inline-block;
  }

  .tc {
    text-align: center;
  }

  .eventarea {
    padding: 9rem 3rem;

  }


  .eventarea_map {
    width: 30%;
    margin-bottom: 2vw;
  }

  .eventarea_ttl {
    margin-bottom: 1.5vw;
    font-size: 2.8rem;
  }

  .eventarea_txt {
    font-size: 1.65rem;
    line-height: 1.7;
    font-weight: 400;
  }

  .eventarea_desc_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .eventarea_desc_box {
    width: 45%;
    gap: 1vw;
    display: flex;
    justify-content: center;
  }

  .eventarea_desc_box.box1 {
    order: 1;
  }

  .eventarea_desc_box.box2 {
    order: 3;
  }

  .eventarea_desc_box.box3 {
    order: 2;
  }

  .eventarea_desc_box.box4 {
    order: 4;
  }

  .googlemap {
    padding-top: 66.25%;
  }

  .sp_products {
    padding: 0 3rem;
  }

  .back-to-top {
    width: 8.5vw;
    right: 1rem;
    bottom: 1rem;
    z-index: 99;
  }

  :root {
    scroll-padding: 100px;
    scroll-behavior: smooth;
  }
}

@media screen and (max-width: 768px) {
  .back-to-top {
    width: 15.5vw;
    max-width: 70px;
  }
}




p,
ul,
ol,
dl,
table {
  font-size: 10px;
  line-height: 2;
}

.l-header {
  font-size: 10px;
  padding: 0 3em;
  border-top-left-radius: 0.8em;
}

.l-header::before {
  background-color: #19191A;
  width: 1rem;
  height: 1rem;
}

.l-header::before,
.l-header::after {
  content: "";
  position: fixed;
  top: 0.6rem;
  left: 0.6rem;
  z-index: 101;
}

.l-header .logo img {
  display: block;
  margin: 9em auto 6em;
}

.l-header .gnav ul.menu {
  border-top: 1px solid #D9D9D9;
  margin-bottom: 3.5em;
}

.l-header .gnav ul.menu li {
  border: solid #D9D9D9;
  border-width: 0 0 1px;
  padding: 1.2em 0;
  font-size: 10px;
}

.l-header .gnav ul.menu li a {
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: clamp(1.5em, 1vw + 0.25em, 1.7em);
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.l-header .gnav ul.menu li ul.sub-menu {
  padding: 0.6em 0 0 1.5em;
}

.l-header .gnav ul.menu li ul.sub-menu a {
  color: #5D5D5D;
  font-family: "YuGochic", sans-serif;
  font-size: clamp(1.2em, 0.8vw + 0.25em, 1.4em);
  letter-spacing: 0.13em;
  padding: 5px 0 5px 20px;
  position: relative;
  display: block;
}

.l-header .btn-gold {
  width: calc(100% + 6em);
  position: relative;
  left: -3em;
}

.l-header .btn-gold a {
  background-color: #C9A25F;
  letter-spacing: 0.21em;
  text-indent: 0.21em;
  font-size: 1.7em;
  font-weight: 700;
  text-align: center;
  line-height: 60px;
  display: block;
  position: relative;
}

@media screen and (max-width: 970px) {
  .l-header {
    padding: 0 2rem;
  }

  .l-header .logo img.horizontal {
    margin: 0;
  }

  .l-header::before,
  .l-header::after {
    top: 0.4rem;
    left: 0.4rem;
  }
}

.v_contents_ttl1 {}



.content_ttl {
  width: 10%;
  height: 100%;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}

.content_ttl>div {
  height: 100vh;
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-180deg);
  overflow: hidden;
  font-size: 2.1rem;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.5rem;
}

@media screen and (max-width: 970px) {
  .content_ttl {
    width: auto;
    height: auto;
    writing-mode: horizontal-tb;
    display: block;
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 2rem;
  }

  .content_ttl>div {
    width: auto;
    height: auto;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    overflow: hidden;
    font-size: 1.3rem;
    color: #B69F6E;
  }

  .about_inner .content_ttl>div {
    color: #EFD9AB;
  }

  .products_container .content_ttl>div img {
    height: 11vw;
    max-height: 80px;
  }

  .eventarea .content_ttl>div {
    color: #fff;
  }
}

.ig_album {
  background: url(../images/chocobeco/tecs_b.png), #fff;
  background-attachment: fixed;
  position: relative;
  z-index: 99;
  padding: 5rem 0;
}

.ig_album::before {
  content: "";
  position: absolute;
  top: -49px;
  left: 0;
  width: 100%;
  height: 50px;
  background: url(../images/chocobeco/ig_album_before.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  z-index: 10;
}

.ig_album_ttl {
  font-size: 4.7rem;
  text-align: center;
  color: #fff;
  margin-bottom: 1rem;
  max-width: calc(580px + 10rem);
  margin: 0 auto;
  padding: 0 5rem;
  margin-bottom: 5rem;
}



.ig_album_upline {
  content: "";
  position: relative;
  display: block;
  top: -104px;
  left: 0;
  width: 100%;
  height: 234px;
  background: url(../images/uchiwa/uchiwa_about_upline_rand1.png);
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 100;
}

.ig_album_rom_ttl {
  font-size: 2.1rem;
  color: #FFECB3;
  font-weight: 800;
  letter-spacing: 0.5rem;
  text-align: center;
  margin-bottom: 3rem;
}

.ig_album .ig_album_photos {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  justify-content: flex-start;
  gap: 2rem;
}

.ig_album .ig_album_photos .photo {
  width: calc(20% - 1rem);
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

@media screen and (max-width: 970px) {
  .ig_album {
    top: 0;
  }

  .ig_album_ttl {
    font-size: 2.5rem;
    padding-top: 1rem;
  }

  .ig_album_upline {
    background: url(../images/uchiwa/uchiwa_about_upline_rand2.png) no-repeat top center;
    background-size: 100% 100%;
    background-position: top;
    top: -7.5rem;
    height: 7rem;
  }

  .ig_album_rom_ttl {
    font-size: 1.3rem;
    margin-bottom: 1.3rem;
  }

  .ig_album .ig_album_photos {
    width: 100%;

  }

  .ig_album .ig_album_photos .photo {
    width: calc(33.33% - 1rem);
  }





  .firstview_inner_border {
    border: 1rem solid transparent;
    border-image: url(../images/uchiwa/border.png) 200 / 30px round;
  }

  .about_inner p {
    font-size: 1.5rem;
    line-height: 2;
    text-align: left;
    padding: 2rem 3rem 3rem 3rem;
  }

  .about_flower {
    width: 80%;
    bottom: -20vw;
    z-index: 90;
  }

  .parallax_before1 {
    height: 6rem;
    background-size: 100%;
    top: -0.1rem;
  }


  .parallax_before2 {
    top: -6.1rem;
    height: 6rem;
    background-size: 100%;

  }

  .products_container {
    padding-bottom: 50px;
    background-blend-mode: unset;
  }

  .products_img>div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
  }

  .products_img>div>img {
    width: 90%;
    height: auto;
  }

  .product_text_box1,
  .product_text_box2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 3rem 0;
    gap: 2rem;
    flex-direction: column;
    background-size: auto 100%;
  }

  .product_text_box1 {
    margin-bottom: 4rem;
    padding-top: 0;
    background-position: calc(50% + 10rem);
  }

  .product_text_box2 {
    margin-bottom: 4rem;
    padding-top: 0;
    background-position: calc(50% - 10rem);
  }

  @media screen and (max-width: 400px) {
    .product_text_box1 {
      background-position: right;
      background-size: contain;
    }

    .product_text_box2 {
      background-position: left;
      background-size: contain;

    }
  }


  .sp_textbox {
    padding: 0 3rem;
  }

  .item_name {
    font-size: 2.7rem;
    font-weight: bold;
    color: #2D1E11;
  }

  .item_name span {
    font-size: 1.9rem;
  }

  .sale_btn {
    margin: 0 auto;
    max-width: 245px;
  }

  .product_text_box_single p {
    font-size: 1.65rem;
    line-height: 1.7;
  }

  .product_text_box_single h3 {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 1rem;
  }

  .borderplus {
    margin-top: 3rem;
  }

  .sp_textbox.borderplus>div {
    border-image: url(../images/uchiwa/border2.png) 50 / 30px round;
    padding: 4rem 3rem;
  }

  .products_box .borderplus h2 span {}
}



@media screen and (max-width: 970px) {

  .ig_album_upline {
    background: url(../images/uchiwa/uchiwa_about_upline_rand1.png) no-repeat top center;
    background-size: 100% 100%;
    background-position: top;
    top: -7.5rem;
    height: 7rem;
    z-index: 90;
  }

  .sale_btn a {
    writing-mode: horizontal-tb;
    padding: 1rem 4rem 1rem 3rem;
    min-height: auto;
    min-width: auto;
    border: 1px solid #563131;
    font-size: 1.5rem;
  }

  .sale_btn a::after {
    right: 2.7rem;
    left: auto;
    top: 50%;
    transform: translateY(-50%) rotate(30deg);
  }

  .f_menu_box ul {
    gap: 2.2rem;
  }

  .f_menu_box ul li img {
    width: 2.3rem;
  }
}