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

	Date: 2026-4-28
	CSS Document ： flufeel Tシャツインナー

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

/*
.dummy {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  opacity: 0.3;
  pointer-events: none;
  display: flex;
  justify-content: center;
  text-align: center;
  z-index: 10000;
  filter: grayscale(90%);
}
.dummy img {
  width: 550px;
  display: block;
  margin: 0 auto;
  max-width: max-content;
}
*/

#outer{opacity: 0;}

/*------------------------------------
仮想LP用ベース
------------------------------------*/
.fca_cat-hero, .sr_page-shopping-result__free {
  overflow: visible !important;
}
.fca_cat-hero .sr_page-shopping-result__free .fca_container__in {
  max-width: 100%;
}
.fca_cat-hero .sr_page-shopping-result__free .fca_container {
  padding: 0;
}
.fca_page-shop-category__body {
  margin-top: 0;
}
#outer {
  animation: fadeIn_ct 0.8s .1s both;
}
#outer ul {
  padding: 0;
  list-style: none;
}


/*------------------------------------

ベース

------------------------------------*/
.pc {
  display: block;
}
.sp {
  display: none;
}
.bold_ct {
  font-weight: bold;
}
.fsc_gheader-wrap {
  transition: all 0.3s;
}
   
/*==================================

ルビ

==================================*/
[data-ruby] {
  position: relative;
  margin-top: 0.2em;
  display: inline-block;
}
[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  text-align: center;
  top: -0.9em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.38em;
  letter-spacing: 0.3em;
  white-space: nowrap;
}
.spec_wrap_fl h3.spec_fl [data-ruby]::before {
  font-size: 0.42em;
}

   
/*------------------------------------

タイトル

------------------------------------*/
#title {
  /* max-width: 1170px; */
  /* margin: 0 auto; */
  background: #e6ecef;
}
#title .titleinner {
  /* display: block; */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  /* max-width: 2000px; */
  margin: 0 auto;
  max-width: 1170px;
  margin: 0 auto;
  /* background: #FFF; */
}

.titleinner {
}
.titleinner .mv-image {width: calc((100% - 42.34%)/2);/* position: relative; */container-type: inline-size;}
.titleinner .mv-image img {width: 100%}
.titleinner .mv-image a{
    display: block;
}

.titleinner .mv-image.mv01 {
    
}

.titleinner .mv-image.mv01 img {
}

/* ロゴ */
.titleinner .mv-image.mv02 {width: 42.38%;z-index: 1;}

.titleinner .mv-image.mv02 picture {
}

.titleinner .mv-image.mv02 picture source {
}

.titleinner .mv-image.mv02 picture img {
}

/* ロゴ */
.titleinner .mv-image.mv02 .main-logo {position: absolute;top: 60%;left: -2%;width: 101%;z-index: 1;margin: 0;}

.titleinner .mv-image.mv02 .main-logo .logo-img {
}

.titleinner .mv-image.mv02 .main-logo .logo-img img {
}

.titleinner .mv-image.mv02 .mv-icon {position: absolute;top: 3%;right: 3%;width: 17%;}

.titleinner .mv-image.mv03 {
}

.titleinner .mv-image.mv03 img {
}



/* アニメーション */
.titleinner .mv-image,
.fv-lead{
  position: relative;
  animation: fadeIn_ct 0.5s forwards 1.0s;
  opacity: 0;
}
/*
.titleinner .mv-image.mv02 {
  animation-delay: 1.0s;
}*/
.fv-lead{
  animation-delay: 1.5s;
}

.titleinner .main-logo img {
  position: relative;
  animation: item-fadein-r 1s forwards 0.2s;
  opacity: 0;
}


