@charset "UTF-8";
/*=============================================================

	Date: 2025-10-16
	CSS Document ： SEASON LOOK WINTER 2025
	
=============================================================*/

.fsc_gfooter__breadcrumb {
  margin-top: 0;
}

#footercontent .fsc_gfooter__breadcrumb {
  display: none;
}
div.pankuzu_fca h1 {
  font-size: 100%;
  display: block;
  width: 100%;
  margin: 0 0 0;
  padding: 0.3em 0 0;
  color: #444;
}
.main-visual {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.fsc_emergency, .fsc_gfooter__breadcrumb, #footercontent {
  z-index: 3;
  position: relative;
}
#container_md .pc_md {
  display: block;
}
#container_md .sp_md {
  display: none;
}
#container_md ul {
  padding-inline-start: 0;
}
#container_md ul li {
  list-style: none;
}
#container_md {
  color: #000;
  opacity: 1;
  font-size: 120%;
  line-height: 1.7;
  letter-spacing: 0.12em;
  z-index: 2;
  overflow: hidden;
}
#container_md.load_md {
  /* animation: fade_md 0.8s forwards 0.8s; */
}
@keyframes fade_md {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.inner_md {
  width: 475px;
  margin: 0 auto;
  background: #FFF;
  /* overflow: hidden; */
}
@media screen and (max-width: 1100px) {
  /* SP */
  #container_md .pc_md {
    display: none !important;
  }
  #container_md .sp_md {
    display: block;
  }
}
/*==================================

title

==================================*/
.title_inner_md {
  background: #FFF;
  /* position: relative; */
  z-index: 10;
}
.title_md {
  /* position: relative; */
  /* overflow: hidden; */
}
.main_title {
  text-align: center;
  padding: 0em 0 1.7em;
  /* position: sticky; */
  /* top: 0; */
  /* left: 0; */
}
div.look_md .main_title img {
  width: 300px;
}
.title_slide_md {
	max-width: 1300px;
	margin: 0 auto;
}
.title_slide_md ul {
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.title_slide_md ul li {
	width: 50%;
	position: relative;
	opacity: 0;
	animation: item_fadein 0.8s forwards 0s;
}
.title_slide_md ul li:nth-child(1) {
	animation-delay: 1.5s;
}
.title_slide_md ul li:nth-child(2) {
	animation-delay: 1.9s;
}

@media screen and (min-width: 1101px) {
.title_slide_md ul li {
  width: calc(100%/2);
  position: relative;
  opacity: 0;
  animation: item_fadein 0.8s forwards 0s;
}
.title_slide_md ul li:nth-child(1) {
  animation-delay: 1.5s;
}
.title_slide_md ul li:nth-child(2) {
  animation-delay: 1.9s;
}
}
@media screen and (max-width: 1100px) {
.title_slide_md {
  opacity: 0;
  animation: item_fadein 0.8s forwards 0.5s;
}
}

@keyframes item_fadein {
  0% {
    transform: translate(0px, 2em);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1.0;
  }
}
@keyframes item_fadein02 {
  0% {
    transform: translate(0px, 1em);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1.0;
  }
}

@keyframes fadein-right {
  0% {
    transform: translate(2em, 0px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1.0;
  }
}
.title_slide_md ul li a {
  color: #FFF;
}
.title_slide_md ul li a img {
  width: 100%;
}
.thema_title_md {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0%;
  font-family: 'Akshar', sans-serif;
  font-weight: 500;
  font-size: 3.5vw;
  letter-spacing: 0.0em;
  display: block;
  text-align: center;
}
.thema01 .thema_title_md img { /* width: 61%; */
}
.thema02 .thema_title_md img { /* width: 80%; */ /* filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.2)); */
}
.title_slide_md ul li a .sub_md {
  display: block;
  margin-bottom: -0.1em;
}
.title_slide_md ul li a .sub_md .sub_inner_md { /* padding: 0 0.5em; */ letter-spacing: 0.03em;
  font-size: 60%;
  display: block;
  line-height: 1;
}
.title_slide_md ul li a .sub_md .num_md {
  font-size: 120%;
  line-height: 1.4;
}
.title_slide_md ul li a .main_md {
  /* margin-left: 1rem; */
  font-size: 130%;
  display: inline-block;
  padding-right: 0.8em;
  background-image: url('../images/link_arrow_w.svg');
  background-position: right bottom 0.3em;
  background-size: 0.5em;
  background-repeat: no-repeat;
}
.min_md {
  font-size: 44%;
  display: block;
}
@media screen and (min-width: 1101px) {
.swiper .swiper-pagination-wrap{display: none !important;}
}
/* 前へ次への矢印カスタマイズ */
.swiper .swiper-pagination {
  position: static;
  margin: 0.3em 0 0;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4em;
}
.swiper .swiper-pagination-bullet {
  opacity: 1;
  background: #cfcfcf;
  /*border: 1px solid #000;*/
  width: 1.3em;
  height: 0.25em;
  justify-content: center;
  transition: all 0.2s;
	border-radius:0.7em;
}
.swiper .swiper-pagination-bullet-active {
  background: #4c4c4c;
}
.swiper .swiper-pagination-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.3em;
  margin: 00.5em auto 0;
}
.swiper .swiper-pagination {
  /* position: relative; */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.1em;
  font-size: 85%;
}


@media screen and (max-width: 1100px) {
  /* SP */
  .title_inner_md {
    /* padding-bottom: 30vw; */
}
  .title_slide_md {
    /* padding-top: 30vw; */
}
  .title_slide_md ul {
display: block;
  }
	.title_slide_md ul li {
		width: 100%;
		margin: -1px 0;
	}
#menu_md .menu_inner_md::after {
  display: block;
  width: 1.2em;
  max-width: 5vw;
  height: 80vw;
  content: '';
  background-image: url(../images/side_titile.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size:contain;
  position: absolute;
  top: 3.5em;
  left: 0.9em;
  pointer-events: none;
  font-size: 1rem;
  transition: all 0.3s;
}
#menu_md .menu_inner_md.fixed_stop_md::after {
    opacity: 0;
}

}
@media screen and (max-width: 800px) {
  .thema_title_md {
    font-size: 9.9vw;
  }
	.title_md {
	/* margin-top: -107vw; */
	}
  .main_title {
    padding: 1.3em 0 1.3em;
    /* position: sticky; */
    /* top: 0; */
    /* left: 0; */
    /* z-index: 1000000; */
    /* height: 132vw; */
    /* z-index: 10; */
    /* pointer-events: none; */
  }
  div.look_md .main_title img {
    width: 50%;
    /* margin:1em auto 0; */
  }
}
/*==================================

目次

==================================*/
.contents_md {
  margin: 3em auto;
  width: 90%;
  font-family: 'Akshar', sans-serif;
  font-weight: 500;
}
.contents_ttl_md {
  border-bottom: 1px solid #000;
  line-height: 0.55;
  display: block;
}
.contents_list_md {}
.contents_list_md ul {}
.contents_list_md ul li {
  margin: 1.5em 0;
}
.contents_list_md ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contents_list_md ul li a:hover {
  text-decoration: none;
}
.contents_list_md ul li a .sub_md {
  display: block;
}
.contents_list_md ul li a .sub_md .sub_inner_md {
  color: #000;
  /* background: #000; */
  padding: 0 0.5em;
  letter-spacing: 0.07em;
  font-size: 70%;
  display: block;
  /* line-height: 1; */
  white-space: nowrap;
}
.contents_list_md ul li a .sub_md .num_md {
  font-size: 120%;
  line-height: 1.4;
}
.contents_list_md ul li a .main_md {
  margin-left: 1rem;
  font-size: 140%;
  display: inline-block;
  padding-right: 2.0rem;
  background-image: url('../images/link_arrow.svg');
  background-position: right;
  background-size: 1rem;
  background-repeat: no-repeat;
  letter-spacing: 0.03em;
}
.contents_list_md ul li a .main_md .min_md {
  display: inline-block;
  vertical-align: middle;
  font-size: 75%;
  margin-right: 0.5em;
}
.contents_list_md ul li a .main_md img {
  width: 100%;
}
.contents_list_md ul li:nth-child(1) a .main_md {
  width: 68%;
}
.contents_list_md ul li:nth-child(2) a .main_md {
  width: 67%;
  /* margin-left: 0.7rem; */
}
.contents_list_md ul li:nth-child(3) a .main_md {
  width: 68%;
}
#scroll_md {
  width: 475px;
  text-align: center;
  margin: 0 auto;
  padding: 4em 0;
  animation: down_pop 3.0s infinite;
}
@keyframes down_pop {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}
#scroll_md img {
  width: 15%;
}
@media screen and (max-width: 1100px) {
  .scroll-indicator {
    position: fixed;
    bottom: 14vw;
    left: 0;
    width: 100%;
    z-index: 10;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .scroll-indicator.is-visible {
    opacity: 1;
  }
}
/*==================================

fixed_bg_md

==================================*/
#main_wrap_md {
  position: relative;
  /* overflow: hidden; */
}

