@charset "utf-8";
/*!
 * base CSS
 * ---------------------------------------------
 * 共通レイアウトに関わるCSS
 */

/* @import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css); */


/* reset
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,menu,nav,section,main {
	display:block;
}
article,aside,details,figcaption,figure,footer,header,menu,nav,section,main,
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
fieldset,img {
	border: 0;
}
* {
	font-size:100%;
	max-height: 999999px;
}
body {
	font: 100%/1 'Noto Sans Japanese', sans-serif;
}
h1,h2,h3,h4,h5,h6,b {
	font-weight: 600;
}
ol,ul,li {
	list-style: none;
}
ul,ol {
	letter-spacing: -.40em;
}
ul > li,ol > li {
	letter-spacing: normal;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
label:before,label:after {
	content: "";
	display: none;
}
html {
	-webkit-text-size-adjust: 100%;
}
input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
	appearance: none;
}
.hiddenPc,
.brkSp {
	display: none;
}
.hiddenSp {
	display: block;
}
.brkPc {
	display: block;
}
.hidden_Sp {
	display: inline-block;
}
.brkPcI {
	display: initial;
}
input[type="text"],input[type="tel"],input[type="number"],input[type="store"],input[type="submit"],button,select {
	border: none;
	background: none;
}
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="store"] {
	-webkit-appearance: none;
	appearance: none;
}

/*===================================
	font link
=====================================*/

body,
a,a:visited {
	color: #313131;
}
body {
	font-size: 16px;
}
a,
a.underline:hover {
	text-decoration: none;
}
a.underline {
	text-decoration: underline;
}

.form-info a,a:visited {
	color: #a20d33;
}
.form-info a {
	text-decoration: underline;
}
.form-info a:hover {
	text-decoration: none;
}


/*===================================
	layout
=====================================*/

body.form_format {
	padding: 30px 0 67px;
	background: #e6f3f9;
}

.form_format main {
	width: 1000px;
	margin: auto;
	padding: 0 80px 70px;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
}
footer {
	text-align: center;
	margin-top: 50px;
	color: #cccbb2;
	font-size: 75%;
}
.tex-in {
	padding-left: 1em;
	text-indent: -1em;
}

/*  opacity
---------------------------------*/
.mode__pc button,.mode__pc input[type="submit"],.mode_pc input[type="button"] {
	transition: .7s;
}
.mode__pc button:hover,
.mode__pc input[type="submit"]:hover,
.mode__pc input[type="button"]:hover {
	opacity: .7;
}

/*===================================
	テーマカラー
=====================================*/
/*  ワインレッド
---------------------------------*/
/*ヘッダーのリボンの色、ベース色と上下の濃色、リボンの文字の色*/
.theme__winered .title_head {
	/*background: #a20d33;
	border-top: #a57816 10px solid;
	border-bottom: #a57816 10px solid;
	color: #c29e55;*/
	border: 0;
}
/*破線の色*/
.theme__winered .main__form dl:before,
.theme__winered .main__form dd:after {
	border-color: #e8e7d6;
}
/*設問の丸の色 */
.theme__winered .main__form dt:before {
	border-color: #7e0d0d;
}
/*確認ボタン*/
.theme__winered input[type="submit"].submitBtn,
.theme__winered input[type="button"].submitBtn {
	background: #e60012;
}
.theme__winered input[type="submit"].submitBtnGray,
.theme__winered input[type="button"].submitBtnGray {
	color: #e60012;
	background: #eee;
}
/*サンクスリード文*/
.theme__winered  .lead {
	color: #650a0a;
}

/*  必須文字のカラー
---------------------------------*/
.required.red {
	color: #ff0000;
}

