html {
  overflow-y: unset;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
}

body {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

body.loaded {
  opacity: 1;
  visibility: visible;
}

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

.pc {
  display: block !important;
}

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

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

.sp {
  display: none !important;
}

.ff-min {
  font-family: "Zen Antique Soft", serif;
}

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

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

}

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

  .sp {
    display: block !important;
  }
}

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










.uchiwa {}

.firstview {
  padding: 26px 28px;
  position: relative;
}

.firstview_inner {
  padding: 20px;
  padding-bottom: 140px;
  position: relative;
  z-index: 1;
}

.firstview_inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F4F0E2;
  z-index: -1;
  pointer-events: none;
}

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

.mv {
  width: 60%;
  margin: 70px auto 0;
  max-width: 815px;
  margin-bottom: 50px;
  position: relative;
  z-index: 100;
}

.f_menu_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 60px;
}

.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 {
    width: 100%;
    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;
  }
}

.f_slider {
  width: calc(100% + 156px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 500;
  margin-bottom: 1rem;
}

.f_slider .wrapper {
  max-width: none;
}

.f_slider .wrapper.small {
  max-width: none;
}

.over_tecs {
  position: absolute;
  width: calc(100% + 56px);
  height: 100%;
  top: -26px;
  left: -28px;
  background: url(../images/uchiwa/tecs.png) repeat center center;
  background-size: 2400px 1350px;
  background-position: top;
  z-index: 900;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.uchiwa_about {
  background-blend-mode: multiply;
  position: relative;
}

.uchiwa_about::before {
  content: "";
  position: relative;
  display: block;
  top: -145px;
  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: 500;
}

.uchiwa_about_inner {
  text-align: center;
  max-width: 905px;
  margin: 0 auto;
  margin-top: -143px;
}

.uchiwa_about_inner h3 {
  font-size: 6.4rem;
  color: #fff;
  margin-bottom: 5rem;
  font-weight: 400;
  line-height: 1.5;
}

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

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

.uchiwa_about_inner p {
  font-size: 2.2rem;
  line-height: 2.5;
  color: #fff;
  position: relative;
  z-index: 2;
}

.uchiwa_about_inner p span.bg_liner {
  background: #fff;
  padding: 0;
  color: #E60011;
}

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



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.uchiwa_para {
  margin-top: -235px;
}

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

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

/*ラッパー要素*/
.para_wrapper {
  display: flex;
  position: relative;
  background: url(../images/uchiwa/para_bk.png);
  background-repeat: repeat;
  margin-top: -233px;
  padding-top: 145px;
}


/*左画像のブロック*/
.images-left {
  width: 45%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background: url(../images/uchiwa/para_bk.png);
  background-repeat: repeat;
}

.images-left>div {
  height: 100vh;
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: ;
  transform: translateY(-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%;
  height: 50%;
  background: url(../images/uchiwa/tecs.png), #fff;
  background-repeat: repeat;
  background-size: 2400px 1350px, 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-blend-mode: multiply;
  padding: 1vw 0;
}

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

.images-left>div>div>img {
  max-width: 50%;
  max-height: 100%;
  aspect-ratio: 322 / 449;
  height: auto;
}


.images-left .scroll-box01>div.ura {
  background: url(../images/uchiwa/tecs.png), #D8231E;
  background-repeat: repeat;
  background-size: 2400px 1350px, 100%;
  background-blend-mode: multiply;

}

.images-left .scroll-box02>div.ura {
  background: url(../images/uchiwa/tecs.png), #DC5A74;
  background-repeat: repeat;
  background-size: 2400px 1350px, 100%;
  background-blend-mode: multiply;

}

.images-left .scroll-box03>div.ura {
  background: url(../images/uchiwa/tecs.png), #83496D;
  background-repeat: repeat;
  background-size: 2400px 1350px, 100%;
  background-blend-mode: multiply;

}

.images-left .scroll-box04>div.ura {
  background: url(../images/uchiwa/tecs.png), #006989;
  background-repeat: repeat;
  background-size: 2400px 1350px, 100%;
  background-blend-mode: multiply;
}

.images-left .scroll-box05>div.ura {
  background: url(../images/uchiwa/tecs.png), #869F2A;
  background-repeat: repeat;
  background-size: 2400px 1350px, 100%;
  background-blend-mode: multiply;

}

.images-left .scroll-box06>div.ura {
  background: url(../images/uchiwa/tecs.png), #679632;
  background-repeat: repeat;
  background-size: 2400px 1350px, 100%;
  background-blend-mode: multiply;
}


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

/*中央コンテンツのブロック*/
.contents {
  width: 55%;
  padding: 0 4rem 0 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../images/uchiwa/contents_bk.png);
  background-repeat: repeat;
  background-size: 2000px auto;
  margin-top: -95px;
  padding-top: 95px;
}


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

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

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

.contents h2 {
  font-size: 3.8rem;
  color: #2D1E11;
  font-weight: normal;
  text-align: center;
  margin-bottom: 2rem;
}


.contents h2 span {
  font-size: 3rem;
}

.contents h2 span.itemname {
  font-size: 3.8rem;
  color: #2D1E11;
  position: relative;
}

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

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


.contents .scroll-box07>div,
.contents .scroll-box08>div {
  border: 15px solid transparent;
  border-image: url(../images/uchiwa/border2.png) 50 / 50px round;
  padding: 3.5rem 4rem;
}

.contents .scroll-box07>div h2,
.contents .scroll-box08>div h2 {
  margin-bottom: 15px;
}

.contents .scroll-box07>div p,
.contents .scroll-box08>div p {
  font-size: 1.5rem;
}



/* 右ボックス */
.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;
}

/*eventarea*/
.eventarea {
  padding: 9rem 10rem;
  background: url(../images/uchiwa/tecs.png), #2B2825;
  background-repeat: repeat;
  background-size: 2400px 1350px, 100%;
  margin-top: -35px;
  position: relative;
  z-index: 50;
  background-blend-mode: multiply;
}

.eventarea_map {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

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


.eventarea_txt {
  font-size: 1.8rem;
  color: #fff;
  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;
}

.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*  filter: grayscale(100%); */
}





@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 {
    width: 55%;
  }

  .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 {
    padding: 0 8rem 0 4rem;
  }
}

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

  .back-to-top {
    width: 19rem;
  }
}


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

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

  .firstview {
    flex-wrap: wrap;
    padding: 1.5rem;
    padding-bottom: 0;
  }

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

  .mv {
    width: 90%;
    margin: 2rem auto 0;
    max-width: 815px;
    margin-bottom: 2rem;
  }

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

  }

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

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

  .f_slider {
    width: calc(100% + 8rem);

  }

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

  .uchiwa_about {}

  .uchiwa_about::before {
    top: -6rem;
    left: 0;
    width: 100%;
    height: 6rem;
    background-size: 100%;
    background-position: top;
  }

  .uchiwa_about_inner {
    flex-wrap: wrap;
    padding: 0;
    margin-top: -6rem;
  }

  .uchiwa_about_inner h3 {
    width: 100%;
    margin: 0;
    font-size: 3.5rem
  }

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

  .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: 3vw;
    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: 5rem 3rem;
    background: url(../images/uchiwa/tecs.png), #2B2825;
    background-repeat: repeat;
    background-size: 2400px 1350px, 100%;
  }


  .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: 20vw;
    right: 1rem;
    bottom: 1rem;
    z-index: 99;
  }

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





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: 768px) {
  .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: 768px) {
  .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;
  }

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

  .products_container .content_ttl>div {
    color: #DBBE82;
  }

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

