@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
    visibility: hidden;
}
html.wf-active,
html.loading-delay {
    visibility: visible;
}

body {
	line-height: 1.5;
	/* font-family: 'Montserrat','Noto Sans JP', sans-serif; */
  /* font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal; */
	font-family: 'Noto Sans CJK JP' , 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-size:15px;
}
:root{
  --f-mincho:dnp-shuei-nshogomincho-std, sans-serif;
  /* font-style: normal; */
}
.shomin{
  font-family: dnp-shuei-nshogomincho-std, sans-serif;
  font-weight: 700;
  /* font-style: normal; */
}

h1,h2,h3,h4,h5{
	font-weight: 600;
}
.wrap.on{
	overflow:hidden;
}
#wrapper{
	position: relative;
}
body{
  position: relative;
}
body *{
	box-sizing: border-box;
	color:var(--main-color);
}
ol, ul {
	list-style: none;
	padding-inline-start: 0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	max-width: 100%;
	height: auto;
}
a{
	text-decoration: none;
	color:var(--main-color);
}
a:hover:not(.btn_hov){
	opacity: 0.8;
}

input,textarea{
	max-width: 100%;
}



@media (min-width: 750px){
	body{
		font-size: 16px;
	}
	textarea{
		width: 100%;
	}
}
/* reset end*/

/* common */
.sec_inner{
	/* width:100%;
	max-width:1020px; */
  width:1020px;
	margin:auto;
	padding:80px ;
  padding-left:80px;
  padding-right:80px;
}
.sec_inner.pad_off{
	padding:80px;
  padding-left:0px;
  padding-right:0px;
}
.pad_on{
	padding:0;
  padding-left:80px;
  padding-right:80px;
  border-radius: 10px;
}
.btn_hov img:nth-of-type(2){
  position: absolute;
  opacity:0;
  top: 50%;
  left: 50%;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btn_hov:hover img:nth-of-type(2){
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  opacity:1;
}
#container{
	display:flex;
}
#side{
  width:300px;
	background:#1D1D1D;
	height:100vh;
	position: fixed;
	left:0;
	top:0;
	color:#fff;
  z-index: 500;
  overflow-y: scroll;
  padding: 0;
}
#side::-webkit-scrollbar {
    width: 5px;
		opacity:0.1;
}

#side::-webkit-scrollbar-thumb {
  background-color: #4f4f4f;
  border-radius: 10px;
}
#side::-webkit-scrollbar-track-piece{
  background: inherit;
}
#side .side_logo img{
  margin:20px auto;
  display: block;
}
.nav_side_wrap{
  margin-bottom:30px;
}
#side .nav_side_01{
  text-align: center;
  font-size:20px;
}
#side .nav_side_01 li{
  margin-bottom:30px;
  line-height: 1;
  font-family: var(--f-mincho);
  /* font-display:optional; */
}
#side .nav_side_01 li:hover{
  color:#D6A215;
}
#side .nav_side_01 span{
  font-size:10px;
  font-family: 'Oswald';
  font-weight: 400;
}
#side .nav_side_02 li{
  font-size:14px;
  width: 85%;
  margin: 15px auto;
}