/*===================================
	title_head_New2024(PC)
=====================================*/
.n_title_head {
	background-color: #c2eafe;
	padding: 10px 10px;
	margin-bottom: 15px;
}
.n_title_head .inner_wrap {
	display: flex;
	flex-direction: row;
}
.n_title_head .inner_wrap .main_a {
	width: 50%;
	padding: 20px 10px 20px 15px;
}
.n_title_head .inner_wrap .main_a img {
	width: 100%;
}
.n_title_head .inner_wrap .main_b {
	width: 50%;
	padding: 20px 20px 10px 10px;
}
.n_title_head .inner_wrap .main_b .n_logo {
	text-align: right;
	margin-bottom: 70px;
}
.n_title_head .inner_wrap .main_b .n_logo img {
	width: 50%;
	display: inline-block;
}
.n_title_head .inner_wrap .main_b .n_title {
	font-size: 34px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 20px;
	color: #000000;
}
.n_title_head .inner_wrap .main_b .n_title2 {
	font-size: 28px;
	font-weight: normal;
	line-height: 1.5;
	color: #000000;
}
.n_sponsor {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	background-color: #e6f3f9;
	border-radius: 10px;
	padding: 12px;
	margin-bottom: 30px;
}
.n_detail_area {
	padding: 0 30px;
	margin-bottom: 30px;
}
.n_detail_area .nd_block {
	text-align: left;
	margin-bottom: 35px;
}
.n_detail_area .nd_block .nd_title {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
}
.n_detail_area .nd_block .nd_detail {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
}
.n_detail_area .nd_block .nd_cyuui1 {
	font-size: 22px;
	font-weight: normal;
	line-height: 1.5;
	margin: 10px 0;
}
.n_detail_area .nd_block .nd_cyuui2 {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5;
}
.n_detail_area .nd_block .nd_cyuui2_mb {
	margin-bottom: 10px;
}
.n_imp_stores {
	padding: 20px 10px 10px 10px;
	text-align: right;
}
.n_imp_stores .n_store_info {
	display:inline-block;
	border: 1px solid black;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
	padding: 8px 10px;
	word-break: keep-all;
	overflow-wrap: anywhere;
}
.n_head_line {
	background-image : linear-gradient(to right, #84cef2 3px, transparent 3px);
	background-size: 15px 3px;
	background-repeat: repeat-x; 
	background-position: left bottom;
}
.n_policy_link {
	color: #000;
	text-decoration: underline;
}
.n_policy_link:visited {
	color: #000;
	text-decoration: underline;
}
.n_detail_area .nb_mb2 {
	margin-bottom: 10px !important;
}
.n_detail_area .nd_block .nd_course {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	background-color: #D9D9D9;
	padding: 6px 30px 4px;
	margin-bottom: 10px;
}
.l_thanks {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 8px;
}
.yumecp_link_wrapper {
	margin: 35px 0 0;
	font-size: 18px;
	line-height: 1.6;
}
.n_disney_copy {
	font-size: 10px;
	text-align: right;
	margin: 3px 3px 0;
}
/*===================================
	modal window(PC)
=====================================*/
.overlayBoxElementAlt .modalBox {
	z-index: 130;
	border: 2px solid black;
	border-radius: 10px;
	background: white;
	width: 800px;
	padding: 30px 50px;
	position: fixed;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
}
.overlayBoxElementAlt {
	background-color: rgba(0, 0, 0, 0.8); /* <--こちらはAlfa BG */
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 98;
	cursor: pointer;
}
.overlayBoxElementAlt .modalBox .check_mark {
	text-align: center;
}
.overlayBoxElementAlt .modalBox .check_mark img {
	display: inline-block;
	width: 65px;
}
.overlayBoxElementAlt .modalBox .send_complete {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 30px;
}
.overlayBoxElementAlt .modalBox .thanks_text {
	font-size: 24px;
	font-weight: bold;
	color: #E60012;
	margin-bottom: 10px;
}
.overlayBoxElementAlt .modalBox .shipping_text {
	font-size: 18px;
	margin-bottom: 60px;
}
.overlayBoxElementAlt .modalBox .close_wrapper {
	text-align: center;
}
.overlayBoxElementAlt .modalBox .close_w_btn {
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	background-color: #e5e5e5;
	border-radius: 6px;
	padding: 10px 30px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3);
}
/*===================================
	title_head
=====================================*/

.title_head {
	margin: 0 -90px;
	padding: 20px 30px 20px;
	border-top: solid 5px;
	border-bottom: solid 5px;
	line-height: 1.2;
	text-align: center;
}
.title_head a,a:visited {
	color: #a20d33;
	text-decoration: underline;
}
.title_head a:hover {
	text-decoration: none;
}
.title_head h1 {
	font-size: 36px;
}
.title_head p {
	font-weight: 600;
}
/* No image title */
.title_head sub,
sub {
	font-size: 60%;
	vertical-align: bottom;
	position: relative;
	bottom: -0.1em;
}
.title_head .w-100 {
	width: 100%;
}
.title_head .font-size {
	font-size: 1.1em;
	font-weight: bold;
}
.title_head .m {
	margin: 10px 0 20px 0;
}
.title_head .bg-color {
	background-color: #CAE3F9;
}

