#indexMain2025Layout {
  width: 100%;
  max-width: 1200px;
  margin: 30px auto 0;
}

@media ( max-width : 768px) {
  #indexMain2025Layout {
    max-width: 100%;
  }
}

#indexMain2025Layout>.layoutContainer {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
}

@media ( max-width : 768px) {
  #indexMain2025Layout>.layoutContainer {
    display: block;
  }
}

#indexMain2025LayoutSide {
  width: 180px;
  position: relative;
}

@media ( max-width : 768px) {
  #indexMain2025LayoutSide {
    width: 100%;
  }
}

#indexMain2025LayoutSide>.side_block {
  border-top: 5px solid #3A3A3A;
}

@media ( max-width : 768px) {
  #indexMain2025LayoutSide>.side_block {
    padding: 0 20px;
  }
}

#indexMain2025LayoutSide>.side_block>.side_block_label {
  padding: 1em 0 1.5em;
  color: #000;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  text-align: left;
}

@media ( max-width : 768px) {
  #indexMain2025LayoutSide>.side_block>.side_block_label br {
    display: none;
  }
}

#indexMain2025LayoutSide>.side_block>ul {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  min-height: 40px;
}

@media ( max-width : 768px) {
  #indexMain2025LayoutSide>.side_block>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

#indexMain2025LayoutSide>.side_block>ul>li {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 20px;
  padding: 0;
  position: relative;
}

#indexMain2025LayoutSide>.side_block>ul>li>p:nth-child(1) {
  margin: 0;
  padding: 0;
  line-height: 1;
  position: relative;
  z-index: 0;
}

#indexMain2025LayoutSide>.side_block>ul>li>p:nth-child(1)>a {
  display: block;
}

#indexMain2025LayoutSide>.side_block>ul>li>p:nth-child(2) {
  position: relative;
  margin-top: -15px;
  margin-left: -10px;
  padding: 7px 7px 8px 10px;
  width: 160px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.93em;
  line-height: 1.4;
  letter-spacing: 0;
  pointer-events: none;
}

@media ( max-width : 768px) {
  #indexMain2025LayoutSide>.side_block>ul>li {
    width: calc(50% - 10px);
  }
}

#indexMain2025LayoutMain {
  width: 1000px;
}

@media ( max-width : 768px) {
  #indexMain2025LayoutMain {
    width: 100%;
  }
}

#indexMain2025LayoutMain .indexMain2025LayoutMain_block {
  margin: 0 0 30px;
  padding: 0 30px;
}

@media ( max-width : 768px) {
  #indexMain2025LayoutMain .indexMain2025LayoutMain_block {
    padding: 0;
  }
}

#indexMain2025LayoutMain .indexMain2025LayoutMain_block.top_border {
  border-top: 5px solid #3A3A3A;
}

#indexMain2025LayoutMain .indexMain2025LayoutMain_block.white_base {
  background: #FFF;
}

#indexMain2025LayoutMain .indexMain2025_center_title {
  display: flex;
  align-items: center;
  justify-content: start;
  line-height: 1;
}

#indexMain2025LayoutMain .indexMain2025_center_title span {
  display: block;
  font-size: 24px;
  font-weight: 700;
  padding: 0 1.2em 0 0;
}

@media only screen and (max-width: 768px) {
    #indexMain2025LayoutMain .indexMain2025_center_title span {
    padding: 0 1.2em 0 0.6em;
    }
}

#indexMain2025LayoutMain .indexMain2025_center_title:after {
  content: "";
  flex: 1;
  height: 1px;
  background: #707070;
  font-size: inherit;
}

#indexCategoryTile {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #FFF;
  position: relative;
}

@media ( max-width : 768px) {
  #indexCategoryTile {
    max-width: 100%;
  }
}

#indexCategoryTile>.indexCategoryTileContainer {
  padding: 30px 20px 15px;
}

#indexCategoryTile>.indexCategoryTileContainer .title {
  margin: 0 0 30px;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

#indexCategoryTile>.indexCategoryTileContainer>ul.tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#indexCategoryTile>.indexCategoryTileContainer>ul.tiles>li {
  width: 220px;
  margin: 5px 0 0;
  padding: 0 0 20px;
  position: relative;
}

@media ( max-width : 768px) {
  #indexCategoryTile>.indexCategoryTileContainer>ul.tiles>li {
    width: calc(50% - 10px);
  }
}

