/*
Theme Name: xeory_extension_child
Theme URI: https://umulin.me
Description: Child theme for the Xeory
Author: KISHUHOSOKAWA SOUYAKU
Author URI: https://umulin.me
Template: xeory_extension
Version: 0.1.0
*/

/********************************
 * 
 * 各LP用のデザインをココで指定
 * 
 ******************************/
/* PC */
html { scroll-behavior: smooth;}

body{
	background: #f0efde;
}
#lp_body #content{
	max-width: 600px;
	margin: 0 auto;
	padding: 0 !important;
	background: #f0efde !important;
}
#link_1{
    padding: 60px 40px;
}
#link_2,#link_3,#cart01,#cart02{
	padding: 30px 15px 30px;
}
#link_6{
    padding: 30px 40px 30px;
}
#link_7{
	padding: 60px 15px 60px;
}


.cname_box{
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 1.7rem;
    padding: 10px;
    background: #fff;
    line-height: 1.3;
    letter-spacing: 0;
}
.cname_box span{
	display: block;
}
.lp_cartbox{
	position: relative;
}

.lP_btn{
	position: absolute;
	left: 9%;
	width: 82%;
	display: block;
}
#cart01 .lP_btn{
	bottom: 120px;
}
#cart02 .lP_btn{
	bottom: 120px;
}
.lp_inner {
	position: relative;
}
.flexbox{
	justify-content: center;
	align-items: stretch;
	position: absolute;
	left: 11%;
	width: 78%;
	gap: 10px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	position: absolute;
}
#cart01 .flexbox{
	bottom: 240px;
}
#cart02 .flexbox{
	bottom: 240px;
}
.flexbox > a{
	display: inline-block;
}


/*footer*/
#lp_body #footer-brand-area{
	padding-bottom: 0;
	margin-bottom: 0;
}
#lp_body #footer{
    padding-top: 0px;
}
#lp_body #footer .footer-logo{
    max-width: 200px;
}
.lp_cartbox {
	margin-bottom: 40px;
}
/*モーダル*/
/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
	display: none;
}
#lp_body .modaal-content-container{
	font-size: 1.1rem;
    font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", yu-gothic-pr6n, sans-serif;
    letter-spacing: .02em;
    padding: 20px;
}
#lp_body .modaal-content-container p{
	margin: 0;
}
#lp_body .footer-01,#lp_body .footer-02,#lp_body .footer-menu{
	background-color: #5a5951;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

/*==================================================
ふわっ
===================================*/


/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}



.mt10 {
	margin-top: 10px;
}
@media screen and (max-width: 1200px){
	/* 横幅最大1200px指定のため、
	 * 最大以下になった場合に指定が
	 * 必要ならココに記述 */
}
@media screen and (max-width:991px){
	/* タブレット */

}
@media screen and (max-width: 599px){
	#footer-brand-area {
        width: 90%;
	}
	#cart01 .lP_btn{
		bottom: 90px;
	}
	#cart02 .lP_btn{
		bottom: 90px;
	}
	#cart01 .flexbox{
		bottom: 165px;
	}
	#cart02 .flexbox{
		bottom: 165px;
	}
}

