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

	Date: 2025-2-19
	CSS Document ： IEDIT SPECIAL COLLABORATION WITH ARISA SATO
	
=============================================================*/
/*==================================

ベース

==================================*/
.fsc_gfooter__breadcrumb {
  margin-top: 0;
}
#footercontent .fsc_gfooter__breadcrumb {
  display: none;
}
.main-visual {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100vh;
}
.fsc_emergency, .fsc_gfooter__breadcrumb, #footercontent {
  position: relative;
  z-index: 3;
}
#container_id {
  /* font-family: A1 Mincho; */
  font-size: 120%;
  line-height: 1.7;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: left;
  letter-spacing: .12em;
  opacity: 0;
  color: #000;
  -moz-font-feature-settings: 'palt';
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  font-variant-ligatures: no-common-ligatures;
}
#container_id a {
cursor: pointer;
}
#container_id img {
  max-width: 100%;
  /* width: 100%; */
  height: auto;
}
#container_id ul {
  padding-inline-start: 0;
}
#container_id ul li {
  list-style: none;
}
#container_id.load_id {
  animation: fade_id .8s forwards .4s;
}
#look_wrap_id {
  position: relative;
}
#main_wrap_id {
  position: relative;
}
.sp_id {
  display: none;
}

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

リンク設定

==================================*/
div#look_wrap_id a {
  overflow: visible;
  transition: all .3s ease;
  text-decoration: none;
  outline: none;
}
#container_id a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  a:hover {
    opacity: .5;
  }
}
/*==================================

ヘッダー

==================================*/
#head_wrap {
  display: flex;
  padding: .5em 1em;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
/* パンくず */
div.pankuzu_fca ul {
  display: flex;
  margin-bottom: 0;
}
div.pankuzu_fca ul li {
  padding: 0 6px 0 0;
}
div.pankuzu_fca ul li a {
  padding: 0 7px 0 0;
  color: #888;
}
div.pankuzu_fca h1 {
  font-size: 10px;
  margin: 0;
  letter-spacing: .1em;
  color: #444;
}
/* ヘッダー共通リンク */
#header_id {
  font-size: 10px;
  letter-spacing: 0;
}
#header_id ul {
  display: flex;
  margin: 0;
}
#header_id li {
  line-height: 1;
  margin-right: 7px;
}
#header_id li a {
  color: #888;
}
@media not all and (min-width: 919px) {
  #head_wrap {
    padding: 0;
  }
  div.pankuzu_fca {
    padding: 10px 10px 0;
    order: 1;
  }
  div.pankuzu_fca ul li {}
  #header_id {
    width: 100%;
    margin: 0;
    padding: 10px 10px 0;
    border-bottom: 1px solid #f1f1f1;
    background: #fff;
  }
  #header_id ul {
    flex-wrap: wrap;
  }
  #header_id li {
    margin: 0 7px 7px 0;
  }
}
/*==================================

表示エリア

==================================*/
#container_id #main_inner {
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
}
body.menu_open_id {
    overflow: hidden;
  }
/* PC表示のメインコンテンツの幅 */
#main_inner, #menu .menu_inner {
  width: 600px;
}
/* 左右固定要素の幅 */
#fixed_bg ul li div, .fixed_pc {
  width: calc(50vw - (600px/2)); /* メインコンテンツの幅の半分をマイナス */
}
/* フッターまでくると固定終了 */
#container_id .fixed_stop {
  position: absolute !important;
  top: auto !important;
}
/* PC固定要素を非表示 */
@media screen and (max-width: 1100px) {
  /* 1100px以下 */
  #container_id .fixed_pc {
    display: none !important;
  }
  #menu .menu_inner {
    width: 100%;
  }
}
/*==================================

title

==================================*/
#title_id {
  position: relative;
  z-index: 10;
  background: #fff;
}
.main_title {
  margin: 0 auto 0.9em;
  padding-top: 2em;
  text-align: center;
  max-width: 420px;
}
.ttl_category_id {
  max-width: 1500px;
  margin: 0 auto;
}
.ttl_category_id ul {
  display: flex;
  margin: 0;
  justify-content: space-between;
  align-items: center;
  /* flex-wrap: wrap; */
}
.ttl_category_id ul li {
  position: relative;
  width: 50%;
  animation: item_fadein 1s forwards 0s;
  opacity: 0;
}
.thema_title_id {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
}
.ttl_category_id ul li:nth-child(1) {
  animation-delay: 1.4s;
}
.ttl_category_id ul li:nth-child(2) {
  animation-delay: 1.8s;
}
.ttl_category_id ul li:nth-child(3) {
  animation-delay: 2.2s;
}
.ttl_category_id ul li:nth-child(4) {
  animation-delay: 2.6s;
}
.ttl_category_id ul li a img {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  /* SP */
  #title_id {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
  }
  .ttl_category_id ul {
    display: block;
  }
  .ttl_category_id ul li {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 800px) {
  .main_title {
    width: 59%;
    padding-top: 3.2em;
    }
}