#main_wrap_md.fade-in-md {
 opacity: 0;
animation: fade_md 0.5s forwards 2.5s;
}

#fixed_bg_md {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
#fixed_bg_md ul {
  width: 100%;
}
#fixed_bg_md ul li {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#fixed_bg_md ul li div {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: calc(50vw - 187px);
  height: 100vh;
}
#fixed_bg_md ul li div.bg_l_md {}
#fixed_bg_md ul li div.bg_r_md {}
/* 個別 */
#fixed_bg_md ul li {
  opacity: 0;
  transition: all 0.3s;
}
#fixed_bg_md ul li.fixed_on_md, #fixed_bg_md ul li#bg01_md {
  opacity: 1 !important;
}
#fixed_bg_md ul li#bg01_md div.bg_l_md {
  background-image: url('../images/bg01_01.webp');
}
#fixed_bg_md ul li#bg01_md div.bg_r_md {
  background-image: url('../images/bg01_02.webp');
}
#fixed_bg_md ul li#bg02_md div.bg_l_md {
  background-image: url('../images/bg02_01.webp');
}
#fixed_bg_md ul li#bg02_md div.bg_r_md {
  background-image: url('../images/bg02_02.webp');
}
/*==================================

fixed_pc_md

==================================*/
.fixed_pc_md {
  height: 100vh !important;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
}
#fixed_pc_md {
  position: fixed;
  top: 0px;
  z-index: 1;
  right: calc(30vw - 310px);
  max-width: 250px;
}
#fixed_pc_md > a {}
#fixed_pc_md > a img {}
#fixed_pc_md ul {}
#fixed_pc_md ul li {}
#fixed_pc_md ul li a {}
#fixed_pc_md ul li a img {}
#fixed_pc_md .contents_md {
  margin: 0 auto 2.5em;
  width: 88%;
  font-size: 70%;
}
#fixed_pc_md .link_list_md {
  width: 76%;
  margin: 0em auto 0;
  padding-bottom: 0;
}
.flex_box_md {
  width: 100%;
}
@media screen and (min-width: 1099px) {
  /* PC */
  .ttl_text {
    position: absolute;
    top: 0;
    left: calc(30vw - 285px);
    z-index: 1;
    width: 19vw;
    max-width: 250px;
    height: auto;
  }
  .ttl_text.pc_md.fixed_stop_md {
    position: absolute;
  }
}
@media screen and (min-width: 1200px) {
  #fixed_pc_md .contents_md {
    width: 100%;
    font-size: 90%;
  }
}
@media screen and (max-width: 1100px) {
  /* SP */
	#main_wrap_md{
		margin-top: 2em;
	}
  #fixed_pc_md {
    display: none !important;
  }
  #scroll_md {
    width: 100%;
    /* position: absolute; */
    /* top: 100vh; */
  }
  #scroll_md img {
    width: 15%;
  }
}
@media screen and (min-height: 700px) {
  /* 高さ800以上 */
  #fixed_pc_md, .ttl_text.pc_md {
    position: absolute;
    /* top: 0 !important; */
  }
}
#container_md .fixed_stop_md {
  top: auto !important;
  position: absolute !important;
}
/*==================================

menu_md

==================================*/
#menu_md {
  opacity: 0;
  animation: fade_md 0.8s forwards 0.5s;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#menu_md .menu_inner_md {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#menu_md.fixed_on_md {
  position: fixed;
  top: 0 !important;
}
#menu_md ul {
  padding-inline-start: inherit;
}
#menu_md li {
  list-style: none;
}
.openbtn {
  /* background:#57a2c7; */
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  position: relative;
  z-index: 10;
}
/*ボタン内側*/
.openbtn span {
  display: inline-block;
  transition: all .4s; /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background: #000;
  width: 45%;
}
.openbtn span:nth-of-type(1) {
  top: 15px;
}
.openbtn span:nth-of-type(2) {
  top: 23px;
}
.openbtn span:nth-of-type(3) {
  top: 31px;
}
/*active*/
.openbtn.active span:nth-of-type(1) {
  background: #000;
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 40%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  background: #000;
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 40%;
}
.insta_icon {
  width: 3.5em;
  padding: 12px;
  position: relative;
  z-index: 10;
  font-size: 1rem;
}
#overlay_md {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  display: none;
  background: #f2f2f2;
  max-height: 100vh;
  overflow: auto;
}
.overlay_inner_md {
  max-width: 500px;
  margin: 0 auto;
}
#overlay_md .overlay_ttl_md {
  width: 45%;
  margin: 4em auto 1em;
  display: block;
}
#overlay_md .contents_md {
  margin: 2.5em auto;
  width: 66%;
  font-size: 110%;
}
#overlay_md .contents_md ul {}
#overlay_md .link_list_md {
  width: 66%;
  margin: 4em auto 0;
  padding-bottom: 5em;
}
@media screen and (max-width: 1100px) {
  /* SP */
  #menu_md {
    z-index: 11;
  }
  .openbtn {
    position: absolute;
    top: 0;
    right: 0;
  }
  body.menu_open_md {
  overflow: hidden;
}
}
@media screen and (min-width: 1099px) {
  #menu_md {
    display: none;
  }
}
/*==================================

商品リンク

==================================*/
.styling_item_md {
  margin-top: 0.8em;
  position: relative;
  z-index: 1;
}
.styling_item_md ul {
  max-width: 90%;
  margin: 0 auto;
  font-size: 100%;
  font-family: 'Akshar', sans-serif;
}
.styling_item_md ul li {
  margin: 0.4em 0;
  font-size: 90%;
}
.styling_item_md ul li a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1em;
}
.spec_md {
  /* border-bottom: 1px solid #000; */
  /* min-width: 68%; */
  display: flex;
  justify-content: flex-end;
  text-align: right;
  align-items: center;
  letter-spacing: 0.1em;
  gap: 0.5em;
}
.name_md {
  text-align: left;
  letter-spacing: 0.04em;
  font-size: 95%;
  font-family: 'Akshar', sans-serif;
  margin: 0;
}
.price_md {
  text-align: right;
  font-size: 80%;
  letter-spacing: 0.05em;
}
.price_md .tax_md {
  letter-spacing: 0;
  font-size: 90%;
}
.buy_md {
  color: #FFF;
  background: #000;
  /* border-radius: 1em; */
  font-size: 69%;
  padding: 0.1em 1.6em 0;
  line-height: 1.3;
  display: flex;
  align-items: center;
  font-family: 'Akshar', sans-serif;
}
/* 半分 */
.styling_item_md.half_md {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.half_photo {
  width: 40%;
  /* margin-left: 5%; */
  opacity: 0;
}
.half_photo.right_md {
  width: 40%;
  margin-left: 0%;
  /* margin-right: 5%; */
  order: 1;
}
.scrollin.active .half_photo {
  animation: zoom_fade02 1.0s forwards 0s;
}
.styling_item_md.half_md ul {
  max-width: 100%;
}
.styling_item_md.half_md ul li {}
.styling_item_md.half_md ul li a {
  display: block;
  white-space: nowrap;
  min-width: 9.5em;
}
.styling_item_md.half_md ul li a::after {
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}
.half_md .spec_md {
  display: inherit;
  border: none;
}
.half_md .name_md {
  border-bottom: 1px solid #000;
  display: block;
  margin-bottom: 0.4em;
}
.half_md .price_md {
  float: left;
  margin: 0.3em 0 0;
}
.half_md .price_md .tax_md {}
.half_md .buy_md {
  float: right;
}
/* 個別 */
#thema01_md .buy_md {}
#thema02_md .buy_md {}
/*==================================

テーマ全体

==================================*/
#thema_wrap_md {
    position: relative;
}


