/***************************************************
	lalaport_ebina_open.css
	共通レイアウトスタイル定義
***************************************************/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html{font-family:sans-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}

/* Resetg
------------------------------------------------------------ */
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: #231815;
  font-family: 'Noto Sans JP', "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "Meiryo", "Osaka", sans-serif;
	font-size: 16px;
	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;}
object, embed {	max-width: 100%;}
img {
  width: 100%;
	height: auto;
	vertical-align: bottom;
}
small {	font-size: 12px;}

@media only screen and (max-width: 768px) {
	body {
		font-size: 16px;
		line-height: 1.7;
	}
	small {	font-size: 10px;}
}

/* Link
------------------------------------------------------------ */
a:link {
	color: #35b672;
	text-decoration: underline;
}
a:visited {
	color: #35b672;
	text-decoration: underline;
}
a:hover {
	color: #35b672;
	text-decoration: none;
}
/* a:active {} */



/* Layout
------------------------------------------------------------ */

/* .wrap {
  overflow: hidden;
} */

.section_inn {
	padding: 0;
}

#greeting .section_inn {
  padding: 120px 0;
}
#novelty .section_inn {
  padding-top: 180px;
  padding-bottom: 40px;
}

#items .section_inn {
  padding-top: 100px;
  padding-bottom: 50px;
}

#gallery .section_inn {
  padding: 120px 0;
}

@media only screen and (max-width: 768px) {
	.section_inn {
		padding: 70px 0;
	}

  #novelty .section_inn {
    padding-top: 50px;
    padding-bottom: 0px;
  }

  #gallery .section_inn {
    padding: 50px 0;
  }
}



/* footer
------------------------------------------------------------ */

#footer_area {
  background: #312d2b;
  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 #1d1d1d;
  background: #231815;
}

.foot_logo {
  max-width: 180px;
  margin: 0 0 30px;
}
.footer_copy {
  padding: 5px 10px;
/*  background: #1d1d1d;*/
  color: #fff;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
}
.footer_copy a {
	color: #fff;
	text-decoration: none;
}

@media only screen and (max-width: 768px) {
	.foot_logo {  max-width: 150px;}
	#footer_area .footer_info {	padding: 70px 0;}
	#footer_area .landing_app_foot_box_wrap {
		padding: 15px 0 0;
	}
}


/* common
------------------------------------------------------------ */

/*----- Title -----*/
.ttl01 {
	font-size: 4vw;
	font-family: 'EB Garamond', serif;
	font-weight: normal;
	letter-spacing: 5px;
	line-height: 1.3;
}
.f_light {
	font-family: 'EB Garamond', serif;
	font-weight: normal;
	letter-spacing: 4px;
}
.ttl02 {
	margin: 0 auto 100px;
	font-size: 3vw;
	font-family: 'EB Garamond', serif;
	font-weight: normal;
	letter-spacing: 4px;
}
.ttl03 {
	margin: 0 0 1.5em;
	font-size: 2vw;
	font-weight: normal;
	letter-spacing: 2px;
}
.ttl04 {
	margin: 0 auto 50px;
	font-size: 2vw;
	font-family: 'EB Garamond', serif;
	letter-spacing: 4px;
}
.ttl05 {
	margin: 0 auto 50px;
	padding: 15px;
	background: #a30000;
	color: #fff;
	font-size: 2.2rem;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;	font-weight: 700;
	text-align: center;
	letter-spacing: 2px;
}
.ttl06 {
	margin: 0 auto 100px;
	font-size: 4vw;
	font-family: 'EB Garamond', serif;
	font-weight: normal;
	letter-spacing: 4px;
  color: #fff;
}

@media only screen and (max-width: 768px) {
	.ttl01 {	font-size: 6vw;}
	.ttl02 {
		font-size: 6vw;
		margin: 0 auto 50px;
	}
	.ttl03 {	font-size: 5vw;}
	.ttl04 {	font-size: 4.5vw;}
}


/*----- Text -----*/
.txt01 {
	font-size: 1.8rem;
	line-height: 2;
}

@media only screen and (max-width: 768px) {
}


