@charset "utf-8";

/*---------------------------------
	pc(tablet)・sp　切り替え
----------------------------------*/
/* sp */
@media (max-width: 767px) {
  .pc-on {
    display: none;
  }
  .tab-on {
    display: none;
  }
  .sp-on {
    display: block;
  }
}

/*pc・tablet*/ 
@media (min-width: 768px) {
  .pc-on {
    display: block;
  }
  .tab-on {
    display: none;
  }
  .sp-on {
    display: none;
  }
}

/* tablet only */
@media (min-width: 768px) and (max-width: 991px) {
  .tab-on {
    display: block;
  }
}


/*---------------------------------
	共通　PCファースト
----------------------------------*/
body{
	font-family: "Noto Sans JP", sans-serif,"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Yu Gothic", "Yu Gothic medium", "Arial", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	color: #393E41;
	margin: 0 auto;/*MV中央揃え*/
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

a{	
	text-decoration: none;
	color: inherit;
}
a:hover{
	color: inherit;
}
a:link, a:visited, a:hover, a:active, a:focus{
	text-decoration: none;
}

h1,
h2,
h3,
h4,
ul,
ol,
dl,
dt,
dd,
p,
figure{
	margin:0;
	padding:0;
}

ul,
ol{
	list-style-type: none;
}

button:focus {
	outline: none;
}
		


.red{
	color: #B80E0B;
}



/*  見出し
-------------------------------*/
.title-h2{
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	margin: 0 auto 30px;
}

.title-h2 .heading-img img{
	max-width: 48%;
}


.title-h2 .heading-text{
	letter-spacing: 0;
	font-size: 18px;
	margin: 10px 0 0;
}

.title-h3{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin: 0 auto 30px;
}
.title-h4{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.title-h2 span{
	display: block;
	font-weight: bold;
	line-height: 1.5;
}


@media (min-width:768px) {
	.title-h2{
		font-size: 40px;
		margin: 0 auto 30px;
	}
	.title-h2 .heading-img img{
		max-width: 100%!important;
	}
	.title-h2 .heading-text{
		font-size: 22px;
	}
	.title-h3{
		font-size: 20px;
	}
	.title-h4{
		font-size: 20px;
	}
}



/*  ボタン
-------------------------------*/
.link-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
	background: transparent -webkit-linear-gradient(6deg, #FE96AF 0%, #F0B57B 100%) 0% 0% no-repeat padding-box;
	background: transparent -o-linear-gradient(6deg, #FE96AF 0%, #F0B57B 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(96deg, #FE96AF 0%, #F0B57B 100%) 0% 0% no-repeat padding-box;
    border-radius: 100px;
    width: 100%;
	max-width: 278px;
    padding: 10px 30px 10px 30px;
    margin: 12px auto;
    line-height: 1.3;
    transition: opacity 0.3s;
}
.link-btn:hover {
    color: #fff;
	opacity: 0.7;
	text-decoration: none;
}

.link-btn small{
	font-size: 14px;
}


/*矢印アイコン*/
.link-btn:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
	z-index: 2;
    position: absolute;
	right: 1em;
	top: 50%;
	transform: translate(0, -50%);
    color: #fff;
	font-weight: bold;
	font-size: 16px;
}

/*各ボタン*/
@media (min-width: 768px) {
	.link-btn {
		font-size: 20px;
		max-width: 564px;
	}
	.link-btn small{
		font-size: 16px;
	}
	
	/*矢印アイコン*/
	.link-btn:before {
		font-size: 20px;
	}
}

/*　MV 
-------------------------------*/
h1.mv-area {
	width: 100%;
	text-align: center;
	margin: auto;
}


/*---------------------------------
	スクロール
----------------------------------*/
.kv-scroll {
    position: relative;
    text-align: center;
    right: 0;
    left: 0;
    top: -1vw;
    margin: auto;
    padding: 34px 0;
    opacity: 1;
    transition-delay: 0;
}

.kv-scroll-text {
    font-size: 12px;
    font-family: transat-text, sans-serif;
    font-weight: 500
}


.kv-scroll:after,
.kv-scroll:before {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background-color: #393E41;
    right: 0;
    left: 0;
    margin: 0 auto;
    position: absolute
}

.kv-scroll:before {
    top: 0;
    -webkit-animation: scroll-line-pc01 1.5s linear infinite normal;
    animation: scroll-line-pc01 1.5s linear infinite normal
}

.kv-scroll:after {
    top: 56px;
    -webkit-animation: scroll-line-pc02 1.5s linear infinite normal;
    animation: scroll-line-pc02 1.5s linear infinite normal;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}


@media screen and (max-width:768px) {
    .kv-scroll {
        padding: 18px 0;
		top: 0;
    }

    .kv-scroll:after,
    .kv-scroll:before {
        -webkit-animation: scroll-line-sp 1.5s linear infinite normal;
        animation: scroll-line-sp 1.5s linear infinite normal
    }

    .kv-scroll:before {
        -webkit-animation: scroll-line-sp01 1.5s linear infinite normal;
        animation: scroll-line-sp01 1.5s linear infinite normal
    }

    .kv-scroll:after {
        top: 40px;
        -webkit-animation: scroll-line-sp02 1.5s linear infinite normal;
        animation: scroll-line-sp02 1.5s linear infinite normal;
        -webkit-animation-delay: .1s;
        animation-delay: .1s
    }
}


/*アニメーション　pc時とsp時*/
@-webkit-keyframes scroll-line-pc01 {
    0% {
        height: 0
    }
    30% {
        height: 30px
    }
    to {
        height: 30px
    }
}
@-webkit-keyframes scroll-line-pc02 {
    0% {
        height: 0
    }
    20% {
        height: 0
    }
    45% {
        height: 30px
    }
    90% {
        height: 30px
    }
    90.1% {
        height: 0
    }
    to {
        height: 0
    }
}
@-webkit-keyframes scroll-line-sp01 {
    0% {
        height: 0
    }
    30% {
        height: 14px
    }
    to {
        height: 14px
    }
}

@-webkit-keyframes scroll-line-sp02 {
    0% {
        height: 0
    }
    20% {
        height: 0
    }
    45% {
        height: 14px
    }
    90% {
        height: 14px
    }
    90.1% {
        height: 0
    }
    to {
        height: 0
    }
}

@keyframes scroll-line-pc01 {
    0% {
        height: 0
    }
    30% {
        height: 30px
    }
    to {
        height: 30px
    }
}



@keyframes scroll-line-pc02 {
    0% {
        height: 0
    }
    20% {
        height: 0
    }
    45% {
        height: 30px
    }
    90% {
        height: 30px
    }
    90.1% {
        height: 0
    }
    to {
        height: 0
    }
}

@keyframes scroll-line-sp01 {
    0% {
        height: 0
    }
    30% {
        height: 14px
    }
    to {
        height: 14px
    }
}

@keyframes scroll-line-sp02 {
    0% {
        height: 0
    }
    20% {
        height: 0
    }
    45% {
        height: 14px
    }
    90% {
        height: 14px
    }
    90.1% {
        height: 0
    }
    to {
        height: 0
    }
}


/*---------------------------------
	ページ内ナビ
----------------------------------*/
#Navi .wrap-text {
    text-align: center;
    font-weight: bold;
	margin: 20px auto 30px;
}

#Navi .wrap-text p{
    font-size: 15px;
}

