@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

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

/** 共通 **/
* {
	font-family: "Zen Maru Gothic", sans-serif;
	color: #666;
}
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.3rem;
}
.fs-medium {
	font-size: 1.8rem;
}
.fs-large {
	font-size: 2.4rem;
}
.fc-red {
	color: #FF2424;
}
.fc-pink {
	color: #FF76AA;
}
.fc-orange {
	color: #ff6c3f;
}
.fc-blue {
	color: #1d9bf0;
}
.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 60%, #FFFFB4 0%);
}
.cam-btn-pink {
	color: #FFF;
	font-weight: 700;
	background-color: #FF7FAF;
	width: 320px;
	padding: 15px;
	font-size: 2.2rem;
	display: inline-block;
	border-radius: 10px;
	border-bottom: solid 6px rgba(0,0,0,.2);
}
.cam-btn-red:hover {
	color: #FFF;
}
.pc-none {
	display: none;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
} 
.clearfix:before {
	content: "";
	display: block;
	clear: both;
} 
.clearfix {
	display: block;
}
.furifuri {
	transform-origin: center bottom;
	animation: furifuri 2s infinite;
}
@keyframes furifuri {
	0% {transform: rotate(-4deg);}
	50% {transform: rotate(-4deg);}
	51% {transform: rotate(4deg);}
	99% {transform: rotate(4deg);}
	100% {transform: rotate(-4deg);}
}
.furifuri2 {
	transform-origin: center bottom;
	animation: furifuri2 2s infinite;
}
@keyframes furifuri2 {
	0% {transform: rotate(-2deg);}
	50% {transform: rotate(-2deg);}
	51% {transform: rotate(2deg);}
	99% {transform: rotate(2deg);}
	100% {transform: rotate(-2deg);}
}
.poyon {
  animation: poyon 1.1s linear 0s 1;
}

@keyframes poyon {
  0%   { transform: scale(0.8, 1.4) translate(0%, -100%); }
  10%  { transform: scale(0.8, 1.4) translate(0%, -15%); }
  20%  { transform: scale(1.4, 0.6) translate(0%, 30%); }
  30%  { transform: scale(0.9, 1.1) translate(0%, -10%); }
  40%  { transform: scale(0.95, 1.2) translate(0%, -30%); }
  50%  { transform: scale(0.95, 1.2) translate(0%, -10%); }
  60%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
  70%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}




/*** キャンペーン終了 ***/
.cam-end {
	position: absolute;
	top: 22%;
	left: 0;
	z-index: 100;
	width: 100%;
	text-align: center;
}
.cam-end p {
	font-size: 2.8rem;
	font-weight: bold;
	background-color: #9C8CE1;
	filter: alpha(opacity=9);
	-moz-opacity: 0.9;
	opacity: 0.9;
	padding: 30px 20px;
	width: 80%;
	display: inline-block;
	color: #FFF;
}
.cam-end p span {
	font-size: 4.6rem;
	font-weight: bold;
	color: #FFF;
}
.cam-end p span br {
	display: none;
}

/*** キャンペーン ***/
#campaign {
	position: relative;
	background-image: radial-gradient(#fff 7.5%, transparent 7.5%), radial-gradient(#FFF 7.5%, transparent 7.5%);
	background-size: 40px 40px;
	background-position: 0 0, 20px 20px;
	background-color: #FFF0F9;
}
#campaign .campaign-inner {
	max-width: 1000px;
	width: 100%;
	margin: auto;
	position: relative;
}
.boundary img {
	vertical-align: bottom;
	width: 100%;
}


/*** メイン ***/
.main {
}
.main-inner {
	position: relative;
}
.main h1 {
	padding: 0;
}
.main h1 img {
	width: 100%;
	vertical-align: bottom;
}
.campaign-during {
	font-size: 2.6rem;
	font-weight: bold;
	padding: 10px 14px 0 14px;
	background-color: #FF73CA;
	text-align: center;
	color: #FFF;
	line-height: 1.5;
	position: relative;
}

.main1,.main2,.main3,.main4,.main5,.main6 {
	position: absolute;
}
.main1 img,.main2 img,.main3 img,.main4 img,.main5 img,.main6 img {
	width: 100%;
}
.main1 {
	top: 18%;
	left: -2%;
	max-width: 64px;
}
.main2 {
	top: 35%;
	right: 2%;
	max-width: 39px;
}
.main3 {
	bottom: 2%;
	left: 11%;
	max-width: 52px;
}
.main4 {
	bottom: 3%;
	right: 17%;
	max-width: 57px;
}
.main5 {
	bottom: -3%;
	right: -8%;
	max-width: 270px;
}
.main6 {
	bottom: 9%;
	left: -6%;
	max-width: 203px;
}


/*** メイン ふわふわ ***/
.fw00 {animation: fuwafuwa 10s linear infinite forwards;}
@keyframes fuwafuwa {
	0%  {transform: translate(0, 20px) scale(1.05);}
	25% {transform: translate(0, 0) scale(1);}
	50% {transform: translate(0, -20px) scale(0.95);}
	75% {transform: translate(0, 0) scale(1);}
	100%{transform: translate(0, 20px) scale(1.05);}
}

