@charset "utf-8";

/*初期設定*/
:root {
	--main-color: ##33517E;
	--accent-color: #999;
	--light-blue: #E1E8EF;
	--inr-pct: calc(1 / 670 * 100%);
	--inr-pct-590: calc(1 / 590 * 100%);
	--otr-vw: calc(1 / 750 * 100vw);
	--otr-pct: calc(1 / 750 * 100%);
}
body {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-size: min(calc(32 * var(--otr-vw)), 32px);
	font-feature-settings: "palt"/*, "kern"*/;
	-webkit-font-feature-settings: "palt"/*, "kern"*/;
	color: #33517E;
}
body::before {
	content: "";
	position: fixed;
	inset: 0;
	background: url("../img/body_bg.webp") center / cover no-repeat;
	z-index: -1;
}
a {
	text-decoration: none;
}
em {
	font-style: normal;
}
.gupter {
	font-family: "Gupter", "Zen Old Mincho", serif;
}
.cont_box_ttl {
	font-family: "Gupter", "Zen Old Mincho", serif;
	font-weight: 400;
	font-size: min(calc(100 * var(--otr-vw)), 100px);
	line-height: 1;
}
.cont_box_ttl .cont_box_ttl_jp {
	display: inline-block;
	margin-left: 0.8em;
	font-size: min(calc(32 * var(--otr-vw)), 32px);
}
p {
	line-height: 2;
}
.cont_box_txt p:nth-of-type(n+2) {
	margin-top: 1em;
}
.mincho {
	font-family: "Zen Old Mincho", serif;
}
.mincho {
	font-family: "Zen Old Mincho", serif;
}
.c_inr_670 {
	width: calc(670 * var(--otr-pct));
	margin: 0 auto;
}
.c_inr_590-670 {
	width: calc(590 * var(--inr-pct));
	margin: 0 auto;
}
.c_inr_590 {
	width: calc(590 * var(--otr-pct));
	margin: 0 auto;
}
.c_inr_650 {
	width: calc(650 * var(--otr-pct));
	margin: 0 auto;
}
.wrapper {
	max-width: 750px;
	margin: 0 auto;
	background-color: var(--light-blue);
	position: relative;
}
.c_link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: min(calc(100 * var(--otr-vw)), 100px);
	border: min(calc(2 * var(--otr-vw)), 2px) solid #fff;
	border-radius: 999px;
	color: #fff;
	background: url("../img/c_link_arw.webp") no-repeat right center / contain;
	font-size: min(calc(36 * var(--otr-vw)), 36px);
	line-height: 1;
}
.c_link.orange {
	border-color: #E35A1A;
	background-color: #E35A1A;
}
.c_link.white {
	background-color: #fff;
	background-image: url("../img/c_link_arw_blue.webp");
	color: var(--main-color);
}
.c_link small {
	font-size: min(calc(20 * var(--otr-vw)), 20px);
	margin-right: 0.8em;
}
.c_link img.c_link_smartclub {
	width: calc(123 / 20 * 1em);
}
.c_link img.c_link_asoview {
	width: calc(110 / 20 * 1em);
}
.fade_in_gradation {
	position: relative;
	opacity: 0;
}
.act.fade_in_gradation {
	opacity: 1;
}
.fade_in_gradation::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/fade_in_gradation_1.webp") no-repeat bottom left;
	background-size: 100% 200%;
	transition: background-size 1.8s ease;
}
.act.fade_in_gradation::before {
	background-size: 100% 0;
}
.fade_in {
	opacity: 0;
	transition: opacity 1.8s ease;
}
.act.fade_in {
	opacity: 1;
}
/*初期設定（PC）*/
@media screen and (min-width:751px) {
	body {
		font-size: 16px;
	}
	.cont_box_ttl {
		font-size: 50px;
	}
	.cont_box_ttl .cont_box_ttl_jp {
		font-size: 16px;
	}
	.c_inr_670 {
		width: 335px;
	}
	.c_inr_590-670 {
		width: 295px;
	}
	.c_inr_590 {
		width: 295px
	}
	.c_inr_650 {
		width: 325px
	}
	.wrapper {
		width: 375px;
	}
	.c_link {
		height: 50px;
		border: 1px solid #fff;
		font-size: 18px;
	}
	.c_link small {
		font-size: 10px;
	}
}

