body,select,input,textarea {
	font:18px Helvetica,Arial,Tahoma,sans-serif;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif;
	line-height:1.5;
	font-weight: 500;
	color:#000;
	-webkit-text-size-adjust:none;
	padding: 0;
	margin: 0;
}



html{
  scroll-behavior: smooth;
}
figure{
	margin: 0;
}
@media screen and (max-width: 767.98px) {
  html {
    font-size: 13px
  }
}

h1,h2,h3,h4,h5,h6{
	box-sizing: border-box;
}
.maxw-340{
	max-width: 340px;
}
.maxw-450{
	max-width: 450px;
}
.maxw-700{
	max-width: 700px;
}
.maxw-800{
	max-width: 800px;
}
.maxw-900{
	max-width: 900px;
}
.maxw-1000{
	max-width: 1000px;
}
.maxw-1100{
	max-width: 1100px;
}
.maxw-1200{
	max-width: 1200px;
}
.w100{
	display: block;
	text-align: center;
}
.w100 img{
	height: auto;
	display: block;
	width: 100%;
}
.ttl_img{
	background: none;
	margin: 0;
}
.d-none{
	display: none;
}

.d-lg-inlineblock{
	display: inline-block;
	vertical-align: middle;
}
.d-inlineblock{
	display: inline-block;
}

.valign-middle{
	vertical-align: middle;
}
.black{
	color: #000 !important;
}

.px-0{ padding-right:0;padding-left: 0;}
.px-10{padding-right:10px;padding-left: 10px;}
.px-20{padding-right:20px;padding-left: 20px;}
.px-30{padding-right:10px;padding-left: 10px;}
.px-40{padding-right:40px;padding-left: 40px;}
.px-50{padding-right:50px;padding-left: 50px;}
.px-60{padding-right:60px;padding-left: 60px;}
.py-0{padding-top:0;padding-bottom: 0;}
.py-10{padding-top:10px;padding-bottom: 10px;}
.py-20{padding-top:20px;padding-bottom:20px;}
.py-30{padding-top:30px;padding-bottom: 30px;}
.py-40{padding-top:40px;padding-bottom: 40px;}
.py-50{padding-top:50px;padding-bottom: 50px;}
.py-60{padding-top:60px;padding-bottom: 10px;}

.mb-0{
	margin-bottom: 0px;
}
.mb-5{
	margin-bottom: 5px;
}
.mb-10{
	margin-bottom: 10px;
}
.mb-15{
	margin-bottom: 15px;
}
.mb-20{
	margin-bottom: 20px;
}
.mb-30{
	margin-bottom: 30px;
}
.mb-40{
	margin-bottom: 40px;
}
.mb-50{
	margin-bottom: 50px;
}
.mb-60{
	margin-bottom: 60px;
}

.mt-0{
	margin-top:0;
}
.mt-10{
	margin-top:10px;
}
.mt-15{
	margin-top:15px;
}
.mt-20{
	margin-top:20px;
}
.mt-30{
	margin-top:30px;
}
.mt-40{
	margin-top:40px;
}
.mt-50{
	margin-top:50px;
}
.mt-60{
	margin-top: 60px;
}

.mx-0{
	margin-left: 0;
	margin-right: 0;
}
.mx-10{
	margin-left: 10px;
	margin-right: 10px;
}
.mx-20{
	margin-left:20px;
	margin-right:20px;
}
.mx-30{
	margin-left:30px;
	margin-right:30px;
}
.mx-40{
	margin-left:40px;
	margin-right:40px;
}
.mx-50{
	margin-left:50px;
	margin-right:50px;
}
.mx-60{
	margin-left:60px;
	margin-right:60px;
}

.pt-40{
	padding-top: 40px;
}
.text-center{
text-align: center;
}
.text-left{
text-align: left;
}
.text-right{
text-align: right;
}

.white{color: #fff;
}
.yellow{color: yellow;
}