.ig_album {
  background: url(../images/uchiwa/tecs.png), linear-gradient(180deg, #E60012 1.92%, #E74F34 34.13%);
  background-repeat: repeat;
  background-size: 2400px 1300px;
  position: relative;
  top: -100px;
  z-index: 99;
  margin-bottom: -100px;
  padding-bottom: 5rem;
  background-blend-mode: multiply;
}

.ig_album_ttl {
  font-size: 4.7rem;
  text-align: center;
  color: #fff;
  margin-top: -105px;
  margin-bottom: 1rem;
}



.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: space-between;
}

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

@media screen and (max-width: 768px) {
  .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%;
    justify-content: space-between;

  }

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

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

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

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


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

  }

  .products_container {
    margin-top: -11rem;
    background: url(../images/uchiwa/para_bk_sp.png);
    background-repeat: repeat;
    background-size: 100% 100%;
    padding-bottom: 50px;
    background-blend-mode: unset;
  }

  .products_img>div {
    width: 100%;
    background: url(../images/uchiwa/tecs.png), #fff;
    background-repeat: repeat;
    background-size: 2400px 1350px, 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-blend-mode: multiply;
    padding: 2rem 0;
  }

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

  .products_img1>div.ura {
    background: url(../images/uchiwa/tecs.png), #D8231E;
    background-repeat: repeat;
    background-size: 2400px 1350px, 100%;
    background-blend-mode: multiply;

  }

  .products_img2>div.ura {
    background: url(../images/uchiwa/tecs.png), #DC5A74;
    background-repeat: repeat;
    background-size: 2400px 1350px, 100%;
    background-blend-mode: multiply;

  }

  .products_img3>div.ura {
    background: url(../images/uchiwa/tecs.png), #83496D;
    background-repeat: repeat;
    background-size: 2400px 1350px, 100%;
    background-blend-mode: multiply;

  }

  .products_img4>div.ura {
    background: url(../images/uchiwa/tecs.png), #006989;
    background-repeat: repeat;
    background-size: 2400px 1350px, 100%;
    background-blend-mode: multiply;
  }

  .products_img5>div.ura {
    background: url(../images/uchiwa/tecs.png), #869F2A;
    background-repeat: repeat;
    background-size: 2400px 1350px, 100%;
    background-blend-mode: multiply;

  }

  .products_img6>div.ura {
    background: url(../images/uchiwa/tecs.png), #679632;
    background-repeat: repeat;
    background-size: 2400px 1350px, 100%;
    background-blend-mode: multiply;
  }

  .sp_textbox {
    padding: 0 3rem;
  }

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