div.look_md .pagetop_md{
    display: none;
    position: fixed;
    bottom: 2em;
    right: 0;
    transition: none;
    z-index: 10;
    cursor: pointer;
}
/*.is-win div.look_md .pagetop_md {
left: calc(50vw + 230px);
}*/

div.look_md .pagetop_md span{
    display: block;
     width: 1.5em;
    aspect-ratio: 1/4;
    background-image: url(../images/pagetop.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
    transition: all 0.3s;
}

@media (hover: hover) {
	div.look_md .pagetop_md:hover span{opacity:0.7;}
}

@media screen and (max-width: 1100px) {
  /* SP */
body div.look_md .pagetop_md{
    position: fixed;
    bottom: 5vw;
    right: 0;
    }
}

#thema_wrap_md .contents_wrap {
  padding: 0 0 5em;
  clear: both;
  position: relative;
}
.thema_md {
  padding: 3em 0 4em;
}
/* テーマタイトル */
p.thema_lead_md {
  font-size: 74%;
  font-family: "中ゴシックBBB";
  line-height: 2.3;
  margin: 2.5em 0 3.5em;
  letter-spacing: 0.1em;
  text-align: center;
}
.scrollin.active .thema_text_md {
  animation: item_fadein 1.5s forwards 1.0s;
}
/* 各コーディネート */
ul.coordi_photo {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
ul.coordi_photo li {
  width: 100%;
  margin: 0 auto 2em;
  display: flex;
  justify-content: center;
}
ul.coordi_photo li:last-child {
  margin-bottom: 0;
}
ul.coordi_photo li.left-photo {
  margin-right: 15%
}
ul.coordi_photo li.right-photo {
  margin-left: 15%;
}
ul.coordi_photo li.center-photo {
  margin: 0 auto;
}
ul.coordi_photo li.under-none {
  margin-bottom: 0;
}
ul.coordi_photo li.left-photo, ul.coordi_photo li.right-photo, ul.coordi_photo li.center-photo {
  width: 85%;
}
ul.coordi_photo li.half_photo {
  width: 40%;
  margin: 1.4em 0 0;
}
ul.coordi_photo li img {}
ul.coordi_photo li.sub-photo {
  width: 50%;
  position: absolute;
  opacity: 0;
}
ul.coordi_photo li.sub-photo img {}


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

テーマ01

==================================*/
#thema01_md {
  padding: 0em 0 4em;
}
#thema01_md .thema_ttl_md {
  position: relative;
}

