@charset "utf-8";

/*-------------------------
  reset
--------------------------*/
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;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
    vertical-align:middle;
}

/*-------------------------
  setting
--------------------------*/
body {
	font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-feature-settings:"palt";
}

/*-------------------------
 common contents
--------------------------*/
#contents{
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}

.page-title {
	background-color:#000000;
	padding: 3rem 2rem 1rem;
}

.page-title p{
	font-size:0.8rem;
	color: #FFFFFF;
	letter-spacing:0.15rem;
	line-height:1.5;
}

#contents h1{
	font-size:1.8rem;
	color: #FFFFFF;
	margin: 3px 0 0;
	letter-spacing:0.2rem;
	line-height:1.7;
}

.sp-br{
	display: none;
}

.breadcrumb {
	padding:2rem 2rem 0;
	font-size:0.8rem;
	letter-spacing:0.05rem;
}

.lead{
	margin: 3rem auto;
	padding:1rem 2rem;
	font-size:1rem;
	letter-spacing:0.1rem;
	line-height:1.8;
}

.thank-contents {
	width: 100%;
	max-width: 800px;
	margin: 5rem auto;
}

.thank-head-logo {
	margin:1rem auto 0;
	width:100%;
	max-width:350px;
}

.thank-text{
	margin: 1rem auto;
	padding:1rem 1rem;
	font-size:1rem;
	letter-spacing:0.1rem;
	line-height:1.8;
}

.thank-headline {
	margin:5rem 0 0 0;
	font-size:1.4rem;
	letter-spacing:0.1rem;
	line-height:1.8;
	padding:1rem 0.3rem 0.3rem;
	border-bottom: 6px double #000;
}

.thank-bold {
	margin:2rem 0 -1.4rem 0.3rem;
	font-size:1.2rem;
	letter-spacing:0.1rem;
	line-height:1.8;
	padding:0.1rem 0.1rem 0.1rem 1rem;
	border-left: 4px solid #8f8f8f;
}

.thank-inquiry {
	background-color:#f5f5f5;
	margin: 2rem auto 1rem;
	padding:2rem 2rem;
	font-size:0.9rem;
	letter-spacing:0.06rem;
	line-height:1.8;
}

.review-flow {
    counter-reset: item;
	margin: 1rem auto;
	padding:1rem 1rem 0 2rem;
	font-size:1rem;
	letter-spacing:0.1rem;
	line-height:1.8;
}

.thank-shop-link {
  margin:0.6rem auto 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  box-sizing: border-box;
  width: 80%;
  height: 60px;
  padding: 1% 0 0 0;
  font-size: 1rem;
  font-weight:bold;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
  color: #000000;
  border: 3px solid #000000;
}

.thank-shop-link:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  position: absolute;
  top: 50%;
  right: 3%;
  margin-top: -7px;
  border-color: transparent transparent transparent #000000;
}

.thank-shop-link:hover {
    color: #ffffff;
    background-color:#000000;
}
  
.thank-shop-link:hover:after {
    border-color: transparent transparent transparent #ffffff;
}

.faq {
	margin: 1rem 0 2rem;
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	overflow-x: hidden;
	margin: 0 auto;
	color: #3b3b3b;
}
.cp_qa .cp_actab {
	padding: 16px 0.5rem;
	border-bottom: 1px dotted #cccccc;
}
.cp_qa label {
	font-size: 1rem;
	color:#008080;
	letter-spacing:0.1rem;
	line-height:1.5rem;
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 18px 0 42px;
	cursor: pointer;
}
.cp_qa .cp_actab-content {
	font-size: 1rem;
	letter-spacing:0.1rem;
	line-height:1.6rem;
	position: relative;
	overflow: hidden;
	height: 0;
	margin: 0 40px;
	padding: 0 14px;
	-webkit-transition: 0.4s ease;
	        transition: 0.4s ease;
	opacity: 0;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
	height: auto;
	padding: 14px;
	opacity: 1;
}
.cp_qa .cp_plus {
	font-size: 1.7rem;
	line-height: 100%;
	position: absolute;
	z-index: 5;
	margin: 7px 0 0 14px;
	-webkit-transition: 0.2s ease;
	        transition: 0.2s ease;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_plus {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.cp_qa .cp_actab input[type=checkbox] {
  display: none;
}

.cp_actab-content img {
	margin: 1rem auto;
	width: 100%;
	max-width: 500px;
	border: solid 1px #cccccc;
}

.footer{
	text-align: center;
	font-size: 0.7rem;
	background: #E3E3E3;
	width:100%;
	letter-spacing:0.1rem;
}

.copyright{
	padding:1.2rem 0 1rem;
	line-height:1.5;
}


@media screen and (max-width:768px) {
.page-title {
	padding: 3rem 1.4rem 1rem;
}

.page-title p{
	font-size:0.8rem;
	line-height:1.8;
}

#contents h1{
	margin: 13px 0 0;
	line-height:1.5;
}

.sp-br{
	display: block;
}

.lead{
	margin: 2rem auto;
	padding:1rem 1.4rem;
	font-size:0.9rem;
	letter-spacing:0.06rem;
	line-height:1.8;
}

.thank-contents {
	margin: 3rem auto;
}

.thank-text{
	padding:1rem 2rem;
}

.thank-headline {
	margin:4rem auto 0 1rem;
	padding:1rem 0.5rem 0.1rem;
}

.thank-bold {
	margin:2rem 0 -1.2rem 1.2rem;
	font-size:1.1rem;
	padding:0 0 0 1rem;
}

.review-flow {
	padding:1rem 2rem 0 3rem;
}

.thank-shop-link {
  margin:0.2rem auto;
  width: 100%;
  height: 50px;
}

.cp_qa .cp_actab-content {
	margin: 0 10px;
}
}


/*-------------------------
  top page
--------------------------*/
.shop-link-wrapper {
	width:100%;
	margin: 2rem 0 4rem;
	display:flex;
	justify-content:space-between;
}

.shop-link-box {
	width:33%;
	margin:0 2rem;
	border:solid 5px #ebebeb;
	text-align:center;
	padding:5rem 2rem 2rem;
}

.shop-link-inner img{
	width:70%;
	margin-bottom:1.5rem;
}

.shop-link-inner a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 1% 2% 0 4%;
  font-size: 0.9rem;
  font-weight:bold;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}