.thema01_ttl {
  width: 78%;
  bottom: 25px;
  left: 55px;
}
.thema02_ttl {
  width: 80%;
  bottom: 25px;
  left: 10.7%;
}
.thema03_ttl {
  width: 57%;
  bottom: 25px;
  left: 23%;
}


/* スクロールアイコン */
#scroll_id {
  width: 400px;
  margin: 0em auto 1em;
  padding: 4em 0;
  animation: scroll_down 3.0s infinite;
  text-align: center;
}
#scroll_id img {
  width: 28%;
}

/* タイトルリード */
.thema_lead_id .bg_thema_lead_id {
  margin-bottom: 1em;
}


/* 佐藤ありさ プロフィール */
.prof_wrap {
  margin: 0 auto;
  width: 570px;
  padding: 0px 2.5em;
  border-left: 1.5px solid #676767;
  border-right: 1.5px solid #676767;
}
.prf_id .prof_wrap .prof_ttl .prof_img {
  width: 30%;

}
.prof_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin: 1em auto;
}
.prof_wrap .prof_ttl .prf_ttl_txt {
  font-family: "Libre Baskerville", serif;
  font-weight: 300;
}
.prof_wrap .prof_txt p {
  font-size: 86%;
  line-height: 2;
  margin: 1em 0;
  text-align: justify;
  letter-spacing: 2px;
}
.prof_wrap .prof_txt p a span {
  color: #009ff6;
  letter-spacing: 1.3px;
}
/*==================================

目次

==================================*/
.contents_id {
  font-family: "Libre Baskerville", serif;
  font-weight: 600;
  width: 90%;
  margin: 3em auto;
}
.contents_ttl_id {
  line-height: .55;
  display: block;
  border-bottom: 1px solid #000;
  text-align: center;
  padding-bottom: 0.6em;
}
.contents_list_id ul li {
  margin: 1.2em 0;
}
.contents_list_id ul li a {
  display: block;
}
.contents_list_id ul li a:hover {
  text-decoration: none;
}
.contents_list_id ul li a .sub_id {
  display: block;
  width: 28%;
  margin-right: 0.5em;
}
/* .contents_list_id ul li a .sub_id .sub_inner_id {
  font-size: 70%;
  display: block;
  padding: 0.3em 1.2em;
  white-space: nowrap;
  letter-spacing: .07em;
  color: #000;
} */
.contents_list_id ul li a .sub_id .sub_inner_id {
  white-space: nowrap;
}
.contents_list_id ul li a .sub_id .num_id {
  font-size: 120%;
  line-height: 1.4;
}
.contents_list_id ul li a .main_id {
  display: inline-block;
  margin-left: 0.5rem;
  padding-right: 1.4rem;
  letter-spacing: .03em;
  /* background-image: url('../images/link_arrow.svg'); */
  background-repeat: no-repeat;
  background-position: right;
  background-size: 1rem;
}


/* テーマ別 目次のサイズ */
.contents_list_id ul li:nth-child(1) a .main_id {
  width: 59%;
}
.contents_list_id ul li:nth-child(2) a .main_id {
  width: 55%;
  margin-top: 0em;
}
.contents_list_id ul li:nth-child(3) a .main_id {
  width: 54%;
  /* padding-right: 0.7em; */
}

.arrow {
  width: 6%;
}
/* .contents_list_id ul li:nth-child(3) .arrow {
  width: 6.2%;
}
.contents_list_id ul li:nth-child(2) .arrow {
  width: 7.9%;
} */

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

商品リンク

==================================*/
.styling_item_id {
  margin-top: 1.3em;
}
.styling_item_type1_id ul {
  font-family: "Libre Baskerville", serif;
  font-size: 100%;
  max-width: 75%;
  margin: 0 0 0 4em !important;
}
.styling_item_id ul {
  font-family: "Libre Baskerville", serif;
  font-size: 100%;
  max-width: 75%;
  margin: 0 auto;
}