/*----- 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: #231815;
	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 #231815;
	color: #231815;
	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: #231815;
}
.btn01 a::after{
	right: 23px;
	width: 10px;
	height: 11px;
	border-top: 1px solid #231815;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn01 a:hover {	color: #fff;}
.btn01 a:hover::before{
	right: 12px;
	background: #fff;
}
.btn01 a:hover::after{
	right: 15px;
	border-top: 1px solid #fff;
}

.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 #231815;
	border-radius: 50px;
	background: #231815;
	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: #231815;
}

.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 #231815;
	background: #fff;
	color: #231815;
}
.btn02 a:hover::before {
	top: 55%;
	border-top: 2px solid #231815;
	border-right: 2px solid #231815;
}

@media only screen and (max-width: 768px) {
	.btn01 {	width: 100%;}
	.btn01 a {	max-width: 100%;}
	.btn02 {	width: 100%;}
}


/*----- Label -----*/
.label01 {
	width: 130px;
	margin: 0 0 20px;
	padding: 10px;
	background: #231815;
/*	border-radius: 50px;*/
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	letter-spacing: 2px;
}


/*----- Line -----*/
.line_under {
	background: linear-gradient(transparent 50%, #f8e469 50%);
}

@media only screen and (max-width: 768px) {
}



/* hero
------------------------------------------------------------ */

.scrolldown1 {
  position:absolute;
  left: 8%;
  bottom: 0;
  height: 115px;
}

.scrolldown1 span {
  position: absolute;
  left: 15px;
  bottom: 30px;
  color: #eee;
/*  font-size: 0.7rem;*/
  letter-spacing: 1px;
}

/* 線の描写 */
.scrolldown1::after{
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 50px;
  background: #eee;
  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;}
}


#aniv_body {
  position: relative;
}
#aniv_body .row {
  margin: 0;
}
#aniv_body img { caret-color: transparent;}


/*-- header --------------------*/
#aniv_header.hide {
  transform: translateY(100%);
}
#aniv_header {
  position: fixed;
  bottom: 0;
  background: #231815;
  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;
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-size: 1.7rem;
	font-weight: 700;
}
#head_nav li a {
/*	display: block;*/
	padding: 5px 19px;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 2px;
}
#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  (min-width:769px) and (max-width: 990px) {
  #brand_logo {
    display: none;
  }
}




/* mainvisual
-----------------------------------------------*/

#aniv_top_box_wrap {
  background-image: url("../apfr/image/main_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}

.aniv_logo {
  position: absolute;
  top: 7%;
  left: 10%;
  max-width: 460px;
  width: 55%;
  margin: 0;
  padding: 0;
  z-index: 333;
}


/*scroll */
#top_box_innner {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 999;
}
#atten_box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  /* background-color: #fff;
     */
  padding: 20px 0;
  text-align: center;
  color: #000;
  /* text-shadow: 0px 1px 4px #000000; */
}
.atten_text {
  margin-top: 55px;
  text-shadow: 0px 0px 5px #ffffff;
}
.atten_text p, #atten_box .kasen {
  color: #fff;
  font-size: 1.4rem;
}

#atten_box .kasen {
  text-decoration: underline;
}


/* .intro_pc {
  margin: 100px 0 50px;
} */
.main_contents_pc {
  margin-bottom: 50px;
}
.main_all_date {
  max-width: 400px;
  width: 100%;
  display: block;
  margin: 0 auto 70px;
}
.intro_pc_sp, .main_contents_sp {
  display: none;
}

#sec_aniv_main .intro {
  width: 60%;
  margin: 100px 0 50px;
}

@media (max-width: 768px) {

  .aniv_logo {
    top: 15%;
    left: 10%;
    width: 80%;
  }
  
	#sec_aniv_main .intro {
	  width: 100%;
	}

}

@media (max-width: 1000px) and (max-height: 450px){

  .aniv_logo {
    top: 9%;
    left: 8%;
    width: 33%;
  }

}


/*-- novelty --------------------*/

#novelty { 
  position: relative;
  background: #b2a49c;
}

