@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;
}

ul, li {
  list-style: none;
}

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

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

/*--------------------------------------
    COMMON
--------------------------------------*/
body {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  line-height: 1.75;
  text-align: justify;
  color: #333;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.l-container__inner {
  margin: auto;
  padding: 0 20px;
  max-width: 1020px;
}

.c-header {
  height: 60px;
  border-bottom: 1px solid #E5E5E5;
}
@media screen and (max-width: 767px) {
  .c-header {
    height: 55px;
  }
}
.c-header__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  line-height: 1;
}
.c-header__logo {
  margin-top: 3px;
}
.c-header__text {
  margin-left: 23px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

/*--------------------------------------
    カスタムプロパティ
--------------------------------------*/
:root {
  --uq-pink: #e93399;
  --page-pink: #eb6d9a;
}

/*--------------------------------------
    HEADING
--------------------------------------*/
.c-section-headeing {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	border-radius: 12px;
	background-color: var(--page-pink);
}
.c-section-headeing:not(:first-child) {
	margin-top: 75px;
}
.c-section-headeing__text {
	color: #fff;
	font-weight: 700;
	font-size: 2.6rem;
	line-height: 1;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.c-section-headeing:not(:first-child) {
		margin-top: 45px;
	}
}

/*--------------------------------------
    KV
--------------------------------------*/
.p-key-visual {
	padding: 23px 15px;
	background: url("../img/affiliate_kv_bg_pc.jpg") no-repeat 50% 0 / cover;
}
.p-key-visual__heading {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-key-visual {
		padding: 0 15px 15px;
		background: url("../img/affiliate_kv_bg_sp.jpg") no-repeat 50% 0 / cover;
	}
}

/*--------------------------------------
    p-text-container
--------------------------------------*/
.p-text-container {
	margin-top: 28px;
}
.p-text-container__text {
	font-size: 1.6rem;
	line-height: 1.75;
	font-feature-settings: normal;
}
.p-text-container__text strong {
	color: #e60012;
	font-weight: 400;
}
.p-text-container__text-l {
	font-weight: 700;
	font-size: 2rem;
	font-feature-settings: normal;
}
.p-text-container__link {
	position: relative;
	color: #0091d7;
	line-height: 1;
}
.p-text-container__link::after {
	display: inline-block;
	font-family: "Material Icons";
}
.p-text-container__link:hover::after {
	text-decoration: none;
}
.p-text-container__link-normal::after {
	font-size: 2.2rem;
	vertical-align: -4.5px;
	content: "\e5cc";
}
.p-text-container__link-external::after {
	margin-left: 0.1em;
	vertical-align: -2px;
	content: "\e89e";
}
.p-text-container__text-num {
	color: var(--page-pink);
}
.p-condition__item {
	margin-top: 35px;
}
.p-condition__item-inner {
	display: flex;
	align-items: center;
	height: 110px;
	padding: 10px 20px;
	border-radius: 12px;
	background-color: #fff5eb;
}
.p-condition__inner02 {
	display: flex;
	align-items: center;
}
.p-condition__num {
	margin-right: 14px;
	color: var(--page-pink);
	font-weight: 700;
	font-size: 3.8rem;
}
.p-condition__text {
	font-weight: 700;
	font-size: 1.6rem;
	font-feature-settings: normal;
}
.p-condition__text span {
	margin: 0 0 0 0.5em;
	font-size: 2.4rem;
	vertical-align: -2px;
}
.p-condition__text strong {
	font-size: 2.6rem;
}
.p-condition__notes {
	font-size: 1.4rem;
}
.p-condition-btn {
	display: flex;
	justify-content: center;
	position: relative;
	margin-left: 1.4em;
}
.p-condition-btn__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 254px;
	height: 30px;
	border: 0;
	border-radius: 6px;
	background-color: #858585;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	cursor: pointer;
}
.p-condition-btn__btn::after {
	margin-left: 0.5em;
	font-size: 1.5rem;
	font-family: "Material Icons";
	content: "\e14d";
}
.p-btn-success {
	display: none;
	position: absolute;
	bottom: -40px;
	height: 30px;
	margin: auto;
	padding: 0 1em;
	border-radius: 6px;
	background-color: var(--page-pink);
	line-height: 30px;
}
.p-btn-success__text {
	color: #fff;
	font-weight: 500;
	font-size: 1.3rem;
	text-align: center;
}
.p-text-container__notes {
	font-size: 1.2rem;
	line-height: 1.75;
}
.p-cta-bg {
	margin-top: 30px;
	padding: 60px 0;
	background-color: #e5e5e5;
}
.p-cta {
	max-width: 500px;
	height: 80px;
	margin: auto;
}
.p-cta__link {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 100vh;
	background-color: var(--uq-pink);
	color: #fff;
	font-weight: 700;
	font-size: 2.4rem;
	font-feature-settings: normal;
	text-align: center;
}
.p-cta__link::after {
	position: absolute;
	right: 24px;
	font-size: 3.4rem;
	font-family: "Material Icons";
	content: "\e5cc";
}
@media screen and (max-width: 767px) {
	.p-text-container {
		margin-top: 16px;
	}
	.p-condition__item-inner {
		height: auto;
		padding: 20px 15px;
	}
	.p-condition__inner02 {
		flex: 0 0 auto;
		flex-direction: column;
		align-items: flex-start;
	}
	.p-condition__text {
		flex: 0 1 auto;
		line-height: 1.5;
	}
	.p-condition__text span {
		margin: 0;
		font-size: 2.1rem;
		vertical-align: -2px;
	}
	.p-condition__text strong {
		font-size: 2.3rem;
	}
	.p-condition__notes {
		font-size: 1.4rem;
	}
	.p-condition-btn {
		margin: 12px 0 0 0;
	}
	.p-cta-bg {
		margin-top: 40px;
		padding: 45px 0;
	}
	.p-cta {
		max-width: 286px;
		height: 60px;
	}
	.p-cta__link {
		font-size: 1.8rem;
	}
	.p-cta__link::after {
		right: 10px;
		font-size: 3rem;
	}
}

