/************************************
	kitaoji_cc.css
	共通レイアウトスタイル定義
************************************/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html{font-family:'Noto Serif JP',serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
html {font-size: 10px;overflow-y: scroll;}h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd {	margin: 0;padding: 0;border: 0;outline: 0;font-size: 1em;}address,caption,cite,code,dfn,em,strong,th,var {	font-style: normal;}a,a:hover,a:active,a:visited {	margin: 0;padding: 0;overflow: hidden;outline: none;}img {	vertical-align: bottom;-webkit-user-select: none;-moz-user-select: none;-khtml-user-select: none;-webkit-user-drag: none;-khtml-user-drag: none;}
/* normalize.css --END-- */

/*---------------------------------- 
  Base
---------------------------------- */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {	-webkit-font-smoothing: antialiased;}
body {
  color: #404040;
  font-family: 'Noto Serif JP', 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'MS PMincho', serif;
	font-size: 15px;
	line-height: 1.7;
}
h1,h2,h3,h4,h5 {
	margin-bottom: 1em;
	font-weight: bold;
	line-height: 1em;
}
p,dl,ol,ul,menu,pre {	margin-bottom: 1em;}
ol,ul,menu {	padding: 0;}
ul {	list-style: none;}
ol {	margin-left: 1.5em;}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
textarea {    resize: vertical;}
img, object, embed {	max-width: 100%;}
img {
	height: auto;
	vertical-align: bottom;
}
small {	font-size: 12px;}
a,a:active,a:visited {
  color: #404040;
  text-decoration: none;
}
a:hover,a[href^="tel"]:hover {
  color: #404040;
  text-decoration: none;
  opacity: 0.85;
  transition: all 0.2s ease-in-out;
}
.tel02 a,
.tel02 a:active,
.tel02 a:visited {
  color: #fff;
  text-decoration: none;
}
.tel02 a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
  transition: all 0.2s ease-in-out;
}

@media only screen and (max-width: 768px) {
	body {
		font-size: 16px;
		line-height: 1.7;
	}
	small {	font-size: 10px;}
}




/*---------------------------------- 
  Layout
---------------------------------- */

.wrap {
  overflow: hidden;
}
.section_inn {
	padding: 50px 0;
}

#about .section_inn {
  padding-top: 10px;
}

@media only screen and (max-width: 768px) {
	.section_inn {
		padding: 10px 0;
	}
}

/*---------------------------------- 
  common
---------------------------------- */

/*----- Title -----*/
.ttl01 {
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
	font-size: 6rem;
	font-weight: normal;
  text-align: center;
	letter-spacing: 5px;
	line-height: 1.3;
}
.f_light {
	font-weight: normal;
	letter-spacing: 4px;
}
.ttl02 {
	margin: 0 auto 80px;
  padding-top: 10px;
  padding-bottom: 10px;
	font-size: 4.5rem;
	font-weight: normal;
	letter-spacing: 4px;
}
.ttl03 {
	margin: 0 0 50px;
	font-size: 3.5rem;
	font-weight: normal;
	letter-spacing: 2px;
}
.ttl04 {
	margin: 0 auto 130px;
	font-size: 4.5rem;
	letter-spacing: 4px;
  font-weight: normal;
  line-height: 2;
}
.ttl05 {
	margin: 0 auto 50px;
	padding: 15px;
	color: #fff;
	font-size: 2.2rem;
  font-weight: 700;
	text-align: center;
	letter-spacing: 2px;
}
.ttl06 {
	margin: 0 auto 100px;
	font-size: 4vw;
	font-weight: normal;
	letter-spacing: 4px;
  color: #212529;
}

@media only screen and (max-width: 991px) {

  .ttl04 {
    margin-bottom: 100px;
    letter-spacing: 2px;
  }

}  
@media only screen and (max-width: 768px) {

  .ttl01 {
    font-size: 3rem;
    padding-top: 50px;
    padding-bottom: 30px;
  }
	.ttl02 {
		font-size: 7vw;
		margin: 0 auto 50px;
	}
	.ttl03 {
    font-size: 5.8vw;
    line-height: 1.5;
  }
	.ttl04 {
    margin: 0 auto 70px;
    font-size: 4.5vw;
  }

}

/*----- Text -----*/
.txt01 {
	font-size: 1.8rem;
	line-height: 2;
}

/*----- Button -----*/
.btn01 {
	display: block;
	position: relative;
	width: 300px;
	margin: 0 auto 15px;
	text-align: center;
	outline: none !important;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}
.btn01::after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
	background: #fff;
	transition: all 0.3s ease-in-out;
}
.btn01:hover::after {
	left: 0;
	width: 100%;
}
.btn01 a {
	display: block;
	position: relative;
	width: 100%;
	padding: 10px;
	border: 1px solid #fff;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.btn01 a::before,
.btn01 a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	transition: all 0.3s ease-in-out;
}
.btn01 a::before{
	right: 20px;
	width: 30px;
	height: 1px;
	background: #fff;
}
.btn01 a::after{
	right: 23px;
	width: 10px;
	height: 11px;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn01 a:hover {
  color: #404040;
}
.btn01 a:hover::before{
	right: 12px;
	background: #404040;
}
.btn01 a:hover::after{
	right: 15px;
	border-top: 1px solid #404040;
}

.btn01.btn01--bk {
  width: 100%;
  max-width: 360px;
  background: #404040;
}
.btn01.btn01--bk::after {	background: #fff;}
.btn01.btn01--bk a {	color: #fff;}
.btn01.btn01--bk a::before{	background: #fff;}
.btn01.btn01--bk a::after{	border-top: 1px solid #fff;}
.btn01.btn01--bk a:hover {
  color: #404040;
  border: 1px solid #404040;
}
.btn01.btn01--bk a:hover::before{	background: #404040;}
.btn01.btn01--bk a:hover::after{	border-top: 1px solid #404040;}



.btn02 {
	width: 31.3%;
	margin: 0 0 2%;
	text-align: center;
}
.btn02 a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 10px;
	border: 1px solid #222327;
	border-radius: 50px;
	background: #222327;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3;
	letter-spacing: 1px;
	transition: all .3s ease-out;
}
.btn02 a:hover {
	background: #fff;
	color: #222327;
}
.btn02 a::before {
	position: absolute;
	top: 45%;
	right: 20px;
	margin-top: -5px;
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all .3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn02 a:hover {
	border: 1px solid #222327;
	background: #fff;
	color: #222327;
}
.btn02 a:hover::before {
	top: 55%;
	border-top: 2px solid #222327;
	border-right: 2px solid #222327;
}
.btn_area01 {
  margin: 0 auto;
  padding: 0 0 50px;
}

@media only screen and (max-width: 768px) {
	.btn01 {	width: 100%;}
	.btn01 a {	max-width: 100%;}
	.btn02 {	width: 100%;}
  .btn_area01 {
    margin: 0 auto 50px;
  }
  .btn_area01 a {
    display: block;
    margin: 0 auto 15px;
  }
}

/*----- Label -----*/
.label01 {
	width: 120px;
	margin: 0 0 20px;
	padding: 5px;
	background: #404040;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	/* line-height: 1.2; */
	letter-spacing: 1.5px;
}

@media only screen and (max-width: 768px) {

  .label01 {
    width: 100px;
    margin: 0 0 15px;
    font-size: 1.2rem;
  }

}

/*----- accordion -----*/

.acTtl:hover {  opacity: .8;}
.acCon {
  display: none;
}

/*----- Line -----*/
.line_under {
	background: linear-gradient(transparent 50%, #f8e469 50%);
}

/*---------------------------------- 
  アニメーション
---------------------------------- */

.fadeitem {
  opacity: 0;
}
.fadeitem.active {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}





/*---------------------------------- 
  header
---------------------------------- */

#aniv_header.hide {
  transform: translateY(100%);
}
#aniv_header {
  position: fixed;
  bottom: 0;
  background: #fff;
  z-index: 9999;
  width: 100%;
  height: 60px;
  transition: .5s;
}
.aniv_header_innner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
#brand_logo {
  width: 120px;
  position: absolute;
  left: 50px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#head_nav {
	display: flex;
	align-items: center;
	/* height: 60px; */
  height: auto;
	margin: 0;
  padding: 0;
	font-size: 1.5rem;
	font-weight: 700;
}
#head_nav li {
	align-items: center;
}
#head_nav li a {
/*	display: block;*/
	padding: 0 40px;
	color: #222327;
	text-decoration: none;
  line-height: 1.7;
  border-left: 1px solid #c8c0bd;
}
#head_nav li:last-child a { border-right: 1px solid #c8c0bd; }
#head_nav li a:hover{
  color: #a49995;
}
#head_nav li.btn_app a {
	width: 150px;
	height: auto;
	margin: 0;
	padding: 0;
}
#head_nav li.btn_app img {
	width: 150px;
	height: auto;
}

@media screen and (max-width: 990px) {
  #brand_logo {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .aniv_header_innner h1 {
    margin-bottom: 0;
  }
  #aniv_header {
    height: auto;
    padding: 8px 0;

  }
  .aniv_header_innner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 0;
  }
  #head_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    line-height: 1.5;
    row-gap: 10px;
    column-gap: 20px;
    margin: 0;
    padding: 0;
  }
  #head_nav li a {
    padding: 0 8px;
    border: none;
  }
  #head_nav li:last-child a {
    border-right: none;
  }
}





/*---------------------------------- 
  hero
---------------------------------- */

#aniv_body {
  position: relative;
}
#aniv_body .row {
  margin: 0;
}
#aniv_body img { caret-color: transparent;}



/*---------------------------------- 
  maincisual
---------------------------------- */

#aniv_top_box_wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #222327;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
#mainvisual {
  position: relative;
	width: 100%;
	max-height: 100%;
	min-height: 100%;
	margin: 0 auto 100px;
}

@keyframes kenburnsDownLeft {
	0% {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.vegas-timer { display: none;}
.aniv_logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 0;
  max-width: 1000px;
  width: 45%;
  z-index: 333;
}

@media screen and (min-width: 1600px) {
  .aniv_logo {
    width: 40%;
  }
}
@media screen and (max-width: 1600px) {
  .aniv_logo {
    width: 50%;
  }
}
@media screen and (max-width: 1300px) {
  .aniv_logo {
    width: 62%
  }
}
@media screen and (max-width: 991px) {
  .aniv_logo {
    width: 80%;
    top: -15%;
  }
}

@media (min-width: 769px) {
  .logo_sp {
  display: none;
  }
}

@media screen and (max-width: 768px) {
  #aniv_top_box_wrap { height: 100vh;}
  #mainvisual {
    min-height: calc(100% - 50px);
	}
  .aniv_logo {
    width: 55%;
    top: 0;
  }
  .logo_pc {
    display: none;
  }

}
@media screen and (max-width: 575px) {
  .aniv_logo {
    width: 80%;
    top: 0;
  }
}


/* scroll */
.scrolldown1 {
  position:absolute;
  left: 50%;
  bottom: 0;
  height: 110px;
}
.scrolldown1 span {
  position: absolute;
  left:-50px;
  top: -35px;
  color: #fff;
  font-size: 2.5rem;
  letter-spacing: 1px;
  font-weight: lighter;
}
/* 線の描写 */
.scrolldown1::after{
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 50px;
  background: #fff;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0% {
    height:0;
    top:0;
    opacity: 0;
  }
  50% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height:0;
    top: 100px;
    opacity: 0;
  }
}

@media screen and (max-width: 1024px) {
	.scrolldown1 {	display: none;}
}

/*---------------------------------- 
  greeting
---------------------------------- */

#greeting {
  --img-w: 45%; /* 右画像の幅 */
  --gap: 25px; /* 画像とテキストの間の余白 */
  position: relative;
  background: #222327;
  overflow: hidden;
}
.greeting_hight {
  height: auto;
  padding-top: 80px;
}
.greeting_box {
	position: relative;
}
.greeting_imgwrap {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(calc(-50% + 50px));
  width: var(--img-w);
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.greeting_imgwrap img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: auto;
}
#greeting h2, #greeting p {
  color: #fff;
}
#greeting h2 {
  font-size: 2.4rem;
  letter-spacing: 1.4px;
	line-height: 2;
  margin-bottom: 65px;
}
#greeting p {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 45px;
}
.greeting_line {
  position: absolute;
  left: 0;
  right: calc(var(--img-w) + var(--gap));
  height: 1px;
  background: #fff;
  opacity: 1;
  /* top は JS で h2の下にセット */
}

/* ---- ブレイクポイント調整 ---- */
@media screen and (min-width: 1600px) {
  #greeting { --img-w: 35%; }
  .greeting_content {
    padding-right: calc(var(--img-w) + var(--gap));
  margin-left: 15%;}
}
@media screen and (max-width: 1200px) {
  #greeting { --img-w: 40%; }
  .greeting_content { padding-right: calc(var(--img-w) + var(--gap)); }
}

@media screen and (max-width: 1024px) {
  #greeting { --img-w: 38%; }
}

.ade-logo {
  width: 110px;
  margin-bottom: 10px;

}

/* read more */
.readmore {
  position: relative;
  box-sizing: border-box;
  padding: 10px 0 150px;
  transition: margin-bottom 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.readmore-content{
  position: relative;
  overflow: hidden;
  /*高さの初期値*/
  max-height: 510px;
  margin-left: 12%;
  transition: max-height 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
}

/* チェックボタン非表示 */
.readmore-check{
  display: none;
}

/* read moreボタン */
.readmore-label{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 100px;
  border: 1px solid #fff;
  color: #fff;
  letter-spacing: 1.5px;
  cursor: pointer;
  background: transparent;
  transition: background-color 0.4s ease, color 0.4s ease;
  text-align: center;
  z-index: 2;
}
.readmore-label:hover{
  background-color: #fff;
  color: #222327;
}
.readmore-label:before{
  content: 'read more';
}
/* read more 右矢印 */
.readmore-label::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(135deg);
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.readmore-label:hover::after {
  transform: rotate(135deg) translateY(2px);
}
.readmore-check:checked ~ .readmore {
  margin-bottom: 30px;
}
/* チェック時のボタン */
.readmore-check:checked ~ .readmore-label:before{
  content: 'close';
}
/* close 右矢印 */
.readmore-check:checked ~ .readmore-label::after {
  transform: rotate(315deg);
}
.readmore-check:checked ~ .readmore-label:hover::after {
	top: 50%;
	border-top: 2px solid #222327;
	border-right: 2px solid #222327;
}

/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label{
  bottom: 30px;
  transform: translateX(-50%);
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content {
  max-height: 3000px;
  transition: max-height 1s ease-in-out;
}



@media (max-width: 1300px) {
  .readmore-content{
    margin-left: 5%;
  }
}

@media (max-width: 991px) {
  .greeting_hight {
    padding-top: 50px;
  }
  .greeting_box {
    display: block;
  }
  .greeting_imgwrap {
    position: relative!important;
    width: 100%;
    transform: none!important;
    margin: 0 auto 20px auto;
    padding: 0;
  }
  .greeting_imgwrap img {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .readmore-content {
    margin: 0 auto;
    width: 80%;
    max-width: 600px;
  }
  .greeting_line {
    display: none;
  }

}


@media (max-width: 768px) {

  .readmore-content{
    display: block;
    width: 75%;
    margin: 0 auto;
  }
  .greeting_hight {
    padding-top: 0px;
    padding-bottom: 1px;
  }
  #greeting h2 {
    font-size: 1.7rem;
    margin-bottom: 30px;
  }

  #greeting p {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 25px;
  }

  .readmore-content{
    width: 90%;
    /*高さの初期値*/
    max-height: 450px;
  }

  /* read moreボタン */
  .readmore-label{
    width: 80%;
    /* bottom: -80px; */
    padding: 8px 10px;
    text-align: center;
    bottom: 10%;
  }

}

@media (max-width: 400px) {
  #greeting h2 {
    font-size: 1.5rem;
  }
}


/*---------------------------------- 
  event
---------------------------------- */

#event {
  margin: 0;
  background: #f3f3f3;
}

.page_event #event {
  padding: 0;
}
.event_title {
  width: 60%;
  max-width: 1000px;
  margin: 30px auto 60px;
}
.event_box02 {
  background: #fff;
  padding-bottom: 60px;
}
.event_box02 p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.8;
  margin-bottom: 0;
}
.pictxt {
  font-weight: bold;
  font-size: 3.5rem;
  color: #da0514;
  padding-right: 5px;
  padding-left: 5px;
}
.event_img {
  display: block;
  width: 100%;
  margin: 0px auto 50px;
}
.event_txt {
  color: #da0514;
  font-size: 2.3rem!important;
  font-weight: bold;
  padding-bottom: 20px;
}
.event_txt2 {
  color: #da0514;
  font-size: 2.3rem!important;
  font-weight: bold;
  padding-top: 30px;
}

.event_hr {
  width: 95%;
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* オススメアイテム用 */

.rec_item_box {
  width: 100%;
  max-width: 800px;
  margin: 30px auto;
  text-align: center;
}
.rec_item_box a {
  display: block;
}
.rec_item_box img {
  margin-bottom: 15px;
}

/* 対象商品 */
.item_wrap {
  width: 100%;
  margin: 40px auto;
  padding: 0 25px;
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.item_box {
  width: calc(50% - 10px);
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 30px;
}



.item_box img {
  margin-bottom: 15px;
}
.item_txt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 15px;
  
}

/* 単価 */
.item_price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  /* gap: 5px; */
}

/* 元単価 */
.item_price-original {
  position: relative;
  font-size: 1.6rem;
}

.item_price-original::after {
  content: "";
  position: absolute;
  left: 5%;
  top: 50%;
  width: 90%;
  height: 0.8px;
  background-color: #666;
  transform: rotate(-10deg);
  transform-origin: center;
}
.item_price-label {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 auto;
  line-height: 2.5;
}

