@charset "utf-8";

/*==============================================================================

	contents
	
==============================================================================*/

/* ------------------------------ */
/* common
----------------------------------*/
/* parts */
ul.link-btn {
	margin: 1.8rem 0 0 0;
	padding: 0;
	font-size: 1.48rem;
	font-weight: bold;
	line-height: 1;
}

ul.link-btn li {
	margin: 0;
	padding: 0;
	text-align: center;
}

ul.link-btn li a {
	position: relative;
	display: inline-block;
	min-width: 80%;
	margin: 0 auto;
	padding: 1.6rem 4.6rem 1.6rem 3.4rem;
	background: #ffffff;
	border-radius: 9999px;
	color: #0068e1;
	line-height: 1;
	border: 0.2rem #0068e1 solid;
	text-align: center;
}

ul.link-btn li a:hover {
	text-decoration: none;
}

ul.link-btn li a::before {
	position: absolute;
	display: block;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	content: "\f054";
	width: 2rem;
	height: 1.6rem;
	font-family: "Font Awesome 6 Free";
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
}

ul.link-btn li a.modal::before {
	right: 1.2rem;
	width: 1.8rem;
	height: 1.8rem;
	font-size: 1.8rem;
	content: "\f055";
}

ul.attention-list {
	margin: 1.5em 0 0 0;
	padding: 0;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.6;
}

ul.attention-list li {
	margin: 0;
	padding: 0;
	margin-left: 1.6rem;
    text-indent: -1.6rem;
}

@media screen and (min-width: 768px) {
/* parts */
ul.link-btn {
	margin: 3.2rem 0 0 0;
	font-size: 2.4rem;
}

ul.link-btn li a {
	padding: 2.4rem 7rem 2.4rem 5rem;
	border: 0.3rem #0068e1 solid;
}

ul.link-btn li a::before {
	right: 1.5rem;
	width: 3rem;
	height: 2.6rem;
	font-size: 2.6rem;
}

ul.link-btn li a.modal::before {
	right: 1.2rem;
	width: 1.8rem;
	height: 1.8rem;
	font-size: 1.8rem;
}

ul.attention-list {
	margin: 1.5em 0 0 0;
	font-size: 2.4rem;
}

ul.attention-list li {
	margin-left: 1.6rem;
    text-indent: -1.6rem;
}
}

/* common-entry-link */
.common-entry-link {
	padding: 4.4rem 3.8rem 4.8rem 3.8rem;
	background: #081d45;
	text-align: center;
}

.common-entry-link a {
	position: relative;
	display: block;
	width: auto;
	margin: 0;
	padding: 1.8rem 0;
	background: #cc1033;
	border-radius: 9999px;
	font-size: 2rem;
	font-weight: 700;
	color: #ffffff;
	line-height: 1;
	letter-spacing: 0.05em;
	box-shadow: 0 5px 0 0 #860a21;
}

.common-entry-link a::before {
	position: absolute;
	display: block;
	right: 1.6rem;
	top: 50%;
	transform: translateY(-50%);
	content: "\f054";
	width: 2rem;
	height: 1.8rem;
	font-family: "Font Awesome 6 Free";
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
}

.common-entry-link a:hover {
	text-decoration: none;
}

@media screen and (min-width: 768px) {
/* common-entry-link */
.common-entry-link {
	padding: 4.4rem 5.8rem 4.8rem 5.8rem;
}

.common-entry-link a {
	padding: 2.8rem 0;
	font-size: 2.8rem;
	box-shadow: 0 6px 0 0 #860a21;
}

.common-entry-link a::before {
	right: 2.6rem;
	width: 3rem;
	height: 2.8rem;
	font-size: 2.8rem;
}
}

/* ------------------------------ */
/* .top-hero
----------------------------------*/
.top-hero {
	margin-top: 0;
	width: auto;
}

.top-hero .inner {
	width: 100%;
	max-height: auto;
	text-align: center;
}

.top-hero .mainvisual_img {
	width: auto;
}