/*スマホ時*/
.page-nav {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap; /*折り返す*/
}

.page-nav > li{
	margin-right: 2%;
}
.page-nav > li:last-of-type {
	margin-right: 0;
}

.page-nav > li:nth-of-type(1) {
	width: 40%;
}
.page-nav > li:nth-of-type(2) {
	width: 26%;
}
.page-nav > li:nth-of-type(3) {
	width: 30%;
}


.page-nav > li a {
	display: block;
	position: relative;
	z-index: 3;
	background: transparent -webkit-linear-gradient(11deg, #F9A8A8 0%, #F0B57B 100%) 0% 0% no-repeat padding-box;
	background: transparent -o-linear-gradient(11deg, #F9A8A8 0%, #F0B57B 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(101deg, #F9A8A8 0%, #F0B57B 100%) 0% 0% no-repeat padding-box;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 5px 20px 5px;
	border-radius: 100px;
	border: none;
	margin: 0;
	transition: 0.3s;
}


.page-nav > li:nth-of-type(2) a {
	background: transparent -webkit-linear-gradient(11deg, #FADB74 0%, #99EEC2 100%) 0% 0% no-repeat padding-box;
	background: transparent -o-linear-gradient(11deg, #FADB74 0%, #99EEC2 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(101deg, #FADB74 0%, #99EEC2 100%) 0% 0% no-repeat padding-box;
}
.page-nav > li:nth-of-type(3) a {
	background: transparent -webkit-linear-gradient(10deg, #A8CFDF 0%, #B3B5F7 100%) 0% 0% no-repeat padding-box;
	background: transparent -o-linear-gradient(10deg, #A8CFDF 0%, #B3B5F7 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(100deg, #A8CFDF 0%, #B3B5F7 100%) 0% 0% no-repeat padding-box;
}

.page-nav > li a::before {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	right: 0;
    bottom: 2px;
    left: 0;
}

/* hover */
.page-nav > li a:hover {
	text-decoration: none;
	opacity: 0.8;
	transition: 0.3s;
}


/*PC時*/
@media (min-width: 768px) {
	#Navi .wrap-text{
	    margin: 20px auto 70px;
	}

	#Navi .wrap-text p{
		font-size: 20px;
	}
	.page-nav {
		max-width: 852px;
		flex-wrap: nowrap; /*折り返さない*/
	}
	.page-nav > li:nth-of-type(1),
	.page-nav > li:nth-of-type(2),
	.page-nav > li:nth-of-type(3){
		width: calc((100% - 4%) / 3);
		max-width: 276px;
		margin-right: 2%;
	}
	
	.page-nav > li a {
		font-size: 20px;
		padding: 15px 45px 15px 30px;
	}
	.page-nav > li a::before {
		font-size: 14px;
		right: 25px;
		left: inherit;
		top: 50%;
		transform: translate(0, -50%);
	}
}


/* tablet only */
@media (min-width: 768px) and (max-width: 991px) {
	#Navi .wrap-text p{
		font-size: 18px;
	}
	
	.page-nav > li a {
		font-size: 17px;
	}
	.page-nav > li a::before {
		right: 20px;
	}
}

/*---------------------------------
	section　Concept
----------------------------------*/
#Concept{
	background: url(/static/img/feature/ambassador/bg-concept-sp.jpg) no-repeat top 70px left / contain; 
}

#Concept .wrap-header{
	padding: 50px 0 0;
}

#Concept .title-h2 img{
	max-width: 48%;
}