.row.novelty_row {
  margin-top: 80px;
}
.novelty_h4 {
  margin-bottom: 30px;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
}
.novelty_h4_span {
  display: block;
  margin: 5px 0 0;
  font-size: 1.2rem;
  font-family: 'Lato', sans-serif;
}
.txt_end {
  margin-bottom: 20px;
  padding: 10px;
  border: 2px solid #231815;
  color: #231815;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
}
.txt_end.n02 {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.novelty_text {
  font-size: 1.4rem;
  margin-bottom: 40px;
}
.novelty_text p {
  line-height: 2;
}
.novelty_table {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  width: 100%;
}
.novelty_table td {
  border: 1px solid #ccc;
  padding: 10px;
}
.novelty_img {
  width: 80%;
  margin: 0 auto;
}
.thumb_slick_slider .slick-slide {
  margin: 5px;
  border: 1px solid #ccc;
}

@media (max-width: 768px) {
  .novelty_img {
    width: 100%;
  }

  .novelty_h4 {
    display: none;
  }

  .row.novelty_row {
    margin-top: 20px;
  }

.txt_end {
  margin: 20px;
  font-size: 1.6rem;
}
}


/*-- items --------------------*/

#items { 
  position: relative;
  background: #b2a49c;
}
.item_list {
  background-color: #EEE4D4;
  border-radius: 30px;
  padding-top: 60px;
  padding-bottom: 40px;

}

.item_list_ttl {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 500;
  margin-bottom: 70px;
}

.item_box a {
  text-decoration: none;
  color: #231815;
}

.item_box a:hover {
  opacity: 0.8;
}

.item_box_name {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.2rem;
  /* font-weight: 600; */
}

@media (max-width: 768px) {

  .item_list {
    border-radius: 0;
    margin: 0;
    min-width: 100%;
  }

  .item_list_ttl {
    font-size: 3rem;
  }

  #items .section_inn {
    padding-top: 0;
    padding-bottom: 10px;
  }
}


@media (max-width: 768px) {
 
.intro_pc, .main_contents_pc {
    display: none;
  }
  .intro_pc_sp {
    display: block;
    margin: 100px 0 50px;
  }
  .main_contents_sp {
    display: block;
    margin-bottom: 50px;
  }
  .main_contents_sp a {
    display: block;
  }
  #head_nav {
    display: none;
  }
  #brand_logo {
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .event_sale_h3 {
    font-size: 2rem;
    max-width: 300px;
  }
  .aniv_timer_txt {
    font-size: 1.5rem;
    margin-right: 20px;
  }
  .yycountdown-box .yyc-day, .yycountdown-box .yyc-hou, .yycountdown-box .yyc-min, .yycountdown-box .yyc-sec {
    font-size: 2.5rem;
  }
  .yycountdown-box .yyc-day-text, .yycountdown-box .yyc-hou-text, .yycountdown-box .yyc-min-text, .yycountdown-box .yyc-sec-text {
    font-size: 1.5rem;
  }
  .aniv_sale_link {
    margin: 0 20px;
  }
  #sec_event_2 .event_heading {
    margin: 0;
    padding: 20px;
  }
  .novelty_main .event_heading {
    margin: 20px auto 0;
  }
.novelty_table td {
    width: 10%;
  }
}

/*アニメーション*/
.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;
  }
}


/* novelty
--------------------------------------------------------*/
#sec_novelty {
  margin: 0 auto 100px;
}
#sec_novelty .novelty_main {
  margin: 100px 0;
  padding: 5px 0 20px;
  background: #ecece7;
  /* background: linear-gradient(180deg,#fff 0%,#fff 100px,#ecece7 100px,#ecece7 100%); */
}

@media (max-width: 768px) {
  #sec_novelty .novelty_main {
    margin: 70px 0 40px;
  }
}



/* ----------------------------------------
 以下追加分
---------------------------------------- */


/* ----------------------------------------
* common
---------------------------------------- */



/* ----------------------------------------
* ページTOPリンク
---------------------------------------- */
/*リンクの形状*/
#btn_event a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

#btn_event a:hover {
  margin: 0 0 7px;
}

/*リンクを右下に固定*/
#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);
	}
}


/* #greeting
------------------------------------------------------------ */
#greeting {
	position: relative;
	background: #231405;
  opacity: 0.8;
  color: #fff;
}
#greeting .ttl01 {	margin: 0 0 0.5em;}
#greeting .shop_name { 
  margin: 0 auto 80px;}
#greeting .shop_name img {
  width: 280px;}

#greeting .read_txt01 {
	margin: 0 auto;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2.2;
  letter-spacing: 1.5px;
}

