@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.8;
	color: #000;
}
article {
	font-size: 16px;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.fs_xsmall {font-size:80%;}
.fs_small {font-size:90%;}
.fs_large {font-size:120%;}
.fs_xlarge {font-size:140%;}
.em {font-weight: 700;}
.red {color: #ee1945;}
.list > li {
  position: relative;
  padding-left: 1.3em;
}
.list > li::before {
  position: absolute;
  top: 0;
  left: 0;
}
.list.kome > li::before {
  content: "※";
}
.list.smldot > li::before {
  content: "・";
}
.list.inline > li {
  display: inline-block;
}
.flex {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

header {
  padding: 20px 0;
}
header .h_logo img {
  width: 20%;
  max-width: 112px;
}
article > section {
  padding: 60px 0;
}
#gutv2, #hana {
	background: #dff0f5;
}
.mainimg {
	text-align: center;
}
.c_title {
	font-size: 36px;
	font-weight: 700;
	color: #0070B4;
  text-align: center;
  margin-bottom: .8em;
}
.c_subtitle {
	font-size: 32px;
	font-weight: 700;
	color: #0070B4;
  text-align: center;
  margin-bottom: .5em;
}
* + .c_subtitle {
	margin-top: 60px;
}
.c_copy {
	font-size: 24px;
}
.flex._about > *:nth-child(1) {
	width: 50%;
}
.flex._about > *:nth-child(2) {
	width: 46%;
}
.product_box {
	text-align: center;
}
.product_tit {
	font-size: 28px;
	font-weight: 700;
	color: #0070B4;
	margin-top: -1.5em;
}
.product_price {
	display: inline-block;
	font-weight: 700;
	border: 2px solid #0070B4;
	border-radius: 10px;
	margin-top: .5em;
}
.product_price > p:nth-child(1) {
	background: #0070B4;
	border-radius: 8px 8px 0 0;
	color: #fff;
	font-size: 20px;
	padding-bottom: .3em;
}
.product_price > p:nth-child(2) {
	font-size: 26px;
	padding: .2em 2em .5em;
	background: #fff;
	border-radius: 0 0 8px 8px;
}
.product_price > p:nth-child(2) .fs_xsmall {
	font-size: 14px;
	font-feature-settings: "palt";
	font-weight: 400;
}
.product_price > p:nth-child(2) ._price {
	font-size: 36px;
}
.product_price > p:nth-child(2) .red ._price {
	font-size: 50px;
}
.product_price > p:nth-child(2) ._arrow {
	display: inline-block;
}
.flex._gutv2 {
	flex-wrap: wrap;
}
.flex._gutv2 > div {
	width: 28%;
}
.flex._gutv2 > div:nth-child(n+4) {
	margin-top: 60px;
}
.flex._gutv2 .c_img {
	text-align: center;
}
.flex._gutv2 .c_img .c_stit {
	margin-top: 1em;
	line-height: 1.4;
}
.flex._gutv2 .c_body {
	font-size: 15px;
	text-align: left;
}
.c_stit {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: .5em;
}
.flex._hana {
	flex-flow: column nowrap;
}
.flex._hana > div {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.flex._hana > div > *:nth-child(1) {
	width: 32%;
}
.flex._hana > div > *:nth-child(2) {
	width: 65%;
}
.flex._hana > div:nth-child(n+2) {
	margin-top: 40px;
}
.flow {
	width: 100%;
	max-width: 640px;
	margin: auto;
}
.flow > .flex {
	align-items: center;
}
.flow > .flex:nth-child(n+2) {
	margin-top: 30px;
}
.flow .flow_body {
	width: 56%;
}
.flow .flow_img {
	width: 39%;
}
.flow .c_stit {
	position: relative;
	padding-left: 1.3em;
}
.flow .c_stit > .num {
	position: absolute;
	top: 0;
	left: 0;
}
.c_box {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
	margin-top: 60px;
}
.c_box.r_02 {
  max-width: 500px;
}
.c_box figure {
  width: 100px;
  line-height: 1;
}
.c_subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
}
.c_iconlist {
  padding-bottom: 10px;
}
.c_iconlist > li {
  display: inline-block;
  padding: 0 20px;
}
.c_iconlist > li img {
  width: 90px;
  line-height: 1;
}
.c_box_text {
  text-align: left;
}
.c_box.r_02 .c_box_text {
  padding: 5px 10px 0 0;
}
.c_btn {
  text-align: center;
}
.c_btn a {
  display: inline-block;
  color: #fff;
  line-height: 1.4;
  border-radius: 8px;
  padding: 1em 2em;
	font-size: 20px;
	font-weight: 700;
  background: linear-gradient(#ed849a 0%, #ee1945 80%);
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
	position: relative;
}
.c_btn a::after {
  content: "";
  width: 0;
  height: 0;
  border-left: .6em solid #fff;
  border-right: .6em solid transparent;
  border-top: .45em solid transparent;
  border-bottom: .45em solid transparent;
	position: absolute;
	top: 50%;
	right: .5em;
	transform: translateY(-50%);
}
.c_btn a:hover {
  background: #ed849a;
}
.c_btn a > .fs_small {
	display: inline-block;
	font-size: 80%;
	font-weight: normal;
}
.c_tokuten_box {
  border: 4px double #00A6E9;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
}
.c_tokuten_box > .flex {
	justify-content: center;
}
.c_tokuten_box > .flex > div {
	width: 100%;
}
.c_tokuten_box .c_box {
	position: relative;
  padding: 20px;
  background: #D8F0FC;
  border-radius: 10px;
	font-weight: 700;
	margin-top: 0;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	height: 12em;
}
.c_tokuten_box .c_box .c_tokuten {
  position: absolute;
  top: -30px;
  left: -10px;
  width: 100px;
}
.c_tokuten_text .c_stit {
	font-size: 24px;
	line-height: 1.4;
	text-align: center;
	/*padding-left: 50px;*/
}
.c_tokuten_text .c_stit ._gentei {
	display: block;
	background: #00A6E9;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	border-radius: 999px;
	padding: .2em 3% .3em;
	width: 8em;
	margin: 0 auto .5em;
	letter-spacing: .2em;
}
.c_tokuten_text .c_price {
	font-size: 18px;
	line-height: 1;
	text-align: center;
}
.c_tokuten_text .c_price ._price {
	font-size: 24px;
}
.c_tokuten_text .c_price .red ._price {
	font-size: 32px;
}
.c_tokuten_text .c_price .fs_xsmall {
	font-size: 12px;
	font-feature-settings: "palt";
	font-weight: 400;
}
.c_tokuten_box > .flex > div:nth-child(1) .c_box .c_tokuten_text .c_stit {
	font-size: 28px;
}
.c_tokuten_box > .flex > div:nth-child(2) .c_box .c_tokuten_text .c_stit {
	margin-bottom: .1em;
}
.c_tokuten_box > .flex > div:nth-child(2) .c_box .c_tokuten_text .c_price {
	padding-left: 50px;
}
.c_tokuten_box .c_btn {
  margin-top: 30px;
}

/* coming-soon */
.c_btn.coming a {
	pointer-events: none;
	background: #666;
	opacity: .5;
}
.c_btn.coming ._copy {
	margin-bottom: .3em;
	color: #666;
}
.c_tokuten_box > .flex > div:nth-child(2) .c_btn {
	/*padding-top: 2.1em;*/
}

#tokuten {
  background: #FFF000;
}
#tokuten .c_title img {
  width: 90%;
  max-width: 600px;
}
footer {
  padding-top: 80px;
}
footer .fnav .ac_link img {
  width: 85px;
  max-width: none;
}
footer .copy #f_logo img {
  width: 107px;
  max-width: none;
}