#Concept .wrap-body{
	display: flex;
	justify-content: space-between;
	flex-direction: column-reverse;
}

#Concept .wrap-body .wrap-text p{
	font-size: 14px;
}

#Concept .wrap-body .wrap-text .sub{
	margin: 20px 0 20px;
}



/*PC時*/
@media (min-width: 768px) {
	#Concept{
		background: url(/static/img/feature/ambassador/bg-concept-pc.jpg) no-repeat top left / cover; 
	}

	#Concept .wrap-header{
		padding: 130px 0 0;
	}
	#Concept .title-h2{
		text-align: left;
	}
	#Concept .title-h2 img{
		max-width: 100%;
	}

	#Concept .wrap-body{
		flex-direction: row;
	}
	#Concept .wrap-body .wrap-text p{
		font-size: 16px;
	}
	#Concept .wrap-body .wrap-text .sub{
		margin: 30px 0 40px;
	}

	#Concept .wrap-body .wrap-img{
		position: relative;
		top: -130px;
		margin-left: 30px;
		max-width: 544px
	}
}


/* tablet only */
@media (min-width: 768px) and (max-width: 1199px) {
	#Concept .wrap-body .wrap-img{
		position: relative;
		top: 0;
		margin-left: 30px;
		max-width: 384px
	}
	.pc-on.tab-none{
		display: none;
	}
}



/*---------------------------------
	section　Benefits
----------------------------------*/
#Benefits{
	padding: 60px 0 0;
}

#Benefits .title-h2 img{
	max-width: 46%;
}

#Benefits .wrap-body {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}

#Benefits .wrap-support {
	width: 95%;
	text-align: center;
	margin: 0 auto;
}
#Benefits .wrap-support:nth-of-type(1) {
	background: url(/static/img/feature/ambassador/benefits-bg01-sp.svg) no-repeat top 30px center / contain;
}
#Benefits .wrap-support:nth-of-type(2) {
	background: url(/static/img/feature/ambassador/benefits-bg02-sp.svg) no-repeat top 40px center / contain;
}
#Benefits .wrap-support:nth-of-type(3) {
	background: url(/static/img/feature/ambassador/benefits-bg03-sp.svg) no-repeat top 30px center / contain;
}