.title_head .flx, .title_head .flx-title {
	display: flex;
}
/* fixed title for logo bottom */
.title_head .fixed-title {
	position: relative;
}
.title_head .flx .l {
	width: 10%;
}
.title_head .flx .r {
	width: 90%;
}
.title_head .fl-l {
	float: left;
	clear: left;
}
.title_head .fl-r {
	float: left;
}
.title_head ul {
	margin: 0;
	list-style: none;
}
.title_head ul li {
	padding-left: 1em;
	text-indent: -1em;
	list-style-type: none;
}
.title_head ul li:before {
	content: "＊";
}
.title_head .r ul li:before {
	content: "※";
}

.title_head .upper {
	margin-bottom: -1px;
	padding: 0 10px 0;
}
/* logo if flexbox */
.title_head .upper .logo {
	width: 15%;
	padding: 15px;
}
/* logo if absolute */
.title_head .fixed-title .logo {
	width: 15%;
	padding: 15px;
	position: absolute;
	top: 0;
	left: 0;
}
.title_head .upper .title {
	width: 80%;
	padding: 20px 0 0 0;
}
/* title if fixed */
.title_head .fixed-title .title {
	width: 100%;
	padding: 20px 0 0 0;
}
.title_head .upper .title .top-title {
	font-size: 2.0em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.title_head .upper .title .sub-title,
.title_head .upper .title .sub-title-r2 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.title_head .upper .overhead-title {
	padding: 30px 25px 0 25px;
}
.title_head .upper .overhead-logo {
	padding: 15px 30px 15px;
	background-color: #FFFFFF;
}
.title_head .upper .overhead-title .overhead-title-top {
	font-size: 20px;
	line-height: 1.3;
	font-weight: bold;
	margin: 0 0 20px;
}
.title_head .upper .overhead-title .overhead-title-sub {
	font-size: 11px;
	line-height: 1.5;
	margin: 12px 0 10px;
	text-align-last: left;
	padding-left: 1em;
	text-indent: -1em;
}
.title_head .upper .upper-block {
	text-align: left;
	padding: 10px 8% 20px 24% !important;
	line-height: 1.4em;
}
.title_head .upper-block ul,
.title_head .upper-block .tex-in {
	font-weight: normal;
	font-size: 0.7em;
	line-height: 1.7em;
}
.title_head .upper .upper-block .flx .l {
	width: 11%;
}
.title_head .upper .div-campaign-info {
	padding: 25px 0 20px 0;
	display: inline-block;
	text-align: left;
	font-weight: bold;
	line-height: 1.4em;
}
.title_head .upper .div-campaign-info-padding {
	width: 90%;
}
.title_head .upper .div-campaign-info .ci-ind {
	font-weight: normal;
	font-size: 0.8em;
	clear: both;
}
.title_head .upper .div-campaign-info .ci-l {
	clear: both;
	float: left;
	font-size: 1.1em;
}
.title_head .upper .div-campaign-info .ci-r {
	float: left;
	font-size: 1.1em;
}
.title_head .upper .div-campaign-info .ci-a {
	font-size: 1.1em;
	float: left;
	width: 26em;
	margin-right: 1.5em;
	margin-bottom: 15px;
}
.title_head .upper .div-campaign-info .ci-a-40 {
	width: 40em;
}
.title_head .upper .div-campaign-info .ci-b {
	float: left;
	width: 3em;
	font-weight: normal;
	margin-bottom: 10px;
}
.title_head .upper .div-campaign-info .ci-c {
	font-size: 1.1em;
	float: left;
	width: 4em;
	text-align: right;
}
.title_head .upper .div-campaign-info .ci-c-4 {
	width: 4em;
}
.title_head .upper .div-campaign-info .ci-c-6 {
	width: 6em;
}
.title_head .upper .invitation_date {
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	margin: 34px 0 0;
	padding: 0;
}
.title_head .upper .invitation_date_b {
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	margin: 34px 0 14px;
	padding: 0;
}

.title_head .lower {
	font-size: 90%;
	text-align: left;
}
/* alt: .tex-in */
.title_head .lower ul {
	margin: 0;
	list-style: none;
}
.title_head .lower ul li {
	padding-left: 1em;
	text-indent: -1em;
	list-style-type: none;
}
.title_head .lower ul li:before {
	content: "＊";
}
.title_head .lower .r ul li:before {
	content: "※";
}
.title_head .lower .lower-block {
	line-height: 1.4em;
	padding: 10px 50px 10px 50px;
	display: inline-block;
}
.title_head .lower .font-size-info {
	font-size: 0.7em;
	padding: 0px 50px 10px 50px;
}
.title_head .lower .div-store-info {
	padding: 0 10px 10px 10px;
	text-align: left;
	display: inline-block;
	width: 100%;
}
.title_head .lower .div-store-info .store-info {
	border: 1px solid black;
	font-size: 0.8em;
	padding: 3px;
	right: 0;
	font-weight: bold;
	float: right;
}

/*===================================
	content
=====================================*/

.title_head + p {
	margin: 3em 0 2em;
	text-align: center;
	line-height: 1.6;
}

.main_title {
	margin: 0 0 0.6em 37px;
	font-size: 137.5%;
	font-weight: 600;
}
.main_title:before {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin: -2px 5px 0 0;
	border-radius: 50%;
	border: solid 5px;
	border-color: #7e0d0d;
}
.main__form {
	line-height: 1.6;
}
.main__form dl,.main__form dd {
	overflow: hidden;
	position: relative;
}
.main__form dl:before,
.main__form dd:after {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: dashed 3px;
}
.main__form dl:before {
	top: -2px;
}
.main__form dd:after {
	bottom: -2px;
}

.main__form dl {
	padding-top: 15px;
}
.main__form dt {
	margin: 30px 0 0.6em 37px;
	font-size: 137.5%;
	font-weight: 600;
}
.main__form dt:before {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin: -2px 5px 0 0;
	border-radius: 50%;
	border: solid 5px;
}
.main__form dt .required {
	padding-left: 0.5em;
	font-size: 72.7%;
	font-weight: normal;
}
.main__form dd {
	margin-bottom: 38px;
	padding: 0 0 10px 68px;
}
.main__form dd .question {
	margin-bottom: 0.4em;
	color: #e60012;
	font-size: 125%;
}
.main__form dd .notes {
	display: block;
	font-size: 87.5%;
}
.main__form dd .block-indent {
	padding-left: 1em;
}
.main__form dd input + .notes,
.addressSearch + .notes {
	margin-top: 1em;
}
.main__form dd input[type="text"] + br + br + label {
	margin-left: 2em;
}
.main__form dd .inputDescription {
	margin-bottom: 0.4em;
	font-size: 112.5%;
}
.main__form dd .store_name_nl {
	word-break: keep-all;
	overflow-wrap: anywhere;
}
.main__form dd label.radio {
	margin-right: 2em;
}
.main__form fieldset > p {
	margin-top: 1em;
	text-align: center;
}
.main__form fieldset > p a {
	color: #0068b7;
}
.checkbocUnit {
	margin-bottom: 46px;
}
label.agree {
	font-size: 150%;
	line-height: 300%;
	font-weight: bold;
}

/*  form parts
---------------------------------*/
input[type="text"],input[type="tel"],input[type="number"],input[type="store"],.selectUnit {
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	border: solid 1px #d2d2d2;
	background: #fff;
	text-indent: 10px;
}
input[type="submit"],button {
	cursor: pointer;
}
button.addressSearch {
	margin-left: 17px;
	padding: 0.4em 1em;
	border-radius: 2em;
	background: #898989;
	color: #fff;
	font-size: 112.5%;
}
select {
	width: 277px;
	font-size: 112.5%;
}
.txt1 {
	width: 188px;
}
.txt2 {
	width: 250px;
}
.txt3 {
	width: 690px;
}
.txt1::-ms-clear, .txt2::-ms-clear, .txt3::-ms-clear {
	display: none;
}
input[type="submit"].submitBtn,
input[type="button"].submitBtn,
input[type="submit"].submitBtnGray,
input[type="button"].submitBtnGray {
	width: 240px;
	height: 60px;
	margin: 10px 5px 5px;
	line-height: 60px;
	border-radius: 5px;
	box-shadow: 0 0 3px 2px rgba(0,0,0,.2);
	color: #fff;
	font-size: 137.5%;
	font-weight: 600;
	transition: .7s;
}
.mode_pc .submitBtn:hover,
.mode_pc .submitBtnGray:hover {
	opacity: .7;
}
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
}
.selectUnit {
	position: relative;
	display: block;
	width: 277px;
}
.selectUnit:after {
	content: "▼";
	display: block;
	position: absolute;
	top: 0;
	right: 18px;
	color: #d2d2d2;
	pointer-events: none;
}
.selectUnit > select {
	position: relative;
	width: 130%;
}
select::-ms-expand {
	display: none;
}