@media (max-width: 1000px) {
	#greeting .read_txt01 {
		font-size: 1.4rem;
	}
}

@media (max-width: 768px) {
	#greeting::before {	display: none;}
	#greeting .ttl01 {	margin: 0 0 1em;}
	#greeting .shop_name img {width: 250px;}
	#greeting .shop_name {  margin: 0 auto 50px;}
	#greeting .read_txt01 {
		font-size: 1.4rem;
		font-weight: bold;
		text-align: left;
		line-height: 2;
	  	letter-spacing: 1px;
	}
}


/*-- gallery -------------------- */

#gallery {
  position: relative;
  background: #b2a49c;
}

gallery_sec {
  background-color:#373737;
  padding:7rem 0 10rem
}

.appear {
  -webkit-transition:all .8s ease-in;
  -o-transition:all .8s ease-in;
  opacity:0;
  transition:all .8s ease-in
}

.appear {
  opacity:1
}

.gallery_ttl {
  background-color:#373737;
  color:#fff;font-family:"Libre Caslon Text",serif;
  font-size:5rem;
  font-weight:500;
  margin-bottom:7rem;
  padding:0 6rem;
  position:relative;
  position:relative;
  text-align:center
}

.gallery_ttl span {
  background-color:#373737;
  padding:0 1em;position:relative
}

.gallery_ttl::before {
  background-color:#6a6a6a;
  content:"";
  height:2px;
  left:0;
  position:absolute;
  top:calc(50% - 1px);
  width:100%
}

.gallery {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(6, 1fr);
}

.gallery__item {
  overflow:hidden
}

.gallery__item a {
  display:block;
  height:100%;
  position:relative;
  width:100%
}

.gallery__item a:hover img {
  transform: scale(1.3);
  opacity: 0.7;
  /* -webkit-filter: grayscale(80%); */
}

.gallery__item figure { height:100% }

.gallery__item img {
  -o-object-fit:cover;
  -webkit-transition:all .5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition:all .5s cubic-bezier(0.77, 0, 0.175, 1);
  display:block;
  height:100%;
  object-fit:cover;
  transition:all .5s cubic-bezier(0.77, 0, 0.175, 1);
  width:100%
}

.gallery__item--1 {
  -ms-grid-column:1;
  -ms-grid-column-span:1;
  -ms-grid-row:1;
  -ms-grid-row-span:1;
  grid-column:1/2;
  grid-row:1/2
}

.gallery__item--2 {
-ms-grid-column:2;
-ms-grid-column-span:1;
-ms-grid-row:1;
-ms-grid-row-span:1;
grid-column:2/3;
grid-row:1/2
}

.gallery__item--3 {
  -ms-grid-column:3;
  -ms-grid-column-span:1;
  -ms-grid-row:1;
  -ms-grid-row-span:1;
  grid-column:3/4;
  grid-row:1/2
}

.gallery__item--4 {
  -ms-grid-column:4;
  -ms-grid-column-span:1;
  -ms-grid-row:1;
  -ms-grid-row-span:2;
  grid-column:4/5;
  grid-row:1/3;
}

.gallery__item--5 {
  -ms-grid-column:1;
  -ms-grid-column-span:2;
  -ms-grid-row:2;
  -ms-grid-row-span:1;
  grid-column:1/3;
  grid-row:2/3;
  gap:.25rem !important
}

.gallery__item--6 {
  -ms-grid-column:3;
  -ms-grid-column-span:1;
  -ms-grid-row:2;
  -ms-grid-row-span:2;
  grid-column:3/4;
  grid-row:2/4
}

.gallery__item--7 {
  -ms-grid-column:4;
  -ms-grid-column-span:1;
  -ms-grid-row:3;
  -ms-grid-row-span:1;
  grid-column:4/5;
  grid-row:3/4
}

.gallery__item--8 {
  -ms-grid-column:1;
  -ms-grid-column-span:2;
  -ms-grid-row:3;
  -ms-grid-row-span:2;
  grid-column:1/3;
  grid-row:3/5
}

.gallery__item--9 {
  -ms-grid-column:3;
  -ms-grid-column-span:2;
  -ms-grid-row:4;
  -ms-grid-row-span:2;
  grid-column:3/5;
  grid-row:4/6
}

