@charset "utf-8";

.guideChildTxt .textLink {
	color: var(--quaternary);
}

.guideChildTxt .textLink:hover {
	text-decoration: underline;
}

.bg-img {
	position: relative;
}

.bg-img:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../img/bg01.png);
    background-repeat: repeat;
    background-size: auto;
	z-index: -1;
}

.cover {
	padding: 168px 0 0;
	max-width: 1920px;
	width: 100%;
	position: relative;
	z-index: 9;
}

.coverArea {
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.coverImg01 {
    max-width: 1302px;
    width: 78.67%;
    margin: 0 auto 0 0;
    display: block;
    padding: 0 0 0 12px;
}

.coverImg03 {
    position: absolute;
    top: -10%;
    right: 12%;
    max-width: 758px;
    width: 45.8%;
    z-index: -1;
}

.coverImgBox02 {
    position: absolute;
    max-width: 423px;
    width: 23.56%;
    top: 15%;
    right: 29%;
    z-index: 3;
}

.coverImgBox {
    position: relative;
    z-index: 1;
}

.coverImg04 {
    display: block;
    margin: 0 auto;
}

.coverTxtBox {
    position: absolute;
    bottom: 8%;
    right: 7%;
    z-index: 2;
    max-width: 596px;
    width: 36.01%;
}

.ceverBtnBlock {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin: -80px auto 0;
}

.coverBtn {
    border: 2px solid var(--primary);
    box-shadow: 0 6px 0  var(--primary);
}

.price{
	margin: -150px 0 0;
	padding: 150px 0 0;
	position: relative;
}

.priceFrame {
	padding: 240px 0 155px;
}

.priceFukidashi {
    padding: 0 30px 0 55px;
    display: inline-block;
    font-size: 35px;
    color: var(--secondary);
}

.priceFukidashiBox {
	margin: 40px auto 0;
	text-align: center;
}

.priceFukidashi:before {
	left: 0;
	background-image: url(../img/title_deco01.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
}

.priceFukidashi:after {
	right: 0;
	background-image: url(../img/title_deco02.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
}

.priceIntroMsg {
	font-family: var(--fontD);
	font-size: 40px;
    text-align: center;
}

.priceIntroMsg br {
	display: none;
}

.priceIntroMsg span{
	font-size: 45px;
	text-shadow:
    /* 1. 内側の白ふち（上下左右斜めに影を細かく配置して太いふちを作る） */
    -3px -3px 0 #fff,  3px -3px 0 #fff, -3px  3px 0 #fff,  3px  3px 0 #fff,
    -3px  0px 0 #fff,  3px  0px 0 #fff,  0px -3px 0 #fff,  0px  3px 0 #fff,
    
    /* 2. 外側の青ふち（白ふちよりさらに外側に少し太く配置する。青色：#2075c3） */
    -6px -6px 0 #2075c3,  6px -6px 0 #2075c3, -6px  6px 0 #2075c3,  6px  6px 0 #2075c3,
    -6px  0px 0 #2075c3,  6px  0px 0 #2075c3,  0px -6px 0 #2075c3,  0px  6px 0 #2075c3,
    /* 隙間を埋めて角を丸くするための補正 */
    -6px -3px 0 #2075c3,  6px -3px 0 #2075c3, -6px  3px 0 #2075c3,  6px  3px 0 #2075c3,
    -3px -6px 0 #2075c3,  3px -6px 0 #2075c3, -3px  6px 0 #2075c3,  3px  6px 0 #2075c3;
}

.priceIntroMsgPr {
	padding: 0 20px 0 0;
}

.priceTxtImgSp {
    display: none;
}

.priceTxtImgPc {
    display: block;
    margin: 20px auto 0;
}

.priceIntroContainer {
	max-width: 1620px;
	margin: 0 auto;
	padding: 0 15px 25px;
	position: relative;
}

.priceIntroContainer .goods01 {
	position: absolute;
	max-width: 362px;
	width: 30%;
    bottom: 10%;
	left: 0;
	z-index: 1;
}

.priceIntroContainer .goods02 {
	position: absolute;
	max-width: 362px;
	width: 30%;
	bottom: 10%;
	right: 0;
	z-index: 1;
}

.priceIntroBlock {
    max-width: 1220px;
    width: 100%;
    margin: 67px auto 0;
    background: var(--bg-secondary);
    border-radius: 20px;
    padding: 57px 15px 87px;
    box-shadow: 6px 6px 0 var(--secondary);
}

.priceIntroTtl {
    font-size: 40px;
    text-align: center;
}

.priceIntroTxtBx {
    max-width: 870px;
    width: 100%;
    margin: 40px auto 0;
}

.priceIntroTxt {
	position: relative;
	padding: 0 0 0 45px;
	font-size: 25px;
}

.priceIntroTxt:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    max-width: 34px;
    width: 8%;
    height: 100%;
    z-index: 1;
    background-image: url(../img/check_icon.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
}

.priceIntroTxt:nth-child(n+2) {
	margin: 22px 0 0;
}

.priceContainer {
	padding: 0 15px 150px;
	background: var(--primary);
}

.priceEx {
	max-width: 1220px;
	width: 100%;
	margin: -172px auto 0;
	background: var(--white);
	border-radius: 20px;
	padding: 25px 15px 45px;
	position: relative;
	z-index: 2;
}


.priceExBlock {
    max-width: 850px;
    width: 100%;
    margin: 38px auto 0;
}

.priceExTxt {
    font-size: 30px;
    padding: 0 0 0 30px;
    position: relative;
}

.priceExTxt:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    max-width: 19px;
    width: 5%;
    height: 19px;
    background: var(--base);
    border-radius: 100vmax;
    transform: translateY(-50%);
    z-index: 1;
}

.priceExTxt br {
	display: none;
}

.priceExTtl {
    font-size: 30px;
    padding: 0 0 0 30px;
    position: relative;
    text-align: center;
}

.priceExTax {
    font-size: 25px;
}

.priceExMain {
    color: var(--secondary);
    font-size: 133.3%;
    position: relative;
}

.priceExMain:after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #FFF45A;
    height: 10px;
    z-index: 1;
}

.priceExSmall {
    font-size: 20px;
    margin: 0 0 0 40px;
}

.priceExTxt02 span {
    color: var(--secondary);
    font-size: 133.33%;
}

.priceExTxt02 {
    font-size: 20px;
    position: relative;
    padding: 0 0 0 22px;
}

.priceExTxt02::before {
	content: "※";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}

.priceList {
    max-width: 1500px;
    width: 100%;
    margin: 94px auto 0;
    background: var(--white);
    padding: 76px 15px;
    border: 2px solid var(--secondary);
    border-radius: 20px;
}

.priceListArea {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 88px;
	position: relative;
}

.priceListArea:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%; /* 点線の長さ（お好みで調整） */
	height: 3px; /* 点線の太さ（サイズ3） */
	
	/* 3px分だけ色を塗り、残りの7pxは透明（計10px）にして繰り返す */
	background-image: linear-gradient(to right, #52BFF0 3px, transparent 3px);
	background-size: 10px 100%; /* 間隔10（横幅10pxの繰り返し） */
	background-repeat: repeat-x;
	z-index: 1;
}

.priceListArea:nth-child(n+2) {
	margin: 70px auto 0;
	padding: 0;
}

.priceListArea:last-child::after {
	content: none;
}

.priceTtl {
    font-size: 40px;
    color: var(--secondary);
}

.tableBlock {
	margin: 50px auto 0;
}

/* 小見出しのスタイル */
.tableSubtitle {
	font-size: 30px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin: 0 0 10px 0;
	border-left: 10px solid #333;
	padding-left: 10px;
}

/* 【追加】スクロール案内の基本スタイル（PCでは隠す） */
.scrollHint {
	display: none;
	font-size: 14px;
	color: #2E7DC4; /* 案内テキストもメインカラーに合わせると綺麗です */
	text-align: right; /* 右寄せ（左寄せや中央にしたい場合は変更してください） */
	margin: 0 0 8px 0;
	font-family: sans-serif;
}

/* テーブル全体のスタイル */
.customTable {
	width: 100%;
	table-layout: fixed;
	margin: 0;
	font-family: sans-serif;
	border-collapse: separate; 
	border-spacing: 1px;       
}

/* ヘッダーのスタイル */
.customTable thead th {
	background-color: #2E7DC4;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	padding: 16px;
	text-align: center;
	border: 1px solid #2E7DC4;
}

/* データセルの基本スタイル */
.customTable tbody td {
	color: #000000;
	font-size: 20px;
	padding: 16px;
	text-align: center;
	border: 1px solid #2E7DC4;
}

/* 奇数行の背景色をライトブルーにする */
.customTable tbody tr:nth-child(odd) td {
	background-color: #C8F2FD;
}

/* 偶数行の背景色は白にする */
.customTable tbody tr:nth-child(even) td {
	background-color: #FFFFFF;
}

.priceListAreaRow {
    display: flex;
    align-items: center;
    gap: 70px;
}

.priceListAreaRow .tableBlock {
	max-width: 813px;
	width: 100%;
}

.sampleSwiper {
	max-width: 288px;
	width: 100%;
}

.sampleSwiper .swiper-btton-position-box {
	display: none;
}

.sampleSwiperTxt {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.sampleImgBox {
	position: relative;
	padding: 0 0 65.57%;
	height: 0;
	border-radius: 10px;
}

.sampleImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sampleBox {
	position: relative;
}

.sampleContainer .swiper-button-prev,
.sampleContainer .swiper-button-next {
	width: 50px;
	height: 50px;
	box-shadow: none;
	border: none;
	top: 50%;
	transform: translateY(-50%);
}

.sampleContainer .swiper-button-prev {
	left: 15px;
}

.sampleContainer .swiper-button-next {
	right: 15px;
}

.sampleSwiperTxt {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.944em;
	margin-top: 15px;
}

.sampleSwiper .swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
	margin: 17px auto 0;
}

.sampleSwiper .swiper-pagination .swiper-pagination-bullet {
	border: 1px solid var(--secondary);
	width: 12px;
	height: 12px;
	border-radius: 50%;
	cursor: pointer;
}

.sampleSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--secondary);
}

