@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;*/
  font-family: Helvetica Neue, Helvetica, Arial, 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: 2.75em;
}
.p-indent {
  padding-left: 1em;
  text-indent: -1em;
}
/*マージン・パディング*/
.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: 250px;
}
/*　ヘッダー--------------------------------　*/
/*logo*/
.main-logo {
  position: absolute;
  top: 6%;
  left: 2%;
  max-width: 175px;
  width: 6%;
  margin-top: 0;
  z-index: 1;
}
/*　コンテンツ外枠--------------------------------　*/
#contents {
  width: 100%;
  margin: 0 auto 0 auto;
}
#contents::after, .cf::after {
  content: "";
  display: table;
  clear: both;
}
/*　コンテンツ　メインカラム--------------------------------　*/
.main {
  width: 100%;
  height: auto;
  padding: 0 0;
  margin: 0px auto;
}
/*　見出し　--------------------------------　*/
h2 {
  margin: 20px auto 40px;
  padding: 0px 0 0px 0px;
  text-align: center;
  font-size: 196%;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.05em;
  clear: both;
  position: relative;
  font-family:
    "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Yu Gothic Medium", "Meiryo", sans-serif;
}
h2 a {
  text-decoration: none;
}
h3 {
  margin: -8px 0 30px 0;
  padding: 0 0 0;
  line-height: 1.6;
  font-size: 100%;
  font-weight: 500;
  clear: both;
  text-align: left;
  position: relative;
  letter-spacing: 0.1em;
  font-family:
    "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Yu Gothic Medium", "Meiryo", sans-serif;
}
h3 a {
  color: #333;
  text-decoration: none;
}
h4 {
  text-align: left;
  margin: 0 0 10px;
  font-size: 110%;
  color: #333;
  font-family:
    "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Yu Gothic Medium", "Meiryo", sans-serif;
}
h5 {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 1em;
  font-family:
    "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Yu Gothic Medium", "Meiryo", sans-serif;
}
/*回りより小さい文字　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-weight: 500;
}
.main .serif {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
/*　段落　*/
.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;
  /* text-decoration:underline; */
}
.main a.link {
  text-decoration: underline;
  text-underline-offset: 3px;
}
/*　リスト　*/
.main ul, .main ol {
  margin: 0 0 1em;
}
.main ul li {
  margin-bottom: 0.5em;
}
.main ul.style-none li {
  list-style: none;
}
.main ol li {
  margin-bottom: 0.5em;
}

/* フッター--------------------------------　*/
#footer {
  margin: 0px auto 0 auto;
  padding: 50px 0;
  width: 100%;
  clear: both;
  background-color: #333;
  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;
  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: 80%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0;
  margin-bottom: 240px;
}
/* フレックスボックス */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex_jc_sb {
  -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%;
}
/*説明つき*/
.with-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.with-detail.cl-100 {
  display: block;
}
/*商品名　リンク*/
.item-detail {
  margin: 0 0;
  text-align: left;
}
.item-detail p {
  font-size: 93.75%;
  line-height: 1.8;
  margin-bottom: 0;
}
.item-link .btn-more {
    background-color: #333;
    color: #fff;
    padding: 12px 1em;
    line-height: 1.5;
    font-size: 90%;
    letter-spacing: 0.1em;
    margin: 1em 0 1em;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: 600;
    border-radius: 5px;
	transition: 0.3s ease opacity;
	opacity: 1;
}
.item-link .btn-more:hover{
	opacity: 0.6;
	color: #fff;
}


/* アイテム　item-about　--------------------------------　*/
.about-item {
  display: flex;
  align-items: end;
  width: 100%;
  height: 100vh;
}
.item-detail {
  flex: 1;
  order: 1;
  min-width: 0;
  padding: 2% 2%;
}
.item-more {
  flex: 1;
  order: 3;
  min-width: 0;
  padding: 2% 2%;
}
.about-item .main-ttl {
  text-align: left;
  line-height: 1.6;
  font-size: clamp(16px, 2.4vw, 196%);
}

.item-more .read-text{
	  font-size: clamp(13px, 1.2vw, 100%);
}
/*アイテムのスライド*/
.item-slider-wrap {
  flex: 0 0 740px; /* ←中央を740pxでキープ */
  order: 2;
  max-width: 740px;
  width: 100%;
  height: 100vh;
}
/* スライダー */
.item-slider {
  height: 100vh;
}
.item-slider img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-slider-area {
  position: relative;
}