.red{color: #e60012;
}
.green{
	color: #00AB84;
}
.txt-small{
	font-size: 0.8em;
}
.txt-s{
	font-size: 0.9em;
}
.txt-l{
	font-size: 1.1em;
}
.txt-ll{
	font-size: 1.3em;
}
.txt-lll{
	font-size: 1.4em;
}
.txt-llll{
	font-size: 2.0em;
}
.txt-12{
	font-size:12px;
}
.txt-13{
	font-size:13px;
}
.txt-14{
	font-size:14px;
}
.bold {
	font-weight: bold;
}
.nowrap{
	white-space:nowrap;
	display: inline-block;
}
.mx-auto{
	margin-left: auto;
	margin-right: auto;
}
.w50{
	width: 49%;
	box-sizing: border-box;
}

.w33{
	width: 33%;
	box-sizing: border-box;
}
.w25{
	width: 24%;
	box-sizing: border-box;
}
.w66{
	width: 66%;
	box-sizing: border-box;
}
.w75{
	width: 75%;
	box-sizing: border-box;
}
.r-box{
	float: right;
}
.l-box{
	float: left;
}
table{
	width: 100%;
	border-collapse: collapse;
}
table td,
table th{
	padding: 0.2em;
	text-align: center;
	vertical-align: middle;
	border: solid 1px #333; 
}
table th{
	background: #a4d4b9;
}

@media screen and (max-width: 767.98px) {
.w-sm-100{
	width: 100% !important;
	max-width: none;
	box-sizing: border-box;
	}
.w-sm-66{
	width: 66%;
	max-width: none;
	box-sizing: border-box;
	}
.w-sm-33{
	width: 33%;
	max-width: none;
	box-sizing: border-box;
	}
	.mx-sm-auto{
	margin-left: auto;
	margin-right: auto;
	}
	.px-sm-01{
		padding-left: 6% !important;
		padding-right: 6% !important;
	}
	.px-sm-02{
		padding-left: 2em !important;
		padding-right: 2em !important;
	}
	.float-sm-none{
		float: none;
	}
	.text-sm-center{
		text-align: center;
	}
	.text-sm-left{
		text-align: left;
	}
	.w-sm-50{
		width: 50%;
		box-sizing: border-box;
	}
	.p-sm-0{
		padding: 0;
	}
	.mb-sm-0{
		margin-bottom: 0 !important;
	}
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.flexbox {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
	list-style: none;
	justify-content: center;
}
.flexbox > * {
  box-sizing: border-box;
  width: 23%;
  margin: 1%;
  vertical-align: top;
  position: relative;
	list-style: none;
}
.flexbox > .flex50 {
  width: 49%;
}
.flexbox > .flex50:nth-child(even) {
	margin-left: 1%;
	margin-right: 0;
}

.flexbox > .flex50:nth-child(odd) {
	margin-right: 1%;
	margin-left: 0;
}
.flexbox > .flex30 {
  width: 31%;
	margin-left: 1%;
	margin-right: 1%;

}
.indent-1{
	display: inline-block;
	text-indent: -1em;
	margin-left: 1em;
}

ul.caution_list{
	font-size: 13px;
	line-height: 1.7em;
	list-style: none;
}
ul.asterisk{
	list-style: none;
	padding: 0;
}
ul.asterisk li,
ul.caution_list li,
ul.circle li,
ul.square li{
	padding-left: 1.4em;
	line-height: 1.4em;
	list-style: none;
	margin-bottom: 0.3em;
}
ul.asterisk li:before,
ul.caution_list li:before{
	content: '※';
	margin-left: -1.3em;
	margin-right: 0.25em
}
ul.asterisk2 li:before{
	content: '＊';
	margin-left: -1.3em;
	margin-right: 0.25em
}


ul.circle li:before{
	content: '○';
	margin-left: -1.3em;
	margin-right: 0.25em
}

ul.circle{
	padding: 0;
}
ul.square li{
	list-style-type: square;
}

ol.number{
	margin-top: 0.5em;
	list-style: none;
	padding: 0;
}
ol.number li{
	list-style-type: decimal;
}
.wrapper{
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.inc_btn{
	position: relative;
}
.inc_btn .btnbox{
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
}
.inc_btn .btnbox a{
	display: block;
	text-indent: 110%;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	margin: auto;
}

/*header*/
header#header {
  padding: 10px 0 10px;
  margin-bottom: 0.5rem;
}
header#header .wrapper{
	max-width: 1200px;
}
header#header .wrapper #logo + span {
  width: 100%;
  max-width: 300px;
}
header#header .wrapper #logo {
  max-width: 150px;
}