#side .nav_side_02 span{
  padding-top:3px;
  display: block;
  font-size:10px;
  font-family: 'Oswald';
  font-weight: 400;
}
#gnav_sp{
  display: none;
}
.side_common.on{
  display: block;
  transform: translateY(0vw);
  transition: all .5s;
}
#main{
  width: calc(100% - 300px);
	margin-left:  300px;
  min-width:1020px;
}
.bg_crys{
	background: url(/paselabo_shop/ff_eorzea/images/bg_crys.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* background-position: center; */
  background-position: 160px 38%;
  padding-bottom: 40px;
}
.bg_des{
	background: url(/paselabo_shop/ff_eorzea/images/bg_des_01.webp);
	background-size: contain;
}
.bg_wh{
	background:#fff;
}
.bg_blo_01{
	background:rgba(88,75,52,0.9);
}
.bg_blo_02{
	background:rgba(000,000,000,0.4);
}

.btn_img{
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: auto;
  color:#fff;
}
.btn_img img{
	position: relative;
  display: block;
}
.btn_img p{
  bottom: 0px;
  top: -3px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  line-height: 1;
  height: fit-content;
}
.div_arrow,.div_arrow_brow{
  position: relative;
}
.div_arrow::after,.div_arrow::before{
  position: absolute;
  content:"";
  width: 100%;
  height: 15px;
  left:0;
  background: url(/paselabo_shop/ff_eorzea/images/ico_div_01.webp);
}
.div_arrow_brow::after{
  position: absolute;
  content:"";
  width: 100%;
  height: 15px;
  left:0;
  background: url(/paselabo_shop/ff_eorzea/images/ico_div_02.webp);
}
.sec_ttl{
  text-align: center;
  margin-bottom:35px;
}
.sec_ttl span{
  font-size:32px;
  font-family: var(--f-mincho);
    /* font-display:optional; */
}
.sec_ttl h2{
  font-size:16px;
  font-family: 'Oswald';
  font-weight: 300;
  letter-spacing: 0.1em;
}
.pc_none{
  display: none;
}
.sp_none{
  display: block;
}
.list_lang{
  text-align: center;
  width: 250px;
  margin: 0 auto 40px;
}
.list_lang .lang_ttl{
  display: block;
  font-family: 'Oswald';
  font-size: 12px;
}
.pc_lang{
  padding-bottom: 40px;
}
.tab_lang li{
  border-bottom: 1px solid #fff;
  padding: 8px 0;
}
@media (max-width: 750px){
  .bg_crys{
    background: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50%;
		position: relative;
  }
	.bg_crys:before{
		/* background: url(/paselabo_shop/ff_eorzea/images/bg_crys_sp.webp);
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: 50%; */

		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100vw;
		height:100vh;
		background:url(/paselabo_shop/ff_eorzea/images/bg_crys_sp.webp) no-repeat;
		-webkit-background-size:cover;
		background-size:cover;
		content:"";
		background-position: center;
	}

  #gnav_sp{
    height: 70px;
    width:100%;
    background: #1D1D1D;
    color:#fff;
    position: fixed;
    top:0;
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 2000;
  }
  .gnav_sp_logo{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:5px 0px 0 20px;
  }
  .gnav_sp_logo img{
    height: 100%;
    width:auto;
    max-height: 40px;
    /* max-width:235px; */
  }
  .gnav_sp_res{
    background: #C12500;
  }
  .gnav_sp_btns{
    display:flex;
  }
  .gnav_sp_btns a{
    width: 60px;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: self-end;
    padding-bottom: 10px;
    font-size:10px;
    font-weight: 300;
  }
  .gnav_sp_btns a::after{
    position: absolute;
    content:"";
    width:30px;
    height: 30px;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .gnav_sp_qa::after{
    top: 13px;
    background: url(/paselabo_shop/ff_eorzea/images/ico_qa.svg);
  }
  .gnav_sp_res{
    background-color: #C12500;
    background-image: linear-gradient(160deg, #C12500 0%, #451500 100%);
  }
  .gnav_sp_res::after{
        top:11px;
    background: url(/paselabo_shop/ff_eorzea/images/ico_res.svg);
  }
  .gnav_sp_btns .gnav_sp_menu::after{
    top: 16px;
    background: url(/paselabo_shop/ff_eorzea/images/ico_menu.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .gnav_sp_btns .gnav_sp_menu.on::after{
    top: 16px;
    background: url(/paselabo_shop/ff_eorzea/images/ico_cross.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .gnav_sp_btns .gnav_sp_lang::after{
    top: 11px;
    background: url(/images/paselabo_shop/ff_eorzea/common/icon_lang.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .side_common.on {
    display: block;
    transform: translateY(0vh);
    transition: all .5s;
    margin-top: 70px;
    height: 100vh;
    font-weight: 500;
  }
  .side_common{
    background: rgba(29,29,29,0.9);
    transform: translateY(-100vh);
    margin-top: 70px;
    transition: all .5s;
  }
  .side_logo{
    display: none;
  }
  .nav_side_wrap{
    margin: auto;
    justify-content: center;
    display: flex;
    padding-top: 13%;
    padding-bottom: 10%;
    max-width: 600px;
  }

  #side {
      width: 100%;
      height: 0;
			overflow: visible;
      padding: 0;
  }
	.side_content{
		height:0;
	}
	.side_content{
		height:0;
	}
  #side .nav_side_01{
    text-align: left;
    width: 42%;
    margin: 0 10px;
  }
  #side .nav_side_01 li{
    margin-bottom:20px;
  }
  #side .nav_side_01 li a{
    border-top:solid 1px #fff;
    display: block;
    padding:15px 0;
  }
  #side .nav_side_01 li:last-child a{
    border-bottom:solid 1px #fff;
  }
  #side .nav_side_01 span{
    font-weight: 300;
    letter-spacing: 0.1em;
    font-size: 12px;
  }
  #side .nav_side_02 span{
    display: block;
		padding-top: 3px;
  }
  .nav_side_02 .btn_img p {
    top: -2px;
    font-size: 11px;
  }
  #side .nav_side_02 li{
      margin: 15px auto 25px;
  }

  #main {
    width: 100%;
    margin-top:70px;
    margin-left: 0;
    min-width: auto;
  }
  .sec_inner {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }
	.sec_inner{
		padding-top: 30px;
		padding-bottom: 30px;
	}
  .sec_inner.pad_off {
    width: 91%;
		padding-top: 30px;
		padding-bottom: 30px;
  }
	.sec_ttl{
		margin-bottom: 20px;
	}
  .sec_ttl span{
    font-size:25px;
  }
  .pad_on {
    padding-left: 6%;
    padding-right: 6%;
  }
  .gnav_sp{
    display: none;
  }
  .div_arrow::after,.div_arrow::before{
    width: 92%;
    height: 15px;
    left:0;
    right: 0;
    margin: auto;
    background: url(/paselabo_shop/ff_eorzea/images/ico_div_01_sp.webp);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .div_arrow_brow::after{
    width: 100%;
    height: 15px;
    left:0;
    right: 0;
    margin: auto;
    background: url(/paselabo_shop/ff_eorzea/images/ico_div_02_sp.webp);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .pc_none{
    display: block;
  }
  .sp_none{
    display: none;
  }
}

/* common end */

/* 多言語 */
.stt-lang-select.bl {
  display: none;
}
#en .nav_sp .list li a span.nav_sub_ttl,
#ko .nav_sp .list li a span.nav_sub_ttl,
#cn .nav_sp .list li a span.nav_sub_ttl,
#tw .nav_sp .list li a span.nav_sub_ttl {
  display: none;
}
#en {
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

