@charset "utf-8";
/* CSS Document */
/*　共通設定--------------------------------　*/
* {
  box-sizing: border-box;
}
html {
  /* reset-min設定の打ち消し
	background-color:transparent; */
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
}
/*　背景のボックスが必要な場合のみ設定  */
#back {}
p {
  font-size: 100%;
  line-height: 1.7em;
  margin: 0;
}
a {
  text-underline-offset: 3px;
}
ul {
  padding: 0;
}
strong {
  font-weight: bold
}
img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
}
hr {
  margin: 0 0 5em 0;
  border: 0;
  height: 1px;
  clear: both;
  background: #bbb;
}
figure {
  margin: 0;
  padding: 0;
}
figcaption {
  font-size: 70%;
}
/*独自クラス*/
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
.tb-only {
  display: none;
}
.main .tac {
  text-align: center !important;
}
.main .tal {
  text-align: left !important;
}
.main .tar {
  text-align: right !important;
}
.note {
  font-size: 12px;
  margin: 8px 0 0;
}
img + .caption {
  font-size: 12px;
  text-align: right;
  margin-top: -4em;
  padding-bottom: 1em;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
/*マージン・パディング*/
.main .mb0 {
  margin-bottom: 0 !important;
}
.main .mb1em {
  margin-bottom: 1em !important;
}
.main .mb2em {
  margin-bottom: 2em !important;
}
.main .mb3em {
  margin-bottom: 3em !important;
}
.main .mb4em {
  margin-bottom: 4em !important;
}
.main .mb5em {
  margin-bottom: 5em !important;
}
.main .mb10em {
  margin-bottom: 8em;
}
.main .fs-big {
  font-size: 250% !important;
}
.main .fs-s {
  font-size: 80% !important;
}
.ct-mb {
  margin-bottom: 10%;
}
/*　ヘッダー--------------------------------　*/
/*　ビジュアル--------------------------------　*/
.visual {
  animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
.visual {
  width: 100%;
  clear: both;
  height: 100%;
  max-height: 100vh;
  margin: 0px auto;
  padding: 0 0 0 0;
  position: relative;
  z-index: 1;
}
.visual_img {
  padding-left: 21.666%;
  width: 100%;
}
.visual .main-visual {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  object-fit: cover;
  object-position: top;
}
/*logo*/
.visual .main-logo {
  position: absolute;
  top: 7%;
  left: 3%;
  max-width: 10%;
  margin-top: 0;
}
.visual .main-visual_ttl {
  position: absolute;
  top: 21.85%;
  left: 6.15%;
  max-width: 22.5%;
  margin-top: 0;
}
.visual .visual_img-left{
  position: absolute;
  bottom: -30%;
  left: 0%;
  max-width: 36.927%;
}
.visual .visual_img-right{
  position: absolute;
  bottom: -25%;
  right: 0%;
  max-width: 16%;
}

/*　コンテンツ外枠--------------------------------　*/
#contents {
  width: 100%;
  margin: 0 auto 0 auto;
  background-color: #e5e3e3;
}
#contents:after, .cf:after {
  content: ".";
  height: 0;
  clear: both;
  visibility: hidden;
  display: block;
}
/*　コンテンツ　メインカラム--------------------------------　*/
.main {
  width: 100%;
  height: auto;
  padding: 8% 0 0;
  margin: 0px auto;
  /*overflow: hidden;*/
}
/*　見出し　--------------------------------　*/
h2 {
  margin: 16px auto 40px;
  padding: 0px 0 0px 0px;
  text-align: left;
  font-size: 200%;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.2em;
  clear: both;
  position: relative;
  z-index: 1;
}
h2 a {
  text-decoration: none;
}
h3 {
  margin: -8px 0 30px 0;
  padding: 0 0 0;
  line-height: 1.6;
  font-size: 150%;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-weight: 500;
  clear: both;
  text-align: left;
  position: relative;
  letter-spacing: 0.1em;
}
h3 a {
  color: #333;
  text-decoration: none;
}
h4 {
  text-align: left;
  margin: 0 0 10px;
  font-size: 110%;
  color: #333;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
h5 {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 1em;
}
/*回りより小さい文字　small-text 80％*/
span.small-t {
  font-size: 80%;
  display: inline;
}
/*　本文　--------------------------------　*/
/*　文字色・サイズ　共通　*/
.main p, .main table, .main ul, .main ol {
  color: #333;
  font-size: 100%;
  line-height: 2;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-weight: 500;
}
/*　段落　*/
.main p {
  margin: 0 0 1em 0;
}
.main p img {
  margin: 0 10px 20px 10px;
}
/* リンク文字色 */
.main a {
  color: #333;
  text-decoration: none;
  transition: 0.2s ease color;
}
.main a:hover {
  color: #000;
  transition: 0.3s ease;
  /* text-decoration:underline; */
}
.main a:hover img{
  opacity: 0.7;
}

.main a.link {
  text-decoration: underline;
  text-underline-offset: 3px;
}
/*No.タイトル*/
h3 .num-ttl {
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: min(3vw, 32px);
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}
.num-ttl .fsm {
  font-size: 85%;
}
/*　リスト　*/
.main ul, .main ol {
  margin: 0 0 1em;
}
.main ul li {
  margin-bottom: 0.5em;
}
.main ol li {
  margin-bottom: 0.5em;
}
/* フッター--------------------------------　*/
#footer {
  margin: 0px auto 0 auto;
  padding: 50px 0;
  width: 100%;
  clear: both;
  background-color: #9f9f9f;
  color: #fff
}
#footer .box {
  width: 87.5%;
  max-width: 1680px;
  margin: 0 auto 0;
  position: relative;
}
#footer .footer_ct p, #footer .footer_ct a, #footer .footer_ct h4 {
  color: #fff;
}
#footer .footer_ct li {
  list-style: none;
  color: #fff;
  line-height: 1.6;
  font-size: 92%;
}
/*#footer .footer_ct li a{
	text-decoration: none;
}*/
#footer .footer_ct .ct-text li span {
  font-size: 80%;
}
#footer .copyright {
  text-align: right;
  font-size: 12px;
  margin-top: auto;
}
/* ページトップ */
p.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 20px;
}
p.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #bbb;
  font-size: 20px;
  text-decoration: none;
  line-height: 50px;
  opacity: 0.85;
  text-decoration: none;
  border-radius: 50%;
  transition: 0.2s;
}
/*p.pagetop a:hover {
	background-color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	}
*/
.footer-logo {
  max-width: 100px;
  width: 8%;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/* ★各ページ共通--------------------------------　*/
/*タイトル------------------------------------*/
/* コンテンツ枠 */
.main .inner {
  width: 78.334%;
  max-width: 1504px;
  /*margin: 0 auto;*/
  padding-right: 4.6%;
  overflow: hidden;
  padding-top: 40px;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex_jc_c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex_ai_c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_ai_s {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex_wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.09%;
}
/*画像　共通*/
.ct-img-main {
  width: 53.267%;
}
.ct-img img {
  margin-bottom: 3.75em;
}
.ct-text.mb {
  margin-bottom: 3.75em;
}
.co-ttl {
  max-height: 3em;
}

/*商品名　リンク*/
.item-detail {
  margin-bottom: 4em;
}
.item-detail p {
  font-size: 93.75%;
  line-height: 1.8;
  margin-bottom: 0;
}
.btn-more {
  text-decoration: underline;
  display: inline-block;
  padding: 0 0 0 1em;
}
.category-box{
  margin-bottom: 5%;
}
.category-ttl {
  width: 21.666%;
}
.category-ttl h2 {
  position: sticky;
  top: 0;
  text-align: center;
  margin: 0 auto 1em;
  padding-top: 32px;
}
.category-ttl h2 img {
	max-width: 80%;
	display: inline-block;
	margin: 0 auto;
}
.category-ttl h2::before {
	content: "";
    display: inline-block;
    width: 73%;
    height: 260%;
    background: url(../img/common_ttl-bg.png) no-repeat center left;
    background-size: contain;
    position: absolute;
    top: -60%;
    left: 0;
}
/*カラム*/
.cl-2{
  display: -ms-flexbox;
  display: flex;
}
/*コーデの背景*/
.bg-co {
  position: relative;
}
.bg-co::before{
  content: "";
  width: 108%;
  height: 120%;
  position: absolute;
  display: inline-block;
  top: -10%;
  left: 0;
  background: url(../img/common_bg-01.png) no-repeat bottom right;
  background-size: contain;
}
/*スライドショー*/
.setup-co .swiper-container{
  position:relative;/* ボタンのズレ解消 */
  }
.setup-co .swiper-container img{
  width:100%;
  height:auto;
  }

/* プロローグ　--------------------------------　*/
.prologue {
  margin: 0 0 8%;
  padding-left: 21.666%;
  position: relative;
  z-index: 1;
}
.prologue_inner {
	width: 100%;
    max-width: 1504px;
	padding: 0 5.872%;
	display:-ms-flexbox;
	  display:flex;
	  -ms-flex-pack: center;
	justify-content: center;
}
.prologue_box {
	padding: 0 5%;
}
.main-ttl {
  text-align: left;
}
.main-ttl .sub-catch {
  color: #888;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
.main .read-text {
  font-size: 17px;
  line-height: 2.4;
	text-align: left;
}
/* ボックス　サイズ--------------------------------　*/
.w-half {
  width: 47.5%;
}
.w-narrow {
  width: 41.733%;
}
.w-wide {
  width: 64.29%;
}
.m-auto {
  margin: 0 auto;
}
/* 素材　material--------------------------------　*/
.material {
	padding-left: 21.666%;
	margin: 0 0 8%;
}
.material_inner {
	width: 100%;
    max-width: 1504px;
	padding: 0 5.872%;
}
.material_box {
	background-color: #fff;
	padding: 4%;
}
.material_box .ct-text {
	width: 60.58%
}
.material_box .ct-img {
	width: 33.42%;
  max-width: 300px;
}
.material_box .ct-img img{
	margin: 0 0;
}
.material_img {
	position: relative;
}
.material_img::after {
    content: "";
    display: inline-block;
    width: 74%;
    height: 33.666%;
    max-width: 225px;
    max-height: 95px;
    background: url(../img/material_img-ttl.png) no-repeat top left;
    background-size: contain;
    position: absolute;
    bottom: -3%;
    left: -17%;
}


/* ラインナップ　lineup--------------------------------　*/
.lineup {
	padding-left: 21.666%;
	margin: 0 0 8%;
	position: relative;
}
.lineup_inner {
	width: 100%;
  max-width: 1504px;
	padding: 0 5.872%;
	margin: 0 -1.162% 8%;
  z-index: 1;
  position: relative;
}
.lineup .lineup_list li{
	width: 18.14%;
	list-style: none;
	text-align: center;
	padding: 0 1.162% 1.8em;
}
.lineup .lineup_list li span{
	line-height: 1.4;
	display: inline-block;
	margin: 10px 0 0;
	font-size: min(0.9vw, 100%);
}
.fl01 {
	position: absolute;
  bottom: 13%;
  left: 5%;
  width: 28.45%;
  z-index: 0;
}

/*各セクション 　item--------------------------------　*/
.main .item_detail-box {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;	
}
.scenes {
  display: table;
  width: 100%;
}

.scenes dt,
.scenes dd {
  display: table-cell;
  vertical-align: middle;
}

.scenes dt {
  border-right: 0.5px solid #bbb;
  padding: 0 16px 0 0;
}

.scenes dd {
  padding-left: 16px;
  margin: 0;
}

.scenes dd ul{
	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.scenes dd ul li{
  list-style: none;
  background-color: #fff;
  padding: 0.1em 1em;
  font-size: 70%;
  font-weight: bold;
  font-family: sans-serif;
  margin: 0.4em 1em 0.4em 0;
  border-radius: 4px;
}
.main .btn {
	text-align: right;
	margin: 2em 0 0;
	position: relative;
    z-index: 10;
}
.main .btn a{
	display: inline-block;
    padding: 0.5em 1em;
    border: 1px solid #333;
	transition: 0.3s ease background-color;
}
.main .btn a:hover{
	background: rgba(255,255,255,0.6);	
}


/*swiper ボタン*/
.setup-co .swiper-button-prev, .setup-co .swiper-button-next{
    color: #999;
    width: 3%;
    transform: translateY(-4em);
}
.setup-co .swiper-button-prev{
    padding-left: 10px;
}
.setup-co .swiper-button-next{
    padding-right: 10px;
}
.setup-co .swiper-horizontal>.swiper-pagination-bullets, .setup-co .swiper-pagination-bullets.swiper-pagination-horizontal, .setup-co .swiper-pagination-custom, .swiper-pagination-fraction {
  top: -4%;
  bottom: inherit;
  text-align: right;
}
.setup-co .swiper-pagination-bullet-active {
  background: #666;
}
.co-item {
  padding:1em 0 0;
}
.main .co-item {
  color: #777;
  margin-bottom: 0;
}
.main .co-item a {
  position: relative;
}
.main .co-item a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
}

/* 商品一覧　itemlist--------------------------------　*/
.allitemlist {
	padding-left: 21.666%;
	margin: 0 0 8%;
	position: relative;
}
.allitemlist_inner {
  width: 100%;
  max-width: 1504px;
  padding: 0 5.872%;
  margin: 0 0 8%;
  z-index: 1;
  position: relative;
}
.allitemlist .item_list {
  margin: 0 -2.019%;
}
.allitemlist .item_list li{
	width: 33.3333%;
	list-style: none;
	text-align: center;
	padding: 0 2.019% 1.8em;
}
.allitemlist .item_list li span{
	line-height: 1.4;
	display: inline-block;
	margin: 10px 0 0;
	font-size: min(0.9vw, 100%);
}
.fl02 {
	position: absolute;
  bottom: 13%;
  left: 3%;
  width: 16%;
  z-index: 0;
}

/*花　動き-------------------------------　*/
.blur-item {
  filter: blur(50px);
  transform: translateY(120px);
  opacity: 0;
  transition:
    transform 1.8s cubic-bezier(.2,.8,.2,1),
    opacity 1.2s ease-out;
}

/* 画面に入ったら */
.blur-item.is-visible {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}


/* 店舗　tenpo--------------------------------　*/
/*.tenpo {
  background-color: #eee;
  padding: 10% 0 3%;
}
.tenpo .inner {
  margin-bottom: 0;
}
.tenpo .cl-left {
  width: 44.6428571%;
}
.tenpo .cl-right {
  width: 43.69%;
}
.manager {
  width: 42%;
  margin-left: 1em;
}/*

/*  アニメーションスタイル
-------------------------------------------*/
/*右から左*/
.slide-left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s;
}
.slide-left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
/*左から右*/
.slide-right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 2s;
}
.slide-right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
/*下からふわっと表示*/
.slide-up {
  position: relative;
  transform: translate(0, 15%);
  opacity: 0;
  transition: 1s ease;
  -ms-filter: blur(10px);
  filter: blur(10px);
}
.slide-up.is-show {
  transform: translate(0, 0);
  opacity: 1;
  -ms-filter: blur(0px);
  filter: blur(0px);
}
li.slide-up:nth-child(1) {
  -moz-transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
}
li.slide-up:nth-child(2) {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}
li.slide-up:nth-child(3) {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}
li.slide-up:nth-child(4) {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}
li.slide-up:nth-child(5) {
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
}
li.slide-up:nth-child(6) {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}
li.slide-up:nth-child(7) {
  -moz-transition-delay: 700ms;
  -webkit-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
}
li.slide-up:nth-child(8) {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
}
li.slide-up:nth-child(9) {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}
li.slide-up:nth-child(10) {
  -moz-transition-delay: 1000ms;
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
}
/* 横スクロール--------------------------------　*/
.scroll_container {
  position: relative;
}
.sticky_wrap {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
/*.horizontal_scroll {
  display: flex;
  height: 100%;
  will-change: transform;
}

.horizontal_scroll img {
  flex-shrink: 0;        
  height: auto;           
  width: auto;
  max-height: 100vh;   
  max-width: 100vw;  
  display: block;
}
*/
.horizontal_scroll {
  display: flex;
  gap: 0; /* 余白を消す */
}
.horizontal_scroll img {
  width: auto;
  height: auto;
  max-height: 100vh;
  max-width: 100%;
  flex-shrink: 0;
  object-fit: contain;
  display: block;
}
/*
@media screen and (min-width: 1900px) {
	.tenpo .cl-right .ct-img{ 
		height: 66%;
		overflow: hidden;
	}
	.tenpo .cl-right .ct-img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
*/
@media screen and (min-width: 1650px) {
	.material_img::after {
		position: absolute;
		bottom: -3%;
		right: 67%;
		left:inherit;
	}
}

@media screen and (max-width: 1240px) {
  .sticky_wrap {
    position: sticky;
    top: 0;
    height: 80vh;
    overflow: hidden;
  }
  .horizontal_scroll img {
    width: auto;
    height: auto;
    max-height: 80vh;
  }
  .lineup .lineup_list li span,
  .allitemlist .item_list li span {
    font-size: 12px;
  }
  .category-ttl h2 img {
    max-width: 60%;
  }
  .material_img::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -29%;
    right: 11%;
	left: inherit;
  }
}
@media screen and (max-width: 960px) {
	.main .item_detail-box {
	  display: block;
	}
	.item_detail-box .ct-img-main {
	  width: 100%;
	}
	.item_detail-box .cl-left.w-narrow {
      width: 100%;
    }
	.lineup .lineup_list li {
	  width: 33.3333%;
	  padding-bottom: 10px;
	}
}
@media screen and (max-width: 800px) {
  html, body, header, section, article, nav, footer, div, span, p, h1, h2, h3, h4, ul, ol, li, dl, dt, dd, table, tr, th, td, tbody, thead, tfoot {
    margin: 0;
    padding: 0;
  }
  img {
    border: 0;
    vertical-align: bottom;
  }
  body {
    width: 100%;
    background-color: #fff;
    /*	font: 14px/1.231 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif; */
    font-size: 14px;
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
  }
  * {
    box-sizing: border-box;
  }
  hr {
    margin: 0 0 3em 0;
  }
  /*独自クラス*/
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .tb-only {
    display: none;
  }
  /*マージン・パディング*/
  .main .mb4em {
    margin-bottom: 2em !important;
  }
  .main .mb5em {
    margin-bottom: 2.4em !important;
  }
  .main .mb10em {
    margin-bottom: 4em !important;
  }
  .main .sp-mb0 {
    margin-bottom: 0px !important;
  }
  .ct-mb {
    margin-bottom: 5em;
  }
  /*　コンテンツ　メインカラム--------------------------------　*/
  .main {
    padding: 8% 0 0;
  }
  /* コンテンツ枠 */
  .main .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 6.25% 0;
  }
  .flex {
    display: block;
  }
  .flex.remain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flex_jc_c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex_ai_c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex_ai_s {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex_end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .flex_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1.09%;
  }
  /*画像　共通*/
  .ct-img img {
    margin-bottom: 2em;
  }
  .ct-text.mb {
    margin-bottom: 2em;
  }
  .ct-img-main{
	text-align: center;
  }
  .ct-img-main img {
    width: auto;
    /*height: 50vh;*/
	min-height: 320px;
    object-fit: cover;
	margin-right: auto;
    margin-left: auto;
  }
  /*商品名　リンク*/
  .item-detail {
    margin-bottom: 3em;
  }
  .item-detail p {
    font-size: 80%;
  }
  /*　見出し / 本文　--------------------------------　*/
  h2 {
    margin: 0px auto 24px;
    font-size: 150%;
    letter-spacing: 0.1em;
  }
  h3 {
    margin: 1em 0 30px 0;
    padding: 0 0 0;
    line-height: 1.6;
    font-size: 130%;
  }
  h3 .num-ttl {
    font-size: 16px;
	padding-left: 0;
  }
  .main p, .main table, .main ul, .main ol {
    font-size: 92.86%;
	font-weight: 500;
	color: #111;
  }
  img + .caption {
    text-align: right;
    margin-top: -2em;
    padding-bottom: 1em;
    font-size: 10px;
  }
  .btn-more {
    padding: 0 0 0 0.5em;
  }
  .main .btn {
	margin: 2em 0 4em;
	 text-align: center;
  }
  .main .btn a {
	width: 60%;
	text-align: center;	
  }
  /*　ビジュアル--------------------------------　*/
  .visual {
    width: 100%;
    clear: both;
    height: 100%;
    max-height: 100%;
  }
  .visual .main-visual {
    width: auto;
	height: 100vh;
	max-height: 100%;
	margin: 0 auto;
  }
  .visual .main-logo {
    display: none;
  }
  .visual_img {
	padding-left: 0;
	width: 100%;
	height: 100vh;
	text-align: center;
  }
  .visual .visual_img-left {
    position: absolute;
    bottom: 30%;
    left: 0%;
    z-index: -1;
  }
  .visual .visual_img-right {
    position: absolute;
    bottom: 0;
    right: 0%;
  }
  /* プロローグ　--------------------------------　*/
  .prologue {
    padding-left: 0%;
  }
  .main .read-text {
    font-size: 13px;
    line-height: 2;
	text-align: left;
	font-weight: 500;
	color: #111;
  }
  /* 素材　material--------------------------------　*/
  .material {
    padding-left: 0;
  }
  .material_box {
    padding: 4% 8%;
  }
  .material_box .ct-text {
    width: 100%;
  }
  .material_box .ct-img {
    width: 100%;
    max-width: 300px;
    margin: 2em auto;
  }
  .material_img::after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 60%;
	left: inherit;
  }
  /* ラインナップ　lineup--------------------------------　*/
  .lineup {
    padding-left: 0;
  }
  .lineup_inner {
    margin: 0 auto 8%;
  }
  /* 各セクション--------------------------------　*/
  .cl-2 {
    display: block;
  }
  .w-half {
    width: 80%;
    margin: 0 auto;
  }
  .w-narrow {
    width: 80%;
    margin: 0 auto;
  }
  .w-wide {
    width: 80%;
    margin: 0 auto;
  }

  .category-ttl {
    width: 100%;
  }
  .category-ttl h2::before {
    content: "";
    display: inline-block;
    width: 40%;
    height: 200px;
    position: absolute;
    top: -20%;
    left: 0;
  }
  .category-ttl h2 img {
	max-height: 70px;
  }
  .allitemlist h3 img{
	  max-height: 2.5em;
	}

	