.fv_bgcolor {
  position: absolute;
  width: calc(100% + 56px);
  height: 100%;
  top: -26px;
  left: -28px;
  border: 26px solid #E60012;
  z-index: -1;
  border-bottom: none;

}

.fv_bgcolor::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 40px solid #E60012;
  border-left: 40px solid transparent;
}

.fv_bgcolor::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 40px solid #E60012;
  border-right: 40px solid transparent;
}

@media screen and (max-width: 768px) {
  .fv_bgcolor {
    position: absolute;
    width: calc(100% + 3rem);
    height: 100%;
    top: -1.5rem;
    left: -1.5rem;
    border: 1.5rem solid #E60012;
  }

  .fv_bgcolor::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-top: 2rem solid #E60012;
    border-left: 2rem solid transparent;
  }

  .fv_bgcolor::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 2rem solid #E60012;
    border-right: 2rem solid transparent;
  }

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

  .uchiwa_para_before1,
  .uchiwa_para_before2 {
    background-size: 100%;
    z-index: 80;
  }

  .uchiwa_para_before1 {
    z-index: 95;
  }

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

}


/*** カラバリ ***/
/* カラー1 */
.rand1 .fv_bgcolor {
  position: absolute;
  width: calc(100% + 56px);
  height: 100%;
  top: -26px;
  left: -28px;
  border: 26px solid #E60012;
  z-index: -1;
  border-bottom: none;

}

.rand1 .fv_bgcolor::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 40px solid #E60012;
  border-left: 40px solid transparent;
}

.rand1 .fv_bgcolor::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 40px solid #E60012;
  border-right: 40px solid transparent;
}


