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

	Date: 2025-05-08
	CSS Document ： 人気スタイリスト福田麻琴さんと作りました【IEDIT】

=============================================================*/
.fsc_gfooter__breadcrumb {
  margin-top: 0;
}
/*===========================

タイトルエリア

===========================*/
#titlearea_id {
  width: 100%;
  margin: 0px auto 0px;
  display: block;
  position: relative;
}
#titlearea_id img {
  clear: both;
  display: block;
  margin: 0 auto;
  width: 354px;
}
#titlearea_id p {
  color: #444;
  font-size: 140%;
  text-align: center;
  line-height: 1.9;
  margin: 1.8em;
  letter-spacing: 0.08em;
}
#titlearea_inner_lv {
  position: relative;
  z-index: 1;
}
@media (min-width: 920px) {
  #titlearea_inner_lv {
    width: 920px;
    margin: 0 auto;
  }
  #titlearea_id h2 img {
    margin-bottom: 38px;
    margin-top: 10px;
  }
  #titlearea_id .comment_id {
    position: absolute;
    top: 396px;
    left: 20px;
    width: 283px;
  }
}
#titlearea_id h2 {
  position: absolute;
  top: 73px;
  left: 31px;
  text-align: center;
}
/* SP */
@media (max-width: 919px) {
  #titlearea_id {
    width: 100%;
    margin: 0 auto 0;
  }
  #titlearea_id h2 {
    width: 47%;
    top: 7vw;
    left: 5.8vw;
  }
  #titlearea_id h2 img {
    margin-bottom: 15px;
    width: 100%;
    height: auto;
  }
  #titlearea_id h2 img:nth-child(3) {
    margin-right: -6%;
  }
  #titlearea_id .comment_id {
    width: 33%;
    position: absolute;
    top: 50vw;
    left: 2vw;
  }
  #titlearea_id p {
    position: relative;
    top: auto;
    left: auto;
    font-size: 110%;
    width: 87%;
    text-align: justify;
    line-height: 1.8;
    margin: 1em auto 1.5em;
  }
}
/*===========================

メインコンテンツ

===========================*/
#main_id {
  max-width: 920px;
  margin: 0 auto;
}
/*===========================

プロフィール

===========================*/
#prof_id {
  background: #EEF1EB;
  padding: 13px 500% 16px;
  margin: 0 -500% 3.5em;
  text-align: center;
  border-radius: 3px;
}
#prof_id .prof_photo_id {
  display: inline-block;
  vertical-align: top;
  float: right;
  margin-right: 111px;
}
#prof_id p {
  color: #262626;
  display: inline-block;
  vertical-align: top;
  max-width: 551px;
  margin-left: 70px;
  text-align: left;
}
#prof_id p img {
  margin: 0px 30px 2px 4px;
}
#prof_id p span {
  display: block;
  margin: 5px 0 0 10px;
  line-height: 1.7;
  font-size: 110%;
}
@media (max-width: 919px) {
  #prof_id {
    padding: 13px 5% 16px;
    margin: 0 0 3.5em;
  }
  #prof_id .prof_photo_id {
    width: 24%;
    margin: 0px 27% 0 0%;
  }
  #prof_id p {
    display: inline;
    margin-left: 0;
  }
  #prof_id p img {
    width: 40%;
    margin: 0;
  }
  #prof_id p span {
    display: inline-block;
    text-align: justify;
    margin: 0.6em 5% 1em;
    font-size: 100%;
  }
}
/*===========================

インタビュー

===========================*/
#interview_id > ul {
  margin: 70px 0 0;
  letter-spacing: 0.1em;
}
#interview_id li {
  text-align: center;
}
#interview_id li > img {
  margin: 0.4em auto 0.4em;
}
#interview_id p {
  color: #333333;
  font-size: 123%;
  max-width: 650px;
  margin: 1.8em auto 1.8em;
  line-height: 2.1;
  text-align: justify;
}
#interview_id li.intro_id p {
  max-width: 600px;
  margin: 0em auto 3.4em;
}
#interview_id p span {
  font-family: "ヒラギノ角ゴ Pro W6";
  font-weight: bold;
  line-height: 1.9;
  margin: 0.5em 0 0.8em;
}
@media (max-width: 919px) {
  #interview_id p {
    font-size: 110%;
    margin: 1.2em 5% 1.2em;
    line-height: 1.9;
  }
  #interview_id ul li.intro_id p {
    margin: 0.5em 5% 3.2em;
  }
  #interview_id ul:first-child li.intro_id p {
    margin: -3em 5% 3.2em;
  }
  .tyousei_id {
    width: 60%;
  }
}
/*===========================

商品スペック

===========================*/
.specbox_id {
  text-align: center;
  margin: 50px auto 70px;
}
.specbox_id a {
  text-decoration: none;
}