#cam_gift .gift_stit {
	width: 50%;
	max-width: 450px;
	margin: 0 auto 1.5em;
}
#cam_gift .c_title {
	line-height: 1.4;
	margin-bottom: 1em;
}
#cam_gift .c_title span {
	display: inline-block;
}
#cam_gift .c_title .mother {
	color: #EC417E;
}
#cam_gift .c_title .marker {
	color: #000;
	background: linear-gradient(transparent 70%, #FFF000 70%);
}
#cam_gift .gift_box {
	width: 100%;
	max-width: 700px;
	margin: auto;
}
#cam_gift .gift_box figure:nth-of-type(1) {
	width: 70%;
}
#cam_gift .gift_box figure:nth-of-type(1) img {
	display: inline-block;
	width: 46%;
}
#cam_gift .gift_box figure:nth-of-type(1) img + img {
	margin-left: 3%;
}
#cam_gift .gift_box figure:nth-of-type(2) {
	width: 25%;
	text-align: center;
}
#cam_gift .gift_box figcaption {
	color: #0070B4;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin-bottom: .25em;
}
#cam_gift .container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
#cam_gift .cam_gift_block {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#cam_gift .cam_gift_tit {
	width: 66.6%;
	padding-left: 3%;
	font-size: 60px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 60px;
}
#cam_gift .cam_gift_tit ._fs {
	display: inline-block;
	font-size: 45px;
}
#cam_gift .cam_gift_tit ._blue {
	color: #124c8e;
	font-weight: 700;
}
#cam_gift .cam_gift_tit ._marker {
	border-bottom: 8px solid #ffde59;
}
#cam_gift .cam_gift_ribbon {
	width: 33%;
}
#cam_gift .cam_gift_set {
	width: 43%;
	padding-left: 1%;
}
#cam_gift .cam_gift_img {
	width: 52%;
	padding-right: 9%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#cam_gift .cam_gift_img img {
	display: block;
	margin-top: 10px;
}
#cam_gift .cam_gift_img ._box,
#cam_gift .cam_gift_img ._card {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	color: #124c8e;
}
#cam_gift .cam_gift_img ._box {
	width: 50%;
	padding-left: 5%;
}
#cam_gift .cam_gift_img ._card {
	width: 36%;
}
#cam_gift .cam_gift_img .list {
	width: 100%;
}


