@charset "UTF-8";
/* Slider */
.slick-slide img {
  display: block;
  width: 100%;
}
#container_md {
    overflow: hidden;
}
#container_md *:not(.ttl_md) > img {
    max-width: 100%;
    height: auto;
}
/*=============================================================

	Date: 2026-01-15
	CSS Document ： MADE IN INDIA COLLECTION
	
=============================================================*/
.sr_page-shopping-result__free .fca_container__in {
  max-width: 100%;
}
.sr_page-shopping-result__free .fca_container {
  padding: 0;
}
#container_md .pc_md {
  display: block;
}
#container_md .sp_md {
  display: none;
}
#container_md {
  font-family: "Futo Go B101";
  color: #000;
  font-size: 80%;
  line-height: 1.7;
  letter-spacing: 0.12em;
  opacity: 0;
  z-index: 2;
  /* overflow: hidden; */
}
#container_md a {
  transition: all 0.3s;
  cursor: pointer;
}
#container_md a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#container_md ul {
  padding-inline-start: 0;
}
#container_md ul li {
  list-style: none;
}
#container_md.load_md {
  animation: fade_md 1.5s forwards 0.3s;
}
@keyframes fade_md {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.scrollin {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity .8s, transform 1.4s;
}
.scrollin.active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .0s;
}
.item_md {
  opacity: 1;
  transform: translateY(2rem);
  transition: opacity .8s, transform .8s;
  width: 600px;
  margin: 0 auto;
}
.item_md.active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .0s;
}
/* ラインナップエリア　調整 */
.item_md {
  opacity: 1;
  transform: translateY(2rem);
  transition: opacity .8s, transform .8s;
  width: 500px;
  margin: 0 auto;
}
/*==================================

title

==================================*/
#title_md {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}
#title_md .main_ttl {
  width: 100%;
  margin: 0 auto;
  display: block;
  position: absolute;
  z-index: 1;
  top: 26%;
  left: 0;
  text-align: center;
}
#title_md .main_ttl .main_ttl_wrap {
  width: 80%;
  max-width: 920px;
  margin: 0 auto;
}
#title_md .main_ttl img:nth-child(1) {
  width: 60%;
  display: block;
  margin: 0 auto 0;
  filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.1));
}
#title_md .main_ttl img:nth-child(2) {
  width: 23%;
  display: block;
  margin: -1em auto 0;
}
/*==================================

メインスライド

==================================*/
ul.title_slide {}
ul.title_slide li {}
ul.title_slide li .slide_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul.title_slide li .slide_wrap .zoom_wrap {
  overflow: hidden;
}
ul.title_slide li .slide_wrap .zoom_wrap:nth-child(1) {
  margin-right: -1px;
} 
ul.title_slide li .slide_wrap .zoom_wrap img {}
/* zoom */
.zoom-animation img.anime-zoom {
  animation: fadezoom 2s 0s forwards;
}
ul.title_slide .slide-animation img.anime-zoom {
  animation: fadezoom 3s 0s forwards;
}
.zoom-animation img.anime-up {
  animation: fadetop 2s 0s forwards;
}
ul.title_slide .slide-animation .zoom_wrap img.anime-up {
  animation: fadetop 3s 0s forwards;
}
.zoom-animation img.anime-down {
  animation: fadebottom 2s 0s forwards;
}
ul.title_slide .slide-animation .zoom_wrap img.anime-down {
  animation: fadebottom 3s 0s forwards;
}
/* PC アニメーション */
@media (min-width: 819px) {
  ul.title_slide .zoom_wrap img.anime-up {
    margin-bottom: -11%;
  }
  ul.title_slide .zoom_wrap img.anime-down {
    margin-top: -11%;
  }
}
/* SP アニメーション */
@media (max-width: 820px) {
  ul.title_slide .zoom_wrap img.anime-up {
    margin-bottom: -5%;
  }
  ul.title_slide .zoom_wrap img.anime-down {
    margin-top: -5%;
  }
}
/* アニメーション 動き */
@keyframes fadezoom {
  0% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadetop {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fadebottom {
  0% {
    transform: translateY(5%);
  }
  100% {
    transform: translateY(0px);
  }
}
/*==================================

リード

==================================*/
#lead_md {
  text-align: center;
  margin: 6em 0 5em;
  font-family: "A1 Mincho R JIS2004 AP", serif;
  position: relative;
}
#lead_md .about_bg_md {
  position: absolute;
  top: -3em;
  left: 8.6em;
  z-index: -1;
}
#lead_md > p {
  text-align: center;
  line-height: 2.3;
  font-size: 120%;
  margin: 1.7em 0 3em;
  font-family: "A1 Mincho R JIS2004 AP", serif;
  letter-spacing: 0.2em;
}
#lead_md .lead_ttl {
  font-size: 280%;
  letter-spacing: 0.1em;
}
#lead_md .lead_ttl ruby {}
#lead_md .lead_ttl rt {
  font-size: 41%;
  letter-spacing: 0.2em;
}
#lead_md p {
  /* font-size: 190%; */
  margin: 0.3em auto 0;
}
[data-ruby] {
  position: relative;
}
[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1.5em;
  left: 2px;
  right: 0;
  margin: auto;
  font-size: 0.35em;
}
/* 以下追加 */
rt {
  display: none;
}
/*==================================

共通title

==================================*/
.main_wrap_md {
  max-width: 1170px;
  margin: 0 auto;
}
.ttl_md {
  margin: 3em auto;
}
.ttl_md img {
  /* height: 85px; */
	display: block;
margin: 0 auto;
}