@keyframes item-fadein {
  0% {
    transform: translate(0px, 2em);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1.0;
  }
}
@keyframes item-fadein-r {
  0% {
    transform: translate(1em, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1.0;
  }
}




/*------------------------------------

wrapper

------------------------------------*/
#wrapper {
  width: 100%;
  line-height: 2.0;
  letter-spacing: 0.08em;
  /* text-align: center; */
  background: #FFF;
  /* color: #2f475d; */
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* animation: fadeIn_ct 0.5s 0.8s both; */
  font-size: 1.125rem;
  /* overflow: hidden; */
}
#wrapper img {
  height: auto;
  max-width: 100%;
}
#wrapper-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 2000px;
}
#wrapper a {
  text-decoration: none;
}
/* hover */
@media (hover: hover) {
  #wrapper a {
    transition: all 0.3s;
  }
  #wrapper a:hover {
    opacity: 0.8;
  }
}
/*------------------------------------

サイド　カテゴリナビ

------------------------------------*/
.pc-side-box {
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  /* max-width: 180px; */
  height: 100vh;
  justify-content: center;
  align-items: center;
  width: 100%;
    opacity: 0;
     transition: opacity 1s;
}

.pc-side-box.on-fl{
    opacity: 1;
}


@media (max-width: 1000px) {
  .pc-side-box .side-inner {
    display: none;
  }
}
#side-anchor {
    background-image: url(../images/side_bg01.webp);background-repeat: no-repeat;background-position: center;background-size: cover;}
#side-anchor.fixed-on {
  opacity: 1;
  pointer-events: all;
}
#side-anchor .side-inner {
	width:60%;
	max-width:300px;
}
#side-anchor .side-inner a {
  position: relative;
  cursor: pointer;
}
#side-anchor .side-inner .side-logo {
  width: 100%;
  /* border-bottom: 1px solid #757575; */
  /* padding-bottom: 1.5em; */
}
#side-anchor .side-inner span {
  width: 36%;
  display: block;
  margin: 0.5em auto;
}
#side-anchor .side-inner a::after {
  display: block;
  width: 100%;
  height: .8em;
  content: '';
  transition: all .3s;
  background-image: url(../images/mv_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (hover: hover) {
  #side-anchor .side-inner a:hover::after {
    transform: translateY(.3em);
  }
}
#side-nav {
  order: 1;
    background-image: url(../images/side_bg02.webp);background-repeat: no-repeat;background-position: center;background-size: cover;
}
#category-nav-pc {
  width: 70%;
  max-width: 280px;
  container-type:inline-size;
  /* mix-blend-mode: multiply; */
}
#category-nav-pc .side-inner{
	font-size: 11cqw;
}
#category-nav-pc .side-inner .side-logo {
  display: block;
  width: 100%;
  margin: 0 auto 1em;
}
.side-navttl{
    /* font-family: "Roboto", sans-serif; */
    /* font-weight: 500; */
    /* font-size: 75%; */
}
#category-nav-pc .side-inner .side-nav-wrap {

}


#category-nav-pc .side-inner .side-navttl {width: 85%;margin: 0 auto 0.5em;}

#category-nav-pc .side-inner .side-navttl img {width: 100%;display: block;}

#category-nav-pc .side-inner .nav-list {width: 100%;margin: 0 auto 1em;padding-bottom: 1em;border-bottom: 1px solid #1a7def;}

#category-nav-pc .side-inner .nav-list a {
}

#category-nav-pc .side-inner .nav-list a img {
}







.check-more{
	    font-family: "Roboto", sans-serif;
	    font-weight: 400;
	    text-align: center;
	    font-size: 50%;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    gap: 0.8em;
	margin:0 0 0.3em;
}
.check-more span{
    white-space: nowrap;
}