/*swiper*/
  .setup-co .swiper-button-prev, .setup-co .swiper-button-next {
    width: 5%;
  }
  .bg-co::before {
    content: "";
    width: 108%;
    height: 120%;
    position: absolute;
    top: inherit;
    bottom: -6%;
    left: 0;
   }
   .allitemlist {
    padding-left: 0;
    margin: 0 0 10%;
    padding-bottom: 100px;
   }
   .allitemlist_inner {
	width: 100%;
	padding: 0 5.872% 0;
	margin: 0 0;
  }
  .fl02 {
    position: absolute;
    bottom: -3%;
    left: 53%;
    width: 22%;
    z-index: 0;
  }
	
  /* フッター　footer--------------------------------　*/
  #footer {
    margin: 0px auto 0 auto;
    padding: 40px 0 10px;
  }
  #footer .footer_ct li {
    line-height: 2;
  }
  .footer-logo {
    width: 20%;
    margin: 2px 0;
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
  }
  #footer .copyright {
    margin-top: 0px;
  }
}
@media screen and (max-width: 480px) {
	/*見出し*/
	h2 {
		margin: 4px auto 24px;
		padding-left: 0;
	}
	h3{
		margin-bottom: 1em;
	}
	.main {
        padding: 10% 0 0;
    }
	/*ビジュアル*/
	.visual_img {
        padding-left: 0;
        width: 100%;
        height: 100%;
	}
	.visual .main-visual {
        width: 100%;
        height: auto;
        max-height: 100%;
        margin: 0 auto;
    }
	/*ロゴ*/
	.visual .main-logo {
        display: block;
    }
	.visual .main-logo {
		position: absolute;
		top: 3%;
		left: 6%;
		width: 17%;
		max-width: 72px;
		margin-top: 0;
	}
	/*素材*/
	.material_img::after {
		content: "";
		display: inline-block;
		position: absolute;
		bottom: -20px;
		right: inherit;
		left: 10%;
    }
	.material{
		margin: 0 0 16%;
	}
	/*ラインナップ*/
	.lineup {
		padding-bottom: 100px;
	}
	.lineup .lineup_list li span, .allitemlist .item_list li span {
        font-size: 10px;
        font-weight: 600;
        letter-spacing: -0.07em;
    }
	.lineup h3 img{
		max-height: 42px;
	}
	.lineup h3 {
		margin-bottom: 5px;
	}
	
	/*各セクション*/
	.category-ttl h2 img {
        max-height: 50px;
    }
	.category-ttl h2::before {
		content: "";
		display: inline-block;
		width: 40%;
		height: 150px;
		position: absolute;
		top: -19%;
		left: 0;
    }
	
	.allitemlist .item_list li {
		width: 50%;
		padding: 0 1% 1.5em;
	}
	
	.fl01 {
		position: absolute;
		bottom: -10px;
		left: 35%;
		width: 33%;
		z-index: 0;
	}
	.fl02 {
		position: absolute;
		bottom: 0;
		left: 53%;
		width: 30%;
		z-index: 0;
	}

	/*swiper*/
	.setup-co .swiper-button-prev, .setup-co .swiper-button-next {
		width: 18px;
		transform: translateY(-6em);
	}
	.setup-co .swiper-button-prev {
		padding-left: 2px;
	}
	.setup-co .swiper-button-next {
		padding-right: 2px;
	}
	
	

}