.styling_item_id ul li {
  margin: 1em 0;
}
.styling_item_id ul li a {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.spec_id {
  display: flex;
  min-width: 68%;
  text-align: right;
  letter-spacing: .1em;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
}
.name_id {
  font-family: "Libre Baskerville", serif;
  font-size: 100%;
  font-weight: 600;
  margin: 0;
  text-align: left;
  letter-spacing: .04em;
}
.price_id {
  font-family: "Judson", serif;
  font-style: italic;
  font-size: 105%;
  text-align: right;
  letter-spacing: .05em;
}
.price_id .tax_id {
  font-size: 90%;
  letter-spacing: 0;
}
.buy_id {
  font-family: "Libre Baskerville", serif;
  font-size: 75%;
  line-height: 1.5;
  display: flex;
  padding: 0.1em 1.8em 0;
  color: #fff;
  border-radius: 1em;
  background: #000;
  align-items: center;
  margin: 0.4em auto;
}
/* 商品名 半分表示 */
.styling_item_id.half_id {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.half_photo {
  width: 45%;
  margin-left: 5%;
  opacity: 0;
}
.half_photo.right_id {
  width: 40%;
  margin-right: 5%;
  margin-left: 0;
  order: 1;
}
.scrollin.active .half_photo {
  animation: zoom_fade02 1.0s forwards 0s;
}
.styling_item_id.half_id ul {
  max-width: 100%;
}
.styling_item_id.half_id ul li a {
  display: block;
  width: 12em;
  white-space: nowrap;
}
.styling_item_id.half_id ul li a::after {
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}
.half_id .spec_id {
  display: inherit;
  border: none;
}
.half_id .name_id {
  display: block;
  margin-bottom: .4em;
  border-bottom: 1px solid #000;
}
.half_id .price_id {
  font-family: "Judson", serif;
  font-style: italic;
  float: left;
  margin: 0em 0 0;
  font-size: 100%;
}
.half_id .buy_id {
  float: right;
}
/*==================================

テーマ全体

==================================*/
#thema_wrap_id .contents_wrap {
  position: relative;
  clear: both;
  padding: 0 0 10em;
}
.thema_id {
  padding: 8em 0 -1em;
}
/* テーマタイトル共通 */
.thema_lead_id p {
  font-family: "Ryumin Medium KL";
  font-size: 97%;
  line-height: 2.2;
  margin: 4em 0 ;
  text-align: center;
  letter-spacing: .15em;
}
.bg_thema_lead_id {
  display: block;
  margin-top: 1.5em;
  font-size: 150%;
}
.scrollin.active .thema_text_id {
  animation: item_fadein 1.2s 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;
}
ul.coordi_photo li.half_photo {
  width: 40%;
  margin: 1.4em 0 0;
}
/*==================================

テーマ01

==================================*/
#thema01 .bg_thema_lead_id {
  line-height: 2em;
  }
#thema01 {
  padding: 0 0;
}
/* BUYの色 個別 */
#thema01 .buy_id {
  background: #e18193;
}
/* タイトル */
#thema01 .thema_ttl_id {
  position: relative;
  height: 770px;
}
#thema01 .thema_text_id {
  line-height: 1.6;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  opacity: 0;
}
.thema_lead_id p span.thema_lead02_id {
  display: block;
  margin: 1em auto;
}
.thema_ttl_photo_id {
  padding-top: 1.3em;
}
.thema_ttl_photo01_id ul.coordi_photo li:nth-child(1) {
  position: absolute;
  width: 90%;
  top: 8%;
  right: 0;
  z-index: 0;
 }
 .thema_ttl_photo01_id ul.coordi_photo li:nth-child(2) {
  width: 90%;
  margin-left: 0;
  z-index: 1;
  }

/* コーデ別 */

/* item01 */
#thema01 .bg_thema_lead_id {
line-height: 2em;
}
#thema01_c01 ul.coordi_photo li:nth-child(2) {
  width: 90%;
  margin-top: 1em;
  margin-right: 0;
  z-index: 1;
}
#thema01_c01 ul.coordi_photo li:nth-child(1) {
  position: absolute;
  width: 80%;
  top: 14%;
  left: 0;
  z-index: 0;
}
#thema01_c01 .styling_item_id {
  flex-direction: row-reverse;
}
#thema01_c01 .half_photo {
  margin-right: 5%;
  margin-left: 0%;
}
/* item02 */
  #thema01_c02 ul.coordi_photo li:nth-child(1) {
    position: absolute;
    width: 83%;
    top: 8%;
    right: 0;
    z-index: 0;
   }
  #thema01_c02 ul.coordi_photo li:nth-child(2) {
    width: 86%;
    margin-left: 0;
    z-index: 1;
    }
  /* #thema01_c02 ul.coordi_photo li:nth-child(2) {
    width: 40%;
    margin-top: -9.6em;
    margin-right: 0;
    z-index: 1;
    } */

/* item03 */
#thema01_c03 ul.coordi_photo li:nth-child(1) {
  width: 90%;
  margin-right: 0;
  z-index: 1;
  opacity: 0;
}
#thema01_c03 ul.coordi_photo li:nth-child(2) {
  position: absolute;
  top: -7.3%;
  left: 0%;
  width: 83%;
  z-index: 0;
}

/* item04 */
#thema01_c04 ul.coordi_photo li:nth-child(1) {
  width: 90%;
  margin-left: 0;
  z-index: 1;
}
#thema01_c04 ul.coordi_photo li:nth-child(2) {
  position: absolute;
  top: -7.3%;
  right: 0%;
  width: 83%;
  z-index: 0;
}

