@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@700&family=Oswald:wght@500;700&family=Noto+Sans+JP:wght@400;500;700;800&display=swap');
    
/* body
-------------------------------------------------- */
html {
	font-size: 62.5%;
}
body {
	font-size: 1.6em;
	line-height: 1.75;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	letter-spacing: 0.08em;
	color: #1a1a1a;
	width: 100%;
	min-width: 980px;
    background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt" 1;
    transition: .3s;
}

/* link
-------------------------------------------------- */
a {
	color: #1a1a1a;
	text-decoration: none;
	transition: all .2s;
}
a._underline {
    color: #1288da;
	text-decoration: underline;
}
@media screen and (min-width: 768px) {
	a:hover {
		opacity: 0.7;
	}
	a.btn-cont:hover {
		opacity: 1;
	}
}

/* clear
-------------------------------------------------- */
.clear:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* font
-------------------------------------------------- */
._en {
	font-family: "Inter", sans-serif;
    font-weight: 700;
}
._numb {
	font-family: "Oswald", sans-serif;
    font-weight: 700;
}
._red {
    color: #ff0000;
}
/* Responsive
-------------------------------------------------- */
.sp {
	display: none;
}

/* img
-------------------------------------------------- */
img {
	width: 100%;
	height: auto;
}
.thumb {
	display: block;
	overflow: hidden;
	position: relative;
	transition: .3s all;
    background: #cccccc;
}
.thumb::after {
	display: block;
	content: "";
}
.thumb img,
.thumb video,
.thumb iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s all;
}

/* svg
-------------------------------------------------- */
svg {
	display: block;
	width: 100%;
	height: auto;
}

/*/////////////////////////////////////////////////////////////////////////////


              // layout //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* container
-------------------------------------------------- */
#container {
    width: 100%;
    box-sizing: border-box;
    opacity: 1;
    overflow: hidden;
}

/* section
-------------------------------------------------- */
.section-inner {
    max-width: 1080px;
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
}

/*/////////////////////////////////////////////////////////////////////////////


              // common parts //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* ==================================================
    title
================================================== */
/* sec-ttl
-------------------------------------------------- */
.sec-ttl {
    text-align: center;
    margin-bottom: 50px;
}
.sec-ttl-logo {
    width: 460px;
    padding: 13px 40px;
    border-bottom: 1px solid #1a1a1a;
    border-top: 1px solid #1a1a1a;
    box-sizing: border-box;
    margin: 0 auto 25px;
}
.sec-ttl .en-ttl {
    display: inline-block;
    font-size: 1.8rem;
    color: #ff0000;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="22" height="22" viewBox="0 0 22 22"><path fill="rgb(255, 0, 0)" d="M11,0C4.9,0,0,4.9,0,11s4.9,11,11,11,11-4.9,11-11S17.1,0,11,0ZM11,20.9c-5.5,0-9.9-4.4-9.9-9.9S5.5,1.1,11,1.1s9.9,4.4,9.9,9.9-4.4,9.9-9.9,9.9ZM11,4.4c-3.6,0-6.6,3-6.6,6.6s3,6.6,6.6,6.6,6.6-3,6.6-6.6-3-6.6-6.6-6.6ZM11,12.8c-1,0-1.8-.8-1.8-1.8s.8-1.8,1.8-1.8,1.8.8,1.8,1.8-.8,1.8-1.8,1.8ZM12.7,8.6c-.4-.3-.8-.4-1.3-.5v-2.6c1.2,0,2.3.5,3.1,1.2l-1.8,1.8ZM10.3,8.2c-.3,0-.7.2-.9.4l-1.8-1.8c.8-.6,1.7-1.1,2.8-1.2v2.6ZM8.6,9.4c-.2.3-.3.6-.4.9h-2.6c.1-1,.5-1.9,1.2-2.7l1.8,1.8ZM8.1,11.4c0,.5.2.9.5,1.3l-1.8,1.8c-.7-.9-1.2-1.9-1.2-3.1h2.6ZM9.4,13.4c.3.2.6.3.9.4v2.6c-1-.1-1.9-.5-2.7-1.2l1.8-1.8ZM11.4,13.9c.5,0,.9-.2,1.3-.5l1.8,1.8c-.9.7-1.9,1.1-3.1,1.2v-2.6ZM13.4,12.7c.3-.4.4-.8.5-1.3h2.6c0,1.2-.5,2.3-1.2,3.1l-1.8-1.8ZM13.8,10.3c0-.3-.2-.6-.4-.9l1.8-1.8c.6.8,1,1.7,1.2,2.7h-2.6Z"/></svg>') left center no-repeat,
               url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="22" height="22" viewBox="0 0 22 22"><path fill="rgb(255, 0, 0)" d="M11,0C4.9,0,0,4.9,0,11s4.9,11,11,11,11-4.9,11-11S17.1,0,11,0ZM11,20.9c-5.5,0-9.9-4.4-9.9-9.9S5.5,1.1,11,1.1s9.9,4.4,9.9,9.9-4.4,9.9-9.9,9.9ZM11,4.4c-3.6,0-6.6,3-6.6,6.6s3,6.6,6.6,6.6,6.6-3,6.6-6.6-3-6.6-6.6-6.6ZM11,12.8c-1,0-1.8-.8-1.8-1.8s.8-1.8,1.8-1.8,1.8.8,1.8,1.8-.8,1.8-1.8,1.8ZM12.7,8.6c-.4-.3-.8-.4-1.3-.5v-2.6c1.2,0,2.3.5,3.1,1.2l-1.8,1.8ZM10.3,8.2c-.3,0-.7.2-.9.4l-1.8-1.8c.8-.6,1.7-1.1,2.8-1.2v2.6ZM8.6,9.4c-.2.3-.3.6-.4.9h-2.6c.1-1,.5-1.9,1.2-2.7l1.8,1.8ZM8.1,11.4c0,.5.2.9.5,1.3l-1.8,1.8c-.7-.9-1.2-1.9-1.2-3.1h2.6ZM9.4,13.4c.3.2.6.3.9.4v2.6c-1-.1-1.9-.5-2.7-1.2l1.8-1.8ZM11.4,13.9c.5,0,.9-.2,1.3-.5l1.8,1.8c-.9.7-1.9,1.1-3.1,1.2v-2.6ZM13.4,12.7c.3-.4.4-.8.5-1.3h2.6c0,1.2-.5,2.3-1.2,3.1l-1.8-1.8ZM13.8,10.3c0-.3-.2-.6-.4-.9l1.8-1.8c.6.8,1,1.7,1.2,2.7h-2.6Z"/></svg>') right center no-repeat;
    padding: 0 34px;
}
.sec-ttl .ttl {
    font-size: 4.3rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.06em;
}
.sec-ttl .ttl span {
    display: block;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

/* modtxt
-------------------------------------------------- */
.modtxt {
    display: inline-block;
    position: relative;
    line-height: 1.2;
}
.modtxt::before,
.modtxt::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #1a1a1a;
    position: absolute;
    top: 50%;
}
.modtxt._wht::before,
.modtxt._wht::after {
    background: #ffffff;
}
.modtxt::before {
    left: -35px;
    transform: translateY(-45%) rotate(-30deg);
}
.modtxt::after {
    right: -35px;
    transform: translateY(-45%) rotate(30deg);
}