/*title*/
#Benefits .wrap-support .title-h3 {
	font-size: 18px;
	line-height: 1.5;
}
#Benefits .wrap-support:nth-of-type(1) .title-h3 span{
	font-size: 26px;
}

#Benefits .wrap-support .wrap-text{
    padding: 10px 0 60px;
}	

#Benefits .wrap-support .wrap-text p{
	font-size: 12px;
	padding-top: 15px;
}	

/*下線*/
#Benefits .wrap-support .title-h3 {
	background: linear-gradient(transparent 60%, #FFFFA0 0%);
	display: inline;
}

/*ボタン*/
#Benefits .wrap-btn .link-btn {
	display: block;
	width: 100%;
	max-width: 305px;
}


@media (max-width: 343px) {
	#Benefits .wrap-support{
		width: 100%;
	}
	#Benefits .wrap-support .title-h3 {
		font-size: 5vw;
	}

	#Benefits .wrap-support .wrap-text p{
		font-size: 3vw;
	}
}

@media (min-width: 376px) {
	#Benefits .wrap-support .wrap-text{
		padding: 20px 0 90px;
	}	
	#Benefits .wrap-support .wrap-text p{
		padding: 20px 0 0;
	}
}


@media (min-width: 431px) {
	#Benefits .wrap-support {
		width: 80%;
	}
	#Benefits .wrap-support .wrap-text{
		padding: 20px 0 120px;
	}	
}

/*タブレット～PC*/
@media (min-width: 768px) {
	#Benefits .wrap-support {
		width: 53%;
	}
	
	#Benefits .wrap-support .wrap-text{
		padding: 20px 0 80px;
	}	
	
	/*ボタン*/
	#Benefits .wrap-btn {
		margin: 40px auto 0;
	}
	#Benefits .wrap-btn .link-btn {
		max-width: 564px;
	}
}

@media (min-width: 992px) {
	#Benefits .wrap-body {
		flex-wrap: nowrap;
	}
	
	#Benefits .wrap-support {
		width: 33%;
		padding-bottom: 80px;
	}
	#Benefits .wrap-support:nth-of-type(1) {
		background: url(/static/img/feature/ambassador/benefits-bg01.svg) no-repeat top 30px center / contain;
	}
	#Benefits .wrap-support:nth-of-type(2) {
		background: url(/static/img/feature/ambassador/benefits-bg02.svg) no-repeat top 40px center / contain;
		margin-top: 50px;
	}
	#Benefits .wrap-support:nth-of-type(3) {
		background: url(/static/img/feature/ambassador/benefits-bg03.svg) no-repeat top 20px center / contain;
	}
	
	/*title*/
	#Benefits .wrap-support .title-h3 {
		font-size: 20px;
	}
	#Benefits .wrap-support:nth-of-type(1) .title-h3 span{
		font-size: 30px;
	}
	#Benefits .wrap-support .wrap-text{
		padding: 20px 0 0;
	}	
	#Benefits .wrap-support .wrap-text p{
		padding: 20px 0 0;
		font-size: 14px;
	}
}

@media (min-width: 1200px){
	#Benefits{
		padding: 0;
	}

	#Benefits .wrap-support {
		width: 31%;
		padding-bottom: 80px;
	}
}

/*---------------------------------
	section　Requirements
----------------------------------*/
#Requirements {
    padding: 40px 0 130px;
	overflow: hidden;
}

#Requirements .title-h2 img{
	max-width: 73%;
}

#Requirements .wrap-body{
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
}

#Requirements .wrap-text{
	padding: 0 15px;
}

#Requirements .requirements-item{
	margin-bottom: 40px;
}

#Requirements dt{
	background: #A5E7C5;
	padding: 2px 20px;
	border-radius: 50px;
	width: 120px;
	text-align: center;
	margin: 0 auto 15px;
	font-size: 16px;
}

#Requirements .requirements-item:nth-of-type(2) dd{
	text-align: center;
}

#Requirements dd{
	font-size: 14px;
}

/*ドット*/
.list-dot{
	position: relative;
	padding-left: 15px;
}
.list-dot:before{
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}


/*注意書き*/
#Requirements .attention{
	position: relative;
	padding-left: 13px;
	font-size: 12px;
}
#Requirements .attention:before{
	content: "※";
	position: absolute;
    top: 0;
	left: 0px;
	display: block;
}