/* セール価格 */
.item_price-sale-row {
  display: flex;
  align-items: center;
  gap: 6px;
}
.item_price-salevalue {
  color: #da0514;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1;
}


/* 矢印 */
.item_price-arrow {
  margin: 0 4px 0 10px;
  padding-bottom: 1px;
  font-size: 1.6rem; 
}

/* 税込み表記 */
.item_tax {
  font-size: 1.6rem;
}
.item_tax.pd {
  color: #da0514;
  font-weight: bold;
}

/* BMS 特別価格 */
#sp .item_txt {
  font-size: 2rem;
  margin-top: 15px;
  margin-bottom: 25px;
  font-weight: bold;
  letter-spacing: 0.4px;
}
#sp .item_price {
  margin-bottom: 10px;
}
#sp .item_price-original {
  position: relative;
  font-size: 2rem;
}
#sp .item_price-arrow {
  padding-bottom: 3px;
}
#sp .item_price-salevalue {
  font-size: 2.5rem;
  padding-bottom: 8px;
  /* margin-bottom: 8px; */
}

.set {
  color: #fff;
  background: #a10002;
  font-weight: bold;
  padding: 5px 8px 3px;
  margin-right: 10px;
  letter-spacing:1.2px
}


/* 注意事項 */
.ul_list {
  max-width: 1000px;
  margin: 50px auto 0;
}
.ul_list li {
  position: relative;
  margin: 0 0 1rem;
  padding: 0 0 0 1.8rem;
  font-size: 1.5rem;
  line-height: 2.3;
}
.ul_list li::after {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}
.tel_txt {
  text-decoration: underline;
}
.rec_item_txtbox {
  display: block;
  position: relative;
  padding-top: 35px;
  margin-top: 35px;
}
.rec_item_p {
  font-size: 2.3rem!important;
  font-weight: bold;
}
.rec_item_txtimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
}

@media screen and (min-width: 1025px) {
  .item_box {
    width: calc(33.3% - 14px);
  }
}


@media (max-width: 991px) {

  .event_box02 p {
    font-size: 1.5rem;
    line-height: 2.5;
  }
  .pictxt {
    font-size: 2.2rem;
  }
  .rec_item_box {
    width: 90%;
    max-width: 600px;
    margin: 40px auto;
  }

  .item_box {
    width: calc(50% - 12px);
    font-size: 1.5rem;
  }
  .item_txt {
    font-size: 1.6rem;
    margin-top: 0;
  }
  #sp .item_txt {
    font-size: 1.6rem;
  }
  .item_price-salevalue {
    font-size: 2.2rem;
  }

  .event_title {
    width: 70%;
    margin: 30px auto 40px;
  }
  .ul_list li {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
  .rec_item_p {
    font-size: 2.1rem!important;
  }
}

@media (max-width: 768px) {

  #event .container {
    padding-right: 0;
    padding-left: 0;
  }
  .item_price-sale-row {
    gap: 3px;
  }

  .event_box02 {
    padding-bottom: 30px;
  }
  .event_box02 p {
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    font-size: 1.5rem;
    line-height: 2;
  }

  .item_wrap {
    width: 100%;
    padding: 0 15px;
    gap: 10px;
    margin-bottom: 0;
  }
  .item_box {
    width: calc(50% - 10px);
    font-size: 1.4rem;
    text-align: left;
  }
  .item_box .item_price {
    flex-direction: column;
    align-items: flex-start;
  }

  .item_txt {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .item_price-original {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .item_price-salevalue {
    font-size: 2rem;
  }
  .item_tax {
    font-size: 1.2rem;
  }

  .event_title {
    width: 90%;
    margin: 25px auto 40px;
  }
  .event_img {
    width: 100%;
    margin: 0 auto 30px;
  }
  .ul_list {
    margin-top: 40px;
    padding-right: 10px!important;
    padding-left: 10px!important;
  }
  .ul_list li {
    margin-left: 5px;
    font-size: 1.3rem;
  }
  .rec_item_txtbox {
    padding-top: 30px;
    margin-top: 0px;
  }
  .rec_item_p {
    font-size: 1.5rem!important;
    text-align: center!important;
  }
  .rec_item_txtimg {
    width: 65%;
  }
  .event_txt{
    text-align: center!important;
    font-size: 1.8rem!important;
    font-weight: bold;
  }
  .event_txt2 {
    text-align: center!important;
    font-size: 1.8rem!important;
    font-weight: bold;
    padding-top: 30px;
  }


}


@media screen and (max-width: 375px) {
  .item_price-original {
    font-size: 1.3rem;
  }
  .item_price-salevalue {
    font-size: 1.6rem;
  }
}


/* イベント終了 */
.txt_end {
  width: 100%;
  margin: 50px auto;
  padding: 10px;
  border: 1px solid #404040;
  color: #404040;
  background: #fff;
  font-size: 2.1rem;
  font-weight: 600;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 60px;
}
.event_box02 .txt_end {
  width: 100%;
  border: 1px solid #d9531c;
  background: #d9531c;
  color: #fff;
  font-size: 2.5rem;
  padding: 5px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .txt_end {
    font-size: 1.8rem;
    margin: 30px auto;
  }
  .event_box02 .txt_end {
    font-size: 2rem;
    padding: 3px;
  }
  .page_event #event {
    padding: 0;
  }
}