/* ==================================================
    btn
================================================== */
/* btn
-------------------------------------------------- */
.btn a {
    display: inline-block;
    width: 360px;
    position: relative;
    line-height: 58px;
    border-radius: calc(infinity * 1px);
    background: #ff0000;
    text-align: center;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    padding-bottom: 2px;
}
.btn a::after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="14" height="14" viewBox="0 0 14 14"><path fill="rgb(255, 255, 255)" d="M14,7s0,0,0,0c0-.3,0-.5-.3-.7L8.7,1.3c-.4-.4-1-.4-1.4,0-.4.4-.4,1,0,1.4l3.3,3.3H1c-.6,0-1,.4-1,1s.4,1,1,1h9.6l-3.3,3.3c-.4.4-.4,1,0,1.4.2.2.5.3.7.3s.5,0,.7-.3l5-5c.1-.1.2-.2.3-.4,0,0,0,0,0,0,0-.1,0-.2,0-.3Z"/></svg>');
    transition: all .3s;
}
.btn._large a {
    width: 480px;
    line-height: 68px;
}
.btn._large a::after {
    right: 25px;
}

.btn._small a {
    width: 100%;
    max-width: 360px;
    font-size: 1.6rem;
}
.btn._anchor a::after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="14" height="14" viewBox="0 0 14 14"><path fill="rgb(255, 255, 255)" d="M1,4.5c0-.3,0-.5.3-.7.4-.4,1-.4,1.4,0l4.3,4.3,4.3-4.3c.4-.4,1-.4,1.4,0,.3.4.3,1,0,1.4l-5,5c-.4.4-1,.4-1.4,0L1.3,5.2c-.2-.2-.3-.5-.3-.7Z"/></svg>');
}
.btn._border a {
    width: 100%;
    line-height: 54px;
    background: #ffffff;
    color: #ff0000;
    border: 2px solid #ff0000;
}
.btn._border a::after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="14" height="14" viewBox="0 0 14 14"><path fill="rgb(255, 0, 0)" d="M14,7s0,0,0,0c0-.3,0-.5-.3-.7L8.7,1.3c-.4-.4-1-.4-1.4,0-.4.4-.4,1,0,1.4l3.3,3.3H1c-.6,0-1,.4-1,1s.4,1,1,1h9.6l-3.3,3.3c-.4.4-.4,1,0,1.4.2.2.5.3.7.3s.5,0,.7-.3l5-5c.1-.1.2-.2.3-.4,0,0,0,0,0,0,0-.1,0-.2,0-.3Z"/></svg>');
}
.btn._logo img {
    width: 144px;
    display: inline-block;
    vertical-align: middle;
    transform: translateY(-3px);
    padding-right: 8px;
}
.btn._short {
    margin-top: 8px;
}
.btn._short a {
    width: 100%;
    max-width: 185px;
    line-height: 34px;
    font-size: 1.3rem;
}
.btn._short a::after {
    right: 10px;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="14" height="14" viewBox="0 0 14 14"><path fill="rgb(255, 255, 255)" d="M9,12H2v-7h1v-1H1v9h9v-2h-1v1ZM12,1h-8v9h9V1h-1ZM12,9h-7V2h7v7Z"/></svg>');
}