.sampleSwiper {
	width: 100%;
}

.priceAttenBlock {
    margin: 70px auto 0;
}

.priceAttenItem {
	position: relative;
}

.priceAttenItem:nth-child(n+2) {
	margin: 30px 0 0;
}

.priceAttenItem .tableSubtitle {
	font-size: 25px;
}

.komeBullet {
    position: relative;
    padding: 0 0 0 20px;
}
.komeBullet:before {
    content: "※";
    position: absolute;
    left: 0;
    z-index: 1;
}

.priceData {
	max-width: 1320px;
	width: 100%;
	margin: 115px auto 0;
	position: relative;
}

.priceDataIllust {
    position: absolute;
    max-width: 280px;
    width: 22%;
    top: 0;
    z-index: 1;
    right: 0;
}

.priceDataFukidashiBox {
	margin: 40px auto 0;
	text-align: center;
}

.priceDataImgSp {
	display: none;
}

.priceDataImgPc {
    display: block;
    margin: 0 auto;
}


.priceDataFukidashi:before {
	left: 0;
	background-image: url(../img/title_deco03.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
}

.priceDataFukidashi:after {
	right: 0;
	background-image: url(../img/title_deco04.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
}

.priceDataFukidashiTtl.priceIntroMsg span{
	color: var(--base);
	padding: 0 0 0 20px;
}

.priceDataUpperBlock {
    max-width: 1220px;
    width: 100%;
    margin: 40px auto 0;
    background: var(--white);
    border-radius: 20px;
    padding: 70px 15px;
}

.priceDataUpperBlockIn {
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
}

.priceDataUpperTxtBx {
    max-width: 833px;
    width: 100%;
    margin: 0 auto;
}

.priceDataUpperTxt {
    font-size: 30px;
    padding: 0 0 0 30px;
	position: relative;
}

.priceDataUpperTxt:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	max-width: 19px;
	width: 5%;
	height: 19px;
	background:var(--base);
	border-radius: 100vmax;
	transform: translateY(-50%);
	z-index: 1;
}

.priceDataUpperTxt:nth-child(n+2) {
	margin: 30px 0 0;
}

.priceDataUpperTxt span {
    font-size: 133.3%;
    color: var(--secondary);
	position: relative;
}

.priceDataUpperTxt span:after {
    content: ' ';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #FFF45A;
    height: 10px;
    z-index: 1;
}

.priceDataUpperMsg {
    font-size: 30px;
    color: var(--secondary);
    margin: 40px auto 0;
}

.priceDataMiddleBlock {
    max-width: 1220px;
    width: 100%;
    margin: 48px auto 0;
    display: flex;
    align-items: center;
    gap: 55px;
}

.priceDataMiddleL {
    max-width: 500px;
    width: 40.98%;
}

.priceDataMiddleR {
    max-width: 670px;
    width: 54.92%;
}

.priceDataMiddleTxt {
    line-height: 1.8;
}

.priceDataMiddleTxt span {
    background: #FFF45A;
    border-radius: 100vmax;
}

.priceDataBottomBlock {
    margin: 48px auto 0;
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.priceDataBottomItem {
    max-width: 640px;
    width: 100%;
    background: var(--bg-secondary);
    border: 5px solid var(--secondary);
}

.priceDataBottomTtlBx {
    background: var(--bg-tertiary);
    color: var(--white);
    padding: 9px 27px 5px;
    font-size: 25px;
}

.priceDataBottomTxtBlock {
    padding: 20px 15px;
}

.priceDataBottomRow {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 25px;
    max-width: 559px;
    width: 100%;
    margin: 0 auto;
}

.dataImg {
    max-width: 300px;
    width: 50.42%;
}

.priceDataBottomTxt {
	flex: 1;
}

.priceDataBtnBlock {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin: 70px auto 0;
}

.shipping {
    position: absolute;
    margin: -150px 0 0;
    padding: 150px 0 0;
}

/*---About この価格が実現できる理由---*/

.about {
	margin: -220px 0 0;
	padding: 150px 0 0;
	position: relative;
}

.aboutFrame {
	padding: 100px 15px 155px;
}

.aboutIllust01 {
    position: absolute;
    top: 15%;
    right: 0;
    max-width: 332px;
    width: 25%;
    z-index: -1;
}

.aboutIllust02 {
    position: absolute;
    bottom: 2%;
    left: 0;
    max-width: 241px;
    width: 20%;
    z-index: -1;
}

.aboutArea {
	max-width: 1620px;
	margin: 0 auto;
}

.aboutFukidashi {
    padding: 0 30px 0 55px;
	display: inline-block;
    font-size: 35px;
	color: var(--secondary);
}

.aboutFukidashiBox {
	margin: 40px auto 0;
	text-align: center;
}

.aboutFukidashi:before {
	left: 0;
	background-image: url(../img/title_deco01.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
}

.aboutFukidashi:after {
	right: 0;
	background-image: url(../img/title_deco02.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
}

.aboutFukidashiTtl br{
	display: none;
}

.pointContainer {
	margin: 95px auto 0;
}

.pointRow {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 60px 25px;
}

.pointCol {
	padding: 0 0 0 30px;
	display: flex;
	flex-direction: column;
}

.pointBox {
	padding: 65px 35px 35px;
	height: 100%;
	border: 2px solid var(--secondary);
	border-radius: 20px;
	background: #FFF;
	background-image: url(../img/bg01.png);
	background-position: left top;
	background-repeat: repeat;
	background-size: auto;
	box-shadow: 6px 6px 0 var(--secondary);
	position: relative;
	display: flex;
	flex-direction: column;
}

.pointFukidashiBox {
	position: absolute;
	top: -40px;
	left: -45px;
	z-index: 9;
	width: 145px;
	height: 142px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pointNumBox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	font-size: 65px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.pointNumTtl {
	font-size: 0.307em;
	font-weight: 800;
	font-family: var(--font03);
	line-height: 1;
}

.pointNum {
	font-size: 1em;
	font-weight: 800;
	font-family: var(--font03);
	line-height: 1;
}

.pointTtl {
	font-size: 35px;
	font-weight: 800;
	line-height: 1.285em;
	text-align: center;
}

.pointImgBox {
	margin: 20px auto 0;
	border-radius: 100vmax;
	border: 1px solid var(--base);
}

.pointImg {
	border-radius: 100vmax;
}

.pointTxt {
	margin: 20px auto 0;
}

.aboutLead {
	margin: 60px auto 0;
}

.aboutFaqContainer {
    max-width: 1320px;
    width: 100%;
    margin: 150px auto 0;
}

.aboutFaqItem {
    display: flex;
    align-items: center;
    gap: 80px;
}

.aboutFaqItem:nth-of-type(2n) {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.aboutFaqItem:nth-child(n+2) {
	margin: 67px auto 0;
}

.aboutFaqTxtBlock {
    max-width: 900px;
    width: 100%;
    margin: 0;
	padding: 40px 15px;
	border-radius: 20px;
}

.aboutFaqItem:first-child .aboutFaqTxtBlock {
    background: var(--bg-tertiary);
	color: var(--white);
}

.aboutFaqItem:nth-of-type(2n) .aboutFaqTxtBlock {
    background: var(--bg-secondary);
}

.aboutFaqItem:nth-of-type(2n) .aboutFaqTtl {
	color: var(--secondary);
}


.aboutFaqTxtBlockIn {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.aboutFaqTtl {
    position: relative;
    padding: 0 0 0 60px;
    font-size: 35px;
}

.aboutFaqTtl:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	max-width: 50px;
	width: 10%;
	height: 100%;
	z-index: 1;
}

.aboutFaqItem .aboutFaqTtl:before {
	background-image: url(../img/q-icon.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
}

.aboutFaqItem:nth-of-type(2n) .aboutFaqTtl:before {
	background-image: url(../img/a-icon.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
}


.aboutFaqTxtBx {
	margin: 30px auto 0;
}

.aboutIcon {
    max-width: 290px;
    width: 21.97%;
}

.aboutDecoration01 {
	position: absolute;
	top: 80px;
	left: 0;
	z-index: 9;
	width: 24.635%;
}

.aboutDecoration02 {
	position: absolute;
	top: 180px;
	right: 0;
	z-index: 9;
	width: 19.687%;
}

.aboutDecoration03 {
	position: absolute;
	bottom: -33px;
	left: 5.208%;
	z-index: 9;
	width: 14.322%;
}

.recommendFrame {
	margin: 0 auto;
	padding: 120px 15px 90px;
	max-width: 1520px;
}

.recommendTtlBox {
	text-align: left;
}

.recommendContainer {
	margin: 71px auto 0;
	width: calc(100% + 60px);
}

.recommendRow {
	display: flex;
	flex-wrap: wrap;
}

.recommendImgBox {
	max-width: 361px;
}

.recommendFukidashi {
	padding: 8.5px 30px 8.5px;
	padding: 0.34em 1.1em 0.34em;
	display: inline-block;
	font-size: 25px;
}

.recommendFukidashiArrow {
	position: absolute;
	z-index: 9;
}

.recommendFukidashiTtl {
	font-size: 1em;
	font-weight: 800;
}

.swiper-btton-position-box {
	position: absolute;
	padding: 0 0 65.57%;
	z-index: 9;
	top: 0;
	left: 0;
	right: 0;
}


/*---こんな用途におすすめ---*/

.recFrame {
    position: relative;
    clip-path: inset(0);
    z-index: 0;
	/* 1. マスクを3層にする（上ウェーブ画像、真ん中塗りつぶし、下ウェーブ画像） */
	mask-image: 
		url(../img/mask01-top.png),                   /* [1] 上の波画像 */
		linear-gradient(#2E7DC4, #2E7DC4),       /* [2] 真ん中の塗りつぶし */
		url(../img/mask01-bottom.png);               /* [3] 下の波画像 */
	-webkit-mask-image: 
		url(../img/mask01-top.png),
		linear-gradient(#2E7DC4, #2E7DC4),
		url(../img/mask01-bottom.png);
    
	/* 2. それぞれの位置を指定 */
    mask-position: 
        center top,            /* [1] 上の波は一番上 */
        center calc(15vw),     /* [2] 塗りつぶしは上の波の厚み分下げる */
        center bottom;         /* [3] 下の波は一番下 */
    -webkit-mask-position: 
        center top, 
        center calc(15vw), 
        center bottom;
    
	/* 3. サイズの指定 */
    /* 上波: 幅100vw、高さはauto */
    /* 塗りつぶし: 幅100%、高さは「全体から上下の波の厚み（15vw × 2 = 30vw）を引いた分」 */
    /* 下波: 幅100vw、高さはauto */
    mask-size: 
        100vw auto, 
        100% calc(100% - 30vw), 
        100vw auto;
    -webkit-mask-size: 
        100vw auto, 
        100% calc(100% - 30vw), 
        100vw auto;
        
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

.recArea {
    padding: 97px 15px 127px;
    background: var(--bg-tertiary);
	background-image: url(../img/bg01.png);
	background-position: left top;
	background-repeat: repeat;
	background-size: auto;
}

.recContainer {
    max-width: 1654px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.recTtlBox,.recTtl {
	color: var(--white);
}

.recRow {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.recBlock {
    max-width: 737px;
    width: 100%;
    margin: 0 0 0 -50px;
}

.recItem {
	position: relative;
	background-color: #fff;
	border: 4px solid #3fb0e2;
	border-radius: 20px;
	padding: 27px 50px 35px;
	z-index: 2;
}

.recItem:nth-child(n+2) {
	margin: 40px 0 0;
}

.recItem:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -34px; 
	transform: translateY(-50%);
	width: 34px;
	height: 40px;
	background-color: var(--bg-primary);
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
	z-index: 0;
}

.recItem:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -26px; 
	transform: translateY(-50%);
	width: 30px;
	height: 32px;
	background-color: var(--white);
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
	z-index: 1;
}

.recItemTxtBlock {
	max-width: 610px;
	width: 100%;
	margin: 0 auto;
}

.recItemTtl {
	font-size: 28px;
	padding-bottom: 10px;
	padding: 0 0 10px;
	border-bottom: 2px dashed var(--bg-primary);
}

.recItemTxtBx {
  margin: 15px 0 0;
}

.recBtnBlock {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin: -70px auto 0;
    position: relative;
    z-index: 10;
}

.recBtn {
	/* border: 2px solid rgba(0,0,0,41%); */
	box-shadow: 0 6px 0 rgba(0,0,0,41%);
}

/*---入稿の手軽さ---*/

.easy {
	position: relative;
	margin: -130px 0 0;
	padding: 130px 0 0;
}

.easyFrame {
    padding: 121px 15px 0;
}

.easyArea {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
}

.easyMsg {
    font-size: 35px;
    font-weight: 700;
    color: var(--secondary);
    text-align: center;
}

.easyMsg br {
	display: none;
}

.easyBlock {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 60px;
    margin: 50px auto 0;
}

.easyItem {
    max-width: 330px;
    width: 100%;
}

.easyImgBox {
	max-width: 250px;
	width: 100%;
    margin: 0 auto;
}

.easyImgBoxIn {
	width: 100%;
	padding-top: 100%;
	background: var(--bg-quaternary);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.easyImg {
	max-width: 140px;
	width: 63%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}

.easyItem:first-child .easyImg:first-child {
	top: 25%;
	bottom: auto;
}
.easyItem:nth-child(2) .easyImg:first-child {
	left: auto;
	right: 18%;
}


.easyItemTxtBlock {
    margin: 28px auto 0;
}

.easyItemTtl {
    font-size: 30px;
    text-align: center;
}

.easyItemTxtBx {
	margin: 20px auto 0;
}

.easyAttenBlock {
    border: 3px solid var(--secondary);
    border-radius: 20px;
    padding: 55px 15px;
	margin: 50px auto 0;
}

.easyAttenBx {
    max-width: 888px;
    width: 100%;
    margin: 0 auto;
}

.easyAttenTxt:nth-child(n+2) {
	margin: 20px 0 0;
}

.easyAttenTxt {
    font-size: 25px;
    padding: 0 0 0 40px;
}

.easyAttenTxt:before {
    content: "";
    position: absolute;
    text-indent: -1em;
    display: inline-block;
    background-image: url(../img/asterisk_mark.png);
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 34px;
    width: 10%;
    height: 34px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}


/*---ご注文ガイド・ご利用ガイド---*/

.guide {
	position: relative;
	margin: -150px 0 0;
	padding: 150px 0 0;
}

.guideFrame {
	padding: 145px 0 200px;
	background: var(--white);
}

.guideContainer {
	margin: 60px auto 0;
}

.guideBlock {
	padding: 0 15px;
	--dot: 3px;
	--gap: 6px;
	--offset: 2px;
	background-image: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'>\<circle cx='6' cy='6' r='6' fill='%2352BFF0'/></svg>");
	background-repeat: repeat-x;
	background-size: calc(var(--dot) + var(--gap)) var(--dot);
	background-position: 0 calc(100% - var(--offset));
	padding-bottom: calc(var(--dot) + var(--offset));
}

.guideRow {
	margin: 0 auto;
	padding: 0 0 50px;
	max-width: 1320px;
	display: flex;
	position: relative;
	z-index: 9;
}

.guideBlock:nth-of-type(n + 2) .guideRow {
	padding-top: 50px;
}

.guideCol01 {
	width: 150px;
	height: 150px;
	position: relative;
}

.guideCol02 {
	margin: 2px 0 0 50px;
	flex: 1;
}

.guideImgBox {
	width: 100%;
	height: 100%;
	background: var(--bg-secondary);
	border-radius: 100vmax;
	display: flex;
	justify-content: center;
	align-items: center;
}

.guideImg {
	width: 63%;
}

.guideChildRow {
	display: flex;
}

.guideChildCol01 {
	width: 360px;
	font-size: 20px;
}

.guideChildCol02 {
	margin: 55px 0 0 5.6%;
	flex: 1;
}

.guideChildNum {
	font-size: 1em;
	font-weight: 700;
	color: var(--secondary);
	font-family: var(--fontC);
}

.guideChildNum>span {
	padding: 0 0 0 0.1em;
	font-size: 1.6em;
	font-weight: 700;
	font-family: var(--font03);
}

.guideChildTtl {
	font-size: 1.6em;
	font-weight: 800;
	line-height: 1;
}

.guideImgBox.guideImgBox--highlight {
	background: var(--bg-secondary);
}

.guideRow:before {
	content: "";
	width: 10px;
	height: calc(100% + 6px);
	display: block;
	background: var(--bg-secondary);
	position: absolute;
	top: 0;
	left: 72px;
}

.guideBlock:last-of-type .guideRow:before {
	height: 50%;
}

.guideBtnBlock {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 86px auto 0;
    gap: 50px;
	max-width: 600px;
	width: 100%;
}

/*---注意事項---*/

.attentionFrame {
	padding: 112px 15px 100px;
	background: var(--bg-tertiary);
	background-image: url(../img/bg01.png);
	background-repeat: repeat;
	background-size: auto;
}

.attentionArea {
	padding: 70px 15px 112px;
	margin: 0 auto;
	max-width: 1520px;
	background: var(--white);
	border-radius: 20px;
}

.attentionTtlBox {
	/* transform: translate(0, -12px); */
	text-align: center;
}

.attentionTtl {
	font-size: 45px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
}

.attentionTab {
	display: none;
}

.attentionTab.active {
	display: block;
}

.attentionTabBtnGroup {
	margin: 0 auto;
	max-width: 1220px;
	padding: 60px 0 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px 30px;
}

.attentionTabBtn:nth-of-type(n + 2) {
	/* margin-left: 30px; */
}

.attentionTabBtn {
	/* margin-top: 30px; */
}

.attentionTabBtn.active {
	background: var(--bg-secondary);
}

.attentionTabBtn {
	background: var(--tertiary);
	border: 0;
	box-shadow: 0 6px 0 rgba(0,0,0,41%);
}

.attentionTabBtn:after {
    content: "";
    height: 0.4em;
    width: 0.75em;
    display: inline-block;
    background: var(--base);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    top: 50%;
    right: 1.2em;
    transform: translate(0, -50%);
}

.attentionTab {
	margin: 60px auto 0;
	max-width: 1120px;
}

.attentionTabTxt:before {
	content: "・";
	text-indent: -1em;
	display: inline-block;
}

.attentionTabTxt {
	padding: 0 0 0 1em;
}

.guideDecoration01 {
	position: absolute;
	top: 180px;
	right: 0;
	z-index: 9;
	width: 10.833%;
}

.guideDecoration02 {
	position: absolute;
	top: 45%;
	left: 0;
	transform: translate(0, -50%);
	z-index: 9;
	width: 10%;
}

.guideDecoration03 {
	position: absolute;
	top: 64%;
	right: 0;
	transform: translate(0, -50%);
	z-index: 9;
	width: 18.229%;
}

.worksFrame {
	padding: 125px 0 120px;
	/* background: var(--bg-primary); */
	position: relative;
}

.works-swiper-button-box {
    max-width: 100px;
    width: 100%;
    position: absolute;
    top: -23%;
    left: 15%;
    z-index: 99;
}

.worksTtlBox {
	text-align: right;
}

.worksTtlWrap {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1550px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}

.worksBtnBox {
	flex: 1;
	justify-items: flex-end;
}

.worksContainer {
	margin: 40px 0 0;
	padding: 0;
	max-width: 1920px;
	position: relative;
}

.worksBox {
	margin: 0 10px;
}

.worksImgBox {
	position: relative;
	padding: 0 0 116.67%;
	height: 0;
}

.worksImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.worksCategories {
	margin: 5px auto 0;
	display: flex;
	flex-wrap: wrap;
}

.worksCategory {
	margin: 5px 5px 0 0;
	padding: 0.35em 1.111em 0.25em;
	font-size: 18px;
	font-weight: 700;
	background: var(--white);
	border-radius: 100vmax;
	border: 1px solid var(--base);
	line-height: 1;
}

.worksItemTtl {
	margin: 2px 0 0;
	font-size: 20px;
	font-weight: 800;
}

.worksContainer .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: block;
	background: var(--white);
	border-radius: 100vmax;
	cursor: pointer;
	transition: .3s ease-in-out;
}

.worksContainer .swiper-pagination {
	margin: 60px auto 0;
	display: flex;
	justify-content: center;
}

.worksContainer .swiper-pagination-bullet:nth-of-type(n + 2) {
	margin-left: 15px;
}

.worksContainer .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--base);
	transition: .3s ease-in-out;
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 34%;
	z-index: 99;
	/* border: 2px solid var(--base); */
	width: 29px;
	height: 29px;
	display: block;
	border-radius: 5px;
	cursor: pointer;
	/* box-shadow: 0 6px 0 var(--base); */
	background: var(--primary);
	transition: .3s ease-in-out;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	content: "";
	width:10px;
	height: 15px;
	background: var(--white);
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.swiper-button-prev:after {
	clip-path: polygon(0 50%, 100% 100%, 100% 0);
	left: -4px;
}

.swiper-button-next:after {
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	right: -4px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	background: var(--bg-secondary);
	transition: .3s ease-in-out;
}

.swiper-button-prev {
	left: 0;
}

.swiper-button-next {
	right: 0;
}

.swiper-button-disabled {
	pointer-events: none;
	background: #CCC;
	opacity: .7;
}


.contactFrame {
	padding: 130px 15px 130px;
	background: var(--white);
}

.contactArea {
	margin: 0 auto;
	max-width: 1020px;
}

.request {
	margin: 40px auto 0;
	padding: 130px 15px 100px;
	max-width: 1520px;
	width: 100%;
	border-radius: 20px;
	border: 2px solid var(--base);
	background: var(--white);
	position: relative;
	z-index: 9;
}

.contactBannerLink {
	display: block;
	position: relative;
	transition: .3s ease-in-out;
}

.contactBannerArrow {
	position: absolute;
	bottom: -30px;
	right: -30px;
	z-index: 9;
	width: 12.131%;
	z-index: 999;
}

.contactBannerImg {
	position: relative;
	z-index: 99;
}

.contactBannerLink:hover {
	transform: translate(0, -10px);
}

.contactTtlBox {
	margin: 145px auto 0;
}

/* .contactTtl {
	color: var(--primary);
} */

.contact {
	position: relative;
	margin: -150px 0 0;
	padding: 150px 0 0;
}

.contactDecoration01 {
	position: absolute;
	top: 490px;
	left: 0;
	width: 10.781%;
}

.contactDecoration02 {
	position: absolute;
	top: 680px;
	right: 3%;
	width: 10.677%;
}

.recommend {
	margin: -150px 0 0;
	padding: 150px 0 0;
}

.works {
	margin: -150px 0 0;
	padding: 150px 0 0;
	position: relative;
	z-index: 9;
}

.worksFrame:before {
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	background-image: url(../img/works_bg01.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 0;
}

.aboutArea .contactBanner {
	margin: 0 auto 3rem;
	text-align: center;
	max-width: 100%;
}

.request .contactBanner {
	margin: 0 auto 4rem;
}

.bannerTextSet.txt01 {
	text-align: right;
}

.contactBannerArea {
    max-width: 1200px;
    margin: 0 auto;
}

.upperBannerArea {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 0 60px;
}

/*---faq---*/

.faq {
    position: relative;
    margin: -100px 0 0;
    padding: 100px 0 0;
}

.faqFrame {
    padding: 80px 15px 120px;
    background: var(--bg-secondary);
}

.faqArea {
    margin: -160px auto 0;
}

/* .faqTtlBox {
	margin: -100px auto 0;
} */

.faqTtl {
	color: var(--base)
}

.faqContainer {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
}

.faqBlock {
    margin: 90px auto 0;
}

.faqItem:nth-child(n+2) {
	margin: 47px 0 0;
}

.faqRow {
	display: flex;
	align-items: baseline;
	gap: 17px;
}

.faqRow:nth-child(n+2) {
	margin: 5px 0 0;
}

.questionIcon {
    font-size: 22px;
    font-weight: 700;
    width: 33px;
    color: var(--white);
    background: var(--bg-tertiary);
    border-radius: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.answerIcon {
    font-size: 22px;
    font-weight: 700;
    width: 33px;
    color: var(--secondary);
    text-align: right;
    padding: 5px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.questionTxt {
	font-size: 25px;
}

.answerTxt {
	flex: 1;
}

.faqBtnBox {
    margin: 90px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faqBtn {
    color: var(--white);
    background: var(--secondary);
    /* border: 2px solid var(--primary); */
    box-shadow: 0 6px 0 var(--primary);
    max-width: 350px;
    padding: 1.75em 1.5em;
}

.faqBtn.btn02--next:after {
    background: var(--white);
}

.faqBtn:hover {
	background: var(--base);
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (max-width: 1880px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

	.coverImgBox02 {
		width: 16%;
	}
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ *

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1650px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

	.cover {
		padding: 150px 0 0;
	}

	.coverTxtBox {
	    right: 2%;
	}

	.ceverBtnBlock {
		gap: 20px;
	}

	.priceDataIllust {
		width: 15%;
	}

	.pointFukidashiBox {
		width: 100px;
	}

	.pointNumBox {
		font-size: 47px;
	}

	.pointTtl {
		font-size: 32px;
	}

	.pointBox {
		padding: 65px 20px 35px;
	}

	.recommendFukidashi {
		font-size: 17px;
	}

	.recommendImgBox {
		max-width: 280px;
	}

	.recommendRow {
		justify-content: center;
	}

	.guideCol01 {
		width: 100px;
		height: 100px;
	}

	.guideRow:before {
		left: 45px;
	}

	.guideCol02 {
		margin: 0 0 0 40px;
	}

	.guideChildCol01 {
		font-size: 16px;
		width: 290px;
	}

	.guideChildCol02 {
		margin: 38px 0 0 4%;
	}

	.aboutFrame {
		padding: 80px 15px 120px;
	}

	.worksFrame {
		padding: 120px 0 80px;
	}

	.guideFrame {
		padding: 120px 0 100px;
	}

	.contactFrame {
		padding: 100px 15px 100px;
	}

	.contactTtlBox {
		margin: 100px auto 0;
	}

	.recBtnBlock {
		margin: 40px auto 0;
	}

	.priceIntroContainer .goods01, .priceIntroContainer .goods02 {
		width: 18%;
		bottom: 28%;

	}

	/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* max-width: 1650px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1300px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.ceverBtnBlock .btn02 {
	font-size: 17px;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* max-width: 1300px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1200px) {

	/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

	.ceverBtnBlock {
		flex-direction: column;
	}

	.coverTxtBox {
		bottom: -6%;
	}

	.priceEx {
		margin: -100px auto 0;
	}

	.priceTtl {
		font-size: 35px;
	}

	.tableSubtitle {
    	font-size: 28px;
	}

	.priceListArea {
        padding: 0 0 40px;
    }

	.priceDataUpperTxt {
   	 	font-size: 26px;
	}

	.priceDataIllust {
        width: 12%;
        top: 2%;
    }

	.pointTtl {
		font-size: 26px;
	}

	.pointFukidashiBox {
		width: 80px;
		top: -60px;
	}

	.pointNumBox {
		font-size: 38px;
	}

	.pointBox {
		padding: 55px 20px 35px;
	}

	.aboutFaqItem {
		gap: 50px;
	}

	.aboutFaqTtl {
		font-size: 26px;
	}

	.recItemTtl {
    	font-size: 25px;
	}

	.easyMsg {
    	font-size: 30px;
	}

	.easyItemTtl {
		font-size: 26px;
	}

	.recommendContainer {
		width: 100%;
	}

	.recommendFukidashi {
		font-size: 15px;
	}

	.attentionTabBtnGroup {
		gap: 20px 20px;
	}

	.attentionTtl {
		font-size: 26px;
	}

	.attentionArea {
		padding: 50px 15px 80px;
	}

	.recommendContainer {
		margin: 50px auto 0;
	}

	.recommendFrame {
		padding: 100px 15px 80px;
	}

	.worksFrame {
		padding: 100px 0 60px;
	}

	.guideContainer {
		margin: 50px auto 0;
	}

	.guideRow {
		padding: 0 0 35px;
	}

	.guideBlock:nth-of-type(n + 2) .guideRow {
		padding-top: 35px;
	}

	.guideFrame {
		padding: 100px 0 100px;
	}

	.worksContainer {
		padding: 0;
	}

	.worksBox {
		margin: 0 10px;
	}

	.worksCategory {
		font-size: 15px;
	}

	.worksItemTtl {
		font-size: 18px;
	}

	.contactFrame {
		padding: 80px 15px 80px;
	}

	.contactTtlBox {
		margin: 80px auto 0;
	}

	.swiper-button-prev,
	.swiper-button-next {
		/* top: 29%; */
		/* width: 60px; */
		/* height: 60px; */
	}

	.contactBannerArrow {
		position: absolute;
		bottom: 4%;
		right: 1.2%;
		width: 8%;
	}



	/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* max-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1024px) {

	/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

	.cover {
		padding: 20px 0 0;
	}

	.coverTxtBox {
		bottom: -25%;
		right: 2%;
		width: 37.01%;
	}

	.ceverBtnBlock {
		flex-direction: column;
		gap: 20px;
	}

	.priceIntroMsg br {
		display: block;
	}

	.priceIntroContainer .goods01 {
		width: 20%;
		bottom: 35%;
	}

	.priceIntroContainer .goods02 {
		width: 20%;
		bottom: 35%;
	}

	.priceDataIllust {
        top: 5%;
        right: -1%;
    }

	.priceDataBtnBlock {
		margin: 50px auto 0;
	}

	.customTable thead th {
		font-size: 20px;
	}

	.aboutFukidashiTtl br {
		display: block;
	}

	.recBtnBlock {
		margin: 40px auto 0;
	}

	.easyMsg br {
		display: block;
	}


	.pointRow {
		grid-template-columns: repeat(2, 1fr);
	}


	.attentionTabBtn {
		font-size: 18px;
	}

	.attentionTab {
		margin: 40px auto 0;
	}

	.attentionTabBtnGroup {
		grid-template-columns: repeat(3, 1fr);
		gap: 15px 15px;
	}

	.pointFukidashiBox {
		left: -30px;
	}

	.contactBannerLink {
		margin: 0 auto;
		max-width: 345px;
	}

	.sampleSwiperTxt {
		font-size: 16px;
	}

	.sampleContainer .swiper-button-prev,
	.sampleContainer .swiper-button-next {
		width: 35px;
		height: 35px;
	}

	.questionTxt {
		font-size: 20px;
	} 

	/*---20260508@追加--*/

	.aboutArea .contactBanner {
		max-width: 729px;
	}


	/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* max-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 950px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.ceverBtnBlock {
    margin: -30px auto 0;
}

.coverTxtBox {
	bottom: -34%;
	right: 2%;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* max-width: 950px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 768px) {

	/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

	.cover {
		padding: 60px 0 0;
	}

	.coverImg01 {
    	width: 98%;
	}

    .coverImgBox02 {
        width: 26%;
        right: 4%;
        transform: rotate(36deg);
    }

    .coverTxtBox {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        bottom: auto;
        right: auto;
        width: 70%;
        margin: -40px auto 0
    }

    .ceverBtnBlock {
        flex-direction: column;
        gap: 20px;
        width: 50%;
        margin: 0;
    }

    .coverImgBox04 {
        max-width: 350px;
        width: 45%;
    }

	.priceFrame {
		padding: 90px 0 155px;
	}

	.priceTxtImgPc {
		display: none;
	}

	.priceTxtImgSp {
		display: block;
		margin: 20px auto 0;
	}

	.priceDataImgPc {
		display: none;
	}

	.priceDataImgSp {
		display: block;
		margin: 0 auto;
	}

	.priceIntroTtl {
		font-size: 30px;
	}

	.priceIntroTxt {
		padding: 0 0 0 35px;
		font-size: 20px;
	}

	.priceIntroTxt:before {
		height: 25px;
	}

	.priceExBlock {
		margin: 25px auto 0;
	}

	.priceExMain:after,.priceDataUpperTxt span:after {
		height: 5px;
	}

	.priceExTxt {
    	font-size: 25px;
	}

	.priceList {
		margin: 60px auto 0;
		padding: 50px 15px;
	}

	.priceTtl {
		font-size: 30px;
	}

	.tableSubtitle {
		font-size: 25px;
	}

  	/* 【重要】スマホ時のみスクロール案内を表示する */
	.scrollHint {
		display: block;
	}

	.tableWrapper {
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.priceTxt {
		font-size: 16px;
	}

	.priceEx {
        margin: -60px auto 0;
    }

	.customTable {
		min-width: 780px; 
	}

	.priceListAreaRow {
		flex-direction: column;
		gap: 40px;
	}

	.priceAttenBlock {
		margin: 50px auto 0;
	}

	.priceData {
		margin: 80px auto 0;
	}

	.priceDataIllust {
		width: 20%;
        top: 5%;
        right: -1%;
    }

	.priceDataFukidashi {
		padding: 0 45px 0 30px;
	}

	.priceDataUpperMsg {
    	font-size: 25px;
	}

	.priceDataUpperTxt {
		font-size: 18px;
		padding: 0 0 0 30px;
	}

	.pointRow {
		grid-template-columns: repeat(1, 1fr);
	}

	.pointCol {
		padding: 0 0 0 15px;
	}

	.pointBox {
		padding: 35px 15px 25px;
		border-radius: 10px;
	}

    .priceDataBottomBlock {
        margin: 48px auto 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 40px;
    }

	.priceDataMiddleBlock {
		flex-direction: column;
		gap: 30px;
	}

	.priceDataMiddleL {
		width: 80%;
	}

	.priceDataMiddleR {
		width: 100%;
	}

	.priceContainer {
		padding: 0 15px 80px;
	}

	.aboutFaqContainer {
		margin: 80px auto 0;
	}

	.chamingLeadTxt {
		text-align: left;
	}

	.easyFrame {
		padding: 80px 15px 0;
	}

	.recArea {
    	padding: 80px 15px 80px
	}

	.easyAttenTxt {
		font-size: 20px;
		padding: 0 0 0 35px;
	}

	.easyAttenTxt:before {
		height: 28px;
	}
	
	.faqBlock {
		margin: 40px auto 0;
	}

	.faqArea {
		margin: -120px auto 0;
	}

	.recommendBox {
		max-width: 280px;
		margin: 0 auto;
	}

	.worksBtnBox {
		margin: 40px auto 0;
		padding: 0 0 10px;
	}

	.worksBtn {
		margin: 0 auto;
	}

	.guideRow {
		padding: 0 0 20px;
	}

	.guideRow:before {
		left: 28px;
		width: 5px;
		height: calc(100% + 6px);
	}

	.guideCol01 {
		width: 60px;
		height: 60px;
	}

	.guideCol02 {
		margin: 0 0 0 20px;
	}

	.guideChildRow {
		display: block;
	}

	.guideChildCol01 {
		width: 100%;
		font-size: 12px;
	}

	.guideChildCol02 {
		margin: 10px 0 0;
	}

	.guideBlock:nth-of-type(n + 2) .guideRow {
		padding-top: 20px;
	}

	.guideBlock:last-of-type .guideRow:before {
		height: 40%;
	}

	.guideBtnBlock {
		margin: 40px auto 0;
	}

	.attentionTabBtnGroup {
		padding: 30px 0 0;
		grid-template-columns: repeat(1, 1fr);
		gap: 10px 10px;
	}

	.attentionTabBtn {
		margin: 0 auto;
		font-size: 16px;
	}

	.attentionTtl {
		font-size: 24px;
		border-radius: 0 0 10px 10px;
	}

	.attentionArea {
		padding: 40px 15px 40px;
	}


	.aboutFukidashi {
		padding: 10px 35px;
		font-size: 20px;
	}

	.aboutFrame {
		padding: 0 15px 60px;
	}
    

	.aboutFukidashiBox {
		margin: 20px auto 0;
	}

    .pointImgBox {
        width: 80%;
    }

	.pointContainer {
		margin: 55px auto 0;
	}

    .aboutFaqItem {
        align-items: center;
        flex-direction: column;
        gap: 40px;
    }

    .aboutFaqItem:nth-of-type(2n) {
        flex-direction: column;
    }

    .aboutIcon {
        width: 60%;
    }

	.recommendFrame {
		padding: 60px 15px 60px;
	}

	.recommendContainer {
		margin: 30px auto 0;
	}

    .recRow {
        justify-content: flex-start;
        flex-direction: column;
    }

    .recBlock {
        width: 100%;
        margin: 0;
    }
    
    .recItem:before, .recItem:after {
    content: none;
    }

	.worksFrame {
		padding: 60px 0 60px;
	}

	.guideFrame {
		padding: 60px 0 60px;
	}

	.guideContainer {
		margin: 30px auto 0;
	}

	.attentionFrame {
		padding: 60px 15px;
	}

	.attentionTab {
		margin: 30px auto 0;
	}

	.worksContainer {
		padding: 0;
	}

	.worksCategory {
		font-size: 12px;
	}

	.worksItemTtl {
		font-size: 14px;
	}

	.worksBox {
		margin: 0 7.5px;
	}

	.contactFrame {
		padding: 60px 15px 60px;
	}

	.contactTtlBox {
		margin: 40px auto 0;
	}

	.swiper-button-prev,
	.swiper-button-next {
		/* top: 24%; */
		/* width: 40px; */
		/* height: 40px; */
	}

	.worksSwiper .swiper-pagination {
		margin: 30px auto 0;
	}

	.swiper-button-prev:after,
	.swiper-button-next:after {
		width: 8px;
		height: 14px;
	}

	/*---入稿の手軽さ---*/

	.easyMsg br {
		display: block;
	}

	.priceExTxt br {
		display: block;
	}

	.priceExTxt:before {
        top: 21%;
        width: 4%;
        height: 20px;
        transform: unset;
    }

	.priceExSmall {
		margin: 0;
	}

	.faqBtnBox {
        margin: 50px auto 0;
    }


	/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 576px) {

	/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

	.cover {
		padding: 70px 0 0;
	}

    .coverTxtBox {
        flex-direction: column;
        width: 100%;
        margin: 10px auto 0;
    }

	.coverImg03 {
		top: -31%;
		right: 3%;
		width: 55.8%;
	}

	.coverImgBox04 {
        max-width: 350px;
        width: 60%;
		margin: 0 0 0 20px;
    }

	.ceverBtnBlock .btn02 {
        font-size: 15px;
    }

	.priceFukidashi {
		font-size: 25px;
	}

	.priceIntroContainer .goods01,.priceIntroContainer .goods02 {
        width: 25%;
        bottom: 50%;
    }

	.priceIntroMsg span {
		font-size: 20px;
		text-shadow:
			/* --- 1. 内側の白ふち（太さ 3px） --- */
			/* 上下左右 */
			0px -3px 0 #fff,  0px  3px 0 #fff, -3px  0px 0 #fff,  3px  0px 0 #fff,
			/* 対角45度 */
			-2px -2px 0 #fff,  2px -2px 0 #fff, -2px  2px 0 #fff,  2px  2px 0 #fff,
			/* 隙間を埋める微調整（斜めの中間角度） */
			-3px -1px 0 #fff,  3px -1px 0 #fff, -3px  1px 0 #fff,  3px  1px 0 #fff,
			-1px -3px 0 #fff,  1px -3px 0 #fff, -1px  3px 0 #fff,  1px  3px 0 #fff,

			/* --- 2. 外側の青ふち（太さ 6px。青色：#2075c3） --- */
			/* 上下左右 */
			0px -6px 0 #2075c3,  0px  6px 0 #2075c3, -6px  0px 0 #2075c3,  6px  0px 0 #2075c3,
			/* 対角45度（3/4付近も補正） */
			-4px -4px 0 #2075c3,  4px -4px 0 #2075c3, -4px  4px 0 #2075c3,  4px  4px 0 #2075c3,
			/* 30度、60度付近の隙間を埋めるための全方位高密度シャドウ */
			-6px -2px 0 #2075c3,  6px -2px 0 #2075c3, -6px  2px 0 #2075c3,  6px  2px 0 #2075c3,
			-2px -6px 0 #2075c3,  2px -6px 0 #2075c3, -2px  6px 0 #2075c3,  2px  6px 0 #2075c3,
			-5px -3px 0 #2075c3,  5px -5px 0 #2075c3, -5px  3px 0 #2075c3,  5px  3px 0 #2075c3,
			-3px -5px 0 #2075c3,  3px -5px 0 #2075c3, -3px  5px 0 #2075c3,  3px  5px 0 #2075c3;
	}

	.priceIntroMsg {
		font-size: 20px;
	}

	.priceIntroTtl {
		font-size: 20px;
	}

	.priceIntroTxt {
		padding: 0 0 0 35px;
		font-size: 16px;
	}

	.priceEx {
        margin: -20px auto 0;
    }

	.priceExTtl {
		font-size: 20px;
		padding: 0;
	}

	.priceExTxt {
		font-size: 16px;
		padding: 0 0 0 20px;
	}

	.priceExTxt:before {
		top: 21%;
		width: 4%;
		height: 13px;
		transform: unset;
	}

	.priceExTax {
		font-size: 11px;
	}

	.priceExSmall {
		font-size: 13px;
		margin: 0;
	}

	.priceExTxt02 {
		font-size: 14px;
	}

	.priceExMain:after,.priceDataUpperTxt span:after {
		height: 5px;
	}

	.priceList {
        padding: 0 15px 40px;
    }

	.priceTtl {
		font-size: 20px;
	}

	.tableSubtitle {
    	font-size: 20px;
	}

    .customTable {
        min-width: 600px;
    }

	.customTable thead th {
		font-size: 14px;
	}

	.customTable tbody td {
		font-size: 14px;
	}

	.priceAttenItem .tableSubtitle {
		font-size: 18px;
	}

	.priceDataUpperTxt:before {
		top: 20%;
		width: 5%;
		height: 16px;
		transform: unset;
	}

	.priceDataUpperMsg {
		font-size: 18px;
	}

	.priceDataBottomRow {
		align-items: center;
		flex-direction: column-reverse;
		gap: 20px;
	}

	.priceDataIllust {
        width: 25%;
        top: 4%;
        right: -1%;
    }

	.dataImg {
		width: 100%;
	}

	.priceDataBtnBlock {
		flex-direction: column;
		gap: 20px;
	}

	.aboutIcon {
        width: 50%;
    }

	.aboutFaqTtl {
		padding: 0 0 0 50px;
		font-size: 20px;
	}

	.recBtnBlock {
		flex-direction: column;
		gap: 30px;
	}

	.recItemTtl {
    	font-size: 20px;
	}

	.recItem {
		padding: 27px 15px 35px;
	}

	.easyMsg {
		font-size: 20px;
	}

	.easyItemTtl {
		font-size: 23px;
	}

	.easyAttenTxt {
		font-size: 18px;
		padding: 0 0 0 30px;
	}

	.easyAttenTxt:before {
		height: 24px;
		top: 5%;
		left: 0;
		transform: unset;
	}

	.guideBtnBlock {
		flex-direction: column;
		margin: 40px auto 0;
		gap: 30px;
	}

	.questionTxt {
		font-size: 18px;
	}

	.recommendFukidashi {
		font-size: 11px;
	}

	.faqArea {
		margin: -120px auto 0;
	}

	.worksBox {
		margin: 0;
	}

	.swiper-button-prev,
	.swiper-button-next {
		/* top: 36%; */
		/* width: 35px; */
		/* height: 35px; */
	}

	.sampleAriaGridBox {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px 30px;
	}


	/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* max-width: 576px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 375px) {

	/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



	/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* max-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */