@charset "UTF-8";
/*--------------------------------------
    IMPORT
--------------------------------------*/
@import url('/shop/common/webfont/font.css');
/*--------------------------------------
    RESET
--------------------------------------*/
* {
  box-sizing: border-box;
}

html, body, div, ul, ol, li, dl, dt, dd, h1,h2,h3,h4,h5,h6, p, figure, blockquote {
  margin: 0;
  padding: 0;
}

html {
	background: #eaf1fb;
}
@media screen and (min-width: 600px) {
  html {
    font-size: 100%;
  }
}

ul, li {
  list-style: none;
}

em {
  font-weight: bold;
  font-style: normal;
}

img {
  width: 100%;
  height: auto;
}

/*--------------------------------------
    COMMON
--------------------------------------*/
body {
	margin: 0 auto;
	padding: 0;
  max-width: 600px;
	height: auto;
  overflow-x: hidden;
	background-color: #fff;
	box-shadow: 0 0 1rem rgba(0, 0, 0, .2);
  line-height: 1.75;
  text-align: justify;
	font-feature-settings: normal;
  color: var(--text-normal);
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (min-width: 1100px) {
	body {
		position: relative;
    left: -212.5px;
  }
}

.l-section {
	padding: 0 15px;
	background: #fff;
}
.l-section--kv {
	padding: 0;
}
.c-section-heading {
	text-align: center;
}
.c-link-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid var(--text-normal);
  border-radius: 100vh;
	background: #fff;
	font-weight: 500;
  font-size: 1.6rem;
	font-feature-settings: "palt";
  text-align: center;
}
.c-link-button::after {
	font-family: "Material Icons";
}
.c-link-button--arrow::after {
	position: absolute;
	right: 24px;
	font-size: 2.2rem;
	transform: rotate(90deg);
	content: "\e316";
}
.c-link-button--window::after {
  position: absolute;
  right: 24px;
  font-size: 1.6rem;
  content: "\e895";
}
.c-text-link {
	color: var(--text-link);
	text-decoration: underline!important;
}
.c-text-link:hover {
	text-decoration: none!important;
}
.c-bg-normal { background: #f2f2f2; }
.c-bg-uq { background: #fdebf5; }
.c-bg-au { background: #fdeee6; }

@media screen and (min-width: 600px) {
	.l-section {
		padding: 0 24px;
	}
	.l-section--kv {
		padding: 0;
	}
	.c-link-button {
		border: 2px solid var(--text-normal);
	}
}

/*--------------------------------------
    カスタムプロパティ
--------------------------------------*/
:root {
	--page-main: #5064af;
  --uq-pink: #e4007f;
	--au-orange: #eb5505;
	--text-normal: #333;
	--text-link: #0091d7;
	--text-strong: #e60012;
}

/*--------------------------------------
    FONT COLOR
--------------------------------------*/
.u-f_color_au {
	color: var(--au-orange);
}
.u-f_color_uq {
	color: var(--uq-pink);
}
.u-f_color_red {
	color: var(--text-strong);
}

/*--------------------------------------
    FONT WEIGHT
--------------------------------------*/
.u-fw_medium {
	font-weight: 500;
}

/*--------------------------------------
    section 余白
--------------------------------------*/
.p-content-wrap01 {
	padding-top: 20px;
	padding-bottom: 30px;
}
.p-content-wrap02 {
	padding-top: 25px;
	padding-bottom: 25px;
}
.p-content-wrap03,
.p-content-wrap04,
.p-content-wrap05,
.p-content-wrap06,
.p-content-wrap07 {
	padding-top: 42px;
}
.p-content-wrap03,
.p-content-wrap07 {
	padding-bottom: 20px;
}
.p-content-wrap04,
.p-content-wrap05,
.p-content-wrap06 {
	padding-bottom: 37px;
}
@media screen and (min-width: 600px) {
	.p-content-wrap01 {
		padding-top: 32px;
		padding-bottom: 48px;
	}
	.p-content-wrap02 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.p-content-wrap03,
	.p-content-wrap04,
	.p-content-wrap05,
	.p-content-wrap06,
	.p-content-wrap07 {
		padding-top: 67px;
	}
	.p-content-wrap03,
	.p-content-wrap07 {
		padding-bottom: 32px;
	}
	.p-content-wrap04,
	.p-content-wrap05,
	.p-content-wrap06 {
		padding-bottom: 59px;
	}
}

/*--------------------------------------
    KV
--------------------------------------*/
.p-key-visual-heading {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.p-key-visual-heading-bg01 {
	background-image: linear-gradient(0deg, rgba(211, 227, 253, 1) 25%, rgba(255, 255, 255, 1) 95%);
}
.p-key-visual-heading-bg02 {
	padding: 15px 0;
	background: #5064af;
}
.p-key-visual-link {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 190px;
	height: 28px;
	margin: 10px auto 0;
	padding-right: 13px;
	font-weight: 400;
	font-size: 1.2rem;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 14px;
}
.p-key-visual-link::after {
	position: absolute;
	right: 10px;
	font-family: "Material Icons";
	font-size: 1.5rem;
	transform: rotate(180deg);
	content: "\e316";
}
@media screen and (min-width: 600px) {
	.p-key-visual-heading-bg02 {
		padding: 24px 0;
	}
	.p-key-visual-link {
		width: 304px;
		height: 45px;
		margin: 16px auto 0;
		padding-right: 21px;
		border-radius: 22px;
	}
	.p-key-visual-link::after {
		right: 16px;
	}
}

/*--------------------------------------
    p-step
--------------------------------------*/
.p-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 20px;
	margin-top: 20px;
}
.p-card__inner {
	width: 100%;
	border-radius: 16px;
}
.p-card--step .p-card__inner {
	border: 2px solid var(--page-main);
	background: #f2f2f2;
}
.p-card--point .p-card__inner {
	border: 2px solid var(--uq-pink);
	background: #fff;
}
.p-card__heading {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 13px;
	height: 60px;
	font-weight: 900;
	letter-spacing: 0.08em;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	color: #fff;
}
.p-card--step .p-card__heading {
	font-size: 2.1rem;
	background: var(--page-main);
}
.p-card--point .p-card__heading {
	font-size: 2.3rem;
	background: var(--uq-pink);
}
.p-card__heading em {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 38px;
	height: 38px;
	border-radius: 4px;
	font-weight: 900;
	font-size: 2.8rem;
	font-family: "roboto", sans-serif;
}
.p-card--step .p-card__heading em {
	background: var(--uq-pink);
}
.p-card--point .p-card__heading em {
	background: var(--page-main);
}
.p-card__text {
	margin-top: 15px;
	font-weight: 700;
	text-align: center;
	font-feature-settings: "palt";
}
.p-card--step .p-card__text {
	font-size: 1.7rem;
	line-height: 1.471;
	letter-spacing: 0.05em;
}
.p-card--point .p-card__text {
	font-size: 2.1rem;
	line-height: 1.5;
}
.p-card--point .p-card__text em {
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.05em;
	color:  var(--uq-pink);
}
.p-card--point .p-card__text sup {
	position: relative;
	top: 2px;
	font-size: 1.4rem;
}
.p-card--point .p-card__text-s { font-size: 2.1rem; }
.p-card--point .p-card__text-m { font-size: 2.7rem; }
.p-card--point .p-card__text-l { font-size: 3.6rem; }

.p-card--step .p-card__img {
	margin-top: 5px;
	padding: 0 20px;
}
.p-card--point .p-card__img {
	padding: 0 73px 17px;
}
.p-card-button .c-link-button {
	height: 54px;
	margin-top: 22px;
}
@media screen and (min-width: 600px) {
	.p-card {
		row-gap: 32px;
		margin-top: 32px;
	}
	.p-card__inner {
		border-radius: 25px;
	}
	.p-card--step .p-card__inner {
		border: 3px solid var(--page-main);
	}
	.p-card--point .p-card__inner {
		border: 3px solid var(--uq-pink);
	}
	.p-card__heading {
		column-gap: 21px;
		height: 96px;
		border-top-left-radius: 19px;
		border-top-right-radius: 19px;
	}
	.p-card__heading em {
		width: 61px;
		height: 61px;
		border-radius: 6px;
	}
	.p-card__text {
		margin-top: 24px;
	}
	.p-card--point .p-card__text sup {
		top: 3px;
	}
	.p-card--step .p-card__img {
		margin-top: 8px;
		padding: 0 32px;
	}
	.p-card--point .p-card__img {
		padding: 0 117px 27px;
	}
	.p-card-button .c-link-button {
		height: 86px;
		margin-top: 35px;
	}
}

/*--------------------------------------
    テキスト、注釈
--------------------------------------*/
.p-content-text {
	font-weight: 500;
	font-size: 1.6rem;
	font-feature-settings: "palt";
}
.p-content-text em {
	font-weight: 500;
}
.p-content-text strong {
	font-weight: 900;
}
.p-notes-text {
	font-weight: 400;
	font-feature-settings: "palt";
}
.p-notes-text--s { font-size: 1.2rem; }
.p-notes-text--l { font-size: 1.4rem; }

/*--------------------------------------
    p-outline
--------------------------------------*/
.p-outline {
	margin-top: 30px;
}
.p-outline-table {
	margin-top: 10px;
	width: 100%;
}
.p-outline-table,
.p-outline-table th,
.p-outline-table td {
	border: 1px solid var(--text-normal);
}
.p-outline-table th,
.p-outline-table td {
	padding: 3px;
	font-weight: 500;
	font-size: 1.3rem;
	font-feature-settings: "palt";
	line-height: 1.231;
}
.p-outline-table th {
	text-align: center;
}
.p-outline-table td .p-outline-table-text-wide {
	font-weight: 500;
	line-height: 1.923;
}
.p-outline-table-text-small {
	font-weight: 500;
	font-size: 1.1rem;
}
.p-outline-table-bg01 { background: #c8c8c8; }
.p-outline-table-bg02 { background: #e1e1e1; }
.p-outline-table-uq-bg01 { background: #facce5; }
.p-outline-table-uq-bg02 { background: #fdf0f7; }
.p-outline-table-au-bg01 { background: #fad4c0; }
.p-outline-table-au-bg02 { background: #fef5f0; }

@media screen and (min-width: 600px) {
	.p-outline {
		margin-top: 48px;
	}
	.p-outline-table {
		margin-top: 16px;
	}
	.p-outline-table,
	.p-outline-table th,
	.p-outline-table td {
		border: 2px solid var(--text-normal);
	}
	.p-outline-table th,
	.p-outline-table td {
		padding: 5px;
	}
}

/*--------------------------------------
    p-condition
--------------------------------------*/
.p-condition {
	margin-top: 30px;
}
@media screen and (min-width: 600px) {
	.p-condition {
		margin-top: 48px;
	}
}

/*--------------------------------------
    tab-wrap
--------------------------------------*/
.tab-wrap {
  margin-top: 33px;
}
.tab-contents {
  display: none;
	margin-top: 30px;
}
.tab-contents.is-active {
  display: block;
}
.p-tab-nav__list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	row-gap: 12px;
}
.p-tab-nav__item {
	width: 100%;
  height: 60px;
}
.select-box-button__input {
  display: none;
}
.select-box-button__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #8c8c8c;
  border-radius: 6px;
  box-shadow: 0 4px 0 0 #8c8c8c;
  background-color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.select-box-button__inner::before {
  position: absolute;
  left: 15px;
  display: flex;
  width: 20px;
  height: 20px;
  border: 1px solid #8c8c8c;
  border-radius: 50%;
  content: "";
}
.select-box-button__input--uq:checked + .select-box-button__inner {
  color: var(--uq-pink);
  border: 2px solid var(--uq-pink);
  box-shadow: 0 4px 0 0 var(--uq-pink);
}
.select-box-button__input--uq:checked + .select-box-button__inner::before {
  border: 5px solid var(--uq-pink);
}
.select-box-button__input--au:checked + .select-box-button__inner {
  color: var(--au-orange);
  border: 2px solid var(--au-orange);
  box-shadow: 0 4px 0 0 var(--au-orange);
}
.select-box-button__input--au:checked + .select-box-button__inner::before {
  border: 5px solid var(--au-orange);
}
@media screen and (min-width: 600px) {
	.tab-wrap {
		margin-top: 53px;
	}
	.tab-contents {
		margin-top: 48px;
	}
	.p-tab-nav__list {
		row-gap: 19px;
	}
	.p-tab-nav__item {
		height: 96px;
	}
	.select-box-button__inner {
		border: 2px solid #8c8c8c;
		border-radius: 10px;
		box-shadow: 0 6px 0 0 #8c8c8c;
	}
	.select-box-button__inner::before {
		left: 24px;
		width: 32px;
		height: 32px;
		border: 2px solid #8c8c8c;
	}
	.select-box-button__input--uq:checked + .select-box-button__inner {
		border: 3px solid var(--uq-pink);
		box-shadow: 0 6px 0 0 var(--uq-pink);
	}
	.select-box-button__input--uq:checked + .select-box-button__inner::before {
		border: 8px solid var(--uq-pink);
	}
	.select-box-button__input--au:checked + .select-box-button__inner {
		border: 3px solid var(--au-orange);
		box-shadow: 0 6px 0 0 var(--au-orange);
	}
	.select-box-button__input--au:checked + .select-box-button__inner::before {
		border: 8px solid var(--au-orange);
	}
}

/*--------------------------------------
    追従バナー
--------------------------------------*/
.p-scroll-banner {
	position: fixed;
	right: 0;
	bottom: -400px;
	left: 0;
	max-width: 600px;
	margin: auto;
	padding: 15px;
  background-color: var(--page-main);
	background-size: 100% auto;
	text-align: center;
	transition: bottom 0.5s ease-out;
	z-index: 200;
}
@media screen and (min-width: 1100px) {
	.p-scroll-banner {
    left: -425px;
  }
}

.p-scroll-banner.is-active {
  bottom: 0;
}
.p-scroll-banner__list {
  display: flex;
  justify-content: space-between;
	margin-top: 10px;
}
.p-scroll-banner__item {
	width: calc(100% / 2 - 9px / 2);
	height: 50px;
}
.p-scroll-banner__button {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-weight: 700;
	font-size: 1.6rem;
	color: var(--uq-pink);
	text-align: center;
	line-height: 1;
	background-color: #fff;
	border-radius: 6px;
}
.p-scroll-banner__button::after {
	position: absolute;
	top: 1px;
	right: 3px;
	bottom: 0;
	width: 24px;
	height: 24px;
	margin: auto;
	font-family: "Material Icons";
	font-size: 2.4rem;
	transform: rotate(90deg);
	content: "\e316";
}
.p-scroll-banner__lead {
	font-weight: 700;
	font-size: 1.6rem;
	font-feature-settings: "palt";
	line-height: 1;
	letter-spacing: 0.02em;
	color: #fff;
}
.p-scroll-banner__link {
	color: #fff;
	text-decoration: underline!important;
}
.p-scroll-banner__link:hover {
	text-decoration: none!important;
}
@media screen and (min-width: 600px) {
	.p-scroll-banner {
		padding: 10px 14px;
	}
	.p-scroll-banner__item {
		width: calc(100% / 2 - 14px / 2);
		height: 42px;
	}
	.p-scroll-banner__button {
		font-size: 15px;
		border-radius: 10px;
	}
	.p-scroll-banner__button::after {
		position: absolute;
		top: 0;
		font-size: 24px;
	}
	.p-scroll-banner__lead {
		font-size: 16px;
	}
	.p-scroll-banner__link {
		color: #fff;
		text-decoration: underline!important;
	}
	.p-scroll-banner__link:hover {
		text-decoration: none!important;
	}
}

/*--------------------------------------
    追従メニュー
--------------------------------------*/
.p-scroll-menu {
	display: none;
}
@media screen and (min-width: 1100px) {
	.p-scroll-menu {
		display: block;
		position: fixed;
		top: 290px;
    left: calc(50% + 300px + 80px - 212.5px);
	}
	.p-scroll-menu-select {
		position: relative;
		width: 345px;
		padding: 25px 30px 33px;
		outline: 2px solid var(--page-main);
		outline-offset: -6px;
		background: #fff;
		border-radius: 16px;
		box-shadow: 0 0 1rem rgba(0, 0, 0, .2);
	}
	.p-scroll-menu-select::after {
		position: absolute;
		top: -172px;
		right: 0;
		left: 0;
		width: 345px;
		height: 172px;
		background: url("/shop/google-store-coupon/_assets/img/img_google-store-coupon_gachamuku01.png") no-repeat 50% 0 / cover;
		content: "";
	}
	.p-scroll-menu-heading {
		max-width: 106px;
		margin: 0 auto;
		line-height: 1;
	}
	.p-scroll-menu-list {
		margin-top: 17px;
	}
	.p-scroll-menu-item {
		margin-top: 10px;
		line-height: 1;
	}
	.p-scroll-menu-item:first-child {
		margin-top: 0;
	}
	.p-scroll-menu-item::before {
		display: inline-block;
		width: 10px;
		height: 10px;
		margin-right: 6px;
		vertical-align: 2px;
		background: var(--page-main);
		content: ""
	}
	.p-scroll-menu-link {
		font-weight: 700;
		font-size: 18px;
		font-feature-settings: "palt";
		letter-spacing: 0.03em;
	}
	.p-scroll-menu-button {
		margin-top: 30px;
	}
	.p-scroll-menu-button__inner {
		margin-top: 20px;
	}
	.p-scroll-menu-button__inner:first-child {
		margin-top: 0;
	}
	.p-scroll-menu-button-link {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 50px;
		font-weight: 700;
		font-size: 16px;
		color: #fff;
		background: var(--uq-pink);
		border-radius: 6px;
		box-shadow: 0px 4px 0px 0px #b40566;
	}
	.p-scroll-menu-lead {
		margin-top: 22px;
		font-weight: 500;
		font-size: 16px;
		font-feature-settings: "palt";
	}
}

/*--------------------------------------
    フッター
--------------------------------------*/
.footer {
	font-feature-settings: "palt";
}
.footer .footer {
	margin-top: 30px;
}
.footer .footer__notes {
	font-size: 1.2rem;
}
.footer .footer__body {
	padding: 25px 15px 95px;
}
.footer .footer__inner {
	display: flex;
	flex-direction: column;
}
.footer .footer__nav {
	flex-direction: column;
}
.footer .footer__category:not(:first-child) {
	margin-top: 40px;
}
.footer .footer__heading {
	display: flex;
	align-items: center;
	position: relative;
	padding-bottom: 15px;
	border-bottom: 1px solid #9b9b9b;
	font-size: 1.3rem;
}
.footer .footer__sns .footer__heading {
	border-bottom: 0;
}
.footer .footer__heading.is-acco-tit::after {
	position: absolute;
	right: 0;
	color: #9b9b9b;
	font-size: 2rem;
	font-family: "Material Icons";
	content: "\e5cf";
}
.footer .footer__heading.is-acco-tit.is-open::after {
	transform: rotate(-180deg);
}
.footer .footer__sns .footer .footer__heading {
	padding-bottom: 0;
	border-bottom: none;
}
.footer .footer__sns .footer .footer__heading.is-acco-tit::after {
	content: none;
}
.footer .footer__link {
	font-size: 1.1rem;
}
.footer .footer__link--external::after,
.footer .footer__sub-link--external::after {
	display: inline-block;
	position: relative;
	top: 2px;
	margin-left: 0.7em;
	color: #9b9b9b;
	font-family: "Material Icons";
	text-decoration: none;
	content: "\e895";
}
.footer .footer__link:hover {
	text-decoration: underline;
}
.footer .footer__list {
	margin-top: 2px;
}
.footer .footer__list--before {
	grid-template-columns: 45% 1fr;
}
.footer .footer__list--after {
	display: grid;
	grid-template-columns: 45% 1fr;
	column-gap: 24px;
}	
.footer .footer__item {
	margin-top: 10px;
	line-height: 2;
	letter-spacing: 0.02em;
}
.footer .footer__sns {
	margin-top: 60px;
}
.footer .footer__socials {
	justify-content: flex-start;
}
.footer .footer__info {
	margin: 13px auto 0;
	padding: 0;
	text-align: left;
}
.footer .footer__sub-list {
	display: grid;
	grid-template-columns: 45% 1fr;
	margin-top: 0;
}
.footer .footer__sub-item {
	margin-top: 15px;
	line-height: 1.5;
}
.footer .footer__sub-link {
	font-size: 1.1rem;
	line-height: 1;
	letter-spacing: 0.04em;
}
.footer .footer__logo {
	max-width: 174px;
	margin: 10px 0 0 -10px;
}
.footer .footer__unit {
	margin-top: 12px;
}
@media screen and (min-width: 600px) {
	.footer .footer {
		margin-top: 48px;
	}
	.footer .footer__body {
		padding: 40px 24px 152px;
	}
	.footer .footer__category:not(:first-child) {
		margin-top: 64px;
	}
	.footer .footer__heading {
		padding-bottom: 24px;
		border-bottom: 2px solid #9b9b9b;
	}
	.footer .footer__link--external::after,
	.footer .footer__sub-link--external::after {
		top: 3px;
		margin-left: 1.1em;
	}
	.footer .footer__list {
		margin-top: 3px;
	}
	.footer .footer__list--after {
		column-gap: 38px;
	}	
	.footer .footer__item {
		margin-top: 16px;
	}
	.footer .footer__sns {
		margin-top: 96px;
	}
	.footer .footer__info {
		margin: 21px auto 0;
	}
	.footer .footer__sub-item {
		margin-top: 24px;
	}
	.footer .footer__logo {
		max-width: 278px;
		margin: 16px 0 0 0;
	}
	.footer .footer__unit {
		margin-top: 19px;
	}
	.footer .footer__social img {
		width: 61px;
		height: 61px;
	}
}

/*--------------------------------------
    LAYOUT VARIATION
--------------------------------------*/
/* margin variation */
.u-mt00 {
  margin-top: 0 !important;
}

.u-mt01 {
  margin-top: 1px !important;
}

.u-mt02 {
  margin-top: 2px !important;
}

.u-mt03 {
  margin-top: 3px !important;
}

.u-mt04 {
  margin-top: 4px !important;
}

.u-mt05 {
  margin-top: 5px !important;
}

.u-mt06 {
  margin-top: 6px !important;
}

.u-mt07 {
  margin-top: 7px !important;
}

.u-mt08 {
  margin-top: 8px !important;
}

.u-mt09 {
  margin-top: 9px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt11 {
  margin-top: 11px !important;
}

.u-mt12 {
  margin-top: 12px !important;
}

.u-mt13 {
  margin-top: 13px !important;
}

.u-mt14 {
  margin-top: 14px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt16 {
  margin-top: 16px !important;
}

.u-mt17 {
  margin-top: 17px !important;
}

.u-mt18 {
  margin-top: 18px !important;
}

.u-mt19 {
  margin-top: 19px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt21 {
  margin-top: 21px !important;
}

.u-mt22 {
  margin-top: 22px !important;
}

.u-mt23 {
  margin-top: 23px !important;
}

.u-mt24 {
  margin-top: 24px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt26 {
  margin-top: 26px !important;
}

.u-mt27 {
  margin-top: 27px !important;
}

.u-mt28 {
  margin-top: 28px !important;
}

.u-mt29 {
  margin-top: 29px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt31 {
  margin-top: 31px !important;
}

.u-mt32 {
  margin-top: 32px !important;
}

.u-mt33 {
  margin-top: 33px !important;
}

.u-mt34 {
  margin-top: 34px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt36 {
  margin-top: 36px !important;
}

.u-mt37 {
  margin-top: 37px !important;
}

.u-mt38 {
  margin-top: 38px !important;
}

.u-mt39 {
  margin-top: 39px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt41 {
  margin-top: 41px !important;
}

.u-mt42 {
  margin-top: 42px !important;
}

.u-mt43 {
  margin-top: 43px !important;
}

.u-mt44 {
  margin-top: 44px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt46 {
  margin-top: 46px !important;
}

.u-mt47 {
  margin-top: 47px !important;
}

.u-mt48 {
  margin-top: 48px !important;
}

.u-mt49 {
  margin-top: 49px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt51 {
  margin-top: 51px !important;
}

.u-mt52 {
  margin-top: 52px !important;
}

.u-mt53 {
  margin-top: 53px !important;
}

.u-mt54 {
  margin-top: 54px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt56 {
  margin-top: 56px !important;
}

.u-mt57 {
  margin-top: 57px !important;
}

.u-mt58 {
  margin-top: 58px !important;
}

.u-mt59 {
  margin-top: 59px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt61 {
  margin-top: 61px !important;
}

.u-mt62 {
  margin-top: 62px !important;
}

.u-mt63 {
  margin-top: 63px !important;
}

.u-mt64 {
  margin-top: 64px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt66 {
  margin-top: 66px !important;
}

.u-mt67 {
  margin-top: 67px !important;
}

.u-mt68 {
  margin-top: 68px !important;
}

.u-mt69 {
  margin-top: 69px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt71 {
  margin-top: 71px !important;
}

.u-mt72 {
  margin-top: 72px !important;
}

.u-mt73 {
  margin-top: 73px !important;
}

.u-mt74 {
  margin-top: 74px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt76 {
  margin-top: 76px !important;
}

.u-mt77 {
  margin-top: 77px !important;
}

.u-mt78 {
  margin-top: 78px !important;
}

.u-mt79 {
  margin-top: 79px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mr00 {
  margin-right: 0 !important;
}

.u-mr05 {
  margin-right: 5px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr18 {
  margin-right: 18px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb00 {
  margin-bottom: 0 !important;
}

.u-mb05 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb18 {
  margin-bottom: 18px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb32 {
  margin-bottom: 32px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml00 {
  margin-left: 0 !important;
}

.u-ml05 {
  margin-left: 5px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml18 {
  margin-left: 18px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-minus_mt01 {
  margin-top: -1px !important;
}

.u-minus_mt02 {
  margin-top: -2px !important;
}

.u-minus_mt03 {
  margin-top: -3px !important;
}

.u-minus_mt04 {
  margin-top: -4px !important;
}

.u-minus_mt05 {
  margin-top: -5px !important;
}

.u-minus_mt06 {
  margin-top: -6px !important;
}

.u-minus_mt07 {
  margin-top: -7px !important;
}

.u-minus_mt08 {
  margin-top: -8px !important;
}

.u-minus_mt09 {
  margin-top: -9px !important;
}

.u-minus_mt10 {
  margin-top: -10px !important;
}

.u-minus_mt11 {
  margin-top: -11px !important;
}

.u-minus_mt12 {
  margin-top: -12px !important;
}

.u-minus_mt13 {
  margin-top: -13px !important;
}

.u-minus_mt14 {
  margin-top: -14px !important;
}

.u-minus_mt15 {
  margin-top: -15px !important;
}

.u-minus_mt16 {
  margin-top: -16px !important;
}

.u-minus_mt17 {
  margin-top: -17px !important;
}

.u-minus_mt18 {
  margin-top: -18px !important;
}

.u-minus_mt19 {
  margin-top: -19px !important;
}

.u-minus_mt20 {
  margin-top: -20px !important;
}

.u-minus_mt21 {
  margin-top: -21px !important;
}

.u-minus_mt22 {
  margin-top: -22px !important;
}

.u-minus_mt23 {
  margin-top: -23px !important;
}

.u-minus_mt24 {
  margin-top: -24px !important;
}

.u-minus_mt25 {
  margin-top: -25px !important;
}

.u-minus_mt26 {
  margin-top: -26px !important;
}

.u-minus_mt27 {
  margin-top: -27px !important;
}

.u-minus_mt28 {
  margin-top: -28px !important;
}

.u-minus_mt29 {
  margin-top: -29px !important;
}

.u-minus_mt30 {
  margin-top: -30px !important;
}

.u-minus_mt31 {
  margin-top: -31px !important;
}

.u-minus_mt32 {
  margin-top: -32px !important;
}

.u-minus_mt33 {
  margin-top: -33px !important;
}

.u-minus_mt34 {
  margin-top: -34px !important;
}

.u-minus_mt35 {
  margin-top: -35px !important;
}

.u-minus_mt36 {
  margin-top: -36px !important;
}

.u-minus_mt37 {
  margin-top: -37px !important;
}

.u-minus_mt38 {
  margin-top: -38px !important;
}

.u-minus_mt39 {
  margin-top: -39px !important;
}

.u-minus_mt40 {
  margin-top: -40px !important;
}

/* width variation */
.u-wid200 {
  width: 200px !important;
}

.u-wid250 {
  width: 250px !important;
}

.u-wid300 {
  width: 300px !important;
}

.u-wid350 {
  width: 350px !important;
}

.u-wid400 {
  width: 400px !important;
}

.u-wid450 {
  width: 450px !important;
}

.u-wid500 {
  width: 500px !important;
}

.u-wid550 {
  width: 550px !important;
}

.u-wid600 {
  width: 600px !important;
}

.u-wid650 {
  width: 650px !important;
}

.u-wid700 {
  width: 700px !important;
}

.u-wid750 {
  width: 750px !important;
}

.u-wid800 {
  width: 800px !important;
}

.u-wid850 {
  width: 850px !important;
}

.u-wid900 {
  width: 900px !important;
}

.u-wid950 {
  width: 950px !important;
}

.u-wid1000 {
  width: 1000px !important;
}

.u-wid1050 {
  width: 1050px !important;
}

.u-wid1100 {
  width: 1100px !important;
}

.u-wid1150 {
  width: 1150px !important;
}

.u-wid1200 {
  width: 1200px !important;
}

/* font variation */
.u-f10 {
  font-size: 0.625rem !important;
}

.u-f11 {
  font-size: 0.6875rem !important;
}

.u-f12 {
  font-size: 0.75rem !important;
}

.u-f13 {
  font-size: 0.8125rem !important;
}

.u-f14 {
  font-size: 0.875rem !important;
}

.u-f15 {
  font-size: 0.9375rem !important;
}

.u-f16 {
  font-size: 1rem !important;
}

.u-f17 {
  font-size: 1.0625rem !important;
}

.u-f18 {
  font-size: 1.125rem !important;
}

.u-f19 {
  font-size: 1.1875rem !important;
}

.u-f20 {
  font-size: 1.25rem !important;
}

.u-f21 {
  font-size: 1.3125rem !important;
}

.u-f22 {
  font-size: 1.375rem !important;
}

.u-f23 {
  font-size: 1.4375rem !important;
}

.u-f24 {
  font-size: 1.5rem !important;
}

.u-f25 {
  font-size: 1.5625rem !important;
}

.u-f26 {
  font-size: 1.625rem !important;
}

.u-f27 {
  font-size: 1.6875rem !important;
}

.u-f28 {
  font-size: 1.75rem !important;
}

.u-f29 {
  font-size: 1.8125rem !important;
}

.u-f30 {
  font-size: 1.875rem !important;
}

/* line option */
.u-new_line {
  display: inline-block;
}

/* box option */
.u-m_center {
  margin: 0 auto;
}

/* font-weight option */
.u-fw_bold {
  font-weight: bold !important;
}

.u-fw_normal {
  font-weight: normal !important;
}

/* display option */
.u-display_none {
  display: none !important;
}

.u-sp_display {
  display: none !important;
}

.u-pc_display {
  display: block !important;
}

.u-sp_display_ib {
  display: none !important;
}

.u-pc_display_ib {
  display: inline-block !important;
}

/* text option */
.u-ta_left {
  text-align: left !important;
}

.u-ta_right {
  text-align: right !important;
}

.u-ta_center {
  text-align: center !important;
}

.u-ta_justify {
  text-align: justify !important;
}

.u-lh_flat {
  line-height: 1 !important;
}

/* float option */
.u-fl_left {
  float: left !important;
}

.u-fl_right {
  float: right !important;
}

.u-fl_none {
  float: none !important;
}

/* border opiton */
.u-bd_t_none {
  border-top: none !important;
}

.u-bd_r_none {
  border-right: none !important;
}

.u-bd_b_none {
  border-bottom: none !important;
}

.u-bd_l_none {
  border-left: none !important;
}

/* flexbox opiton */
.u-content_flex {
  display: flex;
}

.u-content_flex_spbw {
  display: flex;
  justify-content: space-between;
}

.u-content_flex_wrap {
  display: flex;
  flex-wrap: wrap;
}

.u-content_flex_wrap_spbw {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.u-content_flex_column {
  display: flex;
  flex-direction: column;
}

.u-align_items_center {
  align-items: center;
}

.u-flex_order_m1 {
  order: -1;
}

.u-flex_order_p1 {
  order: 1;
}

@media screen and (max-width: 599px) {
  /*--------------------------------------
  		LAYOUT VARIATION
  --------------------------------------*/
  /* margin variation */
  .u-sp_mt00 {
    margin-top: 0 !important;
  }

  .u-sp_mt01 {
    margin-top: 1px !important;
  }

  .u-sp_mt02 {
    margin-top: 2px !important;
  }

  .u-sp_mt03 {
    margin-top: 3px !important;
  }

  .u-sp_mt04 {
    margin-top: 4px !important;
  }

  .u-sp_mt05 {
    margin-top: 5px !important;
  }

  .u-sp_mt06 {
    margin-top: 6px !important;
  }

  .u-sp_mt07 {
    margin-top: 7px !important;
  }

  .u-sp_mt08 {
    margin-top: 8px !important;
  }

  .u-sp_mt09 {
    margin-top: 9px !important;
  }

  .u-sp_mt10 {
    margin-top: 10px !important;
  }

  .u-sp_mt11 {
    margin-top: 11px !important;
  }

  .u-sp_mt12 {
    margin-top: 12px !important;
  }

  .u-sp_mt13 {
    margin-top: 13px !important;
  }

  .u-sp_mt14 {
    margin-top: 14px !important;
  }

  .u-sp_mt15 {
    margin-top: 15px !important;
  }

  .u-sp_mt16 {
    margin-top: 16px !important;
  }

  .u-sp_mt17 {
    margin-top: 17px !important;
  }

  .u-sp_mt18 {
    margin-top: 18px !important;
  }

  .u-sp_mt19 {
    margin-top: 19px !important;
  }

  .u-sp_mt20 {
    margin-top: 20px !important;
  }

  .u-sp_mt21 {
    margin-top: 21px !important;
  }

  .u-sp_mt22 {
    margin-top: 22px !important;
  }

  .u-sp_mt23 {
    margin-top: 23px !important;
  }

  .u-sp_mt24 {
    margin-top: 24px !important;
  }

  .u-sp_mt25 {
    margin-top: 25px !important;
  }

  .u-sp_mt26 {
    margin-top: 26px !important;
  }

  .u-sp_mt27 {
    margin-top: 27px !important;
  }

  .u-sp_mt28 {
    margin-top: 28px !important;
  }

  .u-sp_mt29 {
    margin-top: 29px !important;
  }

  .u-sp_mt30 {
    margin-top: 30px !important;
  }

  .u-sp_mt31 {
    margin-top: 31px !important;
  }

  .u-sp_mt32 {
    margin-top: 32px !important;
  }

  .u-sp_mt33 {
    margin-top: 33px !important;
  }

  .u-sp_mt34 {
    margin-top: 34px !important;
  }

  .u-sp_mt35 {
    margin-top: 35px !important;
  }

  .u-sp_mt36 {
    margin-top: 36px !important;
  }

  .u-sp_mt37 {
    margin-top: 37px !important;
  }

  .u-sp_mt38 {
    margin-top: 38px !important;
  }

  .u-sp_mt39 {
    margin-top: 39px !important;
  }

  .u-sp_mt40 {
    margin-top: 40px !important;
  }

  .u-sp_mt41 {
    margin-top: 41px !important;
  }

  .u-sp_mt42 {
    margin-top: 42px !important;
  }

  .u-sp_mt43 {
    margin-top: 43px !important;
  }

  .u-sp_mt44 {
    margin-top: 44px !important;
  }

  .u-sp_mt45 {
    margin-top: 45px !important;
  }

  .u-sp_mt46 {
    margin-top: 46px !important;
  }

  .u-sp_mt47 {
    margin-top: 47px !important;
  }

  .u-sp_mt48 {
    margin-top: 48px !important;
  }

  .u-sp_mt49 {
    margin-top: 49px !important;
  }

  .u-sp_mt50 {
    margin-top: 50px !important;
  }

  .u-sp_mt51 {
    margin-top: 51px !important;
  }

  .u-sp_mt52 {
    margin-top: 52px !important;
  }

  .u-sp_mt53 {
    margin-top: 53px !important;
  }

  .u-sp_mt54 {
    margin-top: 54px !important;
  }

  .u-sp_mt55 {
    margin-top: 55px !important;
  }

  .u-sp_mt60 {
    margin-top: 60px !important;
  }

  .u-sp_mt61 {
    margin-top: 61px !important;
  }

  .u-sp_mt62 {
    margin-top: 62px !important;
  }

  .u-sp_mt63 {
    margin-top: 63px !important;
  }

  .u-sp_mt64 {
    margin-top: 64px !important;
  }

  .u-sp_mt65 {
    margin-top: 65px !important;
  }

  .u-sp_mt66 {
    margin-top: 66px !important;
  }

  .u-sp_mt67 {
    margin-top: 67px !important;
  }

  .u-sp_mt68 {
    margin-top: 68px !important;
  }

  .u-sp_mt69 {
    margin-top: 69px !important;
  }

  .u-sp_mt70 {
    margin-top: 70px !important;
  }

  .u-sp_mt71 {
    margin-top: 71px !important;
  }

  .u-sp_mt72 {
    margin-top: 72px !important;
  }

  .u-sp_mt73 {
    margin-top: 73px !important;
  }

  .u-sp_mt74 {
    margin-top: 74px !important;
  }

  .u-sp_mt75 {
    margin-top: 75px !important;
  }

  .u-sp_mt76 {
    margin-top: 76px !important;
  }

  .u-sp_mt77 {
    margin-top: 77px !important;
  }

  .u-sp_mt78 {
    margin-top: 78px !important;
  }

  .u-sp_mt79 {
    margin-top: 79px !important;
  }

  .u-sp_mt80 {
    margin-top: 80px !important;
  }

  .u-sp_mt85 {
    margin-top: 85px !important;
  }

  .u-sp_mt90 {
    margin-top: 90px !important;
  }

  .u-sp_mt95 {
    margin-top: 95px !important;
  }

  .u-sp_mt100 {
    margin-top: 100px !important;
  }

  .u-sp_mr00 {
    margin-right: 0 !important;
  }

  .u-sp_mr05 {
    margin-right: 5px !important;
  }

  .u-sp_mr10 {
    margin-right: 10px !important;
  }

  .u-sp_mr15 {
    margin-right: 15px !important;
  }

  .u-sp_mr18 {
    margin-right: 18px !important;
  }

  .u-sp_mr20 {
    margin-right: 20px !important;
  }

  .u-sp_mr25 {
    margin-right: 25px !important;
  }

  .u-sp_mr30 {
    margin-right: 30px !important;
  }

  .u-sp_mr35 {
    margin-right: 35px !important;
  }

  .u-sp_mr40 {
    margin-right: 40px !important;
  }

  .u-sp_mr45 {
    margin-right: 45px !important;
  }

  .u-sp_mr50 {
    margin-right: 50px !important;
  }

  .u-sp_mr55 {
    margin-right: 55px !important;
  }

  .u-sp_mr60 {
    margin-right: 60px !important;
  }

  .u-sp_mr65 {
    margin-right: 65px !important;
  }

  .u-sp_mr70 {
    margin-right: 70px !important;
  }

  .u-sp_mr75 {
    margin-right: 75px !important;
  }

  .u-sp_mr80 {
    margin-right: 80px !important;
  }

  .u-sp_mr85 {
    margin-right: 85px !important;
  }

  .u-sp_mr90 {
    margin-right: 90px !important;
  }

  .u-sp_mr95 {
    margin-right: 95px !important;
  }

  .u-sp_mr100 {
    margin-right: 100px !important;
  }

  .u-sp_mb00 {
    margin-bottom: 0 !important;
  }

  .u-sp_mb05 {
    margin-bottom: 5px !important;
  }

  .u-sp_mb10 {
    margin-bottom: 10px !important;
  }

  .u-sp_mb15 {
    margin-bottom: 15px !important;
  }

  .u-sp_mb18 {
    margin-bottom: 18px !important;
  }

  .u-sp_mb20 {
    margin-bottom: 20px !important;
  }

  .u-sp_mb25 {
    margin-bottom: 25px !important;
  }

  .u-sp_mb30 {
    margin-bottom: 30px !important;
  }

  .u-sp_mb32 {
    margin-bottom: 32px !important;
  }

  .u-sp_mb35 {
    margin-bottom: 35px !important;
  }

  .u-sp_mb40 {
    margin-bottom: 40px !important;
  }

  .u-sp_mb45 {
    margin-bottom: 45px !important;
  }

  .u-sp_mb50 {
    margin-bottom: 50px !important;
  }

  .u-sp_mb55 {
    margin-bottom: 55px !important;
  }

  .u-sp_mb60 {
    margin-bottom: 60px !important;
  }

  .u-sp_mb65 {
    margin-bottom: 65px !important;
  }

  .u-sp_mb70 {
    margin-bottom: 70px !important;
  }

  .u-sp_mb75 {
    margin-bottom: 75px !important;
  }

  .u-sp_mb80 {
    margin-bottom: 80px !important;
  }

  .u-sp_mb85 {
    margin-bottom: 85px !important;
  }

  .u-sp_mb90 {
    margin-bottom: 90px !important;
  }

  .u-sp_mb95 {
    margin-bottom: 95px !important;
  }

  .u-sp_mb100 {
    margin-bottom: 100px !important;
  }

  .u-sp_ml00 {
    margin-left: 0 !important;
  }

  .u-sp_ml05 {
    margin-left: 5px !important;
  }

  .u-sp_ml10 {
    margin-left: 10px !important;
  }

  .u-sp_ml15 {
    margin-left: 15px !important;
  }

  .u-sp_ml18 {
    margin-left: 18px !important;
  }

  .u-sp_ml20 {
    margin-left: 20px !important;
  }

  .u-sp_ml25 {
    margin-left: 25px !important;
  }

  .u-sp_ml30 {
    margin-left: 30px !important;
  }

  .u-sp_ml35 {
    margin-left: 35px !important;
  }

  .u-sp_ml40 {
    margin-left: 40px !important;
  }

  .u-sp_ml45 {
    margin-left: 45px !important;
  }

  .u-sp_ml50 {
    margin-left: 50px !important;
  }

  .u-sp_ml55 {
    margin-left: 55px !important;
  }

  .u-sp_ml60 {
    margin-left: 60px !important;
  }

  .u-sp_ml65 {
    margin-left: 65px !important;
  }

  .u-sp_ml70 {
    margin-left: 70px !important;
  }

  .u-sp_ml75 {
    margin-left: 75px !important;
  }

  .u-sp_ml80 {
    margin-left: 80px !important;
  }

  .u-sp_ml85 {
    margin-left: 85px !important;
  }

  .u-sp_ml90 {
    margin-left: 90px !important;
  }

  .u-sp_ml95 {
    margin-left: 95px !important;
  }

  .u-sp_ml100 {
    margin-left: 100px !important;
  }

  .u-sp_minus_mt01 {
    margin-top: -1px !important;
  }

  .u-sp_minus_mt02 {
    margin-top: -2px !important;
  }

  .u-sp_minus_mt03 {
    margin-top: -3px !important;
  }

  .u-sp_minus_mt04 {
    margin-top: -4px !important;
  }

  .u-sp_minus_mt05 {
    margin-top: -5px !important;
  }

  .u-sp_minus_mt06 {
    margin-top: -6px !important;
  }

  .u-sp_minus_mt07 {
    margin-top: -7px !important;
  }

  .u-sp_minus_mt08 {
    margin-top: -8px !important;
  }

  .u-sp_minus_mt09 {
    margin-top: -9px !important;
  }

  .u-sp_minus_mt10 {
    margin-top: -10px !important;
  }

  .u-sp_minus_mt11 {
    margin-top: -11px !important;
  }

  .u-sp_minus_mt12 {
    margin-top: -12px !important;
  }

  .u-sp_minus_mt13 {
    margin-top: -13px !important;
  }

  .u-sp_minus_mt14 {
    margin-top: -14px !important;
  }

  .u-sp_minus_mt15 {
    margin-top: -15px !important;
  }

  .u-sp_minus_mt16 {
    margin-top: -16px !important;
  }

  .u-sp_minus_mt17 {
    margin-top: -17px !important;
  }

  .u-sp_minus_mt18 {
    margin-top: -18px !important;
  }

  .u-sp_minus_mt19 {
    margin-top: -19px !important;
  }

  .u-sp_minus_mt20 {
    margin-top: -20px !important;
  }

  .u-sp_minus_mt21 {
    margin-top: -21px !important;
  }

  .u-sp_minus_mt22 {
    margin-top: -22px !important;
  }

  .u-sp_minus_mt23 {
    margin-top: -23px !important;
  }

  .u-sp_minus_mt24 {
    margin-top: -24px !important;
  }

  .u-sp_minus_mt25 {
    margin-top: -25px !important;
  }

  .u-sp_minus_mt26 {
    margin-top: -26px !important;
  }

  .u-sp_minus_mt27 {
    margin-top: -27px !important;
  }

  .u-sp_minus_mt28 {
    margin-top: -28px !important;
  }

  .u-sp_minus_mt29 {
    margin-top: -29px !important;
  }

  .u-sp_minus_mt30 {
    margin-top: -30px !important;
  }

  .u-sp_minus_mt31 {
    margin-top: -31px !important;
  }

  .u-sp_minus_mt32 {
    margin-top: -32px !important;
  }

  .u-sp_minus_mt33 {
    margin-top: -33px !important;
  }

  .u-sp_minus_mt34 {
    margin-top: -34px !important;
  }

  .u-sp_minus_mt35 {
    margin-top: -35px !important;
  }

  .u-sp_minus_mt36 {
    margin-top: -36px !important;
  }

  .u-sp_minus_mt37 {
    margin-top: -37px !important;
  }

  .u-sp_minus_mt38 {
    margin-top: -38px !important;
  }

  .u-sp_minus_mt39 {
    margin-top: -39px !important;
  }

  .u-sp_minus_mt40 {
    margin-top: -40px !important;
  }

  /* width variation */
  .u-sp_wid200,
.u-sp_wid250,
.u-sp_wid300,
.u-sp_wid350,
.u-sp_wid400,
.u-sp_wid450,
.u-sp_wid500,
.u-sp_wid550,
.u-sp_wid600,
.u-sp_wid650,
.u-sp_wid700,
.u-sp_wid750,
.u-sp_wid800,
.u-sp_wid850,
.u-sp_wid900,
.u-sp_wid950,
.u-sp_wid1000,
.u-sp_wid1050,
.u-sp_wid1100,
.u-sp_wid1150,
.u-sp_wid1200 {
    width: auto !important;
  }

  /* font variation */
  .u-sp_f10 {
    font-size: 0.625rem !important;
  }

  .u-sp_f11 {
    font-size: 0.6875rem !important;
  }

  .u-sp_f12 {
    font-size: 0.75rem !important;
  }

  .u-sp_f13 {
    font-size: 0.8125rem !important;
  }

  .u-sp_f14 {
    font-size: 0.875rem !important;
  }

  .u-sp_f15 {
    font-size: 0.9375rem !important;
  }

  .u-sp_f16 {
    font-size: 1rem !important;
  }

  .u-sp_f17 {
    font-size: 1.0625rem !important;
  }

  .u-sp_f18 {
    font-size: 1.125rem !important;
  }

  .u-sp_f19 {
    font-size: 1.1875rem !important;
  }

  .u-sp_f20 {
    font-size: 1.25rem !important;
  }

  .u-sp_f21 {
    font-size: 1.3125rem !important;
  }

  .u-sp_f22 {
    font-size: 1.375rem !important;
  }

  .u-sp_f23 {
    font-size: 1.4375rem !important;
  }

  .u-sp_f24 {
    font-size: 1.5rem !important;
  }

  .u-sp_f25 {
    font-size: 1.5625rem !important;
  }

  .u-sp_f26 {
    font-size: 1.625rem !important;
  }

  .u-sp_f27 {
    font-size: 1.6875rem !important;
  }

  .u-sp_f28 {
    font-size: 1.75rem !important;
  }

  .u-sp_f29 {
    font-size: 1.8125rem !important;
  }

  .u-sp_f30 {
    font-size: 1.875rem !important;
  }

  /* box option */
  .u-sp_m_center {
    margin: 0 auto;
  }

  /* font-weight option */
  .u-sp_fw_bold {
    font-weight: bold !important;
  }

  .u-sp_fw_normal {
    font-weight: normal !important;
  }

  /* display option */
  .u-sp_display {
    display: block !important;
  }

  .u-pc_display {
    display: none !important;
  }

  .u-sp_display_ib {
    display: inline-block !important;
  }

  .u-pc_display_ib {
    display: none !important;
  }

  /* text option */
  .u-sp_ta_left {
    text-align: left !important;
  }

  .u-sp_ta_right {
    text-align: right !important;
  }

  .u-sp_ta_center {
    text-align: center !important;
  }

  .u-sp_ta_justify {
    text-align: justify !important;
  }

  .u-sp_lh_flat {
    line-height: 1 !important;
  }

  /* float option */
  .u-sp_fl_left {
    float: left !important;
  }

  .u-sp_fl_right {
    float: right !important;
  }

  .u-sp_fl_none {
    float: none !important;
  }

  /* border opiton */
  .u-sp_bd_t_none {
    border-top: none !important;
  }

  .u-sp_bd_r_none {
    border-right: none !important;
  }

  .u-sp_bd_b_none {
    border-bottom: none !important;
  }

  .u-sp_bd_l_none {
    border-left: none !important;
  }

  /* flexbox opiton */
  .u-sp_content_flex {
    display: flex;
  }

  .u-sp_content_flex_spbw {
    display: flex;
    justify-content: space-between;
  }

  .u-sp_content_flex_wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .u-sp_content_flex_wrap_spbw {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .u-sp_content_flex_column {
    display: flex;
    flex-direction: column;
  }

  .u-sp_align_items_center {
    align-items: center;
  }

  .u-sp_flex_order_m1 {
    order: -1;
  }

  .u-sp_flex_order_p1 {
    order: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* display option */
  .u-tb_display {
    display: block !important;
  }
}
/*-----------------------------------------------------------
*** [style.css] ***
------------------------------------------------------------*/
.js_at_itemselection {
	display: none;
}
.js_at_itemselection[data-item-target~="sim"] {
	display: revert;
}


.p-price-table__link_under  {
	text-decoration: underline;
}

.p-price-table__link_blue a {
    color:#0091d7;
}