@charset "utf-8";

/* ---------------------------------------------------------------------------
 * RESET STYLE
--------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---------------------------------------------------------------------------
 * COMMON
--------------------------------------------------------------------------- */
body {
    min-width: inherit;
	color: #000;
	/*font-family: 'Roboto','メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシッ
	ク','Osaka',sans-serif;*/
	font-family: 'Roboto','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','Osaka',sans-serif;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
a:link {
	color: #c7291e;
	text-decoration: underline;
}
a:visited{
	color: #c7291e;
}
a:hover {
	text-decoration: none;
}
b{
	font-weight: bold;
}
@media screen and (max-width:640px) {
	.onlyPC{
		display: none !important;
	}
	.onlySP{
		display: block;
	}
	.noSP{
		display: none !important;
	}
}
@media screen and (min-width:641px) {
	.onlyPC{
		display: block;
	}
	.onlySP{
		display: none !important;
	}
}
@media screen and (min-width:641px) and (max-width:1000px) {
	.noTAB{
		display: none !important;
	}
}
@media screen and (min-width:1001px) {
	.noPC{
		display: none !important;
	}
}


/* ---------------------------------------------------------------------------
 * main
--------------------------------------------------------------------------- */
.arbc_main{
	padding: 0 0 30px 0;
	background: #42afce;
}
.main{
	background: #164d83;
	margin-bottom: 30px;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.main .main_logo{
	max-width: 1000px;
	margin: 0 auto;
    position: relative;
    z-index: 1;
}
@media screen and (min-width:641px) {
	.arbc_main{
		padding: 0 0 45px 0;
	}
	.main{
		margin-bottom: 45px;
	}
}
@media screen and (min-width:1000px) {
	.main .main_logo{
		max-width: 1040px;
	}
	.main{
		background: linear-gradient( 90deg, #a91918 0%, #a91918 50%, #8d2522 51%,#8d2522 100%);
	}
	.main::after{
		content: "";
		width: 100%;
		height: 38.25%;
		background: linear-gradient( 90deg, #142b54 0%, #142b54  50%, #152851 51%,#152851 100%);
		position: absolute;
		left: 0;
		bottom: 0;
	}
}

/* box
------------------------------------ */
.box{
	width: 94%;
	max-width: 1000px;
	margin: 0 auto 2em;
	background: #fff;
    border-radius: 10px;
    overflow: hidden;
	position: relative;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgb(0 0 0 / 5%);
	line-height: 1.5;
}
.box:last-child{
	margin-bottom: 0;
}
.box_ttl{
	padding: 0.5em 0.5em 0.5em;
	background: #c7291e;
	color: #fff;
	font-size: 6.5vw;
	font-family: "UD Shin Go Bold";
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
.box_txt{
	padding: 1em ;
	color: #00002a;
    font-size: 0.937rem;
}
/*.box_txt p + p{
    margin-top: 0.5em;
}*/
.box a{
    display: inline-block;
	line-height: 1.3;
}
@media screen and (min-width:641px) {
	.box {
		margin: 0 auto 3em;
	}
	.box_ttl {
		font-size: 2.25em;
	}
	.box_txt {
		padding: 1.5em;
	}
}
@media screen and (min-width:1001px) {
	.box_txt {
		font-size: 1rem;
	}
}

/* 応募期間
------------------------------------ */
.txt_period{
	font-size: 4vw;
	font-family: "UD Shin Go Bold";
    text-align: center;
	line-height: 1;
}
.txt_period .eng{
	font-size: 1.5em;
	position: relative;
    top: 0.05em;
}
@media screen and (min-width:641px) {
	.txt_period{
		font-size: 1.5em;
	}
}

/* プレゼント内容
------------------------------------ */
.present dl{
	margin-bottom: 20px;
}
.present dl:last-child{
	margin-bottom: 0;
}
.present dt{
	min-height: 3em;
	background: #14345b;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.present .award{
	padding: 0.2em;
	box-sizing: border-box;
    color: #fff;
    font-size: 4vw;
    font-family: "UD Shin Go Bold";
    line-height: 1;
}
.present .award span{
	font-size: 1.65em;
	position: relative;
    top: 0.05em;
}
.present dd{
    padding: 1em 0.5em;
    box-sizing: border-box;
}
.present_name{
	font-size: 5.75vw;
	font-family: "UD Shin Go Bold";
	line-height: 1;
}
.present_name span{
	display: inline-block;
}
.present_name .eng{
	font-size: 1.25em;
	position: relative;
    top: 0.05em;
}
.present_info{
	font-size: 4.5vw;
	font-family: "UD Shin Go Bold";
	line-height: 1.2;
}
.present_info .eng{
	font-size: 1.25em;
	position: relative;
    top: 0.05em;
}
.present_note{
	padding: 0.5em 0.75em;
	margin-bottom: 1em;
    border: 1px solid #6779a7;
    border-radius: 5px;
    display: inline-block;
	font-size: 0.85em;
    line-height: 1.3;
}
.present_note li{
	text-indent: -1em;
	padding-left: 1em;
}
.present_grid_01{
	margin-top: 15px;
}
/**/
.present .grid{
	display: flex;
	align-items: flex-start;
}
.present .grid dt{
    border-radius: 100%;
    width: 16vw;
    height: 16vw;
    box-sizing: border-box;
    flex-shrink: 0;
}
.present .grid dd {
    padding: 0 0.5em;
}
.grid .present_name {
    font-size: 4vw;
}
@media screen and (max-width:640px) {
	.present_img_01{
		max-width: 270px;
		margin-top: 5px;
	}
}
@media screen and (min-width:641px) {
	.present .award{
		font-size: 1.5em
	}
	.present_name{
		font-size: 3.75vw;
	}
	.present_info{
		font-size: 1.5em;
	}
	.present_grid_02{
		display: flex;
		align-items: center;
	}
	.present .grid{
		width: 100%;
    	max-width: 570px;
		margin-top: 15px;
		align-items: center;
	}
	.present_img_01{
		width: 260px;
		flex-shrink: 0;
	}
	.present .grid dt {
		width: 90px;
		height: 90px;
	}
	.present .grid .award{
		font-size: 1.25em
	}
	.grid .present_name {
		font-size: 1.5em;
	}
}
@media screen and (min-width:1001px) {
	.present dl{
		display: flex;
		justify-content: space-between;
	}
	.present dt{
		width: 11%;
		min-height: 5em;
	}
	.present dd{
		width: 89%;
		padding: 0 0.5em 0.5em 1.5em;
	}
	.present_grid_01{
		display: flex;
		justify-content: space-between;
	}
	.present_name{
		font-size: 1.8em;
	}
	.present_note{
		margin: 0;
	}
}

/* 応募方法
------------------------------------ */
.txt_lead{
	padding-bottom: 1em;
	border-bottom: 1px solid #6779a7;
	font-size: 1.125em;
	font-weight: bold;
}
.txt_no{
	padding-left: 1.5em;
	position: relative;
}
.txt_no .no{
	width: 1em;
    height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
	position: absolute;
	top: 0.2em;
	left: 0;
	color: #fff;
	font-family: 'Roboto';
	font-weight: bold;
	z-index: 1;
}
.txt_no .no::before{
	content: "";
    width: 1.4em;
    height: 1.4em;
    background: #1b2e60;
    position: absolute;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-55%);
    z-index: -1;
}
.img_outline_grid{
	margin: 15px 0;
}
.line{
	margin: 15px 0;
	border-bottom: 2px dotted #ccc;
}
@media screen and (max-width:640px) {
	.img_outline_grid p + p{
		margin-top: 15px;
	}
}
@media screen and (min-width:641px) {
	.txt_lead{
		font-size: 1.25em;
	}
	.img_outline_grid{
		display: flex;
		justify-content: space-between;
	}
	.img_outline_grid p{
		width: 49%;
	}
	.img_outline_grid p:first-child:last-child{
		width: 100%;
	}
}


/* レシピ
------------------------------------ */
.recipe_list li{
	margin-bottom: 15px;
}
.recipe_list li:last-child{
	margin-bottom: 0;
}
@media screen and (min-width:641px) {
	.recipe_list li{
		margin-bottom: 30px;
	}
}

/* list
------------------------------------ */
/*.wrap_list {
    margin-bottom: 1em;
}*/
p + .wrap_list {
    margin-top: 1em;
}
.wrap_list:last-child {
    margin-bottom: 0;
}
.wrap_list li{
	padding-left: 1em;
	margin-bottom: 0.5em;
	font-size: 0.875em;
	text-indent: -1em;
	line-height: 1.3;
}
.wrap_list li:last-child{
	margin-bottom: 0;
}

/* inquiry
------------------------------------ */
.wrap_inquiry{
	width: 94%;
    max-width: 1000px;
	margin: 40px auto 0;
}
.balloon{
    max-width: 900px;
    margin: 0 auto 30px;
}
.balloon p{
	width: 80%;
	padding: 1em;
	background: #fff;
	border-radius: 1em;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgb(0 0 0 / 5%);
	display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
	font-weight: bold;
    text-align: center;
    line-height: 1.3;
}
.balloon p span{
	display: inline-block;
}
.balloon p::before{
    content: "";
    border: 0.5em solid transparent;
    border-top: 0.5em solid #fff;
    border-left: 0.5em solid #fff;
    position: absolute;
    bottom: 0;
    left: 10%;
	transform: translate(0, 100%);
}
.balloon p:nth-child(1){
    margin-bottom: 1.5em;
}
.balloon p:nth-child(1)::before{
	border-left: 0.5em solid transparent;
	border-right: 0.5em solid #fff;
}
.balloon p:nth-child(2){
    margin-left: auto
}
.balloon p:nth-child(2)::before{
    left: 85%;
}
.btn_txt{
	margin-bottom: 0.75em;
	font-weight: bold;
	text-align: center;
}
.btn_txt span{
	display: inline-block;
	position: relative;
	white-space: nowrap;
}
.btn_txt span::before{
    content: "";
    width: 2px;
    height: 1.5em;
    background: #999;
    position: absolute;
    left: -1em;
    top: 50%;
    transform: translateY(-50%) rotate(-30deg);
}
.btn_txt span::after{
    content: "";
    width: 2px;
    height: 1.5em;
    background: #999;
    position: absolute;
    right: -1em;
    top: 50%;
    transform: translateY(-50%) rotate(30deg);
}
@media screen and (min-width:640px) {
	.wrap_inquiry{
		margin: 60px auto 0;
	}
	.balloon{
		margin: 0 auto 50px;
	    display: flex;
	    justify-content: space-between;
	}
	.balloon p::before{
		left: 50% !important;
		transform: translate(-100%, 100%);
	}
	.balloon p:nth-child(1){
		width: 33%;
		margin-bottom: 0;
	}
	.balloon p:nth-child(2){
		width: 62%;
	}
	.btn_txt{
		font-size: 1.375em;
	}
}

/* table
------------------------------------ */
table{
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
	border-collapse: collapse;
}
table:last-child{
	/*margin-bottom: 0;*/
}
th{
	padding: 0.75em 0.5em;
	background: #008bd3;
	border: 1px solid #ccc;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.125em;
	font-weight: bold;
	text-align: left;
	line-height: 1.3;
	vertical-align: middle;
}
td{
	padding: 0.75em 0.5em;
	background: #fff;
	border: 1px solid #ccc;
	line-height: 1.3;
	vertical-align: middle;
}
td span{
	display: inline-block;
}
td:first-child{
	background: #f8f8f8;
	width: 50%;
}
.schedule_table th{
	width: calc(100% - 4em / 2);
}
.schedule_table th:first-child{
	width: 4em;
}
@media screen and (min-width:640px) {
	th,td{
		padding: 0.75em 1em;
	}
	.schedule_table th{
		width: 50%;
	}
	/*.schedule_table th:first-child{
		width: 16%;
	}*/
}

/**/
.wrap_table{
}
.wrap_table dl{
	margin-top: -1px;
	color: #1b2e60;
	line-height: 1.3;
}
.wrap_table dt{
	padding: 0.5em;
	background: #edf2f2;
	border: 1px solid #ccc;
	border-bottom: none;
	box-sizing: border-box;
	font-size: 1.125em;
	font-weight: bold;
}
.wrap_table dt span{
	display: inline-block;
}
.wrap_table dd{
	padding: 0.75em;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
@media screen and (min-width:640px) {
	.wrap_table dl{
		width: 100%;
		display: flex;
	}
	.wrap_table dt{
		width: 25%;
		border-right: none;
		border-bottom: 1px solid #ccc;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.wrap_table dd{
		width: 75%;
	}
	.wrap_contract{
		padding: 1em;
	}
}

/* font
------------------------------------ */
sup{
    position: relative;
    top: -0.3em;
	font-size: 0.75em;
}
.fc_red{
	color: #e50000;
	font-size: 1.125em;
	font-weight: bold;
}
.fc_orn{
	color: #ea5e00;
	font-size: 1.125em;
	font-weight: bold;
}
.fc_bl{
	color: #008bd3;
	font-size: 1.125em;
	font-weight: bold;
}
.fs_up{
	font-size: 1.06em;
}
.ta_center{
	text-align: center;
}
.week{
	margin: 0 -0.4em;
	display: inline-block;
}

/* btn
------------------------------------ */
.wrap_btn{
	width: 90%;
	max-width: 350px;
	margin: 1.5em auto ;
}
.wrap_btn:last-child{
	/*margin-bottom: 0;*/
}
.wrap_btn.btn_large{
	width: 100%;
	max-width: 660px;
	font-size: 1.125em;
}
.wrap_btn span{
	display: inline-block;
}
a.btn_general{
	padding: 1.5em 1.5em 1.5em 0.5em;
	background: #c7291e;
	display: block;
	box-sizing: border-box;
	border-radius: 5px;
	position: relative;
	color: #fff;
	font-size: 1.125em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 1.2;
	transition: .3s;
}
a.btn_general::before {
	content: '';
	width: 0.5em;
	height: 0.5em;
	margin-top: -0.3em;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 1em;
}
a.btn_general.no_btn{
	background: #e5e5e5;
	color: #333;
	pointer-events: none;
}
a.btn_general.no_btn::before{
	content: none;
}
a.btn_general span{
	display: inline-block;
}
.btn_end{
	width: 100%;
	padding: 1.5em 0.5em;
	background: #333;
	display: block;
	border-radius: 5px;
    box-sizing: border-box;
	color: #fff;
	font-size: 1.125em;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
@media screen and (min-width:640px) {
	a.btn_general{
		padding: 1em 1.5em 1em 0.5em;
		font-size: 1.25em;
	}
	.btn_end{
		padding: 1em 0.5em;
		font-size: 1.25em;
	}
}
@media screen and (min-width:1000px) {
	.btn_general:hover {
		opacity: 0.7;
	}
}

/* casestudy
------------------------------------ */
.casestudy {
    padding: 3em 0;
    margin: 0 auto 2em;
    background: #c7ebe8;
    line-height: 1.3;
}
.casestudy_ttl{
	margin-bottom: 0.75em;
	position: relative;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
.casestudy ul{
    width: 94%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.casestudy li{
	width: 45%;
	margin: 0 2%;
    margin-bottom: 20px;
	text-align: center;
}
.casestudy li:last-child{
    margin-bottom: 0;
}
.casestudy li p{
	margin-top: 0.5em;
	font-weight: bold;
	text-align: center;
}
.casestudy li p span{
	display: inline-block;
}
@media screen and (min-width:350px) {
	.casestudy li p{
		font-size: 1.125em;
	}
}
@media screen and (min-width:640px) {
	.casestudy {
		margin: 0 auto 3em;
	}
	.casestudy_ttl {
		font-size: 3em;
	}
	.casestudy li p{
		font-size: 1.25em;
	}
}
@media screen and (min-width:800px) {
	.casestudy ul{
		justify-content: space-between;
	}
	.casestudy li{
		width: 30%;
		margin: 0;
	}
}
@media screen and (min-width:1000px) {
	.casestudy li p{
		font-size: 1.5em;
	}
}

/* ---------------------------------------------------------------------------
 * footer
--------------------------------------------------------------------------- */
.arbc_footer{
	padding: 2em 0;
	background: #222;
	color: #fff;
	line-height: 1.3;
}
.arbc_footer_inner{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.footer_copyright{
	color: #999;
	font-size: 0.75em;
	text-align: center;
}

/* テキストスタイル
---------------------------------------- */
.txtBold{
	font-weight: bold;
}
.txtSSS{
	font-size: 0.625em !important;
}
.txtSS{
	font-size: 0.75em !important;
}
.txtS{
	font-size: 0.875em !important;
}
.txtL{
	font-size: 1.125em !important;
	font-weight: bold;
	line-height: 1.2;
}
.txtLL{
	font-size: 1.25em !important;
	font-weight: bold;
	line-height: 1.4;
}
.txtCenter{
	text-align: center !important;
}
.ls-01{
	letter-spacing: -0.1em;
}
.ls-02{
	letter-spacing: -0.2em;
}
.ls-03{
	letter-spacing: -0.3em;
}
.ti-05{
	text-indent: -0.5em;
	display: inline-block;
}
.mt30{
	margin-top: 30px;
}
.mt05{
	margin-top: 0.5em !important;
	display: inline-block;
}
.mt1{
	margin-top: 1em !important;
}
.mr05{
	margin-right: 0.5em !important;
}
.mb1{
	margin-bottom: 1em !important;
}
.mb05{
	margin-bottom: 0.5em !important;
}

/* bnr
------------------------------------ */
.bnr_list{
    width: 90%;
	max-width: 1000px;
    margin: 30px auto;
	text-align: center;
}
.bnr_list li{
	margin-bottom: 15px;
	text-align: center;
}
.bnr_list li:last-child{
	margin-bottom: 0;
}
.bnr_list a {
	background: #fff;
	display: inline-block;
}
.bnr_list a img {
	transition: .3s;
}
@media screen and (min-width:641px) {
	.bnr_list{
		margin: 45px auto;
	}
	.bnr_list ul{
		display: flex;
		justify-content: space-between;
	}
	.bnr_list li{
		width: 49%;
		margin-bottom: 0;
	}
	.bnr_list li.col1{
		width: 100%;
	}
}
@media screen and (min-width:1000px) {
	.bnr_list a:hover img {
		opacity: 0.7;
	}
}
/* end_txt
---------------------------------------- */
.end_txt{
    width: 90%;
	max-width: 1000px;
    background: #fff;
	margin: 25px auto 0;
	/*border: 2px solid #e50000;*/
	line-height: 1.3;
	text-align: center;
}
.end_txt p{
	padding: 1em;
	display: inline-block;
	color: #e50000;
	font-size: 4.5vw;
	font-weight: bold;
	text-align: center;
}
.end_txt p span{
	font-size: 0.75em;
}
@media only screen and (min-width: 640px) {
	.end_txt{
		margin: 40px auto 0;
	}
	.end_txt p{
		font-size: 1.5em;
	}
}