.gallery__item--10 {
  -ms-grid-column:1;
  -ms-grid-column-span:1;
  -ms-grid-row:5;
  -ms-grid-row-span:1;
  grid-column:1/2;
  grid-row:5/7
}

.gallery__item--11 {
  -ms-grid-column:2;
  -ms-grid-column-span:1;
  -ms-grid-row:5;
  -ms-grid-row-span:1;
  grid-column:2/3;
  grid-row:5/6
}

.gallery__item--12 {
  -ms-grid-column:1;
  -ms-grid-column-span:1;
  -ms-grid-row:5;
  -ms-grid-row-span:1;
  grid-column:2/4;
  grid-row:6/7
}

.gallery__item--13 {
  -ms-grid-column:2;
  -ms-grid-column-span:1;
  -ms-grid-row:5;
  -ms-grid-row-span:1;
  grid-column:4/5;
  grid-row:6/7
}


@media screen and (min-width: 992px) {
  .gallery__item a:hover img {
    transform: scale(1.2);
  }
  .gallery__item a:hover .gallery_icon {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    visibility: visible;
  }
  .gallery__item a:hover .gallery_icon:after, .gallery__item a:hover .gallery_icon:before {
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 768px) {

  .gallery {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  .gallery__item--3 {
    grid-column: 2/3;
    grid-row: 12/13;
  }

  .gallery__item--4 {
    grid-column: 2/3;
    grid-row: 6/8;
  }

  .gallery__item--5 {
    grid-column: 1/3;
    grid-row: 2/3;
  }

  .gallery__item--6 {
    grid-column: 1/2;
    grid-row: 5/7;
  }

  .gallery__item--7 {
    grid-column: 2/3;
    grid-row: 8/9;
  }

  .gallery__item--8 {
    grid-column: 1/3;
    grid-row: 3/5;
  }

  .gallery__item--9 {
    grid-column: 1/3;
    grid-row: 9/11;
  }

  .gallery__item--10 {
    grid-column: 1/2;
    grid-row: 7/9;
  }

  .gallery__item--11 {
    grid-column: 2/3;
    grid-row: 5/6;
  }
  .gallery__item--12 {
    grid-column: 1/3;
    grid-row: 11/12;
  }

  .gallery__item--13 {
    grid-column: 1/2;
    grid-row: 12/13;
  }
}


/* more link
------------------------------------------------------------ */

.more_link_area {
  overflow:hidden;
  position:relative
}

.more_link_area::after {
  -webkit-filter:brightness(50%);
  background-image:url(image/other_link_bg.jpg);
  background-position:center center;
  background-size:cover;
  bottom:0;
  content:"";
  filter:brightness(50%);
  left:0;
  position:absolute;
  right:0;
  top:0;
  z-index:-1
}

.more_link_wrap {
  margin: 0 auto;
}

.more_link_box{
  -webkit-box-align:center;-ms-flex-align:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  -ms-flex-wrap:wrap;
  align-items:center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  max-width:500px;
  padding:170px 15px;
  margin: 0 auto
}

.more_link_box a {
  text-decoration: none;
  color: #231815;
  /* ↓ ホバー後の高さ固定用 */
  padding-top: 15px;
  padding-bottom: 15px;
}

.more_link_box__link {
  max-width: 400px;
  /* margin: 0 auto 10px; */
  font-size: 1.6rem;
  width: 100%;
  display: block;
  background-color: #eee4d4;
  text-align: center;
  padding: 15px;
  color: #fff;
  transition: all 0.4s ease;
  letter-spacing: 2px;
}

.more_link_box__link:hover {
  background-color: #776d68;
  color: #fff !important;
}


@media (max-width: 991px) {

  .more_link_wrap {
    padding-top: 30px;
    padding-bottom: 55px;
  }

  .more_link_box{
    padding: 30px 10px 0;
  }

}

@media (max-width: 768px) {

  .more_link_wrap {
    padding-top: 20px;
    padding-bottom: 45px;
  }

  .more_link_box{
    max-width:500px;
    padding: 30px 10px 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;}

.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;}

.font01 {	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;}
.font02 {	font-family: 'Cormorant Garamond', serif;}
.font03 {	font-family: 'EB Garamond', serif;}

.color01 { color: #a30000;}/*red*/

/*-----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);
}
