@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');


/* ------------- キャンペーンページ要素 ----------------- */

/** 共通 **/
* {
	font-family: 'Noto Sans JP', sans-serif;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
}
.sp-display { display: none;}
.pc-display { display: inline;}

.to_top {
	font-size: 1.4rem;
	text-align: right;
	padding: 0 20px;
}
.to_top a {
	color: #FFF;
}
#campaign {
	line-height: 1.4;
}
.fw-bold {
	font-weight: bold;
}
.fs-small {
	font-size: 1.4rem;
}
.fs-medium {
	font-size: 1.8rem;
}
.fs-large {
	font-size: 2.4rem;
}
.fc-red {
	color: #ff394c;
}
.fc-orange {
	color: #FF8000;
}
.fc-pink {
	color: #FF76A9;
}
.fc-green {
	color: #1DC3C1;
}
.bg-gray {
	background-color: #eee;
}
.bg-white {
	background-color: #fff;
}
.pd-side-10 {
	padding: 0 10px;
}
.mt-18 {
	margin-top: 18px;
}
.mt-36 {
	margin-top: 36px;
}
.mb-12 {
	margin-bottom: 12px;
}
.mb-18 {
	margin-bottom: 18px;
}
.ta-center {
	text-align: center;
}
.u-line {
	text-decoration: underline;
}
.marker-y {
	background: linear-gradient(transparent 70%, #F6FBA6 0%);
}
.cam-btn-red {
	color: #FFF;
	font-weight: 700;
	background-color: #ff394c;
	width: 320px;
	padding: 15px;
	font-size: 2.2rem;
	display: inline-block;
	border-radius: 40px;
	border-bottom: solid 6px rgba(0,0,0,.2);
}
.pc-none {
	display: none;
}
.markup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.markup::before,
.markup::after {
	content: '';
	display: block;
	height: 25px;
	width: 4px;
	background-color: #1dc3c2;
	margin: 0 12px;
}
.markup::before {
	-webkit-transform: skewX(30deg);
	transform: skewX(30deg);
}
.markup::after {
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
}
.campaign {
	position: relative;
}
.cam-end {
	position: absolute;
	top: 30%;
	left: 0;
	z-index: 100;
	width: 100%;
	text-align: center;
}
.cam-end p {
	font-size: 3.4rem;
	font-weight: bold;
	background-color: #FFF;
	border: 6px solid #2D3C68;
	border-radius: 10px;
	padding: 30px 20px;
	width: 80%;
	display: inline-block;
	color: #2D3C68;
}

/*** メイン ***/
.main {
	background-color: #e5f1ee;
	background: -webkit-repeating-linear-gradient(-45deg,#E5F1EE 0,#E5F1EE 60px,#F1F7F6 60px,#F1F7F6 120px);
    background: -o-repeating-linear-gradient(-45deg,#E5F1EE 0,#E5F1EE 60px,#F1F7F6 60px,#F1F7F6 120px);
    background: repeating-linear-gradient(-45deg,#E5F1EE 0,#E5F1EE 60px,#F1F7F6 60px,#F1F7F6 120px);
	text-align: center;
}
.main-inner {
	position: relative;
	top: 0;
	left: 0;
	margin: auto;
}
.main h1 {
	padding: 35px 0 0 0;
	max-width: 1225px;
	margin: auto;
}
.main h1 img {
	vertical-align: bottom;
	width: 100%;
}
.main h1 img.sp {
	display: none;
}

.campaign-during {
	font-size: 2.6rem;
	font-weight: bold;
	padding: 10px 8px;
	background-color: #D93600;
	text-align: center;
	color: #FFF;
	line-height: 1.5;
	position: relative;
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 589px;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(23, 148, 207, 0.18);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 50%;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}



/*** ページ内リンク  ***/
.page-link {
	background-color: #45C6C4;
	padding: 15px 10px 15px 10px;
	font-size: 2rem;
}
.page-link ul {
	max-width: 700px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-link ul li {
	padding: 0 15px;
}
.page-link ul a {
	color: #FFF;
	position: relative;
	display: inline-block;
	padding-right: 15px;
	font-weight: 600;
}
.page-link ul a:before {
  content: '';
  width: 16px;
  height: 16px;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -5px;
  margin-top: -7px;
}
.page-link ul a:after {
  content: '';
  width: 7px;
  height: 7px;
  border: 0;
  border-bottom: solid 2px #45C6C4;
  border-right: solid 2px #45C6C4;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
  transform: rotate(45deg);
}

/*** リード文 ***/
.read {
	text-align: center;
	padding: 70px 15px 70px 15px;
	background-color: #FFF;
	position: relative;
}
.read p {
	font-size: 2.8rem;
	line-height: 1.6;
	font-weight: 600;
	color: #2D3C68;
}
.read p span {
	font-size: 4rem;
	font-weight: 600;
}

/*** アズカリとは ***/
.about {
	text-align: center;
	background-color: #FFF;
	padding-bottom: 100px;
}
.about-ttl {
	margin-bottom: 20px;
}
.accordion {
	border: 2px solid #1DC3C2;
	max-width: 1000px;
	margin: auto;
	border-radius: 10px;
}
.accordion-wrapper {

}
.accordion-title {
	padding: 26px 60px;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
	transition: 0.2s;
	font-size: 3rem;
	font-weight: bold;
	color: #1DC3C2;
}
.accordion-title.cont--open {
	background-color: #F1F7F6;
	border-radius: 10px 10px 0 0;
}

.accordion-title::before {
	content: '＋';
	display: inline-block;
	margin: 0 10px;
	background-color: #1dc3c2;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	color: #FFF;
}
.accordion-title.cont--open::before {
	content: '－';
	display: inline-block;
}
.accordion-cont {
	box-sizing: border-box;
	display: none;
	overflow: hidden;
	padding: 30px 45px 45px 45px;
	color: #444;
}
.ribbon {
	display: inline-block;
	position: relative;
	height: 70px;
	line-height: 70px;
	text-align: center;
	padding: 7px 0;
	font-size: 3rem;
	background: #31BDBB;
	color: #FFF;
	box-sizing: border-box;
	margin: 70px 0 40px 0;
}
.ribbon h3 {
	margin: 0;
	padding: 0 50px;
	border-top: dashed 2px rgba(255, 255, 255, 0.5);
	border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
	line-height: 52px;
	font-weight: 500;
}
.ribbon:before,
.ribbon:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}
.ribbon:before {
	top: 0;
	left: 0;
	border-width: 35px 0px 35px 15px;
	border-color: transparent transparent transparent #F9F8D6;
	border-style: solid;
}
.ribbon:after {
	top: 0;
	right: 0;
	border-width: 40px 15px 40px 0px;
	border-color: transparent #F9F8D6 transparent transparent;
	border-style: solid;
}
.about-inner {
	background-color: #FFF;
	padding: 40px;
	max-width: 1000px;
	margin: auto;
	border-radius: 30px;
}
.about-inner h4 span span {
	font-size: 3.6rem;
	font-weight: 600;
}
.about-point {
	padding: 30px 0 0 0;
	display: flex;
	max-width: 800px;
	margin: auto;
}
.about-point li:first-child img {
	width: 400px;
}
.about-point li:last-child {
	text-align: left;
	padding-left: 30px;
	padding-top: 25px;
}
.about-point li:last-child p {
	font-weight: 700;
	font-size: 2rem;
}
.about-point li:last-child span {
	font-weight: 700;
	font-size: 2.4rem;
}
.about-point li:last-child .az-point {
	font-size: 1.8rem;
	color: #FFF;
	padding: 0 15px;
	background-color: #31BDBB;
	display: inline-block;
	margin-top: 30px;
	margin-right: 10px;
}
.about-point li:last-child .small-symbol {
	font-size: 1rem;
}
.small-symbol-txt {
	font-size: 1.1rem;
	text-align: right;
	padding-right: 40px;
}
.about h4 {
	font-size: 2.6rem;
	font-weight: bold;
}
.about-dl-btn-wrap {
	background-color: #F5F5F5;
	margin-top:36px;
	padding: 10px 20px 20px 20px;
}
.about h5 {
	font-size: 2.6rem;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.about h5 span {
	font-size: 4rem;
}
.about-dl-btn {
	display: flex;
	max-width: 550px;
	margin: auto;
	justify-content: center;
}
.about-dl-btn li {
	padding: 0 15px;
}


/*** 募集要項 ***/
.campaign-detail-wrapper {
	padding: 70px 0 60px 0;
	background-color: #F5F5F5;
}
.detail-title {
	text-align: center;
	margin-bottom: 30px;
	font-size: 4rem;
	color: #1DC3C1;
	font-weight: 600;
	line-height: 1.1;
}
.detail-title span {
	font-family: 'Dancing Script', cursive;
	display: block;
	color: #888888;
	font-size: 2.2rem;
	font-weight: bold;
}
.campaign-detail-box {
	max-width: 1000px;
	margin: auto;
	background-color: #FFF;
	padding: 20px;
}
.tab-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
}
.tab-wrap:after {
	content: '';
	width: 100%;
	height: 7px;
	background: #FFFF00;
	display: block;
	order: -1;
}
.tab-label {
	color: #FFF;
	background: #aaa;
	white-space: nowrap;
	text-align: center;
	padding: 18px .5em;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	flex: 1;
	font-size: 2rem;
	font-weight: bold;
}
.tab-label:not(:last-of-type) {
	margin-right: 5px;
}
.tab-content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
	background-color: #FFF;
	text-align: center;
}
.tab-switch:checked+.tab-label {
	background: #FFFF00;
	color: #000;
}
.tab-switch:checked+.tab-label+.tab-content {
	height: auto;
	overflow: auto;
	padding: 40px 15px;
	opacity: 1;
	transition: .5s opacity;
}
.tab-switch {
	display: none;
}
.campaign-detail-wrapper-cont {
	padding: 25px 20px;
	background-color: #fff;
	max-width: 1000px;
	margin: auto;
}
.campaign-section {
	text-align: left;
	line-height: 1.6;
	margin-bottom: 35px;
	font-size: 1.6rem;
}
h2.campaign-section-title {
	box-sizing: border-box;
	margin-bottom: 18px;
	padding: 8px 12px;
	font-size: 2rem;
	background-color: #F5F5F5;
	color: #444;
}
h2.campaign-section-title span {
	font-weight: 600;
	border-left: 4px solid #1DC3C1;
	padding-left: 10px;
}
.campaign-section-text {
	padding: 0 12px;
	color: #444;
}
.campaign-section-text.present {
	font-size: 2.2rem;
}
.campaign-section-subtext {
	font-size: 1.6rem;
}
.terms-list li a {
	display: block;
	padding: 10px;
	color: #0079ff;
	text-decoration: none;
	border-bottom: 1px solid #eee;
}
.terms-list li a:hover {
	color: #51A4FF;
}
.campaign-detail-wrapper-cont.terms {
	margin-top: 18px;
	font-size: 1.6rem;
	text-align: left;
	line-height: 1.5;
}
#footer {
	border-color: #ccc;
}

/*** 活動内容 ***/
.activity {
	display: flex;
	justify-content: space-between;
	color: #444;
}
.activity li {
	border: 3px double #1DC3C1;
	width: 100%;
	padding: 20px 30px;
	margin: 0 8px;
	flex: 1;
}
.activity li:first-child img {
	width: 110px;
	margin-right: 20px;
}
.activity li:last-child img {
	width: 300px;
}
.activity-ttl {
	font-size: 2.6rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
}
.activity-ttl span {
	font-weight: 700;
}
.activity-ttl span.marker-y {
	padding: 0 10px;
}
.activity-easy {
	font-size: 2.4rem;
	font-weight: 700;
	color: #1DC3C1;
	text-align: center;
}
.activity-hashtag {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.activity-hashtag div {
	text-align: center;
}
.activity-hashtag-box {
	position: relative;
	border: 2px solid #1DC3C1;
	padding: 12px;
	min-width: 250px;
}
.activity-hashtag-box span {
	position: absolute;
	top: -9px;
	right: 15px;
	display: inline-block;
	background-color: #26C9FF;
	color: #FFF;
	font-weight: bold;
	padding: 1px 8px;
}
.activity-hashtag-box p {
	color: #1DC3C1;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.2;
	display: inline-block;
	text-align: left;
}

/*** トップに戻るボタン ***/
.js-top-btn {
	width: 54px;
	height: 54px;
	position: fixed;
	right: 20px;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	color: #fff;
	background-color: #333;
	border-radius: 32px;
	opacity: .8;
}

/*** フィルター ***/
.filter{
	background:#fff;
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
	z-index:100;
	pointer-events: none;
}


/*** クーポン獲得ボタン ***/
.coupon_bt {
	text-align: center;
	padding: 45px 0 20px 0;
}


/*** Wプレゼント ***/
.w-present {
	text-align: center;
	overflow: hidden;
	padding-bottom: 20px;
}
.w-present-wrap {
}

/*** キャンペーン詳細はこちら ***/
.limit .campaign-section-text {
	font-size: 2.4rem;
	font-weight: bold;
	color: #FF3879;
}
.pre1-info,
.pre1-info a {
	font-weight: bold;
}
.giftcard {
	float: right;
	padding: 5px 8px 0 0;
}
.amazon-txt {
	font-size: 1rem;
	padding-top: 5px;
}


/*** 応募方法 ***/
.step {
	width: 100%;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
	list-style-type: none;
}
.step li {
	border: 4px solid #D7D7D7;
	padding: 10px;
	width: 100%;
}
.step li:nth-child(2) {
	margin: 0 4px;
}
.step .step-num {
	background-color: #31BDBB;
	font-weight: bold;
	padding: 3px;
	font-size: 1.8rem;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
}
.step .step1 img {
	width: 200px;
}
.step .step3 img {
	width: 250px;
}
.entry-step-box .follow_bt {
	text-align: center;
	padding: 10px 0 8px 0;
}
.entry-step-box .follow_bt a {
	background-color: #ff394c;
	font-weight: bold;
	color: #FFF;
	padding: 15px;
	display: inline-block;
	border-radius: 30px;
	border-bottom: 6px solid rgba(0, 0, 0, 0.2);
	font-size: 1.8rem;
	width: 50%;
}
.step-end {
	font-weight: bold;
	letter-spacing: 2px;
	padding: 4px 0 6px 0;
}
.step li img {
	vertical-align: bottom;
}
.step .step1-txt {
	font-size: 1.3rem;
}
.step a:hover {
	opacity: 0.7;
}
.step .step-sample-txt {
	font-size: 1.3rem;
	padding: 8px 10px;
	background-color: #EEE;
}
.inlineframe	{
	height: 200px;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #F9F9F9;
	border: 1px solid #E3E3E3;
	padding: 15px 10px;
}


/*** タブ ***/
.tabMenu {
	display: table;
	width: 100%;
	margin-top: 12px;
}
.tabMenu li {
	display: table-cell;
	width: 50%;
	padding: 24px 0 12px;
	cursor: pointer;
	color: #999;
	font-size: 2rem;
	text-align: center;
	border-bottom: 4px solid #ccc;
}
.tabMenu li:hover {
	background-color: #f6f6f6;
}
.tabMenu li.active {
	font-weight: bold;
	color: #006;
	border-bottom: 4px solid #006;
}
.tabContent {
	display: none;
}
.tabcontent a {
	color: #0079ff;
	text-decoration: none;
}
.tabContent.active {
	display: block;
}
.tabbox {
	margin-top: 10px;
	color: #333;
	font-size: 1.6rem;
}
.tabbox input {
	display: none;
}
.tab {
	display: inline-block;
	color: #FFF;
	font-weight: bold;
	transition: 0.3s;
	background-color: #CCC;
	width: 422px;
	text-align: center;
	padding: 10px 0 5px 0;
	line-height: 1.6;
	font-size: 2.4rem;
}
input:checked + .tab span span {
	color: #FFFF33;
}
.tab:hover {
	opacity: 0.7;
	cursor: pointer;
}
input:checked + .tab {
	position: relative;
	z-index: 10;
	opacity: 1;
	cursor: default;
	background-color: #FF8000;
}
.tabcontent {
	display: none;
	margin-top: -1px;
	padding: 5px 0 10px 0;
	position: relative;
	z-index: 0;
}
#tabcheck1:checked ~ #tabcontent1,
#tabcheck2:checked ~ #tabcontent2 {
	display: block;
	border-top: 8px solid #FF8000;
}


/*** STEP ***/
.entry-step-box {
	border: 2px solid #1DC3C1;
	position: relative;
	padding: 20px 20px 20px 80px;
	margin-top: 8px;
}
.entry-step {
	background-color: #1DC3C1;
	color: #FFF;
	font-weight: 600;
	padding: 7px 0 0 0;
	margin-bottom: 10px;
	font-size: 2.6rem;
	display: table-cell;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 1.1;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: 0;
}
.entry-step span {
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
}
.entry-step-ttl {
	font-weight: 600;
	padding-bottom: 10px;
	font-size: 2rem;
	color: #444;
}
.entry-step-txt {
	color: #444;
}
.entry-step-box.flow {
	border: 2px solid #FF7C81;
}
.entry-step-box.flow .entry-step {
	background-color: #FF7C81;
}
.entry-capture {
	margin-top: 25px;
}
.entry-capture li {
	display: table-cell;
	vertical-align: top;
	padding: 0 10px;
	text-align: center;
}
.entry-capture li p {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 6px;
	color: #1dc3c1;
}
div.entry-capture {
	text-align: center;
}
.entry-input-box {
	margin-top: 28px;
	display: inline-block;
	padding: 10px;
	background-color: #FFFAE9;
}
.entry-capture img {
	width: 80%;
	border: 6px solid #EEE;
}
.entry-input-wrap {
	display: inline-block;
	margin: 6px 0 8px 25px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #FF8000;
}
.arrow {
	line-height: 0;
	margin: 0;
	padding: 0;
}
.arrow img {
	width: 30px;
}


/*** マンガで分かる！活用シーン ***/
.comic {
	background-color: #FFF;
	padding: 70px 0 50px 0;
	color: #444;
}
.comic h4 {
	margin-bottom: 40px;
	font-size: 3.2rem;
	text-align: center;
}
.comic h4 span {
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.comic h4 span::before,
.comic h4 span::after {
	content: '';
	width: 3px;
	height: 30px;
	background-color: #333;
}
.comic h4 span::before {
	margin-right: 20px;
	transform: rotate(-35deg);
}
.comic h4 span::after {
	margin-left: 20px;
	transform: rotate(35deg);
}
.comic h4 span.sp {
	display: none;
}
.comic-carousel {
	max-width: 1000px;
	margin: auto;
	padding: 0 10px 20px 10px;
}
.comic-carousel a {
	margin: 0 8px;
}
.comic-carousel-inner {
	background-color: #FBFAEE;
	padding: 12px 12px 16px 12px;
	border: 4px double #E3E3E3;
	border-radius: 5px;
}
.comic-img-wrap img {
	width: 100%;
	filter: drop-shadow(1px 1px 1px #999);
}
.comic-carousel .comic-title {
	font-weight: bold;
	font-size: 1.8rem;
	color: #222;
	padding: 15px 5px 7px 5px;
	letter-spacing: -0.05em
}
.comic-carousel .slick-dots {
	padding-top: 20px;
	height: 30px;
}
.comic-carousel .slick-dots li button {
	background: #CCC;
	border-radius: 50%;
	width: 10px;
	height: 10px;
}
.comic-carousel .slick-dots li.slick-active button {
	background: #999;
}
.comic-list-category {
	text-align: right;
}
.comic-list-category span {
	display: inline-block;
	padding: 4px 10px;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.2;
}
.category-illustration {
	background-color: #33c46c;
}
.category-handmade {
	background-color: #c1a062;
}
.category-favorite {
	background-color: #e658b5;
}
.category-doujin {
	background-color: #4587ee;
}
.category-vtube {
	background-color: #f78039;
}
.category-liver {
	background-color: #fd7884;
}


/*** 今すぐ無料ダウンロード ***/
.download-btn {
	text-align: center;
}
.download-btn.bottom {
	background: linear-gradient(to top right, #D6F2FD, #FFFAD5);
}
.download-btn-inner {
	background: url("/ambassador/04/img/download_bg1.png") no-repeat 50% 0;
	height: 429px;
	width: 911px;
	margin: auto;
	position: relative;
	top: 0;
	left: 0;
}
.download-btn.bottom .download-btn-inner {
	background: url("/ambassador/04/img/download_bg2.png") no-repeat 50% 0;
}
.download-btn ul {
	display: table;
	width: 400px;
	margin: auto;
	position: absolute;
	bottom: 85px;
	left: 15px;
}
.download-btn ul li {
	display: table-cell;
	padding: 10px;
}
.download-btn ul li img {
	width: 100%;
}
.download-az-bt {
	position: absolute;
	top: 30px;
	left: 529px;
}


/*** プヨッとした動き ***/
.puyon {
  animation: puyon 1.0s linear 0s 1;
}
@keyframes puyon {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  40%  { transform: scale(0.95, 1.2) translate(0%, -10%); }
  50%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
  60%  { transform: scale(0.95, 1.05) translate(0%, -3%); }
  70%  { transform: scale(1.05, 0.95) translate(0%, 3%); }
  80%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}

/*** コピーライト ***/
.copyright {
	color: #888;
	text-align: center;
	padding: 50px 0;
	font-size: 1.4rem;
}
.copyright-txt {
	font-weight: bold;
}
.copyright a.back-btn {
	color: #888;
	font-weight: bold;
	padding: 15px 80px;
	display: inline-block;
	border-radius: 30px;
	background-color: #EEE;
	font-size: 2rem;
	margin-bottom: 20px;
}


/* =======================================
 responsive・・・ SP用の記述
 ======================================= */

@media screen and (max-width: 768px) { 
	.cam-end {
		top: 15%;
	}
	.cam-end p {
		font-size: 2rem;
		border: 4px solid #2D3C68;
	}
	.main {
		background-color: #e5f1ee;
		background: -webkit-repeating-linear-gradient(-45deg,#E5F1EE 0,#E5F1EE 40px,#F1F7F6 40px,#F1F7F6 80px);
	    background: -o-repeating-linear-gradient(-45deg,#E5F1EE 0,#E5F1EE 40px,#F1F7F6 40px,#F1F7F6 80px);
	    background: repeating-linear-gradient(-45deg,#E5F1EE 0,#E5F1EE 40px,#F1F7F6 40px,#F1F7F6 80px);
		text-align: center;
	}
	.main h1 {
	    padding: 0;
	}
 	.main h1 img {
 		width: 100%;
 	}
 	.main h1 img.pc {
		display: none;
	}
	.main h1 img.sp {
		display: block;
	}
	.circles{
	    height: 68%;
	}
	.campaign-during {
		font-size: 1.7rem;
	}
	.markup::before,
	.markup::after {
		width: 3px;
		height: 18px;
	}
	.pc-none {
		display: inline;
	}
	.sp-none {
		display: none;
	}
	.page-link {
		font-size: 1.2rem;
		padding: 8px;
	}
	.page-link ul li {
		padding: 5px 7px;
	}
	.page-link ul a::before {
		width: 14px;
		height: 14px;
		right: -2px;
		margin-top: -6px;
	}
	.page-link ul a::after {
	    width: 6px;
	    height: 6px;
	    right: 2px;
	    margin-top: -3px;
    }
    .read {
    	padding: 30px 15px 25px 15px;
    }
    .read p {
    	font-size: 1.4rem;
    }
    .read p span {
    	font-size: 2rem;
    }
	 .read p.mt-36 {
		margin-top: 20px;
	}
    .ribbon {
    	height: 60px;
		line-height: 60px;
		margin: 60px 0 30px 0;
    }
    .ribbon::before {
    	border-width: 30px 0px 30px 15px;
    }
    .ribbon h3 {
		font-size: 2.6rem;
		margin-bottom: 20px;
		padding: 0 40px;
		border-top: dashed 2px rgba(255, 255, 255, 0.5);
		border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
		line-height: 42px;
		font-weight: 500;
	}
	.about {
		padding-bottom: 40px;
	}
	.about-ttl {
		margin-bottom: 10px;
	}
	.about-ttl img {
		width: 85%;
	}
	.about-point {
		display: block;
		padding: 20px 0 0 0;
	}
	.about-point li:first-child img {
		width: 85%;
	}
	.about-inner {
		padding: 25px 15px 35px 15px;
		margin: 0 15px;
		border-radius: 20px;
	}
	.about-point li:last-child {
		padding-left: 7%;
		padding-top: 0;
	}
	.about-point li:last-child .az-point {
		margin-top: 15px;
		font-size: 1.2rem;
	}
	.about-point li:last-child p {
		font-size: 1.6rem;
	}
	.about-point li:last-child span {
		font-size: 1.8rem;
	}
	.about h4 {
		font-size: 1.8rem;
	}
	.about h4 span span {
		font-size: 2.4rem;
	}
	.about::after {
		border-width: 35px 50vw 0 50vw;
	}
	.small-symbol-txt {
		margin-top: 20px;
		font-size: 1rem;
		padding-right: 15px;
	}
	.about h5 {
		font-size: 1.6rem;
		margin: 0 0 10px 0;
	}
	.about h5 span {
		font-size: 3rem;
	}
	.about-dl-btn {
		padding: 0 12px;
	}
	.about-dl-btn li {
		padding: 0 3px;
	}
	.about-dl-btn img {
		width: 100%;
	}
	.cam-btn-red {
		font-size: 1.8rem;
	}
	h2.campaign-section-title {
		font-size: 1.6rem;
	}
	.campaign-detail-box {
		padding: 10px;
		margin: 0 10px;
	}
	.campaign-detail-wrapper {
		padding: 40px 0 25px 0;
	}
	.campaign-detail-wrapper-cont {
		width: 96%;
		padding: 10px;
	}
	.campaign-section {
		font-size: 1.4rem;
	}
	.tab-label {
		font-size: 1.4rem;
	}
	.tab-switch:checked + .tab-label + .tab-content {
		padding: 25px 15px;
	}
	.accordion {
		margin: 0 15px;
	}
	.accordion-cont {
		padding: 20px 10px;
	}
	.accordion-title {
		padding: 17px 10px;
		font-size: 2rem;
	}
	.accordion-title::before {
	    height: 28px;
	    width: 28px;
	    line-height: 1.3;
	}
	.about-dl-btn-wrap {
		padding: 10px;
		margin-top: 20px;
	}
	.campaign-section-text {
		padding: 0 5px;
		font-size: 1.4rem;
	}
	.attention.inlineframe .campaign-section-text {
		font-size: 1.2rem;
	}
	.step {
		display: block;
	}
	.step img {
		width: 80%;
	}
	.step p {
		text-align: left;
	}
	.step li:nth-child(2) {
		margin: 10px 0;
	}
	.step .step-num {
		font-size: 1.8rem;
		text-align: center;
	}
	.step .step1 img {
		width: 170px;
	}
	.step .step3 img {
		width: 190px;
	}
	.entry-step-box {
		padding: 10px 10px 10px 60px;
	}
	.entry-step-ttl {
		font-size: 1.6rem;
		line-height: 1.4;
	}
	.entry-step {
		height: 50px;
		width: 50px;
		font-size: 2rem;
		padding-top: 5px;
	}
	.entry-step-box .follow_bt a {
		width: 100%;
	}
	.activity {
		display: block;
	}
	.activity li {
		padding: 15px 20px;
		margin: 0 0 10px 0;
	}
	.activity li:first-child img {
	    max-width: 92%;
	}
	.activity li:last-child img {
	    width: 75%;
	}
	.activity-ttl {
		font-size: 2.2rem;
	}
	.activity-easy {
		font-size: 1.8rem;
	}
	.activity-hashtag div {
		width: 100%;
	}
	.activity-hashtag-box {
		min-width: 70%;
	    padding: 10px 12px;
	}
	.activity-hashtag-box span {
		padding: 0 5px;
	}
	.activity-hashtag-box p {
		font-size: 1.4rem;
	}
	.amazon-txt {
		padding: 10px 10px 0 10px;
		text-align: left;
	}
	.campaign-section .about-dl-btn {
		padding: 0;
	}

	.campaign-section-text.present {
		font-size: 1.8rem;
	}
	.entry-capture {
		margin-top: 10px;
	}
	.entry-capture li {
		display: block;
		margin-top: 0;
	}
	.entry-capture li:first-child {
		padding-bottom: 20px;
	}
	.entry-capture img {
		margin-right: 0;
		width: 90%;
	}
	.entry-capture li p {
		font-size: 1.5rem;
		margin-bottom: 3px;
	}
	.entry-input-box {
		font-size: 1.3rem;
		border: 1px solid #CCC;
		margin-top: 14px;
		width: 100%;
	}
	.tabbox .tabcontent {
		font-size: 1.4rem;
	}
	.detail-title {
		margin-bottom: 30px;
		font-size: 2.6rem;
	}
	.detail-title span {
		font-size: 1.4rem;
	}
	.detail-title img {
		width: 45%;
	}
	.campaign-section img.giftcard {
		width: 35%;
		padding: 0;
		margin-right: 10px;
	}
	.comic {
		padding: 35px 0 20px 0;
	}
	.comic h4 {
		font-size: 2rem;
		line-height: 1.2;
		margin-bottom: 20px;
	}
	.comic h4 span::before,
	.comic h4 span::after {
		width: 2px;
		height: 24px;
	}
	.comic h4 span::before {
		margin-right: 15px;
	}
	.comic h4 span::after {
		margin-left: 15px;
	}
	.comic h4 span.pc {
		display: none;
	}
	.comic h4 span.sp {
		display: flex;
	}
	.comic-carousel a {
		margin: 0 5px;
	}
	.comic-carousel-inner {
		padding: 8px 8px 10px 8px;
	}
	.comic-carousel .comic-title {
		font-size: 1.3rem;
		padding: 7px 0 5px 0;
	}
	.comic-list-category span {
		padding: 2px 5px;
		font-size: 1rem;
	}
	.download-btn-inner,
	.download-btn.bottom .download-btn-inner {
		width: 100%;
		height: 100%;
		background: none;
		padding: 15px 0 20px 0;
	}
	.download-az-bt {
	    top: 33%;
	    left: 17%;
	}
	.download-az-bt img {
		width: 70%;
	}
	.download-btn ul {
		position: static;
		width: 80%;
	}
	.gray-txt {
		font-size: 1.4rem;
		font-weight: bold;
		color: #666;
		padding: 0 10px;
	}
	.download-txt {
		font-size: 2rem;
		font-weight: bold;
		margin-top: 6px;
	}
	.app-sp {
		width: 70%;
		margin: 10px 0;
	}
	.sns-btn li {
		padding: 6px 10px;
	}
	.copyright {
		padding: 30px 0 20px 0;
	}
	.copyright a.back-btn {
		font-size: 1.4rem;
		padding: 10px 50px
	}
	.fs-large { font-size: 1.8rem;}
	.fs-medium { font-size: 1.6rem;}
	.fs-small { font-size: 1.2rem;}
	img.img-20 { width: 20%;}
	img.img-10 { width: 10%;}
	.sp-display { display: inline;}
	.pc-display { display: none;}
}
@media screen and (max-width: 375px) { 
	.circles{
	    height: 370px;
	}
}