/* = [ 追従バナー ] ===========================================*/
.p-scroll-banner {
	padding: 10px 14px;
	position: fixed;
	left: 0;
	bottom: -200px;
	z-index: 200;
	width: 100%;
	background: linear-gradient(0deg, rgba(194,0,100,1) 0%, rgba(255,59,137,1) 100%);
	text-align: center;
	transition: bottom 0.5s ease-out;
}
.p-scroll-banner.is-active {
  bottom: 0;
}
.p-scroll-banner__lead {
	display: inline-block;
	position: relative;
	padding: 0 1em;
	color: #fff;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.02em;
}
.p-scroll-banner__lead::before,
.p-scroll-banner__lead::after {
	position: absolute;
	width: 19px;
	height: 19px;
	bottom: -2px;
	/* background: url("../img/aupay_floating_icon_sp.svg") no-repeat 0 0 / contain; */
	content: "";
}
.p-scroll-banner__lead::before {
	left: 0;
}
.p-scroll-banner__lead::after {
	right: 0;
	transform: scaleX(-1);
}
.p-scroll-banner__list {
	margin: 5px auto 0;
  display: flex;
  justify-content: space-between;
  max-width: 980px;
}
.p-scroll-banner__item {
	width: calc(100% / 2 - 10px / 2);
	height: 42px;
}

/*--------------------------------------
    特典内容テーブル
--------------------------------------*/
.tokuten-table-wrap {
	max-width: 780px;
	margin: 10px auto 0;
}
.tokuten-table {
	width: 100%;
	margin-bottom: 10px;
}
.tokuten-table th,
.tokuten-table td {
	padding: 5px 15px;
	font-weight: 700;
	font-size: 1.6rem;
	font-feature-settings: normal;
	text-align: center;
	border: 1px solid #000000;
}
.tokuten-table th {
	background-color: #333333;
	color: #ffffff;
}
.tokuten-table-wrap .p-text-container__notes {
	width: 100%;
	margin: 0 auto;
	padding-left: 2em;
	text-indent: -2em;
}
@media screen and (max-width: 767px) {
	.tokuten-table th,
	.tokuten-table td {
		padding: 5px;
		font-size: 1.4rem;
	}
}

/*--------------------------------------
    FONT COLOR
--------------------------------------*/
.u-f_color01 {
  color: #333;
}

.u-f_color02 {
  color: #E4007F;
}

/*--------------------------------------
    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: 767px) {
  /*--------------------------------------
  		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;
}

/*-----------------------------------------------------------
*** [ ヘッダー下お知らせ ] ***
------------------------------------------------------------*/
.campaign-notice-box {
	margin: 10px auto 30px;
	padding: 10px 20px;
	background-color: #EFEFEF;
}
.campaign-notice-box em {
	display: block;
	text-align: left;
}
@media screen and (min-width: 767px) {
	.campaign-notice-box {
		margin: 20px auto 50px;
		text-align: left;
	}
}
.campaign-notice-box-date {
	display: block;
	text-align: right;
}