#about_md .ttl_md img {
  height: 85px;
  margin: 3em auto;
  display: block;
}
#about_md .ttl_md img {
  height: 65px;
}
#about_md .ttl_md {
  margin: 3em auto 0em;
}

.lineup_images_md /* ラインナップ */
.lineup_wrap .ttl_md {
  margin: 4em auto -0.7em;
}
/*==================================

about

==================================*/
#about_md {
  position: relative;
}
.about_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.3em;
}
.about_wrap .about_text p {
  font-size: 105%;
  font-family: "游ゴシック体 Pr6N M";
  text-align: left;
  line-height: 2.8em;
  letter-spacing: 2px;
}
#about_md .ttl_md {}
#about_md .about_bg_md img {}
/* about_images */
.about_flex {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.5px;
}

.about_images {
display: flex;
flex-direction: column;
gap: 1.5px;
width: 50%;
}
.about_flex1_right {
	display: flex;
flex-direction: column;
gap: 1.5px;
}
.about_images div {
  /* position: absolute; */
  overflow: hidden;
}
.about_images div span {
  display: block;
  overflow: hidden;
  transform: scale(1.08);
}
.about_images div img {
  display: block;
  width: 100%;
  /* height: revert-layer; */
}
.about_images div .sepia {
  position: absolute;
  top: 0;
  left: 0;
}
.about_images.active div img {}
.about_images.active .sepia {
  animation: fadeOut05 1.2s forwards 1.3s !important;
}
/* about anime */
.about_images.active div.image01 span {
  animation: fadezoom 1.5s forwards 0s;
}
.about_images.active div.image02 span {
  animation: fadezoom 1.5s forwards 0.4s;
}
.about_images.active div.image03 span {
  animation: fadezoom 1.5s forwards 0.8s;
}
.about_images.active div.image04 span {
  animation: fadezoom 1.5s forwards 0.4s;
}
.about_images.active div.image05 span {
  animation: fadezoom 1.5s forwards 0.8s;
}
.about_images.active div.image06 span {
  animation: fadezoom 1.5s forwards 0s;
}
.about_images.active div.image07 span {
  animation: fadezoom 1.5s forwards 0.5s;
}
.about_images.active div.image08 span {
  animation: fadezoom 1.5s forwards 0.8s;
}
@keyframes fadezoom {
  0% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeOut05 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*==================================

line up

==================================*/
.lineup_images_md {
  /* background: #f9f8f6; */
  padding: 1em 500% 0em;
  margin: 9em -500% 0em;
  /* height: 134vw; */
}
.lineup_wrap .lineup_images_md .images_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2.5em 3.5em;
  max-width: 1000px;
  margin: 0 auto;
}
.lineup_images_md .images_wrap {
  /* height: 1560px;
	position: relative; */
}
.lineup_images_md .images_wrap ul {}
.lineup_images_md .images_wrap ul li div {}
.lineup_images_md .images_wrap ul li div img {
  position: relative;
  transform: scale(1.06);
  opacity: 0;
}
.lineup_images_md .images_wrap.active ul li.item_01 div img {
  animation: fadezoom_opacity 1.9s forwards 1s;
}
.lineup_images_md .images_wrap.active ul li.item_02 div img {
  animation: fadezoom_opacity 1.9s forwards 0.5s;
}
.lineup_images_md .images_wrap.active ul li.item_03 div img {
  animation: fadezoom_opacity 1.9s forwards 0.7s;
}
.lineup_images_md .images_wrap.active ul li.item_04 div img {
  animation: fadezoom_opacity 1.9s forwards 1.2s;
}
.lineup_images_md .images_wrap.active ul li.item_05 div img {
  animation: fadezoom_opacity 1.9s forwards 1.4s;
}
/* images anime */
.lineup_images_md .images_wrap.active ul li.active img {
  animation: fadezoom_opacity 1.9s forwards 0s;
}
@keyframes fadezoom_opacity {
  0% {
    opacity: 0;
    transform: scale(1.06);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/*==================================

colors

==================================*/
/* #items_wrap {
	background: #f6f6f4;
	padding: 1em 500% 5em;
	margin: 12em -500% 0em;
}
/*

/* 画像切替 */
ul.detail_slide {}
ul.detail_slide li {}
ul.detail_slide li .slide_wrap {}
ul.detail_slide li .slide_wrap .zoom_wrap {
  overflow: hidden;
}
ul.detail_slide li .slide_wrap .zoom_wrap img {}
#detail_01 ul.detail_slide {}
#detail_01 ul.detail_slide li {
  background: #f7f6f4;
}
#detail_01 ul.detail_slide li .slide_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#detail_01 ul.detail_slide li .slide_wrap .zoom_wrap {
  width: 48%;
}
#detail_01 ul.detail_slide li .slide_wrap .zoom_wrap img {}
#detail_01 ul.detail_slide li .slide_wrap .zoom_wrap.down_image {
  margin-top: 4em;
}
#detail_01 ul.detail_slide li .slide_wrap .zoom_wrap:nth-child(2) {}
@keyframes fadetop_0 {
  0% {
    opacity: 0;
    transform: translateY(-5%);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadebottom_0 {
  0% {
    opacity: 0;
    transform: translateY(5%);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
/* item link */
.spec_wrap_md {
  clear: both;
}
.spec_wrap_md {
  /* display: flex;
  justify-content: center;
  align-items: center; */
  margin-top: 3.3em;
}
.spec_wrap_md a {
  display: flex;
  justify-content: center;
align-items: center;
}

.spec_wrap_md img {
  margin-right: 4em;
}
.spec_wrap_md .spec_md {}
.spec_wrap_md .spec_md .name_md {
  display: block;
  font-size: 143%;
  margin-bottom: 1em;
  line-height: 1.5em;
}
.spec_wrap_md .spec_md .name_md .min_md {
  font-size: 85%;
  letter-spacing: 0.03em;
}
.spec_wrap_md .spec_md .buy_md {
  color: #FFF;
  background: #000;
  border: 1px solid #000;
  border-radius: 1em;
  font-size: 110%;
  padding: 0.3em 2.1em 0.2em;
  line-height: 1.3;
  letter-spacing: 0.2em;
  display: inline-block;
  float: right;
  align-items: center;
  font-family: 'Akshar', sans-serif;
    transition: all 0.3s;
}
.spec_wrap_md a:hover {
  opacity: 0.7 !important;
}
.spec_wrap_md a:hover .spec_md .buy_md {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
.spec_wrap_md .spec_md .price_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spec_wrap_md .spec_md .price_md {
  font-size: 130%;
  font-family: 'Akshar', sans-serif;
}
.last_item_link .spec_md {
  display: flex;
  justify-content: end;
  align-items: flex-end;
  gap: 4em;
}
.last_item_link .spec_md .buy_md {
  margin-bottom: 1em;
}
/*==================================

イメージ

==================================*/
#images_md {}
/* .images_wrap {
	height: 1400px;
	position: relative;
} */
.images_wrap ul {}
.images_wrap ul li div {}
.images_wrap ul li div img {
  position: relative;
  transform: scale(1.06);
  opacity: 0;
}
.images_wrap ul li.image01 {}
.images_wrap ul li.image02 {}
.images_wrap ul li.image03 {}
.images_wrap ul li.image04 {}
.images_wrap ul li.image05 {}
.images_wrap ul li.image06 {}
/* images anime */
.images_wrap ul li.active img {
  animation: fadezoom_opacity 1.9s forwards 0s;
}
@keyframes fadezoom_opacity {
  0% {
    opacity: 0;
    transform: scale(1.06);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*==================================

item エリア 

==================================*/
.item_ttl {
  text-align: center;
}
/* item01 */
#item01.item_wrap {
  margin-top: 1.5em;
  padding-bottom: 8em;
}
.item_wrap {
  margin-top: 7em;
  padding-bottom: 8em;
}
#items_wrap .item_wrap:last-child {
  border-bottom: none;
}
#items_wrap {
  background: #f6f6f4;
  padding: 1em 500% 0em;
  margin: 12em -500% 0em;
}
#items_wrap .item_wrap .item_main_img_md img {
  margin-left: 3em;
}
#items_wrap .item_wrap .item_main_img_md {
  display: flex;
  justify-content: center;
}
/*------------------------------------
画像ループエリア
------------------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity {
  padding-top: 2.7em;
  animation-delay: 0s;
  padding-bottom: 0.5em;
  max-width: 1000px;
  overflow: hidden;
  margin: 0 auto;
}
.scroll-infinity__wrap {
  display: flex;
  /* overflow: hidden; */
  margin-left: -4em;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
/* item01 03 5枚 */
.scroll-infinity.scrollin .scroll-infinity__list--left {
  animation: infinity-scroll-left 30s infinite linear 3s both;
}
/* item02 04 7枚 */
#item02 .scroll-infinity.scrollin .scroll-infinity__list--left, #item04 .scroll-infinity.scrollin .scroll-infinity__list--left {
  animation: infinity-scroll-left 40s infinite linear 3s both;
}
/* item06 6枚 */
#item06 .scroll-infinity.scrollin .scroll-infinity__list--left {
  animation: infinity-scroll-left 35s infinite linear 3s both;
}
.scroll-infinity__item {
  width: calc(100vw / 6.5);
}
.scroll-infinity__item > img {
  width: 100%;
}
.scroll-infinity__wrap ul li {
  margin: 0 0.2em;
}
.scroll-infinity__wrap ul li:nth-child(1) {}
.scroll-infinity__wrap ul li:nth-child(2) {}
.scroll-infinity__wrap ul li:nth-child(3) {}
.scroll-infinity__wrap ul li:nth-child(4) {}
.scroll-infinity__wrap ul li:nth-child(5) {}
.scroll-infinity__wrap ul li:nth-child(6) {}
.scroll-infinity__wrap ul li:nth-child(7) {}
.scroll-infinity__wrap ul li:nth-child(8) {}