#ko {
  font-family: "Noto Sans KR", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

#cn {
  font-family: "Noto Sans SC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

#tw {
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.has-sub{
  position: relative;
}

.sub {
  position: absolute;
  display: none;
  width: 100%;
  z-index: 3;
}

.sub > .item_lang > .a_lang {
  color: #fff;
  line-height: 1.75;
  font-size: 14px;
}
.sub > .item_lang > .a_lang:hover {
  opacity: 0.8;
}

.tab_lang {
  margin-top: 7px;
}
header .bg_ct02 .list > li .tab_lang > .item_lang{
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
.side_common .list_lang{
  display: none;
}
  header .gnav_sp_btns .it.has-sub{
    position: static;
  }
  header .gnav_sp_btns .it a {
    color: #fff;
    height: 100%;
    width: 40px;
}
  header .gnav_sp_btns .it {
    display: flex;
    align-items: self-end;
    justify-content: center;
    max-width: 40px;
    font-size: 10px;
    font-weight: bold;
  }
  .tab_lang{
    top: 70px;
    background: rgb(0,0,0,0.7);
    width: 100%;
    margin-top: 0;
    right: 0;
    left: 0;
  }
  .sub > .item_lang{
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: solid 1px #000;
    margin-right: 0;
  }
  .sub > .item_lang > .a_lang{
    padding: 9px;
    color: #fff;
    width: 100%;
    text-align: center;
    position: static;
    align-items: center;
  }
  .sub > .item_lang > .a_lang::after{
    content: none;
  }
}