.slick-list, .slick-track, .slick-slide {
	width: 100%;
	height: 100%;
}
/* hover矢印 */
/*.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;

  width: 48px;
  height: 48px;

  border: none;
  border-radius: 50%;
  background: rgba(255,255,255,.4);

  cursor: pointer;

  opacity: 0;
  transition: .3s;
}*/
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: block;
  width: 50px;
  height: 50px;
  border: none;
  transition: all .3s ease;
  cursor: pointer;
  opacity: 0;
  background-color: transparent;
}
.slider-arrow-prev::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(225deg);
}
.slider-arrow-next::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
/* hoverで表示 */
.item-slider-area:hover .slider-arrow {
  opacity: 1;
}
.slider-arrow-prev {
  left: 20px;
}
.slider-arrow-next {
  right: 20px;
}

/*画像上の文字はPCは非表示*/
.img-ttl{
	display: none;
}

/*  アニメーションスタイル
-------------------------------------------*/
/*右から左*/
.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, 20%);
  opacity: 0;
  transition: transform 2.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 3.5s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}
.slide-up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
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;
}
/*マスクアニメ*/
.mask-wrap {
  display: table;
  overflow: hidden;
  margin: 0 auto;
}
.mask-wrap .mask {
  display: table;
  position: relative;
  margin-bottom: .25em;
  left: -100%;
  overflow: hidden;
}
.mask-wrap .mask-bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #CD9B56;
}



@media screen and (max-width: 1200px)  {
	/*アイテムのスライド*/
	.item-slider-wrap {
		flex: 0 1 50vw;
		max-width: 50vw;
	}
	
}

@media screen and (max-width: 768px) {
  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: 120px;
  }
  /*　コンテンツ　メインカラム--------------------------------　*/
  .main {
    padding: 0 0;
  }
  /* コンテンツ枠 */
  .main .inner {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 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;
  }
	
  /*　見出し / 本文　--------------------------------　*/
  h2 {
    margin: 10px auto 40px;
    font-size: 150%;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  h3 {
    margin: 1em 0 1em 0;
    padding: 0 0 0;
    line-height: 2;
    font-size: 100%;
  }
  .main p, .main ul, .main ol {
    font-size: 107%;
    line-height: 2;
  }
  img + .caption {
    text-align: right;
    margin-top: -2em;
    padding-bottom: 1em;
    font-size: 10px;
  }
  .item-box .item-link a {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    line-height: 1.5;
    font-size: 90%;
  }
  .item-link_name {
    text-indent: -3.7em;
    padding-left: 3.7em;
  }
  .btn-more {
    margin: 0 0 0 4%;
    white-space: nowrap;
    padding: 6px 1em 8px 1.5em;
    min-width: 7em;
  }
	
/*ロゴ*/
  .main-logo {
    top: 2%;
    left: 5%;
    max-width: 100px;
    width: 18%;
	}
	
  
  /* アイテム　item--------------------------------　*/
  
	.about-item {
		display: block;
		width: 100%;
		height: auto;
	}
	
    .item-slider-wrap {
        width: 100%;
        max-width: 100%;
		height: 100vh;
		height: 100svh;
        min-height: 100svh;
		position: relative;
    }
	.item-slider-wrap .slick-list, .item-slider-wrap .slick-track, .item-slider-wrap .slide {
        height: 100vh;
        height: 100svh;
        min-height: 100svh;
    }
	.slider-arrow {
		display: none !important;
	  }
	
	/*画像内のタイトル　SPのみ表示*/
	.img-ttl{
		display: block;
		position: absolute;
		bottom: 0;
		left:6%;
		width:92%;
		padding-bottom:8%;
	}
	.img-ttl .ttl-text{
	    color: #fff;
		font-size: 180%;
		font-weight: 600;
        margin-bottom: 0;
		font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
	}

	.about-item .main-ttl {
        margin: 1em auto 1em;
        font-size: 130%;
	}
	.item-detail {
		margin: 1em 0 0;
		padding: 2% 6%;
	 }
	.about-item .item-link {
    	margin: 2em 0 3em;
	}
	.item-more {
    padding: 2% 6%;
	}
	
  /* フッター　footer--------------------------------　*/
  #footer {
    margin: 0px auto 0 auto;
    padding: 40px 0 20px;
  }
  #footer .footer_ct li {
    line-height: 2;
  }
  .footer-logo {
    width: 30%;
    margin: 2em 0;
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
  }
  #footer .copyright {
    margin-top: 20px;
  }
  /* 画像拡大JS　補正--------------------------------　*/
  /*拡大時の背景*/
  .glightbox-mobile .goverlay {
    background: #fff;
  }
}