.top-hero .mainvisual_img img {
	width: 100%;
	height: auto;
}

/* ------------------------------ */
/* .first-boookies
----------------------------------*/
.first-boookies {
	width: auto;
}

.first-boookies .inner {
	width: 100%;
	padding: 4.4rem 2.8rem 4.6rem 2.8rem;
	text-align: center;
}

.first-boookies .boookies-logo {
	width: 100%;
	margin: 0 auto 3.4rem auto;
	padding: 1.2rem 1rem 1.2rem 1rem;
	border-radius: 0.6rem;
	background: #ffffff;
	overflow: hidden;
}

.first-boookies .boookies-logo img {
	width: 100%;
	height: auto;
}

.first-boookies p {
	margin: 0 0 1.2em 0;
	font-size: 1.6rem;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	line-height: 1.8;
}

.first-boookies p span {
	color: #f00d37;
}

.first-boookies .catch-txt {
	position: relative;
	margin: 0 0 1.6em 0;
	padding: 0 3rem;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}

.first-boookies .catch-txt::after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
	width: 80%;
	height: 100%;
	background: url(../images/top/catch-txt_kazari_left.png) no-repeat;
	background-position: left bottom;
	background-size: auto 80%;
}

.first-boookies .catch-txt::before {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	content: "";
	width: 80%;
	height: 100%;
	background: url(../images/top/catch-txt_kazari_right.png) no-repeat;
	background-position: right bottom;
	background-size: auto 80%;
}

.first-boookies .catch-txt span {
	color: #ffffff;
}

.first-boookies .catch-txt span:first-child {
	margin-left: -0.8em;
}

.first-boookies ul.attention-list {
	color: #ffffff;
	text-align: left;
	font-weight: 400;
}

@media screen and (min-width: 768px) {	
.first-boookies p {
	margin: 0 0 1.2em 0;
	font-size: 2.6rem;
	font-weight: 400;
	line-height: 1.8;
}

.first-boookies p span {
	color: #f00d37;
}

.first-boookies .catch-txt {
	position: relative;
	margin: 0 0 1.6em 0;
	padding: 0 8rem;
	font-size: 2.6rem;
	font-weight: 700;
}

.first-boookies .attention-list {
	font-size: 2.2rem;
}
}

/* ------------------------------ */
/* .about-boookies-plink
----------------------------------*/
.about-boookies-plink-container {
	width: 100%;
	background: url(../images/top/boookies_pl_bg.jpg);
	background-size: auto 100%;
	background-position: center top;
}

.about-boookies-plink {
	margin: 0;
	padding: 6.4rem 0 7.2rem 0;
}

.about-boookies-plink .inner {
	margin: 0 2rem;
}

.about-boookies-plink ul.abl-list {
	margin: 0;
	padding: 0;
}

.about-boookies-plink ul.abl-list li {
	margin: 0 0 1.8rem 0;
	padding: 0;
	border-radius: 2rem;
	background: rgb(0,144,225);
	background: linear-gradient(120deg, rgba(0,144,225,1) 20%, rgba(0,213,87,1) 55%, rgba(255,250,97,1) 90%);
	padding: 0.2rem;
}

.about-boookies-plink ul.abl-list li:last-child {
	margin-bottom: 0;
}

.about-boookies-plink ul.abl-list li a {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	background: #001e3b;
	border-radius: 1.8rem;
	font-size: 2rem;
	font-weight: 700;
	color: #ffffff;
	line-height: 1;
	text-align: center;
}

.about-boookies-plink ul.abl-list li a::before {
	position: absolute;
	display: block;
	right: 1.6rem;
	top: 50%;
	transform: translateY(-50%);
	content: "\f078";
	width: 2rem;
	height: 1.8rem;
	font-family: "Font Awesome 6 Free";
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
}

.about-boookies-plink ul.abl-list li a .br {
	display: inline-block;
}

.about-boookies-plink ul.abl-list li a .read {
	color: #ffeb00;
	font-size: 3rem;
}