/* bread */
.pc_bread{
  display: block;
}
.pc_bread{
  overflow: scroll;
}
.pc_bread ul{
  white-space: nowrap;
}
.sp_bread{
  display: none;
}
.breadcrumbs{
  padding: 30px 30px 15px;
  font-size: 10px;
  line-height: 2;
}
.breadcrumbs ul{
  display: flex;
}
.breadcrumbs li a{
  display: inline-block;
  margin-right:20px;
  position: relative;
}
.breadcrumbs li a:after{
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border: 1px solid;
  border-color: #565656 #565656 transparent transparent;
  transform: rotate(45deg);
  top: 2px;
  right: -11px;
  bottom: 0;
  margin: auto;
}
.breadcrumbs li:last-child a:after{
  content:none;
}
.breadcrumbs li:last-child a{
  pointer-events: none;
}
.pc_bread::-webkit-scrollbar{
  background: rgba(00,00,00,0);
}
.pc_bread::-webkit-scrollbar-corner {
  background: rgba(00,00,00,0);
}
@media (max-width: 750px){
  .pc_bread{
    display: none;
  }
  .sp_bread{
    display: block;
		padding:20px 6% 20px;
		overflow: hidden;
		background: rgba(226,220,204,0.7);
  }
	.sp_bread > div{
		overflow-x: scroll;
	}
	.sp_bread ul{
		padding-bottom:5px;
		white-space: nowrap;
	}

}
/* bread end */

/* モーダル */
.modal_res{
	position: fixed;
	background: rgba(00,00,00,0.9);
  height: 90vh;
  width:75%;
  opacity: 0;
	z-index:1000;
  visibility: hidden;
  transition: 0.5s;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0;
  margin: auto;
	    width: 68%;
			left: 310px;
			padding:0 2%;
}
.modal_res.on{
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
  overflow: scroll;
}
.modal_res.on::-webkit-scrollbar-thumb {
  background-color: #4f4f4f;
  border-radius: 10px;

}
.modal_res.on::-webkit-scrollbar{
  background: rgba(00,00,00,0);
		width:3px;
}
.modal_res.on::-webkit-scrollbar-corner {
  background: rgba(00,00,00,0);
}
.modal_res_close{
  z-index: 1400;
  top:5%;
  right:2%;
  width:43px;
  height:43px;
  position: absolute;
}
.modal_res_close span{
  display: none;
}
.modal_res_close::after{
	content:"";
	position: absolute;
  top:0%;
  right:0%;
  width:100%;
  height:100%;
	background:url('/paselabo_shop/ff_eorzea/images/ico_modal_cross.webp');
}
.modal_res_txt{
  color:#fff;
  width: fit-content;
  margin: 10% auto 50px;
}
.modal_res_txt_ttl{

}
.modal_res_txt p{
  margin-bottom:30px;
  font-size:16px;
  line-height: 1.6;
}
.modal_res_txt ul{
  margin-bottom:30px;
  font-size:12px;
  line-height: 2;
}
.modal_res_txt ul li{
  position: relative;
    padding-left: 15px;
}
.modal_res_txt ul li:before{
  content: "※";
  padding-right: 5px;
  left: 0;
  position: absolute;
}
.modal_res_ul{
	display: flex;
  position: relative;
  width: fit-content;
	flex-direction: column;
  justify-content: center;
  bottom: 0;
	top: 0;
  margin: auto;
  height: auto;
}
.modal_res_ul li{
	margin-bottom:35px;
}
.modal_res_ul li:last-child{
	margin-bottom:0px;
}
.modal_res_ul .btn_img{
  font-size:14px;
}
.modal_res_ul .btn_img span {
    font-size: 10px;
    font-family: 'Oswald';
    font-weight: 300;
    margin-top: 5px;
    display: block;
    letter-spacing: 0.14em;
}
.modal_sub_txt{
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  padidng-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 750px){
  .modal_res{
    margin-top: 70px;
    width: 100%;
    height: 100%;
    padding: 5% 9% 0;
  }
  .modal_res.on {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 5% 9% 0;
    left: auto;
  }
  .modal_res.on::-webkit-scrollbar{
    display: none;
  }
  .modal_res.on::-webkit-scrollbar-corner {
    display: none;
  }
  .modal_res_txt {
    margin: 0px auto 0px;
    font-weight: 500;
  }
  .modal_res_txt .sec_ttl{
    margin: 20px 0;
  }
  .modal_res_txt p {
    font-size:14px;
    margin-bottom:15px;
  }
  .modal_res_txt ul {
    font-size: 11px;
    margin-bottom: 10px;
  }
  .modal_res_ul li {
    margin-bottom: 15px;
  }
  .modal_res_ul {
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    height: auto;
    margin: 20px auto;
    position: relative;
    display: block;
    width: fit-content;
  }
  .btn_img p{
        top: 0px;
  }
  .modal_res_ul .btn_img span{
        display: block;
  }
  .modal_res_close{
    display: inline-block;
    position: relative;
    color: #fff;
    content: "";
    font-size: 18px;
    top: auto;
    left: -15px;
    margin: 20px auto 100px;
    width: fit-content;
    height: auto;
  }
  .modal_res_close span{
    display: inline-block;
    color: #fff;
    content: "";
  }
  .modal_res_close::after {
    position: absolute;
    background: url(/paselabo_shop/ff_eorzea/images/ico_modal_cross.webp);
    top: 3px;
    right: -30px;
    left: auto;
    width: 22px;
    margin: 0;
    background-repeat: no-repeat;
    background-size: contain;
  }

}
/*　モーダルend　*/