@media screen and (max-width: 575.98px) {

header#header .wrapper #logo + span {
  width: calc( 100% - 130px);
}

}

/*  Footer */
footer {
	background-color: #11974b;
	padding: 10px 0;
	text-align: center;
}

footer p {
	color: #ffffff;
	font-size: 12px;
}
footer[role="contentinfo"] {
    margin-bottom: 0;
    padding: 8px 0!important;
    line-height: 1!important;
    background: #049849;
    color: #fff!important;
    text-align: center;
}

#pageTop{
position: fixed;
z-index: 4;
bottom: -60px;
opacity: 0;
right: 20px;
transition: .5s;
}
#pageTop.fixed{
bottom: 20px;
	opacity: 1;
}
#pageTop a{
	display: block;
	width: 4rem;
	height: 4rem;
}


#intro{
	overflow: hidden;
}

/*tweak*/
a,label{
	transition: .3s;
}

#eyecatch{
}

#eyecatch01{
background-image: linear-gradient(#000034, #001b5f);
   padding: 2rem 0;
   position: relative;
}

#top_title_top_text{
width: 90%;
max-width: 800px;
aspect-ratio: 1000 / 757;
position: relative;
overflow: visible;
margin: 0 auto;


}
#top_title_top_text:before{
opacity: 0;
content: "";
display: block;
position: absolute;
inset:0;
width: 100%;
height: 100%;
background:url("/static/cp/cpandsp/arigatou2026/images/02_pc_arigatou2026_flame.png")  center no-repeat;
background-size: contain;
}
#top_title_top_text.action_03.on:before{
   opacity: 1;
}

#eyecatch01_header,
#eyecatch01_text{
   position: absolute;
   inset:0;
   width: 100%;
   height: 100%;
}


#eyecatch01_header .top_maru{
	max-width: 110px;
	width: 9%;
	position: absolute;
	right: 7%;
	top: 0;
}
#top_photo{
	position: absolute;
   top: 50%;
   transform: translateY(-70%) scale(280%);
   opacity: 0;
}

#top_photo.on{
   transform: translateY(-55%) scale(185%);
   opacity: 100;
}


#eyecatch02{
}
.action_01{
transition:
	transform 1.5s cubic-bezier(0.16, 1, 0.3, 1),
	opacity   1.0s ease-out;   

}
.action_01.on{}

.action_02{/*top_title  eyecatch01_text*/
	opacity: 0;
	transition: .5s;
}
.action_02.on{
	opacity: 1
}


.action_03:before{
   transition: .5s;

}
.action_03.on{}

.action_05{
	transition: 1.0s;
	opacity: 0;
	transform: translateY(50%);
}
.action_05.on{
	opacity: 1;
	transform: translateY(0);

}



.tweak01{
	max-width: 26em;
	margin: 1em auto;
}
@media screen and (max-width: 575.98px) {
#top_title_top_text{
width: 98%;
   }
#top_title_top_text:before{
   background: url("/static/cp/cpandsp/arigatou2026/images/02_sp_arigatou2026_flame.png");
background-size: contain;
}   
#top_photo{
   top: 50%;
   transform: translateY(-50%) scale(200%);
   opacity: 0;
}

#top_photo.on{
   transform: translateY(-50%) scale(120%);
   opacity: 100;
}

	
}
.tweak02{
	position: relative;
	display: block;
	text-align: right;
	color: #d61518;
	padding-bottom: 0.4em;
}
.tweak02 b{
	display: inline-block;
	padding: 0 0.3em;
	border: 1px solid #d61518;
}
.tweak03{
position: absolute;
top: 10px;
left: 0;
right: 0;
}
.tweak03 .wrapper{
width: 70%;
}
.tweak03 .w100{
width: 42%;
}

#eyecatch > svg{
	margin-top:clamp(2rem, 1.273rem + 3.64vw, 4rem);
}