.c_btn a.c_btn_cam_l {
	padding-top: 2.009em;
	padding-bottom: 2.009em;
	vertical-align: middle;
}
.c_btn a.c_btn_cam {
	/*background: linear-gradient(#EC417E 0%, #C91C63 80%);*/
	background: linear-gradient(#0086d8 0%, #124c8e 80%);
	line-height: 1.2;
	padding: .5em 3em .6em 2em;
	margin-left: 1em;
	vertical-align: middle;
	position: relative;
}
.c_btn a.c_btn_cam::after {
	position: absolute;
	right: .5em;
	top: 50%;
	transform: translateY(-50%);
}
.c_btn a.c_btn_cam .fs_small {
	font-size: 16px;
	display: inline-block;
	border: 1px solid #fff;
	padding: .1em .5em .2em;
	margin-bottom: .2em;
}
.c_btn a.c_btn_cam:hover {
	background: #F27AA5;
}

#about .container {
	width: 88%;
	margin: 0 auto;
}
.f_title {
  text-align: center;
  margin-bottom: 3em;
}
.f_title > span {
	display: inline-block;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.4;
	padding-bottom: .6em;
	color: #535581;
	border-bottom: 4px solid #fab5a3;
	position: relative;
}
.f_title > span::before,
.f_title > span::after {
	content: "";
	position: absolute;
}
.f_title > span::before {
	width: .75em;
	height: .75em;
	background: #fff;
	border-right: 4px solid #fab5a3;
	border-bottom: 4px solid #fab5a3;
	bottom: -.75em;
	left: 50%;
	transform: rotate(45deg) translateX(-50%);
}
.f_title > span::after {
	width: 100%;
	height: .6em;
	background: #fff;
	left: 0;
	bottom: 0;
}
#gutv2 .f_title > span::before,
#gutv2 .f_title > span::after {
	background: #dff0f5;
}
#gutv2 .product_box figure img {
	width: 100%;
	max-width: 750px;
}
#gutv2 .c_box .f_title > span::before,
#gutv2 .c_box .f_title > span::after {
	background: #fff;
}
#gutv2 .c_box {
	color: #5d5d5d;
}
.cam_ribbon {
	text-align: center;
	margin-bottom: 5px;
}
.c_tokuten_box .c_box.cam_box {
	height: auto;
	padding: 40px;
}