/* links */
#links{

}
#links .sec_ttl{
  padding-bottom:25px;
  margin-bottom: 0px;
}
#links .sec_ttl h2{
  font-size:24px;
  font-family: var(--f-mincho);
    /* font-display:optional; */
}
#links .sec_ttl.div_arrow::before {
  content:none;
}
#links .sec_ttl.div_arrow::after{
    bottom: 0px;
}
.link_offi{
  margin:60px auto 70px;
  display: flex;
  justify-content: center;
}

.link_txt{
  max-width: 430px;
  width: fit-content;
  padding: 0 0px 0 30px;
  text-align: center;
  margin: auto 0;
}
.link_txt h3 {
  margin-bottom:30px;
}
.link_txt h3 span{
  font-size:30px;
  font-family: var(--f-mincho);
    /* font-display:optional; */
}
.link_txt > p{
  margin-bottom:30px;
}
.link_pr{
  padding:65px 0 70px;
  text-align: center;
}
.link_pr a{
  display: block;
  width: fit-content;
  margin: 0 auto 25px;
  text-decoration: underline;
}
.link_pr a:last-child{
  margin-bottom:0;
}
.link_pr.div_arrow::before{
  top:0;
}
.link_pr.div_arrow::after{
  bottom:0;
}
@media (max-width: 750px){
	#links .div_arrow::after{
    background: url(/paselabo_shop/ff_eorzea/images/ico_div_02_sp.webp);
		background-size: contain;
    background-repeat: no-repeat;
		width:100%;
	}
	#links .sec_inner.pad_off{
		padding-top:50px;
		padding-bottom: 50px
	}
  #links .sec_ttl {
    padding-bottom: 20px;
  }
  #links .sec_ttl h2 {
    font-size: 18px;
  }
  .link_txt h3 {
    margin-bottom: 20px;
  }
  .link_offi{
    flex-direction: column;
		    margin: 25px auto 40px
  }
  .link_offi .btn_img{
    display: block;
  }
	.link_txt{
		    padding: 0 0px 0 0px
	}
	.link_txt h3 span{
		font-size:6.5vw;
	}
	.link_txt > p{
    margin-bottom: 15px;
    font-size: 14px;
	}
	.link_txt img{
		margin-bottom: 5px;
	}
	.link_pr {
		padding: 0px 0 0px;
	}
	.link_pr.div_arrow::before,.link_pr.div_arrow::after{
		content:none;
	}
	.link_pr img{
		width:80%;
	}
	.link_pr a{
		font-size:3.5vw;
		margin: 0 auto 10px;
	}
}
/* links end*/