/*ナビ*/
.navi_pc {
	display: none;
}
.navi_sp {
	display: block;
	position: fixed;
	z-index: 900;
	width: 100%;
}
.navi_sp_top {
	width: calc(700 * var(--otr-pct));
	margin: calc(36 * var(--otr-pct)) auto 0;
	display: flex;
	justify-content: space-between;
}
.navi_sp_top_logo {
	width: calc(173 / 700 * 100%);
}
.navi_sp_top_opn {
	width: calc(74 / 700 * 100%);
}
.navi_sp_pd {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	background-color: var(--light-blue);
	padding-bottom: calc(40 * var(--otr-pct));
}
.navi_sp_pd_top {
	width: calc(700 * var(--otr-pct));
	margin: calc(36 * var(--otr-pct)) auto 0;
	display: flex;
	justify-content: space-between;
}
.navi_sp_pd_top_logo {
	width: calc(173 / 700 * 100%);
}
.navi_sp_pd_top_cls {
	width: calc(74 / 700 * 100%);
}
.navi_sp_pd_list {
	margin-top: calc(48 * var(--otr-pct));
}
.navi_sp_pd_list li {
	margin-top: calc(38 * var(--inr-pct-590));
}
.navi_sp_pd_list li a {
	color: var(--main-color);
	font-size: min(calc(70 * var(--otr-vw)), 70px);
	line-height: 1;
}
.navi_pc_list_jp {
	display: block;
	font-size: min(calc(24 * var(--otr-vw)), 24px);
	letter-spacing: 0.05em;
	padding-top: 0.75em;
}
.navi_sp_pd_btm {
	margin-top: calc(62 * var(--inr-pct));
}
.navi_sp_pd_btm_ttl {
	font-size: min(calc(36 * var(--otr-vw)), 36px);
	text-align: center;
	margin-bottom: calc(36 * var(--inr-pct));
}
.navi_sp_pd_btm_box {
	margin-top: calc(30 * var(--inr-pct));
}
/*ナビPC*/
@media screen and (min-width:751px) {
	.navi_sp {
		width: 375px;
		margin-left: calc((100% - 375px) / 2);
	}
	.navi_sp_pd_list li a {
		font-size: 35px;
	}
	.navi_pc_list_jp {
		font-size: 12px;
	}
	.navi_sp_pd_btm_ttl {
		font-size: 18px;
	}
}
/*ナビPCでのSP表示*/
@media screen and (min-width:976px) {
	.navi_pc {
		display: flex;
		justify-content: center;
		align-items: center;
		position: fixed;
		top: 0;
		left: 0;
		width: calc((100% - 375px) / 2);
		height: 100%;
	}
	.navi_pc_inr {
		width: 265px;
	}
	.navi_pc_logo {
		width: 123px;
	}
	.navi_pc_list {
		margin-top: 64px;
	}
	.navi_pc_list li {
		margin-top: 22px;
	}
	.navi_pc_list li a {
		font-size: 24px;
		color: #fff;
	}
	.navi_pc_list_jp {
		display: inline-block;
		font-size: 10px;
		margin-left: 1.8em;
	}
	.navi_pc_btm {
		margin-top: 170px;
	}
	.navi_pc_btm_ttl {
		font-size: 18px;
		color: #fff;
		text-align: center;
		margin-bottom: 18px;
	}
	.navi_pc_btm_box {
		margin-top: 10px;
	}
	.navi_pc_btm_box .c_link {
		background-image: none;
	}
	.navi_sp {
		display: none;
	}
}