.fw01 {animation: fuwafuwa1 4.5s linear infinite forwards;}
@keyframes fuwafuwa1 {
  0%  {transform: translate(0, -10px) scale(1.02);}
  25% {transform: translate(0, 0) scale(1);}
  50% {transform: translate(0, 10px) scale(0.98);}
  75% {transform: translate(0, 0) scale(1);}
  100%{transform: translate(0, -10px) scale(1.02);
  }
}
.fw02 {animation: fuwafuwa2 5s linear infinite forwards;}
@keyframes fuwafuwa2 {
  0%  {transform: translate(0, 10px) scale(1.02);}
  25% {transform: translate(0, 0) scale(1);}
  50% {transform: translate(0, -10px) scale(0.98);}
  75% {transform: translate(0, 0) scale(1);}
  100%{transform: translate(0, 10px) scale(1.02);}
}
.fw03 {animation: fuwafuwa3 6s linear infinite forwards;}
@keyframes fuwafuwa3 {
  0%  {transform: translate(0, -10px) scale(0.98);}
  25% {transform: translate(0, 0) scale(1);}
  50% {transform: translate(0, 10px) scale(1.02);}
  75% {transform: translate(0, 0) scale(1);}
  100%{transform: translate(0, -10px) scale(0.98);}
}



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


/*** プレゼント詳細 ***/
.present {
	text-align: center;
	padding: 0 0 40px 0;
	background-color: #fed8ec;
}
.present ul {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 0 35px 0;
	margin: auto;
	width: 95%;
}
.present ul li {
	padding: 0 5px;
}
.present ul li img {
	max-width: 202px;
	width: 100%;
}

.present-txt {
	max-width: 836px;
	width: 100%;
	margin: auto;
}
.ribbon {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 30px;
  background: #5CC9D2;
  color: #FFF;
  box-sizing: border-box;
  font-size: 2.4rem;
  font-weight: bold;
}
.ribbon:before, .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.ribbon:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #FFF;
  border-style: solid;
}
.ribbon:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #FFF transparent transparent;
  border-style: solid;
}
.ribbon span {
	font-weight: bold;
	color: #fffe00;
}
.present-girl {
	width: 110px;
	vertical-align: bottom;
}
.entry-bt {
	background-color: #ff78d2;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 700;
	display: inline-block;
	padding: 10px 15px;
	max-width: 720px;
	width: 100%;
	border-radius: 50px;
	border-bottom: 6px solid rgba(119, 64, 64, 0.2);
}
.entry-bt span {
	color: #ffff80;
	font-weight: 700;
}
.entry-bt img {
	max-width: 23px;
}
.entry-bt:hover {
	color: #FFF;
}
.entry-bt br {
	display: none;
}
.shake-up {
    animation: shake-up 1.5s infinite ease-in-out;
}
@keyframes shake-up {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(8px);
    }
}



/*** アズカリとは ***/
.about {
	text-align: center;
	padding: 40px 35px 50px 35px;
	background-color: #FFFECC;
}
/*
.about:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 60px 50vw 0 50vw;
	border-color: #fff8eb transparent transparent transparent;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}
*/

.about .about-ttl {
	text-align: center;
	margin-bottom: 10px;
}
.about .about-ttl img {
	max-width: 488px;
	width: 100%;
}
.about-txt {
	font-size: 2rem;
	font-weight: bold;
	margin-top: 20px;
	color: #d290ff;
	padding: 0 10px;
}

.about .line-words {
	font-size: 3.6rem;
	font-weight: bold;
	margin-bottom: 18px;
}
.about .line-words span {
	font-size: 4.2rem;
	font-weight: bold;
}
.line-words {
	display: flex;
	justify-content: center;
	align-items: center;
}
.line-words::before,
.line-words::after {
	content: '';
	width: 3px;
	height: 30px;
	background-color: #666;
}
.line-words::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.line-words::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
.about h3 {
	font-size: 3.2rem;
	padding: 12px 8px;
	background-color: #48C2ED;
	color: #FFF;
	font-weight: 700;
	margin-bottom: 60px;
}
.about-inner {
	padding: 30px 25px 30px 25px;
	max-width: 830px;
	margin: auto;
	border-radius: 30px;
	background: #FFF;
	border: 4px solid #DEB8FF;
}
.about-inner h4 span span {
	font-size: 3.6rem;
	font-weight: 600;
}
.about-point {
	padding: 30px 0 0 0;
	max-width: 800px;
	margin: auto;
}
.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: 2.4rem;
}
.about-point li:last-child span {
	font-weight: 700;
	font-size: 2.8rem;
}
.about-point li:last-child .az-point {
	font-size: 1.8rem;
	color: #FFF;
	padding: 0 15px;
	background-color: #5CC9D2;
	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;
	margin-top: 5px;
}
.about h4 {
	font-size: 2.6rem;
	font-weight: bold;
}
.about h5 {
	font-size: 2.6rem;
	font-weight: bold;
	margin: 35px 0 20px 0;
}
.about h5 span {
	font-size: 3.8rem;
}
.about-dl-btn {
	display: flex;
	max-width: 550px;
	margin: auto;
	justify-content: center;
	padding: 10px 0 0 0;
}
.about-dl-btn li {
	padding: 0 15px;
}
.about-img img {
	max-width: 700px;
	width: 100%;
}