#thema01_md .thema_ttl_md {}
#thema01_md .thema_text_md {
  opacity: 0;
  position: absolute;
  text-align: center;
  bottom: 1%;
  width: 100%;
  left: 0;
  z-index: 10;
  /* filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.3)); */
}
#thema01_md img.thema_ttl_photo01_md {}
#thema01_md .scrollin.active img.thema_ttl_photo01_md {
  animation: zoom_fade01 1.3s forwards 0.3s;
}
#thema01_md .scrollin.active img.illust01 {
  position: absolute;
  top:0;
  animation: zoom_fade02 1.3s forwards 0.8s;
  z-index: 1;
}

#thema01_md .thema_ttl_photo_md {}
#thema01_md .thema_ttl_photo_md img {
  opacity: 0;
}
ul.coordi_photo li {
  overflow: hidden;
}
ul.coordi_photo li img {
  opacity: 0;
  width: 100%;
}
ul.coordi_photo li.active img {
  animation: zoom_fade02 1.0s forwards 0s;
}
@keyframes zoom_fade01 {
  0% {
    transform: translate(0px, 0px) scale(1.2);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px) scale(1.0);
    opacity: 1;
  }
}
@keyframes zoom_fade02 {
  0% {
    transform: translate(0px, 0px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px) scale(1.0);
    opacity: 1;
  }
}