/*ヘッダー*/
.hdr {
	height: 100vh;
	height: 100dvh;
	background: url("../img/hdr_bg.webp") no-repeat center / cover;
	position: sticky;
	top: 0;
	left: 0;
}
.hdr_ttl {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 46%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hdr_ttl_inr {
	width: min(calc(452 * var(--otr-vw)), 452px);
}
.hdr_cp {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hdr_cp_inr {
	font-weight: 500;
	text-align: center;
}
.hdr_cp_1 {
	font-size: min(calc(38 * var(--otr-vw)), 38px);
	letter-spacing: 0.03em;
}
.hdr_cp_2 {
	font-size: min(calc(60 * var(--otr-vw)), 60px);
	line-height: calc(80 / 60);
	letter-spacing: 0.1em;
	margin-top: 0.2em;
}
/*ヘッダーPC*/
@media screen and (min-width:751px) {
	.hdr_ttl_inr {
		width: 226px;
	}
	.hdr_cp_1 {
		font-size: 19px;
	}
	.hdr_cp_2 {
		font-size: 30px;
	}
}

/*コンテンツ*/
.cont {
	position: relative;
	z-index: 9;
}
.cont_box {
	padding: calc(135 * var(--otr-pct)) 0;
}

/*コンテンツ1（非日常体験）*/
#cont_1 {
	background: url("../img/cont_1_bg.webp") no-repeat top center / cover;
	color: #fff;
	padding: calc(192 * var(--otr-pct)) 0;
}
.cont_1_ttl {
	font-size: min(calc(60 * var(--otr-vw)), 60px);
	line-height: calc(108 / 60);
	letter-spacing: -0.018em;
}
.cont_1_txt {
	margin-top: calc(76 * var(--inr-pct-590));
}
/*コンテンツ1（非日常体験）PC*/
@media screen and (min-width:751px) {
	.cont_1_ttl {
		font-size: 30px;
	}
}

/*コンテンツ2（一日の過ごし方）*/
#cont_2 {
	background-color: var(--light-blue);
}
#cont_2 .cont_box_ttl .cont_box_ttl_jp {
	display: block;
	line-height: 1;
	margin: 1em 0 0;
}
.cont_2_box:nth-of-type(n+2) {
	margin-top: calc(184 * var(--otr-pct));
}
.cont_2_box_top {
	position: relative;
	height: 0;
}
.cont_2_box_top_ttl {
	position: absolute;
	top: 0;
	width: calc(35 * var(--otr-pct));
}
.cont_2_box_top_img_box {
	position: absolute;
}
.cont_2_box_body {
	margin-top: calc(72 * var(--otr-pct));
}
.cont_2_box_ttl {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-size: min(calc(52 * var(--otr-vw)), 52px);
	line-height: calc(94 / 58);
	letter-spacing: 0.05em;
}
#cont_2 .cont_box_txt {
	margin-top: calc(62 * var(--inr-pct-590));
}
.cont_2_box_link {
	margin-top: calc(90 * var(--inr-pct-590));
}
/*コンテンツ2（一日の過ごし方）PC*/
@media screen and (min-width:751px) {
	.cont_2_box_ttl {
		font-size: 26px;
	}
}
/*コンテンツ2個別*/
#cont_2_1 .cont_2_box_top {
	padding-top: calc(956 * var(--otr-pct));
}
#cont_2_1 .cont_2_box_top_ttl {
	left: calc(80 * var(--otr-pct));
}
.cont_2_1_top_img_1 {
	top: 0;
	right: 0;
	width: calc(600 * var(--otr-pct));
}
.cont_2_1_top_img_2 {
	bottom: 0;
	left: 0;
	width: calc(325 * var(--otr-pct));
}
#cont_2_2 .cont_2_box_top {
	padding-top: calc(610 * var(--otr-pct));
}
#cont_2_2 .cont_2_box_top_ttl {
	right: calc(80 * var(--otr-pct));
}
.cont_2_2_top_img_1 {
	top: 0;
	left: 0;
	width: calc(600 * var(--otr-pct));
}
.cont_2_2_top_img_2 {
	bottom: 0;
	right: 0;
	width: calc(325 * var(--otr-pct));
}
.cont_2_2_note {
	font-size: min(calc(20 * var(--otr-vw)), 20px);
	margin-top: calc(50 / 20 * 1em);
}
#cont_2_3 .cont_2_box_top {
	padding-top: calc(950 * var(--otr-pct));
}
#cont_2_3 .cont_2_box_top_ttl {
	left: calc(80 * var(--otr-pct));
}
.cont_2_3_top_img_1 {
	top: 0;
	right: 0;
	width: calc(455 * var(--otr-pct));
}
.cont_2_3_top_img_2 {
	top: 0;
	left: 0;
	width: calc(500 * var(--otr-pct));
	margin-top: calc(300 * var(--otr-pct));
}
.cont_2_3_top_img_3 {
	bottom: 0;
	right: 0;
	width: calc(300 * var(--otr-pct));
}
#cont_2_4 .cont_2_box_top {
	padding-top: calc(585 * var(--otr-pct));
}
#cont_2_4 .cont_2_box_top_ttl {
	right: calc(80 * var(--otr-pct));
	width: calc(267 * var(--otr-pct));
}
.cont_2_4_top_img_1 {
	bottom: 0;
	left: calc(50 * var(--otr-pct));
}
#cont_2_4 .cont_2_box_ttl {
	letter-spacing: 0.03em;
}
#cont_2_5 .cont_2_box_top {
	padding-top: calc(780 * var(--otr-pct));
}
#cont_2_5 .cont_2_box_top_ttl {
	left: calc(80 * var(--otr-pct));
}
.cont_2_5_top_img_1 {
	bottom: 0;
	right: 0;
	width: calc(600 * var(--otr-pct));
}
#cont_2_6 .cont_2_box_top {
	padding-top: calc(770 * var(--otr-pct));
}
#cont_2_6 .cont_2_box_top_ttl {
	right: calc(80 * var(--otr-pct));
	width: calc(168 * var(--otr-pct));
}
.cont_2_6_top_img_1 {
	top: 0;
	left: 0;
	width: calc(670 * var(--otr-pct));
	margin-top: calc(85 * var(--otr-pct));
}
.cont_2_6_top_img_2 {
	bottom: 0;
	right: 0;
	width: calc(325 * var(--otr-pct));
}
/*コンテンツ2個別 PC*/
@media screen and (min-width:751px) {
	.cont_2_2_note {
		font-size: 10px;
	}
}