/* footer */
footer{
  padding:55px 0;
  text-align: center;
  color:#fff;
  font-size:12px;
  background: rgba(88,75,52,0.95);
}
footer p{
  margin-bottom:20px;

  font-weight: 100;
}
footer p:first-child{
  font-family: Oswald;
}
footer p:last-child{
  margin-bottom:0px;
}
#back-top{
  position: fixed;
  bottom:20px;
  right:20px;
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}
#back-top.on{
  visibility: visible;
  opacity: 1;
  transition: .5s;
}
@media (max-width: 750px){
	footer{
		padding: 50px 0;
	}
	footer p {
    margin-bottom: 10px;
	}
	footer p:last-child{
    margin-bottom: 0px;
	}
  #back-top {
    height: 80px;
    width: 67px;
    bottom: 20px;
    right: 10px;
  }
}
/* footer end*/

/* under_common */
.under_wrap{

}
.under_wrap_cont{
  background: #fff;
  border-radius: 20px;
}
.under_mgl{
  position: relative;
  width: fit-content;
  margin: 0px auto 0px;
  padding:30px 0 25px;
}
.under_mgl::before{
  position: absolute;
  content:"";
  left:-70px;
  bottom:25px;
  width:58px;
  height: 80px;
  background: url(/paselabo_shop/ff_eorzea/images/ico_under_ttl_mgl.webp);
}

@media (max-width: 750px){
	.under_wrap_inner{
		width: 91%;
	  margin: auto;
	}
	.under_mgl{
	  margin: 0px auto 0px;
	}
}
/* under_common end*/

/* 期間限定店舗用 */

.menu_shop_box {
	flex-wrap: wrap;
}

.access_ex,
.menu_shop_ex {
	position: relative;
	color: #9a74ce;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 600;
}

.ac_select > a .access_ex {
	position: absolute;
	color: #9a74ce;
	font-size: 12px;
  font-family: noto-sans-cjk-jp, sans-serif;
  left: 50%;
  top: 8px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
}

/* .ac_shop_ttl .access_ex:before,
.ac_shop_ttl .access_ex:after,
.menu_shop_ex:before,
.menu_shop_ex:after
 {
  position: relative;
  display: inline-block;
  content: "";
  background: #9a74ce;
  width: 1px;
  height: 1em;
  margin: 0 6px;
  margin-top: -5px;
  vertical-align: middle;
} */

/* .ac_shop_ttl .access_ex:before,
.menu_shop_ex:before {
  transform: rotate(-35deg);
}

.ac_shop_ttl .access_ex:after,
.menu_shop_ex:after {
  transform: rotate(35deg);
} */

.ac_shop_ttl .access_ex {
	font-size: 22px;
	font-weight: bold;
  font-family: noto-sans-cjk-jp, sans-serif;
}


/* .ac_shop_ttl .access_ex:before,
.ac_shop_ttl .access_ex:after,
.menu_shop_ex:before,
.menu_shop_ex:after {
  height: 1em;
  margin: 0 10px;
  margin-top: -7px;
} */

.cap_reserve{
  font-size: 12px;
  margin-left: 20px;
  text-align: center;
}

.modal_res .cap_reserve{
  color: #fff;
}

@media (max-width: 750px){
  .ac_select > a .access_ex {
    font-size: 10px;
  }
  .access_ex:before,
  .access_ex:after{
    margin-top: 0;
    font-size: 10px;
    margin: 0 4px;
  }
  .menu_shop_ex {
    font-size: 12px;
  }
}

/* 期間限定店舗用 end */

.link_allergy{
  text-align: center;
  margin: 0 auto;
  text-decoration: underline;
}

.link_list{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.link_list li{
  text-align: center;
}

.link_list li a{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.link_list li a .list_ttl{
  margin-top: 20px;
}

.link_list li img{
  width: 100%;
  max-width: 300px;
}

@media (max-width: 750px){
  .link_list{
    flex-direction: column;
    align-items: center;
  }
  .link_list li{
    margin-top: 40px;
  }
}