/* ↓↓ event_navbutton　*/
.event_box {
  display: block;
  margin: 80px auto 10px;
}
.link_list01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.link_list01 li {
  width: calc(100%/3);
  padding-right: 10px;
  padding-left: 10px;
}
.link_list01 li a {
  position: relative;
  display: block;
  padding: 15px 10px;
  border: 1px solid #404040;
  border-radius: 50px;
  background: #fff;
  color: #404040;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
	letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  transition: all .3s ease-out;
}
.link_list01 li a::before {
	position: absolute;
	top: 45%;
	right: 20px;
	margin-top: -5px;
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: 2px solid #404040;
	border-right: 2px solid #404040;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all .3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.link_list01 li a:hover {
	border: 1px solid #404040;
	background: #404040;
	color: #fff;
}
.link_list01 li a:hover::before {
	top: 55%;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

@media (max-width: 991px) {
	.link_list01 li {
		width: calc(100%/2);
		margin: 0 0 30px;
	}
	.link_list01 li a {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.link_list01 li {
		width: 100%;
		margin: 0 0 15px;
	}
	.link_list01 li a {
		padding: 10px;
	}

}


/*---------------------------------- 
  about
---------------------------------- */

#about {
  margin: 0;
  background: #f3f3f3;
}
.about_hr {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 75%;
  border-top: 2px solid #404040;
  border-right: none;
  border-left: none;
  border-bottom: none;
}
.txt_box_line {
  width: 70%;
  border-top: 1px solid #404040;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #404040;
}
#about .txt_box {
	margin: 0 auto 40px;
	text-align: center;
}
#about .about_box {
	margin: 12px 0 0;
}
#about .about_box dd {
  color: #404040;
	margin: 0 0 30px;
  font-size: 1.8rem;
}
#about .access_txt {
  width: 70%;
	margin: 0 auto 50px;
}
#about .txt01 .only_pc {	display: inline-block;}
#about .about_map {
	width: 90%;
	margin: 0 auto 50px;
}
#about .about_map iframe {
	height: 500px;
}
.tel_as {
  display: block;
  margin-top: 8px;
  font-size: 1.5rem;
}

.map_img {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  width: 65%;
}

@media (max-width: 991px) {

  .about_hr {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 85%;
  }
  .txt_box_line {
    width: 80%;
  }
  #about .access_txt {
    width: 100%;
  }
  #about .txt01 {
    font-size: 1.6rem;
  }
	#about .ttl03 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
	#about .ttl04 {
    font-size: 3rem;
  }

  #about .about_box dd {
    font-size: 1.7rem;
  }

  .map_img {
    margin-top: 0;
    width: 80%;
  }

}

@media (max-width: 768px) {
  .about_hr {
    margin-top: 40px;
    margin-bottom: 25px;
    width: 90%;
  }
  .txt_box_line {
    width: 85%;
  }
  #about .access_txt {
    width: 100%;
  }
	#about .ttl01 img {  width: 250px;}

	#about .txt_box {
    margin: 0 auto;
  }
	#about .img_address {
		max-width: 350px;
		margin: 0 0 30px;
	}

	#about .about_box dd {	font-size: 1.5rem;}
	#about .txt01 .only_pc {	display: none;}
  #about .txt01 {
    font-size: 1.6rem;
  }
  #about .ttl02 {
		/* margin: 0 0 50px; */
		font-size: 2.2rem;
	}
  #about .ttl03 {
    font-size: 2.1rem;
    line-height: 2;
    margin-bottom: 20px;
  }
  #event .ttl03 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
	#about .ttl04 {
    font-size: 2rem;
    line-height: 2.1;
    margin-bottom: 50px;

  }
	#about .about_map {	width: calc(100% - 40px);}
  .tel_as {
    font-size: 1.3rem;
  }
  .map_img {
    margin-top: 0;
    width: 100%;
  }
}


/*---------------------------------- 
  #insta
---------------------------------- */

#insta {
  margin: 0;
  background: #f3f3f3;
}
#insta .container {
  padding: 50px 100px;
  background: #232428;
}
#insta .section_inn {  padding: 0 0 100px;}
#insta .ttl01 { color: #65666a;}
#insta .ttl01 img {  width: 340px;}
#insta .insta_official .ecbn-selection-description.vsm-selection-description {	display: none;}
#insta .ecbn-selection-description {  text-align: left;}
#insta .ttl01:before, #insta .ttl01:after {  width: calc(100% - 705px);}
#insta .bnn_insta_cp_box {
  margin: 0 auto 120px;
}
#insta .vsm-slider {
  margin: 0 auto 70px;
}
#insta .h2_itempage_ttl {  display: none;}
#insta .top_insta_more {	display: none;}
#insta .btn01 {
	margin: 0 auto 100px;
}

@media (max-width: 768px) {

  #insta .container {
    padding: 70px 20px;
    background: #232428;
  }
  #insta .section_inn {  padding: 0;}
  #insta .ttl01 {
    margin: 0 auto 3rem;
    padding-top: 0;
  }
	#insta .ttl01:before, #insta .ttl01:after {  width: calc(100% - 450px);}

	#insta .ttl04 {
		font-size: 7vw;
		margin: 0 0 30px;
	}
	#insta .btn01 {		margin: 0!important;}
	#insta .insta_user .ecbn-selection-description {	padding: 0 0 20px!important;}
  #insta .ttl01 img {  width: 250px;}
  #insta .ttl01:before, #insta .ttl01:after {
    display: none;
  }

  #insta .bnn_insta_cp_box {
    margin: 0 auto 70px;
  }
  #insta .vsm-slider {
    margin: 0 auto 50px;
  }
	#insta .btn01 {	margin: 0 auto 70px;}

}


/*---------------------------------- 
  app_dl
---------------------------------- */

#app_dl .ttl02 {
  margin: 30px auto 50px;
  border-bottom: 1px solid #404040;
}
#app_dl .img_box {
	max-width: 500px;
	margin: 0 auto;
  margin-top: 50px;
}
a.c-app-area__welcome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  max-width: 400px;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
.c-app-area__logo {
  width: 70%;
}
.c-app-area__icon {
  width: 18%;
  margin: 0 0 0 1rem;
}

.landing_app_intro_heading {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
  line-height: 2;
}
.app_txt {
  margin: 0 auto 30px;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}
#app_dl_line .app_txt_wrap {
margin-top: 60px;
}