/*コンテンツ3（マップ）*/
#cont_3 {
	background-color: #05A7E2;
	color: #fff;
	position: relative;
}
#cont_3::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25%;
	content: "";
	background-color: #1590de;
}
#cont_3 .cont_box_ttl {
	position: relative;
}
.cont_3_map_1 {
	position: relative;
	margin-top: calc(84 * var(--otr-pct));
}
.cont_3_map_1_2 {
	position: absolute;
	top: 0;
	left: 0;
}
.cont_3_body {
	margin-top: calc(90 * var(--otr-pct));
}
.cont_3_1 {
	font-size: min(calc(40 * var(--otr-vw)), 40px);
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
}
.cont_3_2 {
	margin-top: calc(90 * var(--otr-pct));
}
.cont_3_box_top {
	font-size: min(calc(28 * var(--otr-vw)), 28px);
	line-height: calc(44.8 / 28);
	margin-top: calc(46 * var(--inr-pct-590));
}
.cont_3_box_note {
	font-size: min(calc(20 * var(--otr-vw)), 20px);
	line-height: 1.5;
	margin-top: 0.6em;
}
/*コンテンツ3（マップ）PC*/
@media screen and (min-width:751px) {
	.cont_3_1 {
		font-size: 20px;
	}
	.cont_3_box_top {
		font-size: 14px;
	}
	.cont_3_box_note {
		font-size: 10px;
	}
}