/* 個別配置 */
#thema01_md ul li.illust_md {
  margin-bottom: 0;
}
/* thema01_c01 */
#thema01_c01 .illust01 {
  position: absolute;
  top: -4%;
  z-index: 1;
  width: 95%;
}
#thema01_c01 .illust02 img {
  position: absolute;
  right: 11%;
  bottom: 22.3%;
  z-index: 1;
  width: 19%;
}

#thema01_c01 ul.coordi_photo li {
  margin-bottom: 0em;
}
#thema01_c01 ul.coordi_photo li.photo02 {
  margin-top: 2em;
}
#thema01_md #thema01_c01.scrollin.active ul.coordi_photo li.illust01 img {
  animation: item_fadein 1.5s forwards 0.5s;
}
#thema01_md #thema01_c01.scrollin.active ul.coordi_photo li.illust02 img {
  animation: item_fadein 1.5s forwards 2.1s;
}

#thema01_c01 .coordi_photo_2items {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 1em;
    width: 85%;
    margin: 1.5em auto 0;
}
#thema01_c01 .coordi_photo_2items li {
  margin-bottom: 0;
}
#thema01_c01 .coordi_photo_2items li:first-child {
  margin-top:2em;
}
/* thema01_c02 */ 
#thema01_md #thema01_c02.scrollin.active ul.coordi_photo li.illust_md img {
  animation: fadein-left 1.5s forwards 0.5s;
}