/* item05 */
#thema01_c05 ul.coordi_photo li:nth-child(1) {
  width: 90%;
  margin-right: 0;
  z-index: 1;
  opacity: 0;
}
#thema01_c05 ul.coordi_photo li:nth-child(2) {
  position: absolute;
  top: -7.3%;
  left: 0%;
  width: 83%;
  z-index: 0;
}
  /* #thema01_c05 .styling_item_id {
    flex-direction: row-reverse;
  }
  #thema01_c05 .half_photo {
    margin-right: 5%;
    margin-left: 0%;
  } */
  
  /* item06 */
  #thema01_c06 ul.coordi_photo li:nth-child(1) {
    width: 90%;
    margin-left: 0;
    z-index: 1;
  }
  #thema01_c06 ul.coordi_photo li:nth-child(2) {
    position: absolute;
    top: -7.3%;
    right: 0%;
    width: 83%;
    z-index: 0;
  }
  
  /* #thema01_c06 ul.coordi_photo li:nth-child(1) {
    width: 100%;
    z-index: 1;
  } */
  /* item07 */
  #thema01_c07 ul.coordi_photo li:nth-child(1) {
    width: 90%;
    margin-right: 0;
    z-index: 1;
    opacity: 0;
  }
  #thema01_c07 ul.coordi_photo li:nth-child(2) {
    position: absolute;
    top: -7.3%;
    left: 0%;
    width: 83%;
    z-index: 0;
  }
  
  /* #thema01_c07 ul.coordi_photo li:nth-child(1) {
    position: absolute;
    width: 84%;
    top: 3%;
    right: 0;
    z-index: 0;
    }
  #thema01_c07 ul.coordi_photo li:nth-child(2) {
    width: 86%;
    margin-left: 0;
    margin-top: -2em;
    z-index: 1;
}
  #thema01_c07 ul.coordi_photo li:nth-child(3) {
    width: 40%;
    margin-top: -9.6em;
    margin-right: 0;
    z-index: 1;
    } */

  /* item08 */
  #thema01_c08 ul.coordi_photo li:nth-child(1) {
    width: 90%;
    margin-left: 0;
    z-index: 1;
  }
  #thema01_c08 ul.coordi_photo li:nth-child(2) {
    position: absolute;
    top: -7.3%;
    right: 0%;
    width: 83%;
    z-index: 0;
  }



/* アニメーション */
#thema01 ul.coordi_photo {
  opacity: 0;
}
#thema01 .scrollin.active ul.coordi_photo {
  animation: zoom_fade02 1.0s forwards 0s;
}
#thema01 ul.coordi_photo li.bgimg {
  opacity: 0;
}
#thema01 .thema_ttl_photo01_id {
  opacity: 0;
}

#thema01 ul.coordi_photo li:nth-child(1) {
  opacity: 0;
}
#thema01 ul.coordi_photo li:nth-child(2) {
  opacity: 0;
}
#thema01 ul.coordi_photo li:nth-child(3) {
  opacity: 0;
}
#thema01 .scrollin.active ul.coordi_photo li:nth-child(1) {
  animation: zoom_fade02 1.5s forwards .5s;
}
#thema01 .scrollin.active ul.coordi_photo li:nth-child(2) {
  animation: zoom_fade02 1.5s forwards 1.0s;
}
#thema01 .scrollin.active ul.coordi_photo li:nth-child(3) {
  animation: zoom_fade02 1.5s forwards 1.5s;
}
#thema01 .scrollin.active ul.coordi_photo li.bgimg {
  animation: zoom_fade02 1.5s forwards .2s;
}
#thema01 .scrollin.active .thema_ttl_photo01_id {
  animation: zoom_fade02 2s forwards .2s;
}


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

テーマ02 

==================================*/
/* BUYの色 個別 */
#thema02 .buy_id {
  background: #2e3192;
}
/* タイトル */
#thema02 .thema_ttl_id {
  position: relative;
}
#thema02 .thema_text_id {
  position: absolute;
  z-index: 10;
  left: 15%;
  width: 79%;
  opacity: 0;
  /* top: 57.5%; */
  margin: 42% auto 0;
}
#thema02 .thema_ttl_photo_id {
position: relative;
height: 800px;
margin-top: 2em;
}

#thema02 .thema_ttl_photo_id img {
  opacity: 0;
}
#thema02 .thema_ttl_photo_id img.thema_ttl_photo01_id {
  width: 86%;
  position: absolute;
  z-index: 0;
  right: 0%;
}
#thema02 .thema_ttl_photo_id img.thema_ttl_photo02_id {
  width: 49%;
  position: absolute;
  z-index: 1;
  /* top: 52.7%; */
  margin: 78% auto 0;
}
#thema02 .thema_ttl_photo_id img.thema_ttl_photo03_id {
  width: 32%;
  position: absolute;
  /* top: 6%; */
  z-index: 1;
  left: 3%;
  margin: 6% auto 0;
}
#thema02 .scrollin.active img.thema_ttl_photo01_id {
  animation: zoom_fade01 1.0s forwards 0s;
}
#thema02 .scrollin.active img.thema_ttl_photo02_id {
  animation: zoom_fade01 1.0s forwards .4s;
}
#thema02 .scrollin.active img.thema_ttl_photo03_id {
  animation: zoom_fade01 1.0s forwards 1s;
}
/* リード */
#thema02 .thema_lead_id {
  margin: 3.5em auto 5em;
  }
  