/*コンテンツ4（チケット）*/
#cont_4 {
	background: url("../img/cont_4_bg.webp") no-repeat center / cover;
}
#cont_4 .cont_box_ttl {
	color: #fff;
}
.cont_4_body {
	margin-top: calc(36 * var(--otr-pct));
	background-color: rgba(255, 249, 249, 0.8);
}
.cont_4_body_inr {
	padding: calc(70 * var(--inr-pct)) 0;
}
.cont_4_cp {
	font-size: min(calc(40 * var(--otr-vw)), 40px);
	letter-spacing: 0.05em;
	text-align: center;
}
.cont_4_cp em {
	font-weight: 700;
	font-size: min(calc(50 * var(--otr-vw)), 50px);
	letter-spacing: 0.05em;
	display: inline-block;
	padding-top: 0.55em;
}
.cont_4_price {
	margin-top: calc(44 * var(--inr-pct-590));
}
.cont_4_link {
	margin-top: calc(58 * var(--inr-pct-590));
}
.cont_4_link_ttl {
	font-size: min(calc(36 * var(--otr-vw)), 36px);
	text-align: center;
	margin-bottom: calc(36 * var(--inr-pct-590));
}
.cont_4_link_box {
	margin-top: calc(30 * var(--inr-pct-590));
}
.cont_4_nots {
	margin-top: calc(90 * var(--inr-pct-590));
	font-size: min(calc(20 * var(--otr-vw)), 20px);
	line-height: 1.5;
	letter-spacing: -0.035em;
}
.cont_4_nots_box {
	margin-top: calc(32 * var(--inr-pct-590));
}
.cont_4_nots_box_ttl {
	font-weight: 400;
}
/*コンテンツ4（チケット）PC*/
@media screen and (min-width:751px) {
	.cont_4_cp {
		font-size: 20px;
	}
	.cont_4_cp em {
		font-size: 25px;
	}
	.cont_4_link_ttl {
		font-size: 18px;
	}
	.cont_4_nots {
		font-size: 10px;
	}
}

/*コンテンツ5（アクセス）*/
#cont_5 {
	background-color: var(--light-blue);
}
.cont_5_1 {
	margin-top: calc(36 * var(--otr-pct));
}
.cont_5_1_name {
	font-weight: 500;
	font-size: min(calc(40 * var(--otr-vw)), 40px);
	letter-spacing: 0.05em;
}
.cont_5_1_add {
	margin-top: 0.85em;
	letter-spacing: 0.05em;
}
.cont_5_2 {
	margin-top: calc(136 * var(--otr-pct));
}
.cont_5_2_cp {
	font-size: min(calc(40 * var(--otr-vw)), 40px);
	letter-spacing: 0.05em;
}
.cont_5_2_cp em {
	font-weight: 700;
	font-size: min(calc(50 * var(--otr-vw)), 50px);
	letter-spacing: 0.05em;
	display: inline-block;
	padding-top: 0.45em;
}
.cont_5_2_txt {
	margin-top: calc(72 * var(--otr-pct));
	position: relative;
	z-index: 1;
}
.cont_5_2_map {
	margin-top: calc(-220 * var(--otr-pct));
}
.cont_5_2_col {
	margin-top: calc(-240 * var(--otr-pct));
}
.cont_5_2_col_box {
	border: min(calc(2 * var(--otr-vw)), 2px) solid;
	border-color: var(--main-color);
	text-align: center;
	padding: calc(42 * var(--inr-pct)) 0;
	background-color: var(--light-blue);
	position: relative;
}
.cont_5_2_col_1_top {
	font-size: min(calc(40 * var(--otr-vw)), 40px);
	letter-spacing: 0.05em;
}
.cont_5_2_col_1_top em {
	font-weight: 700;
	font-size: min(calc(50 * var(--otr-vw)), 50px);
	letter-spacing: 0.05em;
}
.cont_5_2_col_1_map {
	width: calc(590 * var(--inr-pct));
	margin: calc(25 * var(--inr-pct)) auto 0;
}
.cont_5_2_col_1_btm {
	margin-top: calc(25 * var(--inr-pct));
	font-size: min(calc(24 * var(--otr-vw)), 24px);
}
.cont_5_2_col_1_btm em {
	font-family: "Gupter", "Zen Old Mincho", serif;
	font-size: min(calc(50 * var(--otr-vw)), 50px);
}
.cont_5_2_col_2 {
	margin-top: calc(50 * var(--inr-pct));
}
.cont_5_2_col_2_top {
	font-size: min(calc(40 * var(--otr-vw)), 40px);
	letter-spacing: 0.05em;
}
.cont_5_2_col_2_top em {
	display: inline-block;
	padding-top: 0.3em;
	font-weight: 700;
	font-size: min(calc(50 * var(--otr-vw)), 50px);
	letter-spacing: 0.05em;
}
.cont_5_2_col_2_img {
	width: calc(175 * var(--inr-pct));
	margin: calc(44 * var(--inr-pct)) auto 0;
}
.cont_5_2_col_2_link {
	width: calc(590 * var(--inr-pct));
	margin: calc(49 * var(--inr-pct)) auto 0;
}
/*コンテンツ5（アクセス）PC*/
@media screen and (min-width:751px) {
	.cont_5_1_name {
		font-size: 20px;
	}
	.cont_5_2_cp {
		font-size: 20px;
	}
	.cont_5_2_cp em {
		font-size: 25px;
	}
	.cont_5_2_col_box  {
		border: 1px solid;
	}
	.cont_5_2_col_1_top {
		font-size: 20px;
	}
	.cont_5_2_col_1_top em {
		font-size: 25px;
	}
	.cont_5_2_col_1_btm {
		font-size: 12px;
	}
	.cont_5_2_col_1_btm em {
		font-size: 25px;
	}
	.cont_5_2_col_2_top {
		font-size: 20px;
	}
	.cont_5_2_col_2_top em {
		font-size: 25px;
	}
}