.scroll-infinity.fadeIn_lv .scroll-infinity__item:nth-child(1) {}
.scroll-infinity.fadeIn_lv .scroll-infinity__item:nth-child(2) {}
.scroll-infinity.fadeIn_lv .scroll-infinity__item:nth-child(3) {}
.scroll-infinity.fadeIn_lv .scroll-infinity__item:nth-child(4) {}
.scroll-infinity.fadeIn_lv .scroll-infinity__item:nth-child(5) {}
.scroll-infinity.fadeIn_lv .scroll-infinity__item:nth-child(6) {}
.scroll-infinity.fadeIn_lv .scroll-infinity__item:nth-child(7) {}
.fade_lv.fadeIn_lv {
  animation: fadeIn_lv 1.0s forwards 0s;
}
@keyframes fade_lv {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn_lv {
  0% {
    transform: translateY(25px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
/*==================================

link_list

==================================*/
.link_list_md {
  width: 30%;
  margin: 5em auto 0em;
  padding-bottom: 0.5em;
  text-align: center;
}
.link_list_md ul {
  margin-bottom: 0;
}
.link_list_md ul li {
  margin: 1.0em auto 0;
}
.link_list_md ul li.list_line_md {
  border-bottom: 2px solid #000;
}
.link_list_md ul li.logo_md {
  width: 60%;
  margin: 3em auto 1.5em;
}
.link_list_md ul li a {}
.link_list_md ul li a img {}
.item_md {
  opacity: 1;
  transform: translateY(2rem);
  transition: opacity .8s, transform .8s;
  width: 600px;
  margin: 0 auto;
}
.item_md.active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .0s;
}
/* ラインナップエリア　調整 */
.item_md {
  opacity: 1;
  transform: translateY(2rem);
  transition: opacity .8s, transform .8s;
  width: 500px;
  margin: 0 auto;
}
/*==================================

スライド

==================================*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  padding: 0;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.main_wrap_md .slick-slide img {
  display: block;
  margin: 0 auto 1em;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*==================================

slide dots スライド下の丸

==================================*/
.slick-dotted.slick-slider {
  margin-bottom: 50px;
}
.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0em 0 0;
  list-style: none;
  text-align: center;
  opacity: 1;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  margin: 0 0.2em;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 25px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  border: 0;
  background: none;
  outline: none;
  text-align: center;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  transition: all 130ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  content: '';
  border-radius: 20px;
  opacity: 1;
  background: #c0c0c0; /* ドットの色 */
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  background: #36357a; /* ドット（現在地）の色 */
}
/*==================================

last item link

==================================*/
.last_item_link a {
  margin-top: 1em;
}
/*==================================

item 説明

==================================*/
.item_text_md {
  /* width: 590px; */
  margin: 7% auto 5%;
  font-family: "A1 Mincho R JIS2004 AP", serif;
  font-size: 115%;
  letter-spacing: 0.23em;
  line-height: 2em;
  text-align: center;
}
.item_ttl {
  font-size: 140%;
  font-family: "A1 Mincho M JIS2004 AP", serif;
}
.item_text_md p.item_txt {
  margin-top: 0;
}
/*==================================

archive link

==================================*/
.archive_md {
  margin: 5em auto 0em;
}
.archive_md img {
  width: 36vw;
  margin: 0 auto;
  display: block;
}
.archive_md p {
  text-align: center;
  font-size: 140%;
}
.archive_md ul li {
  margin:2em auto;
}
.archive_ttl {
  width: 9.5vw;
  margin: 0 auto;
}
/*==================================

全てのアイテムへ

==================================*/
.all_items_md {
  margin: 5em auto 0em;
}
.all_items_ttl img {
  display: block;
  width: 20vw;
  margin: 0 auto;
}
.all_items_md a img {
  display: block;
  width: 5vw;
  margin: 1.5em auto 0;
}
#scroll_md {
  margin: 0 auto;
  padding: 0em 0 3em;
  animation: down_pop 2s infinite;
}
@keyframes down_pop {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*==================================

SP

==================================*/
@media (max-width: 1150px) {
  .about_images {
    width: 50%;
  }
  .about_wrap .about_text p {
    font-size: 1.5vw;
  }
  .images_wrap ul li div img {
    width: 25vw;
  }
}
@media (max-width: 820px) {
  #container_md .pc_md {
    display: none !important;
  }
  #container_md .sp_md {
    display: block;
  }
  .main_wrap_md {
    font-size: 3.4vw;
    width: 100%;
    background-color: #fff;
    margin-top: -5px;
    position: relative;
}
  .sr_page-shopping-result__free .fca_container__in {}
  .sr_page-shopping-result__free .fca_container {}
  #container_md .pc_md {}
  #container_md .sp_md {}
  #container_md {}
  #container_md a {}
  #container_md ul {}
  #container_md ul li {}
  #container_md.load_md {}
  /*==================================

title

==================================*/
  #title_md {
    height: 115vw;
    overflow: hidden;
  }
  #title_md .main_ttl {
    top: 30%;
  }
  #title_md .main_ttl .main_ttl_wrap {
    width: 100%;
  }
  #title_md .main_ttl img:nth-child(1) {
		width: 80%;
	}
  #title_md .main_ttl img:nth-child(2) {
    width: 30%;
  }
  /* スライドアニメ */
  ul.title_slide {}
  ul.title_slide li {}
  ul.title_slide li .slide_wrap {}
  ul.title_slide li .slide_wrap .zoom_wrap {}
  ul.title_slide li .slide_wrap .zoom_wrap img {}
  .slide01 {}
  .slide02 {}
  .slide03 {}
  .slide04 {}
  /* zoom */
  .slide-animation img {}
  .zoom-animation img {}
 
  /*==================================

リード

==================================*/
  #lead_md {
    margin: 0em 0 5em;
    font-size: 70%;
    padding-top: 5em;
    }
  #lead_md .lead_ttl {}
  #lead_md .lead_ttl ruby {}
  #lead_md .lead_ttl rt {}
  #lead_md p {}
  /*==================================

共通title

==================================*/
  .ttl_md {}
  .ttl_md img {
    margin: 2.5em auto 1.3em;
  }
	.lineup_images_md .ttl_md img{
    width: 30vw;
	}

  /*==================================

about

==================================*/
  #about_md {
		margin-bottom: 3em;
	}
	#about_md .ttl_md img {
		margin: 3em auto 1.5em;
	}
  #about_md .ttl_md {}
  #lead_md .about_bg_md {
    position: absolute;
    top: 1em;
    left: -3.4em;
    z-index: -1;
    width: 60%;
  }
  #lead_md > p {
    font-size: 3.5vw;
  }
  #about_md .about_bg_md {}
  .about_wrap {
    display: flex;
    flex-direction: column;
		gap: 1em;
  }
  #about_md .about_bg_md img {}
  .about_wrap .about_text p {
    font-size: 2.9vw;
    /* text-align: center; */
    line-height: 1.9em;
    letter-spacing: 2.3px;
    }
  /* about_images */
  .about_images {
    width: 87%;
  }
  .about_images div {}
  .about_images div span {}
  .about_images div span img {}
  .about_images div.image01 {}
  .about_images div.image02 {}
  .about_images div.image03 {}
  .about_images div.image04 {}
  .about_images div.image05 {}
  .about_images div.image06 {}
  .about_images div::before {}
	  /*==================================

line up スライド

==================================*/
.main_wrap_md .slick-slide img {}
.main_wrap_md .slick-slide img {
	margin: 0em auto 0.7em;
	background-color: #fff;
}
.slick-dots li button {
	width: 23px;
}
.slick-dots li button:before {
	width: 10px;
	height: 10px;
}
.item_md {
	width: 80%;
}
.lineup_images_md .images_wrap ul li.images_01::before {
	width: 70%;
}
.styling_md {
	position: relative;
}
.styling_md .slick-list {
	overflow: visible;
	aspect-ratio: 100 / 145;
}
#line_up_md .slick-slide img {
  width: 93%;
}
/* スライド開始前のアニメーション（イントロ） */
.styling_md.is-intro li {
opacity: 0;
transform: translateX(0) rotate(0deg) scale(1.05);
z-index: 1;
}
.styling_md.is-intro .slick-slide {
			transition: opacity 0.5s ease, transform 0.7s ease;
	}