.check-more::before,
.check-more::after {display: block;width: 0;height: 1.5em;content: '';border-left: 1px solid #1a7def;transform: rotate(-30deg);}

.check-more::after {
	transform: rotate(30deg);
}


.side-link-wrap {
	    font-family: "Roboto", sans-serif;
	    font-weight: 400;
	    text-align: center;
	    width: 74%;
	    margin: 0 auto;
}

.side-link-wrap li {
}

.side-link-wrap li a {
	letter-spacing:0.12em;
	color: #1a7def;
	border: 1px solid #1a7def;
	border-radius: 3em;
	padding: 0.9em 1em;
	line-height: 1;
	display: block;
	margin: 0 0 0.8em;
	font-size: 5.8cqw;
	background: #FFF;
	position:relative;
}
.side-link-wrap li a::after {
  display: block;
  width: 0.6em;
  height: 100%;
  content: '';
  /* opacity: 0; */
  border-radius: 50%;
  background: url(../images/sidenav_arrow.svg) no-repeat center;
  background-size: contain;
	position: absolute;
top: 0;
right: 1em;
	 transition: all 0.3s;
}
.side-link-wrap li a:hover::after {
  transform:translateX(0.2em);
}



#category-nav-pc .side-inner .side-nav-wrap li.nav-archive {
  font-size: 85%;
  line-height: 1.4;
}
#category-nav-pc .side-inner .side-nav-wrap li a {
  display: block;
  /* padding: .3em 0 0.3em; */
  cursor: pointer;
}
#category-nav-pc .side-inner .side-nav-wrap li a .main-ttl {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.9;
}
#category-nav-pc .side-inner .side-nav-wrap li a .main-ttl img {
  width: 100%;
}
#category-nav-pc .side-inner li .sub-ttl {
  margin-left: 2.5em;
  display: block;
}
#category-nav-pc .side-inner li .sub-ttl a {
  font-family: "ヒラギノ角ゴ W2 JIS2004";
  font-size: 70%;
  padding: 0.2em 0;
}
#category-nav-pc .side-inner .side-nav-wrap li a .nav-ttl-wrap {
  position: relative;
  display: flex;
  transition: all .3s;
  justify-content: flex-start;
  align-items: center;
  gap: .5em;
}
/*
#category-nav-pc .side-inner .side-nav-wrap li a.current .nav-ttl-wrap {
  transform: translateX(-.4em);
}*/
#category-nav-pc .side-inner .side-nav-wrap li a .nav-ttl-wrap::after {
  display: block;
  width: 0.6em;
  height: 1em;
  content: '';
  /* opacity: 0; */
  border-radius: 50%;
  background: url(../images/sidenav_arrow.svg) no-repeat center;
  background-size: contain;
	 transition: all 0.3s;
}
@media (hover: hover) {
  #category-nav-pc .side-inner .side-nav-wrap li a.current {}
  #category-nav-pc .side-inner .side-nav-wrap li a:hover {
    opacity: 0.6;
  }
  #category-nav-pc .side-inner .side-nav-wrap li a.current .nav-ttl-wrap::before {
    opacity: 1;
  }

#category-nav-pc .side-inner .side-nav-wrap li a:hover .nav-ttl-wrap::after {
  transform:translateX(0.2em);
}
	
}


/*------------------------------------

リード

------------------------------------*/

    
.fv-lead {
    font-family: "あおとゴシック M", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6%;
    margin: 2.2em auto;
    width: 90%;
}
.fv-lead p {margin: 0;font-size: 110%;}

.fv-lead img {width: 38%;}



/*------------------------------------

ナビ

------------------------------------*/
.nav-fl {text-align: center;margin: 0 0 4em;}

.nav-fl .nav-title {width: 69%;margin: 4em auto 1.3em;}

.nav-fl .nav-title img {
}

.nav-list {display: flex;justify-content: center;align-items: center;gap: 3%;width: 79%;margin: 0 auto;}

.nav-list a {
	position:relative;
	cursor: pointer;
}