input[type=radio], input[type=checkbox] {
	display: none;
}
.radio-n:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: -2px 4px 0 0;
	width: 0.5em;
	height: 0.5em;
	border-radius: 50%;
	border: solid 0.3em #d2d2d2;
	background: #d2d2d2;
}
input[type=radio]:checked + .radio-n:before,
input[type=radio]:checked + label > .radio-n:before {
	background: #666;
}
/* deprecated */
.radio-n-flx-b {
	width: 100%;
}
/* for special complex sub listings, different in */
.radio-m {
	clear: both;
}
.radio-m:before {
	margin: 4px 3px 0 0;
}
/* radio-n extended set */
.radio-n-flx {
	display: flex;
	justify-content: left;
}
.radio-n-w {
	width: 100%;
}
.radio-n-l {
	width: 5em;
}
.radio-n-r {
	width: 90%;
}
.radio-s {
	margin: 0 10px 0 5px;
}
.radio-s:before {
	margin: 0 5px 2px 0;
}
/* radion-n float type */
.radio-fl-b::before{
	float: left;
	clear: left;
}
.radio-fl-l {
	float: left;
	width: 5em;
	margin-bottom: 0.5em;
}
.radio-fl-r {
	float: left;
}
.checkbocUnit {
	position: relative;
}
.checkbox-n:before {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 10px 0 0;
	width: 1em;
	height: 1em;
	border-radius: 5px;
	background: #d2d2d2;
}
input[type=checkbox]:checked + .checkbox-n:after {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	margin: 25px 0 0 -19.2em;
	width: 23px;
	height: 10px;
	border-left: solid 3px #000;
	border-bottom: solid 3px #000;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mt_20 {margin-top: 20px;}
.mt_10 {margin-top: 10px;}
.mb_10 {margin-bottom: 10px;}
button.file_selection {
	padding: 0.4em 1em;
	border-radius: 2em;
	background: #a20d33;
	color: #fff;
	font-size: 112.5%;
	padding-left: 40px;
	position: relative;
}

.file_selection:before {
	display: inline-block;
	position: absolute;
	content: '';
	width: 16px;
	height: 2px;
	background: white;
	transform: rotate(90deg);
	top: 49%;
	left: 17px;
}
.file_selection:after{
	display: inline-block;
	content: '';
	position: absolute;
	width: 16px;
	height: 2px;
	background: white;
	transform: rotate(0deg);
	top: 49%;
	left: 17px;
}
.photo {
	margin-top: 15px;
}
.close {
	position: relative;
	width: 26px;
	height: 26px;
	background: #898989;
	border-radius: 25px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.photo .close:before {
	display: inline-block;
	position: absolute;
	content: '';
	width: 16px;
	height: 2px;
	background: white;
	transform: rotate(60deg);
	top: 12px;
	left: 5px;
}
.photo .close:after{
	display: inline-block;
	content: '';
	position: absolute;
	width: 16px;
	height: 2px;
	background: white;
	transform: rotate(-60deg);
	top: 12px;
	left: 5px;
}

.main__form dd.contact {
	margin: 0 0 1em 38px;
	padding: 0;
}

.legal {
	list-style-type: square;
	margin: 0 0 2em 60px;
}
.legal ol,ul,li {
	list-style-type: square;
}
.main__form .legal-title-sub {
	font-size: 125%;
}
.legal-sub {
	list-style-type: square;
	margin: -1px 0 0.6em 83px;
	padding-left: 4px;
}
/*  thanks
---------------------------------*/

.thanks main > p.lead {
	margin: 140px 0 30px;
	font-size: 137%;
}
.thanks main {
	padding-bottom: 180px;
}
.thanks main > p {
	text-align: center;
	line-height: 1.6;
}

/************************************************************************************
smaller than 1000px
*************************************************************************************/
@media screen and (max-width: 1000px) {
	body {
		width: 100%;
		margin: auto;
	}
	.form_format main {
		width: auto;
		margin: auto 20px;
		padding: 30px 20px 70px;
		border-radius: 3px;
	}
	.title_head {
		margin: 0 -20px;
	}
	/* no image title */
	.title_head .flx .l {
		width: 14%;
	}
	.title_head .flx .r {
		width: 86%;
	}
	.title_head .fixed-title .title {
		padding: 30px 0 0 0;
	}
	.title_head .upper .title .top-title {
		font-size: 2.3em;
	}
	.title_head .upper .upper-block {
		padding: 20px 3% 10px 3% !important;
	}
	.title_head .upper .upper-block .flx .l {
		width: 14%;
	}
	.title_head .lower .font-size-info {
		padding-bottom: 15px;
	}
	.txt3 {
		width: 90%;
	}
	.main__form dd .notes {
		width: 90%;
	}
	.legal {
		margin: 0 50px 0.6em 73px;
	}
	.legal-sub {
		margin: -1px 50px 0.6em 73px;
	}
	.radio-n-l {
		width: 12%;
	}
/*===================================
	title_head_New2024(Tablet)
=====================================*/

.n_title_head .inner_wrap .main_b .n_logo {
	margin-bottom: 60px;
}
.n_title_head .inner_wrap .main_b .n_title {
	font-size: 29px;
}
.n_title_head .inner_wrap .main_b .n_title2 {
	font-size: 18px;
}
.n_sponsor {
	font-size: 14px;
}
.n_detail_area {
	padding: 0 15px;
}
.n_detail_area .nd_block .nd_title {
	font-size: 20px;
}
.n_detail_area .nd_block .nd_detail {
	font-size: 20px;
}
.n_detail_area .nd_block .nd_cyuui1 {
	font-size: 20px;
}
.n_detail_area .nd_block .nd_cyuui2 {
	font-size: 18px;
}
.n_imp_stores .n_store_info {
	font-size: 16px;
}
/*===================================
	modal window(PC)
=====================================*/
.overlayBoxElementAlt .modalBox {
	width: 85%;
	padding: 30px 10px;

}

}

/************************************************************************************
smaller than 999px and larget than 767px (ipad)
*************************************************************************************/
/* @media screen and (min-width: 767px) and (max-width:999px){
	.title_head .upper .title .top-title {
		font-size: 2.8em;
	}
} */

@media screen and (max-width: 905px) {
	.n_title_head .inner_wrap .main_b .n_logo {
		margin-bottom: 40px;
	}
	.n_title_head .inner_wrap .main_b .n_title {
		font-size: 27px;
	}
}
@media screen and (max-width: 700px) {
	.n_title_head .inner_wrap .main_b .n_title {
		font-size: 25px;
	}
}

/************************************************************************************
smaller than 660px
*************************************************************************************/
@media screen and (max-width: 660px) {

	.hiddenPc,
	.brkSp {
		display: block;
	}
	.hiddenSp,
	.brkPc,
	.brkPcI {
		display: none;
	}
	.hidden_Sp {
		display: none;
	}
	.product_select_sp {
		margin-left: 1em;
	}

	/*===================================
		layout
	=====================================*/
	body {
		font-size: 15px;
		width: 100%;
		margin: auto;
	}
	body.form_format {
		padding: 10px 0 67px;
	}
	.form_format main {
		width: auto;
		margin: auto 10px;
		padding: 30px 20px 70px;
		border-radius: 3px;
	}
	.main__form dd {
		margin-bottom: 0px;
		padding: 0 0 30px 0;
	}
	.main__form dd .notes {
		width: 100%;
		margin-top: 10px;
	}
	.main__form dd.contact {
		margin: 0 0 1em 10px;
	}

	.legal {
		margin: 0 0 0.6em 23px;
	}
	.legal-sub {
		margin: -1px 0 0.6em 23px;
	}


	/*===================================
		title_head_New2024(Smartphone)
	=====================================*/
	.n_title_head {
		padding: 10px 10px;
		margin-bottom: 20px;
	}
	.n_title_head .inner_wrap {
		display: flex;
		flex-direction: column;
	}
	.n_title_head .inner_wrap .main_a {
		width: 100%;
		padding: 0px 0px 10px 0px;
	}
	.n_title_head .inner_wrap .main_a img {
		width: 100%;
	}
	.n_title_head .inner_wrap .main_b {
		width: 100%;
		padding: 10px 0px 10px 0px;
	}
	.n_title_head .inner_wrap .n_logo {
		text-align: right;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.n_title_head .inner_wrap .n_logo img {
		width: 50%;
		display: inline-block;
	}
	.n_title_head .inner_wrap .main_b .n_title {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.n_title_head .inner_wrap .main_b .n_title2 {
		font-size: 18px;
	}
	.n_sponsor {
		font-size: 12px;
		padding: 12px;
		margin-bottom: 30px;
	}
	.n_detail_area {
		padding: 0px 0px;
		margin-bottom: 30px;
	}
	.n_detail_area .nd_block {
		text-align: left;
		margin-bottom: 30px;
	}
	.n_detail_area .nd_block .nd_title {
		font-size: 14px;
	}
	.n_detail_area .nd_block .nd_detail {
		font-size: 14px;
	}
	.n_detail_area .nd_block .nd_cyuui1 {
		font-size: 14px;
		margin: 10px 0;
	}
	.n_detail_area .nd_block .nd_cyuui2 {
		font-size: 13px;
	}
	.n_imp_stores {
		padding: 0;
	}
	.n_imp_stores .n_store_info {
		font-size: 13px;
		line-height: 1.5;
		padding: 6px 8px;
	}
	.n_detail_area .nd_block .nd_course {
		font-size: 13px;
		padding: 4px 30px 2px;
	}
	.l_thanks {
		font-size: 18px;
	}
	.yumecp_link_wrapper {
		margin: 35px 0 20px;
		font-size: 13px;
	}
/*===================================
	modal window(PC)
=====================================*/
.overlayBoxElementAlt .modalBox {
	width: 90%;
	padding: 30px 10px;

}
.overlayBoxElementAlt .modalBox .thanks_text {
	font-size: 18px;
	margin-bottom: 10px;
}
.overlayBoxElementAlt .modalBox .shipping_text {
	font-size: 14px;
	margin-bottom: 30px;
}
	
	/*===================================
		title_head
	=====================================*/

	.title_head {
		margin: -30px -30px;
	}
	.title_head h1 {
		font-size: 20px;
	}
	.title_head .lh2e {
		line-height: 2em !important;
	}
	/* no image title */
	.title_head .flx .l,
	.title_head .upper .upper-block .flx .l {
		width: 18%;
	}
	.title_head .flx .r {
		width: 82%;
	}
	.title_head .flx-title {
		display: block;
	}
	.title_head .upper .logo {
		width: 100%;
		padding: 5px;
		position: relative;
	}
	.title_head .upper .logo img {
		width: 50%;
		margin: auto;
	}
	.title_head .upper .title {
		width: 100%;
		padding-top: 10px;
	}
	.title_head .upper .overhead-title {
		padding: 15px 10px 0 10px;
	}
	.title_head .upper .overhead-logo {
		padding: 10px 15px 10px;
	}
	.title_head .upper .overhead-title .overhead-title-top {
		font-size: 15px;
		margin: 0 0 12px;
	}
	.title_head .upper .overhead-title .overhead-title-sub {
		margin: 12px 0 8px;
		font-size: 0.8em;
	}
	.title_head .upper .title .top-title {
		font-size: 1.4em;
	}
	.title_head .upper .title .top-title-adjust {
		text-align: left;
		margin: 10px auto;
		width: 90%;
	}
	.title_head .upper .title .sub-title,
	.title_head .upper .title .sub-title-r2 {
		font-size: 1.2em;
	}
	.title_head .upper .upper-block {
		padding: 10px 5px 10px 5px !important;
		font-size: 0.8em;
	}
	.title_head .upper-block ul {
		font-size: 1em;
	}
	.title_head .upper-block .tex-in {
		padding-top: 0.4em;
	}
	.title_head .upper .div-campaign-info {
		font-size: 0.7em;
		padding: 0 5px 10px 5px;
	}
	.title_head .upper .div-campaign-info-padding {
		width: 100%;
	}
	.title_head .upper .div-campaign-info .ci-r {
		width: 100%;
	}
	.title_head .upper .div-campaign-info .ci-a {
		font-size: 1em;
		margin-bottom: 4px;
		width: 100%;
	}
	.title_head .upper .div-campaign-info .ci-b {
		clear: left;
	}
	.title_head .upper .div-campaign-info .ci-c-6 {
		font-size: 1em;
	}

	.title_head .lower .lower-block {
		padding: 10px 10px 10px 10px;
		font-size: 0.8em;
	}
	.title_head .lower .font-size-info {
		padding: 0 5px 20px 5px;
	}
	.title_head .lower .div-store-info .store-info {
		font-size: 0.75em;
	}
	.title_head .upper .invitation_date {
		font-size: 12px;
		text-align: left;
		margin: 20px 0 18px;
		padding: 0 5px 0;
	}
	.title_head .upper .invitation_date_b {
		font-size: 12px;
		text-align: left;
		margin: 20px 0 2px;
		padding: 0 5px 0;
	}
	.form-info {
		font-size: 80%;
	}

	/*===================================
		content
	=====================================*/
	.main_title {
		margin-left: 20px;
	}
	.main_title:before {
		width: 15px;
		height: 15px;
		border-width: 8px;
		margin: -4px 9px 0 0;
	}
	.main__form dt {
		margin-left: 0;
	}
	.main__form dt:before {
		width: 15px;
		height: 15px;
		margin-top: -4px;
		border-width: 8px;
	}
	.main__form dd input[type="text"] + br + br + label {
		margin-left: 0em;
	}

	/*  form parts
	---------------------------------*/
	input[type="text"],
	selectUnit,select,
	input[type="tel"],
	input[type="number"],
	input[type="store"] {
		font-size: 16px !important;
	}
	.txt1.sps {
		width: 170px;
	}
	.txt3 {
		width: 100%;
	}
	.selectUnit {
		width: 100%;
	}
	input[type="submit"].submitBtn,
	input[type="button"].submitBtn,
	input[type="button"].submitBtnGray,
	input[type="submit"].submitBtnGray {
		width: 280px;
		height: 80px;
		line-height: 80px;
	}
	button.addressSearch {
		margin-top: 10px;
	}
	.radio-n-l {
		width: 25%;
	}
	.radio-n-r {
		width: 75%;
	}
	.radio-fl-r {
		width: 70%;
	}
	.checkbox:before {
		margin: -4px 5px 0 0;
	}
	input[type=checkbox]:checked + .checkbox:after {
		margin: 25px 0 0 -19.1em;
		width: 20px;
		height: 10px;
		border-width: 4px;
	}
	input[type=checkbox]:checked + .checkbox-n:after {
		margin: -30px 0 0 -9.6em;
	}
	button.file_selection {
		padding-left: 54px;
	}
	.file_selection:before {
		width: 25px;
		height: 5px;
	}
	.file_selection:after{
		width: 25px;
		height: 5px;
	}
	.close {
		width: 30px;
		height: 30px;
	}
	.photo .close:before {
		width: 22px;
		height: 3px;
		top: 13px;
		left: 4px;
	}
	.photo .close:after {
		width: 22px;
		height: 3px;
		top: 13px;
		left: 4px;
	}
	.main__form dd.contact {
		margin: 0 0 2em 2px;
		padding: 0;
	}
	.main__form fieldset > p {
		margin-top: 40px;
	}
	label.agree {
		font-size: 150%;
		line-height: 180%;
	}
	/*  thanks
	---------------------------------*/
	.thanks main {
		padding-bottom: 180px;
	}
	.thanks .lead {
		text-align: center;
	}
	.thanks main > p {
		text-align: left;
	}
}

/************************************************************************************
smaller than 320px
*************************************************************************************/
@media screen and (max-width: 320px) {
	.n_title_head .inner_wrap .main_b .n_title {
		font-size: 18px;
	}
}

.n_title_brk {
	display: none;
}
@media screen and (max-width: 950px) {
	.n_title_brk {
		display: block;
	}
}
@media screen and (max-width: 660px) {
	.n_title_brk {
		display: none;
	}
}