/* .pl-01 */
.about-boookies-plink ul.abl-list li a.pl-01 {
	padding: 1.8rem 3.6rem 2.4rem 2rem;
}

.about-boookies-plink ul.abl-list li a.pl-01 .br:first-of-type {
	margin-bottom: 0.8rem;
}

/* .pl-02 */
.about-boookies-plink ul.abl-list li a.pl-02 {
	padding: 2.2rem 3.6rem 2.4rem 2rem;
}

.about-boookies-plink ul.abl-list li a.pl-02 .br:first-of-type {
	margin-bottom: 0.2rem;
}

/* .pl-03 */
.about-boookies-plink ul.abl-list li a.pl-03 {
	padding: 2.4rem 4.2rem 2.6rem 2rem;
}

.about-boookies-plink ul.abl-list li a.pl-03 .br:first-of-type {
	margin-bottom: 0.8rem;
}

.about-boookies-plink ul.abl-list li a.pl-03 .read {
	font-size: 2rem;
}

@media screen and (min-width: 768px) {
.about-boookies-plink {
	margin: 0;
	padding: 10.4rem 0 11.2rem 0;
}

.about-boookies-plink .inner {
	margin: 0 5rem;
}

.about-boookies-plink ul.abl-list li {
	margin: 0 0 2.8rem 0;
	padding: 0.35rem;
	border-radius: 3rem;
}

.about-boookies-plink ul.abl-list li a {
	border-radius: 2.8rem;
	font-size: 3.2rem;
}

.about-boookies-plink ul.abl-list li a::before {
	right: 2.6rem;
	width: 3rem;
	height: 2.8rem;
	font-size: 2.8rem;
}

.about-boookies-plink ul.abl-list li a .read {
	font-size: 5rem;
}

/* .pl-01 */
.about-boookies-plink ul.abl-list li a.pl-01 {
	padding: 3.6rem 3.6rem 4rem 2rem;
}

.about-boookies-plink ul.abl-list li a.pl-01 .br:first-of-type {
	margin-bottom: 1.2rem;
}

/* .pl-02 */
.about-boookies-plink ul.abl-list li a.pl-02 {
	padding: 4rem 3.6rem 3.8rem 2rem;
}

.about-boookies-plink ul.abl-list li a.pl-02 .br:first-of-type {
	margin-bottom: 0.2rem;
}

/* .pl-03 */
.about-boookies-plink ul.abl-list li a.pl-03 {
	padding: 4rem 4.2rem 4rem 2rem;
}

.about-boookies-plink ul.abl-list li a.pl-03 .br:first-of-type {
	margin-bottom: 1.2rem;
}

.about-boookies-plink ul.abl-list li a.pl-03 .read {
	font-size: 3.2rem;
}
}

/* ------------------------------ */
/* .about-boookies
----------------------------------*/
.about-boookies {
	margin: 0;
	padding: 0;
	background: #081d45;
}

.about-boookies h2 {
	position: relative;
	margin: 0 2.2rem 3.2rem 2.2rem;
	padding: 3rem 0.4rem;
	background: rgb(0,144,225);
	background: linear-gradient(90deg, rgba(0,144,225,0.75) 0%, rgba(0,212,72,0.75) 100%);
	font-size: 2.4rem;
	font-weight: 900;
	color: #ffffff;
	line-height: 1.2;
	text-align: center;
	text-shadow: 0 2px 12px rgba(0,0,0,0.25);
	transform: skewX(-8deg);
}

.about-boookies h2::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -6px;
	border: 12px solid transparent;
	border-top: 14px solid #00b6a4;
	opacity: 0.75;
  }

.about-boookies .inner {
	margin: 0 2rem;
}

.about-boookies-topimg {
	padding: 2.4rem 0 0 0;
	background: #d5e5f2;
	text-align: center;
}

.about-boookies-topimg img {
	width: 80%;
	height: auto;
}

.about-boookies h4 {
	margin: 1.8em 0 1em 0;
	padding: 0;
	font-size: 2.2rem;
	font-weight: 900;
	text-align: center;
	transform: skewX(-8deg);
}