#thema01_c02 .illust01 {
  position: absolute;
  top: -4.4%;
  left: -3%;
  z-index: 1;
  width: 50%;
}
#thema01_c02 .illust02 {
  position: absolute;
  bottom: 2.5%;
  right: -1%;
  z-index: 1;
  width: 35%;
}
/* thema01_c03 */ 
#thema01_md #thema01_c03.scrollin.active ul.coordi_photo li.illust_md img {
  animation: item_fadedown 1.5s forwards 0.5s;
}
#thema01_c03 .illust01 img {
  position: absolute;
  top: -2.7em;
  left: -3%;
  z-index: 1;
  width: 100%;
}
#thema01_c03 .coordi_photo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
#thema01_c03 .photo02 {
  width: 60%;
  margin: 0;
  margin-right: 30%;
}
#thema01_c03 .photo03 {
  width: 60%;
  margin: 0;
  margin-top: 1em;
  margin-left: 30%;
}
/* thema01_c04 */ 
#thema01_md #thema01_c04.scrollin.active ul.coordi_photo li.illust_md img {
  animation: zoom_fade02 1.5s forwards 0.5s;
}
#thema01_c04 .illust01 {
  position: absolute;
  top: -13%;
  right: -3%;
  z-index: 1;
  width: 38%;
}
#thema01_c04 .illust02 {
  position: absolute;
  bottom: -10%;
  left: 2%;
  z-index: 1;
  width: 27%;
}
/* thema01_c05 */ 
#thema01_c05 .illust01 img {
  position: absolute;
  top: 20%;
  z-index: 1;
  width: 100%;
}
#thema01_md #thema01_c05.scrollin.active ul.coordi_photo li.illust_md img {
  animation: zoom_fade02 1.5s forwards 0.5s;
}