#indexCategoryTile>.indexCategoryTileContainer>ul.tiles>li:nth-child(5n+1)>.under
  {
  left: 0;
}

#indexCategoryTile>.indexCategoryTileContainer>ul.tiles>li:nth-child(5n+1)>.under:before
  {
  left: 110px;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

#indexCategoryTile>.indexCategoryTileContainer>ul.tiles>li:nth-child(5n+2)>.under
  {
  left: 0;
}

#indexCategoryTile>.indexCategoryTileContainer>ul.tiles>li:nth-child(5n+2)>.under:before
  {
  left: 110px;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

#indexCategoryTile>.indexCategoryTileContainer>ul.tiles>li:nth-child(5n+3)>.under
  {
  left: 50%;
  transform: translateX(-50%);
}

#indexCategoryTile>.indexCategoryTileContainer>ul.tiles>li:nth-child(5n+3)>.under:before
  {
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

#indexCategoryTile>.indexCategoryTileContainer>ul.tiles>li:nth-child(5n+4)>.under
  {
  right: 0;
}

#indexCategoryTile>.indexCategoryTileContainer>ul.tiles>li:nth-child(5n+4)>.under:before
  {
  right: 110px;
  transform: translateX(50%) translateY(-50%) rotate(45deg);
}

#indexCategoryTile>.indexCategoryTileContainer>ul.tiles>li:nth-child(5n+5)>.under
  {
  right: 0;
}

#indexCategoryTile>.indexCategoryTileContainer>ul.tiles>li:nth-child(5n+5)>.under:before
  {
  right: 110px;
  transform: translateX(50%) translateY(-50%) rotate(45deg);
}

#indexCategoryTile>.indexCategoryTileContainer>ul.tiles>li>a {
  display: block;
  line-height: 0;
  color: inherit;
  text-decoration: none;
}

#indexCategoryTile>.indexCategoryTileContainer>ul.tiles>li>a>p.ctgImg {
  line-height: 1;
  margin: 0;
  padding: 0;
}

#indexCategoryTile>.indexCategoryTileContainer>ul.tiles>li>a>.ctgName {
  margin: 0;
  padding: 1em 0 0;
  line-height: 1.2;
  font-size: 16px;
}

#indexCategoryTile>.indexCategoryTileContainer>ul.tiles>li>.under {
  display: flex;
  width: auto;
  min-width: 210px;
  margin: 20px 0 0;
  padding: 10px 5px;
  align-items: start;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 1;
  background: #FFF;
  border: #CCC solid 1px;
  border-radius: 6px;
}

@media ( max-width : 768px) {
  #indexCategoryTile>.indexCategoryTileContainer>ul.tiles>li>.under {
    display: none;
  }
}

#indexCategoryTile>.indexCategoryTileContainer>ul.tiles>li>.under:before
  {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  transform-origin: 50%;
  background: #FFF;
  border: #CCC solid 1px;
  border-right-color: #FFF;
  border-bottom-color: #FFF;
}

#indexCategoryTile>.indexCategoryTileContainer>ul.tiles>li>.under ul {
  margin: 0;
  padding: 0 1em;
}

#indexCategoryTile>.indexCategoryTileContainer>ul.tiles>li>.under ul li
  {
  margin: 2px;
}

#indexCategoryTile>.indexCategoryTileContainer>ul.tiles>li>.under ul li a
  {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
  word-break: keep-all;
  white-space: pre;
  text-decoration: none;
  color: inherit;
}

#indexCategoryTile>.indexCategoryTileContainer>ul.tiles>li>.under ul li a:hover
  {
  opacity: 0.6;
  text-decoration: underline;
}

#indexCategoryTile>.indexCategoryTileContainer>ul.tiles>li:hover>.under
  {
  visibility: visible;
  opacity: 1;
}

@media ( max-width : 768px) {
  #indexCategoryTile>.indexCategoryTileContainer>ul.tiles>li:hover>.under
    {
    visibility: hidden;
    opacity: 0;
  }
}

#indexNewProductsBlock {
  background: #E1E1E1;
}

#indexNewProductsBlock .inner {
  padding: 30px 0 15px;
}

@media ( max-width : 768px) {
  #indexNewProductsBlock .inner {
    padding: 20px 20px 15px;
  }
}

#indexNewProductsBlock .inner .title {
  display: flex;
  align-items: baseline;
  line-height: 1;
  font-size: 30px;
  font-weight: 700;
}

#indexNewProductsBlock .inner .title small {
  display: inline-block;
  font-size: 16px;
  padding-left: 1.5em;
}