.nav-list a img {
}


 .nav-list a::after {
  display: block;
  width: 16%;
  aspect-ratio: 1/1;
  content: '';
  background-image: url(../images/nav_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 14%;
  left: 41%;
	 transition: all 0.3s;
}
@media (hover: hover) {
 .nav-list a:hover::after {
    transform: translateY(15%)
  }
}

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

購入ボタン

==================================*/
.buy_btn {
  	position: relative;
}
.buy_btn span{
	position: absolute;
	background-image: url(../images/link_check.svg);
	background-repeat: no-repeat;
	background-position: center top 44%;
	background-size: 70%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.spec_wrap_fl .buy_btn::before {
  display: block;
  width: 6em;
  height: 5em;
  border-radius: 50%;
  content: '';
  background: #FFF;
  border: 1px solid #1a7def;
  transform: rotate(-45deg);
  transition: all 0.3s;
}
.buy_btn::after {
  display: block;
  width: 100%;
  height: 22%;
  content: '';
  background-image: url("../images/link_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 62%;
  left: -2%;
  transition: all 0.3s;
}

@media (hover: hover) {
	a:hover .spec_wrap_fl .buy_btn::before{
		background:#eef3fa;
	}
}

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

アイテム一覧

==================================*/
#items_fl {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  /* gap: 5%; */
  width: 100%;
  margin: 0 auto;
}
#lineup {
  width: 550px;
  margin: 0 0;
  flex-shrink: 0;
  /* border: 1px solid #1a7def; */
  padding-bottom: 2em;
  border-top: none;
  border-bottom: none;
  container-type: inline-size;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.category-wrap {position: relative;width: 100%;container-type: inline-size;}

.category-wrap::before {display: block;width: 100%;height: 110%;content: '';background:#eef3fa;border-radius:3em 3em 0 0;position: absolute;top: 12cqw;left: 0;}


/* カテゴリタイトル */
.category-wrap .lineup-title {display: flex;justify-content: center;align-items: flex-end;width: 90%;margin: 0 auto;gap: 2%;position: relative;}

.category-wrap .lineup-title img {width: 30%;}

.category-wrap .lineup-title p {font-family: "あおとゴシック M", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui", sans-serif;margin: 0.6em 0;font-size: 110%;line-height: 1.8;}

/**** 各商品 ****/
.category-wrap .item_fl {
  margin: 2.9em auto 4.5em;
  position: relative;
}

/* main */
.item_main {
  position: relative;
  /* margin-bottom: 1.5em; */
}

.item_main a {
      display: block;
}

/* メイン */
.item_main a .model_fl {
  display: block;
  position: relative;
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}

.item_main a .model_fl img {
      width: 100%;
  transition: all 0.8s;
}

.item_main a .model_fl h2 {
      position: absolute;
      top: 8%;
      right: 9%;
      width: 4.24%;
}

.item_main a .model_fl h2 img {
}

/* sub */
.item_main a .sub-item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0%;
    margin: 1.8em 0 0;
}
.item_main a .sub-item img {
    width: 40%;
}



/*------------------------------------

個別

------------------------------------*/
/* == #透け == */
#suke-wrap {
}

/* カテゴリタイトル */
#suke-wrap .lineup-title {
}

#suke-wrap .lineup-title img {
}

#suke-wrap .lineup-title p {
}

/* == #suke01 == */
#suke01_fl {
}

/* main */
#suke01_fl .item_main {
}

#suke01_fl .item_main a {
}

/* メイン */
#suke01_fl .item_main a .model_fl {
}

#suke01_fl .item_main a .model_fl img {
}

#suke01_fl .item_main a .model_fl h2 {
}

#suke01_fl .item_main a .model_fl h2 img {
}

/* sub */
#suke01_fl .item_main a .sub-item {
}

#suke01_fl .item_main a .sub-item img:nth-child(1) {
margin-left:5%;
}

/* == #suke02 == */
#suke02_fl {
}

/* main */
#suke02_fl .item_main {
}

#suke02_fl .item_main a {display: flex;justify-content: center;/* align-items: center; */}

/* メイン */
#suke02_fl .item_main a .model_fl {width: 63%;order: 1;flex-shrink: 0;}

#suke02_fl .item_main a .model_fl img {
}

#suke02_fl .item_main a .model_fl h2 {width: 6.0%;right: 11%;}

#suke02_fl .item_main a .model_fl h2 img {
}

/* sub */
#suke02_fl .item_main a .sub-item {align-items: center;flex-direction: column;gap: 6%;width: 37%;margin: 0;}

#suke02_fl .item_main a .sub-item img {width: 71%;}


/* main */
#suke03_fl .item_main {
}

#suke03_fl .item_main a {display: flex;justify-content: center;/* align-items: center; */}

/* メイン */
#suke03_fl .item_main a .model_fl {width: 58%;flex-shrink: 0;}

#suke03_fl .item_main a .model_fl img {
}

#suke03_fl .item_main a .model_fl h2 {width: 5.6%;right: 11%;}

#suke03_fl .item_main a .model_fl h2 img {
}

/* sub */
#suke03_fl .item_main a .sub-item {align-items: center;flex-direction: column;gap: 6%;width: 44%;margin: 0;}

#suke03_fl .item_main a .sub-item img {width: 71%;}