/*contents見出し*/
.landing_app_point_heading_sec {
  width: 100%;
  max-width: 900px;
  margin: 70px auto;
}
#landing_app_point_heading_ul {
  display: flex;
  justify-content: space-around;
  padding: 0;
}
#landing_app_point_heading_ul li {
  width: 30%;
  margin: 3%;
}
.landing_app_point_heading_bg {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 15px 30px;
}
.landing_app_point_img {
  max-width: 150px;
  width: 100%;
  display: block;
  margin: 0 auto 20px;
}
.landing_app_point_icon {
  max-width: 80px;
  display: block;
  margin: 0 auto 10px;
}
.landing_app_point_heading {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 768px) {
  #app_dl { margin: 0 auto; }
  #app_dl .landing_app_foot_btn_sp_box {  padding: 0;
  }
	.app_txt {
		text-align: left;
    font-size: 1.6rem;
    /* line-height: 1.5; */
    margin-bottom: 10px;
	}
  .landing_app_point_icon {
    max-width: 60px;
  }
  #app_dl .img_box {	max-width: 350px;}
  .landing_app_intro_heading {
    margin: 0 auto 20px;
    font-size: 2.3rem;
  }
  #app_dl_line .app_txt_wrap {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  #app_dl_line .ttl02 {
    margin: 0 auto 40px;
  }
  #app_dl_line .img_box {
    margin: 40px auto;
  }
  .line_btn {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .landing_app_intro_heading {

    font-size: 2rem;
  }
}


/*各コンテンツ*/
.landing_app_point_detail_sec {
  display: flex;
  flex-wrap: wrap;
}

.landing_app_point_detail_L {
  width: 39%;
  margin-right: 1%;
  margin-left: 10%;
}

.landing_app_point_detail_R {
  width: 50%;
}

.landing_app_point_detail_sec {
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
}

.landing_app_point_detail_img {
  max-width: 180px;
  width: 100%;
  display: block;
  margin: 0 auto 20px;
}

.landing_app_point_detail_icon {
  max-width: 160px;
  width: 100%;
  display: block;
  margin: 0 auto 20px;
}

.landing_app_point_detail_heading {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 20px;
}

.landing_app_point_detail_text {
  font-size: 1.6rem;
  text-align: center;
}

.landing_app_point_detail_screen {
  max-width: 400px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.landing_app_yellow_line {
  width: 100%;
  height: 7px;
  background-color: #ffdb3f;
  display: block;
  margin: 100px auto;
}

/*その他機能*/
.landing_app_point_other_sec {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 150px;
}

#landing_app_point_other_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}

.landing_app_point_other_heading {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}

#landing_app_point_other_ul li {
  background-color: #efefef;
  border-radius: 10px;
  padding: 15px 30px;
  width: 25%;
  margin: 2% 4%;
}

#landing_app_point_other_ul li img {
  max-width: 110px;
  display: block;
  width: 100%;
  margin: 0 auto 10px;
}

.landing_app_point_other_text {
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  margin: 0;
}

/*登録手順*/
.landing_app_register_sec {
  width: 100%;
  font-size: 14px;
}

.landing_app_housecard_sec {
  width: 100%;
  margin-bottom: 100px;
}

.landing_app_register_top_heading{
    position: relative;
    text-align: center;
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 100px;
}
.landing_app_register_heading {
  position: relative;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 50px;
}

.landing_app_register_heading::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 30%;
  height: 2px;
  background-color: #e30012;
}
.landing_app_register_heading::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30%;
  height: 2px;
  background-color: #e30012;
  text-align: center;
}

.landing_app_register_heading::after {
  right: 0;
}

.landing_app_housecard_sec .landing_app_register_heading::before, .landing_app_housecard_sec .landing_app_register_heading::after {
  background-color: #1d2085;
}

.landing_app_register_img_pc {
  display: block;
  margin-bottom: 50px;
}

.landing_app_register_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}

.landing_app_register_ul li {
  width: 25%;
  margin: 1%;
}

.landing_app_register_howto_img {
  /* border: 1px solid #ddd; */
  margin-bottom: 20px;
}

.landing_app_register_red {
  color: #b81c22;
  font-weight: 600;
}

.landing_app_register_img_sp {
  display: none;
}
.landing_app_register_text {
    word-break: break-all;

}


@media screen and (max-width: 991px) {
  .landing_app_register_heading::before {  width: 20%;}
  .landing_app_register_heading::after {  width: 20%;}
}

@media screen and (max-width: 767px) {

  #app_dl .ttl02 {
  margin: 40px auto 50px;
}

  .landing_app_register_heading::before {  width: 18%;}
  .landing_app_register_heading::after {  width: 18%;}
}

@media screen and (max-width: 480px) {
  .landing_app_register_heading::before { 
  width: 10%; 
  }
  .landing_app_register_heading::after {  width: 10%; 
  }
}

/*footer btn*/
.footer .landing_app_foot_box_wrap {
  border-top: 1px solid #ddd;
}

.landing_app_foot_box {
  display: flex;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 50px 50px;
}

.landing_app_foot_box_L {
  width: 22%;
  margin-right: 3%;
  margin-bottom: 7%;
}

.landing_app_foot_box_R {
  width: 75%;
  display: flex;
}

.landing_app_foot_logo {
  max-width: 200px;
}

.landing_app_foot_btn_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.landing_app_foot_btn_app_phone_btn {
  max-width: 190px;
  width: 100%;
}

.landing_app_foot_android_btn img {
  max-width: 220px;
  display: block;
}

.landing_app_foot_qr_box {
  display: flex;
}

.landing_app_foot_qr_box_innner {
  margin: 0 10px;
}

.landing_app_foot_qr_img {
  max-width: 130px;
  display: block;
  width: 100%;
}

.landing_app_foot_qr {
  display: block;
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
}

.landing_app_foot_copy {
  background-color: #000;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-size: 1rem;
}

.landing_app_foot_btn_sp_box {
  display: none;
}