.spec_id {
  font-size: 125%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin: 0em 0 0 5px;
}
.link-btn {
  display: block;
  width: max-content;
  margin: 0.6em auto 0;
  background: #ea7b21;
  color: #FFF;
  border-radius: 4em;
  padding: 0.6em 3em;
  position: relative;
  font-size: 235%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.link-btn .link-txt {
  letter-spacing: 0.12em;
  font-family: "黎ミン M", "Reimin Medium", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.link-btn .link-min {
  font-size: 50%;
  display: block;
  font-weight: bold;
}
.link-btn::after {
  display: block;
  width: 1em;
  height: 100%;
  content: '';
  background-image: url(../images/link_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 1em;
}
.link-btn.link-btn-min {
  font-size: 166%;
  margin: 0.8em 0 0;
  padding: 0.6em 2.5em;
}
.archive-item-ttl {
  font-size: 173%;
  font-family: "黎ミン B", "Reimin Bold", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  margin: 0 0 0.5em;
}
.campaign-icon {
  border: 1px solid #d7000f;
  color: #d7000f;
  padding: 0.5em 1em;
  line-height: 1;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-bottom: 0.6em;
}
#main_id .spec_id span {
  font-weight: bold;
}
.name_id {
  font-family: "黎ミン B", "Reimin Bold", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-size: 125%;
  color: #333333;
}
.color_name_id {
  font-size: 90%;
}
.specbox_id .price_id {
  font-size: 90%;
  display: block;
  line-height: 1;
}
.specbox_id .tani_id {
  font-size: 80%;
}
.specbox_id .num_id {
  font-family: 'Judson', serif;
  font-weight: 300;
  font-style: italic;
  font-size: 220%;
  line-height: 1.0;
}
.specbox_id .tax_id {
  font-size: 80%;
}
.spec_inner_id {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.red_id {
  color: #D10012 !important;
}
.torikeshi_id {
  text-decoration: line-through;
}
.torikeshi_id .tax_id {
  font-size: 80%;
}
.item_photo_id {
  vertical-align: middle;
  display: inline-block;
}
/* 別色 */
.sub_item_id {
  text-align: center;
  margin: 15px 0 0;
}
.sub_item_id a {
  font-family: "黎ミン B", "Reimin Bold", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  text-decoration: underline;
}
ul.sub_item_id li {
  display: inline-block;
  font-size: 120%;
}
.specbox_id.col_id img, .specbox_id.col_id .spec_inner_id {
  vertical-align: middle;
}
 .specbox_id.archive-item a .spec_inner_id {
   font-size:90%;
 }
/* PC */
@media (min-width: 920px) {
  .specbox_id a {
    display: block;
  }
  .specbox_id.half_id .item_photo_id {
    display: inline-block;
  }
}
/* SP */
@media (max-width: 919px) {
  .specbox_id {
    text-align: center;
    margin: 1em auto 40px;
  }
  .spec_inner_id {
    width: 94%;
    margin: 1em 3% 1.5em;
  }
  .specbox_id .spec_inner_id .item_photo_id {
    width: 30%;
    display: block;
    float: left;
  }
  .spec_id {
    font-size: 115%;
    width: 67%;
    margin: 0 0 0 3%;
    display: block;
    float: left;
  }
  .specbox_id.middle .spec_id, .specbox_id.middle .spec_inner_id .item_photo_id {
    display: inline-block;
    float: none;
  }
  .specbox_id.half_id .item_photo_id {
    width: 47%;
    display: inline-block;
  }
  .specbox_id.half_id.col_id .item_photo_id {
    width: 35%;
  }
  .specbox_id.col_id:not(.half_id) img {
    width: 48%;
  }
  .link-btn {
    font-size: 180%;
  }
  ul li .spec_id {
    font-size: 100%;
    width: 93%;
    text-align: center;
    margin: 0 auto;
    float: none;
  }
.specbox_id.archive-item a{
  display: flex;
  justify-content: center;
align-items: center;
} 
.specbox_id.archive-item a img{
      width: 44vw !important;
} 
 .specbox_id.archive-item a .spec_inner_id {
   font-size:80%;
   margin: 0;
   width: fit-content;
 }
 .specbox_id.archive-item a .spec_inner_id .spec_id {
   text-align:left;
   width: max-content;
   margin: 0;
 }
.link-btn.link-btn-min {/* margin: 0.8em  0; */font-size: 126%;}
.archive-item-ttl {font-size: 135%;margin-bottom: -0.5em;position: relative;z-index: 1;}

}
@media (max-width: 919px) {
  img {
    width: 100%;
  }
}
.bnrArea_id {
  display: block;
  max-width: 920px;
  text-align: center;
  margin: 40px auto 20px;
}
.bnrArea_id a {
  display: inline-block;
  margin: 0px 0 30px;
}
@media (max-width: 919px) {
  .bnrArea_id {
    width: 100%;
    text-align: center;
    margin: 2em auto 2em;
  }
  .bnrArea_id a img {
    height: auto;
    margin: 0 auto;
  }
  .bnrArea_id a {
    width: 93%;
    margin: 0em 0 1.5em;
    max-width: 640px;
  }
}
/*===========================

アニメーション

===========================*/
#interview_id > ul:not(.archive_id) > li:not(.not_fade_id), .planner_id {
  opacity: 0;
}
.fadeIn02_id {
  animation: fadeIn02_id 1.4s forwards;
  visibility: visible !important;
}
@keyframes fadeIn02_id {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#titlearea_id h2 {
  animation: fade02_ff 2.0s forwards;
  visibility: visible !important;
}
@keyframes fade02_ff {
  0% {
    opacity: 0;
    transform: translateX(-250px);
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade_id {
  animation: fade01_ff 0.7s forwards;
  visibility: visible !important;
}
@keyframes fade01_ff {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* トップスライダー */
.slider-top {
  width: 100%;
}
.slider-top li {
  overflow-x: hidden;
  height: 690px;
  background-repeat: no-repeat;
  background-position: center top;
}
.slider-top li.slide01 {
  background-color: #ebeded;
  background-image: url(../images/ttl_01.jpg);
}
.slider-top li.slide02 {
  background-color: #efefef;
  /* background-image: url(../images/ttl_02.jpg); */
}
@media (max-width: 919px) {
  .slider-top {
    width: 100%;
    max-width: 100%;
    margin: 0 0 0 0%;
  }
  #titlearea_id .slider-top li {
    background-size: cover;
    height: 80vw;
  }
  #titlearea_id .slider-top li.slide01 {
    background-position: top left -65vw;
  }
  #titlearea_id .slider-top li.slide02 {
    background-position: top left -53vw;
  }
}
/* slick */
.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;
}
.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;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  min-height: 1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  /*width:100%;*/
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: inline-block;
  vertical-align: top;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}