/*** キャンペーン予告バナー ***/
.cam-announcement-bn {
	padding: 25px 20px 0 20px;
}
.cam-announcement-bn span {
	display: inline-block;
	border: 1px solid #c1dbe8;
}
.cam-announcement-bn img {
	max-width: 580px;
	width: 100%;
	border: 5px solid #bee7ee;
	vertical-align: bottom;
}

/*** キャンペーン詳細 ***/
.campaign-detail-wrapper {
	padding: 0 10px 70px 10px;
	background-color: #FFF;
}
.detail-title {
	text-align: center;
	padding-top: 70px;
	margin-bottom: 40px;
	font-size: 3.6rem;
	font-weight: 900;
	color: #8CC6ED;
}
.campaign-detail-box {
	background-color: #FFF;
	max-width: 900px;
	margin: auto;
}
.tab-wrap {
	display: flex;
	flex-wrap: wrap;
}
.tab-wrap:after {
	content: '';
	width: 100%;
	height: 7px;
	background: #8CC6ED;
	display: block;
	order: -1;
}
.tab-label {
	color: #8CC6ED;
	background: #FFF;
	white-space: nowrap;
	text-align: center;
	padding: 24px .5em;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	flex: 1;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.1;
	border-radius: 10px 10px 0 0;
	border: solid #8CC6ED;
	border-width: 3px 3px 0 3px;
}
.tab-label.urawaza {
	margin-left: 8px;
}

.tab-label span {
	font-size: 1.6rem;
	line-height: 1.3;
	font-weight: bold;
	color: #FFF;
	background-color: #ff73ac;
	padding: 2px 5px;
	margin-right: 10px;
	display: inline-block;
}

.tab-label:not(:last-of-type) {
}
.tab-content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
	background-color: #FFF;
	text-align: center;
}
.tab-switch:checked+.tab-label {
	background: #8CC6ED;
	color: #FFF;
}
.tab-switch:checked+.tab-label+.tab-content {
	height: auto;
	overflow: auto;
	padding: 30px 25px;
	opacity: 1;
	transition: .5s opacity;
	border: 2px solid #8CC6ED;
}
.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: 30px;
	font-size: 1.5rem;
}
h2.campaign-section-title {
	box-sizing: border-box;
	margin-bottom: 15px;
	font-size: 2.2rem;
	font-weight: bold;
}
.urawaza-btn {
	color: #FFF;
	font-weight: 700;
	background-color: #ff27a8;
	width: 280px;
	padding: 5px 15px 15px 15px;
	font-size: 2.2rem;
	display: inline-block;
	border-radius: 5px;
	text-align: center;
	border-bottom: 6px solid rgba(0, 0, 0, 0.2);
	margin: 0 0 20px 15px;
	line-height: 1.1;
}
.urawaza-btn span {
	font-size: 1.3rem;
}
.campaign-section-text {
	padding: 0 12px;
	word-break: break-all;
}
.campaign-section-text a {
	color: #0079ff;
	text-decoration: none;
}
.introduce .inner p a:hover,
.campaign-section-text a:hover {
	color: #51A4FF;
}
.campaign-sub-txt {
	margin-top: 6px;
	font-size: 1.2rem;
}
.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;
}

/*** SNSボタン ***/
.sns-btn {
}
.sns-btn ul {
	width: 300px;
	margin: auto;
	padding: 3px 0 2px 0;
}
.sns-btn li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 10px 15px;
}
.sns-btn.bottom {
  background-color: #FFF;
}


/*** トップに戻るボタン ***/
.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=65);
	-moz-opacity:0.65;
	opacity:0.65;
	z-index:100;
	pointer-events: none;
}


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



/*** キャンペーン詳細はこちら ***/
.accordion-title {
	padding: 10px 30px 14px 30px;
	line-height: 1.4;
	cursor: pointer;
	transition: 0.2s;
	margin: 50px 0 20px 0;
	font-size: 2rem;
	text-align: center;
	border-radius: 5px;
	background-color: #EEE;
	display: flex;
	align-items: center;
	font-weight: bold;
}
.accordion-title.cont--open {
}
.accordion-title::after {
	content: '＋';
	color: #8A8A8A;
	font-size: 3rem;
	font-weight: bold;
	margin-left: auto;
}
.accordion-title.cont--open::after {
	content: '－';
	display: inline-block;
}
.accordion-cont {
	box-sizing: border-box;
	display: none;
	overflow: hidden;
	margin: 30px 10px 0 10px;
}
.limit .campaign-section-text {
	font-size: 2.4rem;
	font-weight: bold;
	color: #FF3879;
}
.pre1-info,
.pre1-info a {
	font-weight: bold;
}
.gift {
	float: left;
	padding: 0 15px 0 10px;
	width: 140px;
}
.gift-text {
	font-size: 2rem;
	font-weight: bold;
}
.amazon-txt {
	font-size: 1rem;
	padding-top: 5px;
}