/* thema01_c06 */ 
#thema01_c06 ul.coordi_photo li.right-photo {
  margin-left: 10%;
}
#thema01_c06 ul.coordi_photo li.left-photo {
  margin-right: 10%;
}
#thema01_c06 ul.coordi_photo li.left-photo, #thema01_c06 ul.coordi_photo li.right-photo{
  width: 90%;
}
#thema01_md #thema01_c06.scrollin.active ul.coordi_photo li.illust_md img {
  animation: item_fadedown 1.5s forwards 0.5s;
}
#thema01_md #thema01_c06.scrollin.active ul.coordi_photo li.illust02 img {
  animation: item_fadedown 1.5s forwards 2.5s;
}
#thema01_c06 .illust01 img {
  position: absolute;
  top: -1.9%;
  right: 3%;
  z-index: 1;
  width: 25%;
}
#thema01_c06 .illust02 img {
  position: absolute;
  bottom: 21%;
  left: 9%;
  z-index: 1;
  width: 31%;
}

/* thema01_c07 */ 
#thema01_md #thema01_c07.scrollin.active ul.coordi_photo li.illust_md img {
  animation: zoom_fade02 1.5s forwards 0.5s;
}

#thema01_c07 ul.coordi_photo li.right-photo {
  margin-left: 5%;
  width: 95%;
}
#thema01_c07 .illust01 {
  position: absolute;
  top: 0em;
  z-index: 1;
  width: 100%;
}

/* thema01_c08 */ 
#thema01_md #thema01_c08.scrollin.active ul.coordi_photo li.illust01 img {
  animation: item_fadedown 1.5s forwards 0.5s;
}
#thema01_md #thema01_c08.scrollin.active ul.coordi_photo li.illust02 img {
  animation: item_fadedown 1.5s forwards 2s;
}
#thema01_md #thema01_c08.scrollin.active ul.coordi_photo li.illust03 img {
  animation: item_fadedown 1.5s forwards 3.2s;
}
#thema01_c08 .illust01 img {
  position: absolute;
  top: -3.3%;
  z-index: 1;
  width: 100%;
}
#thema01_c08 .illust02 img {
  position: absolute;
  top: 33.5%;
  z-index: 1;
  width: 100%;
}
#thema01_c08 .illust03 img {
  position: absolute;
  top: 69%;
  z-index: 1;
  width: 100%;
}

/* thema01_c09 */ 
#thema01_c09 .illust01 img {
  position: absolute;
  top: 40%;
  right: 1%;
  z-index: 1;
  width: 25%;
}
#thema01_md #thema01_c09.scrollin.active ul.coordi_photo li.illust01 img {
  animation: item_fadein 1.5s forwards 0.5s;
}

/* thema01_c10 */ 
#thema01_c10 .illust01 img {
  position: absolute;
  top: -19%;
  left: 1%;
  z-index: 1;
  width: 25%;
}
#thema01_md #thema01_c10.scrollin.active ul.coordi_photo li.illust01 img {
  animation: item_fadein 1.5s forwards 0.5s;
}

/* thema01_c11 */ 
#thema01_md #thema01_c11.scrollin.active ul.coordi_photo li.illust01 img {
  animation: fadein-left 1.5s forwards 0.5s;
}

#thema01_c11 ul.coordi_photo li.left-photo {
  margin-right: 5%;
  width: 95%;
}
#thema01_c11 .illust01 img {
  position: absolute;
  top: -15.4%;
  right: 8%;
  z-index: 1;
  width: 34%;
}

/* thema01_c12 */ 
#thema01_c12 .illust01 img {
  position: absolute;
  top: -9%;
  z-index: 1;
  width: 100%;
}
#thema01_md #thema01_c12.scrollin.active ul.coordi_photo li.illust01 img {
  animation: item_fadein 1.5s forwards 0.5s;
}

/* thema01_c13 */ 
#thema01_md #thema01_c13.scrollin.active ul.coordi_photo li.illust01 img {
  animation: zoom_fade02 1.5s forwards 0.5s;
  animation-delay: 0.5s;
}