/* コーデ別 */
/* item01 */
#thema02_c01 .styling_item_id {
}
/* item02 */
#thema02_c02 .half_id {
  margin-top: 2em;
}
#thema02_c02 .styling_item_id {
  display: block;
  position: absolute;
  top: 11em;
  right: 1.4em;
  z-index: 1;
}

/* item03 */

/* item04 */

/* item05 */
/* item06 */
#thema02_c06 .styling_item_id {
  display: block;
  position: absolute;
  top: 11em;
  left: 1.7em;
  z-index: 1;
}


#thema02 ul.coordi_photo {
margin-bottom: 0;
}
/* アニメーション */
#thema02 .scrollin.active {
  animation: item_fadein 1.0s forwards 0s;
  opacity: 0;
}
#thema02 ul.coordi_photo li:nth-child(2) {
  opacity: 0;
}
#thema02 ul.coordi_photo li:nth-child(3) {
  opacity: 0;
}
#thema02 .scrollin.active ul.coordi_photo li:nth-child(2) {
  animation: item_fadein 1.5s forwards .5s;
}
#thema02 .scrollin.active ul.coordi_photo li:nth-child(3) {
  animation: item_fadein 1.5s forwards 1.0s;
}

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

テーマ03

==================================*/
#thema03 {
  background-color: #0078ba;
  padding-bottom: 5em;
}
/* BUYの色 個別 */
#thema03 .buy_id {
  background-image: linear-gradient(44deg, rgb(79 200 238) 23%, rgb(35 141 249));
  margin: 0.4em 1.5em 0.4em;
  border: 1px solid #fff;
}
/* タイトル */
#thema03 .thema_ttl_id {
  position: relative;
}
#thema03 .thema_text_id {
  position: absolute;
  z-index: 10;
  left: 6%;
  width: 100%;
  opacity: 0;
  /* top: 57.5%; */
  margin: 35% auto 0;
}
#thema03 .thema_ttl_photo_id {
position: relative;
height: 890px;
margin-top: 2em;
}

#thema03 .thema_ttl_photo_id img {
  opacity: 0;
}
#thema03 .thema_ttl_photo_id img.thema_ttl_photo01_id {
  width: 89%;
  position: absolute;
  z-index: 0;
  right: 0%;
  top: 4%;
}
#thema03 .thema_ttl_photo_id img.thema_ttl_photo02_id {
  width: 48%;
  position: absolute;
  z-index: 1;
  /* top: 52.7%; */
  margin: 86% auto 0;
}
#thema03 .thema_ttl_photo_id img.thema_ttl_photo03_id {
  width: 37%;
  position: absolute;
  /* top: 6%; */
  z-index: 1;
  right: 5%;
  margin: 102% auto 0;
}
#thema03 .scrollin.active img.thema_ttl_photo01_id {
  animation: zoom_fade01 1.0s forwards 0s;
}
#thema03 .scrollin.active img.thema_ttl_photo02_id {
  animation: zoom_fade01 1.0s forwards .4s;
}
#thema03 .scrollin.active img.thema_ttl_photo03_id {
  animation: zoom_fade01 1.0s forwards 1s;
}

/* タイトル */
/* #thema03 .thema_ttl_id {
  position: relative;
}
#thema03 .thema_text_id {
  position: absolute;
  top: 66.9%;
  left: 11%;
  width: 76.5%;
  opacity: 0;
}
#thema03.thema_id {
  padding: 0em 0 2em;
}
#thema03 .thema_ttl_photo01_id img {
  border-radius: 38% 38% 0 0;
} */

/* リード */
#thema03 .thema_lead_id p {
  font-family: "Ryumin Medium KL";
  font-size: 95%;
  line-height: 2.2;
  margin: 2.4em auto;
  text-align: center;
  letter-spacing: .15em;
  color: #fff;

}
#thema03 .thema03_lead_id p:nth-child(2) {
  margin: 0;
  font-size: 130%;
}
#thema03 .lead_main {
  font-size: 140%;
}
.lead_img {
  width: 95%;
  margin: 0 auto 1em;
}
/* コーデ別 */
#thema_wrap_id #thema03 .contents_wrap {
  padding: 0 0 5em;
}
#thema03 .styling_item_id ul li a {
  color: #fff;
}
/* item01 */
#thema03_c01 ul.coordi_photo li {
}
#thema03_c01 ul.coordi_photo li img {
  width: 92%;
display: block;
}
/* item02 */
#thema03_c02 ul.coordi_photo li {
}
#thema03_c02 ul.coordi_photo li img {
  display: block;
  width: 92%;
  margin: 0 -1px 0 auto;
}

/* item03 */
#thema03_c03 ul.coordi_photo li {
  width: 90%;
}
#thema03_c03 ul.coordi_photo li img {
  border-radius: 36% 36% 0 0;
}

/* item04 */
#thema03_c04 ul.coordi_photo li {
  width: 90%;
}
#thema03_c04 ul.coordi_photo li img {
  border-radius: 36% 36% 0 0;
}

