@charset "utf-8";

/* Setting-basic
-----------------------------------------------------------*/
html {font-size: 62.5%;}
body {
	font-family:  'Noto Sans JP','游ゴシック体','YuGothic','游ゴシック Medium','Yu Gothic Medium','ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	color: #333;
	background: #fff;
	line-height:1.5;
	font-feature-settings: "palt";
	font-size: 1.5rem;
	-webkit-text-size-adjust:100%;
}
.clearfix {
	clear: both;
}


/* Module
-----------------------------------------------------------*/
img {
	border: 0;
	vertical-align: middle;
}
img.ofi {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-object-fit: cover;
	font-family: 'object-fit: cover;'
}
p {
	margin: 0 0 20px;
	line-height: 1.6;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0 0 20px;
	line-height: 1.3;
}
h1 { font-size: 3.6rem;}
h2 { font-size: 3rem;}
h3 { font-size: 2.4rem;}
h4 { font-size: 2.1rem;}
h5 { font-size: 1.8rem;}
h6 { font-size: 1.6rem;}

ol,ul {
	list-style: none;
}
.liststyle_decimal {
	list-style: decimal;
	padding: 0 0 0 30px;
}
.liststyle_decimal li {
	margin-bottom: 5px;
}
.liststyle_disc {
	list-style: disc;
	padding: 0 0 0 30px;
}
.liststyle_disc li {
	margin-bottom: 4px;
}
.liststyle_dl1 {
	overflow: hidden;
	width: 100%;
}
.liststyle_dl1 dt {
	float: left;
	width: 120px;
	margin: 0 0 25px;
	font-weight: bold;
}
.liststyle_dl1 dd {
	float: left;
	width: calc(100% - 120px);
	margin: 0 0 25px;
}
.liststyle_dl2 dt {
	margin: 0 0 5px;
	font-weight: bold;
}
.liststyle_dl2 dd {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px dotted #ccc;
}
.liststyle_dl2 dd:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}


/* Hypertext Module
-----------------------------------------------------------*/
a:link,
a:visited {
	color: #333;
	text-decoration: none;
	transition: all .2s ease-in-out;
}
a:hover {
	color: #777;
}
a.linkstyle {
	color: #004098;
	text-decoration: underline;
}
a:hover.linkstyle {
	color: #2d73d4;
}
::selection {
	color: #91a50b;
	background: #f2ff8e;
}

.swap {
	transition: all .2s ease-in-out;
}
.swap:hover {
	opacity: 0.7;
}


/* General Settings
-----------------------------------------------------------*/
/* Margin Control */
.mb00 { margin-bottom: 0!important;}
.mb05 { margin-bottom: 5px!important;}
.mb10 { margin-bottom: 10px!important;}
.mb15 { margin-bottom: 15px!important;}
.mb20 { margin-bottom: 20px!important;}
.mb25 { margin-bottom: 25px!important;}
.mb30 { margin-bottom: 30px!important;}
.mb40 { margin-bottom: 40px!important;}
.mb50 { margin-bottom: 50px!important;}
.mb60 { margin-bottom: 60px!important;}
.mb70 { margin-bottom: 70px!important;}
.mb80 { margin-bottom: 80px!important;}
.mb90 { margin-bottom: 90px!important;}
.mb100 { margin-bottom: 100px!important;}
.mb120 { margin-bottom: 120px!important;}
.mb130 { margin-bottom: 130px!important;}
.mb140 { margin-bottom: 140px !important;}
.mb150 { margin-bottom: 150px !important;}
.mb160 { margin-bottom: 160px !important;}
.mb170 { margin-bottom: 170px !important;}
.mb180 { margin-bottom: 180px !important;}
.mb190 { margin-bottom: 190px !important;}
.mb200 { margin-bottom: 200px !important;}
.mb210 { margin-bottom: 210px !important;}
.mb220 { margin-bottom: 220px !important;}
.mb230 { margin-bottom: 230px !important;}
.mb240 { margin-bottom: 240px !important;}
.mb250 { margin-bottom: 250px !important;}
.mb260 { margin-bottom: 260px !important;}
.mb270 { margin-bottom: 270px !important;}
.mb280 { margin-bottom: 280px !important;}
.mb290 { margin-bottom: 290px !important;}
.mb300 { margin-bottom: 300px !important;}