@media screen and (max-width: 767.98px) {
#eyecatch {
	overflow: hidden;
}
#eyecatch > svg{
margin-left: calc( -50vw + 50px);
margin-right: calc( -50vw + 50px);
margin-top:clamp(2rem, 1.273rem + 3.64vw, 4rem);
}
header#header .wrapper #logo + span {
padding-right: 1rem;
}
header#header .wrapper #logo {
max-width: 100px;

}
}
@media (max-width: 991.98px) {
	
.tweak03 {
top: 0;
left: 0;
}
.tweak03 .wrapper{
width: calc( 100% - 1rem);
}

.tweak03 .w100{
width: 70%;
max-width: 270px;
}
footer {
	padding-bottom: 4rem;
}
	
	
}


@media (max-width: 575.98px) {
footer {
	padding-bottom: 1rem;
}
}

#about{
	
}
#about .ttl{
	color: #002e5f;
	font-size: clamp(1.375rem, 1.148rem + 1.14vw, 2rem);
	border-bottom: 2px solid #002e5f;
	font-weight: bold;
	margin-bottom: 0.5em;
	line-height: 1.3
}
#about .kikan{
	font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
	font-weight: bold;
}
#about .card{
	font-size: 1.05em;
	font-weight: bold;
}

#contents-block .ttl{
	font-size:clamp(1.313rem, 0.994rem + 1.59vw, 2.188rem);
	color: #fff;
	background: #b69f14;
	text-align: center;
	padding: 0.3em ;
	line-height: 1.3em;
}
#contents-block .ttl.txt-l{
	font-size:clamp(1.6rem, 1.309rem + 1.45vw, 2.4rem);
}


#entry .entry_box{
	border: 1px solid #998772;
	padding-bottom: 0.5em;
	width: 100%;
	text-align: center;
	background: #fff;
}
#entry .entry_box > .ttl{
	background: #002e5f;
	color: #fff;
	padding: 6px ;
	font-size: clamp(1.313rem, 0.994rem + 1.59vw, 2.188rem);
/*	font-size: 1.3em;*/
}
#inquiry .ttl.bg_blue{
	background: #002e5f;
}
.entry_box {
	margin-bottom: 2em;
}
.entry_box .btn_entry{
	max-width: 260px;
	margin: 0.8em auto 2em;
}
.entry_box .btn_entry:hover{
	opacity: 0.8;
}

.entry_box .t-number {
    margin: 0.5em auto;
    background: #e2d7a5;
    padding: 2px 2em;
    display: inline-block;
	font-size: 1.3em;
	font-weight: bold;
}
.entry_box .card_logo{
	padding-top: 0.5em;
}
.plus.entry_box .card_logo {
	max-width: 260px;
}
.vpass.entry_box .card_logo {
	max-width: 106px;
}
.jcb.entry_box .card_logo {
	max-width: 48px;
}

@media screen and (max-width: 500px) {
.entry_box .t-number{
	padding-left: 0 !important;
	padding-right:  0 !important;
	width: 100%;
}
}

@media screen and (max-width: 999px) {
#eyecatch2,
#entry,
#caution,
#inquiry,
.px-3{
	padding-left: 6% !important;
	padding-right: 6% !important;
	}
}

#copyRight{
	color: #fff;
}


/*MODAL*/
.open-modal{
	cursor: pointer;
	text-decoration: underline;
}

/*  ポップアップウィンドウ  */
.modal{
	color: #323232;
	font-size: 14px;
	line-height: 180%;
}
.modal .ttl{
	background: transparent;
	text-align: left;
	padding: 10px 0;
	color: #323232;
}
.modal .open-modal{
    text-decoration: underline;
    color: #0000FF;
    cursor : pointer;
}
.modal .boxWrap{
    display: table;
    background-color: #e4dacd;
    width: 100%;
}
.modal .boxWrap .titl {
    font-weight: bold;
    font-size: 24px;
    margin-top: 20px;
    margin-left: 20px;
}
.modal .boxCh {
    padding: 5px 20px 20px;
    display: inline-block;
    width: calc( 50% - 42px);
    vertical-align: top;
}
.modal .boxWrap2{
    display: table;
    width: 100%;
}
.modal .boxWrap2 .titl {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    margin-top: 20px;
    margin-left: 20px;
}