/* item05 */
#thema03_c05 ul.coordi_photo li {
  width: 90%;
  position: relative;
}
#thema03_c05 ul.coordi_photo li img:nth-child(1) {
  border-radius: 36% 36% 0 0;
}
#thema03_c05 .half_photo {
  margin-right: 5%;
  margin-left: 0%;
}
#thema03_c05 .styling_item_id.half_id {
  flex-direction: row-reverse;
}

#thema03_c05 .coordi_photo .arrow_2way {
  position: absolute;
  width: 30%;
  bottom: -3%;
  right: -2%;
}

#thema03 .spec_id {
  display: flex;
  min-width: 73%;
  text-align: right;
  letter-spacing: .1em;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
}
.styling_item_id ul {
  max-width: 80%;
}
#thema03 .half_photo.right_id {
  width: 52%;
  margin-right: 0%;
  margin-left: 0;
  order: 1;
}
#thema03 #thema03_c07 .half_photo {
  width: 52%;
  margin-left: 0%;
  opacity: 0;
}

#thema03 #thema03_c06.contents_wrap {
  padding-bottom: 2em;
}

/* 半分 */
#thema03 .half_id .spec_id {
  display: block;
  min-width: 73%;
  text-align: right;
  letter-spacing: .1em;
  border-bottom: none;
  justify-content: space-between;
  align-items: center;
}
#thema03 .half_id .buy_id {
  margin: 0;
}
#thema03 #thema03_c06 {
  padding-bottom: 2em;
}
#thema03 #thema03_c06 .styling_item_id {
  margin-top: 0em;
}

/* アニメーション */
#thema03 .scrollin.active {
  animation: item_fadein 1.0s forwards 0s;
  opacity: 0;
}
#thema03 ul.coordi_photo li:nth-child(2) {
  opacity: 0;
}
#thema03 ul.coordi_photo li:nth-child(3) {
  opacity: 0;
}
#thema03 .scrollin.active ul.coordi_photo li:nth-child(2) {
  animation: item_fadein 1.5s forwards .5s;
}
#thema03 .scrollin.active ul.coordi_photo li:nth-child(3) {
  animation: item_fadein 1.5s forwards 1.0s;
}
/*==================================

永井さんプロフィール

==================================*/
.prf02_id .prof02_wrap {
  margin: 0 auto;
  width: 560px;
  padding: 1.4em;
  background-color: #fff;
  border-radius: 10px;
}

.prof02_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.prof02_img {
  width: 23%;
  margin-right: 1.1em;
  padding-top: 0.3em;
}
#thema03 .prof02_wrap .prof_txt p {
  font-size: 76%;
  line-height: 1.8em;
  margin: 0.2em 0 0;
  text-align: justify;
  letter-spacing: 2px;
}
.prof02_wrap .prof_txt .prf02_name {
  font-size: 110%;
}
.prof02_wrap .prof_txt .prof02_sub {
  font-size: 70%;
}
/*==================================

footer

==================================*/
#look_footer_id {
  text-align: center;
  background: #f5f7f6;
}
.footer_ashirai_id {
  width: 80%;
  margin: 0 auto 4em;
  padding: 3em 0 0 0;
  text-align: center;
}
div#look_wrap_id .footer_ashirai_id img {
  display: inline-block;
  width: 42%;
  /* margin: 2em 4.5%; */
  vertical-align: top;
  opacity: 0;
}
div#look_wrap_id .footer_ashirai_id img:nth-child(1) {
  margin-top: 3em;
  margin-left: -0.4em;
  margin-right: 2.9em;
}
div#look_wrap_id .footer_ashirai_id img:nth-child(2) {
  margin-top: 0.5em;
}
div#look_wrap_id .footer_ashirai_id img:nth-child(3) {
  display: block;
  margin: 1.8em 28%;
}
div#look_wrap_id .footer_ashirai_id img:nth-child(4) {
  margin-top: 0em;
  margin-left: 0em;
  margin-right: 2.6em;
}
div#look_wrap_id .footer_ashirai_id img:nth-child(5) {
  margin-top: 1.2em;

}

.footer_ashirai_id.scrollin.active img {
  animation: fade_id 1.8s forwards 0s;
}
.footer_ashirai_id.scrollin.active img:nth-child(1) {
  animation-delay: .0s;
}
.footer_ashirai_id.scrollin.active img:nth-child(2) {
  animation-delay: .4s;
}
.footer_ashirai_id.scrollin.active img:nth-child(3) {
  animation-delay: .2s;
}
.footer_ashirai_id.scrollin.active img:nth-child(4) {
  animation-delay: .8s;
}
.footer_ashirai_id.scrollin.active img:nth-child(5) {
  animation-delay: .6s;
}
/*==================================

コラボlink_list

==================================*/
.collabo_link_list ul {
  width: 93%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6em;
}
.collabo_link_list ul li {
  width: 48%;
}
.collabo_link_ttl_id  {
  font-family: "Libre Baskerville", serif;
  font-weight: 600;
  font-size: 110%;
  display: inline-block;
  border-bottom: 1px solid #000;
  text-align: center;
  padding-bottom: 0.1em;
  margin: 0 auto 1.1em;
}
/*==================================

link_list

==================================*/
.link_list_id {
  width: 63%;
  margin: 2em auto 0;
  padding-bottom: 4.5em;
  text-align: center;
}
.link_list_id ul {
  margin-bottom: 0;
}
.link_list_id ul li {
  margin: .8em auto 0;
}
.link_list_id ul li.list_line_id {
  border-bottom: 2px solid #000;
}
.link_list_id ul li.logo_id {
  width: 41%;
  margin: 3em auto 1.5em;
}