.rand1 .uchiwa_about {
  background: url(../images/uchiwa/uchiwa_about_bk_sp_rand1.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.rand1 .uchiwa_about::before {
  background: url(../images/uchiwa/uchiwa_about_upline_rand1.png);
}

.rand1 .uchiwa_about_inner p span.bg_liner {
  background: #fff;
  padding: 0;
  color: #E60011;
}

.rand1 .uchiwa_para_before1 {
  background: url(../images/uchiwa/para_up1_rand1.png) no-repeat top center;
}

.rand1 .uchiwa_para_before2 {
  background: url(../images/uchiwa/para_up2_rand1.png) no-repeat top center;

}

.rand1 .ig_album_upline {
  background: url(../images/uchiwa/uchiwa_about_upline_rand1.png);
}

.rand1 .ig_album {
  background: url(../images/uchiwa/tecs.png), linear-gradient(0deg, #E74F34 1.92%, #E60012 34.13%);

}

.rand1 .about_flower {}

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

  .rand1 .fv_bgcolor {
    position: absolute;
    width: calc(100% + 3rem);
    height: 100%;
    top: -1.5rem;
    left: -1.5rem;
    border: 1.5rem solid #E60012;
  }



  .rand1 .fv_bgcolor::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-top: 2rem solid #E60012;
    border-left: 2rem solid transparent;
  }

  .rand1 .fv_bgcolor::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 2rem solid #E60012;
    border-right: 2rem solid transparent;
  }

  .rand1 .uchiwa_about {
    background-blend-mode: unset;
    background: url(../images/uchiwa/uchiwa_about_bk_sp_rand1.png);
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .rand1 .uchiwa_about::before {
    background: url(../images/uchiwa/uchiwa_about_upline_rand1.png) no-repeat top center;
    background-size: 100% 100%;
    background-position: top;
    top: -5.4rem;
    height: 5.5rem;
    z-index: 90;
  }

  .rand1 .uchiwa_para_before1,
  .rand1 .uchiwa_para_before2 {
    z-index: 80;
  }

  .rand1 .uchiwa_para_before1 {
    z-index: 95;
    background: url(../images/uchiwa/para_up1_rand1_tb.png) no-repeat top center;
  }
}

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


  .rand1 .uchiwa_para_before1,
  .rand1 .uchiwa_para_before2 {
    background-size: 100%;
  }

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

  .rand1 .about_flower {}

}

/* カラー2 */
.rand2 .fv_bgcolor {
  position: absolute;
  width: calc(100% + 56px);
  height: 100%;
  top: -26px;
  left: -28px;
  border: 26px solid #EB6EA5;
  z-index: -1;
  border-bottom: none;
}

.rand2 .fv_bgcolor::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 40px solid #EB6EA5;
  border-left: 40px solid transparent;
}

.rand2 .fv_bgcolor::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 40px solid #EB6EA5;
  border-right: 40px solid transparent;
}

.rand2 .uchiwa_about {
  background: url(../images/uchiwa/uchiwa_about_bk_sp_rand2.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.rand2 .uchiwa_about::before {
  background: url(../images/uchiwa/uchiwa_about_upline_rand2.png);
}

.rand2 .uchiwa_about_inner p span.bg_liner {
  background: #fff;
  padding: 0;
  color: #EB6EA5;
}

.rand2 .uchiwa_para_before1 {
  background: url(../images/uchiwa/para_up1_rand2.png) no-repeat top center;
}

.rand2 .uchiwa_para_before2 {
  background: url(../images/uchiwa/para_up2_rand2.png) no-repeat top center;

}

.rand2 .ig_album_upline {
  background: url(../images/uchiwa/uchiwa_about_upline_rand2.png);
}

.rand2 .ig_album {
  background: url(../images/uchiwa/tecs.png), linear-gradient(0deg, #E7A8B1 1.92%, #EB6EA5 34.13%);

}

.rand2 .about_flower {
  bottom: -50rem;
  width: 90%;
}


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

  .rand2 .fv_bgcolor {
    position: absolute;
    width: calc(100% + 3rem);
    height: 100%;
    top: -1.5rem;
    left: -1.5rem;
    border: 1.5rem solid #EB6EA5;
  }



  .rand2 .fv_bgcolor::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-top: 2rem solid #EB6EA5;
    border-left: 2rem solid transparent;
  }

  .rand2 .fv_bgcolor::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 2rem solid #EB6EA5;
    border-right: 2rem solid transparent;
  }

  .rand2 .uchiwa_about {
    background-blend-mode: unset;
    background: url(../images/uchiwa/uchiwa_about_bk_sp_rand2.png);
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .rand2 .uchiwa_about::before {
    background: url(../images/uchiwa/uchiwa_about_upline_rand2.png) no-repeat top center;
    background-size: 100% 100%;
    background-position: top;
    top: -5.4rem;
    height: 5.5rem;
    z-index: 90;
  }

  .rand2 .uchiwa_para_before1,
  .rand2 .uchiwa_para_before2 {
    background-size: 100%;
    z-index: 80;
  }

  .rand2 .uchiwa_para_before1 {
    z-index: 95;
    background: url(../images/uchiwa/para_up1_rand2_tb.png) no-repeat top center;
  }
}


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

  .rand2 .uchiwa_para_before1,
  .rand2 .uchiwa_para_before2 {
    background-size: 100%;
  }

  .rand2 .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;
    z-index: 90;
  }

  .rand2 .about_flower {
    width: 90%;
    bottom: -36vw;
  }
}

/* カラー3 */
.rand3 .fv_bgcolor {
  position: absolute;
  width: calc(100% + 56px);
  height: 100%;
  top: -26px;
  left: -28px;
  border: 26px solid #5E398D;
  z-index: -1;
  border-bottom: none;

}

.rand3 .fv_bgcolor::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 40px solid #5E398D;
  border-left: 40px solid transparent;
}

.rand3 .fv_bgcolor::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 40px solid #5E398D;
  border-right: 40px solid transparent;
}

.rand3 .uchiwa_about {
  background: url(../images/uchiwa/uchiwa_about_bk_sp_rand3.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.rand3 .uchiwa_about::before {
  background: url(../images/uchiwa/uchiwa_about_upline_rand3.png);
}

.rand3 .uchiwa_about_inner p span.bg_liner {
  background: #fff;
  padding: 0;
  color: #5E398D;
}

.rand3 .uchiwa_para_before1 {
  background: url(../images/uchiwa/para_up1_rand3.png) no-repeat top center;
}

.rand3 .uchiwa_para_before2 {
  background: url(../images/uchiwa/para_up2_rand3.png) no-repeat top center;

}

.rand3 .ig_album_upline {
  background: url(../images/uchiwa/uchiwa_about_upline_rand3.png);
}

.rand3 .ig_album {
  background: url(../images/uchiwa/tecs.png), linear-gradient(0deg, #AF5C9B 1.92%, #5E398D 34.13%);

}

.rand3 .about_flower {
  bottom: -31rem;
  width: 80%;
}

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

  .rand3 .fv_bgcolor {
    position: absolute;
    width: calc(100% + 3rem);
    height: 100%;
    top: -1.5rem;
    left: -1.5rem;
    border: 1.5rem solid #5E398D;
  }



  .rand3 .fv_bgcolor::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-top: 2rem solid #5E398D;
    border-left: 2rem solid transparent;
  }

  .rand3 .fv_bgcolor::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 2rem solid #5E398D;
    border-right: 2rem solid transparent;
  }

  .rand3 .uchiwa_about {
    background-blend-mode: unset;
    background: url(../images/uchiwa/uchiwa_about_bk_sp_rand3.png);
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .rand3 .uchiwa_about::before {
    background: url(../images/uchiwa/uchiwa_about_upline_rand3.png) no-repeat top center;
    background-size: 100% 100%;
    background-position: top;
    top: -5.4rem;
    height: 5.5rem;
    z-index: 90;
  }

  .rand3 .uchiwa_para_before1,
  .rand3 .uchiwa_para_before2 {
    background-size: 100%;
    z-index: 80;
  }

  .rand3 .uchiwa_para_before1 {
    z-index: 95;
    background: url(../images/uchiwa/para_up1_rand3_tb.png) no-repeat top center;
  }
}



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

  .rand3 .uchiwa_para_before1,
  .rand3 .uchiwa_para_before2 {
    background-size: 100%;
  }

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

  .rand3 .about_flower {
    bottom: -20vw;
  }
}

/* カラー4 */
.rand4 .fv_bgcolor {
  position: absolute;
  width: calc(100% + 56px);
  height: 100%;
  top: -26px;
  left: -28px;
  border: 26px solid #004E99;
  z-index: -1;
  border-bottom: none;

}

.rand4 .fv_bgcolor::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 40px solid #004E99;
  border-left: 40px solid transparent;
}

.rand4 .fv_bgcolor::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 40px solid #004E99;
  border-right: 40px solid transparent;
}

.rand4 .uchiwa_about {
  background: url(../images/uchiwa/uchiwa_about_bk_sp_rand4.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.rand4 .uchiwa_about::before {
  background: url(../images/uchiwa/uchiwa_about_upline_rand4.png);
}

.rand4 .uchiwa_about_inner p span.bg_liner {
  background: #fff;
  padding: 0;
  color: #004E99;
}

.rand4 .uchiwa_para_before1 {
  background: url(../images/uchiwa/para_up1_rand4.png) no-repeat top center;
}

.rand4 .uchiwa_para_before2 {
  background: url(../images/uchiwa/para_up2_rand4.png) no-repeat top center;

}

.rand4 .ig_album_upline {
  background: url(../images/uchiwa/uchiwa_about_upline_rand4.png);
}

.rand4 .ig_album {
  background: url(../images/uchiwa/tecs.png), linear-gradient(0deg, #33A6DF 1.92%, #004E99 34.13%);

}

.rand4 .about_flower {
  bottom: -37rem;
}

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

  .rand4 .fv_bgcolor {
    position: absolute;
    width: calc(100% + 3rem);
    height: 100%;
    top: -1.5rem;
    left: -1.5rem;
    border: 1.5rem solid #004E99;
  }



  .rand4 .fv_bgcolor::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-top: 2rem solid #004E99;
    border-left: 2rem solid transparent;
  }

  .rand4 .fv_bgcolor::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 2rem solid #004E99;
    border-right: 2rem solid transparent;
  }

  .rand4 .uchiwa_about {
    background-blend-mode: unset;
    background: url(../images/uchiwa/uchiwa_about_bk_sp_rand4.png);
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .rand4 .uchiwa_about::before {
    background: url(../images/uchiwa/uchiwa_about_upline_rand4.png) no-repeat top center;
    background-size: 100% 100%;
    background-position: top;
    top: -5.4rem;
    height: 5.5rem;
    z-index: 90;
  }

  .rand4 .uchiwa_para_before1,
  .rand4 .uchiwa_para_before2 {
    background-size: 100%;
    z-index: 80;
  }

  .rand4 .uchiwa_para_before1 {
    z-index: 95;
    background: url(../images/uchiwa/para_up1_rand4_tb.png) no-repeat top center;
  }
}


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

  .rand4 .uchiwa_para_before1,
  .rand4 .uchiwa_para_before2 {
    background-size: 100%;
  }

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

  .rand4 .about_flower {
    bottom: -27vw;
  }
}

/* カラー5 */
.rand5 .fv_bgcolor {
  position: absolute;
  width: calc(100% + 56px);
  height: 100%;
  top: -26px;
  left: -28px;
  border: 26px solid #B7C309;
  z-index: -1;
  border-bottom: none;

}

.rand5 .fv_bgcolor::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 40px solid #B7C309;
  border-left: 40px solid transparent;
}

.rand5 .fv_bgcolor::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 40px solid #B7C309;
  border-right: 40px solid transparent;
}