#Requirements .wrap-img{
	position: relative;
}
#Requirements .wrap-img img{
	border-radius: 15px;
}

#Requirements .wrap-img:before{
	content: "";
	position: absolute;
    bottom: -80px;
    right: -30px;
	display: block;
	width: 367px;
	height: 310px;
	background: url(/static/img/feature/ambassador/bg-requirements.svg) no-repeat bottom right /cover;
	z-index: -1;
}


@media (min-width: 768px) {
	#Requirements {
		padding: 80px 0 110px;
	}
}

@media (min-width: 992px) {
	#Requirements .wrap-body{
		justify-content: space-between;
	}

	#Requirements .title-h2{
		text-align: left;
	}
	#Requirements .title-h2 .heading-text{
		padding-left: 50px;
	}
	
	#Requirements .wrap-body{
		flex-wrap: nowrap;
	}
	
	#Requirements .wrap-text{
		padding-left: 50px;
		max-width: 650px;
	}	
	
	#Requirements dt{
		margin: 0 auto 15px 0;
		font-size: 18px;
	}

	#Requirements dd{
		font-size: 18px;
	}
	#Requirements .requirements-item:nth-of-type(2) dd{
		text-align: left;
	}
	#Requirements .attention{
		padding-left: 17px;
		font-size: 16px;
	}

	#Requirements .wrap-img{
		margin: -50px 0 0;
	}
	#Requirements .wrap-img:before{
        bottom: -50px;
        right: inherit;
        left: 10px;
		width: 582px;
		height: 490px;
	}
}

	
	
/*---------------------------------
	section　Schedule
----------------------------------*/
#Schedule{
	background: url(/static/img/feature/ambassador/bg-schedule-sp.svg) no-repeat top center / cover;
    padding: 70px 0 70px;
	margin-bottom: 50px;
}

#Schedule .title-h2 img{
	max-width: 51%;
}

#Schedule .flow-list{
	max-width: 564px;
	margin: 0 auto;
}

#Schedule .flow-item{
	position: relative;
	background: #fff;
	border: solid 2px #E3E3E3;
	border-radius: 10px;
	max-width: 564px;
	width: 100%;
	padding: 16px 30px 16px 30px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 14px;
}
#Schedule .flow-item:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 16px;
	height: 100%;
	background: #A8CFDF;
	border-radius: 8px 0 0 8px;
}

#Schedule .flow-item:after{
	content: "";
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 31px;
	height: 14px;
	background: url(/static/img/feature/ambassador/icon-triangle.svg) no-repeat top center /cover;
}
#Schedule .flow-item:last-of-type:after{
	background: none;
}

#Schedule .flow-item dt{
	width: 100%;
	margin-bottom: 5px;
}


#Schedule .flow-item .flow-item-inner{
    width: 100%;
}
#Schedule .flow-item .flow-item-inner dd a{
	position: relative;
    display: block;
    width: fit-content;
    margin: 10px 0 0 auto;
    font-size: 14px;
    color: #007bff;
    border-bottom: solid 1px #007bff;
	transition: opacity 0.3s;
}
#Schedule .flow-item .flow-item-inner dd a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    z-index: 2;
    position: absolute;
    right: -1em;
    top: 50%;
    transform: translate(0, -50%);
    color: #007bff;
    font-weight: bold;
    font-size: 14px;
}

#Schedule .flow-item .flow-item-inner dd a:hover{
	opacity: 0.7;
	transition: 0.3s;
}


@media (min-width: 768px) {
	#Schedule{
		background: url(/static/img/feature/ambassador/bg-schedule-pc.svg) no-repeat top center /cover;
		padding: 160px 0 0;
		min-height: 1150px;
	}
	#Schedule .flow-item{
		flex-wrap: nowrap;
		font-size: 16px;
	}
	#Schedule .flow-item dt{
		width: 140px;
	}
	#Schedule .flow-item .flow-item-inner{
		width: calc(100% - 150px);
	}

}


/*---------------------------------
	section　archive
----------------------------------*/
#Archive .title-h2 img{
	max-width: 41%;
}

#Archive .container{
/*	max-width: 100%;*/
	padding: 0;
}
#Archive .wrap-body{
	padding-left: 15px;
}

/*　Instagram Gallery
------------------------*/
#Archive .list-instragram{
	display: flex;
	flex-wrap: nowrap;
	overflow-x: scroll;
	margin-top: 50px;
}