/*/////////////////////////////////////////////////////////////////////////////


              // header //
	  

/////////////////////////////////////////////////////////////////////////////*/
.header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
	width: 370px;
    height: 95px;
    padding: 0 40px;
    background: #ffffff;
    box-sizing: border-box;
    position: relative;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    border-radius: 0 0 30px 0;
}
.header::before,
.header::after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(".../../../images/asset/lp/online-purchase-003/header_bg.png") left top no-repeat;
    background-size: 100%;
    position: absolute;
}
.header::before {
    width: 28px;
    height: 28px;
    top: 40px;
    right: -28px;
}
.header::after {
    bottom: -30px;
    left: 40px;
}
.header-logo {
    width: 291px;
    padding: 17px 0 18px;
}
.header-logo a,
.header-logo img {
    display: block;
}

/*/////////////////////////////////////////////////////////////////////////////


              // visual //
	  

/////////////////////////////////////////////////////////////////////////////*/
.visual {
    width: 100%;
    height: calc(100vh - 240px);
    min-height: 540px;
    padding: 40px 0 0 40px;
    box-sizing: border-box;
}
.visual-inner {
    width: 100%;
    height: 100%;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
    position: relative;
}
.visual-slider li {
    height: calc(100vh - 280px);
    min-height: 500px;
    border-radius: 30px;
    overflow: hidden;
    margin: 0 6px;
    position: relative;
}
.visual-slider li::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.38);
    position: absolute;
    left: 0;
    top: 0;
}
.visual-slider li img {
    height: 100%;
    width: auto;
}
.visual-ttl {
    width: calc(100% - 80px);
    color: #ffffff;
    position: absolute;
    left: 40px;
    bottom: 40px;
    padding: 0 55px 20px 60px;
    box-sizing: border-box;
}
.visual-ttl::before,
.visual-ttl::after {
    content: "";
    background: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
}
.visual-ttl::before {
    width: 1px;
    height: calc(100% - 18px);
}
.visual-ttl::after {
    width: calc(100% - 300px);
    height: 1px;
}
.visual-ttl .txt {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.5;
    position: relative;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
}
.visual-ttl .txt::before {
    content: "";
    width: 30px;
    height: 1px;
    background: #ffffff;
    position: absolute;
    left: -60px;
    top: 18px;
}
.visual-ttl .v-keywords {
    display: flex;
    justify-content: flex-start;
    padding: 20px 0 6px;
}
.visual-ttl .v-keywords li {
    width: 100px;
    height: 100px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin-right: 6px;
    margin-top: 10px;
    box-sizing: border-box;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
    position: relative;
}
.visual-ttl .v-keywords li p{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    line-height: 1.2;
    white-space: nowrap;
}
.visual-ttl .ttl {
    font-size: 4.0rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.085em;
    margin-bottom: 22px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
}
.visual-ttl .ttl span {
    font-size: 5.2rem;
}
.visual-ttl .v-logo {
    width: 330px;
}

/*/////////////////////////////////////////////////////////////////////////////


              // MOVIE //
	  

/////////////////////////////////////////////////////////////////////////////*/
.sec-movie {
    padding: 60px 0 90px;
}
.movie-block-ttl {
    max-width: 920px;
    margin: 0 auto;
    padding: 6px 20px;
    background: #ff0000;
    border-radius: 12px 12px 0 0;
    box-sizing: border-box;
    text-align: center;
}
.movie-block-ttl .ttl {
    font-size: 2.8rem;
    font-weight: 700;
    color: #ffffff;
}
.movie-block {
    max-width: 920px;
    position: relative;
    margin: 0 auto;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
}
.movie-block::after {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.movie-block iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: -2px;
    top: -2px;
}