.rand5 .uchiwa_about {
  background: url(../images/uchiwa/uchiwa_about_bk_sp_rand5.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.rand5 .uchiwa_about::before {
  background: url(../images/uchiwa/uchiwa_about_upline_rand5.png);
}

.rand5 .uchiwa_about_inner p span.bg_liner {
  background: #fff;
  padding: 0;
  color: #B7C309;
}

.rand5 .uchiwa_para_before1 {
  background: url(../images/uchiwa/para_up1_rand5.png) no-repeat top center;

}

.rand5 .uchiwa_para_before2 {
  background: url(../images/uchiwa/para_up2_rand5.png) no-repeat top center;

}

.rand5 .ig_album_upline {
  background: url(../images/uchiwa/uchiwa_about_upline_rand5.png);
}

.rand5 .ig_album {
  background: url(../images/uchiwa/tecs.png), linear-gradient(0deg, #5DB22E 1.92%, #B7C309 34.13%);

}

.rand5 .about_flower {
  bottom: -21rem;
}

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

  .rand5 .fv_bgcolor {
    position: absolute;
    width: calc(100% + 3rem);
    height: 100%;
    top: -1.5rem;
    left: -1.5rem;
    border: 1.5rem solid #B7C309;
  }



  .rand5 .fv_bgcolor::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-top: 2rem solid #B7C309;
    border-left: 2rem solid transparent;
  }

  .rand5 .fv_bgcolor::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 2rem solid #B7C309;
    border-right: 2rem solid transparent;
  }

  .rand5 .uchiwa_about {
    background-blend-mode: unset;
    background: url(../images/uchiwa/uchiwa_about_bk_sp_rand5.png);
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .rand5 .uchiwa_about::before {
    background: url(../images/uchiwa/uchiwa_about_upline_rand5.png) no-repeat top center;
    background-size: 100% 100%;
    background-position: top;
    top: -5.4rem;
    height: 5.5rem;
    z-index: 90;
  }

  .rand5 .uchiwa_para_before1,
  .rand5 .uchiwa_para_before2 {
    background-size: 100%;
    z-index: 80;
  }

  .rand5 .uchiwa_para_before1 {
    z-index: 95;
    background: url(../images/uchiwa/para_up1_rand5_tb.png) no-repeat top center;
  }
}



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


  .rand5 .uchiwa_para_before1,
  .rand5 .uchiwa_para_before2 {
    background-size: 100%;
  }

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

  .rand5 .about_flower {
    width: 70%;
    bottom: -12vw;
  }
}

/* カラー6 */
.rand6 .fv_bgcolor {
  position: absolute;
  width: calc(100% + 56px);
  height: 100%;
  top: -26px;
  left: -28px;
  border: 26px solid #52A009;
  z-index: -1;
  border-bottom: none;

}

.rand6 .fv_bgcolor::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 40px solid #52A009;
  border-left: 40px solid transparent;
}

.rand6 .fv_bgcolor::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 40px solid #52A009;
  border-right: 40px solid transparent;
}

.rand6 .uchiwa_about {
  background: url(../images/uchiwa/uchiwa_about_bk_sp_rand6.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.rand6 .uchiwa_about::before {
  background: url(../images/uchiwa/uchiwa_about_upline_rand6.png);
}

.rand6 .uchiwa_about_inner p span.bg_liner {
  background: #fff;
  padding: 0;
  color: #52A009;
}

.rand6 .uchiwa_para_before1 {
  background: url(../images/uchiwa/para_up1_rand6.png) no-repeat top center;
}

.rand6 .uchiwa_para_before2 {
  background: url(../images/uchiwa/para_up2_rand6.png) no-repeat top center;

}

.rand6 .ig_album_upline {
  background: url(../images/uchiwa/uchiwa_about_upline_rand6.png);
}

.rand6 .ig_album {
  background: url(../images/uchiwa/tecs.png), linear-gradient(0deg, #8DC652 1.92%, #52A009 34.13%);

}

.rand6 .about_flower {
  bottom: -33rem;
}

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

  .rand6 .fv_bgcolor {
    position: absolute;
    width: calc(100% + 3rem);
    height: 100%;
    top: -1.5rem;
    left: -1.5rem;
    border: 1.5rem solid #52A009;
  }



  .rand6 .fv_bgcolor::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-top: 2rem solid #52A009;
    border-left: 2rem solid transparent;
  }

  .rand6 .fv_bgcolor::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 2rem solid #52A009;
    border-right: 2rem solid transparent;
  }

  .rand6 .uchiwa_about {
    background-blend-mode: unset;
    background: url(../images/uchiwa/uchiwa_about_bk_sp_rand6.png);
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .rand6 .uchiwa_about::before {
    background: url(../images/uchiwa/uchiwa_about_upline_rand6.png) no-repeat top center;
    background-size: 100% 100%;
    background-position: top;
    top: -5.4rem;
    height: 5.5rem;
    z-index: 90;
  }

  .rand6 .uchiwa_para_before1,
  .rand6 .uchiwa_para_before2 {
    background-size: 100%;
    z-index: 80;
  }

  .rand6 .uchiwa_para_before1 {
    z-index: 95;
    background: url(../images/uchiwa/para_up1_rand6_tb.png) no-repeat top center;
  }
}

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

  .rand6 .uchiwa_para_before1,
  .rand6 .uchiwa_para_before2 {
    background-size: 100%;
  }

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

  .rand6 .about_flower {
    bottom: -24vw;
  }
}





