@charset "UTF-8";

/* CSS Document */
.pc_Only {
	display: block;
}

.sp_Only {
	display: none;
}

.s_txt {
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
 .pc_Only {
 display: none;
}
 .sp_Only {
 display: block;
}
}

/*ヘッダー*/
header {
	background-color: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	/*height: 9.8rem;*/
	height: 100px;
}

header .container {
	max-width: 100%;
	/*height: 9.8rem;*/
	height: 100px;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-links {
	width: 630px;
	display: flex;
}

.header-links li {
	width: 50%;
}

.header-logo {
	margin-left: 5rem;
	width: 150px;
}

.header-logo a {
	display: block;
	width: 100%;
}
 @media screen and (max-width: 767px) {
 header {
 height: 60px;
}
 header .container {
 position: relative;
 /*height: auto;*/
	 height: 60px;
}
 .header-logo {
 margin: 0;
 padding: 0 2rem;
 /*display: flex;
 align-items: center;
 width: 35%;
 height: 6rem;*/
	 width: 130px;
}
 .header-links {
 width: 100%;
}
 .apply_navi {
 position: fixed;
 bottom: 0;
 width: 100%;
}
}

/*KVエリア*/
main {
	margin-top: 100px;
}

.pc_kv_aria {
	width: 100%;
	background: #ffe85f;
	height: 871px;
    border-bottom: #009fc1 4px solid;
}

.kv_h1_sp {
	display: none;
}

.kv_inn {
	width: 1280px;
	margin: 0 auto;
	position: relative;
}

/*飾りの波*/
.kv_pc_deco {
	margin: 0 auto 0;
	width: 1290px;
    padding-top: 20px;
}
.kv_pc_deco_wrap {
 background-image: url(../images/kv_pc_deco_bg.png);
 background-size: 1920px;
 background-repeat: no-repeat;
 background-position: center top;
}
@media screen and (max-width: 1289px) {
.kv_pc_deco_wrap {
width: 1290px;

}
}
 @media screen and (max-width: 767px) {
 main {
 margin-top: 60px;
}
 .pc_kv_aria {
 width: inherit;
 height: auto;
 background: none;
}
 .kv_h1_pc {
 display: none;
}
 .kv_h1_sp {
 display: block;
}
 .kv_dete {
 display: none;
}
 .kv_txt {
 display: none;
}
 .kv_pc_deco {
 display: none;
}
 .kv_inn {
 width: 100%;
}
}

h1 {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.kv_txt {
	width: 804px;
	position: absolute;
	top: 222px;
	left: 315px;
	z-index: 2;
}

.kv_dete {
	position: absolute;
	left: -20px;
	top: 335px;
	width: 360px;
}

.content_wrap {
}

/*---------------------------------------------------------------------------*/

.overview_box {
	margin: 70px auto 0;
	padding: 0px 20px 35px;
	width: 1160px;
	background: #fff;
	border: solid 3px #009fc1;
	border-radius: 30px;
}

.overview_box img {
	width: 100%;
	height: auto;
}

.overview_ttl {
	margin: -40px auto 0;
	width: 460px;
}

.overview_intro {
	margin: 36px auto 0;
	width: 810px;
}

.overview_present {
	margin: 30px auto 0;
	width: 1100px;
}

.present_list {
	display: flex;
}

.present_list > li.ty01 {
	width: 554px;
}

.present_list > li.ty02 {
	width: 546px;
}

.w_chance_box {
	margin: -10px auto 0;
	width: 1112px;
}

.w_chance_box .txt {
	padding:0 28px;
	font-size: 1.4rem;
	line-height: 1.6;
}
 @media screen and (min-width: 768px) and (max-width:1024px) {
.overview_area {
 padding: 0 40px;
}
 .overview_box {
 margin: 70px auto 0;
 padding: 0px 28px 35px;
 width: inherit;
 border-radius: 20px;
}
 .overview_ttl {
 margin: -40px auto 0;
 width: 80%;
}
 .overview_intro {
 margin: 36px auto 0;
 width: inherit;
}
 .overview_present {
 margin: 40px auto 0;
	 width: inherit;
}
 .w_chance_box {
 margin: 0px auto 0;
	 width: inherit;
}
	 
.w_chance_box .txt {
	padding:0;
}
}
 @media screen and (max-width: 767px) {
.overview_area {
 padding: 0 5vw;
}
 .overview_box {
 margin: 12vw auto 0;
 padding: 0px 0vw 5vw;
 width: inherit;
 border: solid 2px #009fc1;
 border-radius: 20px;
}
	 
.overview_ttl {
	margin: -6.5vw auto 0;
	width: 87%;
}
	 
.overview_intro {
	margin: 5vw auto 0;
	width: 90%;
}

.overview_present {
	margin: 8vw auto 0;
	padding: 0 3vw;
	width: inherit;
}

.present_list {
 display: block;
}
.present_list > li.ty01 {
	width: inherit;
}

.present_list > li.ty02 {
	width: inherit;
}
	 
.w_chance_box {
	margin: 7vw auto 0;
	padding: 0 3vw;
	width: inherit;
}
	 
.w_chance_box .txt {
	padding: 5vw 2vw 0;
	font-size: 3.5vw;
}
}

/*---------------------------------------------------------------------------*/
/*キャンペーン概要*/
.sp_sec01 {
	display: none;
}

.pc_sec01 {
	display: block;
}

.cp_wrap {
	margin-top: 5rem;
}

.cp_wrap h3 {
	text-align: center;
}

.cp_box {
	margin: 0 auto;
	width: 1182px;
}

.cp_box_inner {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.sec01_txtimg {
	width: fit-content;
	margin: 0;
	padding-left: 5rem;
}

.sec01_item {
	width: fit-content;
	margin: auto;
}

.w_chance {
	margin-top: -70px;
}

.sec01_txt {
	font-size: 1.4rem;
	color: #804F21;
	margin: -15.7rem 3rem 0 4rem;
	line-height: 1.54;
}
@media screen and (max-width: 767px) {
 .pc_sec01 {
 display: none;
}
 .sp_sec01 {
 display: block;
 margin-top: 0px;
}
 .cp_box {
 margin: 0 auto;
 width: 88%;
 height: inherit;
}
 .sec01_txtimg {
 margin: 0 auto;
 padding-left: 0;
}
 .sec01_item {
 margin: 0 auto;
 width: 98%;
 padding-left: 0;
}
 .sec01_item.sp {
 margin: -1rem auto 0;
 width: 91%;
 padding-top: 18vw;
}
 .sec01_item.sp img {
 margin-top: 2vh;
}
 .sec01_txt {
 font-size: 1.4rem;
 color: #804F21;
 margin: 1.5rem 2.5rem 0;
 line-height: 1.65;
 padding-bottom: 6rem;
}
 .sec01_sp_wchance_bg {
 background-image:
 url(../images/sec01_sp_wchance_bg.png);
 background-size: contain;
 margin-top: 10vw;
 background-repeat: no-repeat;
}
 .content_wrap {
}
}

/**応募要項*/
.content_oubo_wrap {
	width: 100%;
	background: #ffed8c;
}

.frame_wave {
	margin: 135px auto -61px;
	width: 1280px;
}

.frame_wave img {
	max-width: none;
	width: 100%;
	height: auto;
}
 @media screen and (min-width: 768px) and (max-width:1024px) {
.frame_wave {
 margin: 100px auto 0px;
 width: inherit;
}
}
 @media screen and (max-width: 767px) {
.frame_wave {
 margin: 40px auto 0px;
 width: inherit;
}
}

/**/
section.oubo_wrap {
	width: 1280px;
	margin: 0 auto;
	padding: 4% 6rem 0;
}

.oubo_ttl_box {
}

.oubo_ttl_box h3 img {
	margin: 0 auto;
}

/**/
.guideline-area {
	background: #ffed8c;
}

.guideline_ttl img {
	width: 100%;
	height: auto;
}

/**/
.item_list_box {
	margin: -15px auto 0;
	width: 1120px;
}

.item_list {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.item_list img {
	max-width: none;
	width: 100%;
	height: auto;
}

.item_list > li {
	margin-left: 50px;
	text-align: center;
	white-space: nowrap;
}

.item_list > li:first-child {
	margin-left: 0;
}

.item_list > li:last-child {
	margin-left: 30px;
}

.item_fig .pic {
	margin: 0 auto 0;
}

.item_fig.ty01 .pic {
	width: 251px;
}

.item_fig.ty02 .pic {
	width: 412px;
}

.item_fig.ty03 .pic {
	width: 123px;
}

.item_fig.ty04 .pic {
	width: 97px;
}

.item_fig .txt {
	font-size: 2.2rem;
	color: #009fc1;
	-webkit-text-stroke: 6px #fff;
	paint-order: stroke fill;
}

.item_list_notes {
	margin-top: 10px;
	font-size: 1.6rem;
	text-align: right;
	letter-spacing: 1px;
	position: relative;
	right: -1em;
}
 @media screen and (min-width: 768px) and (max-width:1024px) {
.item_list_box {
 margin: -15px auto 0;
 width: inherit;
}
 .item_list > li {
 margin-left: 10px;
 text-align: center;
}
 .item_list > li:first-child {
 margin-left: 0;
}
 .item_list > li:last-child {
 margin-left: 10px;
}
 .item_fig.ty01 .pic {
 width: inherit;
}
.item_fig.ty02 .pic {
 width: inherit;
}
.item_fig.ty03 .pic {
 width: inherit;
}
.item_fig.ty04 .pic {
 width: inherit;
}
 .item_fig .txt {
 font-size: 1.6rem;
 -webkit-text-stroke: 6px #fff;
 paint-order: stroke fill;
}
}
 @media screen and (max-width: 767px) {
.item_list_box {
 margin: 10px auto 0;
 padding: 0 3vw;
 width: inherit;
}
 .item_list {
 display: flex;
 justify-content: center;
 align-items: flex-end;
 flex-wrap: wrap;
 gap:15px 10px;
}
.item_list img {
 max-width: none;
 width: 100%;
 height: auto;
}
 .item_list > li {
 margin-left: 0px;
 text-align: center;
 white-space: nowrap;
}
 .item_list > li:first-child {
 margin-left: 0;
}
 .item_list > li:last-child {
 margin-left: 0px;
}
 .item_list > li.ty01 {
 order: 1;
 width: 52%;
 margin-right:15px;
}
 .item_list > li.ty02 {
 order: 4;
 width: 70%;
 margin-left:10px;
}
 .item_list > li.ty03 {
 order: 2;
 width: 25.6%;
}
 .item_list > li.ty04 {
 order: 3;
 width: 19%;
}
 .item_fig .pic {
 margin: 0 auto 0;
}
 .item_fig.ty01 .pic {
 width: 100%;
}
.item_fig.ty02 .pic {
 width: 100%;
}
.item_fig.ty03 .pic {
 width: 100%;
}
.item_fig.ty04 .pic {
 margin-right: -15px;
 width: 100%;
}
 .item_fig .txt {
 font-size: 3.5vw;
 -webkit-text-stroke: 4px #fff;
 paint-order: stroke fill;
}
 .item_list_notes {
 margin-top: 10px;
 font-size: 3.0vw;
 position: relative;
 right:0;
}
}

ul.itembox_inn {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	align-items: flex-end;
}

ul.itembox_inn li {
	text-align: center;
}

.item_pic img {
	max-width: none !important;
	width: 100% !important;
	height: auto !important;
}

/*.item_pic.ty01 {
	width: 250px;
}
.item_pic.ty02 {
	width: 412px;
}
.item_pic.ty03 {
	width: 123px;
}
.item_pic.ty04 {
	width: 97px;
}*/

ul.itembox_inn li p {
	color: #ea5a4c;
	font-size: 2.2rem;
	font-weight: bold;
}

.sec2_itembox {
}

.sec2_itembox p.s_txt {
	text-align: right;
	font-weight: 500;
	margin-top: 1.5rem;
}

div.oubo_txtbox {
	width: 100%;
	margin-top: 4.6rem;
	display: flex;
	justify-content: space-between;
}

div.oubo_txtbox_inn {
	width: 48.5%;
}

div .oubo_txtbox_ttl {
	margin: 0 auto 0;
	position: relative;
	z-index: 3;
	width: 226px;
}

div .oubo_txtbox_ttl img {
	max-width: none;
	width: 100%;
	height: auto;
}
 @media screen and (max-width: 767px) {
div .oubo_txtbox_ttl {
 width: 50%;
}
}

.oubo_txtbox_ttl h3 {
	text-align: center;
}

.oubo_txt {
	position: relative;
	background-color: #fff;
	border-radius: 2rem;
	padding: 6rem 3rem 8rem 3.7rem;
	margin-top: -2.5rem;
	margin-bottom: 2.3rem;
	letter-spacing: 0.1rem;
	border: solid 3px #009fc1;
}

.oubo_txt img {
	max-width: none;
	width: 100%;
	height: auto;
}

.oubo_txt_R {
	position: relative;
	background-color: #fff;
	border-radius: 2rem;
	padding: 3.9rem 3rem 3.3rem;
	margin-top: -2.5rem;
	margin-bottom: 2.3rem;
	border: solid 3px #009fc1;
}

.oubo_txt p {
	line-height: 1.7;
	font-size: 1.8rem;
}

.oubo_txt span.u_line {
	background-color: #FFEE62;
	line-height: 1.7;
}

.oubo_txt .s_txt {
	font-size: 1.4rem;
	margin: 3rem auto 4.2rem;
	font-weight: 500;
}
 @media screen and (max-width: 767px) {
.oubo_txt .s_txt {
 font-size: 3.0vw;
}
}

p.oubo_add {
	font-size: 2.0rem;
	letter-spacing: 1.5px;
}

p.oubo_18 {
	line-height: 1.7;
	font-size: 1.8rem;
}
 @media screen and (max-width: 767px) {
p.oubo_add {
 font-size: 3.8vw;
 letter-spacing: normal;
 line-height: 1.8;
}
p.oubo_18 {
 line-height: 1.7;
 font-size: 3.8vw;
}
}

.btn_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.btn_box a {
	/*width: 49%;*/
	width: 240px;
}

.txt_boxdeco {
	background: #eb634f;
	color: #fff;
	padding: 0.2rem;
}

.h_line {
	background-image: linear-gradient(180deg, #FFFFFF 65%, #FFEE62 35%);
	display: inline-block;
}

.txt_red {
	color: #df0012;
}

.txt_red img {
	max-width: none;
	width: 77px;
	height: auto;
}

.att_txt .h_line {
	font-size: 2.3rem;
	line-height: 1.7;
	letter-spacing: 0.3rem;
	margin-left: 2rem;
}

div.pb_23 {
	margin-bottom: 2.3rem;
}
@media screen and (min-width: 749px) {
 .Dicon_pc {
 content: url("../images/icon_D.png");
 position: absolute;
 right: 8rem;
 bottom: 0;
}
}
@media screen and (max-width: 767px) {
 .content_oubo_wrap {
}
 section.oubo_wrap {
 width: 100%;
 margin: 0 auto;
 padding: 0;
}
 .oubo_ttl_box {
 position: relative;
 padding: 4vw 2vw 0;
}
 .sec2_itembox {
 padding-top: 4vw;
}
 ul.itembox_inn {
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 align-content: flex-end;
 justify-content: space-between;
}
 .itembox_inn :nth-child(1) {
 order: 1;
 width: 62%;
}
 .itembox_inn :nth-child(2) {
 order: 4;
 width: 75%;
}
 .itembox_inn :nth-child(3) {
 order: 2;
 width: 31.6%;
}
 .itembox_inn :nth-child(4) {
 order: 3;
 width: 24%;
}
 ul.itembox_inn li p {
 font-size: 1.6rem;
 margin: 0 auto;
}
 div.oubo_txtbox {
 display: block;
 margin-top: 10vw;
 padding: 0 5vw;
}
 div.oubo_txtbox_inn {
 margin-top: 6vw;
 width: 100%;
 position: relative;
}
 .btn_box {
 display: block;
}
 .btn_box a {
 display: block;
 width: 100%;
}
 .btn_box a:last-child {
 padding-top: 2rem;
}
 .oubo_txt {
 padding: 12vw 5.0vw 8vw;
	 margin-top: -4.5vw;
 margin-bottom: 0;
 border: solid 2px #009fc1;
}
 .oubo_txtbox_ttl img {
 width: 48%;
}
 .oubo_txtbox_inn {
}
 .Dicon_sp {
 content: url("../images/icon_D.png");
 position: absolute;
 top: -6.7%;
 right: 8%;
 width: 21%;
}
 .oubo_txt_R.att_txt p {
 text-align: center;
}
 .oubo_txt_R.att_txt p:first-child {
 padding-bottom: 2rem;
}
 .att_txt .h_line {
 font-size: 5vw;
 line-height: 1.7;
	 letter-spacing: 0.1rem;
	 margin-left:0;
}
}

.sec03 {
	margin-top: 5.6rem;
}

.sec03 .oubo_txt {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.sec03 .txt_red {
	color: #DF0012;
	font-size: 1.8rem;
	font-weight: bold;
}

.sec03 h3 {
	padding-bottom: 2rem;
}

.sec03 h4 {
	color: #ff6c6c;
}

.sec03 .txt_mred {
	color: #ff6c6c;
}

/**/
.flow_step {
	margin-top: 50px;
	display: flex;
}

/**/
.req_img {
	margin-top: 50px;
}

.sec03 h4,
.sec03 li,
.sec03 p {
	/*font-weight: 600;*/
  font-size: 1.5rem;
}

.recept_li {
	margin-left: 2.3rem;
}

ul.att_list li {
	text-indent: -1em;
	padding-left: 1em;
	padding-bottom: 0.5rem;
}

.sec03 .req_box {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
	margin-top: 2rem;
}

.req_box_txt {
	width: 35.2rem;
	margin-left: 4.3rem;
	border: solid #ff6c6c 1px;
	padding: 1rem 3rem;
}

.req_box_btn {
	width: 630px;
}

.req_box_btn a {
	display: block;
}
 @media screen and (min-width: 768px) and (max-width:1024px) {
.req_box_btn {
 width: 100%;
}
}
 @media screen and (max-width: 767px) {
 .oubo_wrap {
 padding: 0 5vw;
}
	 
.sec03.oubo_wrap {
		 margin-top: 13vw;
	 }
	 
/**/
.flow_step {
 margin-top: 7vw;
 margin-bottom: 10vw;
 display: block;
}
 .req_img {
 margin-top: 7vw;
 margin-bottom: 4.8rem;
}
 .sec03 .req_box {
 display: block;
}
 .req_box_txt {
 width: 100%;
 margin-bottom: 7vw;
 margin-left: 0;
 padding: 3vw 3vw;
}
 .req_box_btn {
 width: 100%;
}
 .oubo_txt p, .oubo_txt_R, .sec03 h4, .sec03 li, .sec03 p {
    /*font-size: 1.85rem;*/
		font-size: 3.8vw;
}
 .sec03 .txt_red {
 font-size: 3.8vw;
}
 .oubo_txt .s_txt {
 margin: 1rem auto 1.5rem;
 font-weight: 500;
}
 .oubo_txt_R {
	 margin-top: -5vw;
	 margin-bottom: 5vw;
 padding: 8vw 4.0vw 6vw;
 border: solid 2px #009fc1;
}
 .recept_li {
 margin-left: 0;
}
}

/*注意事項*/
.sec04 {
	margin-top: 6rem;
	font-size: 1.4rem;
	padding-bottom: 6rem;
}

.sec04 .att_alia {
	background-color: #fff;
	padding: 4rem 3rem 5rem;
	margin-bottom: 6rem;
}

.sec04 div.w_line {
	width: 100%;
	border-bottom: solid 1px;
	margin: 2rem 0;
}

.sec04 .att_box {
	width: fit-content;
	border: solid 1.5px #804F21;
	padding: 0.5rem 3rem;
	margin: auto;
}

.sec04 .att_box p {
	font-weight: bold;
	font-size: 1.75rem;
	letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
.sec04 {
 margin-top: 8vw;
 font-size: 3.5vw;
 padding-bottom: 10vw;
}
 .sec04 .att_alia {
 margin: 0 5vw 10vw;
 padding: 8vw 5vw 8vw;
}
}

/*同意エリア*/
.agree_box {
	width: fit-content;
	margin: 0 auto;
	text-align: center;
	font-weight: 300;
}

.agree_box_inn {
	font-size: 1.6rem;
	letter-spacing: 2.3px;
	margin: 5rem 0 3rem;
}

/* 送信ボタン */
.submit-btn {
	margin: 0 auto;
	width: 710px;
	/* ボタン有効時のスタイル */
  cursor: pointer; /* ポインターカーソルを表示 */
}

.submit-btn img {
	max-width: none;
	width: 100%;
	height: auto;
}

/* ボタン無効時のスタイル */
.submit-btn[disabled] {
	opacity: 0.5;
	cursor: not-allowed; /* クリック不可のカーソルを表示 */
}

/*フッター*/
footer {
	width: 100%;
	background: #ff6c6c;
	color: #FFF;
	margin-top: 4rem;
	padding: 1.4rem;
}

.footer_inn {
	/*max-width: 1280px;*/
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.foo_L_txt {
	/*width: 33%;*/
	width: 580px;
	font-size: 1.4rem;
	/*margin-left: 5rem;*/
  text-align: left;
	flex-shrink: 0;
}

.foo_tell {
	display: flex;
	/*justify-content: space-between;*/
  align-items: center;
	gap:0 15px;
}

.foo_tell p {
	/*font-size: 3.4rem;*/
	font-size: 4.6rem;
	font-weight: bold;
	letter-spacing: 0.3rem;
}
.foo_tell p:nth-child(1) {
 font-size: 1.4rem;
 font-weight: bold;
 border: solid 1px #FFF;
 padding: 0.5rem 1rem;
 width: fit-content;
}
.foo_L_txt p:nth-child(2) {
}

.foo_L_txt p.txt_ind {
	text-indent: 7rem;
}

footer li {
	font-size: 1.4rem;
	font-weight: 300;
	padding-left: 1.4rem;
	padding-right: 1.4rem;
	border-right: solid 1px;
	border-left: solid 1px;
}

footer li:first-child {
	border-right: none;
}

.f_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.recep_hour {
	text-indent: -5.7em;
	padding-left: 5.7em;
	letter-spacing: 2px;
	line-height:1.8;
}
 @media screen and (max-width: 767px) {
 .agree_box {
 margin: 0 2rem;
 text-align: left;
}
	
/* 送信ボタン */
.submit-btn {
 width: inherit;
}
 footer {
 padding: 1.4rem 2rem 0;
 padding-bottom: 20vw;
}
 .footer_inn {
 width: 100%;
}
 .foo_L_txt {
 width: 100%;
 margin-left: 0;
 font-size: 1.5rem;
}
/* .foo_tell p {
 font-size: 7.5vw;
 letter-spacing: 0.2rem;
}*/
.recep_hour {
	margin-top: 10px;
	font-size: 2.8rem;
}
 .f_box {
 display: block;
}
 .f_box:last-child {
 display: flex;
 justify-content: space-between;
 padding: 0;
 margin: 5vw 0 3vw;
}
 footer li {
 padding: 1vw 5vw;
 font-size: 3.8vw;
}
 footer li:first-child {
    /*width: 75%;*/
		width: 100%;
}
 footer li:last-child {
    /*width: 25%;*/
		flex-shrink: 0;
}

.foo_tell p {
	font-size: 7.0rem;;
}
	 
.foo_tell p:nth-child(1) {
 font-size: 2.4rem;
}
	
	 
small {
  font-size: 140%;
}
}

@media screen and (max-width: 450px) {
footer {
	padding: 1.4rem 2rem 0;
	padding-bottom: 9rem;
}	

.foo_tell p {
	font-size: 7.5vw;
	letter-spacing: 0.2rem;
}
	
.foo_tell p:nth-child(1) {
	font-size: 3.0vw;
	font-weight: bold;
	border: solid 1px #FFF;
	padding: 1vw 2vw;
	width: fit-content;
}
.recep_hour {
	margin-top: 3vw;
	text-indent: -5.2em;
	padding-left: 5.2em;
	letter-spacing: 0;
	line-height:1.8;
	font-size: 3.5vw;
}	
small {
  font-size: 80%;
}
}

/*チェックボックス
---------------------------------------------*/
/* 調整しやすいようにカスタムプロパティ化 */
:root {
 --cb-size: 27px;      /* 枠の外寸 */
 --cb-border: 3px;     /* 枠の太さ */
 --cb-radius: 0px;     /* 角丸 */
 --cb-check-w: 28px;   /* チェック表示の幅 */
 --cb-check-h: 21px;   /* チェック表示の高さ */
}

input[type="checkbox"] {
	cursor: pointer;
	padding-left: 45px;
	vertical-align: middle;
	position: relative;
	line-height: 1.4;
	-webkit-appearance: none;
	appearance: none;
}

/* 枠（ボーダー） */
input[type="checkbox"]::before {
 content: "";
 position: absolute;
 left: 5px;
 top: 55%;
 transform: translateY(-55%);
 width: var(--cb-size);
 height: var(--cb-size);
 border: var(--cb-border) solid #BBBBBB;
 border-radius: var(--cb-radius);
 background-color: #fff;
 box-sizing: border-box;
}

/* チェック（SVGを背景として貼る：SVGの色をそのまま表示） */
input[type="checkbox"]::after {
 content: "";
 position: absolute;
 left: calc(5px + (var(--cb-size) - var(--cb-check-w)) / 2);
 top: 55%;
 transform: translateY(-55%);
 width: var(--cb-check-w);
 height: var(--cb-check-h);
 background: url("../images/check.svg") no-repeat center / contain; /* ← ここがポイント */
 opacity: 0;                 /* 未チェック時は非表示 */
 transition: opacity .15s ease;
}

/* チェック時に表示 */
input[type="checkbox"]:checked::after {
 opacity: 1;
}

/* 任意：フォーカス可視化 */
input[type="checkbox"]:focus-visible::before {
 outline: 0;
 box-shadow: 0 0 0 3px rgba(0, 160, 200, .35);
 border-color: #00a0c8;
}

/* 無効状態 */
input[type="checkbox"]:disabled {
	cursor: not-allowed;
	opacity: .6;
}
 @media screen and (max-width: 767px) {
 label[for] {
 display: block;
}
 .agree_box_inn {
 display: flex;
 font-size: 1.6rem;
 letter-spacing: 2.3px;
 margin: 5rem 0 3rem;
 justify-content: center;
 align-items: center;
}
 input[type="checkbox"]::after {
/*top: 10%;
        left: 22%;*/
  }
 a:hover {
 text-decoration: none;
 opacity: 1;
}
 p.oubo_add {
/*text-align: center;*/
  }
 p.oubo_18 {
/*padding: 0 2vh;*/
  }
}





/* タブレット
---------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width:1024px) {
 header {
 height: 60px;
}
 header .container {
 position: relative;
 height: auto;
/* flex-wrap: wrap; */
  }
 .header-logo {
 margin: 0;
 padding: 0 2rem;
 display: flex;
 align-items: center;
 /*width: 35%;*/
 height: 60px;
}
 .header-links {
 /*position: fixed;
 bottom: 0;*/
 width: 100%;
 max-width: none;
}
 .apply_navi {
 position: fixed;
 bottom: 0;
 width: 100%;
 max-width: none;
}
 .header-links img {
 width: 100%;
}
 main {
 margin-top: 60px;
}
 .pc_kv_aria {
 /*display: none;*/
	 width: inherit;
 height: auto;
 background: none;
}
 .kv_h1_pc {
 display: none;
}
 .kv_h1_sp {
 display: block;
}
 .kv_dete {
 display: none;
}
 .kv_txt {
 display: none;
}
 .kv_pc_deco {
 display: none;
}

/* .sp_kv_aria {
 display: block;
 width: 100%;
}
 .sp_kv_aria h1 img {
 width: 100%;
}*/
 .kv_inn {
 width: 100%;
}
 .pc_sec01 {
 display: none;
}
 .sp_sec01 {
 display: block;
 margin-top: 0px;
}
 .cp_box {
 margin: 0 auto;
 width: 88%;
 height: inherit;
}
 .sec01_txtimg {
 margin: 0 auto;
 padding-left: 0;
}
 .sec01_item {
    /*margin: 0 auto 0 2.3rem;*/
    margin: 0 auto;
 width: 98%;
 padding-left: 0;
}
 .sec01_item.sp {
 margin: -1rem auto 0;
 width: 91%;
 padding-top: 18vw;
}
 .sec01_item.sp img {
 margin-top: 2vh;
}
 .sec01_txt {
 font-size: 1.4rem;
 color: #804F21;
 margin: 1.5rem 2.5rem 0;
 line-height: 1.65;
 padding-bottom: 6rem;
}
 .sec01_sp_wchance_bg {
 /*background-image: url(../images/sec01_tb_wchance_bg.png);*/
 background-size: contain;
    /* margin-top: 10vw;*/
    margin-top: 2vw;
 background-repeat: no-repeat;
}
 .content_wrap {
}
 .content_oubo_wrap {
}
 section.oubo_wrap {
 width: 100%;
 margin: 0 auto;
 padding: 0 2rem;
}
 .oubo_ttl_box {
 position: relative;
}
 .sec2_itembox {
 padding-top: 4vw;
}
 ul.itembox_inn {
}
 .itembox_inn :nth-child(1) {
 order: 1;
 width: 62%;
}
 .itembox_inn :nth-child(2) {
 order: 4;
 width: 75%;
}
 .itembox_inn :nth-child(3) {
 order: 2;
 width: 31.6%;
}
 .itembox_inn :nth-child(4) {
 order: 3;
 width: 24%;
}
 ul.itembox_inn li.item_pic img {
 width: 100%;
}
 ul.itembox_inn li p {
 font-size: 1.6rem;
 margin: 0 auto;
}
 div.oubo_txtbox {
 display: block;
 margin-top: 2rem;
}
 div.oubo_txtbox_inn {
 width: 100%;
 position: relative;
}
 .btn_box {
 display: block;
}
 .btn_box a {
 display: block;
 width: 100%;
}
 .btn_box a:last-child {
/*padding-top: 2rem;*/
  }
 .oubo_txt {
 padding: 6rem 3.2rem 4rem;
	 margin-top: -3rem;
 margin-bottom: 3.3rem;
}
 .oubo_txtbox_ttl img {
 width: 48%;
}
 .oubo_txtbox_inn {
}

	
	/**/
 .oubo_txt_R.att_txt p {
 text-align: center;
}
 .oubo_txt_R.att_txt p:first-child {
 padding-bottom: 2rem;
}
 .att_txt .h_line {
 font-size: 2.1rem;
 line-height: 1.7;
 letter-spacing: 0.1rem;
}

	
	/**/
 .req_img {
 margin-bottom: 4.8rem;
}
 .sec03 .req_box {
 display: block;
}
 .req_box_txt {
 width: 100%;
 margin-bottom: 2rem;
 margin-left: 0;
 padding: 1.5rem 2rem;
}
 .oubo_txt p, .oubo_txt_R, .sec03 h4, .sec03 li, .sec03 p {
 font-size: 1.85rem;
}
 .oubo_txt .s_txt {
 margin: 1rem auto 1.5rem;
 font-weight: 500;
}
 .oubo_txt_R {
 padding: 5rem 1.5rem 3rem;
}
 .recept_li {
 margin-left: 0;
}
  /*注意事項*/
  .sec04 {
 margin-top: 6rem;
 font-size: 1.4rem;
 padding-bottom: 6rem;
}
 .sec04 .att_alia {
 background-color: #fff;
 padding: 4rem 3rem 5rem;
 margin-bottom: 6rem;
 font-weight: bold;
}
 .sec04 div.w_line {
 width: 100%;
 border-bottom: solid 1px;
 margin: 2rem 0;
}
 .sec04 .att_box {
 width: fit-content;
 border: solid 1.5px #804F21;
 padding: 0.5rem 3rem;
 margin: auto;
}
 .sec04 .att_box p {
 font-weight: bold;
 font-size: 1.75rem;
 letter-spacing: 0.2rem;
}
 .sec04 .att_alia {
 padding-bottom: 3rem;
}
 .cp_box .sec01_item img {
 width: 100%;
}
 .oubo_txtbox_inn .btn_box {
 display: flex;
}
 .oubo_txtbox_inn .btn_box img {
 width: 70%;
 margin: 0 auto;
}
 .Dicon_pc {
 display: none;
}
 footer {
 padding: 1.4rem 2rem 0;
 padding-bottom: 19rem;
}
 .foo_L_txt {
    /*width: 45%;*/
		max-width: 500px;
 font-size: 1.4rem;
    /*margin-left: 5rem;*/
    text-align: left;
}
 .req_box_btn img {
 margin: 0 auto;
}
 .tb_non {
 display: none;
}
 .tb {
 display: block;
}
}

/*終了更新
    25/01.17*/
.cp_end-txt {
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	padding-bottom: 2em;
}

.agree_box.end {
	padding-top: 5em;
}
@media screen and (max-width: 767px) {
 .cp_end-txt {
 font-size: calc(32*(100vw / 750));
 padding-bottom: 1em;
 padding-top: 1em;
}
 .agree_box.end {
 margin: 0 auto;
 padding-top: 1.5em;
}
}