/*/////////////////////////////////////////////////////////////////////////////


              // FEATURES //
	  

/////////////////////////////////////////////////////////////////////////////*/
.sec-feature {
    padding-bottom: 90px;
}
.sec-feature-ttl {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 5.8565% 55px;
    position: relative;
}
.sec-feature-ttl .fig {
    width: 19.3997%;
    position: absolute;
    right: 0;
    bottom: 35px;
    z-index: -1;
}
.sec-feature-ttl .ttl {
    width: 420px;
    font-weight: 800;
    line-height: 1.35;
}
.sec-feature-ttl .ttl .ttl-inner:nth-child(1) {
    display: block;
    font-size: 4.6rem;
    letter-spacing: 0.06em;
}
.sec-feature-ttl .ttl .ttl-inner:nth-child(1) ._red {
    font-size: 6.4rem;
}
.sec-feature-ttl .ttl .ttl-inner:nth-child(2) {
    display: block;
    font-size: 6.5rem;
    letter-spacing: 0.06em;
}
.sec-feature-ttl .lead {
    width: calc(100% - 420px);
    font-size: 2.0rem;
    line-height: 2;
    padding: 0 140px 2px 0;
    box-sizing: border-box;
}
.sec-feature-col2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 5.8565% 0 0;
}
.sec-feature-col2 .thumb {
    width: 48.5225%;
    height: 510px;
    border-radius: 0 16px 16px 0;
}
.sec-feature-col2 .feature-list {
    width: 43.7013%;
    padding: 20px 0;
}
.sec-feature-col2 .feature-list ul {
    border-top: 1px solid #cccccc;
}
.sec-feature-col2 .feature-list ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cccccc;
    padding: 35px 5px;
}
.sec-feature-col2 .feature-list ul li .icon {
    width: 75px;
    height: 75px;
}
.sec-feature-col2 .feature-list ul li .txt {
    width: calc(100% - 105px);
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.5;
}
.sec-feature-col2 .feature-list ul li .txt ._red {
    font-size: 2.8rem;
}

/*/////////////////////////////////////////////////////////////////////////////


              // Point //
	  

/////////////////////////////////////////////////////////////////////////////*/
.sec-point {
    position: relative;
    padding: 90px 0 30px;
}
.sec-point::before {
    content: "";
    width: 100%;
    height: 490px;
    background: #f7f7f7;
    position: absolute;
    left: 0;
    top: 0;
}
.sec-point-inner {
    display: flex;
    justify-content: space-between;
    padding-left: 5.8565%;
    position: relative;
}
.sec-point-ttl {
    width: 420px;
}
.sec-point-ttl .subttl {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-bottom: 12px;
}
.sec-point-ttl .subttl span {
    font-size: 2.8rem;
}
.sec-point-ttl .subttl ._dot {
    display: inline-block;
    position: relative;
}
.sec-point-ttl .subttl ._dot::after {
    content: "";
    width: 6px;
    height: 6px;
    background: #ff0000;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -0px;
    transform: translateX(-50%);
}
.sec-point-ttl .balloon-ttl {
    display: inline-block;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.58;
    color: #ffffff;
    background: #ff0000;
    padding: 13px 20px 15px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 30px;
}
.sec-point-ttl .balloon-ttl::after {
    content: "";
    border-top: 15px solid #ff0000;
    border-right: 16px solid transparent;
    position: absolute;
    left: 30px;
    bottom: -15px;
}
.sec-point-ttl .ttl .ttl-inner {
    display: block;
    font-weight: 800;
    line-height: 1.45;
}
.sec-point-ttl .ttl .ttl-inner:nth-child(1) {
    font-size: 3.0rem;
    letter-spacing: 0.06em;
}
.sec-point-ttl .ttl .ttl-inner:nth-child(1) span {
    font-size: 2.0rem;
    display: inline-block;
    padding: 0 2px 0 0;
}
.sec-point-ttl .ttl .ttl-inner:nth-child(2) {
    font-size: 5.2rem;
    letter-spacing: 0.05em;
}
.sec-point-ttl .fig {
    width: 190px;
    margin-top: 15px;
}
.sec-point-cont {
    width: calc(100% - 430px);
    padding-top: 10px;
    transition: .2s;
}
.point-slider .slick-track {
  display: flex;
}
.point-slider .slick-slide {
  height: auto !important;
}
.point-block {
    width: 26.014vw;
    border: 1px solid #1a1a1a;
    background: #ffffff;
    padding: 20px;
    border-radius: 16px;
    box-sizing: border-box;
    margin-right: 1.8301vw;
    transition: .2s;
}
.point-block-inner {
    height: 100%;
    background: #f5f5f5;
    border-radius: 14px;
    padding: 30px 20px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
}
.point-block-inner._last {
    display: flex;
    justify-content: center;
    align-items: center;
}
.point-block .en-ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    font-size: 2.8rem;
    text-align: center;
    color: #ffffff;
    background: #ff0000;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: -10px;
}
.point-block .ttl {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 0 0 20px;
    margin-bottom: 24px;
    border-bottom: 1px dashed #666666;
}
.point-block .fig {
    max-width: 340px;
    margin: auto;
}
.point-block .fig._img {
    width: 85.5072%;
}
.point-block .subttl {
    font-weight: 700;
    line-height: 1.5;
    padding: 20px 0 8px;
}
.point-block .subttl ._red {
    font-size: 2.0rem;
}
.point-block .txt {
    font-size: 1.5rem;
}
.point-block-last {
    width: 100%;
    padding-top: 15px;
}
.point-block-last .ttl {
    border-bottom: none;
}
.point-block-last .btn {
    padding: 0 10px;
}
.point-block-last .btn a {
    max-width: 260px;
    line-height: 48px;
}