@media (max-width: 768px) {


  .landing_app_foot_btn_sp_box {
    padding: 10px 0 50px;
  }
  .landing_app_intro_intro {
    font-size: 1.6rem;
  }

  /*footer btn*/
  .landing_app_foot_box_wrap {
    padding: 60px 0 30px;
  }

  .landing_app_point_heading_sec {
    margin: 50px auto;
  }

    .landing_app_br {
      display: none;
    }
  .landing_app_top_box_wrap {
    background-image: url("https://adepeche.itembox.design/item/cabinet/landingpage/app/app_sp_bg.jpg");
  }
  .landing_app_top_box {
    flex-direction: column-reverse;
  }


  .landing_app_foot_box_L {
    width: 27%;
    margin-right: 0;
    margin-bottom: 5%;
  }

  .landing_app_top_box_L {
    width: 100%;
  }

  .landing_app_top_box_R {
    width: 100%;
    margin-top: 50px;
    margin-right: 0;
  }

  .landing_app_intro_sec {
    padding: 0 10px;
  }

  .landing_app_point_heading_bg {
    padding: 5px;
    background-color: rgba(0, 0, 0, 0);
  }

  #landing_app_top_dl_img {
    width: 260px;
  }

  #landing_app_adepeche_logo {
    max-width: 180px;
  }

  .footer .landing_app_foot_btn_sp_box {
    padding: 0;
  }

  /*登録手順*/
  .landing_app_register_sec {
    margin-bottom: 0;
  }

  #landing_app_top_screen_img {
    max-width: 350px;
    width: 100%;
  }

  #landing_app_point_other_ul li {
    width: 29%;
    margin: 2% 2%;
  }

  .landing_app_register_img_pc {
    display: none;
  }

  .landing_app_register_img_sp {
    display: block;
    max-width: 280px;
    margin: 0 auto 50px;
  }

  .landing_app_point_detail_L {
    width: 45%;
    margin-right: 5%;
    margin-left: 0;
  }

  .landing_app_register_ul li {
    width: 90%;
    max-width: 500px;

  }

  .landing_app_foot_box {
    display: none;
  }

  .landing_app_foot_btn_sp_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 400px;
    margin: 0 auto;
    padding: 40px 0 0;
    flex-wrap: wrap;
  }

  .landing_app_foot_btn_sp_dl_heading {
    font-weight: 600;
    font-size: 1.7rem;
  }
	.landing_app_foot_btn_sp_box_L,
	.landing_app_foot_btn_sp_box_R {
		width: 100%;
		text-align: center;
	}
	#footer_area .landing_app_foot_btn_sp_box_L {
		width: calc(100% - 30px);
		text-align: left;
	}
	#footer_area .landing_app_foot_btn_sp_box_R {
		width: calc(100% - 10px);
		text-align: left;
	}
  .landing_app_foot_btn_app_phone_btn {
    max-width: 147px;
    width: 100%;
  }

  .landing_app_foot_android_btn img {
    max-width: 170px;
    display: block;
    margin: 0 auto;
  }
	#footer_area .landing_app_foot_android_btn img {	margin: 0;}
  .landing_app_point_heading {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .landing_app_register_heading {
    font-size: 1.8rem;
  }


}


/* -------------------------------
  follow_sns follow button
-------------------------------- */
#follow_sns {
  background: #f8f8f8;
}
#follow_sns .ttl02 {
  margin: 0 auto 30px;
  font-size: 2.2rem;
}
#follow_sns .btn01 {
  margin: 0;
  margin-bottom: 30px;
}

.flex_wrap {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 70px;
}

.btn_snslist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.btn_snslist li {
  width: 50px;
  margin: 0 15px;
}
.btn_snslist li img {
  width: 90%;
  transition: all 0.5s ease;
}
.btn_snslist li img:hover {
  opacity: 0.6;

}
.icon-img{
  filter: brightness(0) saturate(100%);
  opacity: 0.8;
}
.icon-img2{
  opacity: 0.8;
}

@media screen and (max-width: 991px) {
  .flex_wrap {
  margin-bottom: 50px;
}
}

@media (max-width: 768px) {
	#follow_sns .ttl02 {
    margin: 20px auto 20px;
    font-size: 1.8rem;
  }
  .flex_wrap {
    display: block;
  }
  .btn_snslist {
    margin-bottom: 20px;
  }
	.btn_snslist li {
		width: 40px;
		margin: 0 20px;
	}
}


/*---------------------------------- 
  event_btn
---------------------------------- */

/*リンクの形状*/
#btn_event a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
#btn_event a:hover {
  margin: 0 0 7px;
}
#btn_event01 {  margin: 0 0 10px;}

/*リンクを右下に固定*/
#btn_event {
  position: fixed;
  width: 180px;
  right: -5px;
  bottom: 75px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}
/*　上に上がる動き　*/
#btn_event.UpMove {  animation: UpAnime 0.5s forwards;}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
#btn_event {
  /*はじめは非表示*/
  opacity: 0;
}
/*　左の動き　*/
#btn_event.LeftMove {
  animation: LeftAnime 0.5s forwards;
  right: -50px;
}
#btn_event.LeftMove:hover {
  right: -40px;
}

@keyframes LeftAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }
  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/*　右の動き　*/
#btn_event.RightMove{
	animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
  from {
  	opacity: 1;
	transform: translateX(0);
  }
  to {
  	opacity: 1;
	transform: translateX(100px);
  }
}

@media (max-width: 768px) {
  #btn_event.LeftMove,
  #btn_event.LeftMove:hover {
    right: -26px;
  }
	#btn_event {
    width: 120px;
	  position: fixed;
	  /* right: 20px; */
	  bottom: 80px;
	  z-index: 2;
	  /*はじめは非表示*/
	  opacity: 0;
	  transform: translateY(100px);
	}
}

/*---------------------------------- 
  fixed_btn
---------------------------------- */

.fixed_btn {
  position: fixed;
  width: 180px;
  right: -5px;
  bottom: 75px;
  z-index: 999;
}
.fixed_btn a {  transition: all 0.3s ease-in-out;}
.fixed_btn a:hover {  opacity: .8;}

#fixed_btn01 {  margin: 0 0 10px;}

@media (max-width: 768px) {
  .fixed_btn {
    width: 100px;
    right: -5px;
    bottom: 75px;
  }
}




/*---------------------------------- 
  footer
---------------------------------- */