/*** 応募方法 ***/
.step-wrapper.first {
	background-color: #d3eff2;
	padding: 60px 20px 50px 20px;
	position: relative;
	z-index: 1;
}
.step-wrapper.second {
	background-color: #a6e0e6;
	padding: 50px 20px 80px 20px;
	position: relative;
}
.step-wrapper .campaign-section {
	max-width: 1000px;
	margin: auto;
}
.step-wrapper h2 {
	font-size: 3.8rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px;
	color: #42949b;
}
.step-wrapper.first h3 {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 2px;
	text-align: center;
}
.step-wrapper.second h3 {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 60px;
	padding-bottom: 2px;
	text-align: center;
}
.step {
	width: 100%;
	display: flex;
	justify-content: space-between;
	list-style-type: none;
}
.step li {
	box-shadow: 0 0 .5em 0 rgba(0,0,0,.2);
	border-radius: 10px;
	padding: 20px 23px;
	width: 100%;
	background-color: #FFF;
}
.step li:nth-child(2) {
	margin: 0 20px;
}
.step .step-num {
	font-weight: bold;
	padding: 3px;
	font-size: 2.2rem;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	background-color: #84d7f7;
}
.step .step1 img {
	width: 72%;
}
.step .step2 img {
	width: 90%;
}
.step .step3 img {
	width: 95%;
}
.step .follow_bt {
	text-align: center;
	padding: 15px 0 8px 0;
}
.step .follow_bt a {
	background-color: #FF7FAF;
	font-weight: bold;
	color: #FFF;
	padding: 15px 0;
	display: block;
	border-radius: 12px;
	border-bottom: 6px solid rgba(0, 0, 0, 0.2);
	font-size: 1.8rem;
	letter-spacing: -0.7px;
}
.step .step-end {
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	font-size: 2.6rem;
	padding: 6px 0 10px 0;
}
.step li img {
	vertical-align: bottom;
}
.step .step1-txt {
	font-size: 1.3rem;
}
.step a:hover {
	opacity: 0.7;
}
.step .hint {
	font-size: 1.3rem;
	line-height: 1.4;
	padding: 6px 8px 10px 8px;
	text-align: center;
	font-weight: bold;
	background: #ffffcb;
	border-radius: 10px;
	margin-top: 5px;
}
.step .hint a {
	font-weight: bold;
	text-decoration: underline;
	
}


/*** タブ ***/
.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 ***/
.campaign-section.urawaza-entry {
	background-color: #FFFFE6;
	padding: 20px 15px;
	margin-bottom: 15px;
}
.urawaza-ttl {
	font-size: 2rem;
	font-weight: 500;
	padding: 20px 0;
}
.urawaza-step {
	max-width: 640px;
	width: 100%;
	margin: auto;
	padding: 30px 10px 30px 10px;
	list-style-type: none;
}
.urawaza-step li.step-inner {
	border-radius: 10px;
	padding: 24px 23px 28px 23px;
	width: 100%;
	background-color: #FFF;
	font-size: 1.6rem;
	box-shadow: 0 0 .5em 0 rgba(0,0,0,.2);
	margin-bottom: 30px;
	position: relative;
}
.urawaza-step li.step-inner:last-child {
	margin-bottom: 0;
}
.urawaza-step .step-num {
	background-color: #84d7f7;
	font-weight: bold;
	padding: 6px 5px;
	font-size: 2rem;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
}
.urawaza-step .step-num span {
	font-weight: bold;
	color: #ffff89;
	font-size: 2.4rem;
}
.urawaza-step .step1 img {
	max-width: 200px;
	width: 72%;
}
.urawaza-step .step2 img {
	max-width: 200px;
	width: 85%;
}
.urawaza-step .step3 img {
	width: 95%;
}
.urawaza-step .step4 img {
	max-width: 200px;
	width: 75%;
}
.urawaza-step .step-btn {
	text-align: center;
	padding: 15px 0 10px 0;
	margin: auto;
	max-width: 400px;
	width: 100%;
}
.urawaza-step .step-btn a {
	background-color: #ff8965;
	font-weight: bold;
	color: #FFF;
	padding: 15px 0;
	display: block;
	border-radius: 12px;
	border-bottom: 6px solid rgba(0, 0, 0, 0.2);
	font-size: 1.8rem;
	letter-spacing: -0.7px;
	font-feature-settings: "palt";
}
.urawaza-step .step-end {
	font-size: 2.6rem;
	padding: 4px 0 6px 0;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.4;
}
.urawaza-step li.step-inner img {
	vertical-align: bottom;
}
.urawaza-step .step-instructions {
	font-size: 1.3rem;
	line-height: 1.3;
}
.urawaza-step .step3 .step-instructions {
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: left;
}
.urawaza-step a:hover {
	opacity: 0.7;
}
.urawaza-step .step-sample-txt {
	font-size: 1.4rem;
	padding: 8px 15px;
	font-weight: 700;
	background-color: #EEE;
}
.urawaza-step .step-dl-bt {
	margin-top: 14px;
	text-align: center;
	background-color: #EEE;
	padding: 12px 10px 15px 10px;
}
.urawaza-step .step-dl-bt img {
	margin: 5px;
}
.urawaza-step .step-dl-bt p {
	text-align: center;
	font-size: 1.8rem;
}
.urawaza-step .step-arrow {
	position: absolute;
	width: 100%;
	display: block;
	text-align: center;
	left: 0;
	bottom: -25px;
}
.urawaza-step .step-arrow img {
	width: 60px !important;
}
.carousel-step {
	padding-top: 30px;
}
.carousel-step img {
	border: 1px solid #EEE;
}
.carousel-step .slick-dots {
	height: 20px;
}
.carousel-step .slick-dots li button {
	background: #CCC;
	border-radius: 50%;
	width: 10px;
	height: 10px;
}
.carousel-step .slick-dots li.slick-active button {
	background: #999;
}
.urawaza-step .step3 .step-btn {
	padding-top: 30px;
}
.urawaza-step .step-img-wrap p {
	font-size: 1.4rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 8px;
	font-feature-settings: "palt";
}

