@CHARSET "UTF-8";
/* user agent stylesheet 設定
* --------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
a {
  font-weight: 700;
  cursor :pointer;
  transition: .3s;
}
p {
  font-weight: 700;
  font-family: Interstate;
}
/* Edge等アンチエイリアス設定 */
body p, body span, body dl, h1, h2, h3, h4, h5, h6 .dooa_item{
    transform: rotate(0.03deg);
    -moz-transform: rotate(0.03deg);
    -ms-transform: rotate(0.03deg);
    -o-transform: rotate(0.03deg);
    -webkit-transform: rotate(0.03deg);
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h2 {
  font-size: 2.4rem;
  line-height: 1.375;
  font-family: Interstate;
}
h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2;
}
.header a {
  color: #ee913f;
}
.nav-wrapper {
  padding-left: 32px;
}
.nav-wrapper a{  
  font-size: 14.5px;
}
.pt-1 {
  font-size: 3rem;
  padding-top: 3rem;
}
.pt-2 {
  font-size: 3.6rem;
  line-height: 1.1;
}
.pb-1 {
  padding-bottom: 1rem;
}
.pb-2 {
  padding: 1vw 0 5vw;
}
.white-text {
	color:#fff;
}
.black-text {
	color:#333;
}
#loading-wrapper { 
  position: fixed;
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  background: linear-gradient(-45deg, #f33c6e, #ee913f) fixed;
  background-size: 800% 800%;
  animation: GradietionAnimation 9s ease infinite;
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
  transition: all 0.3s; 
  z-index: 9999;
} 
.completed {
  opacity: 0;
  visibility: hidden;
}
.loader {
  color: #ffffff;
  font-size: 17px;
  margin: 100px auto;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 2.8s infinite linear;
  animation: load4 2.8s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
/* ページレイアウトカラム設定 ----------------- */
body{
  line-height: 1;
  background-repeat: no-repeat ;
  margin:0;
  padding:0;
  font-family: Interstate; 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#contents{
	width:100%;
	margin:0px;
	min-width:1180px;
	text-align:center;
	z-index: -10;
}
#mainarea{
	padding-top:0px;
	z-index: 1;
}
/* 読み込み画像切り替え ------------------ */
.switch {
    visibility: hidden;
}
/* ヘッダー ---------------- */
.header {
  align-items: center;
  background:rgba(255,255,255,0.9);
  display: flex;
  height: 72px;
  justify-content: space-between;
  padding: 0 0 0 26px;
  position: fixed;
  width: 100vw;
  z-index: 9998;
}
.nav-list {
  /* navの横並び */
  display: flex;
}
.nav-item {
  /* メニューの右側に余白 */
  margin-right: 55px;
}
.burger-btn {
  display: none;
}
/* fv ------------- */
.fv {
  align-items: center;
  background-color: #141414;
  background-image: url(../img/fv-bgi@2x.jpg);
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 90vh;
  justify-content: center;
}
.main-copy {
  border: 2px solid #ccc;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  padding: 34px 42px;
}
/* about --------- */
.section-title {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: .05em;
  margin-bottom: 70px;
  text-align: center;
}
.section-wrapper {
  padding: 100px 10% 50px;
}
@media screen and (max-width:768px) {
body {
    min-width: 300px;
}
h2 {
    font-size: 1.8rem;
}
h3 {
  margin-bottom: 0px;
}
.pt-2 {
    font-size: 2.4rem;
}
#contents{
	width:100%;
	margin:0px;
	min-width:300px;
	text-align:center;
}
  /* base_sp
  /* デフォルトのbuttonスタイルをリセット */
  button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    margin: 0;
    outline: none;
    padding: 0;
    vertical-align: middle;
	}
  /* ------------------ */
  /* humberger-menu */
  /* ------------------ */
  .header {
    padding: 0 5%;
} 
/* 以下、ハンバーガーボタン */
  .burger-btn {
    display: block;
    height: 41px;
    position: relative;
    width: 41px;
    z-index: 3;
    /* codepenの挙動のため */
    background-color: transparent;
    border: none;
  }
  .bar {
    background-color: #7C7C7C;
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 20px;
  }
  .bar_top {
    top: 10px;
  }
  .bar_mid {
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .bar_bottom {
    bottom: 10px;
  }
  .burger-btn.close .bar_top {
    transform: translate(-50%,10px) rotate(45deg);
    transition: transform .3s;
  }
  .burger-btn.close .bar_mid {
    opacity: 0;
    transition: opacity .3s;
  }
  .burger-btn.close .bar_bottom {
    transform: translate(-50%,-8px) rotate(-45deg);
    transition: transform .3s;
  }
  /* スクロール制御 */
  .noscroll{
    overflow: hidden;
  }
  /* 以下、ハンバーガーメニュー */
  .nav-wrapper {
    visibility: hidden;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    opacity: 0;
    transition: opacity .5s;
    z-index: 2;/*キービジュアルと.btn_triggerとの重なりの前後関係を調整*/
  }
  .header-nav {
    background:rgba(255,255,255,0.9);
    height: 100%;
    width: 100%;
    z-index: 2;
  }
  .nav-list {
    display: block;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .nav-item {
    margin-bottom: 40px;
    margin-right: 0;
  }
  /* メニューオープン時 */
  .nav-wrapper.fade {
    opacity: 1;
    visibility: visible;
  }
  /* ------------------ */
  /* fv */
  /* ------------------ */
  .main-copy {
    font-size: 30px;
  }
  .section-wrapper {
    padding: 100px 5% 50px;
  }
}
/* 背景グラデーション */
.back_gradation {
  background: linear-gradient(-45deg, #f33c6e, #ee913f) fixed;
  background-size: 800% 800%;
  animation: GradietionAnimation 9s ease infinite;
}
@keyframes GradietionAnimation { 
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
/* 動画再生 */
.video-container {
  position: relative;
  text-align: center;
  padding-top: 72px;
  width: 100%;
}
.main_v_pc {
  overflow: hidden;
  display: block;
  width: 100%;
  max-height: 1100px;
  object-fit: cover;
}
.main_v_sp {
	display:none;
}
.main_v_pc {
	display: block;
}
.row{
  display: -ms-grid;
  -ms-grid-columns: min-content;
}
.autoplay-slider {
  display: flex;
  min-width: 100%;
  width: min-content;
  animation: 20s linear infinite sliderAnimation;
  padding-top: 5vw;
}
.slide {
  height: 300px;
  width: 300px;
  margin: 20px;
  position: relative;
}
.slide img {
border-radius: 50%;
transition:1s all;
}
.slide span {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes sliderAnimation {
  100% {
    transform: translateX(-50%);
}
}
.slide-paused:hover .autoplay-slider {
  animation-play-state: paused;
}
.slide {
  border-radius: 50%;
  transition: all 0.3s;
}
.slide:hover {
  transform: translateY(-18px);
  border-radius: 50%;
  opacity: 1;
}
.slider {
  overflow: hidden;
}
.s_01 {
  background: url(../img/shizuku_overlook_01.jpg) center center / 298px 298px ;
}
.s_02 {
  background: url(../img/shizuku_overlook_02.jpg) center center / 298px 298px ;
}
.s_03 {
  background: url(../img/shizuku_overlook_03.jpg) center center / 298px 298px ;
}
.s_04 {
  background: url(../img/shizuku_overlook_04.jpg) center center / 298px 298px ;
}
.s_05 {
  background: url(../img/shizuku_overlook_05.jpg) center center / 298px 298px ;
}
.s_06 {
  background: url(../img/shizuku_overlook_06.jpg) center center / 298px 298px ;
}
.s_07 {
  background: url(../img/shizuku_overlook_07.jpg) center center / 298px 298px ;
}
.s_08 {
  background: url(../img/shizuku_overlook_08.jpg) center center / 298px 298px ;
}
.s_09 {
  background: url(../img/shizuku_overlook_09.jpg) center center / 298px 298px ;
}
.slide img:hover {
  visibility: hidden;
  opacity: 0;
}
.flex-item{
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 最後の要素以外に余白を追加*/
.flex-item:not(:last-child){
  margin-bottom: 130px;
  margin-top: 50px;
}
/*反対バージョンを作る場合はoddをevenに変更する*/
.flex-item:nth-child(odd){
  flex-direction: row-reverse;
}
/* 画像*/
.flex-item__img {
  width: 38%;
  align-items: center;
}
.flex-item__img img{
    display: block;
    max-width: 360px;
    max-height: 360px;
    width: auto;
    height: auto;
	margin: 0 auto;
}
/*テキスト*/
.flex-item__txt{
  width: 54%;
  text-align: left;
  color: #fff;
}
.flex-item__txt h3 {
  font-size: 26px;
}
.flex-item__txt p{
  font-size: 18px;
  line-height: 1.8;
}

/* つくり方 動画項目
* --------------------------------------- */
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
	 max-width: 1080px;
	 margin: 0 auto;
	 z-index: 1;
}
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%; 
}

.circle {
	position: fixed;
	top: 90px;
    background: linear-gradient(-45deg, #f33c6e, #ee913f) fixed;
    background-size:100% 100%;
}
.circle_a {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	-webkit-animation-name:hover;
	-webkit-animation-duration: 5.3s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;
	-moz-animation-name:hover;
	-moz-animation-duration: 5.3s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease;
	z-index: -1;
}
@-webkit-keyframes hover {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -14px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes hover {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -14px);}
	100% {-moz-transform:translate(0, 0);}
}
.circle_b {
	width: 150px;
	height: 150px;
	border-radius: 100%;
	-webkit-animation-name:hover;
	-webkit-animation-duration: 4.9s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;
	-moz-animation-name:hover;
	-moz-animation-duration: 4.9s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease;
	z-index: -1;
}
@-webkit-keyframes hover {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -19px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes hover {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -19px);}
	100% {-moz-transform:translate(0, 0);}
}
.circle_c {
	width: 230px;
	height: 230px;
	border-radius: 100%;
	-webkit-animation-name:hover;
	-webkit-animation-duration: 5.8s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;
	-moz-animation-name:hover;
	-moz-animation-duration: 5.8s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease;
	z-index: -1;
}
@-webkit-keyframes hover {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -18px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes hover {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -18px);}
	100% {-moz-transform:translate(0, 0);}
}
.circle_d {
	width: 220px;
	height: 220px;
	border-radius: 100%;
	-webkit-animation-name:hover;
	-webkit-animation-duration:5.2s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;
	-moz-animation-name:hover;
	-moz-animation-duration:5.2s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease;
	z-index: -1;
}
@-webkit-keyframes hover {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -16px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes hover {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -16px);}
	100% {-moz-transform:translate(0, 0);}
}
.circle_e {
	width: 90px;
	height: 90px;
	border-radius: 100%;
	-webkit-animation-name:hover;
	-webkit-animation-duration: 6s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;
	-moz-animation-name:hover;
	-moz-animation-duration: 6s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease;
	z-index: -1;
}
@-webkit-keyframes hover {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -17px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes hover {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -17px);}
	100% {-moz-transform:translate(0, 0);}
}
#circle_1 {
	right: 180px;
}
#circle_2 {
	left: 145px;
}
#circle_3 {
	left: -120px;
}
#circle_4 {
	right: -110px;
}
#circle_5 {
	right: 250px;
}