#thema01_md #thema01_c13.scrollin.active ul.coordi_photo li.illust02 img {
  animation: zoom_fade02 1.5s forwards 1.3s;
  animation-delay: 1.5s;
}
#thema01_c13 .illust01 {
  position: absolute;
  top: -6.6%;
  left: 5%;
  z-index: 1;
  width: 25%;
}
#thema01_c13 .illust02 {
  position: absolute;
  top: 49.5%;
  right: 2%;
  z-index: 1;
  width: 41%;
}

/* thema01_c14 */ 
#thema01_c14 .illust01 {
  position: absolute;
  bottom: 0%;
  z-index: 1;
  width: 100%;
}





@keyframes item_fadein {
	0% {
		transform: translate(0px, 2em);
		opacity: 0;
	}
	100% {
		transform: translate(0px, 0px);
		opacity: 1.0;
	}
}
@keyframes fadein-right {
	0% {
		transform: translate(2em, 0px);
		opacity: 0;
	}
	100% {
		transform: translate(0px, 0px);
		opacity: 1.0;
	}
}
@keyframes item_fadedown {
	0% {
		transform: translate(0px, -2em);
		opacity: 0;
	}
	100% {
		transform: translate(0px, 0px);
		opacity: 1.0;
	}
}
@keyframes fadein-left {
  0% {
    transform: translateX(-2em); /* 左にずらす */
    opacity: 0;
  }
  100% {
    transform: translateX(0); /* 元の位置へ */
    opacity: 1;
  }
}

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

テーマ02

==================================*/
#thema02_md {
  padding: 0em 0 4em;
}
#thema02_md .thema_ttl_md {
  position: relative;
}
#thema02_md .thema_ttl_md {}
#thema02_md .thema_text_md {
  opacity: 0;
  position: absolute;
  text-align: center;
  bottom: -2.3%;
  width: 100%;
  left: 0;
  z-index: 10;
  /* filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.3)); */
}
#thema02_md img.thema_ttl_photo01_md {}
#thema02_md .scrollin.active img.thema_ttl_photo01_md {
  animation: zoom_fade01 1.3s forwards 0.3s;
}
#thema02_md .thema_ttl_photo_md {}
#thema02_md .thema_ttl_photo_md img {
  opacity: 0;
}
/* 個別配置 */
#thema02_c06 .coordi_photo_2items {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 1em;
    width: 85%;
    margin: 1.5em auto 0;
}
#thema02_c06 .coordi_photo_2items li:first-child {
  margin-top: 2em;
  margin-bottom: 0;
}
#thema02_c09.contents_wrap {
  padding-bottom: 2.5em;
} 

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

link_list

==================================*/
#look_footer_md {
  background: #e9e9e9;
  text-align: center;
  padding: 3em 0 0;
}
.link_list_md {
  width: 63%;
  margin: 2em auto 0;
  padding-bottom: 4.5em;
  text-align: center;
}
.link_list_md ul {
  margin-bottom: 0;
}
.link_list_md ul li {
  margin: 0.8em 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 0.4em;
}
.link_list_md ul li a {}
.link_list_md ul li a img {}
.archive_md {
  font-family: 'Akshar', sans-serif;
  font-weight: 500;
  margin-left: 1rem;
  font-size: 115%;
  display: inline-block;
  padding-right: 1.8rem;
  background-image: url('../images/link_arrow.svg');
  background-position: center right;
  background-size: 0.8rem;
  background-repeat: no-repeat;
  border-bottom: 1px solid #000;
  margin: 0 0.3em 0.7em;
}
.archive_md.old {
  background-image: url('../images/link_arrow_l.svg');
  background-position: center left;
  padding-left: 1.8rem;
  padding-right: 0;
}

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

SP

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

@media screen and (max-width: 768px) {
  /* SP */
  #menu_md, #overlay_md, .inner_md {
    width: 100%;
    right: 0;
  }
  #overlay_md {
    height: 110vh;
  }
  #item_nav_md ul {
    /* width: auto; */
  }
  .look_md {
    font-size: 4.5vw;
  }
  .styling_item_md ul li a img {
    height: 28vw;
  }
}

.more-bnr {
    width: 80%;
    display: block;
    margin: 0 auto 4em;
    
}