.cautionary-point {
	max-width: 910px;
	margin: auto;
	font-size: 1.2rem;
	text-align: right;
	padding-top: 6px;
	color: #666;
}

/*** 紙吹雪 ***/
.kami {
	position: absolute;
	top: -50px;
	width: 13px;
	height: 13px;
	opacity: 0.4;
	-webkit-animation: fall 7s linear 0s 1 normal backwards;
	-moz-animation: fall 7s linear 0s 1 normal backwards;
	-ms-animation: fall 7s linear 0s 1 normal backwards;
	-o-animation: fall 7s linear 0s 1 normal backwards;
	animation: fall 7s linear 0s 1 normal backwards;
}

@keyframes fall {
  from {
    transform: translateX(0) translateY(0) skew(30deg);
  }
  12.5% {
    transform: translateX(-50px) translateY(75px) skew(0deg);
  }
  37.5% {
    transform: translateX(50px) translateY(225px) skew(-30deg);
  }
  50% {
    transform: translateX(0) translateY(300px) skew(30deg);
  }
  62.5% {
    transform: translateX(-50px) translateY(375px) skew(0deg);
  }
  87.5% {
    transform: translateX(50px) translateY(525px) skew(-30deg);
  }
  to {
    transform: translateX(0) translateY(600px) skew(30deg);
  }
}