@media ( max-width : 768px) {
  #indexNewProductsBlock .inner .title {
    font-size: 24px;
  }
  #indexNewProductsBlock .inner .title small {
    font-size: 14px;
  }
}

#indexNewProductsBlock .inner ul.item_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0;
  padding: 0;
}

#indexNewProductsBlock .inner ul.item_list li {
  width: 220px;
  margin: 20px 0 10px;
}

@media ( max-width : 768px) {
  #indexNewProductsBlock .inner ul.item_list li {
    width: calc(50% - 10px);
  }
}

#indexNewProductsBlock .inner ul.item_list li a {
  display: block;
  text-decoration: none;
  color: inherit;
}

#indexNewProductsBlock .inner ul.item_list li a img {
  width: 100%;
  height: auto;
  line-height: 1;
}

#indexNewProductsBlock .inner ul.item_list li a span {
  display: inline-block;
  margin: 0.75em 0 0;
  line-height: 1.2;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

#indexNewProductsBlock .inner ul.item_list li a p {
  margin: 0;
  padding: 0;
  font-size: 15px;
}

#indexNewProductsBlock .inner p.more {
  text-align: right;
}

#indexNewProductsBlock .inner p.more a {
  display: inline-flex;
  padding: 0.3em 1.75em 0.3em 1.5em;
  text-decoration: none;
  background: #000;
  color: #FFF;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.15em;
  position: relative;
}

@media ( max-width : 768px) {
  #indexNewProductsBlock .inner p.more a {
    font-size: 16px;
  }
}

#indexNewProductsBlock .inner p.more a:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
  transform-origin: 50% 50%;
  transform: rotate(45deg);
  border: #FFF solid 1px;
  border-left: none;
  border-bottom: none;
}

#indexNewProductsBlock .inner p.more a:hover {
  opacity: 0.6;
}

#indexSnsBlock {
  padding: 0 !important;
}

#indexSnsBlock .banner {
  display: flex;
  justify-content: space-evenly;
  padding-top: 50px;
}

@media ( max-width : 768px) {
  #indexSnsBlock .banner {
    display: block;
    padding: 20px 20px 0;
  }
}

#indexSnsBlock .banner>p {
  width: 440px;
  margin: 0;
  padding: 0;
}

@media ( max-width : 768px) {
  #indexSnsBlock .banner>p {
    width: 100%;
    margin: 0 0 20px;
  }
}

#indexSnsBlock .icon {
  margin: 0;
  padding: 25px 0;
}

@media ( max-width : 768px) {
  #indexSnsBlock .icon {
    padding: 0 20px 20px;
  }
}

#indexSnsBlock .icon ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

@media ( max-width : 768px) {
  #indexSnsBlock .icon ul {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    justify-content: space-between;
  }
}

#indexSnsBlock .icon ul li {
  display: block;
  margin: 0 10px;
  padding: 0;
}

@media ( max-width : 768px) {
  #indexSnsBlock .icon ul li {
    margin: 0;
    width: 16.6666666667%;
  }
}

#indexSnsBlock .icon ul li a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 1;
}

#indexSnsBlock .icon ul li a img {
  line-height: 1;
}

@media ( max-width : 768px) {
  #indexSnsBlock .icon ul li a {
    width: calc(100% - 15px);
    height: auto;
    margin: 0 auto;
    aspect-ratio: 1/1;
  }
  #indexSnsBlock .icon ul li a img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

#indexShortMovieBlock .inner {
  margin: 50px 0 0;
  padding: 30px 0 60px;
}

#indexShortMovieBlock .inner .tile_list {
  display: block;
  margin: 40px 24px 0;
  padding: 0;
  position: relative;
}

@media ( max-width : 768px) {
  #indexShortMovieBlock .inner .tile_list {
    margin: 40px 20px 0;
  }
}

#indexShortMovieBlock .inner .tile_list .button {
  display: flex;
  align-items: center;
  width: 30px;
  height: 60px;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: calc(50% - 30px);
}

#indexShortMovieBlock .inner .tile_list .button.prev {
  left: -15px;
}

#indexShortMovieBlock .inner .tile_list .button.next {
  right: -15px;
}

#indexShortMovieBlock .inner .tile_list .button a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #000;
  outline: none;
}

#indexShortMovieBlock .inner .tile_list .button a svg {
  width: 14px;
  height: auto;
}

#indexShortMovieBlock .inner .tile_list .swiper {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