.styling_md.is-intro .slick-slide.is-stacked {
	opacity: 1 !important;
}  
/* それぞれの傾き  */
.styling_md.is-intro .slick-slide.item_01.is-stacked {z-index: 4; transform: translateX(0%) rotate(0deg) scale(1);}
.styling_md.is-intro .slick-slide.item_02.is-stacked {z-index: 3; transform: translateX(0%) rotate(0deg) scale(0.96);}    
.styling_md.is-intro .slick-slide.item_03.is-stacked {z-index: 2; transform: translateX(0%) rotate(0deg) scale(0.96);}
.styling_md.is-intro .slick-slide.item_04.is-stacked {z-index: 1; transform: translateX(0%) rotate(0deg) scale(0.96);}  
.styling_md.is-intro .slick-slide.item_05.is-stacked {z-index: 0; transform: translateX(0%) rotate(0deg) scale(0.96);}   
		
/* 1、2以外はイントロ後に非表示*/
.styling_md.is-intro .slick-slide.is-fadeout {
opacity: 0 !important;
}
	
/* スライド開始 */
.styling_md .slick-track {
	transform: none !important;
}
.styling_md .slick-slide {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	transition:
		transform 1.3s ease, opacity 1.3s ease;
}
/* 次に来るスライド */
.styling_md:not(.is-intro) .slick-active + .slick-slide {
	opacity: 1;
	transform: translateX(0%) rotate(0deg) scale(0.93);
}
/* 現在のスライド */
.styling_md:not(.is-intro) .slick-slide.slick-active {
	opacity: 1;
	transform: translateX(0) rotate(0);
	z-index: 2;
	pointer-events: auto;
}
/* 消えるスライド */
.styling_md .slick-slide.is-leave {
	opacity: 0;
	transform: translateX(-40%) rotate(-3deg) scale(0.95);
	z-index: 3;
	transition: opacity 0.4s ease 0.3s, transform 0.9s ease;
}
.styling_md:not(.is-intro) .slick-slide.slick-active + .is-leave {
  z-index: 1;
  }
  