#footer_area {
  background: #222327;
  color: #ccc;
}
#footer_area .footer_info {
  padding: 150px 0 70px;
}
#footer_area .foot_shopname {
	font-size: 18px;
	font-weight: bold;
}
#footer_area .landing_app_foot_box_wrap {
  border-top: 1px solid #222327;
  background: #222327;
}
.foot_logo {
  max-width: 180px;
  margin: 0 0 30px;
}
.footer_copy {
  padding: 20px 10px;
/*  background: #1d1d1d;*/
  color: #fff;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
}
.footer_copy a {
	color: #fff;
	text-decoration: none;
}
.footer .landing_app_foot_box_wrap {
  border-top: 1px solid #ddd;
}

@media (max-width: 991px) {

  #footer_area .footer_info {
    padding: 80px 0 20px;
  }

}

@media only screen and (max-width: 768px) {
	.foot_logo {  max-width: 150px;}
	#footer_area .footer_info {	padding: 70px 0 0;
  }
	#footer_area .landing_app_foot_box_wrap {
		padding: 15px 0 0;
	}
}




.app_dl_img01 {
  width: 60%;
  margin-top: 100px;
  margin-bottom: 50px;
}
.app_dl_img01, .app_dl_img01 a {
  transition: all 0.3s ease-in-out;
}
.app_dl_img01:hover, .app_dl_img01 a:hover {
  opacity: .8;
}


@media (max-width: 768px) {
  .app_dl_img01 {
    width: 110%;
    margin: 50px auto;
  }
  #footer_area .app_dl_img01 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 0 20px;
  }
  .add_i #footer_area .app_dl_img01,
  .add_g #footer_area .app_dl_img01,
  .add_p #footer_area .app_dl_img01 {
    margin-bottom: 0;
  }
}

/*---------------------------------- 
  Generic class
---------------------------------- */

.section:after,
.container:after,
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.section,
.container,
.clearfix {    zoom:1;}

.only_pc {	display: block;}
.only_pc_tb {	display: block;}
.only_tb {	display: none;}
.only_tb_sp {	display: none;}
.only_sp {	display: none;}
@media screen and (min-width: 769px) and (max-width: 970px){
	.only_pc {	display: none;}
	.only_pc_tb {	display: block;}
	.only_tb {	display: block;}
	.only_tb_sp {	display: block;}
	.only_sp {	display: none;}
}
@media only screen and (max-width: 768px) {
	.only_pc {	display: none;}
	.only_pc_tb {	display: none;}
	.only_tb {	display: none;}
	.only_tb_sp {	display: block;}
	.only_sp {	display: block;}
}

.mg00 { margin: 0!important;}
.mga { margin: auto!important;}

.mgt00 { margin-top: 0!important;}
.mgt05 { margin-top: 5px!important;}
.mgt10 { margin-top: 10px!important;}
.mgt15 { margin-top: 15px!important;}
.mgt20 { margin-top: 20px!important;}
.mgt25 { margin-top: 25px!important;}
.mgt30 { margin-top: 30px!important;}
.mgt40 { margin-top: 40px!important;}
.mgt50 { margin-top: 50px!important;}
.mgt100 { margin-top: 100px!important;}

@media only screen and (max-width: 991px) {
  .mgt50 { margin-top: 25px!important;}
}

.mgr00 { margin-right: 0!important;}
.mgr05 { margin-right: 5px!important;}
.mgr10 { margin-right: 10px!important;}
.mgr15 { margin-right: 15px!important;}
.mgr20 { margin-right: 20px!important;}
.mgr25 { margin-right: 25px!important;}
.mgr30 { margin-right: 30px!important;}
.mgr40 { margin-right: 40px!important;}
.mgr50 { margin-right: 50px!important;}

.mgb00 { margin-bottom: 0!important;}
.mgb05 { margin-bottom: 5px!important;}
.mgb10 { margin-bottom: 10px!important;}
.mgb15 { margin-bottom: 15px!important;}
.mgb20 { margin-bottom: 20px!important;}
.mgb25 { margin-bottom: 25px!important;}
.mgb30 { margin-bottom: 30px!important;}
.mgb35 { margin-bottom: 35px!important;}
.mgb40 { margin-bottom: 40px!important;}
.mgb45 { margin-bottom: 45px!important;}
.mgb50 { margin-bottom: 50px!important;}
.mgb55 { margin-bottom: 55px!important;}
.mgb60 { margin-bottom: 60px!important;}
.mgb65 { margin-bottom: 65px!important;}
.mgb70 { margin-bottom: 70px!important;}
.mgb75 { margin-bottom: 75px!important;}
.mgb80 { margin-bottom: 80px!important;}
.mgb85 { margin-bottom: 85px!important;}
.mgb90 { margin-bottom: 90px!important;}

.mgl00 { margin-left: 0!important;}
.mgl05 { margin-left: 5px!important;}
.mgl10 { margin-left: 10px!important;}
.mgl15 { margin-left: 15px!important;}
.mgl20 { margin-left: 20px!important;}
.mgl25 { margin-left: 25px!important;}
.mgl30 { margin-left: 30px!important;}
.mgl40 { margin-left: 40px!important;}
.mgl50 { margin-left: 50px!important;}

.pd00 { padding: 0!important;}
.pdt00 { padding-top: 0!important;}
.pdr00 { padding-right: 0!important;}
.pdb00 { padding-bottom: 0!important;}
.pdl00 { padding-left: 0!important;}

.flr { float: right;}
.fll { float: left;}
.clb { clear: both;}
.cll { clear:left;}
.clr { clear:right;}

.tac { text-align: center!important;}
.tar { text-align: right!important;}
.tal { text-align: left!important;}
.fwb { font-weight: 700!important;}
.fwm { font-weight: 500!important;}
.fwn { font-weight: 400!important;}

.wsn {	white-space: nowrap!important;}


.color_red { color: #b63c2d;}
.color_gray01 { color: #46474b;}
.color_gray02 { color: #747476;}

/*-----rollover-----*/
.opt_img a img,
.opt_img img a {
	/* transition: all 0.3s ease-in-out; */
	backface-visibility: hidden;
}
.opt_img a:hover img,
a.opt_img:hover img,
.opt_img input:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