.shop-link-inner a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}

.shop-link-inner a:hover {
    color: #ffffff;
}
  
.shop-link-inner a:hover:before {
    border-color: transparent transparent transparent #ffffff;
}

.btn-fukkaya {
  color: #0c5404;
  border: 3px solid #0c5404;
  background-color:#0c5404;
}

.btn-fukkaya:before {
border-color: transparent transparent transparent #000000;
}

.btn-fukkaya:hover {
    background-color:#0c5404;
}

.btn-savefun {
  color: #04224c;
  border: 3px solid #04224c;
  background-color:#04224c;
}

.btn-savefun:before {
border-color: transparent transparent transparent #04224c;
}

.btn-savefun:hover {
    background-color:#04224c;
}

.btn-jbf {
  color: #c40004;
  border: 3px solid #c40004;
  background-color:#c40004;
}

.btn-jbf:before {
border-color: transparent transparent transparent #c40004;
}

.btn-jbf:hover {
    background-color:#c40004;
}

.shop-link-inner p {
	margin-top:1.5rem;
	font-size:0.8rem;
	line-height:1.5;
	letter-spacing:0.05rem;
}

.camp-link {
	text-align:center;
	margin:auto;
}

.btn-camp {
  margin:-3.5rem auto 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  box-sizing: border-box;
  width: 50%;
  height: 60px;
  padding: 1% 0 0.5% 0;
  font-size: 1rem;
  font-weight:bold;
  letter-spacing: 0.1rem;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
  color: #000000;
  border: 3px solid #000000;
}

.btn-camp:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 7px 8px;
  position: absolute;
  top: 50%;
  left: 3%;
  margin-top: -7px;
  border-color: transparent transparent transparent #000000;
}

.btn-camp:hover {
    color: #ffffff;
    background-color:#000000;
}
  
.btn-camp:hover:before {
    border-color: transparent transparent transparent #ffffff;
}

.external-link {
margin:4rem auto;
width:100%;
text-align:center;
}

.external-link-bnr {
margin:1rem auto;
width:90%;
max-width:700px;
transition:0.2s;
}

.external-link-bnr:hover {
opacity:0.8;
transition:0.2s;
}


@media screen and (max-width:768px) {
.shop-link-wrapper {
	display:block;
}

.shop-link-box {
	width:70%;
	margin:2rem auto;
}

.shop-link-inner a {
  height: 44px;
  font-size: 0.9rem;
}

.shop-link-inner a:before {
  border-width: 6px 0 6px 6px;
  margin-top: -6px;
}

.shop-link-inner p {
	margin-top:1.3rem;
	font-size:0.74rem;
	letter-spacing:0.07rem;
}

.btn-camp {
  margin:-2.8rem auto 5rem;
  width: 80%;
  height: 50px;
}
}


/*-------------------------
  campaign page
--------------------------*/
.camp-wrapper {
	width:100%;
	margin:2rem auto 3rem;
}

.camp-wrapper:nth-child(even) {
    background-color:#f7f7f7;
}

.camp-inner {
	padding:3rem 3rem 5rem;
}

.camp-logo {
	margin-bottom:1rem;
    max-height:70px;
}

.camp-inner h2 {
	font-size:1.5rem;
	letter-spacing:0.08rem;
	line-height:1.4;
	margin-bottom:1rem;
	border-bottom:double 6px #4a4a4a;
}

.camp-text {
	margin-top:2rem;
	font-size:1rem;
	letter-spacing:0.1rem;
	line-height:1.8;
}

.camp-big {
	font-size:1.3rem;
	font-weight:bold;
	line-height:1.7;
}

.camp-ex-link {
  margin:0.6rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 1% 0 0 0;
  font-size: 1rem;
  font-weight:bold;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
  color: #000000;
  border: 3px solid #000000;
}

.camp-ex-link:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  position: absolute;
  top: 50%;
  right: 3%;
  margin-top: -7px;
  border-color: transparent transparent transparent #000000;
}

.camp-ex-link:hover {
    color: #ffffff;
    background-color:#000000;
}
  
.camp-ex-link:hover:after {
    border-color: transparent transparent transparent #ffffff;
}

@media screen and (max-width:768px) {
.camp-wrapper {
	margin:2rem auto 2rem;
}

.camp-inner {
	padding:3rem 2rem 4rem;
}

.camp-inner h2 {
	font-size:1.3rem;
	letter-spacing:0.1rem;
	line-height:1.5;
	padding-bottom:0.5rem;
}

.camp-text {
	letter-spacing:0.08rem;
}

.camp-big {
	font-size:1.2rem;
}
}