.mt00 { margin-top: 0 !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt20 { margin-top: 20px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}
.mt50 { margin-top: 50px !important;}
.mt60 { margin-top: 60px !important;}
.mt70 { margin-top: 70px !important;}
.mt80 { margin-top: 80px !important;}
.mt90 { margin-top: 90px !important;}
.mt100 { margin-top: 100px !important;}
.mt110 { margin-top: 110px !important;}
.mt120 { margin-top: 120px !important;}
.mt130 { margin-top: 130px !important;}
.mt140 { margin-top: 140px !important;}
.mt150 { margin-top: 150px !important;}
.mt160 { margin-top: 160px !important;}

/* width */
.width100 { width: 100%;}
.width90 { width: 90%;}
.width80 { width: 80%;}
.width70 { width: 70%;}
.width60 { width: 60%;}
.width50 { width: 50%;}
.width45 { width: 45%;}
.width40 { width: 40%;}
.width35 { width: 35%;}
.width30 { width: 30%;}
.width25 { width: 25%;}
.width20 { width: 20%;}
.width15 { width: 15%;}
.width10 { width: 10%;}
.width5 { width: 5%;}

/* font size */
.text75 { font-size: 75%;}
.text80 { font-size: 80%;}
.text85 { font-size: 85%;}
.text90 { font-size: 90%;}
.text100 { font-size: 100%;}
.text110 { font-size: 110%;}
.text120 { font-size: 120%;}
.text130 { font-size: 130%;}
.text140 { font-size: 140%;}
.text160 { font-size: 160%;}
.text180 { font-size: 180%;}
.text200 { font-size: 200%;}
.text220 { font-size: 220%;}
.text240 { font-size: 240%;}
.text260 { font-size: 260%;}

/* color */
.c_000 { color: #000;}
.c_333 { color: #333;}
.c_555 { color: #555;}
.c_888 { color: #888;}
.c_fff { color: #fff;}
.c_red { color: #f00;}
.c_blue { color: #0e92e5;}
.c_green { color: #86bf00;}
.c_orange { color: #ee761b;}

/* font style */
.boldstyle { font-weight: bold;}
.normalstyle { font-weight: normal;}
.italicstyle { font-style: italic;}

/* text-align */
.aligncenter { text-align: center;}
.alignleft { text-align: left;}
.alignright { text-align: right;}

::selection {
	color: #81249d;
	background: #f8e0ff;
}

/* inview
-----------------------------------------------------------*/
.effect_fadein {
	overflow: hidden;
	opacity: 0;
	transition: 1s;
	transform: translate(0,-30px); 
}
.effect_def {
	opacity: 1.0;
	transform: translate(0,0); 
}


/* effect
-----------------------------------------------------------*/
.img_effect {
	transition: all .3s ease-in-out;
}
.img_effect:hover {
	transform: scale(1.1);
}


/* Table Module
-----------------------------------------------------------*/
table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	background: #fff;
}
td,th {
	padding: 15px;
	text-align: left;
	line-height: 1.5;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
th {
	font-weight: bold;
}
thead th {
	padding: 5px 15px;
	background: #555;
	color: #fff; 
	font-size: 1.3rem;
}
tfoot th {
	padding: 5px 15px;
	background: #ddd;
	font-size: 1.3rem;
}


/* Forms Module
-----------------------------------------------------------*/
.input_text,
textarea {
	margin-bottom: 5px;
	padding: 12px 15px;
	border: 1px solid #777;
	border-radius: 4px;
	background: #f4f4f4;
}
.input_text.error {
	border: 1px solid #fe3748;
	background: #f5e6e7;
}
select {
	padding: 12px 40px 12px 15px;
	border: 1px solid #777;
	border-radius: 4px;
	background: #fff;
	cursor: s-resize;
}
select::-ms-expand {
	display: none;
}
.selectbox{
	margin-bottom: 5px;
	position: relative;
	display: inline-block;
}
.selectbox::before{
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	background: #eee;
	height: 100%;
	width: 30px;
	border: 1px solid #777;
	border-radius: 0 4px 4px 0;
}
.selectbox::after{
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #777 transparent transparent transparent; 
}
.need:before,
.any:before {
	padding: 3px 4px;
	color: #fff;
	font-size: 11px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0,-50%);
	margin: 0;
}
.need:before {
	content: "必須";
	background: #ff5050;
}
.any:before {
	content: "任意";
	background: #999;
}
.input_text:hover,
textarea:hover,
select:hover {
	opacity: 0.8;
	border-color: #464646
}
label:hover {
	cursor: pointer;
	opacity: 0.8;
}
::placeholder{
  color: #aaa;
}


/* sp_nav
-----------------------------------------------------------*/

.header_menubtn {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 200;
    width: 40px;
    height: 30px;
    text-align: center;
    cursor: pointer;
}
.header_menubtn p {
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    margin: 0;
}
.header_menubtn p.close {
	display: none;
}
.header_menubtn.active .menu_trigger + p.menu {
	display: none;
}
.header_menubtn.active .menu_trigger + p.menu + p.close {
	display: block;
	color: white;
}
.menu_trigger,
.menu_trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu_trigger {
	position: relative;
	width: 40px;
	height: 30px;
}
.menu_trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: black;
	border-radius: 4px;
}
.menu_trigger span:nth-of-type(1) {
	top: 0;
}
.menu_trigger span:nth-of-type(2) {
	top: 13px;
}
.menu_trigger span:nth-of-type(3) {
	bottom: 0;
}

.active .menu_trigger span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(13px) rotate(-45deg);
  background: white;
}
.active .menu_trigger span:nth-of-type(2) {
  opacity: 0;
}
.active .menu_trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg);
  background: white;
}
.area_footer.content {
	display: none;
}







/* layout_common
-----------------------------------------------------------*/
.sp_only {
	display: none;
}
.cover {
	width: 100%;
	margin: 0 auto;
}
.wrap_1280 {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
.wrap_1024 {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.wrap_960 {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.wrap_824 {
	width: 100%;
	max-width: 824px;
	margin: 0 auto;
}
.area_drawermenu.active {
    visibility: visible;
    opacity: 1;
}
.area_drawermenu {
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 110;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    overflow: auto;
}
.menu_list li a {
    font-size: 2.5rem;
    padding: 20px 0 18px 5px;
    display: block;
    font-size: 1.75rem;
    padding: 15px 0 13px 5px;
    color: white;
    position: relative;
    padding-left: 20px;
}
.menu_list li a i {
	margin-left: 5px;
	font-size: 1.3rem;
}
.menu_list li a span {
	position: absolute;
	right: 20px;
	top: 16px;
	font-size: 1.2rem;
}
.menu_list li:first-child {
    border-top: 1px solid #929292;
}
.menu_list li {
    display: block;
    border-bottom: 1px solid #929292;
}

.menu_list {
    position: absolute;
    right: -500px;
    left: auto;
    background: whitesmoke;
    width: 80%;
    max-width: 445px;
    padding: 80px 0 100px 30px;
    overflow-y: scroll;
    transition: .25s;
    -webkit-backface-visibility: hidden;
    height: 100%;
    background: black;
    color: white;
}
.active .menu_list {
    right: 0px;
    left: auto;
    font-size: 0;
    transition: .25s;
}


/* layout_top
-----------------------------------------------------------*/

header {
	height: 76px;
	background: white;
	padding: 14px;
}
.header_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_box1 {
	width: 210px;
}
.header_box2 {
	width: 280px;
}
.main {
	position: relative;
	z-index: 2;
}
.gift {
	/* background: url("../images/gift_box_back.png") no-repeat;
	background-size: cover; */
	margin-top: -150px;
	padding: 50px 0 150px;
	padding-top: 200px;
	position: relative;
}
.gift_back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/gift_box_back.png") no-repeat;
	background-size: 100% 100%;
}
.gift_box_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(3, auto);
	grid-column-gap: 14px;
	grid-row-gap: 14px;
}
.gift_box_list2 {
	grid-row-gap: 24px;
}
.gift_box.first {
	grid-area: 1 / 1 / 2 / 4;
}
.gift_box:nth-child(2) {
	grid-area: 2 / 1 / 3 / 2;
}
.gift_box:nth-child(3) {
	grid-area: 2 / 2 / 3 / 3;
}
.gift_box:nth-child(4) {
	grid-area: 2 / 3 / 3 / 4;
}
.gift_box:nth-child(5) {
	grid-area: 3 / 1 / 4 / 2;
}
.gift_box:nth-child(6) {
	grid-area: 3 / 2 / 4 / 3;
}
.gift_box:nth-child(7) {
	grid-area: 3 / 3 / 4 / 4;
}
.gift_box_list2 .gift_box:nth-child(1) {
	grid-area: 2 / 1 / 3 / 2;
}
.gift_box_list2 .gift_box:nth-child(2) {
	grid-area: 2 / 2 / 3 / 3;
}
.gift_box_list2 .gift_box:nth-child(3) {
	grid-area: 2 / 3 / 3 / 4;
}
.gift_box {
	border-radius: 10px;
	background: #eff8ff;
	border: 1px solid #afdcff;
	padding: 29px 26px;
	position: relative;
}
.gift_box.first {
	display: flex;
	justify-content: space-between;	
	padding: 43px 27px;
}
.gift_box_title {
	width: 73px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,-50%);
	z-index: 2;
}
.first .gift_box_title {
	width: 122px;
}
.gift_box_img {
	width: 100%;
	position: relative;
}
.first .gift_box_img {
	width: 43.06%;
}
.gift_box_text {
	width: 100%;
	color: #004098;
	font-size: 1.75rem;
	font-weight: bold;
	
	line-height: 1.2;
	order: 1;
	margin-bottom: 20px;
}
.first .gift_box_text {
	width: 51.62%;
	font-size: 3rem;
	margin-bottom: 0;
}
.first .gift_box_text p {
	margin-bottom: 10px;
}
a.gift_box_text_link,
.gift_box_text_link {
	display: block;
	font-size: 1.75rem;
	color: #004098;
	text-decoration: underline;
}
.gift_box_text_link:hover {
	opacity: .75;
}
.gift_box_present {
	width: 62px;
	height: 62px;
	border-radius: 100px;
	background: #ffff00;
	position: absolute;
	right: -19px;
	top: -12px;
}
.first .gift_box_present {
	width: 76px;
	height: 76px;
	left: -11px;
	top: -24px;
}
.gift_box_present_text {
	font-size: 1.6rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	width: 100%;
	color: #004098;
	letter-spacing: -.05em;
}
.first .gift_box_present_text {
	font-size: 1.9rem;
}
.gift_box_present_text span {
	font-size: 2.3rem;
}
.first .gift_box_present_text span {
	font-size: 2.8rem;
}

.contents_box {
	padding: 40px 0;
}
.contents_box_title {
	max-width: 557px;
	margin: 0 auto;
}
.contents_box_title_text {
	font-size: 3rem;
	text-align: center;
	margin-bottom: 40px;
}
.contents_box_title_text span {
	font-weight: 600;
}
.contents_box_title_quiz {
	margin-bottom: 5px;
}
.contents_box_title_text2 {
	font-size: 1.6rem;
	margin-bottom: 40px;
}
.form_table {
	border: 0;
}
.form_table td,
.form_table th {
	border: 0;
	position: relative;
}
.form_table th {
	width: 22.25%;
	font-size: 2rem;
	font-weight: normal;
}
.form_table td {
	width: 68.09%;
}
.input_text {
	border: 1px solid #5d5d5d;
	background: #efefef;
	border-radius: 10px;
	margin-bottom: 0;
	font-size: 2rem;
}
.input_text.width118px {
	width: 118px;
	margin-right: 10px;
}
.width118px_text {
	display: inline-block;
	margin-bottom: 0;
	font-size: 2rem;
}
.input_text.width200px {
	width: 200px;
}
.contents_box_title2 {
	font-size: 3rem;
	color: #004098;
	font-weight: bold;
	text-align: center;
}
.info_box {
	overflow: auto;
	height: 460px;
	padding: 30px;
	background: #e8e8e8;
	font-size: 1.6rem;
	margin-bottom: 47px;
}
.info_box_title {
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 5px;
}
.info_box_list {
	padding: 20px 0;
	border-bottom: 1px solid #8c8c8c;
}
.checkbox-2 {
	text-align: center;
	display: block;
	margin: 0 auto;
	width: 390px;
}
.checkbox-2 label {
	display: flex;
	align-items: center;
	gap: 0 6px;
	position: relative;
	cursor: pointer;
	font-weight: normal;
	transition: .25s;
	font-size: 1.6rem;
	margin-bottom: 20px;
}
.checkbox-2 label::before {
	content: '';
	width: 25px;
	height: 25px;
	border-radius: 2px;
	background: #fff;
	border: 1px solid #ccc;
}
.checkbox-2 label:has(:checked)::after {
	position: absolute;
	top: 5px;
	left: 9px;
	transform: rotate(45deg);
	width: 7px;
	height: 12px;
	border: solid white;
	border-width: 0 2px 2px 0;
	content: '';
}
.checkbox-2 label:has(:checked)::before {
	background: #004098;
	border: 0;
}
.checkbox-2 input {
	display: none;
}
.checkbox-2 label:has(:checked[disabled])::before {
	background: rgba(0,0,0,.3);
}
.consent_box:has(#consent[disabled])  {
	background: #eee;
	color: #aaaaaa;
}
.btn_wrap {
	text-align: center;
	margin-bottom: 0;
	display: flex;
	justify-content: center;
	gap: 0 10px;
}
.btn01 {
	border-radius: 100px;
	font-size: 2.5rem;
	font-weight: bold;
	background: #004098;
	text-align: center;
	color: white;
	width: 258px;
	padding: 20px;
	transition: .25s;
}
.btn01[disabled] {
	background: #DBDBDB;
}
.btn01:hover {
	opacity: .75;
}
.btn01_wrap {
	display: inline-block;
	position: relative;
}
.btn01_wrap::before,
.btn01_wrap::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
  width: 12px;
  height: 2px;
  border-radius: 9999px;
  background-color: white;
  transform-origin: calc(100% - 1px) 50%;
}
.btn01_wrap::before {
  transform: rotate(45deg);
}
.btn01_wrap::after {
  transform: rotate(-45deg);
}

footer {
	padding: 100px 20px 200px;
	position: relative;
}
.footer_logo_tsu {
	width: 254px;
	margin: 0 auto;
	margin-bottom: 13px;
}
.footer_img {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 155px;
	width: 100%;
	background: url("../images/footer.png") no-repeat;
	background-size: 100% 100%;
	background-position: bottom;
}
.copywrite {
	text-align: center;
	margin-bottom: 0;
	font-size: 1rem;
}
.gift_box_list_title {
	background: #004098;
	text-align: center;
	padding: 5px;
	font-size: 2.5rem;
	color: white;
	display: block;
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
	margin-top: 30px;
}
.label-select {
	cursor: pointer;
	width: 100%;
	position: relative;
	display: block;
}
.label-select:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 27px;
	width: 9px;
	height: 9px;
	margin: auto;
	border-top: 2px solid #5d5d5d;
	border-right: 2px solid #5d5d5d;
	transform: translateY(-2px) rotate(135deg);
	box-sizing: border-box;
}
select.input_text {
	width: 100%;
	padding-right: 50px;
}
.input_text2 {
	display: inline-block;
	margin-bottom: 0;
	font-size: 2rem;
}
.btn02_wrap {
	
}
a.btn02,
.btn02 {
	display: block;
	border-radius: 100px;
	font-size: 2.5rem;
	font-weight: bold;
	background: #5d5d5d;
	text-align: center;
	color: white;
	width: 258px;
	padding: 20px;
	transition: .25s;
	margin: 0 auto;
}
.btn02:hover {
	opacity: .75;
}
.error_text {
	color: #fe3748;
	margin-bottom: 0;
}
.sponsorship {
	background: #004098;
	border-radius: 100px;
	text-align: center;
	padding: 5px;
	font-size: 1.3rem;
	color: white;
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	width: 90%;
	z-index: 2;
	margin-bottom: 0;
}
.info_box_list2 {
	margin-bottom: 10px;
	width: 100%;
	max-width: 600px;
}
.info_box_list2 li {
	margin-bottom: 5px;
	padding-left: 15px;
	position: relative;
}
.info_box_list2 li:before {
	content: "・";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
.info_box_list2 dl {
	display: flex;
	justify-content: space-between;
	gap: 0 10px;
}
.info_box_list2 dl dd {
	white-space: nowrap;
}

/* Responsive
-----------------------------------------------------------*/
@media screen and (max-width: 1280px) {

.area_header {
	width: 94%;
}
.wrap_1280 {
	width: 94%;
	margin: 0 auto;
}

}


@media screen and (max-width: 1024px) {

.wrap_1024 {
	width: 94%;
	margin: 0 auto;
}
.wrap_960 {
	width: 94%;
	margin: 0 auto;
}
.wrap_824 {
	width: 94%;
	margin: 0 auto;
}

}


@media screen and (max-width: 768px) {

.sp_only {
	display: block;
}
.pc_only {
	display: none;
}
.gift_back {
	background: url(../images/gift_box_back_sp.png) no-repeat;
	background-size: 100% 100%;
}
.gift_box_list {
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(4, auto);
}
.gift_box.first {
	grid-area: 1 / 1 / 2 / 4;
}
.gift_box:nth-child(2) {
	grid-area: 2 / 1 / 3 / 2;
}
.gift_box:nth-child(3) {
	grid-area: 2 / 2 / 3 / 3;
}
.gift_box:nth-child(4) {
	grid-area: 3 / 1 / 4 / 2;
}
.gift_box:nth-child(5) {
	grid-area: 3 / 2 / 4 / 3;
}
.gift_box:nth-child(6) {
	grid-area: 4 / 1 / 5 / 2;
}
.gift_box:nth-child(7) {
	grid-area: 4 / 2 / 5 / 3;
}

.gift_box_list2 .gift_box:nth-child(1) {
	grid-area: 2 / 1 / 3 / 2;
}
.gift_box_list2 .gift_box:nth-child(2) {
	grid-area: 2 / 2 / 3 / 3;
}
.gift_box_list2 .gift_box:nth-child(3) {
	grid-area: 3 / 1 / 4 / 2;
}


.first .gift_box_text {
	font-size: 2.5rem;
}
.form_table th {
	width: 42.25%;
}
.width118px_text {
	font-size: 1.6rem;
}


.checkbox-2 {
	width: 350px;
}
.checkbox-2 label {
	font-size: 1.4rem;
}
.footer_logo_tsu {
	width: 90%;
	max-width: 330px;
}
.footer_img {
	height: 105px;
}

.btn_wrap {
	flex-wrap: wrap;
	gap: 10px 0;
}
.btn01_wrap2,
.btn02_wrap {
	width: 100%;
}
.gift_box_list2 {
	grid-row-gap: 38px;
}


}


@media screen and (max-width: 480px) {

header {
	height: 56px;
}
.header_box1 {
	width: 160px;
}
.header_box2 {
	width: 170px;
}
.gift_box.first {
	flex-wrap: wrap;
}
.first .gift_box_text,
.first .gift_box_img {
	width: 100%;
}
.first .gift_box_img {
	margin-bottom: 10px;
}
.gift {
	padding: 50px 0 90px;
	padding-top: 200px;
}
.gift_back {
	background: url(../images/gift_box_back_sp2.png) no-repeat;
	background-size: 100% 100%;
}
.gift_box_title {
	width: 63px;
}
.gift_box_text {
	font-size: 1.6rem;
	margin-top: 10px;
}
.gift_box {
	padding: 19px 16px;
}
.gift_box_present {
	width: 52px;
	height: 52px;
}
.gift_box_present_text {
	font-size: 1.4rem;
}
.gift_box_present_text span {
	font-size: 2rem;
}
.contents_box_title_text {
	font-size: 2rem;
}
.form_table td,
.form_table th {
	display: block;
	width: 100%;
	font-size: 1.6rem;
}
.form_table th {
	padding: 0;
}
.width118px_text {
	font-size: 1.5rem;
}
.input_text {
	font-size: 1.6rem;
}
.contents_box_title2 {
	font-size: 2rem;
}
.info_box {
	font-size: 1.4rem;
}
.info_box_title {
	font-size: 1.5rem;
}
.contents_box {
	padding: 30px 0;
}
.checkbox-2 {
	width: 350px;
}
.btn01 {
	font-size: 1.7rem;
}
footer {
	padding: 40px 20px 100px;
}
.footer_img {
	height: 55px;
}
.footer_logo_tsu {
	max-width: 230px;
}
a.btn02,
.btn02 {
	font-size: 2rem;
}


}
