@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap');



/*==========================================
  RESET
============================================*/
*{
	outline:none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
    word-wrap: break-word;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
	width: 100%;
	font-smoothing: antialiased;
	font-variant-numeric: tabular-nums;
	-webkit-font-smoothing: antialiased;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
ul, ol {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	vertical-align:baseline;
	text-decoration: none;
	color: inherit;
	transition:0.3s ease;
}
input, select {
	vertical-align:middle;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	line-height: 1.0;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

img {
	width:100%;
	vertical-align: bottom;
	line-height: 1.0;
}
.fa, .fas {
    display: inline;
}
.mov {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}



/*PC */
@media screen and (min-width: 901px){
  .sp{display: none;}
}
/* SP */
@media screen and (max-width: 900px){
  .pc{display: none;}
}


/*==========================================
  FRAME
============================================*/
.allContain{
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #FAFAFA;
  color: #1D1B1A;
  position: relative;
}
.container{
  padding: 72px 72px 0;
  position: relative;
}
.container_inner{
  opacity: 0;
  transform: translateY(36px);
  transition: 0.5s ease;
}
.loaded .container_inner{
  opacity: 1;
  transform: translateY(0);
}

section{
  width: 100%;
  max-width: 1056px;
  margin: 0 auto;
  background: #FFF;
  position: relative;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}
.innerContent {
    width: 100%;
}
.bg{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}
.bg img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  transform: scale(1);
  filter: blur(0);
  transition: 0.5s ease 0.5s;
  filter: blur(40px);
  transform: scale(1.1);
  opacity: 0.65;
}
.loaded .bg img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
/* SP */
@media screen and (max-width: 900px){
.container {
  padding: 56px 16px 0;
}

}



/*==========================================
  base
============================================*/
figure{
  line-height: 0;
}
.backblr{
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(2);
    filter: blur(40px);
    background-color: #000;
}
.backblr img{
    opacity: 0.6;
}
h2.logo{
  position: absolute;
  right: 24px;
  top: 24px;
  width: 132px;
  line-height: 0;
}
h2.logo a{
  line-height: 0;
}
h3{
  font-size: 28px;
  font-weight: 700;
  line-height: 116%;
  margin-bottom: 16px;
}
h4{
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  border-bottom: 2px solid;
  padding-bottom: 8px;
}
h4 .icon{
    display: inline-block;
    width: 28px;
    vertical-align: 4px;
    margin: 0 8px 0 0;
}
.lead{
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
.txt{
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}
.txt .icon{
  display: inline-block;
  width: 24px;
  vertical-align: 3px;
  margin: 0 8px 0 0;
}
.capList{

}
.capList li{
  position: relative;
  padding: 0 0 0 20px;
}
.capList li span{
  position: absolute;
  left: 0;
}
.capList li .txt{
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 170%;
}

.capListIdentity{
  display: inline-block;
  background: rgb(251, 224, 217);
  border-radius: 1rem;
  padding: 20px;
  margin: 20px 20px 20px 0px;
}

.cautionList{

}
.cautionList li{
  position: relative;
  padding: 0 0 0 20px;
  color: #757575;
  margin-bottom: 16px;
}
.cautionList li:last-child{
  margin-bottom: 0;
}
.cautionList li span{
  position: absolute;
  left: 0;
  line-height: 170%;
}
.cautionList li .txt{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}

.cautionListTxt{
  margin-bottom: 0;
}
.cautionListTxt li{
  position: relative;
  padding: 0 0 0 20px;
  color: #757575;
}
.cautionListTxt li:last-child{
  margin-bottom: 16px;
}
.cautionListTxt li span{
  position: absolute;
    left: 0;
  line-height: 170%;
}
.cautionListTxt li .txt{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}

.acc_box_tit{
  color: #14408F;
  font-size: 16px;
  font-weight: bold;
  margin: 8px 0;
  padding-bottom: 3px;
  border-bottom: 2px solid rgb(223, 223, 223);
}

.acc_txt.id_detail {
  font-size: 16px;
  font-weight: 400;
  color: #1d1b1a;
  background: rgb(250, 250, 250);
  padding: 16px 20px;
  margin: 0 0 16px 0;
  border-radius: 0.7rem;
}
.min{
  position: relative;
  padding: 0 0 0 20px;
  color: #757575;
  margin-bottom: 16px;
}
.cautionList_min{
  font-size: 12px;
  padding: 0;
  margin-bottom: 0.1em;
}
.cautionList_min li{
  position: relative;
  padding: 0 0 0 20px;
  color: #757575;
}
.cautionList_min span{
  position: absolute;
  left: 0;
  line-height: 170%;
}
.cautionList_min .txt{
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
p .acc_tit_sub{
  font-weight: 600;
}
.official_certificate{
  padding: 16px 0 0 0;
}


.orange{
  color: #EA6114;
}
.blue{
  color: #14408F;
}
.bold{
  font-weight: 700;
}

.btn,
.btnOrange,
.btnSub{
  text-align: center;
}
.btn a{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 8px 22px;
  background: #14408F;
  border: 1px solid #14408F;
  color: #FFF;
  border-radius: 100px;
  box-sizing: border-box;
}
.btn.faceBtn a{
    width: 208px;
}
.btnOrange a{
    display: inline-flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    padding: 0 22px;
    background: #EA6114;
    border: 1px solid #EA6114;
    color: #FFF;
    border-radius: 100px;
    box-sizing: border-box;
    height: 42px;
    align-items: center;
    justify-content: center;
}
.btnSub a{
    display: inline-flex;
    height: 42px;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    padding: 0 22px;
    background: transparent;
    border: 1px solid;
    color: #14408F;
    border-radius: 100px;
    box-sizing: border-box;
}
.btnSub:not(:last-child){
    margin-bottom: 16px;
}
.btn i,
.btnSub i,
.btnOrange i{
    margin-left: 4px;
}
.innerLink{
  color: #14408F;
  text-decoration: underline;
}

.acd{
  border-radius: 32px;
  border: 2px solid rgba(29, 27, 26, 0.12);
}
.acd dt{
    padding: 16px 60px 16px 24px;
    position: relative;
    cursor: pointer;
    font-weight: 700;
}
.acd dt span{
  position: absolute;
  right: 24px;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translate(0, -50%);
}
.acd dt span:before{
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  content: "";
  width: 12px;
  height: 2px;
  background-color: #141414;
}

.acd dt span:after{
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  left: calc(50% - 1px);
  top: 0;
  background-color: #141414;
  transition: 0.3s ease;
}
.acd dt.open span:after{
  transform: rotate(90deg);
}
.acd dd{
  display: none;
}
.acd dd .inner{
  border-top: 2px solid rgba(29, 27, 26, 0.12);
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  transition: 0.5s ease ;

}
.acd dt.open + dd .inner{
  transition: 0.5s ease 0.3s;
  opacity: 1;
}

/* SP */
@media screen and (max-width: 900px){
h2.logo {
    right: 16px;
    top: 16px;
    width: 88px;
}
h3{
    font-size: 20px;
    line-height: 170%;
    margin-bottom: 0;
}
h4{
  font-size: 16px;
}
h4 .icon {
  width: 22px;
  vertical-align: bottom;
}
.lead {
  font-size: 16px;
}
.txt{
  font-size: 14px;
}
.cautionList li .txt{
  font-size: 14px;
}
.cautionList li span{
  line-height: 140%;
}
.acd {
    border-radius: 16px;
}
.acd dt {
    font-size: 14px;
    padding: 16px 48px 16px 16px;
}
.acd dd .inner{
  padding: 16px;
}
.capList li .txt{
  font-size: 14px;
}
.btnOrange a {
    width: 100%;
}
.btn.faceBtn a {
    width: 151px;
}


}


/*==========================================
  titleBox
============================================*/
.titleBox{
    display: flex;
    position: relative;
    overflow: hidden;
    padding-bottom: 32px;
    border-radius: 72px 72px 0 0;
    background: rgba(0, 0, 0, 0.4);
}
.titleBox figure{
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 260px;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 72px 0;
}
.titleBox figure img{
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 260px;
  object-fit: contain;
  position: relative;
}

.titleBox .detail{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 40px;
  gap: 32px;
  color: #FFF;
}
.titleBox .detail h1{
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-shadow: 0px 0px 48px #FBC7AA;
}
.titleBox h2{
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 116%;
  position: relative;
}

/* SP */
@media (max-width: 900px) {
.titleBox {
  flex-wrap: wrap;
  padding-bottom: 16px;
  border-radius: 32px 32px 0 0;
}
.titleBox figure {
  width: 45%;
  aspect-ratio: 160 / 104;
  border-radius: 0 0 32px 0;
}
.titleBox figure .backblr{
  transform: translate(-50%, -50%) scale(1.3);
  filter: blur(20px);
}
.titleBox figure .backblr img{
  opacity: 0.8;
}
.titleBox .detail h1 {
  font-size: 20px;
  text-shadow: 0px 0px 32px #FBC7AA;
}
.titleBox .detail {
  width: 55%;
  padding: 16px 24px 16px 16px;

}
.titleBox h2 {
  color: #FFF;
  margin-top: 16px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  padding: 0 24px;
}


}

/*==========================================
  mainBox
============================================*/
.mainBox{
  display: flex;
  padding: 48px 64px 64px 64px;
  flex-direction: column;
  align-items: flex-start;
  gap: 56px;
  border-radius: 0 0 72px 72px;
  margin-bottom: 120px;
}
.mainBox .innerContent{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.mainBox .innerContent .txtBox{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mainBox .appBlock{
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px 48px;
  border: 1px solid #14408F;
  border-radius: 32px;
  box-shadow: 0px 0px 8px 0px rgba(29, 27, 26, 0.12) inset;
  margin-top: 16px;
}
.mainBox .appBlock .appName{

}
.mainBox .appBlock .appName dt{
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  color: #757575;
}
.mainBox .appBlock .appName dd{
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 116%;
}
.mainBox .appBlock .clm{
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.mainBox .appBlock .apptype{
  display: flex;
  align-items: center;
  gap: 24px;
}
.mainBox .appBlock .apptype dt{
    min-width: 56px;
    width: 100%;
    max-width: 80px;
    line-height: 0;
}
.mainBox .appBlock .apptype dt img{
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.05));
  border-radius: 16%;
}
.mainBox .appBlock .apptype dd{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}
.mainBox .appBlock .appdown{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.mainBox .appBlock .appdown li{

}
.mainBox .appBlock .appdown li a{
    display: block;
    height: 47px;
}
.mainBox .appBlock .appdown li.iphone a{
  aspect-ratio: 454/167;
}
.mainBox .appBlock .appdown li.android a{
  aspect-ratio: 270/80;
}
.mainBox .combiList{
  display: flex;
  flex-wrap: wrap;
  gap: 8px 32px;
  margin-top: 16px;
}
.mainBox .combiList:last-of-type{
  margin-top: 0;
}
.mainBox .combiList dt{
  width: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
}
.mainBox .combiList dt span{
  display: inline-block;
  width: 16px;
  line-height: 1.05em;
  margin: 0 8px 0 0;
}
.mainBox .combiList dt.valid{

}
.mainBox .combiList dt i{
  margin-right: 8px;
}
.mainBox .combiList dd{
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  display: flex;
  padding: 8px 16px;
  border-radius: 16px;
  background: #F5F5F5;
  
  width: calc(50% - 16px);
}
.mainBox .combiList dt.orange + dd{
  background: #FFF4F2;
}
.mainBox .combiList dd .combination{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 208px;
}
.mainBox .combiList dd .combiTit{
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
}
.mainBox .combiList dd .combiIcon{
    display: flex;
}
.mainBox .combiList dd .combiIcon img{
  width: auto;
  height: 40px;
}
.mainBox .tradeBlock{
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px;
  border: 2px solid #E5E5E5;
  border-radius: 32px;
  margin-top: 56px;
}
.mainBox .tradeBlock .innerGroup{
  display: flex;
  flex-direction: column;
  gap: 8px
}
.mainBox .tradeBlock .innerGroup h4{
  margin-bottom: 8px;
}
.mainBox .tradeBlock .tit{
  max-width: 336px;
}
.mainBox .tradeBlock .turm{
  font-family: "Outfit", sans-serif;
  padding: 8px 16px;
  border-radius: 16px;
  background: #FAFAFA;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
.mainBox .tradeBlock .turm span{
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
/* SP */
@media screen and (max-width: 900px){
.mainBox {
  padding: 40px 24px 32px;
  gap: 48px;
  border-radius: 0 0 32px 32px;
  margin-bottom: 72px;
}
.mainBox .appBlock {
  padding: 24px 24px 32px;
}
.mainBox .appBlock .clm {
    display: block;
}
.mainBox .appBlock .appName dt {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
.mainBox .appBlock .appName dd {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
}
.mainBox .appBlock .apptype {
  margin-bottom: 16px;
  gap: 16px;
}
.mainBox .appBlock .apptype dt {
  width: 56px;
}
.mainBox .appBlock .apptype dt img {
    border-radius: 8px;
}
.mainBox .appBlock .apptype dd {
  width: calc(100% - 56px);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.mainBox .combiList{
  gap: 16px;
}
.mainBox .combiList dd {
  width: 100%;
  margin: 0;
}
.mainBox .combiList dd .combiTit{
    font-size: 12px;
}
.mainBox .tradeBlock {
  margin-top: 32px;
  padding: 24px 16px;
  gap: 24px
}
.mainBox .tradeBlock .innerGroup{
  display: flex;
  flex-direction: column;
  gap: 8px
}
.mainBox .tradeBlock .tit {
  max-width: 154px;

}
.mainBox .tradeBlock .turm {
  font-size: 16px;
  font-weight: 500;
}
.mainBox .tradeBlock .turm span{
  font-size: 14px;
}
.mainBox .tradeBlock .btnSub {

}

}

/*==========================================
  linksBox
============================================*/
.linksBox{
  display: flex;
  padding: 48px 64px 48px 64px;
  flex-direction: column;
  align-items: flex-start;
  gap: 56px;
  border-radius: 72px;
  margin-bottom: 120px;
  box-shadow: none;
}
.linksBox .innerContent{
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.linksBox .tit{
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.linksBox .txt{
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; 
}

/* SP */
@media screen and (max-width: 900px){
.linksBox {
  padding: 48px 24px;
  border-radius: 32px;
  margin-bottom: 144px;
}
.linksBox .innerContent{
  gap: 16px;
}
.linksBox .tit {
  font-size: 20px;
}
.linksBox .txt {
  font-size: 14px;
}
}

/*==========================================
  infomationBox
============================================*/
.infomationBox{
    width: calc(100% + 144px);
    max-width: calc(100% + 144px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 56px;
    margin-bottom: 0;
    margin-left: -72px;
    padding: 72px;
    background: #FAFAFA;
    box-shadow: none;
}
.infomationBox .innerContent{
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.infomationBox .tit{
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  margin-bottom: 40px;
}
.infomationBox .contactBlock{
    display: flex;
    justify-content: center;
    gap: 16px;
}
.infomationBox .contactBlock a{
  width: 100%;
  max-width: 400px;
  padding: 16px;
  background: #FFF;
  border-radius: 16px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
}
.infomationBox .contactBlock .contactType{
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  position: relative;
  width: 100%;
  margin-bottom: 8px;
  color: #EA6114;
}
.infomationBox .contactBlock .contactType span{
  position: absolute;
  border-top: 2px solid;
  border-right: 2px solid;
  width: 8px;
  height: 8px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}
.infomationBox .contactBlock .serviceName{
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 4px;
}
.infomationBox .contactBlock .txt{
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

/* SP */
@media screen and (max-width: 900px){
.infomationBox {
  width: calc(100% + 32px);
  margin-left: -16px;
  padding: 72px 16px;
}
.infomationBox .tit {
  font-size: 22px;
  margin-bottom: 16px;
}
.infomationBox .contactBlock {
  flex-direction: column;
  align-items: center;
}
}

/*==========================================
  footer
============================================*/
footer{
  padding: 72px 50px 70px;
  background: #FFF;
  position: relative;
}
footer .snsBlock{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 136px;
}
footer .snsTit{
  width: 100%;
  font-size: 32px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  margin-bottom: 10px;
  text-align: center;
}
footer .snsBtn{
  display: flex;
  justify-content: center;
  gap: 16px;
}
footer .snsBtn li{

}
footer .snsBtn li a{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .snsBtn li a._facebook {
  background: #2680eb;
}
footer .snsBtn li a._twitter {
  background: #000;
}
footer .snsBtn li a._line {
  background: #00b900;
}
footer .snsBtn li a i{
  display: inline-block;
  align-self: center;
  width: 32px;
  height: 32px;
}
footer .snsBtn li a i._iconFacebook{
  background: url(../img/icon_facebook.png) no-repeat 50% 50%;
  background-size: contain;
}
footer .snsBtn li a i._iconTwitter {
  background: url(../img/icon_twitter.png) no-repeat 50% 50%;
  background-size: contain;
}
footer .snsBtn li a i._iconLine{
  background: url(../img/icon_line.png) no-repeat 50% 50%;
  background-size: contain;
}
footer .footerNav{

}
footer .footerNavList{
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 46px;
}
footer .footerNavList li{
  position: relative;
}
footer .footerNavList li:not(:first-child):before{
  content: "";
  position: absolute;
  display: block;
  height: 15px;
  width: 1px;
  background: #E5E5E5;
  left: -16px;
  top: calc(50% - 5px);
}
footer .footerNavList li a{
  color: #757575;
  font-size: 11px;
}
footer .footerLogo{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
footer .footerLogo a{
  line-height: 0;
  width: 180px;
  margin-bottom: 8px;
}
footer .footerLogo .credit{
  display: block;
  font-size: 12px;
  text-align: right;
  font-family: "Outfit", sans-serif;
  color: #757575;
  padding-right: 10px;
}

/* SP */
@media (min-width: 768px) {
  br.u-brSP {
    display: none;
  }
}
@media screen and (max-width: 900px){
footer {
  padding: 72px 20px 54px;
}
footer .snsBlock {
    margin-bottom: 64px;
}
footer .snsTit {
    font-size: 35px;
}
footer .footerNavList {
  flex-direction: column;
  gap: 0;
  margin-bottom: 20px;
}
footer .footerNavList li a{
  display: block;
  border-bottom: 1px solid #E5E5E5;
  padding: 7px 15px;
  font-size: 12px;
}
footer .footerNavList li:not(:first-child):before {
  content: none;
}
footer .footerLogo a {
  width: 220px;
}
footer .footerLogo .credit {
  font-size: 13px;
  font-weight: 300;
}
}