.about-boookies p {
	margin: 0 0 1.2em 0;
	font-size: 1.48rem;
	font-weight: 500;
	line-height: 1.8;
}

.about-boookies p span {
	color: #de042d;
	font-weight: 700;
}

.about-boookies p:last-of-type {
	margin-bottom: 0;
}

.about-boookies .box-type-01 {
	padding: 3.8rem 2.2rem 4.8rem 2.2rem;
	background: #ffffff;
}

.about-boookies .box-type-02 {
	padding: 3.8rem 2.2rem 4.8rem 2.2rem;
	background: #d5e5f2;
}

/* .point-case */
.about-boookies .point-case-wrap {
	margin-bottom: 2.6rem;
}

.about-boookies .point-case {
	margin: 1rem 0 0 0;
	padding: 1rem 1rem;
	border: 0.3rem solid #d7e5f1;
	text-align: center;
}

.about-boookies .point-case p {
	margin: 0;
	padding: 0;
}

.about-boookies .point-case p span.down-icon {
	position: relative;
	display: block;
	width: 100%;
	margin: 0.4rem 0 2.2rem 0;
}

.about-boookies .point-case p span.down-icon::before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: block;
	content: "\f078";
	width: 2rem;
	height: 2rem;
	color: #005cb4;
	font-family: "Font Awesome 6 Free";
	font-size: 2rem;
	font-weight: 900;
}

.about-boookies .point-case .case-top {
	font-size: 1.4rem;
}

.about-boookies .point-case .case-bottom {
	font-size: 1.6rem;
	font-weight: 900;
}

/* .about-boookies-01 */
.about-boookies-01 {
	width: 100%;
	margin: 0 auto;
	padding: 68px 0 42px 0;
	background: url(../images/top/about-boookies-01_bg.jpg) no-repeat top center;
	background-size: 100% auto;
	border-top: none;
}

.about-boookies-topimg img {
	width: 75%;
	height: auto;
}

/* .about-boookies-02 */
.about-boookies-02 {
	width: 100%;
	margin: 0 auto;
	padding: 68px 0 42px 0;
	background: url(../images/top/about-boookies-02_bg.jpg) no-repeat top center;
	background-size: 100% auto;
	border-top: none;
}

.about-boookies-02 .about-boookies-topimg img {
	width: 95%;
	height: auto;
}

.about-boookies-02 p.about-boookies-02-img01 {
	margin: 2rem 0 0 0;
	text-align: center;
}

.about-boookies-02 p.about-boookies-02-img01 img {
	width: 62%;
	height: auto;
}

.about-boookies-02 p.point-case-img {
	margin-bottom: 2rem;
}

.about-boookies-02 p.point-case-img img {
	width: 100%;
	height: auto;
}

/* .about-boookies-03 */
.about-boookies-03 {
	width: 100%;
	margin: 0 auto;
	padding: 68px 0 0 0;
	background: url(../images/top/about-boookies-03_bg.jpg) no-repeat top center;
	background-size: 100% auto;
	border-top: none;
}

.about-boookies-03 h2 {
	padding: 1.8rem 0.4rem;
	font-size: 2rem;
}

.about-boookies-03 h2 span {
	display: inline-block;
	margin: 0.2rem 0;
}