#indexShortMovieBlock .inner .tile_list .swiper .swiper-slide {
  width: 195px;
}

#indexShortMovieBlock .inner .tile_list .swiper .swiper-slide .swiper-slide-tile img
  {
  width: 195px;
  aspect-ratio: 195/345;
}

#indexShortMovieBlock .inner .morelink {
  display: flex;
  justify-content: center;
}

#indexShortMovieBlock .inner .morelink a {
  display: block;
  margin: 30px 0 0;
  width: 100%;
  max-width: 280px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #3A3A3A;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border: #3A3A3A solid 2px;
  border-radius: 6px;
  position: relative;
}

@media ( max-width : 768px) {
  #indexShortMovieBlock .inner .morelink a {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    font-size: 16px;
  }
}

#indexShortMovieBlock .inner .morelink a span {
  display: flex;
  align-items: center;
  width: 26px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 10px;
}

#indexShortMovieBlock .inner .morelink a span svg {
  width: 100%;
  height: auto;
  line-height: 1;
}

#indexShortMovieBlock .modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
}

#indexShortMovieBlock .modal #shortModalCloseBase {
  display: block;
  width: 100dvw;
  height: 100dvh;
  position: absolute;
  z-index: 0;
}

#indexShortMovieBlock .modal .modal-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100dvw;
  height: 100dvh;
  padding: 0;
}

#indexShortMovieBlock .modal .modal-wrapper .modal-content {
  width: calc(100% - 60px);
  max-width: 800px;
  height: auto;
  max-height: 100dvh;
  overflow: auto;
  background: #fff;
  position: relative;
}

#indexShortMovieBlock .modal .modal-wrapper .modal-content #shortModalClose
  {
  display: block;
  width: 60px;
  height: 60px;
  background: #EBEBEB;
  position: sticky;
  top: 0;
  right: 0;
  margin: -60px 0 0 auto;
  cursor: pointer;
}

#indexShortMovieBlock .modal .modal-wrapper .modal-content #shortModalClose:before,
  #indexShortMovieBlock .modal .modal-wrapper .modal-content #shortModalClose:after
  {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 1px;
  background: #000;
  transform-origin: 50% 50%;
}

#indexShortMovieBlock .modal .modal-wrapper .modal-content #shortModalClose:before
  {
  transform: translate(-50%, -50%) rotate(45deg);
}

#indexShortMovieBlock .modal .modal-wrapper .modal-content #shortModalClose:after
  {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#indexShortMovieBlock .modal .modal-wrapper .modal-content .short-modal-content
  {
  display: none;
  width: 100%;
  aspect-ratio: 18/16;
  align-items: start;
}

@media ( max-width : 768px) {
  #indexShortMovieBlock .modal .modal-wrapper .modal-content .short-modal-content
    {
    width: 100%;
    padding: 60px 0 30px;
    flex-direction: column;
  }
}

#indexShortMovieBlock .modal .modal-wrapper .modal-content .short-modal-content .short-modal-video
  {
  display: block;
  width: 50%;
  aspect-ratio: 9/16;
  background: #CCC;
}

@media ( max-width : 768px) {
  #indexShortMovieBlock .modal .modal-wrapper .modal-content .short-modal-content .short-modal-video
    {
    width: 100%;
  }
}

#indexShortMovieBlock .modal .modal-wrapper .modal-content .short-modal-content .short-modal-detail
  {
  width: calc(50% - 80px);
  margin: 0;
  padding: 100px 40px 30px;
  aspect-ratio: 9/16;
  overflow: auto;
}

@media ( max-width : 768px) {
  #indexShortMovieBlock .modal .modal-wrapper .modal-content .short-modal-content .short-modal-detail
    {
    width: calc(100% - 30px);
    padding: 40px 15px 30px;
    aspect-ratio: auto;
    overflow: visible;
  }
}

#indexShortMovieBlock .modal .modal-wrapper .modal-content .short-modal-content .short-modal-detail .title
  {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

#indexShortMovieBlock .modal .modal-wrapper .modal-content .short-modal-content .short-modal-detail a.short-modal-detail-item
  {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 15px 0;
  color: inherit;
  text-decoration: none;
}

#indexShortMovieBlock .modal .modal-wrapper .modal-content .short-modal-content .short-modal-detail a.short-modal-detail-item .thumb
  {
  width: 120px;
  margin: 0 20px 0 0;
}

#indexShortMovieBlock .modal .modal-wrapper .modal-content .short-modal-content .short-modal-detail a.short-modal-detail-item dl
  {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

#indexShortMovieBlock .modal .modal-wrapper .modal-content .short-modal-content .short-modal-detail a.short-modal-detail-item dl dt
  {
  display: block;
  margin: 0;
  padding: 0;
  font-size: inherit;
}

#indexShortMovieBlock .modal .modal-wrapper .modal-content .short-modal-content .short-modal-detail a.short-modal-detail-item dl dd
  {
  display: block;
  margin: 0.5em 0 0;
  padding: 0;
  line-height: 1;
  font-size: inherit;
  font-weight: 700;
}

#indexLifestyleBlock .yotpo-pictures-widget {
    margin: 30px auto 0;
}

#indexLifestyleBlock .morelink {
  display: flex;
  justify-content: center;
}

#indexLifestyleBlock .morelink a {
  display: block;
  margin: 20px 0 0;
  width: 100%;
  max-width: 280px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #3A3A3A;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border: #3A3A3A solid 2px;
  border-radius: 6px;
  position: relative;
}