@media screen and (max-width: 1180px) {
    .sec-point-cont {
        width: calc(100% - 400px);
    }
    .point-block {
        width: 25vw;
        padding: 16px;
        margin-right: 1.6vw;
    }
    .point-block-inner {
        padding: 30px 16px;
    }
    .point-block .en-ttl {
        width: 46px;
        height: 46px;
        font-size: 2.4rem;
    }
    .point-block .ttl {
        font-size: 1.8rem;
    }
    .point-block .subttl {
        font-weight: 700;
        line-height: 1.5;
        padding: 20px 0 8px;
    }
    .point-block .subttl ._red {
        font-size: 1.8rem;
    }
    .point-block .txt {
        font-size: 1.4rem;
    }

}

/*/////////////////////////////////////////////////////////////////////////////


              // Lineup //
	  

/////////////////////////////////////////////////////////////////////////////*/
.sec-lineup {
    padding: 90px 0 100px;
}
.lineup-block {
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 45px 50px 40px;
    position: relative;
    text-align: center;
}
.lineup-block .item {
    width: 160px;
    position: absolute;
    right: -15px;
    top: -40px;
    z-index: 1;
}
.lineup-block-ttl {
    display: inline-block;
    font-size: 2.8rem;
    font-weight: 700;
    padding: 0 70px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    text-align: center;
    white-space: nowrap;
}
.lineup-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.lineup-list li {
    width: 25%;
}

/*/////////////////////////////////////////////////////////////////////////////


              // CTA //
	  

/////////////////////////////////////////////////////////////////////////////*/
.sec-cta {
    padding-bottom: 80px;
}

/* cta-contents
-------------------------------------------------- */
.cta-contents {
    width: 100%;
    background: url("../../../images/asset/lp/online-purchase-003/cta_bg.jpg") center center no-repeat;
    background-size: cover;
    padding: 120px 60px 86px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}