.target-box {
  width: 5%;
  height: 100vh;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  z-index: 900;
  transition: opacity 0.3s ease;
  opacity: 1;
}

.target-box.fading {
  opacity: 0;
}

.target-box:nth-child(1) {
  top: 0;
  right: 0;
}

.target-box:nth-child(2) {
  top: 0;
  left: 248px;

}

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

/* 画面内に入った時に付与されるクラス */
.state1::before {
  content: "KUTAMI UCHIWA HIGOROKKA";
  color: #EFD9AB;
  font-size: 2.1rem;
  font-weight: 800;
  letter-spacing: 0.5rem;
  transform: rotate(180deg);
}

.state2::before {
  content: "ITEM LINEUP";
  color: #DBBE82;
  font-size: 2.1rem;
  font-weight: 800;
  letter-spacing: 0.5rem;
  transform: rotate(180deg);
}

.state2_1::before {
  content: "ITEM LINEUP";
  color: #DBBE82;
  font-size: 2.1rem;
  font-weight: 800;
  letter-spacing: 0.5rem;
  transform: rotate(180deg);
}

.state2_2::before {
  content: "ITEM LINEUP";
  color: #DBBE82;
  font-size: 2.1rem;
  font-weight: 800;
  letter-spacing: 0.5rem;
  transform: rotate(180deg);
}

.state2_3::before {
  content: "ITEM LINEUP";
  color: #DBBE82;
  font-size: 2.1rem;
  font-weight: 800;
  letter-spacing: 0.5rem;
  transform: rotate(180deg);
}

.state2_4::before {
  content: "ITEM LINEUP";
  color: #DBBE82;
  font-size: 2.1rem;
  font-weight: 800;
  letter-spacing: 0.5rem;
  transform: rotate(180deg);
}

.state2_5::before {
  content: "ITEM LINEUP";
  color: #DBBE82;
  font-size: 2.1rem;
  font-weight: 800;
  letter-spacing: 0.5rem;
  transform: rotate(180deg);
}

.state3::before {
  content: "ABOUT KUTAMI UCHIWA";
  color: #DBBE82;
  font-size: 2.1rem;
  font-weight: 800;
  letter-spacing: 0.5rem;
  transform: rotate(180deg);
}

.state4::before {
  content: "ABOUT CRAFTMAN";
  color: #DBBE82;
  font-size: 2.1rem;
  font-weight: 800;
  letter-spacing: 0.5rem;
  transform: rotate(180deg);
}

.state5::before {
  content: "ABOUT YAMAGASHI";
  color: #fff;
  font-size: 2.1rem;
  font-weight: 800;
  letter-spacing: 0.5rem;
  transform: rotate(180deg);
}

@media screen and (min-width: 1920px) {

  .ig_album_upline,
  .uchiwa_para_before1,
  .uchiwa_para_before2,
  .uchiwa_about::before {
    background-size: 100% 100% !important;
  }


}