@media ( max-width : 768px) {
  #indexLifestyleBlock .morelink a {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    font-size: 16px;
  }
}

#indexLifestyleBlock .morelink a span {
  display: flex;
  align-items: center;
  width: 26px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 10px;
}

#indexLifestyleBlock .morelink a span svg {
  width: 100%;
  height: auto;
  line-height: 1;
}

#indexAnyBlock .block {
  margin: 30px 0 0;
  padding: 0 0 30px;
}

@media ( max-width : 768px) {
  #indexAnyBlock .block {
    padding: 0 20px 30px;
  }
}

#indexAnyBlock .block .title {
  display: flex;
  align-items: center;
  line-height: 1.35;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

@media ( max-width : 768px) {
  #indexAnyBlock .block .title {
    font-size: 16px;
    text-align: left;
  }
}

#indexAnyBlock .block .title span {
  display: inline-block;
  padding-right: 1.5em;
  background: #FFF;
  position: relative;
  z-index: 1;
}

#indexAnyBlock .block .title span a {
  text-decoration: none;
  color: inherit;
}

#indexAnyBlock .block .title:before {
  content: "";
  display: block;
  width: 40px;
  height: 10px;
  margin-right: 1em;
  background: #ccc;
  border-radius: 100px;
}

#indexAnyBlock .block .title:after {
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  content: "";
  display: block;
  width: calc(100% - 100px);
  height: 1px;
  background: #000;
  z-index: 0;
}

#indexAnyBlock .block ul.item_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0 0;
  padding: 0;
}

#indexAnyBlock .block ul.item_list li {
  width: 220px;
  margin: 20px 0 10px;
}

@media ( max-width : 768px) {
  #indexAnyBlock .block ul.item_list li {
    width: calc(50% - 10px);
  }
}

#indexAnyBlock .block ul.item_list li a {
  display: block;
  text-decoration: none;
  color: inherit;
}

#indexAnyBlock .block ul.item_list li a img {
  width: 100%;
  height: auto;
  line-height: 1;
}

#indexAnyBlock .block ul.item_list li a p {
  margin: 0;
  padding: 6px 0 6px 9px;
  font-size: 16px;
  font-weight: 700;
}

#indexAnyBlock .block ul.item_list li a p span {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

#indexAnyBlock .block p.more {
  text-align: right;
}

#indexAnyBlock .block p.more a {
  display: inline-flex;
  padding: 0.3em 1.75em 0.3em 1.5em;
  text-decoration: none;
  background: #000;
  color: #FFF;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.15em;
  position: relative;
}

@media ( max-width : 768px) {
  #indexAnyBlock .block p.more a {
    font-size: 14px;
  }
}

#indexAnyBlock .block p.more a:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
  transform-origin: 50% 50%;
  transform: rotate(45deg);
  border: #FFF solid 1px;
  border-left: none;
  border-bottom: none;
}

@media ( max-width : 768px) {
  #indexAnyBlock .block p.more a:after {
    width: 7px;
    height: 7px;
    top: calc(50% - 4px);
  }
}

#indexAnyBlock .block p.more a:hover {
  opacity: 0.6;
}

#indexShowroomBlock .entrance {
  display: flex;
  justify-content: space-between;
  padding: 25px 0 0;
}

@media ( max-width : 768px) {
  #indexShowroomBlock .entrance {
    flex-direction: column-reverse;
    padding: 25px 20px 0;
  }
}