/* 水平スクロール
* --------------------------------------- */
#section4 {
	background-color:#FFF;
}
.horizontal-list {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.item {
/* 横スクロール用 */
  display: inline-block;
  vertical-align: top;
  width: 320px;
/* 見た目調整 */
  height: 360px;
  margin: 16px;
}
.block-letter_center {
  text-align: center;
}
.lv3 {
  margin-top: 1rem;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.lv6 {
  font-weight: 700;
  font-size: 14px;
  margin-top: 7px;
  line-height: 1.5;
}
.horizontal-box {
  padding-left: 100px;
}	
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  background: #CCCCCC;
  border-radius: 5px;
}
::-webkit-scrollbar-track {
}
.product_link {
  text-decoration:none;
  color: #333;
}
.product_link:hover {
  text-decoration:none;
  color: rgba(51,51,51,0.5);
}
.shopinfo {
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  text-align: left;
}
.shopinfo_link {
  color: #fff;
  text-decoration:none;
}
.shopinfo_link:hover {
  text-decoration:none;
  color: rgba(255,255,255,0.6);
}
.block-letter_left {
  text-align: left;
}
/* コンセプト デフォルト
* --------------------------------------- */
.concept-layout{
	width: 1080px;
	height: 100%;
	min-width: 1080px;
	margin: 0 auto;
}
.concept-shizuku {
	font-size: 18px;
    line-height: 1.8;
	text-align: center;
}
.shoplist-text {
	padding-top: 72px;
}
.shoplist-text p {
	color:#fff;
	font-size: 16px;
	line-height:32px;
}

/* コンテンツ
* --------------------------------------- */
.content__wrapper {
	padding: 7vw 0 9vw 0;
}
/* 01 about
* --------------------------------------- */
.concept-layout1{
	background-color: #FFFFFF;
	background-size:cover;
}
.concept-layout1 .concept-layout{
}
.concept-layout1 .concept-text{
	width: 440px;
	padding:150px 0px 150px 0px;
	float: left;
	text-align:left;
}
.design_img {
	text-align:left;
	margin-bottom: 10px;
}
.button {
	display: inline-block;
	width: 300px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	margin-top:30px;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button {
	color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
}
.button:hover {
	background:rgba(255,255,255,0.2);
	color: #fff;
	border: 1px solid #fff;
}	
footer {
  height: auto;
  color: #333;
  background-color: #fff;
}
.foot_area {
  max-width: 1200px;
  padding-top: 90px;
  padding-bottom: 30px;
  margin: 0 auto;
}
.foot_credit {
 font-family: Interstate;
 padding-top: 10px;
}
footer p {
  color: #7D7D7D;
  font-size: 10px;
}
.foot_logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot_logo i {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  color: #7D7D7D;
}
.foot_sns {
 display:block;
 width:100%;
 text-align:center;
 padding: 25px;
}
.foot_sns ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.foot_sns a {
  font-size: 32px;
  color: #7D7D7D;
}
@media screen and (max-width: 767px) {
/* 動画再生 */
.main_v_sp {
	display: block;
	padding: 25px 0 25px;
}
.main_v_pc {
  display:none;
}
.main_v_pc {
  width: 140%;
  height: 100%;
  top: 0;
  right: 0;
}
ul {
  padding-left :0;
}
.slide:hover {
  transform: translateY(0px);
}
/* ミニ パルダリウム管理方法 */
.flex-item:not(:last-child){
  margin-bottom: 15vw;
  margin-top: 0px;
}
.flex-item__txt h3 {
  font-size: 21px;
}
.flex-item__txt p{
  font-size: 16px;
  line-height: 1.6;
}
.slide {
  height: 250px;
  width: 250px;
  margin: 20px;
  position: relative;
}
.flex-item__img img{
    max-width: 280px;
    max-height: 280px;
}
.slide img {
  width: 250px;
  height: 250px;
}
.flex-item{
  flex-direction: column;
  align-items: center;
  }
.flex-item:nth-child(odd) {
  flex-direction: column;
  }
.flex-item__img {
  width: 100%;
}
.flex-item__txt {
  width: 100%;
}
/* 背景の円 */
.circle_a {
	width: 100px;
	height: 100px;
}
#circle_1 {
	right: 160px;
}
.circle_b {
	width: 40px;
	height: 40px;
}
#circle_2 {
	left: 80px;
}
.circle_c {
	width: 140px;
	height: 140px;
}
#circle_3 {
	left: -70px;
}
.circle_d {
	width: 70px;
	height: 70px;
}
#circle_4 {
	right: -20px;
}
.circle_e {
	width: 50px;
	height: 50px;
}
#circle_5 {
	right: 70px;
}
/* 横スライド
* --------------------------------------- */
.horizontal-box {
  padding-left: 1%;
}
.shopinfo img {
  width: 480px;
  height: 252px;
}
.shopinfo_box {
  width: 480px;
}
.item {
  width: 280px;
  margin: 5px;
}
/* --------------------------------------- */
.concept-layout{
	min-width: 300px;
	width: 90%;
}
/* --------------------------------------- */
.content__wrapper {
	padding: 20vw 0 24vw 0;
}
.br_sp{
	display: none;
}
}