.cta-contents::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.32);
    position: absolute;
    left: 0;
    top: 0;
}
.cta-contents-col2 {
    max-width: 1016px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    position: relative;
}
.cta-main {
    width: 57.08661%;
    text-align: center;
    padding: 45px 0 65px;
}
.cta-main .ttl {
    font-size: 3.4rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #ffffff;
    margin-bottom: 26px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.cta-main .cta-logo {
    width: 300px;
    margin: 0 auto 35px;
}
.cta-main .box {
    display: flex;
    justify-content: space-between;
    align-content: center;
    background: #ffffff;
    padding: 20px 30px;
    margin-top: 30px;
    border-radius: 6px;
    text-align: left;
}
.cta-main .box .txt {
    width: 220px;
    font-size: 1.8rem;
    line-height: 1.6;
}
.cta-main .box .btn {
    width: calc(100% - 220px);
}
.cta-side {
    width: 31.2007%;
    margin-left: 5px;
    position: relative;
}
.cta-side .fig {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

/* mobox-contents
-------------------------------------------------- */
.mobox-contents {
    padding-top: 60px;
}
.mobox-contents-ttl {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 30px;
}
.mobox-contents-col2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background: #f5f5f5;
    padding: 35px 6.4814% 55px;
    border-radius: 10px;
}
.mobox-main {
    width: 53%;
    position: relative;
    padding-top: 13px
}
.mobox-main .fee {
    width: 120px;
    position: absolute;
    left: 350px;
    top: 0;
}
.mobox-main .subttl {
    font-size: 2.1rem;
    font-weight: 700;
    margin-bottom: 5px;
}
.mobox-main .ttl {
    font-size: 4.0rem;
    font-weight: 800;
    letter-spacing: 0.10em;
    line-height: 1.5;
    margin-bottom: 28px;
}
.mobox-feature {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.mobox-feature li {
    width: 32.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #1a1a1a;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    color: #ffffff;
    border-radius: 6px;
    padding: 9px 3px;
    box-sizing: border-box;
}
.mobox-side {
    width: 38.7096%;
    text-align: center;
}
.mobox-logo {
    margin-bottom: 50px;
}

/*/////////////////////////////////////////////////////////////////////////////


              // FLOW //
	  

/////////////////////////////////////////////////////////////////////////////*/
.sec-flow {
    background: #f7f7f7;
    padding: 85px 0 70px;
}
.step-block {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.step-block-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 40px;
    cursor: pointer;
}
.step-block-head ._numb {
    width: 100px;
    text-align: center;
    line-height: 1.4;
}
.step-block-head ._numb span {
    font-size: 4.2rem;
    display: block;
}
.step-block-ttl {
    width: calc(100% - 120px);
    border-left: 1px solid #cccccc;
    padding: 0 80px 0 60px;
    box-sizing: border-box;
    position: relative;
}
.step-block-ttl .subttl {
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    border-bottom: 2px solid #333333;
    padding-bottom: 4px;
    margin-bottom: 5px;
    position: relative;
}
.step-block-ttl .subttl::before,
.step-block-ttl .subttl::after {
    content: "";
    border-top: 12px solid #333333;
    border-right: 15px solid transparent;
    position: absolute;
    left: 25px;
    bottom: -14px;
}
.step-block-ttl .subttl::after {
    border-top: 12px solid #ffffff;
    left: 27px;
    bottom: -10px;
}
.step-block-ttl .ttl {
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}
.step-block-ttl .ttl ._red {
    font-size: 3.4rem;
}
.plus {
    display: block;
    width: 60px;
    height: 60px;
    background: #ff0000;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.plus::before,
.plus::after {
    content: "";
    width: 20px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 20px;
    top: 29px;
}
.plus::after {
    transform: rotate(90deg);
    transition: .3s;
}
.step-block-head.ac .plus::after {
    transform: rotate(180deg);
}
.step-block-cont {
    padding: 0 40px;
    display: none;
}
.step-block-cont .inner {
    border-top: 1px solid #cccccc;
    padding: 30px 0 40px;
}
.step-block-cont .lead {
    font-size: 2.1rem;
    text-align: center;
    margin-bottom: 30px;
}
.step-box-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.step-box-item {
    width: 49%;
    border: 1px solid #cccccc;
    padding: 25px 30px 0;
    border-radius: 6px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.step-box-item._col1 {
    width: 100%;
    margin-top: 20px;
}
.step-box-item .fig {
    width: 36.9797%;
}
.step-box-item .fig._icon {
    width: 140px;
}
.step-box-item-inner {
    width: 54.8%;
    padding-bottom: 25px;
}
.step-box-item .fig._icon + .step-box-item-inner {
    width: calc(100% - 162px);
}
.step-box-item .check-txt {
    border-top: 1px dashed #cccccc;
    padding-top: 10px;
    margin-top: 10px;
}
.step-box-item .check-txt li {
    font-size: 1.8rem;
    padding-left: 35px;
    margin-top: 10px;
    position: relative;
}
.step-box-item .check-txt li::before {
    content: "";
    width: 21px;
    height: 20px;
    background: url("../../../images/asset/lp/online-purchase-003/icon_check.png") left top no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 6px;
}
.step-box-item .dl-txt dt {
    font-size: 2.1rem;
    font-weight: 700;
    margin-bottom: 2px;
}
.step-box-item .dl-txt dd {
    font-size: 1.7rem;
}
.step-box-item .dl-txt dd .note {
    font-size: 1.5rem;
    margin-top: 4px;
}
.step-box-item .dl-txt dd .list-disc {
    margin-top: 4px;
}
.step-box-item .dl-txt dd .list-disc li {
    padding-left: 15px;
    position: relative;
    margin-top: 1px;
}
.step-box-item .dl-txt dd .list-disc li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1a1a1a;
    position: absolute;
    left: 0;
    top: 14px;
}
.step-box-item .dl-txt dd .list-disc li span {
    font-size: 1.8rem;
    font-weight: 700;
}
.step-box-btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f7f7f7;
    border-radius: 6px;
    padding: 30px 40px;
    margin-top: 25px;
}
.step-box-btm .txt {
    width: calc(100% - 380px);
    font-size: 2.1rem;
    padding-left: 10px;
}


/*/////////////////////////////////////////////////////////////////////////////


              // REVIEW //
	  

/////////////////////////////////////////////////////////////////////////////*/
.sec-review {
    padding: 75px 0 90px;
}
.review-list {
    display: flex;
    justify-content: space-between;
}
.review-block {
    width: 48.1481%;
    border: 1px solid #cccccc;
    padding: 40px 40px 30px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 40px;
}
.review-block-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}
.review-block-head .icon {
    width: 100px;
}
.review-block-ttl {
    width: calc(100% - 130px);
    margin-top: 5px;
}
.review-block-ttl .ttl {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 8px;
}
.review-block-ttl .txt {
    font-size: 1.4rem;
}
.marker {
    font-weight: 700;
    background-image: linear-gradient(transparent 70%, rgba(255, 204, 204) 30%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline;
}

.score-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #cccccc;
    padding: 50px 0;
    box-sizing: border-box;
    border-radius: 10px;
}
.score-block-ttl {
    width: 31.3%;
    text-align: center;
    border-right: 1px solid #cccccc;
    box-sizing: border-box;
    padding: 8px 0;
}
.score-block-ttl .ttl {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.12em;
    margin-bottom: 10px;
}
.score-block-ttl .ttl ._red {
    display: block;
    font-size: 5.4rem;
    letter-spacing: 0.06em;
}
.score-block-ttl .ttl ._red span {
    display: inline-block;
    color: #1a1a1a;
    font-size: 2.6rem;
    position: relative;
    padding-left: 10px;
    margin-left: 5px;
}
.score-block-ttl .ttl ._red span::before {
    content: "";
    width: 1px;
    height: 100%;
    background: #1a1a1a;
    position: absolute;
    left: 0;
    top: -10%;
    transform: rotate(35deg);
}
.score-block-cont {
    width: 68.7%;
    padding: 0 5.4054%;
    box-sizing: border-box;
}
.score-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.score-list-item {
    width: 48.4848%;
    text-align: center;
}
.score-list-item .txt {
}
.score-list-item .txt span {
    font-size: 2.0rem;
    font-weight: 700;
}
.score-list-item .icon {
    width: 218px;
    margin: 20px auto 0;
}

/*/////////////////////////////////////////////////////////////////////////////


              // footer //
	  

/////////////////////////////////////////////////////////////////////////////*/
.footer {
    position: relative;
    background: #ffffff;
    margin-top: -20px;
}

/* ft-info
-------------------------------------------------- */
.ft-info {
    text-align: center;
    margin-bottom: 60px;
}
.ft-info .ft-logo {
    width: 440px;
    margin: 0 auto 15px;
}
.ft-info dl dd {
    font-weight: 400;
    font-size: 1.4rem;
}

/* ft-btm
-------------------------------------------------- */
.ft-btm {
    background: #f7f7f7;
    padding: 53px 0 55px;
}
.ft-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
}
.ft-nav li {
    margin: 0 15px;
}