#ase-wrap {
    background: #eef3fa;
}
#ase-wrap.category-wrap::before{
	background:#FFF;
	top: 4cqw;
}
/* カテゴリタイトル */
#ase-wrap .lineup-title {
}

#ase-wrap .lineup-title img {padding-bottom: 2.6em;}

#ase-wrap .lineup-title p {
}

/* == #ase01 == */
#ase01_fl {
}

/* main */
#ase01_fl .item_main {
}

#ase01_fl .item_main a {
}

/* メイン */
#ase01_fl .item_main a .model_fl {
}

#ase01_fl .item_main a .model_fl img {
}

#ase-wrap .item_main a .model_fl h2 {
	    top: 4%;
	    right: 3%;
	    width: 19.7%;
}

#ase-wrap .item_main a .model_fl h2 img {margin-bottom: 0.5em;}

/* sub */
#ase-wrap .item_main a .sub-item {
}

#ase-wrap .item_main a .sub-item img {
	width:90%;
}


/* == #ase02 == */
#ase02_fl {
}

/* main */
#ase02_fl .item_main {
}

#ase02_fl .item_main a {
}

/* メイン */
#ase02_fl .item_main a .model_fl {
}

#ase02_fl .item_main a .model_fl img {
}

#ase02_fl .item_main a .model_fl h2 {
}

#ase02_fl .item_main a .model_fl h2 img {
}

/* sub */
#ase02_fl .item_main a .sub-item {
}

#ase02_fl .item_main a .sub-item img {
}

#hibiki-wrap {
}

/* カテゴリタイトル */
#hibiki-wrap .lineup-title {
}

#hibiki-wrap .lineup-title img {width: 34%;}

#hibiki-wrap .lineup-title p {
}

/* == #hibiki01 == */
#hibiki01_fl {
}

/* main */
#hibiki01_fl .item_main {
}

#hibiki01_fl .item_main a {
}

/* メイン */
#hibiki01_fl .item_main a .model_fl {
}

#hibiki01_fl .item_main a .model_fl img {
}

#hibiki01_fl .item_main a .model_fl h2 {width: 11.24%;}

#hibiki01_fl .item_main a .model_fl h2 img {
}

/* sub */
#hibiki01_fl .item_main a .sub-item {display: block;text-align: center;}

#hibiki01_fl .item_main a .sub-item img {width: 90%;}

/* == #hibiki02 == */
#hibiki02_fl {
}

/* main */
#hibiki02_fl .item_main {
}

#hibiki02_fl .item_main a {
}

/* == #hibiki02 == */
#hibiki02_fl {
}

/* main */
#hibiki02_fl .item_main {
}

#hibiki02_fl .item_main a {display: flex;justify-content: center;/* align-items: center; */}

/* メイン */
#hibiki02_fl .item_main a .model_fl {width: 63%;/* order: 1; */flex-shrink: 0;}

#hibiki02_fl .item_main a .model_fl img {
}

#hibiki02_fl .item_main a .model_fl h2 {width: 15%;right: 75%;}

#hibiki02_fl .item_main a .model_fl h2 img {
}

/* sub */
#hibiki02_fl .item_main a .sub-item {align-items: center;flex-direction: column;gap: 6%;width: 37%;margin: 0;}

#hibiki02_fl .item_main a .sub-item img {width: 71%;}




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

商品リンク

==================================*/
.spec_wrap_fl {
  width: 80%;
  margin: 1.4em auto 0;
}
.spec_wrap_fl a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
  width: 100%;
}
.spec_wrap_fl a .spec-img {
  position: relative;
  width: 40%;
  flex-shrink: 0;
}
.spec_wrap_fl a .spec-img img {
    width: 100%;
}
.spec_wrap_fl a .spec-img img.icon-new {
  width: 35%;
  position: absolute;
  left: 0;
  top: 0;
}
.spec_wrap_fl a .spec-txt {
  /* width: 100%; */
}
.spec_wrap_fl h3.spec_fl {
  font-size: 100%;
  line-height: 1.4;
  margin: 0;
}
.spec_wrap_fl h3.spec_fl .name_fl {
  font-family: "あおとゴシック M", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui", sans-serif;
  font-size: 105%;
  letter-spacing: 0.1em;
}
.buy_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  /* margin: 0 auto 0.5em; */
}
/*
.buy_wrap::before {
  display: block;
  width: 77%;
  height: 0;
  content: '';
  position: absolute;
  border-bottom: 1px solid #d9d9d9;
  right: 0;
  top: 50%;
}
*/
.buy_text {
  position: relative;
  padding-right: 0.5em;
  color: #808080;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.size_fl {
  margin-right: 1em;
}
.price_fl {}
.price_fl span.discount_fl{
    opacity: 0.7; font-weight: 400;
	display: inline-block; 
	position: relative;
}