/*コンテンツ6（リンク）*/
#cont_6 {
	background-color: #fff;
}
.cont_6_box:nth-of-type(n+2) {
	margin-top: calc(62 * var(--inr-pct-590));
}
.cont_6_box_ttl {
	font-weight: 400;
	font-size: min(calc(28 * var(--otr-vw)), 28px);
	text-align: center;
}
.cont_6_box_bnr {
	margin-top: calc(24 * var(--inr-pct-590));
}
/*コンテンツ6（リンク）PC*/
@media screen and (min-width:751px) {
	.cont_6_box_ttl {
		font-size: 14px;
	}
}

/*フッター*/
.ftr {
	background: url("../img/ftr_bg.webp") no-repeat center / cover;
	color: #fff;
	padding: calc(148 * var(--otr-pct)) 0 calc(180 * var(--otr-pct));
	text-align: center;
	position: relative;
}
.ftr_logo {
	width: calc(306 * var(--inr-pct));
	margin: 0 auto;
}
.ftr_link {
	margin-top: calc(68 * var(--inr-pct));
}
.ftr_col_box {
	border: min(calc(2 * var(--otr-vw)), 2px) solid #fff;
	padding: calc(60 * var(--inr-pct)) 0;
}
.ftr_col_box_ttl {
	font-size: min(calc(40 * var(--otr-vw)), 40px);
	letter-spacing: 0.05em;
}
.ftr_col_box_name {
	margin-top: calc(54 * var(--inr-pct));
	letter-spacing: 0.05em;
}
.ftr_col_box_tel {
	margin-top: calc(40 * var(--inr-pct));
	font-family: "Gupter", "Zen Old Mincho", serif;
	font-size: min(calc(70 * var(--otr-vw)), 70px);
}
.ftr_col_box_tel em {
	font-size: min(calc(100 * var(--otr-vw)), 100px);
}
.ftr_col_1 {
	margin-top: calc(100 * var(--inr-pct));
}
.ftr_col_2 {
	margin-top: calc(50 * var(--inr-pct));
}
.ftr_add {
	margin-top: calc(90 * var(--inr-pct));
	font-size: min(calc(28 * var(--otr-vw)), 28px);
	line-height: calc(42 / 28);
	letter-spacing: 0.05em;
}
.ftr_copy {
	margin-top: calc(54 * var(--inr-pct));
	font-size: min(calc(20 * var(--otr-vw)), 20px);
	letter-spacing: 0.05em;
}
/*フッターPC*/
@media screen and (min-width:751px) {
	.ftr_col_box {
		border: 1px solid #fff;
	}
	.ftr_col_box_ttl {
		font-size: 20px;
	}
	.ftr_col_box_tel {
		font-size: 35px;
	}
	.ftr_col_box_tel em {
		font-size: 50px;
	}
	.ftr_add {
		font-size: 14px;
	}
	.ftr_copy {
		font-size: 10px;
	}
}

/*固定ボタン*/
.fixed_btn {
	position: fixed;
	bottom: min(calc(40 * var(--otr-vw)), 40px);
	left: 0;
	z-index: 99;
	width: 100%;
}
.fixed_btn_inr {
	max-width: 670px;
}
/*固定ボタンPC*/
@media screen and (min-width:751px) {
	.fixed_btn {
		bottom: 20px;
	}
	.fixed_btn_inr {
		max-width: 335px;
	}
}