/*** マンガで分かる！活用シーン ***/
.comic {
	background-color: #BCEFFC;
	padding: 40px 0 30px 0;
}
.comic h4 {
	font-size: 3.2rem;
	font-weight: 900;
	color: #5AADDB;
	text-align: center;
	margin-bottom: 10px;
}
.comic h4 br {
	display: none;
}
.comic-carousel {
	max-width: 520px;
	margin: auto;
	padding: 0 25px 5px 25px;
	position: relative;
	z-index: 1;
}
.comic-carousel a {
	margin: 0 8px;
}
.comic-carousel-inner {
	background-color: #FFF;
	padding: 24px;
	border-radius: 15px;
}
.comic-img-wrap img {
	width: 100%;
	filter: drop-shadow(1px 1px 1px #999);
}
.comic-carousel .comic-title {
	font-weight: bold;
	font-size: 2.2rem;
	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.4rem;
	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-color: #fffecc;
	padding-top: 20px;
	padding-bottom: 20px;
}
.download-btn-inner {
	background: url("/campaign/20250702/img/download_bg.png") no-repeat 50% 0;
	height: 429px;
	width: 911px;
	margin: auto;
	position: relative;
	top: 0;
	left: 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: 30px 0 30px 0;
	font-size: 1.4rem;
	background-color: #FFF;
}
.copyright-txt {
	font-weight: bold;
	color: #7C7C7C;
}
.copyright-txt span {
	font-weight: bold;
}
.copyright a {
	color: #999;
	font-weight: bold;
	padding: 10px 50px;
	display: inline-block;
	border-radius: 30px;
	background-color: #EEE;
	font-size: 1.8rem;
	margin-bottom: 10px;
}


/*** ハンバーガーアイコン ***/
.hamburger {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1001;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background-color: #FF78D2;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: background-color 0.3s;
}
.hamburger span {
	display: block;
	width: 20px;
	height: 3px;
	background: #FFF;
	border-radius: 2px;
	margin: 3px 0;
	transition: 0.3s;
}

/* メニュー全体 */
.nav-menu {
	position: absolute;
	top: 0;
	right: 0;
	width: 45%;
	height: 65vh;
	background: rgba(255, 255, 255, 0.9);
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateY(-100%);
	transition: transform 0.4s ease;
	z-index: 1000;
	border-radius: 0 0 0 3rem;
}
.nav-menu ul {
  list-style: none;
  text-align: center;
}
.nav-menu ul li {
	margin: 20px 0;
	padding: 0 2px 15px 2px;
	text-align: left;
	border-bottom: 1px solid #8bc6ed;
}
.nav-menu ul li a {
	color: #8bc6ed;
	font-size: 2rem;
	text-decoration: none;
	font-weight: 600;
	display: block;
	width: 100%;
}

/* メニュー表示時 */
.nav-menu.active {
	transform: translateX(0);
}
.hamburger.active {
	background-color: #CCC;
}

/* ハンバーガー変形（×） */
.hamburger.active span:nth-child(1) {
	transform: rotate(45deg) translate(7px, 8px);
}
.hamburger.active span:nth-child(2) {
	opacity: 0;
}
.hamburger.active span:nth-child(3) {
	transform: rotate(-45deg) translate(5px, -5px);
}
.nav-menu .sns-wrap {
	padding-top: 10px;
}
.nav-menu .sns-wrap img {
	width: 38px;
	height: auto;
	margin: 0 10px;
}
.nav-menu .sns-wrap p {
	font-size: 1.2rem;
	padding-bottom: 10px;
	font-weight: 600;
}



/* =======================================
 responsive・・・ SP用の記述
 ======================================= */
@media screen and (max-width: 1050px) {
	.main1 {
		top: 10%;
		left: 3%;
	}
	.main3 {
		bottom: 2%;
		left: 34%;
	}
	.main4 {
		bottom: 3%;
		right: 23%;
	}
	.main5 {
		bottom: -5%;
		right: -2.5%;
	}
	.main6 {
		bottom: 0;
		left: 0;
	}
}
@media screen and (max-width: 860px) { 
	 .main1 img,.main2 img,.main3 img,.main4 img,.main5 img,.main6 img {
		width: 90%;
	}
	.main5 {
		bottom: -5%;
		right: -6.5%;
	}
}
@media screen and (max-width: 728px) { 
	 .main1 img,.main2 img,.main3 img,.main4 img,.main5 img,.main6 img {
		width: 80%;
	}
	.main2 {
		top: 23%;
		right: 2%;
	}
	.main4 {
		bottom: 3%;
		right: 30%;
	}
	.main5 {
		bottom: -3%;
		right: -11%;
	}
	.main6 {
		bottom: 2%;
		left: 0%;
	}
 	.main-inner {
 		background-size: 10px;
 	}
	.campaign-during img {
		max-width: 621px;
		width: 100%;
	}
	.kami {
		top: -150px;
		width: 8px;
		height: 8px;
	}
	.pc-none {
		display: inline;
	}
	.page-link {
		font-size: 1.4rem;
		padding: 8px 6px;
	}
	.page-link ul li {
		padding: 3px 2px;
	}
	.page-link ul a {
		padding: 9px 13px 9px 3px;
	}
	.page-link ul a::before {
		width: 12px;
		height: 12px;
		right: 5px;
		margin-top: -6px;
	}
	.page-link ul a::after {
	    width: 6px;
	    height: 6px;
	    right: 8px;
	    margin-top: -4px;
		border-bottom: solid 2px #FFF;
		border-right: solid 2px #FFF;
    }
	.present {
		padding: 15px 15px 25px 15px;
	}
	.present-inner img {
		width: 100%;
	}
	.present ul {
		padding: 8px 5px 20px 5px;
		flex-wrap: wrap;
		width: 90%;
	}
	.present ul li {
		width: calc(50% - 5px);
		box-sizing: border-box;
		padding: 12px;
	}
	.present ul li img {
		max-width: 100%;
	}
	.entry-bt {
		font-size: 1.8rem;
		width: 90%;
	}
	.entry-bt br {
		display: inline;
	}
	.entry-bt img {
		max-width: 14px;
	}
	.about {
		padding: 25px 0 30px 0;
	}
	.about-txt {
		font-size: 1.6rem;
	}
	.about .about-ttl img {
		width: 70%;
	}
	.about-inner {
		padding: 20px 15px 30px 15px;
	}
	.about .line-words {
		font-size: 2rem;
		margin-bottom: 10px;
	}
	.about .line-words span {
		font-size: 2.4rem;
	}
	.about .line-words::before {
		margin-right: 12px;
	}
	.about .line-words::after {
		margin-left: 12px;
	}
	.about .line-words::before, .about .line-words::after {
		height: 16px;
	}
	.about h3 {
		font-size: 2.2rem;
		margin-bottom: 35px;
	}
	.about-point {
		display: block;
		padding: 20px 0 0 0;
	}
	.about-point li:first-child {
		width: 100%;
		}
	.about-point li:first-child img {
		width: 100%;
	}
	.about-inner {
		padding: 25px 16px 20px 16px;
		margin: 0 25px;
		border-radius: 20px;
		border: 3px solid #DEB8FF;
	}
	.about-point li:last-child {
		padding-left: 0;
		padding-top: 0;
	}
	.about-point li:last-child .az-point {
		margin-top: 15px;
		font-size: 1.2rem;
		padding: 0 10px;
	}
	.about-point li:last-child p,
	.about-point li:last-child span {
		font-size: 1.8rem;
	}
	.about h4 {
		font-size: 1.8rem;
	}
	.about h4 span span {
		font-size: 2.6rem;
	}
	.about::after {
		border-width: 35px 50vw 0 50vw;
	}
	.small-symbol-txt {
		margin-top: 0;
		font-size: 1rem;
	}
	.about h5 {
		margin: 20px 15px 15px 15px;
		font-size: 1.6rem;
	}
	.about h5 span {
		font-size: 2.2rem;
	}
	.about-dl-btn li {
		padding: 0 5px;
	}
	.about-dl-btn img {
		width: 100%;
	}
	.about .login-btn {
		width: 85%;
	}
	.about-inner .js-webview-link.mt-24 {
		margin-top: 0;
	}
	.cam-btn-pink {
		font-size: 1.8rem;
		max-width: 320px;
		width: 94%;
	}
	h2.campaign-section-title {
		font-size: 1.8rem;
	}
	.campaign-detail-wrapper {
		padding: 0 20px 50px 20px;
	}
	.campaign-detail-wrapper-cont {
		width: 96%;
		padding: 10px;
	}
	.campaign-section {
		font-size: 1.4rem;
	}
	.campaign-section img {
		width: 85%;
	}
	.tab-label {
		font-size: 1.7rem;
	}
	.accordion-title {
		padding: 13px 20px 15px 20px;
		font-size: 1.4rem;
		margin: 20px 0 10px 0;
	}
	.accordion-title::after {
		font-size: 1.8rem;
	}
	.campaign-section-text {
		padding: 0 5px;
		font-size: 1.3rem;
	}
	.step-wrapper {
		padding: 40px 20px 60px 20px;
	}
	.step-wrapper.first {
		padding: 40px 20px 30px 20px;
	}
	.step-wrapper h2 {
		font-size: 2.6rem;
		margin-bottom: 20px;
	}
	.step-wrapper.first h3,
	.step-wrapper.second h3 {
		font-size: 1.9rem;
	}
	.step-wrapper.second h3 {
		margin-top: 35px;
	}
	.step {
		display: block;
	}
	.step img {
		width: 80%;
	}
	.step p {
		text-align: left;
	}
	.step li {
		padding: 18px;
	}
	.step li:nth-child(2) {
		margin: 18px 0;
	}
	.step .step-num {
		font-size: 1.8rem;
		text-align: center;
	}
	.step .step1 img {
		width: 170px;
	}
	.step .step2 img {
		width: 75%;
	}
	.step .step3 img {
		width: 190px;
	}
	.step-end {
		font-size: 2rem;
	}
	.amazon-txt {
		padding: 10px 10px 0 10px;
		text-align: left;
	}
	.campaign-section .about-dl-btn {
		padding: 0;
	}
	.campaign-section .about-dl-btn img {
		width: 100%;
	}
	.campaign-section.urawaza-entry h2.campaign-section-title {
		font-size: 1.6rem;
		margin-bottom: 15px;
	}
	.urawaza-ttl {
		font-size: 1.5rem;
		line-height: 1.6;
		padding: 0;
		text-align: left;
	}
	.urawaza-ttl br {
		display: none;
	}
	.urawaza-subttl {
		font-size: 1.6rem;
		margin-bottom: 24px;
	}
	.urawaza-step {
		padding: 30px 0 0 0;
	}
	.urawaza-step .step-num {
		font-size: 1.6rem;
	}
	.urawaza-step .step-num span {
		font-size: 2rem;
	}
	.urawaza-step li.step-inner {
		padding: 15px 16px 15px 16px;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	.urawaza-step .step3 .step-instructions {
		font-size: 1.2rem;
	}
	.urawaza-step .step-img-wrap p {
		font-size: 1.1rem;
		text-align: center;
	}
	.urawaza-step .step-btn a {
		font-size: 1.4rem;
	}
	.urawaza-step .step-end {
		font-size: 2rem;
	}
	.urawaza-capture li {
		display: block;
		margin-top: 0;
	}
	.urawaza-capture li:first-child {
		text-align: center;
	}
	.urawaza-capture img {
		margin-right: 0;
		width: 75%;
	}
	.urawaza-input-box {
		font-size: 1.2rem;
		line-height: 1.8;
		margin-top: 14px;
		width: 100%;
	}
	.tabbox .tabcontent {
		font-size: 1.4rem;
	}
	.detail-title {
		padding-top: 40px;
		margin-bottom: 25px;
		font-size: 2.2rem;
	}
	.detail-title img {
		width: 45%;
	}
	.campaign-section img.gift {
		width: 30%;
		padding: 0;
		margin: 0 5px;
	}
	.comic {
		padding: 20px 0 25px 0;
	}
	.comic h4 {
		font-size: 2rem;
		margin-bottom: 15px;
	}
	.comic h4 br {
		display: inline;
	}
	.comic-carousel a {
		margin: 0;
	}
	.comic-carousel .comic-title {
		font-size: 1.5rem;
		padding: 7px 0 5px 0;
	}
	.comic-list-category span {
		padding: 2px 5px;
		font-size: 1.2rem;
	}
	.comic-hint {
		font-size: 1.4rem;
		padding-bottom: 5px;
		display: inline-block;
	}
	.hint-girl {
		position: absolute;
		right: 20px;
		bottom: -2px;
		width: 70px;
	}

	.download-btn-inner,
	.download-btn.bottom .download-btn-inner {
		width: 100%;
		height: auto;
		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 ul {
		width: 320px;
	}
	.sns-btn li {
		padding: 6px 10px;
	}
	.copyright {
		padding: 20px 0 15px 0;
	}
	.copyright a {
		font-size: 1.4rem;
		padding: 10px 50px
	}
	.chestnut-boy {
		width: 48px;
	}
	.line-words::before,
	.line-words::after {
		height: 22px;
	}
	.line-words::before {
		margin-right: 18px;
	}
	.line-words::after {
		margin-left: 18px;
	}
	.ribbon {
		font-size: 1.5rem;
		width: 94%;
	}
	.ribbon {
		height: 40px;
		line-height: 40px;
		padding: 0 20px;
	}
	.ribbon:before {
	  border-width: 20px 0px 20px 10px;
	}
	.ribbon:after {
	  border-width: 20px 10px 20px 0px;
	}
	.present-girl {
		width: 80px;
	}
	.nav-menu {
		width: 60%;
		height: 60vh;
	}
	.nav-menu ul li a {
		font-size: 1.6rem;
	}
	.cam-end {
		top: 20%;
	}
	.cam-end p {
		font-size: 1.8rem;
		width: 90%;
		padding: 40px 10px;
	}
	.cam-end p span {
		font-size: 3.4rem;
		font-weight: bold;
		display: inline-block;
		padding-bottom: 10px;
	}
	.cam-end p span br {
		display: inline;
	}
	.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: 600px) { 
	 .main1 img,.main2 img,.main3 img,.main4 img,.main5 img,.main6 img {
		width: 66%;
	}
	.main5 {
		bottom: -6%;
		right: -18%;
	}
}
 @media screen and (max-width: 500px) {
 	.main1 img,.main2 img,.main3 img,.main4 img,.main5 img,.main6 img {
		width: 55%;
	}
	.main1 {
		top: 11%;
		left: 4%;
	}
	.main2 {
	  right: -2%;
	}
	.main3 {
		bottom: 0;
		left: 33%;
	}
	.main5 {
		bottom: -6%;
		right: -31%;
	}
	.main6 {
		bottom: -6%;
		left: -1%;
	}
	.about-txt {
		font-size: 1.4rem;
		padding: 0 20px;
	}
	.about-txt br {
		display: none;
	}
}
 @media screen and (max-width: 428px) {
	.nav-menu ul li a {
		font-size: 1.5rem;
	}
	.present ul li {
		padding: 6px;
	} 
 	.campaign-during {
 		padding: 5px 5px 0 5px;
 	}
 	.page-link {
		font-size: 1.1rem;
	}
 	.tab-label {
		font-size: 1.4rem;
		padding: 16px .5em 14px .5em;
		border-width: 2px 2px 0 2px;
	}
	.tab-label.urawaza {
		margin-left: 5px;
	}
	.tab-switch:checked + .tab-label + .tab-content {
		padding: 25px 20px;
	}
	.cam-announcement-bn img {
		border: 4px solid #bee7ee;
	}
	.cam-end p {
		font-size: 1.4rem;
	}
	.cam-end p span {
		font-size: 3rem;
	}
	.cautionary-point {
		font-size: 1rem;
		text-align: left;
	}
	.present ul {
		width: 100%;
	}
	.entry-bt {
		font-size: 1.5rem;
	}
	.comic .line-words::before {
		margin-right: 10px;
	}
	.comic .line-words::after {
		margin-left: 10px;
	}
	.hint-girl {
		right: 20px;
		bottom: -2px;
		width: 50px;
	}
	 .nav-menu {
		width: 75%;
		height: 70vh;
	}
	.hamburger {
		width: 38px;
		height: 38px;
		top: 13px;
		right: 13px;
  }
  .nav-menu .sns-wrap img {
  	width: 30px;
  }
}
 @media screen and (max-width: 400px) {
 	.main1 img,.main2 img,.main3 img,.main4 img,.main5 img,.main6 img {
		width: 48%;
	}
	.main5 {
		bottom: -12%;
		right: -40%;
	}
	.main6 {
		bottom: -8%;
		left: -1%;
	}

}