@media screen and (max-width: 1100px) {
  /* SP */
  .link_list_id {
    padding-bottom: 5em;
  }
}
/*==================================

アーカイブ

==================================*/
.archive_id {
  font-family: 'Akshar', sans-serif;
  font-size: 115%;
  font-weight: 500;
  display: inline-block;
  margin: 0 .3em .7em;
  margin-left: 1rem;
  padding-right: 1.8rem;
  border-bottom: 1px solid #000;
  background-image: url('../images/link_arrow.svg');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: .8rem;
}
.archive_id.old {
  padding-right: 0;
  padding-left: 1.8rem;
  background-image: url('../images/link_arrow_l.svg');
  background-position: center left;
}
/*==================================

PC表示 左右固定背景

==================================*/
#main_wrap {
  position: relative;
}
#fixed_bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
#fixed_bg.fixed_on {
  position: fixed;
}
#fixed_bg ul {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
#fixed_bg ul li {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
#fixed_bg ul li div {
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#fixed_bg ul li {
  transition: all .3s;
  opacity: 0;
}
#fixed_bg ul li.fixed_on {
  opacity: 1;
}
/* 個別に背景画像を設定 */
#fixed_bg ul li.fixed_on_id, #fixed_bg ul li#bg01 {
  opacity: 1 !important;
}
#fixed_bg ul li#bg01 div.bg_l {
  background-image: url('../images/bg01_01.jpg');
}
#fixed_bg ul li#bg01 div.bg_r {
  background-image: url('../images/bg01_02.jpg');
}
#fixed_bg ul li#bg02 div.bg_l {
  background-image: url('../images/bg02_01.jpg');
}
#fixed_bg ul li#bg02 div.bg_r {
  background-image: url('../images/bg02_02.jpg');
}
#fixed_bg ul li#bg03 div.bg_l {
  background-image: url('../images/bg03_01.jpg');
}
#fixed_bg ul li#bg03 div.bg_r {
  background-image: url('../images/bg03_02.jpg');
}
/*==================================

PC表示 左右固定要素

==================================*/
.fixed_pc {
  position: absolute;
  z-index: 1;
  top: 0;
  display: flex !important;
  width: 25vw;
  max-width: 500px;
  height: 100vh !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.fixed_pc.fixed_on {
  position: fixed;
}
#fixed_left {
  left: calc(27vw - 310px);
  width: 20vw;
  max-width: 380px;
}
#fixed_right {
  right: calc(27vw - 320px);
}
#fixed_left .flex_box_id {
  width: 80%;
}
#fixed_right .contents_list_id a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2em auto;
  width: 280px;
}
#fixed_right .contents_list_id ul li:nth-child(3) a {
  margin-top: -0.6em;
}

/* #fixed_left .flex_box_id {
  width: 100%;
} */
/*==================================

SPハンバーガーメニュー

==================================*/
#menu {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#menu .menu_inner {
  position: relative;
  margin: 0 auto;
}
#menu.fixed_on {
  position: fixed;
  top: 0 !important;
}
#menu ul {
  padding-inline-start: inherit;
}
#menu li {
  list-style: none;
}
.openbtn {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 5px;
}
#menu .contents_list_id a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 2em auto;
}

