@charset "UTF-8";
/*default style reset---------------------------------------------- */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, li, dl, dt, dd, form, fieldset, legend, hr, span, a, img, strong, em, ins, del, cite, abbr, acronym, sup, sub, dfn, code, var, samp, kbd, address {
	margin: 0;
	padding: 0;
	word-spacing: normal;
	font-family: "Hiragino Kaku Gothic Pro", Osaka, Meiryo,"MS P Gothic", Verdana, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	vertical-align:top;
	font-size: 16px;
}
a, a:hover {
	text-decoration: none;
}
body {
	width:100%;
}
/*---------------------------------------------------------------------------- */
.firstview {
    width: 100%;
    height: 90vh;
    position: relative;
    background-color: rgba(250, 103, 80, .05);
    overflow: hidden;
}
#logo {
	width: 100px;
    margin: 20px 0 0 20px;
}
#logo img {
	max-width: 100%;
	height:auto;
}
.firstviewBOX {
	height: 100%;
    position: relative;
}
.firstviewBOX_left {
	width: 60%;
    position: absolute;
    top: 20%;
    left: 2%;
    z-index: 2;
}
.firstviewBOX_text,
.firstviewBOX_text span {
	text-align: center;
    font-size: 24px;
}
h1 {
	text-align: center;
    font-size: 42px;
    font-weight: normal;
    padding-left: 20px;
	margin-bottom: 30px;
}
h1 span {
    font-size: 42px;
	font-weight: normal;
}
.redtxt {
	color: #fa6750;
}
.firstviewBOX_point {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.fv_box {
	background-color: #fff;
    border-radius: 10px;
    padding: 2%;
    text-align: center;
    margin: 0 15px 45px;
}
.fv_box_img01 {
	width: 34%;
    margin: 0 auto 10px;
}
.fv_box_img02 {
	width: 35%;
    margin: 0 auto 12px;
}
.fv_box_img03 {
	width: 42%;
    margin: 0 auto 13px;
}
.fv_box_text,
.fv_box_text span {
	font-size: 15px;
}
.fv_box_link {
	background-color: #FA6750;
    text-align: center;
    width: 480px;
    margin: 0 auto 20px;
    border-radius: 50px;
}
.fv_box_link_line {
	background-color: #00b900;
    text-align: center;
    width: 480px;
    margin: 0 auto;
    border-radius: 50px;
}
.fv_box_link a,
.fv_box_link_line a {
	display: block;
    color: #fff;
	line-height: 100px;
}
.fv_box_link:hover,
.fv_box_link_line:hover {
	opacity: 0.9;
}

.fv_box_line {
text-align: center;
}
.fv_box_link_line a br {
	display: none;
}

.fv_box_link_line a::before {
	display: inline-block;
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 0.8rem 0 1rem;
    background: url(../img/line_icon.png) 100% / 100% no-repeat;
    transform: translateY(6px);
}



.firstviewBOX_right img {
	width: 840px;
    position: absolute;
    top: 0;
	left: 50%;
}
/*------------------------------- */
.sec-01 {
	padding: 90px 0 100px;
    background-color: #fff9f8;
}
.sec-02 {
	padding: 90px 0 100px;
    background-color: #fff;
}
.secTTl {
	font-size: 48px;
    color: #333333;
    letter-spacing: 6px;
    font-weight: normal;
    text-align: center;
}
.secTTl::first-letter {
	color: #FA675B;
	font-size: 52px;
}
.secSUBtxt {
    text-align: center;
	font-size: 15px;
    color: #333333;
	margin-bottom: 80px;
}
.sec-gift {
	padding: 30px 0 0;
    background-color: #fff9f8;
}

/*------------------------------- */
.worries_BOX {
	width: 60%;
    min-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.worries_BOX li {
	background-color: #fff;
    border-radius: 10px;
    padding: 2%;
    text-align: center;
    list-style-type: none;
    width: 20%;
}
.worries_img01 {
	width: 23%;
    margin: 0 auto 20px;
}
.worries_img02 {
	width: 23%;
    margin: 0 auto 20px;
}
.worries_img03 {
	width: 23%;
    margin: 0 auto 20px;
}
.worries_img04 {
	width: 28%;
    margin: 5px auto 20px;
}
.worries_text {
	font-size: 14px;
}
/*------------------------------- */
.AboutBOX01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 60%;
    min-width: 900px;
    margin: 0 auto 60px;
	align-items: center;
}
.AboutBOX01_img {
	width: 55%;
}
.AboutBOX01_txt {
	width: 45%;
}
.AboutBOX02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 60%;
    min-width: 900px;
    margin: 0 auto;
	align-items: center;
}
.AboutBOX02_img {
	width: 55%;
	text-align: right;
}
.AboutBOX02_txt {
	width: 45%;
}
.About_ttl {
	color: #fa6750;
	font-size: 12px;
	margin-bottom: 20px;
}
.About_BIGttl {
	font-size: 22px;
	margin-bottom: 20px;
}
.About_txt {
	font-size: 15px;
	line-height: 28px;
}
/*------------------------------- */
.voiceBOx {
	width: 60%;
    min-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.voiceBOx_list {
	width: 30%;
    box-sizing: border-box;
    background-color: #FA6750;
    border-radius: 10px;
    padding: 2%;
}
.voiceBOx_img {
	text-align: center;
	margin-bottom: 20px;
}
.voiceBOx_ttl {
	text-align: center;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.voiceBOx_txt {
	color:#fff;
	font-size: 15px;
	line-height: 28px;
}
/*------------------------------- */
.flowBOx {
	width: 60%;
    min-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flowBOx_list {
	width: 30%;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
    padding: 2%;
}
.flowBOx_step {
	color: #fa6750;
	font-size: 15px;
	margin-bottom: 25px;
	text-align: center;
}
.flowBOx_img01 {
	width:25%;
	margin:0 auto;
	margin-bottom: 20px;
}
.flowBOx_img02 {
	width: 30%;
    margin: 0 auto;
    padding-top: 10px;
    margin-bottom: 20px;
}
.flowBOx_ttl {
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
}
.flowBOx_txt {
	margin-bottom: 15px;
	text-align: center;
}
/*-FAQ------------------------------ */
.faqBOx { 
	width: 60%;
    min-width: 900px;
    margin: 0 auto;
}
nav { 
	display: none;
	margin-bottom: 30px;
}
.nav-open {
	padding: 15px;
	color: #fff;
	font-size: 15px;
    line-height: 28px;
	font-weight: bold;
	background: #FA6750;
	position: relative;
	margin-bottom: 30px;
	border-radius: 10px;
}

.nav-open::before {/* 閉じている時 */
	content: "＋";
	position: absolute;
	right: 20px;
}
.nav-open.active::before {/* 開いている時 */
	content: "－";
}
nav p { 
	font-size: 15px;
    line-height: 28px;
}
/*-LINE------------------------------ */
.linebanner { 
	width: 60%;
    min-width: 900px;
    margin: 0 auto;
}
.linebanner img {
    max-width: 100%;
    height: auto;
}
.linebanner img:hover { 
	opacity: 0.7;
}
/*-Contact------------------------------ */
.contactBOx { 
	width: 60%;
    min-width: 900px;
	margin: 0 auto 50px;
}
.contactBOx tr {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid #ccc;
}
.contactBOx th {
	width:30%;
}
.contactBOx th p {
	font-size: 15px;
	font-weight: normal;
    position: relative;
	padding-left:30px;
	text-align: left;
}
.contactBOx tr th .required::after {
    content: "必須";
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #fa6750;
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.contactBOx td {
	width: calc(70% - 20px);
    padding: 20px 30px;
    box-sizing: border-box;
	font-size: 15px;
	color: #535353;
}
.contactBOx td input {
    border: none;
    outline: none;
    border-radius: 5px;
    background-color: #f6f6f6;
    padding: 20px 15px;
    font-size: 15px;
}
.maxwidth {
	width:100%;
}
.contactBOx td select {
	width: 50%;
    border: none;
    outline: none;
    border-radius: 5px;
    background-color: #f6f6f6;
    padding: 20px 15px;
    font-size: 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color:#757575;
}
.mb15 {
	margin-bottom: 15px;
}
.contactBOx td textarea {
	height:80px;
    border: none;
    outline: none;
    border-radius: 5px;
    background-color: #f6f6f6;
    padding: 20px 15px;
    font-size: 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color:#757575;
	box-sizing: border-box;
}
.contactBOx_text {
    font-size: 14px;
	margin-bottom: 20px;
}
.contactBOx_caution {
	background-color:#F6F6F6;
	padding: 20px 30px 20px 20px;
	border-radius: 5px;
	margin-bottom: 40px;
}
.caution_txt {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.caution_txt dt {
	width:5%;
	text-align: center;
	font-size: 14px;
}
.caution_txt dd {
	width:95%;
	text-align: left;
	font-size: 14px;
}
.caution_check {
	margin-bottom: 40px;
	font-size: 14px;
	text-align: center;
}
.caution_check a {
	color:#800080;
	font-size: 14px;
}
.caution_check a:hover {
	color:#4169e1;
}
.contact-entry {
	width:80%;
	margin:0 auto;
	background-color:#fa6750;
	border-radius: 5px;
}
.contact-entry a {
	display: block;
	color:#fff;
	font-size: 15px;
	text-align: center;
	padding: 30px 0;
}
.contact-entry:hover {
	opacity: 0.7;
}
#goTop {
    position: fixed;
    bottom: 0px;
    right: 0px;
    display: block;
    width: 80px;
    z-index: 100;
    padding: 10px 0;
    text-align: center;
    font-size: 0.9rem;
    box-sizing: border-box;
    background-color: #FA6750;
    border-radius: 10px 0 0 0;
    color: #fff;
}
footer {
	width:100%;
	background-color:#fa6750;
	color:#fff;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}

.errmsg{
	width: 60%;
	margin:0 auto;
	text-align: center;
	color:#8b0000;
}
.errlist{
	margin:0;
	list-style: none;
}
.errlist li{
	padding: 0 0 2px 8px;
	color:#8b0000;
	font-size: 13px;
}
.thanksmsg{
	width:55%;
	margin: 0 auto;
}

/*--ギフトキャンペーン----------------------------- */
.gift_box_bg {
	width:900px;
	margin:0 auto;
	position: relative;
}
.gift_box_bg img {
	border-radius: 50px 50px 0 0;
	max-width: 100%;
	height:auto;
}

/*--ハーゲンダッツ----------------------------- */
.gift_box_bg02 {
	width:900px;
	margin:0 auto;
	position: relative;
}
.gift_box_bg02 img {
	border-radius: 50px 50px 0 0;
	max-width: 100%;
	height: 660px;
}









.gift_box {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.gift_txt {
	text-align: center;
    padding: 5% 0 3%;
}
.gift_txt01 {
	color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.gift_txt02 {
	color:#f8ef30;
	font-size: 56px;
    font-weight: bold;
}
.gift_txt03 {
	color: #fff;
    font-size: 24px;
}
.gift_imgBOX {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 5%;
}
.gift_imgBOX li {
	list-style-type: none;
    width: 23%;
}
.gift_img {
	margin-bottom: 10px;
}
.gift_img img {
	max-width: 100%;
    height: auto;
    text-align: center;
    border-radius: 10px;
}
.gift_data {
	text-align: center;
}
.gift_link {
	background-color: #FA6750;
    width: 900px;
    padding: 50px 0;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
    border-radius: 0 0 50px 50px;
}
.gift_link a {
	display: inline;
    color: #fff;
    text-align: center;
    font-size: 22px;
    padding: 1% 2%;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 0;
}
.gift_02 {
    margin: 0 auto;
    text-align: center;
}
.gift_02 img {
	max-width: 100%;
    height: auto;
}





/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (min-width:681px) and (max-width:1000px) {
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.firstview {
    height: 75vh;
    overflow: hidden;
}
.firstviewBOX_left {
    width: 100%;
    left: 0;
}
.sec-01,
.sec-02 {
    padding: 40px 0 50px;
}
.secSUBtxt {
	margin-bottom: 50px;
}
/*------------------------------- */
.worries_BOX,
.AboutBOX02,
.voiceBOx,
.flowBOx,
.faqBOx,
.contactBOx {	
	width: 90%;
	min-width: auto;
}
.worries_BOX li {
	width: 45%;
	margin-bottom: 10px;
}
.AboutBOX01 {
	width: 90%;
	min-width: auto;
	margin-bottom:30px ;
}
.AboutBOX01_img,
.AboutBOX02_img {
	width: 45%;
}
.AboutBOX01_txt,
.AboutBOX02_txt {
	width: 50%;
}
.About_BIGttl {
    font-size: 18px;
    margin-bottom: 10px;
}
.AboutBOX01_img img,
.AboutBOX02_img img {
	max-width: 100%;
	height:auto;
}
.About_txt,
.voiceBOx_txt,
nav p {
    font-size: 14px;
    line-height: 24px;
}
.flowBOx_list {
	width:32%;
}	
.flowBOx_txt {
    font-size: 13px;
}
.flowBOx_img02 {
    margin-bottom: 15px;
}
/*-LINE------------------------------ */
.linebanner { 
	width: 90%;
	min-width: auto;
    margin: 0 auto;
}
.linebanner img {
    max-width: 100%;
    height: auto;
}
/*------------------------------- */
.contactBOx th {
	width:35%;
}
.contactBOx th p {
	font-size: 14px;
    padding-left: 10px;
}
.contactBOx td {
	width: calc(65% - 20px);
    padding: 20px 15px;
    font-size: 14px;
}

/*--ギフトキャンペーン----------------------------- */
.gift_box_bg {
	width:90%;
}
.gift_box_bg img {
	height:900px;
}
/*--ハーゲンダッツ----------------------------- */
.gift_box_bg02 {
	width:90%;
}
.gift_box_bg02 img {
	height:600px;
}



.gift_txt02 {
	font-size: 48px;
}
.gift_imgBOX {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.gift_imgBOX li {
    width: 48%;
}
.gift_img {
	text-align: center;
}
.gift_img img {
	width: 265px;
    height: 265px;
}
.gift_data {
	margin-bottom: 10px;
}
.gift_link {
    width: 90%;
}
.gift_link a {
	font-size: 18px;
	padding: 2%;
}

.gift_02 {
    margin: 0 auto;
    text-align: center;
}
.gift_02 img {
	max-width: 100%;
    height: auto;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 680px) {
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.firstview {
    height: 69vh;
}
.firstviewBOX_left {
    width: 100%;
    left: 0;
	top: 20%;
}
.sec-01,
.sec-02 {
    padding: 40px 0 50px;
}
.secSUBtxt {
	margin-bottom: 50px;
}
.firstviewBOX_text,
.firstviewBOX_text span {
    font-size: 16px;
}
h1,
h1 span {
    font-size: 24px;
	padding-left:0px;
}
.fv_box {
    background-color: #fff;
    border-radius: 10px;
    padding: 2%;
    text-align: center;
    margin: 0 5px 25px;
}
.fv_box_img01 {
    width: 30%;
    margin: 0 auto 10px;
}
.fv_box_img02 {
    width: 31%;
    margin: 0 auto 12px;
}
.fv_box_img03 {
    width: 37%;
    margin: 0 auto 13px;
}
.fv_box_text,
.fv_box_text span {
    font-size: 14px;
}
.fv_box_link {
    background-color: #FA6750;
    text-align: center;
    width: 80%;
    margin: 0 auto 20px;
    border-radius: 50px;
}
.fv_box_link_line {
	background-color: #00b900;
    text-align: center;
    width: 80%;
    margin: 0 auto 20px;
    border-radius: 50px;
}

.fv_box_link a,
.fv_box_link_line a {
	line-height:50px;
}
.fv_box_link_line a br {
	display: block;
}


.firstviewBOX_right img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
}
/*------------------------------- */
.worries_BOX,
.AboutBOX02,
.flowBOx,
.faqBOx,
.contactBOx {	
	width: 90%;
	min-width: auto;
}
.worries_BOX li {
	width: 45%;
	margin-bottom: 10px;
}
.AboutBOX01 {
	width: 90%;
	min-width: auto;
	margin-bottom:30px ;
}
.AboutBOX01_img,
.AboutBOX02_img {
	width: 45%;
}
.AboutBOX01_txt,
.AboutBOX02_txt {
	width: 50%;
}
.About_BIGttl {
    font-size: 18px;
    margin-bottom: 10px;
}
.AboutBOX01_img img,
.AboutBOX02_img img {
	max-width: 100%;
	height:auto;
}
.About_txt,
.voiceBOx_txt,
nav p {
    font-size: 14px;
    line-height: 24px;
}
.voiceBOx {
	width: 90%;
	min-width: auto;
    display: block;
}
.voiceBOx_list {
    width: 100%;
    padding: 5%;
    margin-bottom: 20px;
}
.voiceBOx_ttl {
    font-size: 15px;
}
.flowBOx_list {
	width:32%;
}	
.flowBOx_txt {
    font-size: 13px;
}
.flowBOx_img01 {
    width: 40%;
}
.flowBOx_img02 {
	width: 47%;
    margin-bottom: 15px;
}
/*-LINE------------------------------ */
.linebanner { 
	width: 90%;
	min-width: auto;
    margin: 0 auto;
}
.linebanner img {
    max-width: 100%;
    height: auto;
}
/*------------------------------- */

.contactBOx tr {
    display: block;
    margin-bottom: 20px;
}
.contactBOx th {
    width: 100%;
    display: list-item;
    list-style-type: none;
}
.contactBOx th p {
	font-size: 14px;
    padding-left: 10px;
}
.contactBOx td {
    width: 100%;
    padding: 20px 0px;
    font-size: 14px;
    display: list-item;
    list-style-type: none;
	box-sizing: border-box;
}
.contactBOx td input {
    padding: 20px 10px;
    box-sizing: border-box;
}
input[type="radio"] {
    margin: 0 10px 0 20px;
    vertical-align: middle;
    height: 25px;
    width: 22px;
}
.contactBOx td select {
    width: 100%;
}
.wid90 {
    width:94%!important;
}
.contactBOx td textarea {
	height:100px;
}

/*--ギフトキャンペーン----------------------------- */
.gift_box_bg {
	width:90%;
}
.gift_box_bg img {
	height:650px;
}
/*--ハーゲンダッツ----------------------------- */
.gift_box_bg02 {
	width:90%;
}
.gift_box_bg02 img {
	height: 380px;
}



.gift_txt {
    text-align: center;
    padding: 7% 0;
}
.gift_txt01 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
	margin-bottom: 10px;
}
.gift_txt02 {
	font-size: 32px;
	margin-bottom: 10px;
}
.gift_txt03 {
    color: #fff;
    font-size: 16px;
	line-height: 24px;
}
.gift_imgBOX {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gift_imgBOX li {
    width: 48%;
}
.gift_img {
	text-align: center;
}
.gift_img img {
	max-width: 100%;
	height: auto;
}
.gift_data {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 22px;
}
.gift_link {
    width: 90%;
	padding: 30px 0;
}
.gift_link a {
	font-size: 16px;
	padding: 2%;
}

.gift_02 {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.gift_02 img {
	max-width: 100%;
    height: auto;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