/* copyright
-------------------------------------------------- */
.copyright {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    background: #1a1a1a;
    color: #ffffff;
    padding: 18px 20px 20px;
    box-sizing: border-box;
}

/*/////////////////////////////////////////////////////////////////////////////


              // fixed-cta //
	  

/////////////////////////////////////////////////////////////////////////////*/
.fixed-cta {
    position: fixed;
    right: 30px;
    bottom: 20px;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: .3s;
}
.on .fixed-cta {
    opacity: 1;
    pointer-events: auto;
}
.fixed-cta a {
    display: block;
    width: 160px;
    height: 160px;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    padding: 16px 15px;
    box-sizing: border-box;
    background-color: #ff0000;
    background-position: center bottom 22px;
	background-repeat: no-repeat;
	background-size: 14px auto;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="14" height="14" viewBox="0 0 14 14"><path fill="rgb(255, 255, 255)" d="M14,7s0,0,0,0c0-.3,0-.5-.3-.7L8.7,1.3c-.4-.4-1-.4-1.4,0-.4.4-.4,1,0,1.4l3.3,3.3H1c-.6,0-1,.4-1,1s.4,1,1,1h9.6l-3.3,3.3c-.4.4-.4,1,0,1.4.2.2.5.3.7.3s.5,0,.7-.3l5-5c.1-.1.2-.2.3-.4,0,0,0,0,0,0,0-.1,0-.2,0-.3Z"/></svg>');
    box-shadow: 2px 2px 8px rgba(0,0,0,0.20);
}
.fixed-cta a .txt {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 7px;
    margin-top: 6px;
    
}
.fixed-cta a .ttl {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
}
.fixed-cta a .ttl span {
    display: block;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
    padding: 9px 0 10px;
    margin-bottom: 3px;
    border-top: 1px solid rgba(255,255,255,0.60);
    border-bottom: 1px solid rgba(255,255,255,0.60);
}