.modal .m-card {
    width: 98%;
}
	.modal .m-card .logo01 img {
    height: auto !important;
}
.modal .m-card .logo02 img {
    height: auto !important;
}
.modal .m-card .card-table {
    border: 1px solid #676260;
    background-color: #FFFFFF;
    font-size: 12px;
	line-height: 1.4em;
	padding: 0.4em 0 ;
	}

.modal .m-card .ttl img  {
    padding-right: 10px;
	vertical-align: bottom;
}
.modal .card-table ul li {
	margin: 0;
	padding: 0;
}
.modal .card-table ul li {
    padding: 0 0.4em 0.2em 1.4em;
	text-indent: -1.2em;
}

@media (max-width: 720px) {
/*  ポップアップウィンドウ  */
.modal .boxCh {
    padding: 8px;
    width: 95%;
}	
}
/* end */




.open {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up {
/*	display: none;*/
	visibility: hidden;
	opacity: 0;
	transition: 0.5s;
}
.overlay {
/*	display: none;*/
	visibility: hidden;
	opacity: 0;
	transition: 0.5s;
}
#pop-up:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	visibility: visible;
	opacity: 1;
}
.window {
	width: 80%;
	max-width: 1000px;
	height: auto;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .5s;
}
.close{
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 40px;
  width: 40px;
  height: 30px;
	padding-top: 10px;
  color: #282c34;
		text-decoration: none;
	transition: .5s;
	cursor: pointer;
}

.modal-content{
		line-height: 180%;
}
.modal-content a img{
	max-height: 38vh;
	max-width: 100%;
	width: auto;
}



#cta{}
#cta .modal .boxWrap{
	background: #fff;
}
.fix_bnr{
	position: fixed;
	bottom: 0;
	right: 0;
}
.fix_bnr label{
	display:block;
	cursor: pointer;
	width: 100%;
	max-width: 270px;
	padding-right: 20px;
}
.fix_bnr label img{
	width: inherit;
	height: auto;
	display: block;
	
}

@media (max-width: 575.98px) {
.fix_bnr label{
	max-width: 150px;
	padding-right: 10px;
}
}

#cta .modal{
	line-height: 1.5em;
}
#cta .modal-wrap{
	width: 90%;
}
#cta .modal .boxWrap{
	padding: calc(30px + 0.2rem ) 2rem 1rem;
	display: block !important;
	width: auto;
}
#cta .modal-overlay .close {
  top: 0.2rem;
	color: #929292;
}
#cta .modal h2.ttl,
#cta .modal h3.ttl{
	color: #00805f;
}
#cta .modal h2.ttl{
font-weight: bold;
	font-size: clamp(1.375rem, 1.284rem + 0.45vw, 1.625rem);
	line-height: 1.6em;
}
#cta .modal h3.ttl{
font-weight: bold;
	font-size: clamp(1.188rem, 1.165rem + 0.11vw, 1.25rem);
	padding-left: 1.3em;
	text-indent: -1.3em;
}

#cta .modal h3.ttl:before{
  content: "\025a0";
  margin-right: 0.3em;
}

#cta .modal .row{
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
	
}
#cta .modal .row > div{ 
box-sizing: border-box !important;
position: relative;
z-index: 0;
}
#cta .modal .row > div{
}

#cta .modal .brand{
	display: block;
	padding: 0 1rem;
	height: 8rem;
	position: relative;
}
#cta .modal .brand img{
	position:absolute;
	transform: translate( -50%, -50% );
	top: 50%;
	left: 50%;
	height: auto;
}


.card-rankup .jcb .brand img{
	max-width: 80px;
}
.card-new .jcb .brand img{
	max-width: 70px;
}
	
.card-rankup .visa .brand img{
	max-width: 90px;
}
.card-new .visa .brand img{
	max-width: 80px;
}
	
.card-new .resona .brand img{
	width: 90%;
	max-width: 170px;
}
	

a[href^="tel:"] {
	color: #000;
	text-decoration: underline;
}


.fade {
	opacity: 0;
	transform: translateY(30px);
	transition-delay: .3s;
	transition: opacity 1.5s, transform 1s;
}.fade.active {
	opacity: 1;
	transform: translateY(0px);
}