@media screen and (min-width: 768px) {
.about-boookies h2 {
	margin: 0 3.4rem 3.2rem 3.4rem;
	padding: 4.4rem 0.4rem;
	font-size: 4rem;
}

.about-boookies .inner {
	margin: 0 4rem;
}

.about-boookies-topimg {
	padding: 4rem 0 0 0;
}

.about-boookies h4 {
	margin: 1.8em 0 1em 0;
	font-size: 3.4rem;
}

.about-boookies p {
	margin: 0 0 1.2em 0;
	font-size: 2.4rem;
	line-height: 1.8;
}

.about-boookies .box-type-01 {
	padding: 5.8rem 3.2rem 6.8rem 3.2rem;
}

.about-boookies .box-type-02 {
	padding: 6.8rem 2.8rem 6.8rem 2.8rem;
}

/* .point-case */
.about-boookies .point-case-wrap {
	margin-bottom: 2.6rem;
}

.about-boookies .point-case {
	margin: 1.6rem 0 0 0;
	padding: 1.4rem 1.2rem;
	border: 0.4rem solid #d7e5f1;
	text-align: center;
}

.about-boookies .point-case p {
	margin: 0;
	padding: 0;
}

.about-boookies .point-case p span.down-icon {
	margin: 0.6rem 0 2.4rem 0;
}

.about-boookies .point-case p span.down-icon::before {
	width: 2.8rem;
	height: 2.8rem;
	font-size: 2.8rem;
}

.about-boookies .point-case .case-top {
	font-size: 2.4rem;
}

.about-boookies .point-case .case-bottom {
	font-size: 2.6rem;
}

/* .about-boookies-01 */
.about-boookies-01 {
	padding: 100px 0 65px 0;
}

.about-boookies-topimg img {
	width: 75%;
	height: auto;
}

/* .about-boookies-02 */
.about-boookies-02 {
	padding: 100px 0 65px 0;
}

.about-boookies-02 .about-boookies-topimg img {
	width: 95%;
	height: auto;
}

.about-boookies-02 p.about-boookies-02-img01 {
	margin: 2rem 0 0 0;
}

.about-boookies-02 p.about-boookies-02-img01 img {
	width: 62%;
	height: auto;
}

.about-boookies-02 p.point-case-img {
	margin-bottom: 2rem;
}

.about-boookies-02 p.point-case-img img {
	width: 100%;
	height: auto;
}

/* .about-boookies-03 */
.about-boookies-03 {
	padding: 100px 0 0 0;
}

.about-boookies-03 h2 {
	margin: 0 3.4rem 3.2rem 3.4rem;
    padding: 2.8rem 0.6rem;
    font-size: 3.6rem;
}

.about-boookies-03 h2 span {
	margin: 0.2rem 0;
}
}

/* .point-get-slide */
.point-get-slide {
	position: relative;
	text-align: center;
}

.point-get-slide h3 {
	display: block;
	margin: 0 auto;
	padding: 0.8em 0.4em;
	background: #005cb4;
	color: #ffffff;
	font-size: 2.2rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.2;
	transform: skewX(-8deg);
}

.point-get-slide h4 {
	margin: 1em 0 0.5em 0;
	font-size: 2.8rem;
	font-weight: 900;
	text-align: center;
	transform: skewX(-8deg);
}

.point-get-slide .step-block {
	padding: 0 0.5rem;
	text-align: left;
}

.point-get-slide .step-block .step-img {
	margin: 3rem auto 0 auto;
	text-align: center;
	height: 190px;
}

.point-get-slide .step-block .step-img img {
	width: auto;
	height: 100%;
}

@media screen and (min-width: 768px) {
/* .point-get-slide */
.point-get-slide h3 {
	padding: 0.6em 0.4em;
	font-size: 3.6rem;
	line-height: 1.2;
}

.point-get-slide h4 {
	margin: 1em 0 0.5em 0;
	font-size: 4.2rem;
	font-weight: 900;
	text-align: center;
	transform: skewX(-8deg);
}

.point-get-slide .step-block {
	padding: 0 0.5rem;
	text-align: left;
}

.point-get-slide .step-block .step-img {
	margin: 3rem auto 0 auto;
	text-align: center;
	height: 190px;
}

.point-get-slide .step-block .step-img img {
	width: auto;
	height: 100%;
}
}

/* ------------------------------ */
/* swiper
----------------------------------*/
/* 前への矢印 */
.swiper-button-prev {
	left: -3.5rem;
  }

.swiper-button-prev::before {
	  content: "\f137";
}

/* 次への矢印 */
.swiper-button-next {
	right: -3.5rem;
}

.swiper-button-next::before {
	content: "\f138";
}