/*/////////////////////////////////////////////////////////////////////////////


              // Slider //
	  

/////////////////////////////////////////////////////////////////////////////*/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Arrows */
.slick-prev,
.slick-next {   
    position:  absolute;
	bottom: 0;
	width: 50px;
	height: 50px;
	overflow: hidden;
	font-size: 0;
    line-height: 0;
	display: block;
	cursor: pointer;
    border: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 8px auto;
	background-color: transparent;
	z-index: 999;
	transition: .2s;
	background-color: rgba(255,255,255,1.00);
    border: 1px solid #ff0000;
	border-radius: 50%;
    box-sizing: border-box;
}
.slick-prev {
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="8" height="12" viewBox="0 0 8 12"><path fill="rgb(255, 0, 0)" d="M6,0c.3,0,.5,0,.7.3.4.4.4,1,0,1.4L2.4,6l4.3,4.3c.4.4.4,1,0,1.4-.4.4-1,.4-1.4,0L.3,6.7c-.4-.4-.4-1,0-1.4L5.3.3c.2-.2.5-.3.7-.3Z"/></svg>');
	left: 0;
}
.slick-next {
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="8" height="12" viewBox="0 0 8 12"><path fill="rgb(255, 0, 0)" d="M2,12c-.3,0-.5,0-.7-.3-.4-.4-.4-1,0-1.4l4.3-4.3L1.3,1.7c-.4-.4-.4-1,0-1.4C1.7,0,2.3,0,2.7.3l5,5c.4.4.4,1,0,1.4l-5,5c-.2.2-.5.3-.7.3Z"/></svg>');
	left: 60px;
}
.slick-prev:active,
.slick-prev:focus,
.slick-next:active,
.slick-next:focus,
.slick-slide a {
    outline: none;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	opacity: 0.35 !important;
}


/* Dots */
.slick-dotted.slick-slider {
    padding-bottom: 75px;
}
.slick-dots {
    display: flex !important;
    justify-content: flex-end;
    align-items: flex-start;
    position: absolute;
    bottom: 23px;
    left: 150px;
    display: block;
    width: calc(90.6% - 150px);
    height: 4px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    background: #ebebeb;
    border-radius: calc(infinity * 1px);
}
.slick-dots li {
    position: relative;
    width: 33.3333%;
    height: 4px;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 100%;
	padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #ff0000;
	border-radius: 0;
    transform-origin: left center;
    transform: scaleX(0);
    transition: .6s;
}
.slick-dots li.slick-active button {
    transform: scaleX(1);
}
.slick-dots li:nth-child(1):has(+ .slick-active) button,
.slick-dots li:nth-child(1):has(+ li + .slick-active) button,
.slick-dots li:nth-child(2):has(+ .slick-active) button {
    transform: scaleX(1);
}

/*/////////////////////////////////////////////////////////////////////////////


              // motion //


/////////////////////////////////////////////////////////////////////////////*/

/* fade
-------------------------------------------------- */
.mf {
	opacity: 0;
}
.mf.on {
    transition: 0.9s;
    opacity: 1;
}

/* fade up
-------------------------------------------------- */
.mfu {
	opacity: 0;
	transform: translateY(40px);
}
span.mfu {
	display: block;
}
.mfu.on {
    transition: 1s cubic-bezier(.1,.75,.2,1);
    opacity: 1;
    transform: translateY(0%);
}

/* fade up list
-------------------------------------------------- */
.mful li {
	opacity: 0;
	transform: translateY(40px);
}
.mful.on li:nth-child(1) {
    transition: 1s cubic-bezier(.1,.75,.2,1);
    opacity: 1;
    transform: translateY(0%);
}
.mful.on li:nth-child(2) {
    transition: 1s cubic-bezier(.1,.75,.2,1) .1s;
    opacity: 1;
    transform: translateY(0%);
}
.mful.on li:nth-child(3) {
    transition: 1s cubic-bezier(.1,.75,.2,1) .2s;
    opacity: 1;
    transform: translateY(0%);
}
.mful.on li:nth-child(4) {
    transition: 1s cubic-bezier(.1,.75,.2,1) .3s;
    opacity: 1;
    transform: translateY(0%);
}
.mful.on li:nth-child(5) {
    transition: 1s cubic-bezier(.1,.75,.2,1) .4s;
    opacity: 1;
    transform: translateY(0%);
}
.mful.on li:nth-child(6) {
    transition: 1s cubic-bezier(.1,.75,.2,1) .5s;
    opacity: 1;
    transform: translateY(0%);
}
.mful.on li:nth-child(7) {
    transition: 1s cubic-bezier(.1,.75,.2,1) .6s;
    opacity: 1;
    transform: translateY(0%);
}
.mful.on li:nth-child(8) {
    transition: 1s cubic-bezier(.1,.75,.2,1) .7s;
    opacity: 1;
    transform: translateY(0%);
}