/* ハンバーガーメニュー内側 */
.openbtn span {
  position: absolute;
  left: 14px;
  display: inline-block;
  width: 45%;
  height: 2px;
  transition: all .4s;
  border-radius: 2px;
  background: #000;
}
.openbtn span:nth-of-type(1) {
  top: 15px;
}
.openbtn span:nth-of-type(2) {
  top: 23px;
}
.openbtn span:nth-of-type(3) {
  top: 31px;
}
/* ハンバーガーメニュー open */
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  width: 40%;
  transform: translateY(6px) rotate(-45deg);
  background: #000;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  width: 40%;
  transform: translateY(-6px) rotate(45deg);
  background: #000;
}
/* メニュー内Instagramアイコン */
.insta_icon {
  position: relative;
  z-index: 10;
  width: 3rem;
  padding: 9px;
}
/* SPメニュー中身 */
#overlay {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  padding: 3.5rem 0;
  background: #e6e6e6;
  max-height: 100vh;
  overflow: auto;
}
#overlay .overlay_inner_id {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}
#overlay .overlay_ttl_id {
  width: 55%;
  margin: 1em auto 1em;
  display: block;
}
#overlay .contents_id {
  margin: 2.5em auto 1em;
  width: 90%;
  font-size: 110%;
}
#overlay .contents_id ul {}
#overlay .contents_id ul li {
  margin: 0.5em auto;
}
#overlay .link_list_id {
  width: 66%;
  margin: 2em auto 0;
  padding-bottom: 2em;
}
@media screen and (min-width: 1099px) {
  /* 1099px以上でSPメニュー非表示 */
  #menu {
    display: none;
  }
}
/*==================================

アニメーション

==================================*/
.scrollin {
  transition: opacity .8s, transform .8s;
  opacity: 0;
}
.scrollin.active {
  transition-delay: .0s;
  opacity: 1;
}
@keyframes fade_id {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes item_fadein {
  0% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1.0;
  }
}
@keyframes scroll_down {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@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(10px, 10px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px) scale(1.0);
    opacity: 1.0;
  }
}
/*==================================

SP

==================================*/
@media screen and (max-width: 768px) {
  .sp_id {
    display: block;
  }

  /* SP */
  #menu, #overlay, #main_inner, #menu .menu_inner {
    right: 0;
    width: 100%;
  }
  #overlay {
    height: 110vh;
  }
  #look_wrap_id {
    font-size: 3.6vw;
  }

  .styling_item_id ul {
    max-width: 85%;
}
.styling_item_type1_id ul {
  margin: 0 0 0 3em !important;
}

/* menu tab */
.thema01_ttl {
  width: 79%;
  bottom: 26px;
  left: 10%;
}
.thema02_ttl {
  width: 86%;
  bottom: 26px;
  left: 8%;
}
.thema03_ttl {
  width: 65%;
  bottom: 30px;
  left: 17.5%;
}
/* スクロール */
#scroll_id {
  width: 320px;
}
/* font size プライス */
.styling_item_id ul {
  font-size: 87%;
}
/* スペシャルコラボリード */
.thema_lead_id .bg_thema_lead_id {
  font-size: 166%;
  line-height: 1.4em;
  margin-bottom: 0.7em;
  letter-spacing: 2.3px;
}
/* 佐藤ありさ profile */
.prof_wrap {
  margin: 0 auto;
  width: 92%;
}

/* theme01 */
#thema01 .thema_ttl_id {
  height: 127vw;
}

/* theme02 */
#thema02 .thema_ttl_photo_id {
  position: relative;
  height: 135vw;
  margin-top: 2em;
}
p.thema_lead_id {
  width: 95%;
  font-size: 99%;
  margin: 4em auto;
}
#thema02 .bg_thema_lead_id {
  margin: 2.7em auto;
}
#thema02.thema_id {
  padding: 3em 0 0em;
}

/* theme03 */
#thema03 .thema_ttl_photo_id {
  height: 151vw;
}
#thema03.thema_id {
  padding: 3em 0 4em;
}
#thema03 .bg_thema_lead_id {
  display: block;
  margin-top: 0.7em;
  font-size: 140%;
  margin-bottom: 2em;
}
/* 永井さん プロフィール */
.prf02_id .prof02_wrap {
  width: 93%;
  padding: 1em;
  border-radius: 7px;
}

.prof_txt p {
  font-size: 76%;
  line-height: 1.8em;
  margin: 0.5em 0 0;
  text-align: justify;
  letter-spacing: 1.3px;
}



/* ハンバーガーメニュー */
#overlay .contents_id {
  margin: 2.5em auto 1em;
  width: 80%;
}
.contents_list_id ul li:nth-child(1) a .main_id {
  width: 59%;
  margin-left: 1.5em;
}
.contents_list_id ul li:nth-child(2) a .main_id {
  margin-left: 1.4em;
  width: 59%;
}
.contents_list_id ul li:nth-child(3) a .main_id {
  width: 55%;
  margin-left: 1.2em;
}
#menu .contents_list_id ul li:nth-child(3) a {
  margin-top: -0.6em;
}

.contents_list_id ul li:nth-child(4) a .main_id {
  margin-left: 0.9em;
}






}




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

ページトップへ

==================================*/
.pageTop {
  position: relative;
  height: 0;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  z-index: 10000;
 }
   .pageTop a {
    position: fixed;
    bottom: 10px;
    right: 10px;
    left: auto;
    display: block;
    width: 90px;
    height: 90px;
    box-sizing: initial;
    background-image: url(../images/pagetop.png);
    z-index: 100;
    background-repeat: no-repeat;
    background-size: 80%;
   }

 @media screen and (max-width: 769px) {
.pageTop a {
  position: fixed;
  bottom: -36px;
  right: -40px;
  left: auto;
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(../images/pagetop.png);
  background-size: 50%;
 }

}

 @media screen and (min-width: 769px) {
  .pageTop a:hover {
   opacity: 1 !important;
   padding-bottom: 10px;
  }
  
 }
 