.price_fl span.discount_fl::before {
	content: '';
	width: 100%;
	height: 1px;
	border-top: solid 1px #808080;
	position: absolute;
	left: 0 ;
	top: calc(50% - 2px);
    opacity: 0.7;
}
.price_fl span.discount_fl::after {
	content: '';
	width: 100%; 
	height: 1px; 
	border-bottom: solid 1px #808080;
	position: absolute;
	left: 0 ;
	bottom: calc(50% - 2px);
    opacity: 0.7;
}
.spec_wrap_fl a:hover .buy_btn {
  color: #000;
  /* background: #FFF; */
}
.spec_wrap_fl a:hover .buy_btn::after {
  transform: translateX(5%);
  /* background-size: contain; */
  /* background: url("../images/btn_arrow_b.svg") no-repeat center; */
}


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

リスト上

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

#list-anchor {
	display: flex;
	justify-content: center;
	align-items: center;
	gap:0.8em;
	position: relative;
	font-family: "あおとゴシック DB", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui", sans-serif;
	text-align: center;
	line-height: 1.4;
	font-size: 135%;
	letter-spacing: 0.25em;
	color: #1a7def;
	}

#list-anchor p {
}
#list-anchor::before,
#list-anchor::after {
display: block;
width: 1.8em;
height: 1.8em;
content: '';
background-image: url(../images/list_arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size:contain;

}


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

アニメーション

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

.fade_fl {
  opacity: 0;
}
.fade_fl.fadeIn_fl {
  animation: fade_fl 0.7s forwards 0s;
}
.model_fl {
  transition: all 0.7s;
}

@keyframes fade_fl {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn_fl {
  0% {
    transform: translateY(25px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fadeInR_fl {
  0% {
    transform: translateY(-25px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.item_fl.fadeIn_fl .model_fl img {
  /* animation: fadezoom 1.5s forwards 0.0s; */
}


/*------------------------------------

アニメーション

------------------------------------*/
.fade-item {
  opacity: 0;
}
.fade_ct {
  animation: fadeInBottom_ct 1s 0.0s both;
}
@keyframes fadeIn_ct {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInBottom_ct {
  0% {
    transform: translateY(1em);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fadeInLeft_ct {
  0% {
    transform: translateX(1em);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes fadeInRight_ct {
  0% {
    transform: translateX(-1em);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
/*===================================

1000px以下

===================================*/
@media (max-width: 920px) {}
/*===================================

880px以下

===================================*/
@media (max-width: 880px) {}
/*===================================

スマホ

===================================*/
@media (max-width: 768px) {
  #side-nav {
    display: none;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #sp-contents {
    width: 100%;
  }
  #wrapper {
    font-size: 3.1vw;
    overflow: hidden;
  }

  /*------------------------------------

アイテム

------------------------------------*/
  #items_fl {
    width: 100%;
  }
  #lineup{width: 100%;border: none;}
    
.item_fl {
    margin: 4em auto 8em;
	}
    .titleinner .mv-image.mv02{
        width: 100%;
    }
.titleinner .mv-image.mv02 .main-logo {position: absolute;top: 63%;left: 11%;width: 79%;z-index: 1;margin: 0;}

.titleinner .mv-image.mv02 .main-logo .logo-img {
}

.titleinner .mv-image.mv02 .main-logo .logo-img img {
}

.titleinner .mv-image.mv02 .mv-icon {position: absolute;top: 3%;right: 2.5%;width: 13.5%;}

    .titleinner .mv-image.mv01,
    .titleinner .mv-image.mv03{
        display: none;
    }
    
    
	
}