/* ---------------------------------------------
  for Smartphone Style
--------------------------------------------- */
@media only screen and (max-width: 768px) {
	article {
		font-size: 14px;
	}
  header {
    padding: 10px 0;
  }
  article > section {
    padding: 30px 0;
  }
	.flex {
		flex-flow: column nowrap;
		justify-content: center;
	}
	.flex > * + * {
		margin-top: 20px;
	}
	.c_title {
		font-size: 24px;
	}
	.c_subtitle {
		font-size: 20px;
	}
	* + .c_subtitle {
		margin-top: 30px;
	}
	.c_copy {
		font-size: 16px;
	}
	.flex._about > *:nth-child(1) {
		width: 100%;
	}
	.flex._about > *:nth-child(2) {
		width: 100%;
		max-width: 525px;
		align-self: center;
	}
	.product_tit {
		font-size: 20px;
		margin-top: -.75em;
	}
	.product_price {
		display: block;
	}
	.product_price > p:nth-child(1) {
		font-size: 16px;
	}
	.product_price > p:nth-child(2) {
		font-size: 20px;
		padding-left: 3%;
		padding-right: 3%;
	}
	.product_price > p:nth-child(2) .fs_xsmall {
		font-size: 12px;
	}
	.product_price > p:nth-child(2) ._price {
		font-size: 26px;
	}
	.product_price > p:nth-child(2) .red ._price {
		font-size: 40px;
		line-height: 1.3;
	}
	.product_price > p:nth-child(2) ._arrow {
		display: block;
		transform: rotate(90deg);
		line-height: 1;
	}
	.flex._gutv2 > div {
		width: 100%;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
	}
	.flex._gutv2 > div:nth-child(n+2) {
		margin-top: 10px;
		padding-top: 10px;
		border-top: 1px solid #fab5a3;
	}
	.flex._gutv2 .c_img {
		padding-bottom: 0;
		width: 35%;
	}
	.flex._gutv2 .c_img .c_stit {
		font-size: 14px;
		margin-top: 0;
	}
	.flex._gutv2 .c_body {
		width: 60%;
		font-size: 13px;
		line-height: 1.6;
	}
	.c_stit {
		font-size: 16px;
	}
	.flex._hana > div {
		flex-direction:  column;
	}
	.flex._hana > div > *:nth-child(1) {
		width: 60%;
		max-width: 310px;
		margin: 0 auto 1em;
	}
	.flex._hana > div > *:nth-child(2) {
		width: 100%;
	}
	.flex._hana > div:nth-child(n+2) {
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #ddd;
	}
	.flex._hana .c_stit {
		text-align: center;
	}
	.flow > .flex {
		flex-direction: row;
		justify-content: space-between;
	}
	.flow > .flex:nth-child(n+2) {
		margin-top: 20px;
	}
	.flow .flow_img {
		margin-top: 0;
	}
	.flow .c_stit {
		line-height: 1.6;
	}

  .c_box {
    border-radius: 10px;
    padding: 20px;
		margin-top: 20px;
  }
	.c_btn a {
		display: block;
		border-radius: 6px;
		font-size: 16px;
		padding: 1em 1.5em 1em .5em;
	}
  .c_tokuten_box {
    border-radius: 10px;
		padding: 20px;
  }
  .c_tokuten_box > .flex > div + div {
		margin-top: 15px;
		width: 100%;
  }
	.c_tokuten_box .c_box {
    padding: 15px;
		height: auto;
	}
  .c_tokuten_box .c_box .c_tokuten {
    top: -10px;
    left: -15px;
    width: 75px;
  }
  .c_tokuten_box .c_box .c_tokuten_text.c_box_text {
    padding-left: 5px;
  }
	.c_tokuten_text .c_stit {
		font-size: 18px;
		/*padding-left: 40px;*/
	}
	.c_tokuten_text .c_stit ._gentei {
		font-size: 14px;
	}
	.c_tokuten_box > .flex > div:nth-child(1) .c_box .c_tokuten_text .c_stit {
		font-size: 20px;
	}
	.c_tokuten_box > .flex > div:nth-child(2) .c_box .c_tokuten_text .c_stit {
		padding-left: 30px;
	}
	.c_tokuten_box > .flex > div:nth-child(2) .c_box .c_tokuten_text .c_price {
		padding-left: 30px;
	}
	.c_tokuten_text ._arrow {
		display: block;
		transform: rotate(90deg);
		margin: .5em auto .2em;
	}
	.c_tokuten_box .c_btn {
		margin-top: 15px;
		/*padding-bottom: 30px;*/
	}
	.c_tokuten_box .c_btn > p {
		text-align: left;
	}
	
	/* coming-soon */
	.c_tokuten_box > .flex > div:nth-child(2) .c_btn {
		padding-top: .5em;
	}
	
  footer {
    padding-top: 40px;
  }
  footer .copy #f_logo img {
    width: 87px;
  }
	
	#cam_gift .gift_stit {
		width: 70%;
		margin-bottom: .75em;
	}
	#cam_gift .gift_box figure:nth-of-type(1),
	#cam_gift .gift_box figure:nth-of-type(2) {
		width: 100%;
	}
	#cam_gift .gift_box figure:nth-of-type(2) img {
		width: 36%;
	}
	#cam_gift .cam_gift_block {
		flex-direction: column;
		position: relative;
	}
	#cam_gift .cam_gift_tit {
		width: 100%;
		padding: 1em 3% 0;
		font-size: 30px;
		margin-bottom: 30px;
	}
	#cam_gift .cam_gift_tit ._fs {
		font-size: 22px;
	}
	#cam_gift .cam_gift_tit ._marker {
		border-bottom-width: 4px;
	}
	#cam_gift .cam_gift_ribbon {
		width: 150px;
		position: absolute;
		top: -20px;
		right: 0;
	}
	#cam_gift .cam_gift_set {
		width: 100%;
		padding: 0 5%;
		text-align: center;
	}
	#cam_gift .cam_gift_img {
		width: 100%;
		padding: 0 5%;
		justify-content: space-around;
		margin-top: 15px;
	}
	#cam_gift .cam_gift_img img {
		margin-top: 5px;
	}
	#cam_gift .cam_gift_img ._box,
	#cam_gift .cam_gift_img ._card {
		font-size: 16px;
	}
	#cam_gift .cam_gift_img ._box {
		width: 45%;
		padding-left: 0;
	}
	
	.c_btn a.c_btn_cam_l {
		padding-top: 1em;
		padding-bottom: 1em;
	}
	.c_btn a.c_btn_cam {
		line-height: 1.2;
		padding: .5em 2em .6em .5em;
		margin-left: 0;
		margin-top: 1em;
	}
	.c_btn a.c_btn_cam::after {
		right: .25em;
	}
	.c_btn a.c_btn_cam .fs_small {
		font-size: 14px;
	}
	
	.f_title {
		margin-bottom: 2em;
	}
	.f_title > span {
		font-size: 22px;
		border-bottom-width: 2px;
	}
	.f_title > span::before {
		border-right-width: 2px;
		border-bottom-width: 2px;
	}
	.cam_ribbon {
		margin-bottom: 0;
	}
	.c_tokuten_box .c_box.cam_box {
		padding: 20px 4%;
	}
  
}

/* ---------------------------------------------
  for Tablet & PC Style
--------------------------------------------- */
@media only screen and (min-width: 769px) {
  
  
  
}