.swiper-button-prev,
.swiper-button-next {
	background-image: none;
	width: 3rem;
	height: 3rem;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}

.swiper-button-prev::before,
.swiper-button-next::before {
	padding: 2px;
	background: #ffffff;
	border-radius: 9999px;
	font-family: "Font Awesome 6 Free";
	font-size: 3rem;
}

/* ページネーション */
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -2.5rem;
}

@media screen and (min-width: 768px) {
	/* ------------------------------ */
/* swiper
----------------------------------*/
/* 前への矢印 */
.swiper-button-prev {
	left: -4.6rem;
}

/* 次への矢印 */
.swiper-button-next {
	right: -4.6rem;
}

.swiper-button-prev,
.swiper-button-next {
	width: 4rem;
	height: 4rem;
}

.swiper-button-prev::before,
.swiper-button-next::before {
	padding: 3px;
	font-size: 4rem;
}

/* ページネーション */
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -4rem;
}
.swiper-pagination-bullet{
    width: 14px !important;
    height: 14px !important;
	margin: 0 10px !important;
}
}

/* ------------------------------ */
/* .boookies-user-voice
----------------------------------*/
.boookies-user-voice {
	padding: 4.8rem 0 2.8rem 0;
	background: #34a0e6;
}

.boookies-user-voice .inner {
	width: auto;
	margin: 0 2rem;
	text-align: center;
}

.boookies-user-voice h2 {
	margin: 0 0 3.8rem 0;
	padding: 0;
	font-size: 2.8rem;
	font-weight: 900;
	color: #ffffff;
	line-height: 1.2;
	text-shadow: 0 2px 8px rgba(0,79,178,0.5);
	transform: skewX(-8deg);
}

.boookies-user-voice .user-voice-icon {
	width: 100%;
}

.boookies-user-voice .user-voice-icon img {
	width: 30%;
	height: auto;
}

.boookies-user-voice .user-voice-list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.boookies-user-voice .user-voice-list ul li {
	position: relative;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 48.8%;
	height: 13rem;
	margin: 0 0 3.4rem 0;
	padding: 0 2.2rem;
	background: #ffffff;
	border-radius: 0.8rem;
	font-size: 1.4rem;
	font-weight: 900;
	line-height: 1.8;
	text-align: left;
}

.boookies-user-voice .user-voice-list ul li::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -20px;
	border: 12px solid transparent;
	border-top: 14px solid #ffffff;
	transform: skewX(-40deg);
}

@media screen and (min-width: 768px) {
.boookies-user-voice {
	padding: 8rem 0 6rem 0;
}

.boookies-user-voice .inner {
	margin: 0 2.8rem;
}

.boookies-user-voice h2 {
	margin: 0 0 5.8rem 0;
	font-size: 4.2rem;
}

.boookies-user-voice .user-voice-icon {
	width: 100%;
}

.boookies-user-voice .user-voice-icon img {
	width: 30%;
	height: auto;
}

.boookies-user-voice .user-voice-list ul li {
	width: 48.8%;
	height: 9.2em;
	margin: 0 0 3.4rem 0;
	padding: 0 2em;
	border-radius: 0.8rem;
	font-size: 2rem;
}
}

/* ------------------------------ */
/* .boookies-pr
----------------------------------*/
.boookies-pr {
	position: relative;
	padding: 115px 0 200px 0;
	text-align: center;
	color: #ffffff;
}

.boookies-pr::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 180px;
	background: url(../images/top/boookies_pr_01_bg.jpg) no-repeat center top;
	background-size: 100% auto;
	overflow: hidden;
	z-index: -1;
}

.boookies-pr::after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 200px;
	background: url(../images/top/boookies_pr_02_bg.jpg) no-repeat center bottom;
	background-size: 100% auto;
	overflow: hidden;
	z-index: -1;
}

.boookies-pr .inner {
	margin: 0 2.6rem;
}

