/** Shopify CDN: Minification failed

Line 63:14 Expected ":"

**/
.free-termse {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.pc_contents_900 {
  max-width: 900px;
  padding: 0;
  margin: 0 auto;
}
.pc_contents_1080 {
  max-width: 1080px;
  padding: 0;
  margin: 0 auto;
}
/* Text */
.bold {
  font-weight: bold;
}
.center {
  text-align: center;
}
.s12rem {
  font-size: 1.2rem;
}
.s08rem {
  font-size: 0.8rem;
}
/* 3カラム-PC（コンテンツ幅1080px） */
.flex3 {
  display: flex;
}
.flex3 > div {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
}
.flex3 > div:nth-child(3n) {
  margin-right: 0;
}
.flex3.m0 {
  margin-right 0;
}

/* スクロールで画像を表示させるJS用CSS */
.view{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.view img{
    vertical-align: middle;
    filter: blur(10px);
    transform: translateY(30px);
    opacity: 0;
    transition: all .3s ease-in-out .3s;
}
.view.js-on img{
    filter: blur(0px);
    transform: translateY(0px);
    opacity: 1;
}

/* 画像点滅 */
@keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* 画像点class */
.blink {
    animation: blinking .5s ease-in-out infinite alternate;
}

/* 画像を拡大・縮小させる */
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
/* 画像を拡大・縮小させるclass */
.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}


/* 20240628オープニングキャンペーン用 */
.pc_ocp_back {
  max-width: 1400px;
  margin: 0 auto;
  background-image: url(https://d2ixvq6dqmuoso.cloudfront.net/line/resized/2865/ee46975bb17c461d85e0a77583acabda.jpg/origin?v=1718845640);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
.pc_ocp_1400box {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.pc_note {
  width: 100%;
  background-color: #fff4a0;
}
.pc_draw_back {
  max-width: 1400px;
  margin: 0 auto;
  background-color: #FFFF99;
  /* background-image: url(https://d2ixvq6dqmuoso.cloudfront.net/line/resized/2865/86c34df0b99a413eb26a9d0fd29f61b0.jpg/origin?v=1719214778); */
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
/* 20240628オープニングキャンペーン用-ここまで- */


/* 20240628誕生日特典用 */
/* 202511デザイン変更のため改修 */
.birth_section {
  width: 100%;
  margin: 0 auto;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.birth_section h1 {
	margin: 30px auto 0;
	text-align: center;
	max-width: 1400px;
}
.birth_section h2 {
	border-left: solid 4px #707880;
	font-size: 1.6em;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.02em;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 3% 0;
	text-align: left;
}
.birth_section h2 span {
  padding-left: 14px;
}
.birth_section h3{
	text-align: left;
	font-size: 1.2em;
	line-height: 1.4;
	}
.birth_section p {
  margin-bottom: 30px;
}
.birth_contents{
	margin: 0 auto 10% auto;
	max-width: 800px;
	text-align: center;
}
.no_margin{
	margin-bottom: 0%;
}
.birth_bluebk{
	background-color: #eff9fb;
	width: 100%;
	padding-bottom: 1%;
}
.birth_brownbk{
	background-color: #faf5e3;
	width: 100%;
	padding-bottom: 1%;
}

.birth_brownline {
	border: 1px solid #caa661;
	padding: 3%;
	text-align: center;
	color: #caa661;
	font-weight: 600;
	margin: 5% auto;
}
.birth_img_margin{
	margin-bottom: 5%;
}

.birth_btn_line {
  width: 80%;
  max-width: 600px;
  margin: 0 auto 3%;
  text-align: center;
  background-color: #06c755;
  padding: 2% 0;
  color: #fff;
  border-radius: 80px;
}
.birth_btn_line a {
  color: #fff;
  text-decoration-line: none;
  width: 100%;
  height: 100%;
  display: block;
}
.birth_btn_line:hover {
  cursor: pointer;
}
.birth_btn_member {
  width: 80%;
  max-width: 600px;
  margin: 0 auto 70px;
  text-align: center;
  background-color: #575757;
  padding: 2% 0;
  color: #fff;
  border-radius: 80px;
}
.birth_btn_member a {
  color: #fff;
  text-decoration-line: none;
  width: 100%;
  height: 100%;
  display: block;
}
.birth_btn_member:hover {
  cursor: pointer;
}
ul.birth_rule {
  list-style: disc;
  text-align: left;
  margin-bottom: 3%;
}
ul.birth_rule li {
  list-style: disc;
  margin-left: 1em;
}

@media only screen and (max-width: 750px) {
	.birth_sp_90box{
		width: 90%;
	}
}
/* 20240628誕生日特典用 - ここまで - */

/* 20240628レビュー投稿キャンペーン用 */
.review_section {
  margin: 0 auto;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.review_section h1 {
  margin: 30px auto 0;
  text-align: center;
}
.review_section h2 {
  margin: 100px auto 20px;
  text-align: center;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.review_conte {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
ul.review_rule {
  list-style: disc;
  text-align: left;
  width: 90%;
  max-width: 900px;
  margin: 0 auto 10%;
}
ul.review_rule li {
  list-style: disc;
  margin-left: 1em;
}
/* 20240628レビュー投稿キャンペーン用 - ここまで - */

/* 20240705友だち紹介キャンペーン用 */
.refer_section {
  margin: 0 auto;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.refer_section h1 {
  margin: 0 auto;
  text-align: center;
}
.refer_yellow {
  background-color: #fffde4;
  margin-top: 130px;
}
.refer_blue {
  background-color: #dee5f4;
}
.refer_gray {
  background-color: #f0f0f0;
  margin-top: 150px;
  padding-bottom: 100px;
}
/* 20240705友だち紹介キャンペーン用 - ここまで - */

/* 20241010HappyDaysキャンペーン用 */
.pc_hcp_back {
  max-width: 1400px;
  margin: 0 auto;
  background-image: url("/cdn/shop/files/happydays_lp_pc_back.jpg?v=1728368918");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
.pc_hcp_lotback {
  max-width: 1400px;
  margin: 0 auto;
  background-image: url("/cdn/shop/files/happydays_lot_pc_back-min.jpg?v=1728399391");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
/* 20241010HappyDaysキャンペーン用-ここまで- */

/* 20250110 福袋キャンペーン */
.luckybag_section {
  max-width: 1400px;
  margin: 0 auto;
  background-color: #ffcacb;
}
.luckybag_section_yellow {
  max-width: 1400px;
  margin: 0 auto;
  background-color: #fff8c1;
}
.img_1not{
  margin-bottom:-1px;
}

/*** 20250313 MakuakeLP用CSS ***/
#makuake {
  width: 100%;
  max-width: 786px;
  margin: 0 auto;
}
.bk_campaign{
    background-color: #f5efe4;
}
.mk_foot{
    text-align: center;
    margin: 3% auto;
}


/* 20251118誕生日登録キャンペーン */
.birthcp_section{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}
.birthcp_section h1{
	margin: 30px auto 0;
	text-align: center;
}
.birthcp_contents{
  width: 100%;
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
}
.margin_10bottom{
	margin-bottom: 10%;
	padding-bottom: 10%;
}
.margin_5bottom{
	margin-bottom: 5%;
	padding-bottom: 5%;
}
	
.birthcp_yellowbk{
	background-image: url(/cdn/shop/files/birthdaycp_bk_yellow.png?v=1763394715);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100% auto;
}
.birthcp_orangebk{
	background-image: url(/cdn/shop/files/birthdaycp_bk_orange.png?v=1763394715);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100% auto;
}
.birthcp_creambk{
	background-color: #fdfbf2;
}
.birthcp_bluebk{
	background-color: #eff9fb;
}
.birthcp_graybk{
	background-color: #f3f3f3;
}
/* 20251118誕生日登録キャンペーン - ここまで - */