.lineup_wrap .lineup_images_md .images_wrap ul {
	position: relative;
	display: block;
}
.lineup_images_md {
	margin: 0em auto 0em;
	padding: 2em 0 0em;
	/* height: 150vw; */
	width: 90%;
}
#line_up_md ul li a:hover {
  opacity: 1;
}
/*==================================

slide arrows 左右の矢印

==================================*/
.slide-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  border: none;
  outline: none;
  z-index: 8;
  top: calc(40% - 50px);
  display: block;
  width: 13px;
  height: 200px;
    cursor: pointer;
  transition: all .3s;
  border-radius: 50%;
  background-color: transparent;
  background-image: url(../images/slider_arrow_prev.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
/* next prev */
.prev-arrow {
  left: -5%;
}
.next-arrow {
  right: -5%;
  background-image: url(../images/slider_arrow_next.svg);
}

  /*==================================

ITEMS

==================================*/
#items_wrap .ttl_md img {
  width: 25vw;
}
  .scroll-infinity__item {
    width: calc(100vw / 3);
  }
  /* item link */
  .spec_wrap_md {
    clear: both;
    border-bottom: none;
    width: 90%;
    margin: 0 auto;
    padding: 0em;
		gap: 2%;
  }
  .spec_wrap_md a {
    text-align: center;
    margin-top: 0;
  }
  .spec_wrap_md img {
    margin: 0em auto 0em;
    display: block;
    width: 47%;
  }
  .spec_wrap_md .spec_md {
    display: block;
    margin-right: 0.5em;
  }
  .spec_wrap_md .spec_md .name_md {
    font-size: 2.8vw;
    margin-bottom: 0.3em;
  }
  .spec_wrap_md .spec_md .price_md {
    font-size: 2.8vw;
  }
  .spec_wrap_md .spec_md .price_wrap {
    flex-direction: column;
  }
  .spec_wrap_md .spec_md .buy_md {
    font-size: 3.2vw;
    padding: 0.3em 2.1em 0.2em;
    margin: 0.5em auto;
  }
  .spec_wrap_md .spec_md .name_md .min_md {}
  .spec_wrap_md .spec_md .buy_md {
    float: none;
    height: auto;
  }

	#items_wrap .item_wrap .item_main_img_md img {
    margin-left: 22.5%;
  }
  #items_wrap .item_wrap .item_main_img_md {
    width: 87%;
  }
  .item_wrap {
    padding-bottom: 5em;
    margin-top: 4em;
  }
  .item_name {
    font-size: 87%;
    margin: 0.3em 0 -0.6em;
  }
  .item_number {
    font-size: 100%;
    width: 105px;
  }
  #item01.item_wrap {
    padding-bottom: 5em;
    margin-top: 0em;
  }
  #item02.item_wrap, #item03.item_wrap, #item04.item_wrap {
    margin-top: 4em;
  }
  /*==================================
スクロールイメージ
==================================*/
  .scroll-infinity__item {
    width: calc(100vw / 3);
  }
  .scroll-infinity {
    padding-top: 1.5em;
		padding-bottom: 1.5em;
  }
  /*==================================

items_wrap

==================================*/
  #items_wrap {
    margin: 7em auto 0em;
    padding: 0.3em 0 0;
  }
  #items_wrap .ttl_md {
    margin: 0em auto 0em;
  }
  .item_ttl {
    margin-bottom: 0.5em;
  }
  .item_ttl {
    font-size: 130%;
    font-family: "A1 Mincho M JIS2004 AP", serif;
  }
  /* 画像切替 */
  ul.detail_slide {}
  ul.detail_slide li {}
  ul.detail_slide li .slide_wrap {}
  ul.detail_slide li .slide_wrap .zoom_wrap {}
  ul.detail_slide li .slide_wrap .zoom_wrap img {}
  #detail_01 ul.detail_slide {}
  #detail_01 ul.detail_slide li {}
  #detail_01 ul.detail_slide li .slide_wrap {}
  #detail_01 ul.detail_slide li .slide_wrap .zoom_wrap {}
  #detail_01 ul.detail_slide li .slide_wrap .zoom_wrap img {}
  #detail_01 ul.detail_slide li .slide_wrap .zoom_wrap.down_image {
    margin-top: 2em;
  }
  #detail_01 ul.detail_slide li .slide_wrap .zoom_wrap:nth-child(2) {}
  /* #detail_02 ul.detail_slide {
		width: 86%;
	} */
  #detail_02 ul.detail_slide li {}
  #detail_02 ul.detail_slide li .slide_wrap {}
  #detail_02 ul.detail_slide li .slide_wrap .zoom_wrap {}
  #detail_02 ul.detail_slide li .slide_wrap .zoom_wrap img {}
  #detail_03 {}
  #detail_03 .colors {
    margin: 0;
  }
  #detail_md ul.detail_list > li#detail_03 p {}
  /*==================================

ラインナップ

==================================*/
  #images_md {
    padding: 1em 0 4em;
    /* margin-top: 7em; */
  }
  .lineup_wrap .ttl_md {
    margin: 2em auto -1.5em;
  }
  #images_md .spec_wrap_md .spec_md {
    display: block;
  }
  #images_md .spec_wrap_md .name_md {
    margin: 0 0 0.7em;
  }
  #images_md .spec_wrap_md .buy_md {}
  /*==================================

item link ラスト

==================================*/
  #detail_02 ul.detail_slide {
    width: 82vw;
  }
  /*==================================

archive_link

==================================*/
  .archive_ttl {
    width: 30vw;
  }
  .archive_md {
    margin: 4em auto 7em;
  }
  .archive_md img {
    width: 80%;
  }
  .archive_md p {
    text-align: center;
    font-size: 120%;
  }
  .archive_md ul li {
    margin: 1em auto;
  }
  /*==================================

link_list

==================================*/
  .link_list_md {
    width: 60%;
    margin: -3em auto 0;
  }
  .link_list_md ul {}
  .link_list_md ul li {}
  .link_list_md ul li.list_line_md {}
  .link_list_md ul li.logo_md {}
  .link_list_md ul li a {}
  .link_list_md ul li a img {}
  /*==================================

全てのアイテムへ

==================================*/
  .all_items_md {
    margin: 3em auto 0em;
  }
  .all_items_ttl img {
    width: 47%;
  }
  .all_items_md a img {
    width: 13%;
  }
}