.boookies-pr h2 {
	display: inline-block;
	margin: 0 0 3.2rem 0;
	padding: 2.4rem 1.4rem 2.4rem 2rem;
	background: rgb(0,144,225);
	background: linear-gradient(90deg, rgba(0,144,225,0.85) 0%, rgba(0,212,72,0.85) 100%);
	font-size: 2.4rem;
	font-weight: 900;
	color: #ffffff;
	letter-spacing: 0.05em;
	text-shadow: 0 2px 12px rgba(0,0,0,0.25);
	transform: skewX(-8deg);
}

.boookies-pr h3 {
	margin: 0 0 1em 0;
	color: #ffe13a;
	font-size: 2.2rem;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0.05em;
}

.boookies-pr p.read {
	margin-bottom: 2.8rem;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.8;
}

.boookies-pr p.read .br {
	display: inline-block;
}

.boookies-pr .price {
	margin-bottom: 3rem;
}

.boookies-pr .price dl {
	border: 0.1rem solid #ffffff;
}

.boookies-pr .price dl dt {
	padding: 0.6rem;
	background: #ffffff;
	color: #081d45;
	font-size: 1.6rem;
	font-weight: 900;
}

.boookies-pr .price dl dd {
	margin: 0;
	padding: 2rem 0;
	color: #ffe13a;
	font-size: 2.2rem;
	font-weight: 900;
}

.boookies-pr .price dl dd .number {
	padding-left: 0.1em;
	font-size: 4rem;
}

.boookies-pr .price dl dd .zei {
	font-size: 1.6rem;
}

.boookies-pr .price-pay h4 {
	margin: 0 0 2rem 0;
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1.2;
}

.boookies-pr .price-pay img {
	width: 80%;
	height: auto;
}

@media screen and (min-width: 768px) {
/* ------------------------------ */
/* .boookies-pr
----------------------------------*/
.boookies-pr {
	padding: 170px 0 290px 0;
}

.boookies-pr::before {
	height: 230px;
}

.boookies-pr::after {
	height: 230px;
}

.boookies-pr .inner {
	margin: 0 3.2rem;
}

.boookies-pr h2 {
	margin: 0 0 4.8rem 0;
	padding: 3.4rem 2.2rem 3.4rem 3.2rem;
	font-size: 3.8rem;
}

.boookies-pr h3 {
	margin: 0 0 1em 0;
	font-size: 3.2rem;
}

.boookies-pr p.read {
	margin-bottom: 3.8rem;
	font-size: 2.6rem;
}

.boookies-pr .price {
	margin: 0 2rem 4rem 2rem;
}

.boookies-pr .price dl dt {
	padding: 1rem 0;
	font-size: 2.8rem;
}

.boookies-pr .price dl dd {
	padding: 3.2rem 0 3.6rem 0;
	font-size: 3.4rem;
}

.boookies-pr .price dl dd .number {
	padding-left: 0.1em;
	font-size: 7rem;
}

.boookies-pr .price dl dd .zei {
	font-size: 2.4rem;
}

.boookies-pr .price-pay h4 {
	margin: 0 0 2.8rem 0;
	font-size: 2.6rem;
}

.boookies-pr .price-pay img {
	width: 70%;
	height: auto;
}	
}

/* ------------------------------ */
/* .foot-infomation
----------------------------------*/
.foot-infomation {
	padding: 4rem 3.4rem 4rem 3.4rem;
	background: #000e2a;
}

.foot-infomation p {
	margin: 0 0 1.6em 0;
	color: #e3eefc;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.8;
}

.foot-infomation p:last-of-type {
	margin-bottom: 0;
}

.foot-infomation p a {
	color: #e3eefc;
	text-decoration: underline;
}

@media screen and (min-width: 768px) {
/* ------------------------------ */
/* .foot-infomation
----------------------------------*/
.foot-infomation {
	padding: 6rem 4.2rem 6rem 4.2rem;
}

.foot-infomation p {
	margin: 0 0 1.6em 0;
	font-size: 1.6rem;
}

.foot-infomation p:last-of-type {
	margin-bottom: 0;
}
}