#Archive .list-instragram li{
	margin-right: 20px;
}

#Archive .list-instragram li:last-of-type{
	margin-right: 15px;
}

/*
#Archive .list-instragram li:nth-of-type(1) iframe{
	min-width: 230px!important;
}
#Archive .list-instragram li:nth-of-type(2) iframe{
	min-width: 230px!important;
}
#Archive .list-instragram li:nth-of-type(3) iframe{
	min-width: 230px!important;
}
#Archive .list-instragram li:nth-of-type(4) iframe{
	min-width: 285px!important;
}
#Archive .list-instragram li:nth-of-type(5) iframe{
	min-width: 283px!important;
}
#Archive .list-instragram li:nth-of-type(6) iframe{
	min-width: 406px!important;
}
#Archive .list-instragram li:nth-of-type(7) iframe{
	min-width: 372px!important;
}
#Archive .list-instragram li:nth-of-type(8) iframe{
	min-width: 278px!important;
}
*/

/*
#Archive .list-instragram li:nth-of-type(1) iframe{
	min-width: 290px!important;
}
#Archive .list-instragram li:nth-of-type(2) iframe{
	min-width: 290px!important;
}
#Archive .list-instragram li:nth-of-type(3) iframe{
	min-width: 290px!important;
}
#Archive .list-instragram li:nth-of-type(4) iframe{
	min-width: 360px!important;
}
#Archive .list-instragram li:nth-of-type(5) iframe{
	min-width: 360px!important;
}
#Archive .list-instragram li:nth-of-type(6) iframe{
	min-width: 510px!important;
}
#Archive .list-instragram li:nth-of-type(7) iframe{
	min-width: 480px!important;
}
#Archive .list-instragram li:nth-of-type(8) iframe{
	min-width: 360px!important;
}
*/


/*
#Archive .list-instragram li iframe{
	pointer-events: none;
}
*/


/*ボタン*/
#Archive .wrap-btn{
	margin-top: 20px;
}

.link-btn.insta-btn{
	position: relative;
	background: #fff;
	color: #D32CCA;
	border: solid 3px #D32CCA;
	font-size: 16px;
	width: 100%;
	max-width: 305px;
	padding: 20px 70px 20px 30px;
}

.link-btn.insta-btn:before{
	content: "";
	position: absolute;
	top: 50%;
    transform: translate(0, -50%);
	right: 1.5em;
	margin: auto;
	display: block;
	width: 38px;
	height: 38px;
	background: url(/static/img/feature/ambassador/icon-insta.png) no-repeat top center /cover;
}


@media (min-width: 768px) {
	#Archive .container{
		padding: 0 15px;
	}
	#Archive .wrap-body{
		padding-left: 0;
	}
	
	.link-btn.insta-btn{
		border: solid 4px #D32CCA;
		font-size: 18px;
		max-width: 372px;
		padding: 25px 90px 25px 30px;
	}
	
	.link-btn.insta-btn:before{
		right: 2em;
		width: 49px;
		height: 49px;
	}
}


/*---------------------------------
	section　Contact
----------------------------------*/
#Contact{
	padding: 40px 0 120px;
    background: url(/static/img/feature/ambassador/bg-contact-sp.jpg) no-repeat top 120px center / contain;
}

#Contact .title-h2 img{
	max-width: 43%;
}
    
@media (min-width: 768px) {
	#Contact{
        padding: 100px 0 90px;
        background: url(/static/img/feature/ambassador/bg-contact-pc.jpg) no-repeat bottom center;
        min-height: 502px;
	}
	#Contact .wrap-btn{
        margin: 80px auto 0;
	}
	#Contact .link-btn{
        padding: 27px 30px;
	}
}


/*---------------------------------
	fixed btn
----------------------------------*/
/*コピーライトが隠れるのを防止*/
#section-footer{
	padding-bottom: 70px;
}

/*固定ボタン*/
.fixedBtn {
	opacity: 0;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 5;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0 auto;
	background: rgba(247,247,247,0.8);
	pointer-events: none;
}

.fixedBtn.is_visible{
  opacity: 1;
  pointer-events: all;
}

.fixedBtn .container{
	padding: 0;
}

.fixedBtn a:hover{
  text-decoration: none;
}

.fixedBtn a{
	display: block;
}