#indexShowroomBlock .entrance .content {
  width: 400px;
}

@media ( max-width : 768px) {
  #indexShowroomBlock .entrance .content {
    width: 100%;
    margin: 20px 0 0;
  }
}

#indexShowroomBlock .entrance .content .title1 {
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 1.2;
  font-size: 30px;
  font-weight: 700;
}

#indexShowroomBlock .entrance .content .title2 {
  margin: 0;
  padding: 0.75em 0 0;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 700;
}

#indexShowroomBlock .entrance .content .text {
  margin: 0;
  padding: 2em 0 0;
  font-size: 16px;
}

@media ( max-width : 768px) {
  #indexShowroomBlock .entrance .content .text {
    font-size: clamp(14px, 4dvw, 18px);
  }
}

#indexShowroomBlock .entrance .content a.link {
  display: block;
  margin: 30px 0 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #3A3A3A;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border: #3A3A3A solid 2px;
  border-radius: 6px;
  position: relative;
}

#indexShowroomBlock .entrance .content a.link span {
  display: flex;
  align-items: center;
  width: 26px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 10px;
}

#indexShowroomBlock .entrance .content a.link span svg {
  width: 100%;
  height: auto;
  line-height: 1;
}

@media ( max-width : 768px) {
  #indexShowroomBlock .entrance .content a.link {
    font-size: 16px;
  }
}

#indexShowroomBlock .entrance .thumb {
  width: 440px;
  padding: 4px 0 0;
}

@media ( max-width : 768px) {
  #indexShowroomBlock .entrance .thumb {
    width: 100%;
    padding: 0;
  }
  #indexShowroomBlock .entrance .thumb img {
    width: 100%;
    height: auto;
  }
}

#indexShowroomBlock .wrapper {
  margin: 60px 0 0;
  padding: 0 0 30px;
}

#indexShowroomBlock .wrapper .title3 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

#indexShowroomBlock .wrapper .title3 br {
  display: none;
}

@media ( max-width : 768px) {
  #indexShowroomBlock .wrapper .title3 br {
    display: block;
  }
}

#indexShowroomBlock .wrapper ul.showroom_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

@media ( max-width : 768px) {
  #indexShowroomBlock .wrapper ul.showroom_list {
    padding: 0 20px;
  }
}

#indexShowroomBlock .wrapper ul.showroom_list li {
  width: 220px;
  margin: 20px 0 10px;
}

@media ( max-width : 768px) {
  #indexShowroomBlock .wrapper ul.showroom_list li {
    width: calc(50% - 10px);
  }
}

#indexShowroomBlock .wrapper ul.showroom_list li>a {
  display: block;
  text-decoration: none;
  color: inherit;
  font-size: 14px;
}

#indexShowroomBlock .wrapper ul.showroom_list li>a>img {
  width: 100%;
  height: auto;
}

#indexShowroomBlock .wrapper ul.showroom_list li>a>span,
  #indexShowroomBlock .wrapper ul.showroom_list li>a>h3 {
  display: block;
  margin: 0.75em 0 0;
  line-height: 1.2;
  font-size: inherit;
  font-weight: 700;
}

#indexShowroomBlock .wrapper ul.showroom_list li>a>p {
  margin: 8px 0 0;
  font-size: 12px;
  color: #3A3A3A;
}

#indexShowroomBlock .wrapper ul.showroom_list li>a>p>small {
  display: block;
  margin: 8px 0 0;
}


/*追加*/
#indexReviewBlock .inner {
    margin-bottom: 50px;
}
.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel {
    border-bottom: 0;
}

.y-slider-container.y-slide-left-animations {
    display: flex;
}
.y-carousel-product-image {
    border: none !important;
}

.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-product-text {
    color: #7c7c7c !important;
    line-height: 1.5 !important;
}
.yotpo-reviews-carousel .carousel-display-wrapper .carousel-read-more {
    color: #4d4399 !important;
    line-height: 1.5 !important;
}
.yotpo-label.yotpo-small-box {
    display: none;
}

.yotpo-reviews-carousel .yotpo-icon-star, .yotpo-reviews-carousel .yotpo-icon-empty-star, .yotpo-reviews-carousel .yotpo-icon-full-star, .yotpo-reviews-carousel .yotpo-icon-half-star{
    font-size: 24px !important;
}

/* ▽トップレビュー非表示 ▽ */
div#indexReviewBlock {
    display: none;
}
