@charset "UTF-8";
/*
* Theme Name: gertoner_2025
* Author: gertoner
* Version: 1.0
* Description: 
*/

@font-face {
    font-display: swap;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 185px;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	background: linear-gradient(to right, #0D0F32 0%, #1926A1 70%, #0029A3 100%) !important;
}
main.main,
body.item main,
body.item.yellow main,
body.item.green main,
body.item.blue main,
body.item.pink main {
	background: linear-gradient(90deg, #0D0F32 0%, #1926A1 70.5%, #0029A3 100%) !important;
}
header.header {
	height: 146px;
    border-bottom: none;
	z-index: 99999;
}
a,
a:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
}
.logo_wrapper {
	pointer-events: auto;
	position: absolute;
	top: 5px;
	left: 0px;
	max-width: 355px;
	z-index: 110;
}
.logo_wrapper:hover {
	opacity: 0.85;
	transition: opacity 0.3s;
}
.navbar .description {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal; 
	font-size: 16px;
	color: #fff;	
	position: fixed;
	top: 20px;
	left: 370px;
    position: absolute;
    top: 0;
    left: 180px;	
	width: 300px;
    text-align: left;	
	z-index: 101;
}
.navbar {
	position: relative;
	height: 146px;
	background: linear-gradient(to right, #0D0F32 0%, #1926A1 70%, #0029A3 100%);
	display: flex;
	z-index: 101;
	pointer-events: auto;
}

.navbar .nav>li {
    position: relative;
    display: inline-block;
    padding-top: 7px;
	padding-bottom: 4px;
    vertical-align: top;
	padding-left: 0;
	padding-right: 20px;
}
.navbar ul>li>a {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal; 
	font-size: 18px;
	color: #fff;
}
.navbar ul>li.current-menu-item a {
	color: #FFEE00;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: #fff;
}
.navbar .nav-table {
	width: 100%;
	max-width: 758px;
	margin: 2px auto;
    height: 130px;
    display: flex;
    justify-content: flex-start;
	align-items: flex-end;
	z-index: 101;
}
.navbar .nav-table>.nav-logo img {
    max-width: 354px;
    height: auto;
}
.phone__cart--wrapper {
	display: flex;
	align-items: center;
	position: absolute;
	top: -10px;
	right: 0;
	height: 82px;;
	z-index: 102;
	gap: 20px;
}
.phone__cart--wrapper .phone__flex {
	width: 265px;
	height:64px;
	background: linear-gradient(
		to right,
		#2C56EE 0%,
		#4568F2 52%,
		#004EDE 75%
	);	
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
}
.phone__cart--wrapper .phone__flex img {
	margin-right: 10px;
}
.phone__cart--wrapper .phone__block {	
	flex-flow: column;
}
.phone__cart--wrapper .phone__flex,
.phone__cart--wrapper .line__block,
.phone__cart--wrapper .contact__block {
	max-height: 64px;
	margin-top: 8px;
}
.phone__cart--wrapper .phone__block .number {
	font-family: "Anta", sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	color: #fff;
	line-height: 1;
	display: block;
}
.phone__cart--wrapper .phone__block .note {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	font-style: normal;
	line-height: 1;
}
.phone__cart--wrapper .cart__block {
	width: 102px;
	height: 82px;
	background-image: url('images/cart@2x.avif');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 14px 24px 14px 16px;
	gap: 4px;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
}
.item form input.search_keywords {
	width: 17rem;
}
.notice_serch-wrapper {
	max-width: 100%;
	margin: auto;
	position: relative;
}
.notice_serch {
	width: 100%;
	margin: auto;
	position: absolute;
    top: 144px;
    left: 50%;
    transform: translate(-50%,0);
	z-index: 2;	
}
.notice_serch .notice_wrapper {
	width: 100%;
	max-width: 100%;
	background-color: #6245F2;
	color: #fff;
	border-radius: 0;
	padding: 8px 10px;
	margin-bottom: 20px;
	display: flex;
}
.notice_serch .notice_wrapper .notice_flex {
	display: flex;	
	align-items: center;
}
.notice_serch .notice_wrapper .title {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal; 
	font-size: 18px;	
}
.notice_serch .notice_wrapper .title span {
	font-size: 14px;
}
.notice_serch .notice_wrapper a h2 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-style: normal; 
	font-size: 16px;
	color: #fff;
	margin: 0;
	margin-right: 20px;
	margin-left: 20px;
}
.notice_serch .notice_wrapper a p {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #fff;
}
main.notice_block {
	margin-top: 120px;
}
section.notice_block {
    margin: auto;
    max-width: 1000px;
    line-height: 2.0;
	padding: 30px 20px;
}
section.notice_block h2 {
	margin: 0;
}
section.notice_block .date {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 20px;
}
section.notice_block p {
	font-size: 16px;
}
.item form #searchsubmit {
	background: none;
}
.search_freeword {
	max-width: 1116px;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    position: fixed;
	position: absolute;
    right: 0;
    top: 80px;
    z-index: 102;
}
.search_freeword .input_group .search_keywords {
    background: #fff;
    border: 3px solid #000;
    border-radius: .75rem 0 0 .75rem;
    width: 276px;
    height: 43px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
    color: rgba(255, 140, 32, 0.6);
    color: rgba(255, 140, 32, 1.0);
    cursor: pointer;
}
.search_freeword .input_group .search_keywords {
	height: 43px;
	border-radius: 30px 0 0 30px;
}
header .navbar-top form #searchsubmit {
	background: none;
}
header .navbar-top form #searchsubmit,
.search_freeword .input_group .search_keywords #searchsubmit,
.list_search button#list-searchsubmit {
	width: 70px;
	height: 43px;
	background-image: none !important;
    background-color: #000 !important;
	font-weight: bold;
	font-size: 16px;
	border: none;
	border-radius: 0 30px 30px 0 !important;
	/*border-radius: 0;*/
	cursor: pointer;
	position: relative;
}
.search_freeword .input_group .search_keywords #searchsubmit:hover {
	background-color: #000;
}
.search_freeword .input_group .search_keywords .search-icon {
	width: 20px;
	height: 20px;
	display: inline-block;
}

.line__application--wrapper {
	width: 148px;
	display: block;
	text-align: center;
	position: fixed;
	top: 98px;
	right: 34px;
	margin: 0;
	z-index: 9999;
	display: none;
}
.top__banner {
	position: absolute;
    top: 200px;
    left: 50px;
	z-index: 2;
	display: none;
}
body.top main.main {
    padding-top: 146px;
	padding-top: 176px;
}
/* スライドショー全体（1980×1280のアスペクト比を維持） */
.slideshow {
	position: relative;
	width: 100vw;
	height: calc(min(670px, 100vw * 1256 / 2232) + 160px);
	overflow: hidden;
}
.slideshow::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 160px; /* 追加した高さに合わせる */
	background: linear-gradient(
	  to right,
	  rgba(249, 251, 236, 0.3) 0%,     /* F9FBEC */
	  rgba(143, 147, 109, 0.3) 32%,    /* 8F936D */
	  rgba(243, 255, 149, 0.3) 50%,    /* F3FF95 */
	  rgba(208, 216, 151, 0.3) 100%    /* D0D897 */
	);
	z-index: 2;
	pointer-events: none;
}
picture {
	padding: 0; /* ← 安心のリセット */
}
/* 各スライド（親要素に高さを持たせる） */
.slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 834px;
	opacity: 0;
	transition: opacity 1.5s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* 表示中のスライド */
.slide.active {
	opacity: 1;
}
/* スライド画像（表示されるように調整） */
.slide img {
	width: 100%;
	max-width: 1116px;
	height: auto;
	display: block;
	position: relative; /* 元の absolute を外す */
	object-fit: contain; /* スライドと同じ比率でなければ contain にするのもアリ */
	z-index: 2;
	margin-top: -150px;
}
.ambiguous__search--wrapper {
	position: absolute;
	bottom: 16px;
	width: 100vw;
	height: 126px;
	background: linear-gradient(to right,
		#0D0F32 0%,
		#1926A1 70%,
		#0029A3 100%
	);
	display: flex;
	justify-content: center;
	z-index: 999999;
}
.check-now {
	position: absolute;
	top: -47px;
	margin-left: -650px;
	background: #ff4e00;
	color: #fff;
	padding: 6px 30px;
	border-radius: 100px;
	box-shadow: 0 3px 0 #c43d00;
}
.check-now::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 55px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 10px solid #ff4e00;
}
.check-now p {
	font-family: "Dela Gothic One", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: white;
	margin: 0;
	/* 黒い縁取り効果 */
	text-shadow:
	  -1px -1px 0 #000,
	   1px -1px 0 #000,
	  -1px  1px 0 #000,
	   1px  1px 0 #000;
}
.search-form {
	display: flex;
	gap: 30px;
	align-items: flex-end;
	padding: 20px;
	border-radius: 10px;
}
.search-item label {
	color: #fff;
	font-size: 18px;
	margin-bottom: 0;
	display: block;
	font-family: "Dela Gothic One", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.search-item {
	display: flex;
	flex-direction: column;
	color: white;
	font-weight: bold;
	font-size: 18px;
}
.search-item select {
	width: 246px;
	height: 52px;
	padding: 12px 20px;
	font-size: 18px;
	font-weight: bold;
	color: orange;
	border: 2px solid #000;
	border-radius: 5px;
	appearance: none;
	background: #fff url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 9L13 1' stroke='black' stroke-width='2'/%3E%3C/svg%3E") no-repeat right 10px center;
	background-size: 14px 10px;
	display: flex;              /* ← 追加 */
	align-items: center;        /* ← 追加 */
	line-height: normal;        /* ← 高さとline-heightのズレを防ぐ */	
}
.search-button {
	width: 198px;
	height: 52px;	
	padding: 12px 20px;
	background: repeating-linear-gradient(45deg, #ffeb3b, #ffeb3b 10px, #f7d700 10px, #f7d700 20px);
	border: none;
	border-radius: 30px;
	font-size: 20px;
	font-weight: bold;
	box-shadow: 5px 5px 0px #002b99;
	margin-left: 12px;
	display: flex;             /* ← 追加 */
	align-items: center;       /* ← 追加：上下中央 */
	justify-content: center;   /* ← 横も中央揃え */	
	font-size: 18px; /* ← フォントサイズ指定 */
	font-weight: 400; /* ← ウェイト指定 */
	font-family: "Dela Gothic One", sans-serif; /* ← フォント指定 */
	font-style: normal;
	letter-spacing: 0.2em;	
	box-shadow: 5px 5px 0px #002b99;
	cursor: pointer;
	box-shadow: 0 8px 0 #3b5edb;
}

@media screen and (min-width: 768px) {
	#nav-mobile {
		display: none; /* 初期状態は非表示 */
	}
	.slide.first {
		background-image: url('images/slide/slideBG_pc-1.avif');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;	
	}
	.slide.second {
		background-image: url('images/slide/slideBG_pc-2.avif');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;	
	}
	.slide.third {
		background-image: url('images/slide/slideBG_pc-3.avif');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;	
	}
	.slide.fourth {
		background-image: url('images/slide/slideBG_pc-4.avif');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;	
	}
}

.blue__back--wrapper {
	background: linear-gradient(135deg, #002e85, #0d0d5b);	
}
.features__block--title {
	padding-top: 64px;
	padding-bottom: 36px;
	text-align: center;
}
.features__block {
	margin: auto;
	padding-bottom: 64px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.features__block--flex {
	max-width: 1335px;
	margin: 0 auto;
	display: flex;
	align-items: stretch;
	gap: 24px;
}
.features__block--card {
	width: auto;
	height: 366px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	border: 3px solid #B0C0C5;
	/*border: 5px solid #B0C0C5;*/
	border-radius: 30px;
	padding: 32px 0;
	background-color: transparent;
	/*background-color: #fff;*/
	color: #fff;
	color: #000;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.features__block--card.first { width: 297px; }
.features__block--card.second { width: 261px; }
.features__block--card.third { width: 242px; }
.features__block--card.fourth { width: 242px; }
.features__block--card.last { width: 242px; }
.features_card_body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
}
.features__block--card.first .features_card_body {
	margin-top: 16px;
}
.features__block--card.third .features_card_body {
	margin-top: 34px;
}
.features__block--card.third .features_card_body span.no_shadow,
.features__block--card.fourth .features_card_body span.no_shadow {
	color: #fff;
	text-shadow: none;
}
p.dela {
	font-family: "Dela Gothic One", sans-serif;
	font-style: normal;
	color: #0D0F32;
	line-height: 1.3;
	text-shadow:
	  -2px -2px 0 #fff,
	   2px -2px 0 #fff,
	  -2px  2px 0 #fff,
	   2px  2px 0 #fff;	
}
p.dela span.anta {
	font-family: "Anta", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.features__block--card.third img,
.features__block--card.fourth img,
.features__block--card.last img {
	margin-top: 30px;
}
.features__block--card.second p.dela {
	margin-top: 20px;
}
.features__block--card.third p.dela,
.features__block--card.fourth p.dela,
.features__block--card.lastp.dela {
	margin-top: 30px;
}
.cupsule {
	font-family: "Dela Gothic One", sans-serif;
	font-style: normal;	
    width: auto;
    font-size: 20px;
    line-height: 1;
    padding: 0.1em 0.2em;
    background-color: #FF5822;
    color: #fff;
	padding: 6px 16px;
	border-radius: 999px;
	text-align: center;
	line-height: 1;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
	width: fit-content;
    margin-bottom: 20px;
	white-space:nowrap;
}
/* ▼ 順番に右にズラす（インデント風）*/
.cupsule.first { margin-left: 45px; margin-top: 36px;}
.cupsule.second { margin-left: 70px; }
.cupsule.third { margin-left: 35px; }
.cupsule.last { margin-left: 75px; margin-bottom: 0; }
.campaign__wrapper {
	width: 100%;
	text-align: center;
}
.banner_full {
	max-width: 1000px;
	margin: auto;	
}
.banner_full:hover {
	cursor: pointer;
}
.banner-halves {
	max-width: 1000px;
	margin: auto;
	display: flex;
	justify-content: space-between;	
}
.banner-halves img {
	max-width: 100%;
}

#pickup__wrapper {
    padding-bottom: 30px;
	background: linear-gradient(135deg, #002e85, #0d0d5b);
}
body.item #pickup__wrapper {
	margin-top: -50px;
}
.pickup__wrapper--title {
	width: 100%;
	height: 142px;
	background-image: repeating-linear-gradient(
		135deg,
		rgba(255, 255, 255, 0.06) 0px,
		rgba(255, 255, 255, 0.06) 40px,
		transparent 40px,
		transparent 60px
	);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 30px;
	margin-top: 50px;
	margin-bottom: 28px;
}
#pickup__wrapper h2.title {
	font-family: "Dela Gothic One", sans-serif;
	font-weight: 400;
	font-style: normal; 
	font-size: 36px;	
	color: #fff;
	text-align: center;
	line-height: 1;
}
#pickup__wrapper h2.title img {
	margin-top: -16px;
}
#pickup__wrapper .splide__slide {
	width: 228px;
	height: 404px;
	height: 425px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 24px;
    background-color: transparent;
	background: rgba(255, 255, 255, 0.01);
	background: #FFFFDA;
	box-shadow: inset 1px 0px 20px rgba(171, 169, 111, 0.8);
	border: 2px solid #EBFF51;
	border-radius: 30px;
	margin-top: 20px;	
	transition: transform 0.3s ease;
	transform-origin: center center;	
}
#pickup__wrapper .pickup-wrapper {
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}
#pickup__wrapper .pickup-img {
	width: 180px;
	height: 180px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;	
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 10px;
}
#pickup__wrapper .pickup-img img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: 16px;	
	display: block;
	filter: drop-shadow(-7px 1px 14px rgba(171, 169, 111, 0.7));
}
#pickup__wrapper .pickup_cat {
	display: inline-block;
	padding: 4px 10px 4px;
	font-size: 16px;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.65);
	background: rgba(235, 255, 81, 0.1);
	background: rgba(102, 102, 102, 0.6);
	box-shadow: inset 1px 0px 20px rgba(171, 169, 111, 0.8);
	border-radius: 100px;
	margin-bottom: 6px;
}
#pickup__wrapper .pickup-name {
	height: 5em;
	font-size: 14px;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.5);
	color: #0D0F32;
	text-align: left;
	margin-bottom: 6px;
	line-height: 1.4;
	padding: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;	
}
#pickup__wrapper .pickup_price {
	font-size: 36px;
	font-size: 28px;
	font-family: "Anta", sans-serif;
	font-weight: 700;	
	display: flex;
	/*align-items: baseline;*/
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
	display: inline-block;
}

#pickup__wrapper .pickup_price-text,
#pickup__wrapper .pickup_price-yen {
	color: #0D0F32;
	display: inline-block;
	background: linear-gradient(to right, #f4f278 0%, #87890d 100%);
	background-clip: text;
	-webkit-background-clip: text;	
}
#pickup__wrapper .pickup_price-text {
	color: #0D0F32;
	text-decoration: none;
	text-shadow:
	  -2px -2px 0 #f4f278,
	   2px -2px 0 #f4f278,
	  -2px  2px 0 #f4f278,
	   2px  2px 0 #f4f278,
	  -3px  0   0 #f4f278,
	   3px  0   0 #f4f278,
	   0   -3px 0 #f4f278,
	   0    3px 0 #f4f278;	
}
#pickup__wrapper .pickup_price-yen {
	font-size: 16px;
	font-weight: bold;
	color: #0d0f32;
	padding-left: 4px;
	color: #0D0F32;
	text-shadow:
	  -1px -1px 0 #f4f278,
	   1px -1px 0 #f4f278,
	  -1px  1px 0 #f4f278,
	   1px  1px 0 #f4f278,
	  -2px  0   0 #f4f278,
	   2px  0   0 #f4f278,
	   0   -2px 0 #f4f278,
	   0    2px 0 #f4f278;	
}
#pickup__wrapper .splide__slide:hover {
	transform: scaleY(1.07);
}
#pickup__wrapper .splide__slide:hover .pickup-img img {
	height: 170px !important;
	transform: none !important;
}
#pickup__wrapper .splide__slide:hover .pickup-name {
	height: auto;
	margin-bottom: 6px;
	line-height: 1.4;
	padding: 10px;
	display: -webkit-box;
	overflow: visible;
}
#pickup__wrapper .splide__slide:hover .pickup_price {
	margin-top: -10px;
	margin-bottom: -10px;
}
#pickup__wrapper .splide__slide {
  position: relative;
}

#pickup__wrapper .splide__slide .purchase {
	font-family: "Dela Gothic One", sans-serif;
	font-weight: 400;
	font-style: normal; 
	font-size: 20px;
	color: #0D0F32;
	text-shadow:
		-1px -1px 0 #BECBD9,
		 1px -1px 0 #BECBD9,
		-1px  1px 0 #BECBD9,
		 1px  1px 0 #BECBD9,
		 0   -1px 0 #BECBD9,
		 0    1px 0 #BECBD9,
		-1px  0    0 #BECBD9,
		 1px  0    0 #BECBD9;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
#pickup__wrapper .splide__slide .pickup_price {
  transition: transform 0.3s ease;
}
#pickup__wrapper .splide__slide:hover .purchase {
  opacity: 1;
  pointer-events: auto;
}
.splide__arrow--prev,
.splide__arrow--next {
	background: none;
	bottom: auto;
}
#pickup__wrapper .splide__arrow--prev,
#pickup__wrapper .splide__arrow--next {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
	background-repeat: no-repeat;
}
#pickup__wrapper .splide__arrow--prev {
	background-image: url(images/arrow-prev.png); 
}
#pickup__wrapper .splide__arrow--next {
	background-image: url(images/arrow-next.png); 
}
.fs_20 {
	font-size: 20px;
}
.fs_22 {
	font-size: 22px;
}
.fs_24 {
	font-size: 24px;
}
.fs_26 {
	font-size: 26px;
}
.fs_28 {
	font-size: 28px;
}
.fs_30 {
	font-size: 30px;
}
.fs_32 {
	font-size: 32px;
}
.fs_34 {
	font-size: 34px;
}
.fs_36 {
	font-size: 36px;
}
.fs_38 {
	font-size: 38px;
}
.fs_40 {
	font-size: 40px;
}
.fs_42 {
	font-size: 42px;
}
.fs_44 {
	font-size: 44px;
}
.fs_46 {
	font-size: 46px;
}
.fs_48 {
	font-size: 48px;
}
.fs_64 {
	font-size: 64px;
}

.manga-ad-img {
	display: flex;
	flex-flow: column;
	justify-content: center;
	margin: -1px 0 0;
	padding: 48px 0;
	text-align: center;
	/*
	background-image:
	  url('images/flow_bg.avif'),
	  radial-gradient(circle at center, #0A0F61 0%, #101256 30%, #1A1452 60%, #2C1A50 100%);
	*/
	background-image: url(images/flow_bg.avif);
	background-color: #0e137a;	
	background-repeat: repeat, no-repeat;
	background-position: top center, center center;
	background-size: cover;
}
.manga-ad-img .title img {
	max-width: 456px;
	height: auto;
	margin: 48px auto 40px;
}
.image-mask-container {
	position: relative;
	overflow: hidden;
	height: 466px;
	height: auto;
	transition: max-height 0.6s ease;
}

.image-mask-container.open {
	height: auto;
}

.masked-image {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
}
.manga-ad-img {
	scroll-margin-top: 150px;
}
.manga-ad-img img {
    width: 1150px;
    height: auto;
    margin: 0 auto;
    max-width: 96%;
}
.manga-ad-img .read-more-trigger,
.manga-ad-img .read-less-trigger {
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 43px;
	letter-spacing: 0.15em;
	color: #F4F278;	
	cursor: pointer;
	margin-top: 10px;
	display: flex;
	flex-direction: column;	
	align-items: center;
	z-index: 9;
}
.manga-ad-img .read-less-trigger {
	margin-top: 20px;
}
.arrow-icon {
	width: 24px;
	height: 24px;
	margin-top: 5px;
}
.arrow-up {
	transform: rotate(180deg);
}	
.manga-ad-img img.arrow-icon,
.read-less-trigger img.arrow-icon {
	width: 48px !important;
	max-width: 48px !important;
	max-height: 48px;
}

 /* お客様の声 */
#customer__voice {
	margin: auto;
	width: 100%;
	padding: 90px 0 0;
	text-align: center;
	background:
	  radial-gradient(circle, rgba(255, 255, 255, 0.08) 1px, transparent 1px) 0 0 / 20px 20px, /* ドットパターン */
	  linear-gradient(to bottom, #0a0f61 0%, #102373 100%); /* ネイビー系グラデーション */
	background-repeat: repeat, no-repeat;
	background-size: 20px 20px, cover;
	background-position: top left, center center;
}
.customer__voice--title {
	max-width: 935px;
	margin: auto;
}

/* お客様の声スライド */
#customer__voice .l-inner {
	overflow: visible;
}
#voice-slider {
    margin: 0 auto;
    padding: 0 20px;
    margin-top: 20px;
}

@media screen and (max-width: 500px) {
	#voice-slider {
		padding: 0;	  
	}
}

#voice-slider .splide {
	position: static;
}
#voice-slider .splide__slide {
    flex: 0 0 calc(25% - 15px);
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fcfcf4;
    border: 5px solid #FFD400;
    border-radius: 30px;
    box-sizing: border-box;
}

@media screen and (max-width: 1240px) {
    #voice-slider .splide__slide {
        flex: 0 0 calc(25% - 15px);
    }
}

@media screen and (max-width: 1024px) {
    #voice-slider .splide__slide {
        flex: 0 0 calc(33.3333% - 10px);
    }
}

@media screen and (max-width: 768px) {
    #voice-slider .splide__slide {
        flex: 0 0 calc(50% - 5px);
    }
}

@media screen and (max-width: 500px) {
    #voice-slider .splide__slide {
        flex: 0 0 100%;
    }
}

#voice-slider .splide__list {
    display: flex;
    align-items: stretch;
	align-items: center;
}

#voice-slider .splide__track {
    overflow: hidden;
}

.splide__arrow::after {
    content: none !important;
}
#voice-slider .splide__arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 10;
    pointer-events: all;
}


#voice-slider .splide__arrow.splide__arrow--prev,
#voice-slider .splide__arrow.splide__arrow--next {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	background-repeat: no-repeat;
}
#voice-slider .splide__arrow.splide__arrow--prev {
	background-image: url('images/arrow-prev-voice.png');
	left: -130px;
}

#voice-slider .splide__arrow.splide__arrow--next {
	background-image: url('images/arrow-next-voice.png');
	right: 0;
}

#voice-slider .splide__slide:hover {
    transform: none;
}

/* スライド内のボックス（カード） */
.voice-card {
	margin: 10px;
}

/* ボックス全体 */
.voice-box {
	padding: 5px;
	border-radius: 10px;
	text-align: center;
	color: #000;
}
/* アイコン部分 */
.voice-icon-area {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
.voice-icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.voice-icon-img {
	width: 80%;
	height: auto;
}
/* 属性と都道府県 */
.voice-meta {
	flex-direction: column;
	justify-content: start;
	text-align: left;
	margin-left: 10px;
}
.voice-attribute {
	font-size: 18px;
	font-weight: bold;
}
.voice-prefecture {
	font-size: 14px;
}
/* 商品画像 */
.voice-product-image img {
	width: 200px;
	height: 138px;
	border-radius: 10px;
	margin-bottom: 5px;
}
/* 商品名 */
.voice-product-name {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
}
/* コメント */
.voice-product-comment {
	text-align: left;
	font-size: 14px;
	line-height: 1.7;
	min-height: 220px;
	margin-bottom: 10px;
}
/* 査定価格 */
.voice-product-price-area {
	color: #000;
	padding-top: 10px;
	font-weight: bold;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;	
}
.voice-price-label {
	display: inline-block;
	width: 96px;
	height: 32px;
	background: url('images/subtract.png') no-repeat center center;
	background-size: contain;
	text-indent: -9999px;
	position: relative;
	top: 24px;
	z-index: 2;
}
.voice-price {
	font-family: 'Anta';
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 76px;
	align-items: center;	
	height: 64px;	
	background: #FFD700;
	border-radius: 0 0 20px 20px;
	letter-spacing: 0.03em;	
	text-shadow:
		3px 3px 0px #fff,
		-3px 3px 0px #fff,
		3px -3px 0px #fff,
		-3px -3px 0px #fff,
		0px 3px 0px #fff,
		3px 0px 0px #fff,
		0px -3px 0px #fff,
		-3px 0px 0px #fff;
		2px 5px 1px #FFBB00;
}
.voice-price span {
	font-weight: bold;
	font-size: 20px;
}

/* ジャンル */
#genre {
	background-color: #0B0B11;
	background-image: url(images/category/genre_bg.avif);
	/*background-image: url(images/footer_bg.avif);*/
	background-size: cover;
	/* background-attachment: fixed; */
	position: relative;		
}
#genre.genre_list {
	background-color: #0B0B11 !important;
	background-image: url(images/category/genre_bg.avif) !important;
	background-size: cover;
}

h2.genre__title {
	padding-top: 64px;
    padding-bottom: 36px;
    text-align: center;
	margin: 0;
}
h3.genre_title {
	max-width: 1000px;
	height: 36px;
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: 0.15em;
	color: #fff;
	text-align: center;
	padding: 98px 0 38px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
}
h3.genre_title span {
	margin: 0 4px;
}
h3.genre_title:before,
h3.genre_title:after {
	content: "";
	flex: 1;
	height: 4px;
	background-color: #fff;
}
.category-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: auto auto;
	grid-gap: 5px;
	width: 100%;
	max-width: 1360px;
}
/*
.item {
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
*/

#genre .manu-list > ul {
	margin-top: 40px;
	margin-bottom: 30px;
	position: static;
}
#genre .manu-list > ul > li > a {
	position: relative;
}
#genre .manu-list > ul > li > a > span {
	position: static;
}
#genre .manu-list.genre {
	margin: auto;
	width: 1288px;
	max-width: 100%;
}
#genre .manu-list.genre > ul {
	margin: auto;
	margin-top: 40px;
	width: 1288px;
	max-width: 100%;	
	display: flex;
	justify-content: center;
	gap: 16px;	
}
#genre .manu-list.genre > ul > li {
	width: 238px;
	height: 300px;
	border-radius: 30px;
	background-color: rgba(245, 245, 245, 0.96);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 0;
	margin: 0;
	gap: 0;	
}
#genre .manu-list.genre > ul > li > a {
	width: 166px;
	height: 210px;	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;	
	background-color: #fff;
	border-radius: 40px;
	position: relative;
	background-position: center !important;
}
#genre .manu-list.genre > ul > li > a::before {
	background-image: none;
}
#genre .manu-list.genre > ul > li > a span {
	/*
	position: absolute;
	top: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	*/
	display: block;	
	padding-top: 230px;	
	width: 206px;
	height: 30px;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 900;
	font-size: 18px;
	text-align: center;
	color: #0D0F32;	
}
#genre .manu-list.other {
	margin: auto;
	width: 1210px;
	max-width: 100%;
}
#genre .manu-list.other > ul {
	display: flex;
	justify-content: center;
	align-items: center;	
}
#genre .manu-list.other > ul > li {
    width: 222px;
	display: flex;
	align-items: center;		
	margin: 0 !important;
    margin-bottom: 36px !important;
	margin-right: 20px ! importAnt;
}
#genre .manu-list.other > ul > li > a {
	width: 86px;
	height: 86px;
	display: flex;
	align-items: center;	
	background-size: 86px !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	border-radius: 50%;
	transition: 0.3s ease-in-out;
}
#genre .manu-list.other > ul > li > a:hover {
	border-radius: 50% !important;
	color: inherit !important;
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);	
}

#genre .manu-list > ul > li:hover::before {
	content: none !important;
	background-color: transparent !important;
	width: auto !important;
	height: auto !important;
	position: static !important;
}

#genre .manu-list.other > ul > li > a > span {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 90px;
	text-align: left;
	max-width: 150px;
	height: 54px;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: -0.03em;
	color: #FFFFFF;	
}
#genre .manu-list.other > ul > li > a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 86px;
	height: 86px;
	background-image: url('images/category/icon_wrap.png');
	background-size: 86px;
	background-repeat: no-repeat;
	z-index: 2;
	pointer-events: none;
}

#genre-block {
	overflow: hidden;
	text-align: center;
	transition: max-height 0.5s ease;
	max-height: 620px; /* ← 2行分の高さに合わせて調整 */	
}
#maker-block,
#series-block {
	overflow: hidden;
	text-align: center;
	transition: max-height 0.5s ease;
	max-height: 220px; /* ← 2行分の高さに合わせて調整 */
}
#genre-block.expanded,
#maker-block.expanded,
#series-block.expanded {
	max-height: 3000px; /* ← 全体が表示される高さ（多めに） */
}

.toggle-btn {
	display: block;
	width: 200px;
	margin: 20px auto 0;
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px 24px;
	cursor: pointer;
	font-weight: bold;
	border-radius: 4px;
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
}
#genre .toggle-btn,
main.search .more__btn {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px auto;
    max-width: 240px;
    padding: 10px 25px;
	font-size: 18px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 600;
	background: linear-gradient(90deg, #0D0F32 0%, #1926A1 70.5%, #0029A3 100%);
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 3px;
    border-radius: 50px;
	margin-top: 50px;
	cursor: pointer;
}
.toggle-btn:hover,
main.search .more__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}
p.list-link a {
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0.15em;
	color: #fff;
	margin-top: 50px;
}

.gradient-bar {
	position: relative;
	width: 100%;
	height: 20px;
	background: linear-gradient(to right,
	  rgba(30, 26, 148, 0.8),  /* #1e1a94 青系, 透明80% */
	  rgba(90, 61, 153, 0.6),  /* #5a3d99 紫系, 透明60% */
	  rgba(86, 122, 147, 0.4)  /* #567a93 青緑系, 透明40% */
	);
	background: linear-gradient(to right, #1e1a94, #5a3d99, #567a93);
}

.purchase__serch {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
	isolation: isolate;
	width: 100%;
	height: auto;	
	padding-bottom: 50px;
	background: linear-gradient(90deg, #0D0F32 0%, #1926A1 70.5%, #0029A3 100%);
	margin: -2px auto 0;
}
.purchase__serch--wrapper {
	width: 822px;
	max-width: 100%;
	height: auto;
	margin: auto;
	background-color: transparent;
	background-image: url(images/purchase__serch--wrapperBG.png);
	background-repeat: no-repeat;
	background-size: 160px;
	background-position: left 100px top 0px;
}
.purchase__serch--title {
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 42px;
	line-height: 61px;
	letter-spacing: 0.15em;
	color: #FFFFFF;
	padding: 30px 0;
	text-align: center;
}
.purchase__serch .search_block .search-form {
	display: flex;
	align-items: center;
	max-width: 800px;	 
}
.purchase__serch .search_block .search-input {
	flex: 1;
	padding: 6px 20px;
	border: none;
	border-radius: 30px;
	font-size: 24px;
	outline: none;
	background-color: white;
	color: #f59c4a;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.purchase__serch .search_block .search-input::placeholder {
	color: #f59c4a;
	font-weight: bold;
}

.purchase__serch .search_block .search-button {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 20px;
	background: repeating-linear-gradient(
	  45deg,
	  #fffb00,
	  #fffb00 5px,
	  #f7e200 5px,
	  #f7e200 10px
	);
	border: none;
	border-radius: 30px;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	cursor: pointer;
	white-space: nowrap;
	box-shadow: 0 3px 0 #3657ff, 0 4px 8px rgba(0, 0, 0, 0.15);
}
.purchase__serch .search_block .search-button img {
	margin-right: 6px;
}
.popular-keywords-box h2 {
	font-size: 20px;
	color: #EBDF39;
	text-align: center;
}
.popular-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.tag-badge {
	display: inline-block;
	background: linear-gradient(90deg, #0D0F32 0%, #1926A1 70.5%, #0029A3 100%);
	filter: drop-shadow(0px 2px 4px #ccc);
	border: 2.5px solid #EBDF39;
	color: #fff;
	padding: 6px 16px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none !important;	
    transition: 0.3s ease-in-out;
	transition: background-color 0.2s, color 0.2s;
}
.tag-badge:hover {
	background-color: #3657ff;
	color: #fff;
	border-color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);	
}
.toggle-btn {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
	font-size: 18px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 600;
	background: linear-gradient(90deg, #0D0F32 0%, #1926A1 70.5%, #0029A3 100%);
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 3px;
    border-radius: 50px;
	cursor: pointer;
}
.toggle-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}


.consultation {
	margin: -1px auto;
	background:
	  repeating-linear-gradient(
		125deg,
		rgba(0, 0, 0, 0.05) 0px,
		rgba(0, 0, 0, 0.05) 20px,
		transparent 60px,
		transparent 80px
	  ),
	  linear-gradient(90deg, #0d1d85, #1a3c88);
}
.consultation .consultation__wrapper {
	margin: auto;
	max-width: 1487px;
	height: 668px;
	background-color: transparent;
	/*
	background-image: url(images/ok_item.avif);
	*/
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center top 30px;
}
h2.consultation__title {
	padding-top: 48px;
	text-align: center;
}
.application__btn--wrapper {
	margin: 25px auto;
	display: flex;
	justify-content: center;	
}
.phone_btn--wrapper {
	margin: auto;
	display: flex;
	justify-content: center;		
}

.flow {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 64px 0px;
	gap: 64px;
	width: 100%;
    background: linear-gradient(90deg, #0D0F32 0%, #1926A1 70.5%, #0029A3 100%);
}
.flow__anime--wrapper {
	width: 1162px;
	height: 1100px;
	margin: auto;
	/*
	background-image: url(images/flow/big_flow_frame.avif);
	background-repeat: no-repeat;
	background-size: 1162px 1100px;
	background-position: center top;
	*/
	background-image: url(images/zebra.webp);
    background-repeat: repeat;
    background-position: center top;    
    border: 8px solid #ffd25f;
    border-radius: 82px;
    padding: 20px 86px 72px;
	position: relative;
}
.flow__anime--wrapper .two__step {
	position: absolute;
	top: -30px;
	left: 325px;
}
.flow__anime--wrapper .pointer {
	position: absolute;
    bottom: -20px;
    right: 100px;
}
.flow__anime--wrapper .anime_wrapper {
	margin-top: 100px;
	text-align: center;
}
.flow__anime--wrapper .anime_wrapper iframe {
    max-width: 710px;
    width: 710px;
    height: 400px;
}
.flow__wrapper {
	width: 1162px;
	height: 500px;
	margin: auto;
	/*
	background-image: url(images/flow/flow_frame.avif);
	background-repeat: no-repeat;
	background-size: 1161.6px 473px;
	background-position: center top;
	*/
    background-image: url(images/zebra.webp);
    background-repeat: repeat;
    background-position: center top;    
    border: 8px solid #ffd25f;
    border-radius: 82px;
    padding: 10px 86px 76px;	
	position: relative;
}
.flow__wrapper .two__step {
  position: absolute;
  top: -30px;
  left: 325px;
}
.flow_tips,
.tips {
	width: 100%;
	margin: auto;
	text-align: center;
	background: linear-gradient(90deg, #0D0F32 0%, #1926A1 70.5%, #0029A3 100%);
	margin-top: -2px;
	margin-bottom: -2px;
}
h2.flow__title {
	text-align: center;
	margin-top: 60px;
}
.flow__wrapper--flex {
	margin: auto;
	display: flex;
	align-items: stretch;
	justify-content: center;	
}
.flow__wrapper--block {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	background-color: #fff;
	background-color: #F5F5F5;
	padding: 20px 10px;
	border-radius: 16px;
}
.flow__wrapper--block:nth-of-type(1),
.flow__wrapper--block:nth-of-type(3),
.flow__wrapper--block:nth-of-type(5),
.flow__wrapper--block:nth-of-type(7) {
	height: 277px;
}
.flow__wrapper--block:nth-of-type(2),
.flow__wrapper--block:nth-of-type(4),
.flow__wrapper--block:nth-of-type(6) {
	background-color: transparent;
	padding: 0;
	margin-top: 130px;
}
.flow__wrapper--block img.line {
	margin-top: 20px;
}
.flow__wrapper--block img.box {
	margin-top: 30px;
}
.flow__wrapper--block img.pro {
	margin-top: 50px;
}
.flow__wrapper--block p {
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	line-height: 130%;
	color: #000;
	text-align: center;
	transform: scaleY(1.1);
}
.flow__wrapper--block .appraiser {
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	color: #666;
	text-align: center;
	line-height: 1.2;
    margin-top: 20px;
    margin-bottom: -50px;
	transform: scaleY(1.1);
}
.flow__wrapper--block .appraiser span {
	font-size: 30px;
}
.flow_tips {
	padding-top: 50px;
	padding-bottom: 64px;
}

.iframe__wrapper {
	display: flex;
	flex-flow: column;
	align-items: center;	
}
.iframe__wrapper h2 {
	text-align: center;
	margin-top: 40px;
}
.iframe__wrapper iframe {
    max-width: 710px;
    width: 710px;
	height: 400px;
}
.pointer_wrapper {
	display: block;
	margin-left: auto;
	text-align: right;
	margin-right: 190px;
}
.flow__wrapper--btn {
	margin: auto;
	max-width: 760px;
	height: 253px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	gap: 40px;
}
.flow__page--btn {
	max-width: 1182px;
	height: 100px;
	margin: auto;
	background-image: url(images/flow/flow_btn-bg.avif);
	background-repeat: no-repeat;
	background-size: 1182px 106px;
	background-position: center top;	
}
.flow__page--btn h3 {
	width: 100%;
	height: 186px;	
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 3;
	letter-spacing: 0.1em;
	color: #0A3A61;
	text-align: center;
	text-shadow:
		4px 4px 0 #fff,
		-4px 4px 0 #fff,
		4px -4px 0 #fff,
		-4px -4px 0 #fff,
		0 4px 0 #fff,
		4px 0 0 #fff,
		0 -4px 0 #fff,
		-4px 0 0 #fff,
		3px 3px 0 #fff,
		-3px 3px 0 #fff,
		3px -3px 0 #fff,
		-3px -3px 0 #fff;
}
.flow__page--btn h3 span {
	font-size: 24px;
	padding-right: 24px;
}
.flow__page--btn h3:after {
	content: "";
	display: inline-block;
	width: 34px;
	height: 34px;	
	background: url(images/flow/right-arrow.png);
	background-size: 34px 34px;
	vertical-align: middle;
}
.tips {
	padding: 60px 20px 100px;	
}
.tips .tips__wrapper {
	max-width: 1300px;
	min-width: 720px;	
	margin: auto;
	height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 24px;
    border: 8px solid #00EAF2;
    border-radius: 82px;
    background-color: #CFE3F8;
	/*
	background-image: url(images/flow/tips-frame.avif);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
	*/
	position: relative;
}
.tips .tips__wrapper .tips__wrapper--block {
    display: flex;
    flex-direction: column;
	box-sizing: border-box;
	height: auto;
    padding: 40px 20px;
    gap: 20px;
}
.tips .tips__wrapper h2.tips__wrapper--title {
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 42px;
	line-height: 130%;
	text-align: center;
	letter-spacing: 0.1em;
	color: #0D0F32;
	text-shadow:
		4px 4px 0 #fff,
		-4px 4px 0 #fff,
		4px -4px 0 #fff,
		-4px -4px 0 #fff,
		0 4px 0 #fff,
		4px 0 0 #fff,
		0 -4px 0 #fff,
		-4px 0 0 #fff,
		3px 3px 0 #fff,
		-3px 3px 0 #fff,
		3px -3px 0 #fff,
		-3px -3px 0 #fff;
}
.tips .tips__wrapper--grid {
	display: flex;
	justify-content: center;
	gap: 30px;	
}
.tips .grid-box {
	width: 572px;
	max-width: 100%;
	height: auto;
	gap: 20px;
	background: #f0f6ff;
	padding: 20px;
	border-radius: 20px;
}
.tips .section-title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 34px;
	line-height: 1.4;
	color: #0D0F32;
	text-align: left;
	text-shadow:
		4px 4px 0 #fff,
		-4px 4px 0 #fff,
		4px -4px 0 #fff,
		-4px -4px 0 #fff,
		0 4px 0 #fff,
		4px 0 0 #fff,
		0 -4px 0 #fff,
		-4px 0 0 #fff,
		3px 3px 0 #fff,
		-3px 3px 0 #fff,
		3px -3px 0 #fff,
		-3px -3px 0 #fff;
	padding-right: .5em;
	padding-bottom: 30px;
}
.tips .section-title img {
	margin-left: 20px;
}
.tips .item {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.tips .item_block {
	display: block;
}
.tips .icon {
	font-size: 24px;
	color: #FF7F50; /* オレンジ色のチェックアイコン */
	flex-shrink: 0;
}
.tips .text {
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	line-height: 120%;
	display: flex;
	align-items: center;
	text-align: left;
	color: #3900A3;
	padding-left: 10px;
}
.tips .item_block .cont {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 160%;
	color: #0D0F32;
	text-align: left;
	padding-left: 10px;
}
/*
.tips .image img {
	width: 50%;
	height: auto;
}
*/

#achievements {
	background: linear-gradient(135deg, #0a1eb3, #872a90);
	background: linear-gradient(90deg, #0D0F32 0%, #1926A1 70.5%, #0029A3 100%);
	/*
	margin-top: -2px;
	margin-bottom: -2px;
	*/
}
#column {
	background: linear-gradient(135deg, #0a0d47, #163d8d);
	margin-top: -2px;
	margin-bottom: -2px;
}
#achievements h2.column__title {
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 64px;
	line-height: 93px;
	letter-spacing: 0.15em;
	text-align: center;
	padding-top: 30px;
	background: linear-gradient(106.07deg, #F4F278 16.71%, #A0A310 109.44%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-shadow: 0px 12px 0px rgba(0, 0, 0, 0.25);	
}

.purchase__price--wrapper {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	padding: 5px 0;
	border-top: thin solid #ccc;
	border-bottom: thin solid #ccc;
	font-size: 18px;
	color: #000;
	margin-bottom: 20px;
}
.purchase__price--wrapper .purchase__price--title {
	font-size: 18px;
	font-weight: bold;
	margin-right: 1em;
}
.purchase__price--wrapper .purchase__price {
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
}
.purchase__price--wrapper .purchase__price span {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;	
	font-size: 16px;
	padding: 0 5px;	
}

#column h2.column__title {
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 42px;
	line-height: 61px;
	letter-spacing: 0.15em;
	color: #FFFFFF;
	text-align: center;
	padding-top: 50px;
}
#achievements h2.column__title span,
#column h2.column__title span {
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.6;
	letter-spacing: 0;
	padding-top: 0;
	display: block;
}

#achievements .container div article, 
#column .container div article {
	margin: 30px auto 30px;
	max-width: 900px;
	width: 100%;
    float: none;
    position: relative;
	background-color: #F5F5F5;
	padding: 24px 36px;
	border-radius: 36px;	
}
#achievements .container .column-item, 
#column .container .column-item {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 30px;
	position: relative;
}
#achievements .container .column-item a,
#column .container .column-item a {
	position: absolute;
	inset: 0;
	z-index: 1;
}
#achievements .container .column-item .image-block,
#column .container .column-item .image-block {
	flex: 0 0 380px;
	aspect-ratio: 16 / 12;
	background-size: cover;
	background-position: center;
	border-radius: 12px;
	z-index: 2;
	overflow: hidden;
}
#achievements .container .column-item .image-block img,
#column .container .column-item .image-block img {
	width: 380px;
	max-width: 100%;
	height: auto;
	border-radius: 28px;
	transition : all 0.5s;
}
#achievements .container .column-item .image-block img:hover,
#column .container .column-item .image-block img:hover {
	transform: scale(1.3);	
}
#achievements .container .column-item .content_block,
#column .container .column-item .content_block {
	flex: 1;
	z-index: 2;
}
#achievements .container .column-item .content_block p,
#column .container .column-item .content_block p {
	color: #5f5f5f;
}
#achievements .toggle-btn,
#column .toggle-btn {
	margin-bottom: 50px;
}
#achievements .toggle-btn span,
#column .toggle-btn span {
	padding-left: 1em;
}

#purchase {
	background: linear-gradient(135deg, #002e85, #0d0d5b);
	margin: auto;
}
.purchase__wrapper {
	max-width: 1024px;
	padding: 44px 0 80px;
	margin: auto;
	display: flex;
	justify-content: space-between;	
}

#comparison {
	margin: auto;
	background:
	  repeating-linear-gradient(
		-155deg,
		rgba(255, 255, 255, 0.08) 0px,
		rgba(255, 255, 255, 0.08) 2px,
		transparent 2px,
		transparent 80px
	  ),
	  linear-gradient(
		to bottom,
		#0A0F61 0%,
		#1E065A 100%
	  );
	background-size: cover;
	text-align: center;
	padding: 50px 0;
}
.comparison_title {
	height: 372px;
	background-color: transparent;
	background-image: url(images/comparison_title-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;	
}
.comparison_title img {
	margin-top: 120px;
}

#news_section {
	background: linear-gradient(135deg, #050c56 0%, #09316b 100%);
	color: #fff;
	padding: 60px 20px;
}
.news_title {
	font-size: 2.5rem;
	text-align: center;
	color: #fffd78;
	font-weight: bold;
	margin-bottom: 40px;
}
.news_item {
	max-width: 600px;
	margin: auto;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.news_item::after {
    content: "";
    display: block;
    height: 12px;
    background: url('images/news__bottom--line.png') no-repeat center;
    background-size: contain;
    margin-top: 20px;
}
.new_flex {
	display: flex;
	align-items: center;	
}
.news_date {
	width: 100px;
}
.news__title--text {
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 10px;
}
.news_cont {
	font-size: 0.95rem;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-line-clamp: 2;       /* 2行に制限 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 100px;
}

.greeting__sec--title {
    height: 180px;
    background-image: url(images/flow_title-bg.webp);
    background-repeat: repeat-x;
    background-position: center top;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
#greeting .company-box h3, .company-box p {
    font-size: 2rem;
    margin: 1rem 0;
    margin-top: 80px;
    color: #fff;
}
#greeting p.reason_box {
	max-width: 920px;
	background-color: #fff;
	padding: 20px;
	border-radius: 30px;
	margin: 30px auto;
}
#greeting h2.company_profile {
    height: 180px;
	background-color: transparent;
    background-image: url(images/flow_title-bg.webp);
    background-repeat: repeat-x;
    background-position: center top;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 30px calc(50% - 50vw);
	width: 100vw;
}
#greeting h2.company_profile::after {
	display: none;
}
#policy {
	max-width: 1024px;
	margin: 50px auto;
	background: #fff;
	padding: 30px;
	border-radius: 30px;
}
#policy .commonSection p {
    font-family: 'Noto Sans JP';
    font-style: normal;
	font-weight: 400;
    font-size: 18px;
    line-height: 1.78;		
}
#greeting {
	background: linear-gradient(135deg, #050c56 0%, #09316b 100%);
	color: #fff;
	padding: 60px 20px;
	margin-top: -1px;
	margin-bottom: -1px;
}
.greeting__wrapper {
	max-width: 1124px;
	height: 485.5px;
	margin: auto;
    background: url('images/greeting.avif') no-repeat center;
    background-size: contain;
    margin-top: 20px;
	position: relative;
}
.greeting__wrapper p {
    max-width: 800px;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	font-size: clamp(17px, -0.524px + 1.765vw, 20px);
	line-height: 220%;
	display: flex;
	align-items: center;
	letter-spacing: 0.03em;
	color: rgba(245, 245, 245, 0.9);
    position: absolute;
    top: 100px;
    left: 280px;
	left: clamp(200px, -73.764px + 30.418vw, 280px);
}
#all__ok {
	margin: auto;
	background-color: #6782F0;
}
.all__ok--wrapper {
	margin: auto;
    background: url('images/all_ok.avif') no-repeat center;
    background-size: 432px 340px;
	background-position: left 35% top;
}
h2.all__ok--title {
	height: 50px;
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 42px;
	font-size: clamp(32px, 22.874px + 1.821vw, 42px);
	line-height: 120%;
	color: #0D0F32;
	text-align: center;
	padding: 80px 10px 0;
	text-shadow:
        0 0 30px #ffffff,
        0 0 40px #ffffff,
        0 0 50px #ffffff; /* ←ぼやっとした外側の白光 */		
}
h2.all__ok--title span {
	text-shadow:
		4px 4px 0 #fff,
		-4px 4px 0 #fff,
		4px -4px 0 #fff,
		-4px -4px 0 #fff,
		0 4px 0 #fff,
		4px 0 0 #fff,
		0 -4px 0 #fff,
		-4px 0 0 #fff,
		3px 3px 0 #fff,
		-3px 3px 0 #fff,
		3px -3px 0 #fff,
		-3px -3px 0 #fff, 	
	    0 0 30px #ffffff,
        0 0 40px #ffffff,
        0 0 50px #ffffff; /* ←ぼやっとした外側の白光 */	
}
h3.all__ok--sub {
	text-align: center;
	padding-top: 80px;	
}
.all__ok--wrapper picture img {
    display: block;
    margin: 0 auto 0;
	margin-top: 70px;
}
.all__ok--flex {
	max-width: 970px;
	margin: 30px auto;
	display: flex;
	justify-content: space-between;	
	position: relative;
}
h3.all__ok--contact {
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 42px;
	line-height: 61px;
	letter-spacing: 0.15em;
	color: #FFFFFF;
	text-align: center;
}
.all__ok--ok {
	display: block;
	position: absolute;
    top: -110px;
    right: -135px;
}

#sns {
	background: linear-gradient(90deg, #0D0F32 0%, #1926A1 70.5%, #0029A3 100%);	
	margin-top: -1px;	
}
.sns__wrapper {
    background-image: url('images/sns_bg.avif');
	background-repeat: no-repeat;
	background-position: center top;
    background-size: cover;
	padding: 60px 20px;
	position: relative;
	
}
h2.sns__wrapper--title {
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 70px;
	letter-spacing: 0.15em;
	color: #FFFFFF;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 40px;
}
.sns__wrapper--flex {
	max-width: 1144px;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;	
	padding: 64px 80px;
	gap: 64px;
	background: rgba(235, 235, 235, 0.2);
	border-radius: 60px;	
}
.sns__wrapper .sns__wrapper--block {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 10px 28px 10px 40px;
	width: 456px;
	max-width: 100%;
	height: 144px;
	border: 6px solid #F5F5F5;
	box-shadow: 0px 2px 20px rgba(0, 89, 190, 0.6);
	border-radius: 10px;
	background-repeat: no-repeat;
	background-position: left 40px center;		
}
.sns__wrapper .sns__wrapper--block.x {
	background-color: #000000;	
	background-image: url(images/sns_logo/x_logo.avif);
	background-size: 72px 72px;
}
.sns__wrapper .sns__wrapper--block.facebook {	
	background-color: #3b5998;	
	background-image: url(images/sns_logo/facebook_logo.avif);
	background-repeat: no-repeat;
	background-size: 72px 72px;
}
.sns__wrapper .sns__wrapper--block.instagram {	
	background-color: #3b5998;	
	background-image: url(images/sns_logo/Instagram_logo.avif);
	background-repeat: no-repeat;
	background-size: 72px 72px;
}
.sns__wrapper .sns__wrapper--block.tiktok {	
	background-color: #000;	
	background-image: url(images/sns_logo/tiktok_logo.avif);
	background-repeat: no-repeat;
	background-size: 64px 72px;
}
.sns__wrapper .sns__wrapper--block.youtube {	
	background-color: #e21a20;	
	background-image: url(images/sns_logo/youtube_logo.avif);
	background-repeat: no-repeat;
	background-size: 72px 61px;
}
.sns__wrapper .sns__wrapper--block.line {	
	background-color: #00c349;	
	background-image: url(images/sns_logo/line_logo.avif);
	background-repeat: no-repeat;
	background-size: 76px 72px;
}
.sns__wrapper p {
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	color: #fff;
	line-height: 1;
	padding-left: 100px;
}
.sns__wrapper p span {
	font-size: 24px;
}

.anime {
	background: linear-gradient(135deg, #050c56 0%, #09316b 100%);
	color: #fff;
	padding: 60px 20px;
	margin-top: -1px;
	position: relative;
	z-index: 1;
}
.iframe__wrapper {
	width: 890px;
	height: 550px;
	margin: auto;	
	background-image: url(images/movie_flame.avif);
	background-repeat: no-repeat;
	background-size: 890px 550px;
	background-position: center top;
	position: relative;	
}
h2.anime_title {
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 52px;
	letter-spacing: 0.15em;
	color: #FFD25F;
	display: flex;
	align-items: center;	
	justify-content: center;
	gap: 10px;
}

/*  買取アイテム */
.genre__list {
	background-image: url('images/cat_genre-bg.avif');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.genre__list .genre__wrapper {
	max-width: 1440px;
	margin: auto;
	position: relative;
}
.genre__list .genre__wrapper .bg_item {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
}
.genre__list .header_copy {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	z-index: 99999;
}
.genre__list .header_copy .header__main--copy h2 {
	width: 652px;
	width: clamp(250px, 117.958px + 35.211vw, 625px);
	position: absolute;
	left: 0;
	top: 78px;
	top: clamp(40px, 26.620px + 3.568vw, 78px);
}
header.genre__list.confidence,
header.genre__list.confidence .genre__wrapper {
	height: 386px;
	height: 430px;	
}
header.genre__list.confidence .genre__wrapper .bg_item.hidden-sm-down img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
}
header.genre__list.confidence .genre__wrapper {
	position: relative;
}
.genre__list.confidence .header_copy h2 {
	width: 95%;
	position: relative;
	margin-left: 50px;
	margin-left: clamp(24px, 10.552px + 3.586vw, 50px);
	margin-top: 130px;
	margin-top: clamp(40px, -6.552px + 12.414vw, 130px);
	padding-right: 50px;
	/*
	white-space: nowrap;
	*/
	font-family: 'Dela Gothic One', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 90px;
	line-height: 1;
	transform: scaleY(1.2);
	color: #000;
	-webkit-text-stroke: .2px #fff;
    text-stroke: .2px #fff;
	/* 白い縁取り＋青い発光 */
	text-shadow:
		-4px -4px 0 #fff,
		4px -4px 0 #fff,
		-4px 4px 0 #fff,
		4px 4px 0 #fff,
		0 0 10px #29f,
		0 0 20px #29f,
		0 0 40px #29f;
}
.genre__list.confidence .header_copy h2 span {
	font-size: 50px;
	text-shadow:
		-3px -3px 0 #fff,
		3px -3px 0 #fff,
		-3px 3px 0 #fff,
		3px 3px 0 #fff,
		0 0 10px #29f,
		0 0 20px #29f,
		0 0 40px #29f;	
}
.genre__list.confidence .header_copy .sub_title {
	position: relative;
}
.genre__list.confidence .header_copy .sub_title img {
	margin-top: 10px;
	margin-left: 50px;	
	margin-left: clamp(24px, 10.552px + 3.586vw, 50px);
	padding-right: 50px;
}
.header__sub--copy .ok_item {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 16px 30px;
	gap: 10px;
	position: absolute;
	width: 350px;
	width: clamp(230px, 187.746px + 11.268vw, 350px);
	height: 68px;
	height: clamp(45px, 36.901px + 2.16vw, 68px);
	left: 96px;
	top: 380px;
	top: clamp(180px, 109.577px + 18.779vw, 380px);
	background: #00E2D0;
	border-radius: 100px;
}
.header__sub--copy .ok_item h3 {
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	font-size: clamp(20px, 14.366px + 1.502vw, 36px);
	padding-top: 12px;
	letter-spacing: 0.15em;
	color: #0D0F32;
}
.header__sub--copy .ng_item {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 16px 30px;
	gap: 10px;
	position: absolute;
	width: 400px;
	width: clamp(250px, 197.183px + 14.085vw, 400px);
	height: 68px;
	height: clamp(45px, 36.901px + 2.16vw, 68px);
	left: 197px;
	left: clamp(120px, 92.887px + 7.23vw, 197px);
	top: 480px;
	top: clamp(240px, 155.493px + 22.535vw, 480px);
	background: #FF5252;
	border-radius: 100px;
}
.header__sub--copy .ng_item h3 {
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	font-size: clamp(20px, 14.366px + 1.502vw, 36px);
	padding-top: 12px;
	letter-spacing: 0.15em;
	color: #fff;
}
.genre__search--wrapper {
	background-image: url('images/blur_bg.avif');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 20px 0;
	position: relative;
}
.genre__search--wrapper .ambiguous__search--wrapper {
	position: static;
	width: 100vw;
	height: 126px;
	background: linear-gradient(to right,
		#0D0F32 0%,
		#1926A1 70%,
		#0029A3 100%
	);
	display: flex;
	justify-content: center;		
}
.genre__search--wrapper .ambiguous__search--wrapper .check-now {
    position: absolute;
    top: -47px;
    margin-left: -650px;
	margin-left: clamp(-350px, calc(-0.32vw - 190px), -650px);
    background: #ff4e00;
    color: #fff;
    padding: 6px 30px;
    border-radius: 100px;
    box-shadow: 0 3px 0 #c43d00;
}

#genre__cat--list {
	background: #0E137A;
	margin-top: -20px;
}
#genre__cat--list  h2.title {
	max-width: 598px;
	margin: auto;
	padding: 50px 0;
}
article.good-goods {
	border: 10px solid #FFFFFF;
	border-radius: 30px;
	padding: 30px 48px;
	margin-bottom: 32px;
}
article.good-goods h3 {
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 54px;
	line-height: 78px;
	letter-spacing: 0.2em;
	transform: scale(1, 1.2);
	color: #0D0F32;
	-webkit-text-stroke: 10px #FFFFFF;
    text-stroke: 10px #FFFFFF;	
	text-shadow:
		-3px -3px 0 #FFFFFF,
		 0px -3px 0 #FFFFFF,
		 3px -3px 0 #FFFFFF,
		-3px  0px 0 #FFFFFF,
		 3px  0px 0 #FFFFFF,
		-3px  3px 0 #FFFFFF,
		 0px  3px 0 #FFFFFF,
		 3px  3px 0 #FFFFFF;
}
article.good-goods:first-of-type {
	border: 10px solid #FFEE00;	
}
article.good-goods:first-of-type h3 {
	-webkit-text-stroke: 10px #FFEE00;
    text-stroke: 10px #FFEE00;
    paint-order: stroke;
	text-shadow:
		-3px -3px 0 #FFEE00,
		 0px -3px 0 #FFEE00,
		 3px -3px 0 #FFEE00,
		-3px  0px 0 #FFEE00,
		 3px  0px 0 #FFEE00,
		-3px  3px 0 #FFEE00,
		 0px  3px 0 #FFEE00,
		 3px  3px 0 #FFEE00;		
}
article.good-goods:nth-of-type(2) {
	border: 10px solid #A6D7FF;	
}
article.good-goods:nth-of-type(2) h3 {
	-webkit-text-stroke: 10px #A6D7FF;
    text-stroke: 10px #A6D7FF;	
    paint-order: stroke;
	text-shadow:
		-3px -3px 0 #A6D7FF,
		 0px -3px 0 #A6D7FF,
		 3px -3px 0 #A6D7FF,
		-3px  0px 0 #A6D7FF,
		 3px  0px 0 #A6D7FF,
		-3px  3px 0 #A6D7FF,
		 0px  3px 0 #A6D7FF,
		 3px  3px 0 #A6D7FF;
}
article.good-goods:nth-of-type(3) {
	border: 10px solid #FF5E5E;	
}
article.good-goods:nth-of-type(3) h3 {
	-webkit-text-stroke: 10px #FF5E5E;
    text-stroke: 10px #FF5E5E;	
    paint-order: stroke;	
	text-shadow:
		-3px -3px 0 #FF5E5E,
		 0px -3px 0 #FF5E5E,
		 3px -3px 0 #FF5E5E,
		-3px  0px 0 #FF5E5E,
		 3px  0px 0 #FF5E5E,
		-3px  3px 0 #FF5E5E,
		 0px  3px 0 #FF5E5E,
		 3px  3px 0 #FF5E5E;
}
article.good-goods:nth-of-type(4) {
	border: 10px solid #FFA6DD;	
}
article.good-goods:nth-of-type(4) h3 {
	-webkit-text-stroke: 10px #FFA6DD;
    text-stroke: 10px #FFA6DD;	
    paint-order: stroke;	
	text-shadow:
		-3px -3px 0 #FFA6DD,
		 0px -3px 0 #FFA6DD,
		 3px -3px 0 #FFA6DD,
		-3px  0px 0 #FFA6DD,
		 3px  0px 0 #FFA6DD,
		-3px  3px 0 #FFA6DD,
		 0px  3px 0 #FFA6DD,
		 3px  3px 0 #FFA6DD;
}
article.good-goods:nth-of-type(5) {
	border: 10px solid #FFDD99;	
}
article.good-goods:nth-of-type(5) h3 {
	-webkit-text-stroke: 10px #FFDD99;
    text-stroke: 10px #FFDD99;	
    paint-order: stroke;	
	text-shadow:
		-3px -3px 0 #FFDD99,
		 0px -3px 0 #FFDD99,
		 3px -3px 0 #FFDD99,
		-3px  0px 0 #FFDD99,
		 3px  0px 0 #FFDD99,
		-3px  3px 0 #FFDD99,
		 0px  3px 0 #FFDD99,
		 3px  3px 0 #FFDD99;	
}
article.good-goods:nth-of-type(6) {
	border: 10px solid #B9EAE6;	
}
article.good-goods:nth-of-type(6) h3 {
	-webkit-text-stroke: 10px #B9EAE6;
    text-stroke: 10px #B9EAE6;	
    paint-order: stroke;	
	text-shadow:
		-3px -3px 0 #B9EAE6,
		 0px -3px 0 #B9EAE6,
		 3px -3px 0 #B9EAE6,
		-3px  0px 0 #B9EAE6,
		 3px  0px 0 #B9EAE6,
		-3px  3px 0 #B9EAE6,
		 0px  3px 0 #B9EAE6,
		 3px  3px 0 #B9EAE6;	
}
article.good-goods:nth-of-type(7) {
	border: 10px solid #B2E66D;	
}
article.good-goods:nth-of-type(7) h3 {
	-webkit-text-stroke: 10px #B2E66D;
    text-stroke: 10px #B2E66D;	
    paint-order: stroke;	
	text-shadow:
		-3px -3px 0 #B2E66D,
		 0px -3px 0 #B2E66D,
		 3px -3px 0 #B2E66D,
		-3px  0px 0 #B2E66D,
		 3px  0px 0 #B2E66D,
		-3px  3px 0 #B2E66D,
		 0px  3px 0 #B2E66D,
		 3px  3px 0 #B2E66D;	
}
article.good-goods:nth-of-type(8) {
	border: 10px solid #C598FB;	
}
article.good-goods:nth-of-type(8) h3 {
	-webkit-text-stroke: 10px #C598FB;
    text-stroke: 10px #C598FB;	
    paint-order: stroke;	
	text-shadow:
		-3px -3px 0 #C598FB,
		 0px -3px 0 #C598FB,
		 3px -3px 0 #C598FB,
		-3px  0px 0 #C598FB,
		 3px  0px 0 #C598FB,
		-3px  3px 0 #C598FB,
		 0px  3px 0 #C598FB,
		 3px  3px 0 #C598FB;	
}
article.good-goods:nth-of-type(9) {
	border: 10px solid #999CFF;	
}
article.good-goods:nth-of-type(9) h3 {
	-webkit-text-stroke: 10px #999CFF;
    text-stroke: 10px #999CFF;	
    paint-order: stroke;	
	text-shadow:
		-3px -3px 0 #999CFF,
		 0px -3px 0 #999CFF,
		 3px -3px 0 #999CFF,
		-3px  0px 0 #999CFF,
		 3px  0px 0 #999CFF,
		-3px  3px 0 #999CFF,
		 0px  3px 0 #999CFF,
		 3px  3px 0 #999CFF;	
}
article.good-goods:nth-of-type(10) {
	border: 10px solid #6392FF;	
}
article.good-goods:nth-of-type(10) h3 {
	-webkit-text-stroke: 10px #6392FF;
    text-stroke: 10px #6392FF;	
    paint-order: stroke;		
	text-shadow:
		-3px -3px 0 #6392FF,
		 0px -3px 0 #6392FF,
		 3px -3px 0 #6392FF,
		-3px  0px 0 #6392FF,
		 3px  0px 0 #6392FF,
		-3px  3px 0 #6392FF,
		 0px  3px 0 #6392FF,
		 3px  3px 0 #6392FF;
}
article.good-goods:nth-of-type(11) {
	border: 10px solid #FFEE00;	
}
article.good-goods:nth-of-type(11) h3 {
	-webkit-text-stroke: 10px #FFEE00;
    text-stroke: 10px #FFEE00;	
    paint-order: stroke;	
	text-shadow:
		-3px -3px 0 #FFEE00,
		 0px -3px 0 #FFEE00,
		 3px -3px 0 #FFEE00,
		-3px  0px 0 #FFEE00,
		 3px  0px 0 #FFEE00,
		-3px  3px 0 #FFEE00,
		 0px  3px 0 #FFEE00,
		 3px  3px 0 #FFEE00;	
}
article.good-goods:nth-of-type(12) {
	border: 10px solid #9EE622;	
}
article.good-goods:nth-of-type(12) h3 {
	-webkit-text-stroke: 10px #9EE622;
    text-stroke: 10px #9EE622;	
    paint-order: stroke;	
	text-shadow:
		-3px -3px 0 #9EE622,
		 0px -3px 0 #9EE622,
		 3px -3px 0 #9EE622,
		-3px  0px 0 #9EE622,
		 3px  0px 0 #9EE622,
		-3px  3px 0 #9EE622,
		 0px  3px 0 #9EE622,
		 3px  3px 0 #9EE622;
}
article.good-goods:nth-of-type(13) {
	border: 10px solid #BECBD9;	
}
article.good-goods:nth-of-type(13) h3 {
	-webkit-text-stroke: 10px #BECBD9;
    text-stroke: 10px #BECBD9;	
    paint-order: stroke;	
	text-shadow:
		-3px -3px 0 #BECBD9,
		 0px -3px 0 #BECBD9,
		 3px -3px 0 #BECBD9,
		-3px  0px 0 #BECBD9,
		 3px  0px 0 #BECBD9,
		-3px  3px 0 #BECBD9,
		 0px  3px 0 #BECBD9,
		 3px  3px 0 #BECBD9;	
}
article.good-goods:nth-of-type(14) {
	border: 10px solid #EE98FB;	
}
article.good-goods:nth-of-type(14) h3 {
	-webkit-text-stroke: 10px #EE98FB;
    text-stroke: 10px #EE98FB;	
    paint-order: stroke;	
	text-shadow:
		-3px -3px 0 #EE98FB,
		 0px -3px 0 #EE98FB,
		 3px -3px 0 #EE98FB,
		-3px  0px 0 #EE98FB,
		 3px  0px 0 #EE98FB,
		-3px  3px 0 #EE98FB,
		 0px  3px 0 #EE98FB,
		 3px  3px 0 #EE98FB,
		-4px -4px 0 #EE98FB,
		 4px -4px 0 #EE98FB,
		-4px  4px 0 #EE98FB,
		 4px  4px 0 #EE98FB,
		-5px -5px 0 #EE98FB,
		 5px -5px 0 #EE98FB,
		 5px  5px 0 #EE98FB,
		 5px  5px 0 #EE98FB,
		 6px  0px 0 #EE98FB,
		 6px  0px 0 #EE98FB,
		 0px -6px 0 #EE98FB,
		 0px  6px 0 #EE98FB;
}
article.good-goods:nth-of-type(15) {
	border: 10px solid #FF8C00;	
}
article.good-goods:nth-of-type(15) h3 {
	-webkit-text-stroke: 10px #FF8C00;
    text-stroke: 10px #FF8C00;	
    paint-order: stroke;	
	text-shadow:
		-3px -3px 0 #FF8C00,
		 0px -3px 0 #FF8C00,
		 3px -3px 0 #FF8C00,
		-3px  0px 0 #FF8C00,
		 3px  0px 0 #FF8C00,
		-3px  3px 0 #FF8C00,
		 0px  3px 0 #FF8C00,
		 3px  3px 0 #FF8C00;	
}
.good-goods-pick {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1.5rem;
    gap: 30px;
}
.good-goods-pick .contents_block {
    margin: auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;	
}
.good-goods .thumb {
    width: 130px;
    height: 130px;
    object-fit: cover;	
	align-items: center;
	border: none;
}
.good-goods .thumb img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 0;
    border: none;
    text-align: center;
}
.good-goods .thumb a {
    position: relative;
}
.good-goods .thumb a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    height: 130px;
    background-image: url(images/category/icon_wrap.png);
    background-size: 130px;
    background-repeat: no-repeat;
    z-index: 2;
    pointer-events: none;
}
.good-goods-pick p {
    width: 150px;
    margin-left: -.5em;
    margin-right: auto;
    min-height: 3rem;
    vertical-align: bottom;
    font-weight: bold;
    display: flex;
    justify-content: center;
	align-items: flex-start;
    line-height: 1.2;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    letter-spacing: -0.03em;
    color: rgba(255, 255, 255, 0.65);
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}
.good-goods .ng_item {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 20px 24px 24px;
	gap: 16px;
	background: rgba(235, 235, 235, 0.2);
	border-radius: 20px;
	flex: none;
	order: 4;
	align-self: stretch;
	flex-grow: 0;	
}
.good-goods .ng_item p {
	display: block;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    text-align: left;
    letter-spacing: -0.03em;
    color: rgba(255, 255, 255, 0.65);		
}
.ng_item-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	padding: 0;
	margin-top: -10px;
    margin-bottom: -5px;	
	list-style: none;
}

.ng_item-list li {
	white-space: normal;
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 130%;
	text-align: left;
	letter-spacing: 0.15em;
	color: #EBEBEB;
	/*
	flex: none;
	order: 1;
	flex-grow: 0;
	*/
}
.ok_item-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	padding: 0;
	margin-top: 25px;
	margin-bottom: 35px;
	list-style: none;
}
.ok_item-list li {
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 130%;
	text-align: center;
	letter-spacing: 0.15em;
	color: #EBEBEB;
	flex: none;
	order: 1;
	flex-grow: 0;
}
.ok-icon {
	width: 34px;
	height: 33px;
	margin-right: 0.5em;
}
p.note {
	display: block;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
    text-align: left;
    letter-spacing: -0.03em;
    color: rgba(255, 255, 255, 0.65);
	margin: 20px 0;
}

@media screen and (max-width: 630px) {
	body.item main.main header {
		height: clamp(450px, 1.6324vw + -162.15px, 2188.8px) !important;
		background-size: cover;
	}	
}

body.column .column-blog,
body#blog .column-blog,
body#achievements .column-blog {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0px 0px 48px;
	gap: 36px;
	background: linear-gradient(90deg, #0D0F32 0%, #1926A1 70.5%, #0029A3 100%);	
}
body.column .column-blog .page_title {
	width: 100%;
    background: url(images/column_titleBG.avif) no-repeat center center / cover;
    margin-bottom: 30px;
    padding-top: 65px;
    height: 220px;
}
body.column .column-blog .page_title h2 {
    font-family: 'Dela Gothic One';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 61px;
    letter-spacing: 0.15em;
    color: #FFFFFF;
    text-align: center;
}
body#blog .column-blog .page_title.purchase {
	width: 100%;
    background: url(images/column_titleBG.avif) no-repeat center center / cover;
    margin-bottom: 30px;
    padding-top: 65px;
    height: 220px;	
}
body#achievements .column-blog .page_title.purchase {
	width: 100%;
    background: url(images/column_titleBG.avif) no-repeat center center / cover,
		url(images/title_back.avif) no-repeat center center / 926px;
    margin-bottom: 30px;
    padding-top: 65px;
    height: 220px;	
}
body#blog .column-blog .page_title.purchase h2 {
    font-family: 'Dela Gothic One';
    font-style: normal;
    font-weight: 400;
	font-size: 64px;
	line-height: 93px;
    letter-spacing: 0.15em;
    color: #FFFFFF;
    text-align: center;
	background: linear-gradient(106.07deg, #F4F278 16.71%, #A0A310 109.44%);
	-webkit-background-clip: text;
}
body#achievements .column-blog .page_title.purchase h2 {
    font-family: 'Dela Gothic One';
    font-style: normal;
    font-weight: 400;
	font-size: 64px;
	line-height: 93px;
    letter-spacing: 0.15em;
    color: #FFFFFF;
    text-align: center;
	background: linear-gradient(106.07deg, #F4F278 16.71%, #A0A310 109.44%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;	
}
body#blog .column-blog .container ul.inner li a .body {
	margin-left: 0;
}
body#achievements .column-blog .container ul.inner li a {
	display: flex;
}
body#blog .column-blog .container ul.inner li .body,
body#achievements .column-blog .container ul.inner li .body {
	flex-flow: column;
}
body.column .column-blog .container ul.inner li,
body#blog .column-blog .container ul.inner li,
body#achievements .column-blog .container ul.inner li {
    margin: 30px auto 30px;
    max-width: 900px;
    width: 100%;
    float: none;
    position: relative;
    background-color: #F5F5F5;
    padding: 24px 36px;
    border-radius: 36px;
}
body.column .column-blog .container ul.inner li {
	display: flex;
    margin: 30px auto 30px;
    max-width: 900px;
    width: 100%;
    float: none;
    position: relative;
    background-color: #F5F5F5;
    padding: 24px 36px;
    border-radius: 36px;	
}
body.column .staff-blog img,
body.column .related_posts img,
body.column .column-blog img {
    max-width: 230px;
    border-radius: 27px;
    height: auto;
}
body#blog .staff-blog img,
body#blog .related_posts img,
body#blog .column-blog img,
body#achievements .staff-blog img,
body#achievements .related_posts img,
body#achievements .column-blog img {
    max-width: 230px;
    border-radius: 27px;
    height: auto;
	flex-shrink: 0;
	margin-right: 20px;
}
body.column .column-blog .container ul.inner li h3.entry-title,
body#blog .column-blog .container ul.inner li h3.entry-title,
body#achievements .column-blog .container ul.inner li h3.entry-title {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 900;
	font-size: 22px;
	line-height: 150%;
	color: #0D0F32;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
body.column .column-blog .container ul.inner li .date,
body#blog .column-blog .container ul.inner li .date,
body#achievements .column-blog .container ul.inner li .date {
	text-align: right;
}
body.column .column-blog .container ul.inner li p.cont,
body#blog .column-blog .container ul.inner li p.cont,
body#achievements .column-blog .container ul.inner li p.cont {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 180%;
	letter-spacing: 0.06em;
	color: rgba(13, 15, 50, 0.9);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: .5em;
}

body.column .column-blog .container .custom-pagination,
body#blog .column-blog .container .custom-pagination,
body#achievements .column-blog .container .custom-pagination,
.main.search .custom-pagination {
    display: flex;
    justify-content: center;
    margin: 80px auto 96px;
}
/*
ul.page-numbers,
*/
body.column .column-blog .container .custom-pagination ul.page-numbers,
body#blog .column-blog .container .custom-pagination ul.page-numbers,
body#achievements .column-blog .container .custom-pagination ul.page-numbers,
.main.search .custom-pagination ul.page-numbers {
	width: auto;
    display: flex;	
    justify-content: center;
    padding: 0;
    list-style: none;
    border-radius: 50px;
    border: 2px solid #4b6fff;
    overflow: hidden;
}
/*
ul.page-numbers li,
*/
body.column .column-blog .container .custom-pagination ul.page-numbers li,
body#blog .column-blog .container .custom-pagination ul.page-numbers li,
body#achievements .column-blog .container .custom-pagination ul.page-numbers li,
.main.search .custom-pagination ul.page-numbers li {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: center;
	width: 1em;
    height: 64px;
    font-family: 'Anta', sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.05em;
    background-color: transparent;
    margin: 0;
    overflow: hidden;
    border: none;
    border-radius: 0;
}

/* 数字ボタン + ドット */
/*
ul.page-numbers li a.page-numbers:not(.prev):not(.next),
ul.page-numbers li a.page-numbers,
ul.page-numbers li span.page-numbers,
*/
body.column .column-blog .container .custom-pagination ul.page-numbers li a.page-numbers:not(.prev):not(.next),
body.column .column-blog .container .custom-pagination ul.page-numbers li a.page-numbers,
body.column .column-blog .container .custom-pagination ul.page-numbers li span.page-numbers,
body#bolg .column-blog .container .custom-pagination ul.page-numbers li a.page-numbers:not(.prev):not(.next),
body#blog .column-blog .container .custom-pagination ul.page-numbers li a.page-numbers,
body#blog .column-blog .container .custom-pagination ul.page-numbers li span.page-numbers,
body#achievements .column-blog .container .custom-pagination ul.page-numbers li a.page-numbers:not(.prev):not(.next),
body#achievements .column-blog .container .custom-pagination ul.page-numbers li a.page-numbers,
body#achievements .column-blog .container .custom-pagination ul.page-numbers li span.page-numbers,
.main.search .custom-pagination ul.page-numbers li a.page-numbers:not(.prev):not(.next), 
.main.search .custom-pagination ul.page-numbers li a.page-numbers,
.main.search .custom-pagination ul.page-numbers li span.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    width: 100%;
    height: 100%;
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
    background-color: #202a78;
	background-color: transparent;
    text-decoration: none;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
	/*
    border-left: 1px solid #4b6fff;
    border-right: 1px solid #4b6fff;
	*/
    box-sizing: border-box;
    transition: background 0.3s;
}
/* current を li に適用 */
body.column .column-blog .container .custom-pagination ul.page-numbers li.current,
body#blog .column-blog .container .custom-pagination ul.page-numbers li.current,
body#achievements .column-blog .container .custom-pagination ul.page-numbers li.current,
.main.search .custom-pagination ul.page-numbers li.current {
    background-color: #4568F2;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
	margin-right: -10px;
}
/* span.current のスタイルは最低限に */
body.column .column-blog .container .custom-pagination ul.page-numbers li span.page-numbers.current,
body#blog .column-blog .container .custom-pagination ul.page-numbers li span.page-numbers.current,
body#achievements .column-blog .container .custom-pagination ul.page-numbers li span.page-numbers.current,
.main.search .custom-pagination ul.page-numbers li span.page-numbers.current {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    width: 100%;
    height: 100%;
    font-weight: bold;
    background: none;
    border: none;
    clip-path: none;
}
/* 前後ボタン */
body.column .column-blog .container .custom-pagination ul.page-numbers li:first-child,
body#blog .column-blog .container .custom-pagination ul.page-numbers li:first-child,
body#achievements .column-blog .container .custom-pagination ul.page-numbers li:first-child,
.main.search .custom-pagination ul.page-numbers li:first-child {
    min-width: 200px;
	padding-left: 10px;
}
body.column .column-blog .container .custom-pagination ul.page-numbers li:last-child,
body#blog .column-blog .container .custom-pagination ul.page-numbers li:last-child,
body#achievements .column-blog .container .custom-pagination ul.page-numbers li:last-child,
.main.search .custom-pagination ul.page-numbers li:last-child {
    min-width: 150px;
	/* padding-right: 10px; */
}
body.column .column-blog .container .custom-pagination ul.page-numbers li.prev a,
body.column .column-blog .container .custom-pagination ul.page-numbers li.next a,
.main.search .custom-pagination ul.page-numbers li.prev a,
.main.search .custom-pagination ul.page-numbers li.next a,
body#blog .column-blog .container .custom-pagination ul.page-numbers li.prev a,
body#bolg .column-blog .container .custom-pagination ul.page-numbers li.next a,
body#achievements .column-blog .container .custom-pagination ul.page-numbers li.prev a,
body#achievements .column-blog .container .custom-pagination ul.page-numbers li.next a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 22px;
    color: #ffffff;
    /*background-color: #1a1f50;*/
	background-color: #1a1f50;
    height: 100%;
    /*padding: 0 32px;*/
    text-decoration: none;
    /*clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);*/
    border: none;
    transition: background 0.3s, color 0.3s;
}
body.column .column-blog .container .custom-pagination ul.page-numbers li.next a,
.main.search .custom-pagination ul.page-numbers li.next a,
body#blog .column-blog .container .custom-pagination ul.page-numbers li.next a,
body#achievements .column-blog .container .custom-pagination ul.page-numbers li.next a {
    background-color: #1A1F36 !important; /* ←ご指定の色 */
    color: #fff !important;
    border-radius: 32px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 32px !important;
    font-weight: bold;
    font-size: 22px;
    text-decoration: none;
    box-sizing: border-box;
    border: none;
    transition: background 0.3s, color 0.3s;
    cursor: pointer;
    border-radius: 0 32px 32px 0 !important;
    background: #1A1F36 !important;
    color: #fff !important;
    border-left: none; /* ←隣のボタンと重複させない */
	clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}

/* 無効化時 */
body.column .column-blog .container .custom-pagination ul.page-numbers li.prev.disabled a,
body.column .column-blog .container .custom-pagination ul.page-numbers li.next.disabled a,
.main.search .custom-pagination ul.page-numbers li.prev.disabled a,
.main.search .custom-pagination ul.page-numbers li.next.disabled a,
body#blog .column-blog .container .custom-pagination ul.page-numbers li.prev.disabled a,
body#blog .column-blog .container .custom-pagination ul.page-numbers li.next.disabled a,
body#achievements .column-blog .container .custom-pagination ul.page-numbers li.prev.disabled a,
body#achievements .column-blog .container .custom-pagination ul.page-numbers li.next.disabled a {
	color: #ffffff;
    opacity: 0.3;
    pointer-events: none;
}
/* 左端の角丸 */
body.column .column-blog .container .custom-pagination ul.page-numbers li:first-child a.prev,
.main.search .custom-pagination ul.page-numbers li:first-child a.prev,
body#blog .column-blog .container .custom-pagination ul.page-numbers li:first-child a.prev,
body#achievements .column-blog .container .custom-pagination ul.page-numbers li:first-child a.prev {
    border-radius: 32px 0 0 32px;
	justify-content: flex-start;
}
/* 右端の角丸 */
body.column .column-blog .container .custom-pagination ul.page-numbers li:last-child a.next,
.main.search .custom-pagination ul.page-numbers li:last-child a.next,
body#blog .column-blog .container .custom-pagination ul.page-numbers li:last-child a.next,
body#achievements .column-blog .container .custom-pagination ul.page-numbers li:last-child a.next {
    border-radius: 0 32px 32px 0;
	justify-content: flex-end;
}
/* 通常の斜線（左端・右端・current・ドット右は除く） */
body.column .column-blog .container .custom-pagination ul.page-numbers li:not(:first-child):not(:last-child):not(.current):not(.dots)::before,
.main.search .custom-pagination ul.page-numbers li:not(:first-child):not(:last-child):not(.current):not(.dots)::before,
body#blog .column-blog .container .custom-pagination ul.page-numbers li:not(:first-child):not(:last-child):not(.current):not(.dots)::before,
body#achievements .column-blog .container .custom-pagination ul.page-numbers li:not(:first-child):not(:last-child):not(.current):not(.dots)::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 2px;
    height: calc(100% + 40px);
    background-color: #4b6fff;
    transform: rotate(5.7deg);
    transform-origin: left center;
    z-index: 99;
}
body.column .column-blog .container .custom-pagination ul.page-numbers li.current::after,
.main.search .custom-pagination ul.page-numbers li.current::after,
body#blog .column-blog .container .custom-pagination ul.page-numbers li.current::after,
body#achievements .column-blog .container .custom-pagination ul.page-numbers li.current::after {
    content: "";
    position: absolute;
    top: -2px;
    right: 0;
    width: 2px;
    height: calc(100% + 40px);
    background-color: #4b6fff;
    transform: rotate(5.7deg);
    transform-origin: right center;
    z-index: 99;
}
.main.search .custom-pagination ul.page-numbers li {
    width: auto; /* ← ここを修正 */
    min-width: 64px; /* 必要なら追加 */
    /* padding: 0 10px; */
}
body.column .column-blog .container .custom-pagination ul.page-numbers li:last-child::before,
.main.search .custom-pagination ul.page-numbers li:last-child::before,
body#blog .column-blog .container .custom-pagination ul.page-numbers li:last-child::before,
body#achievements .column-blog .container .custom-pagination ul.page-numbers li:last-child::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 2px;
    height: calc(100% + 40px);
    background-color: #4b6fff;
    transform: rotate(5.7deg);
    transform-origin: left center;
}
body.column .column-blog .container .custom-pagination ul.page-numbers li.prev a,
.main.search .custom-pagination ul.page-numbers li.prev a,
body#blog .column-blog .container .custom-pagination ul.page-numbers li.next a ,
body#achievements .column-blog .container .custom-pagination ul.page-numbers li.next a {
	background-color: transparent !important;
}
body.column .column-blog .container .custom-pagination ul.page-numbers li.prev,
.main.search .custom-pagination ul.page-numbers li.prev,
body#blog .column-blog .container .custom-pagination ul.page-numbers li.next,
body#achievements .column-blog .container .custom-pagination ul.page-numbers li.next {
	background-color: #1a1f50 !important;
	white-space: nowrap;
}
body.column .column-blog .container .custom-pagination ul.page-numbers li.prev.disabled a,
.main.search .custom-pagination ul.page-numbers li.prev.disabled a,
body#blog .column-blog .container .custom-pagination ul.page-numbers li.next.disabled a,
body#achievements .column-blog .container .custom-pagination ul.page-numbers li.next.disabled a {
    color: #ffffff !important;
    opacity: 0.3; /* 無効時に薄く */
    pointer-events: none;
    clip-path: none !important;
    filter: none !important;
}
body.column .column-blog .container .custom-pagination ul.page-numbers li.prev:not(.disabled) a,
.main.search .custom-pagination ul.page-numbers li.prev:not(.disabled) a,
body#blog .column-blog .container .custom-pagination ul.page-numbers li.next:not(.disabled) a,
body#achievements .column-blog .container .custom-pagination ul.page-numbers li.next:not(.disabled) a {
    color: #ffffff !important;
    opacity: 1 !important;
    pointer-events: auto;
    clip-path: none !important;
    filter: none !important;
}

@media screen and (max-width: 767px) {
   .hidden-sm-down {
        display: none !important;
    }
	.splide__slide:first-child {
		display: block !important;
		opacity: 1 !important;
		position: relative !important;
		z-index: 1;
	}	
}

@media screen and (min-width: 768px) {
   .hidden-md-up {
        display: none !important;
    }
}

body.item #genre.item_list {
	background-image: none;
	background: linear-gradient(135deg, #0a1eb3, #872a90);
	background: linear-gradient(90deg, #0D0F32 0%, #1926A1 70.5%, #0029A3 100%);
	background-color: #0B0B11;
	position: relative;	
	padding-bottom: 0;
	/*margin-bottom: -60px;*/
}
body.item #genre.item_list .title {
	padding-top: 80px;
	text-align: center;
}
body.item #genre.item_list .title h2.item_title {
	display: inline-block;
	padding: 10px 80px;
	gap: 10px;
	height: 55px;
	background: rgba(136, 193, 255, 0.3);
	border-radius: 70px;
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 0.15em;
	color: #CAFEF9;	
}
body.item #genre.item_list .title h3.genre_title {
    max-width: 1070px;
    height: 36px;
    font-family: 'Dela Gothic One';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0.15em;
    color: #fff;
    padding: 50px 0 100px;
    align-items: center;
    justify-content: center;
	transform : scaleY(1.5);
    gap: 24px;
}
body.item #genre.item_list .genre-list ul.genre-list-sub.container {
	margin: 30px auto 0;
	display: flex;
	gap: 30px;
}
body.item #genre.item_list .genre-list ul.genre-list-sub li,
body.item #genre .genre-sub-list li {
	width: 240px;
	height: 200px;
	background-color: transparent;
	border: none;
	flex-shrink: 0;
	margin-bottom: 50px;
}
body.item #genre.item_list .genre-list ul.genre-list-sub li img,
body.item #genre .genre-sub-list li img {
	width: auto;
	height: 160px;
	object-fit: contain;
}
body.item #genre.item_list .genre-sub-list a span {
	display: block;
	text-align: center;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	color: rgba(255, 255, 255, 0.7);
	padding-top: 10px;
}
body#flow.item .flow__sec--title,
body#faq.item .faq__sec--title {
	height: 180px;
	background-image: url(images/flow_title-bg.webp);
    background-repeat: repeat-x;
    background-position: center top;
    background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
body#flow.item .flow__sec--wrapper .flow__sec--choose {
	background-color: #0E137A;
	padding: 36px 0px 64px;
}
body#flow.item .flow__sec--wrapper .flow__sec--choose h3 {
	text-align: center;
	margin-bottom: 30px;
}
body#flow.item .flow__sec--wrapper .flow__sec--choose .flow__sec--btn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
}
body#flow.item .flow__sec--wrapper .flow__sec--block {
	height: 185px;
	background-image: url(images/flow_title-bg.webp);
    background-repeat: repeat-x;
    background-position: center top;
    background-size: cover;	
	height: 185px;
	display: flex;
	justify-content: center;	
	align-items: center;	
}
body#flow.item .flow__sec--wrapper .flow__sec--block.one {
	background-color: #25DC99;
}
body#flow.item .flow__sec--wrapper .flow__sec--block.two {
	background-color: #FF9B31;	
}
body#flow.item .flow__sec--wrapper .flow__sec--block.three {
	background-color: #88C1FF;	
}
body#flow.item .flow__sec--wrapper .flow__sec--block h2 {
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 64px;
	letter-spacing: 0.03em;
	color: #0D0F32;
	-webkit-text-stroke: 8px rgba(255, 255, 255, 0.9);
    text-stroke: 8px rgba(255, 255, 255, 0.9);
    paint-order: stroke;
}
h2.anchor-offset {
	scroll-padding-top: 185px;	
    margin-top: -185px;
    padding-top: 185px;	
}
/*
.anchor-offset {
    display: block;
    position: relative;
    margin-top: -185px;
    padding-top: 185px;
}
.anchor-offset {
    position: relative;
}
.anchor-offset::before {
    content: "";
    display: block;
	height: 185px;
    margin-top: -185px;
    padding-top: 185px;
}
*/
.flow__cont {
	position: relative;
}
body#flow.item .flow__sec--wrapper .delivery {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 96px 0px 36px;
	gap: 40px;
	isolation: isolate;
	min-height: 310px;
	background-color: #0e137a;
	background-image: radial-gradient(circle at center, #0A0F61 0%, #101256 30%, #1A1452 60%, #2C1A50 100%);
	
}
/*
body#flow.item .flow__sec--wrapper .manga-ad-img h2.title {
	display: none;
}
*/
body#flow.item .flow__sec--wrapper .delivery .delivery_step {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 56px 48px;
	gap: 10px;
	width: 1264px;
	height: 337px;
	background: #E6ECEE;
	box-shadow: 0px -10px 24px rgba(0, 0, 0, 0.1);
	border-radius: 50px;
	margin: -24px 0px;
	position: absolute;
    top: 180px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);	
}
body#flow.item .flow__sec--wrapper .delivery .delivery_step.trip {
    width: 1150px;
    max-width: 100%;
}
body#flow.item .flow__sec--wrapper .flow__wrapper--block {
	background-color: transparent;
}
body#flow.item .flow__sec--wrapper .flow__wrapper--block:nth-of-type(2),
body#flow.item .flow__sec--wrapper .flow__wrapper--block:nth-of-type(4),
body#flow.item .flow__sec--wrapper .flow__wrapper--block:nth-of-type(6) {
    background-color: transparent;
    padding: 0;
    margin-top: 0;
}
body#flow.item .flow__sec--wrapper .flow__wrapper--block:nth-of-type(1),
body#flow.item .flow__sec--wrapper .flow__wrapper--block:nth-of-type(3),
body#flow.item .flow__sec--wrapper .flow__wrapper--block:nth-of-type(5),
body#flow.item .flow__sec--wrapper .flow__wrapper--block:nth-of-type(7),
body#flow.item .flow__sec--wrapper .flow__wrapper--block:nth-of-type(9) {
    height: auto;
}
body#flow.item .flow__sec--wrapper .flow__wrapper--block .kit {
    font-family: 'Dela Gothic One';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #666;
    text-align: center;
    line-height: 1.2;
	transform: scaleY(1.1);
	margin-top: 25px;
}
body#flow.item .flow__sec--wrapper .flow__wrapper--block.step2_delivery {
	padding-top: 70px;
}
body#flow.item .flow__sec--wrapper .flow__wrapper--block .kit_box {
	margin-top: 10px;
}
body#flow.item .flow__sec--wrapper .flow__wrapper--block .kit span {
	font-size: 30px;
	white-space: nowrap;
}
body#flow.item .flow__sec--wrapper .flow__wrapper--block .kit span.small {
	font-size: 24px;
	white-space: nowrap;
}
body#flow.item .flow__sec--wrapper .flow__wrapper--block p.note {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 130%;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: 0.03em;
	color: #808C90;
	margin-top: 5px;
}
body#flow.item .flow__cont .check__list {
	margin: 86px auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;	
}
body#flow.item .flow__cont .check__list--wrapper {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 56px 86px 80px;
	width: 828px;
	height: 824px;
	border: 10px solid #FFD25F;
	border-radius: 82px;
	background-image: url(images/check_list-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;	
	position: relative;
}
body#flow.item .flow__cont .check__list--wrapper h2 {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	padding: 0px;
	gap: 10px;
	height: 68px;
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 52px;
	line-height: 130%;
	letter-spacing: 0.06em;
	color: #0D0F32;	
    transform: scaleY(1.2);
	-webkit-text-stroke: 8px #FF9B31;
    text-stroke: 8px #FF9B31;
    paint-order: stroke;
}
/* ポップアップ全体を覆う背景 */
.popup-trigger {
	cursor: help;
}
.popup-overlay {
    display: none;
	margin: auto;
    position: fixed;
	left: 0;
	right: 0;	
	top: 140px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    justify-content: center;
    align-items: center;
	box-sizing: border-box;
	padding: 24px 64px;
	position: absolute;
	width: 720px;
	min-width: 720px;
	height: 546px;
	background: #BECBD9;
	border: 9px solid #00EAF2;
	box-shadow: 0px -16px 100px rgba(235, 235, 235, 0.6), 0px 24px 180px rgba(0, 0, 0, 0.5), 0px 2px 40px #0D0F32;
	border-radius: 50px;
}
/* ポップアップの中身 */
.popup-content {
    color: #0D0F32;
    max-width: 90%;
    width: 992px;
	display: flex;
	flex-direction: column;
	align-items: center;	
}
.popup-content h3 {
	height: 42px;
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 130%;
	text-align: center;
	letter-spacing: 0.1em;
	color: #0D0F32;
	transform: scaleY(1.2);
	-webkit-text-stroke: 6px #FFFFFF;
    text-stroke: 6px #FFFFFF;
    paint-order: stroke;	
}
.popup-content ul li {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 900;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 0.05em;
	color: #0D0F32;
	list-style: disc;
}
.popup-content .content_box {
	width: 592px;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 12px 16px;	
	background: #FFFFFF;
	border-radius: 10px;
	margin-bottom: 16px;	
}
.popup-content p {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0.05em;
	color: #0A3A61;	
    position: relative;
	padding: 0;
    padding-left: 40px;
    line-height: 1.8;
}
.popup-content p::before {
    content: "";
	position: absolute;
	top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 17px;
    height: 17px;
    background-color: #7CF2FF;
    border-radius: 50%;
}
/* 閉じるボタン */
.popup-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
	position: absolute;
	width: 48px;
	height: 48px;
	right: 34.5px;
	top: 34.5px;	
}
body#flow.item .flow__cont .check__list--wrapper .copy__flex {
	width: 656px;
	margin-top: 24px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 20px;
}
body#flow.item .flow__cont .check__list--wrapper .copy__flex--block {
    display: flex;
    flex-flow: column;
    align-items: center;
}
body#flow.item .flow__cont .check__list--wrapper .purchase_form__block {
	margin-top: 30px;
    margin-left: 0;
    margin-right: auto;	
}
body#flow.item .flow__cont .check__list--wrapper .purchase_form__block img {
	max-width: 511.5px;
}
body#flow.item .flow__cont .check__list--wrapper .popup-overlay.form {
    display: none;
	margin: auto;
    position: fixed;
	left: 0;
	right: 0;	
	top: 0;
    width: 100%;
    height: 800px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    justify-content: center;
    align-items: center;
	box-sizing: border-box;
	padding: 24px 64px;
	position: absolute;
	width: 720px;
	min-width: 720px;
	background: #BECBD9;
	border: 9px solid #00EAF2;
	box-shadow: 0px -16px 100px rgba(235, 235, 235, 0.6), 0px 24px 180px rgba(0, 0, 0, 0.5), 0px 2px 40px #0D0F32;
	border-radius: 50px;
}
body#flow.item .flow__cont .check__list--wrapper .purchase_form__block .popup-content {
    width: 100%;
    height: 100%;
    text-align: center;
}
.faq-section {
	margin: 56px auto 64px;
	max-width: 780px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;	
}
.faq-section .faq_title h2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0px;
	gap: 24px;
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 42px;
	line-height: 61px;
	letter-spacing: 0.15em;
	color: #FFA195;	
}
/* 質問ブロック */
.faq-item {
	max-width: 780px;
}
.faq-item img {
	margin: 24px 0;
}
.faq-question {
	width: 100%;
	display: flex;
	padding: 0 24px;
	position: relative;
	cursor: pointer;
}
.faq-text {
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 41px;
	letter-spacing: 0.15em;
	margin-right: 1em;
	color: #FFFFFF;
}
/* Qマーク：質問ボタンの先頭に表示 */
.faq-question::before {
    content: "";
    display: inline-block;
    width: 52px;
    height: 52px;
    background-image: url('images/q_icon.webp');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 36px;
    vertical-align: middle;
	flex-shrink: 0;
}
/* トグルアイコン：質問ボタンの末尾に表示 */
.faq-question::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('images/arrow-up.webp');
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
	position: absolute;
    top: 50%;
    right: 24px;
	margin-top: -1em;
	flex-shrink: 0;
}
/* 回答ブロック */
.faq-answer {
    display: none;
    color: #ffb5b5;
    font-size: 1rem;
    line-height: 1.8;
    position: relative;
}

/* Aマーク：解答の先頭に画像表示 */
.faq-item.active .faq-answer::before {
    content: "";
    display: inline-block;
    width: 52px;
    height: 52px;
    background-image: url('images/a_icon.webp');
    background-size: contain;
	background-position: left center;
    background-repeat: no-repeat;
    vertical-align: middle;
	margin-right: 10px;
	flex-shrink: 0;
}
.faq-item.active .faq-answer .answer-text {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 900;
	font-size: 20px;
	letter-spacing: 0.05em;	
	margin: 0;
}
/* 開いてる状態（アイコン回転） */
.faq-item.active .faq-answer {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
	margin: 24px 24px 0;
}
.faq-item.active .faq-question::after {		
    transform: rotate(180deg);
}
.faq-section a {
	display: block;
}
.faq-section a .toggle-btn {
    display: flex;
	justify-content: center;
	align-items: center;
	width: 257.2px;
	height: 46px;

gap: 16px;	
	color: #fff;
	margin: 40px auto;
	z-index: 99;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;	
}
.faq-section a .toggle-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);	
}
body#faq .page-title {
	display: none;
}
.business_area {
	margin: 56px auto 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 36px 0px;
	gap: 48px;
	background: rgba(255, 140, 0, 0.2);	
}
.correspondence h2 {
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 120%;
	text-align: center;
	letter-spacing: 0.15em;
	color: #FA9214;
}
.correspondence__wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: flex-start;
	padding: 0px;
	margin-top: 24px;
	gap: 16px;	
}
.correspondence__wrapper div {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px 12px 2px;
	gap: 4px;
	height: 37px;
	background: #FFFFFF;
	border-radius: 100px;
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 35px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: 0.03em;
	color: #3900A3;
}
.consul h2 {
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 120%;
	text-align: center;
	letter-spacing: 0.15em;
	color: #EBEBEB;	
}
.consul__wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: flex-start;
	padding: 0px;
	margin-top: 24px;
	gap: 16px;		
}
.consul__wrapper div {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px 12px 2px;
	gap: 4px;
	height: 37px;
	background: #FFFFFF;
	border-radius: 100px;
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 35px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: 0.03em;
	color: #333F49;	
}
.preparation {
	margin: 56px auto;
	padding: 56px 86px 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;	
	gap: 48px;
}
.preparation__wrapper {
	width: 522.4px;
	height: 317px;
	border: 10px solid #FFD25F;
	border-radius: 82px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    background-image: url(images/check_list-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;	
}
.preparation h2 {
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 52px;
	line-height: 130%;
	letter-spacing: 0.06em;
	color: #0D0F32;
    -webkit-text-stroke: 6px #FF6464;
    text-stroke: 6px #FF6464;
    paint-order: stroke;	
}
.preparation .id_card {
	text-align: center;
	margin-top: 20px;
}
body#flow.item .flow__sec--wrapper .flow__cont.bringing {
	padding-bottom: 56px;
	background-color: transparent;	
}
body#flow.item .flow__sec--wrapper .flow__cont.bringing .delivery.bringing {
	padding-bottom: 56px;
	background-color: transparent;
}
body#flow.item .flow__sec--wrapper .delivery_step.bringing {
	width: 1100px;
	max-width: 100%;
}
body#flow.item .flow__sec--wrapper .flow__wrapper--block.bringing {
    height: 258px;
}
.address__wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 36px 0px;
	gap: 48px;
	background: rgba(0, 185, 214, 0.2);
	margin-top: 56px;
}
.address__wrapper .google_map {
	position: relative
}
.address__wrapper .google_map iframe {
	border-radius: 20px;
}
.address__wrapper .google_map .parking_place {
	position: absolute;
	left: 10px;
	bottom: 10px;
}
.address__wrapper .google_map .parking_place img {
	border: 3px solid #fff;
	border-radius: 20px;	
}
.address__wrapper .address__text {
	max-width: 1100px;
	margin: 24px auto 50px;		
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 900;
	line-height: 150%;
	text-align: left;
}
.address__wrapper .address__text h2 {
	font-size: 20px;
	letter-spacing: 0.03em;
	color: rgba(255, 255, 255, 0.8);
}
.address__wrapper .address__text h3 {
	font-size: 18px;
	letter-spacing: 0.03em;
	color: rgba(255, 255, 255, 0.8);	
}
.address__wrapper .address__text p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);	
}
.bring__wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 36px 0px 0;
	gap: 56px;
}
.bring__wrapper--block {
	margin: 56px auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 56px 86px 80px;
	gap: 48px;
	width: 672.4px;
	height: 479px;
	border: 10px solid #FFD25F;
	border-radius: 82px;	
}
.high_price_tips {
	padding-top: 64px;
	padding-bottom: 64px;
	background: linear-gradient(135deg, #050c56 0%, #09316b 100%);
	text-align: center;
}



/* 検索結果 */
.main.search {
    padding-bottom: 0;
    background: linear-gradient(90deg, #0D0F32 0%, #1926A1 70.5%, #0029A3 100%);
	padding-top: 150px;
	padding-top: 103px;
    margin: -2px auto 0;	
}
.search .page_title {
    background: url(images/search_results-bg.avif) no-repeat center center / cover;
    margin-bottom: 30px;
    padding-top: 130px;
    height: 220px;
}
.mask {
    margin-bottom: -30px;
    margin-top: -130px;	
	height: 220px;
	background-color: rgba(0,0,0,0.4);	
}

h2.search__results--title {
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 130%;
	text-align: center;
	letter-spacing: 0.2em;
	color: #0D0F32;
	padding-top: 65px;
	transform: scale(1, 1.5);
	-webkit-text-stroke: 6px rgba(255, 255, 255, 0.9);
    text-stroke: 6px rgba(255, 255, 255, 0.9);
    paint-order: stroke;
}
.main.search h2.possible__title img {
	max-width: 450px;
}
h2.search__results--title.custom {
	padding-top: 30px;	
}
.no_condition .ambiguous__search--wrapper {
	position: relative;
	margin-top: 30px;
}
.no_condition .ambiguous__search--wrapper .check-now {
	display: none;
}
.main.search .possible {
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;	
}
.main.search .possible p {
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	font-size: clamp(20px, 9.565px + 2.783vw, 36px);
	line-height: 100%;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	-webkit-text-stroke: 6px rgba(0, 0, 0, 0.9);
    text-stroke: 6px rgba(0, 0, 0, 0.9);
    paint-order: stroke;
	padding: 40px 20px 0;
}
.main.search .consultation {
	margin: auto;
	padding: 30px 0;
}
.main.search .consultation .consultation__wrapper {
    background-image: url(images/consultation_search-bg.avif);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.main.search .not_applicable {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 80px 0;
}
.main.search .not_applicable img {
	max-width: 450px;
}
.not_applicable p {
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	-webkit-text-stroke: 6px rgba(0, 0, 0, 0.9);
    text-stroke: 6px rgba(0, 0, 0, 0.9);
    paint-order: stroke;
	padding-top: 48px;
}
.main.search ul.search-results {
	max-width: 1004px;
	margin: 48px auto 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
	padding: 10px;
}
.main.search ul.search-results li {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 30px 48px 46px 36px;
	width: 100%;
	min-height: 210px;
	border: none;
	background: rgba(250, 255, 253, .9);
    background: #000;
	background: #FFFFDA;
    background: rgba(250, 255, 255, 0.85);
	background: #fff;	
	border-radius: 20px;
	position: relative;	
}
.main.search ul.search-results li a {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}
.main.search ul.search-results li .image {
	width: 150px;
	height: 150px;
	margin-right: 30px;
}

.main.search ul.search-results li .image img {
	width: 100%;
	height: auto;
    max-height: 160px;
    object-fit: cover;	
	display: block;
	border-radius: 8px;
}

.main.search ul.search-results li .title_contents {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.main.search ul.search-results li h3.syohinmei {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: bold;
	font-size: 24px;	
	line-height: 150%;
	color: rgba(000, 000, 000, 0.7);
	color: #1926A1;
	margin-bottom: 20px;
}
.main.search ul.search-results li p.meta {
	max-width: 500px;
	display: flex;
	flex-wrap: wrap;	
}
.main.search ul.search-results li p.meta span {
	color: rgba(000, 000, 000, 1);
	border: thin solid #ccc;
	font-size: 14px;
	background: #fff;
	border-radius: 20px;
	padding: 5px 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.main.search ul.search-results li p.max_price {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 150%;
    color: rgba(000, 000, 000, 0.7);
    color: #D93600;
    margin-bottom: 20px;
	position: absolute;
	right: 20px;
	bottom: 0;
}
.main.search ul.search-results li p.max_price span {
	font-size: 22px;
}
.main.search ul.search-results li .title_contents .more__btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
	gap: 8px;
	margin: 0 auto;
	width: auto;
	height: 52px;
	background: linear-gradient(233.38deg, #F04805 18.48%, #FA8F14 41.62%, #FD6100 45.26%, #D93600 87.25%);
	border-radius: 60px;
	position: absolute;
	left: 20px;
	bottom: 20px;
	display: none;
}

@media screen and (max-width: 500px) {
    .main.search .consultation .consultation__title img {
        width: 90%;
    }
}


.navbar {
    position: relative;
}
.navbar .nav>li.active>a, .navbar .nav>li>a:hover {
    color: #fff;
    font-weight: bold;
}
/* サブメニュー（初期状態） */
.navbar ul.sub-menu {
    opacity: 0;
    display: none;
    visibility: hidden;
    transition: all 0.3s ease;
    position: absolute;
    top: 100% !important;
    left: 0;
	margin-left: -200px;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.8);
    border: none;
    border-radius: 1rem;
    z-index: 999;
    box-shadow: 0px 4px 64px 0px #0D1650;
    background-size: cover;	
}
/* サブメニュー（ホバー時） */
.navbar .nav > li:hover ul.sub-menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 6px 12px;
    width: auto;
    max-width: calc(90vw - 200px);
	max-width: 980px;
    min-width: 100px;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 1rem;	
    opacity: 1;
    visibility: visible;
	background-image: url(images/footer_bg.avif);
	background-size: cover;
	z-index: 98;
}
.navbar ul.sub-menu:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 240px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
	border-color: transparent transparent transparent #cccccc;
	border-width: 10px 0 10px 20px;
    transform: rotate(270deg);
    z-index: 99;
}

@media screen and (max-width: 1335px) {
	.navbar .nav > li:hover ul.sub-menu {
		position: absolute;
		right: 0;
		margin-left: -90px;
		margin-right: 10px;
		width: 100vw;
	}
	.navbar .nav > li.gertoner:hover ul.sub-menu {
		width: 47vw;
	}
	.navbar .nav > li:hover ul.sub-menu::before {
		left: 130px;
	}
}


/* サブメニューの通常項目 */
ul.sub-menu li {
    margin: 0.5rem 1rem;
}

ul.sub-menu li a {
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    padding: 1rem 2rem; /* 内側余白を調整 */
    transition: background 0.3s, transform 0.3s;
}

ul.sub-menu li a:hover {
    background: #ff5b23;
    color: #fff;
    font-weight: bold;
    transform: scale(1.05);
}

/* need_icon を持つ項目（1列全幅にする） */
ul.sub-menu li.need_icon {
    grid-column: 1 / -1;
    justify-self: start;         /* 左寄せ */
    width: 100%;
    max-width: 600px;            /* 最大幅調整 */
    margin-bottom: 0.8rem;    /* 中央寄せ */
}

ul.sub-menu li.need_icon > a {
    display: block;
    width: 410px;
    font-family: 'Dela Gothic One';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.15em;
    color: rgba(245, 245, 245, 0.9);
    text-align: left;
    border: thin solid #fff;
    border-radius: 100px;
    padding: 0.4rem 0.4rem 0.4rem 3rem;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    box-sizing: border-box;
	cursor: default;
}
/* need_icon のホバー効果を無効化 */
ul.sub-menu li.need_icon > a:hover {
	opacity: 1;
    color: rgba(245, 245, 245, 0.9);      /* 元の文字色のまま */
    font-weight: 400;                     /* 太さを変えない */
    transform: none;                      /* 拡大を無効化 */
}

ul.sub-menu li.need_icon > a::before {
    content: "";
    position: absolute;
    left: 0.6rem;
    top: 50%;
    transform: translateY(-50%);
    background: url('images/pajamas_false-positive.svg') no-repeat center center / contain;
    width: 18px;
    height: 18px;
}

/* 通常のリストを左寄せ */
ul.sub-menu li {
    text-align: left;
}

/* 通常リスト内のリンクも左揃え */
ul.sub-menu li a {
	text-align: center;
    display: inline-block;
    width: auto;
    padding: 5px 10px;
	border-radius: 30px;
}


/* 商品リストページ（single.php） */
#single__header {
    padding-top: 1rem;
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 0px;
    background-image: url(images/single_back.avif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat !important;
}
#single__header .header__block {
    height: 376px;
    width: 100%;	
	background-color: rgba(0,0,0,0.6);
}
#single__header .header__copy {
	margin-left: 0;
    width: 50%;
}
#single__header .header__copy--block {
    width: 68%;
	width: 90%;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	margin-right: 5%;
	z-index: 1;
}
#single__header .header__copy--block .shadow {
	position: relative;
}
#single__header .header__copy--block h2 {
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: clamp(76px, 26.769px + 4.808vw, 96px);
	line-height: 100%;
	/*
	background: linear-gradient(180deg, #00E2D0 23.44%, #CAFEF9 57.92%, #FFFFCE 93.75%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-text-stroke: 5px #000;
	text-stroke: 5px #000;
	*/
	color: #000;
		-webkit-text-stroke: .2px #fff;
		text-stroke: .2px #fff;
		text-shadow: -4px -4px 0 #fff, 4px -4px 0 #fff, -4px 4px 0 #fff, 4px 4px 0 #fff, 0 0 10px #29f, 0 0 20px #29f, 0 0 40px #29f;	
}
#single__header .header__copy--block .shadow .text_shadow {
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: clamp(76px, 26.769px + 4.808vw, 96px);
	line-height: 100%;
	color: #fff;
	text-shadow:
		0 0 30px #fff9cc,
		0 0 16px #fff9cc,
		0 6px 0 #fff,    
		2px 4px 0 #fff,  
		-2px 4px 0 #fff, 
		0 0 0 #fff,      
		0 8px 0 #000,    
		4px 8px 0 #000,  
		-4px 8px 0 #000, 
		0 0 0 #000;      
	position: absolute;
	top: 3px;
	left: 7px;
	z-index: -1;
}
#single__header .header__image--block {
	width: 50%;
	position: absolute;
	left: 50%;
	bottom: 0;
}
#single__header .header__copy--block .sub_title {
	margin: 0;
	padding: 0;
}
#single__header .header__image--block .bg_item {
	width: 100%;
	height: 376px;
	background-size: cover;
	background-position: center top;
}
#single__header .header__copy--block .sub_title img {
	width: clamp(360px, 138.462px + 21.635vw, 450px);
}
#single__header .header__image--block .bg_item.kaitori_item {
	background-image: url(images/single_head_right.avif);
}
#single__genre {
    width: 100%;
    margin: 0 auto 30px;
	position: relative;
}
#single__genre .note_box,
#kaitori__item .note_box {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 900;
	font-size: 18px;
	line-height: 160%;
	letter-spacing: 0.05em;
	color: #EBEBEB;	
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 24px 36px 48px;
	gap: 16px;
	width: 1142.7px;
	max-width: 100%;
	height: auto;
	background: rgba(235, 255, 81, 0.2);
	border-radius: 20px;
	margin: 18px auto;
	/*
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);	
	*/
}
#single__genre .note_box h3,
#kaitori__item .note_box h3 {
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 130%;
	text-align: center;
	letter-spacing: 0.15em;
	color: #F4F278;	
}
#single__genre .note_box h3::before,
#kaitori__item .note_box h3::before {
	content: "";
	display: inline-block;
	width: 33px;
	height: 33px;
	background: url(images/warning.png) no-repeat;
	background-size: contain;
	margin-right: 20px;	
}
#single__genre .single__title--wrapper {
	margin: auto;
	margin-top: 93px;
}
#single__genre .single__genre--title {
	display: flex;
	flex-flow: column;
	justify-content: center;
	text-align: center;
}
#single__genre .single__genre--title h2 {
	height: 48px;
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 1.3;
	text-align: center;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	padding: 0 20px;
	text-shadow: 0px 12px 14px rgba(0, 185, 214, 0.5);
	margin-top: -30px;
}
#single__genre .single__title--wrapper .update_date {
	height: 24px;
	font-family: 'Anta';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 100%;
	display: flex;
	justify-content: center;	
	align-items: center;
	text-align: center;
	letter-spacing: 0.03em;
	color: #00E2D0;	
	margin-top: 20px;
}

@media screen and (max-width: 1023px) {
	#single__header .header__copy--block h2,
	#single__header .header__copy--block .shadow .text_shadow {
		font-size: 64px;
	}
	#single__header .header__copy--block .sub_title img {
		max-width: 360px;
	}
}

.manga-ad-img.list {
    background-image: none;
    background-color: rgba(24, 24, 80, 0.95);
}
.image-mask-container {
	margin: auto;
    position: relative;
    width: auto; /* 画像サイズに合わせて調整 */
	width: fit-content;
    max-width: 100%;
    margin-bottom: 1em;
    overflow: hidden;
    transition: height 0.3s;
}
.image-mask {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 250px;
    pointer-events: none;
    transition: height 0.3s;
    /* グラデーション：上は透明、下が濃い */
    background: linear-gradient(
        to bottom,
        rgba(24, 24, 80, 0) 0%,         /* 最上部は透明 */
        rgba(24, 24, 80, 0.7) 70%,      /* 中央付近やや濃く */
        rgba(24, 24, 80, 0.95) 100%     /* 一番下が濃い */
    );
}
.image-mask-container.full {
    overflow: visible;
    height: auto !important;
}
.image-mask-container.full .image-mask {
    display: none;
}
.read-more-btn {
	height: 48px;
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	line-height: 100%;
	text-align: center;	
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    z-index: 10;
    padding: 8px 20px;
	background: linear-gradient(90deg, #0D0F32 0%, #1926A1 70.5%, #0029A3 100%);
    color: #fff;
	border-radius: 50px;
    border: 1px solid #ccc;
    cursor: pointer;
}



body#top header,
.nav.nav-icon-pc {
	display: none !important;
}
.top_card {
    padding: 10em 0 2em;
}
.bread-crumb-wr {
    background: linear-gradient(90deg, #0D0F32 0%, #1926A1 70.5%, #0029A3 100%);
    padding: 10px 0;
    position: relative;
    z-index: 1000001;
    margin-top: 45px;
    border-top: thin solid #ccc;
    border-bottom: thin solid #ccc;
}
.bread-crumb a, .bread-crumb {
    font-size: 16px;
	background-color: transparent;
    color: #fff;
}
.bread-crumb span {
	padding: 0 20px;
}
.bread-crumb span span {
	padding: 0;
}

@media screen and (min-width: 1440px) {
	.bread-crumb.container {
		width: 1440px;
	}	
}



main.kaitori_cart header .title__wrapper {
	margin-top: -1rem;
	position: relative;
}
main.kaitori_cart header .title__wrapper .title {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);	
}

.kaitori_list_perpage_wrap {
    display: flex;
    align-items: center;
    gap: 12px;
	margin-top: 90px;
	position: relative;
}
#kaitori_list_perpage {
    font-size: 18px;
    font-weight: bold;
    border: 4px solid #000;
    border-radius: 12px;
    width: auto;
    height: 46px;
    background: #fff url('data:image/svg+xml;utf8,<svg ...>') no-repeat right 16px center/24px;
    padding: 0 30px;
    appearance: none;
    -webkit-appearance: none;
    text-align: center;
    outline: none;
    color: #151534;
    margin-right: 4px;
	margin-left: 36px;
}
.kaitori_list_perpage_wrap .label {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
}
.list_search {
	position: absolute;
	top: 0;
	right: 36px;
}
.list_search #kaitori-list-search {
	font-size: 16px;
	color: rgba(255, 140, 32, 1.0) !important;
    background: #f6f6f6;
    border: 0;
    border-radius: .75rem 0 0 .75rem;
    width: 17rem;
	height: 43px;
    padding-left: 10px;
}
.list_search button#list-searchsubmit {
    width: 70px;
    height: 43px;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border: none;
    border-radius: 0 30px 30px 0 !important;
    border-radius: 0;
    cursor: pointer;
    position: relative;
}


.sort-area {
	display: flex;
	gap: 16px;
	align-items: center;
	margin: 16px 0;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 900;
	font-size: 16px;
	line-height: 150%;
	color: #88C1FF;	
	margin-left: 18px;
	margin-top: -10px;
}
.sort-area button.sort-btn {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 900;
	font-size: 16px;
	line-height: 150%;
	color: rgba(255, 255, 255, 0.7);
	background-color: transparent;
	border: none;
	padding-right: 2em;
	border-right: thin solid rgba(255, 255, 255, 0.7);
}
.sort-area button.sort-btn.price1 span::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
    background-image: url(images/svg/gn_icon_10.svg);
    background-repeat: no-repeat;
    background-size: contain;
	filter: invert(1) brightness(1.4);
}
.sort-area button.sort-btn.price2 span::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
    background-image: url(images/svg/gn_icon_11.svg);
    background-repeat: no-repeat;
    background-size: contain;
	filter: invert(1) brightness(1.4);
}
.sort-area button.sort-btn.syohinmei span::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
    background-image: url(images/svg/gn_icon_12.svg);
    background-repeat: no-repeat;
    background-size: contain;
	filter: invert(1) brightness(1.4);	
}
.sort-area button.sort-btn span {
    display: inline-flex;
    align-items: center;
    padding: 0 8px;
}
.sort-area button.sort-btn.active span {
	background-color: rgba(136, 193, 255, .3);
	color: #fff;
	border-radius: 6px;
	padding: 5px 10px;
}
#kaitori_list_container {
	margin: 30px auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 24px 36px 48px;
	gap: 30px;
	width: 1142.7px;
	max-width: 100%;
	background: rgba(235, 235, 235, 0.15);
	border-radius: 50px;
	margin-bottom: 50px;
}

ul.kaitori_list {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px;
	width: 100%;
	background: rgba(250, 255, 255, 0.85);	
	border: 8px solid #B1BDCD;
	border-radius: 50px;
}
ul.kaitori_list li {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;	
	align-items: center;
	align-items: stretch; 
	gap: 30px;
	border-bottom: 3px solid #B1BDCD;
}
ul.kaitori_list li:last-child {
	border-bottom: none;
}
ul.kaitori_list li .image {
	display: flex;
	justify-content: center;
	align-items: center;	
	width: 140px;
	padding-left: 20px;
    flex-shrink: 0;	
}
ul.kaitori_list li .image img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
    flex-shrink: 0;	
}
ul.kaitori_list li .title_contents {
	width: 100%;
	flex-direction: column;
	padding: 24px 0;
}
ul.kaitori_list li .title_contents .meta {
	display: inline-block;
	align-items: center;
	text-align: center;	
	background: rgba(0, 89, 190, .6);
	padding: 2px 10px;
	border-radius: 20px;
}
ul.kaitori_list li .title_contents .meta span {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	letter-spacing: -0.03em;
	color: rgba(255, 255, 255, 0.9);	
}
ul.kaitori_list li .title_contents h3 {
	margin: 12px 0;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 900;
	font-size: 18px;
	line-height: 150%;
	color: #000000;	
}
ul.kaitori_list li .jan_code {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px;
	gap: 10px;
	width: 216px;
	height: 16px;
	border-radius: 14px;
}
ul.kaitori_list li .jan_code span {
	font-family: 'Anta';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	display: flex;
	align-items: center;
	letter-spacing: 0.03em;
	color: #697F97;
	white-space: nowrap;
}
ul.kaitori_list li .price_wrapper {
	min-width: 220px;
    flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;	
    padding: 40px 0;
    background: #fff;
	white-space: nowrap;
	position: relative;   
}
ul.kaitori_list li:first-child .price_wrapper {
	border-radius: 0 50px 0 0;
}
ul.kaitori_list li:last-child .price_wrapper {
	border-radius: 0 0 50px 0;
}
ul.kaitori_list li:only-child .price_wrapper {
	border-radius: 0 50px 50px 0;
}
ul.kaitori_list li .price_wrapper .max_price {
	font-family: 'Anta';
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 44px;
	letter-spacing: -0.02em;
	color: #1926A1;	
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);	
}
ul.kaitori_list li .price_wrapper .max_price span.sub {
	font-family: 'Noto Sans JP';
	font-style: 600;
	font-size: 20px;
	line-height: 29px;
	letter-spacing: 0.03em;
	color: #666666;
}
ul.kaitori_list li .price_wrapper .max_price span.enn {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 900;
	font-size: 20px;
	line-height: 29px;
	color: #1926A1;
}
.addition_btn {
	cursor: pointer;
	margin: 10px auto;
}
.addition_btn img {
	width: 180px;
	height: 45px;
}
.addition_btn.kaitori_item img {
	width: 270px;
	height: 67.5px;
}
.kaitori-list-header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.kaitori-list-header .result-info {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 900;
	font-size: 16px;
	line-height: 150%;
	color: rgba(255, 255, 255, 0.9);
	margin-left: 18px;	
}
.kaitori-list-header .pagination-area {
	margin-right: 18px;
}
#kaitori_list_container {
	position: relative;
}
.no-result-modal {
    display: block;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0);
    background: rgba(20, 30, 100, 0.97);
    color: #fff;
    padding: 2em 2em;
    border-radius: 20px;
    box-shadow: 0 5px 24px rgba(0,0,0,0.17);
    min-width: 450px;
    z-index: 9999;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    gap: 0.7em;
}

.no-result-modal span {
    color: #fff;
    opacity: 0.93;
    font-weight: 500;
    font-size: 1.1em;
    letter-spacing: 0.03em;
}

.no-result-modal-close {
    background: #fff;
    border: none;
    color: #222;
    font-size: 2em;
    width: 40px; height: 40px;
    line-height: 36px;
    border-radius: 8px;
    cursor: pointer;
    margin-right: 0.5em;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.09);
}


#kaitori_list_container .custom-pagination_single {
	margin: 18px 0 18px auto;
}
#kaitori_list_container .custom-pagination_single ul.page-numbers li {
	height: 36px;
	font-size: 16px;
	color: #f5f5f5;
}
#kaitori_list_container .custom-pagination_single ul.page-numbers li:first-child,
#kaitori_list_container .custom-pagination_single ul.page-numbers li:last-child {
    min-width: 4em;
}
#kaitori_list_container .custom-pagination_single .page-numbers {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    border-radius: 50px;
    background: none;
    border: 2px solid #5e71e9; /* 青紫系 */
    box-sizing: border-box;
}

#kaitori_list_container .custom-pagination_single .page-num {
    display: flex;
    align-items: center;
    justify-content: center;
	font-family: 'Anta';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 95%;
    margin: 0;
    list-style: none;
    flex: 1;
    position: relative;
    transition: background 0.2s;
}

/* 左右「前」「次」ボタン */
#kaitori_list_container .custom-pagination_single .page-num.prev,
#kaitori_list_container .custom-pagination_single .page-num.next {
    background: #232b70;
    color: #fff;
    border-radius: 50px;
    transition: background 0.2s;
    font-size: 14px;
}
#kaitori_list_container .custom-pagination_single .page-num.prev {
    border-radius: 50px 0 0 50px;
}
#kaitori_list_container .custom-pagination_single .page-num.next {
    border-radius: 0 50px 50px 0;
}

/* 中央 現在ページ */
#kaitori_list_container .custom-pagination_single .page-num.current {
    background: #5e71e9;
    color: #fff;
	min-width: 3em;
    font-size: 16px;
    border-radius: 0 0 0 0;
    z-index: 1;
}

/* ボタン内のリンク */
#kaitori_list_container .custom-pagination_single .page-num a {
    color: inherit;
	font-family: 'Anta';
	font-style: normal;
	font-weight: 400;
	line-height: 95%;	
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#kaitori_list_container .custom-pagination_single .page-num.current {
    background: none;
    position: relative;
    z-index: 2;
    padding: 0;
}
#kaitori_list_container .custom-pagination_single .page-num.current .number-cut {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 3em;
    height: 36px;	
    color: #fff;
    font-family: 'Dela Gothic One', sans-serif;
    background: #4979f9;
    /* 斜めカット */
    clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%);
    box-shadow: 2px 0 6px rgba(80,110,255,0.04);
    position: relative;
    z-index: 3;
}
/* 非活性（disabled） */
#kaitori_list_container .custom-pagination_single .page-num.disabled {
    opacity: 0.5;
    pointer-events: none;
}

/* 矢印 */
#kaitori_list_container .custom-pagination_single .page-num .arrow {
    font-size: 16px;
    padding: 0 5px;
    font-family: inherit;
    font-weight: bold;
}

@media (max-width: 480px) {
	.anime .iframe__wrapper {
        width: 100%;
        aspect-ratio: auto;
    }		
    #kaitori_list_container .custom-pagination_single .page-numbers {
        width: 90vw;
        height: 60px;
    }
    #kaitori_list_container .custom-pagination_single .page-num {
        font-size: 1.2rem;
        height: 60px;
    }
    #kaitori_list_container .custom-pagination_single .page-num .arrow {
        font-size: 1.5rem;
    }
	.flow__page--btn {
		background-size: 1182px 90px;
		background-position: center centar;
	}
	.flow__page--btn h3 {
		font-size: 30px;
	}
	.flow__page--btn h3 span {
		font-size: 20px;
	}
}

/* 商品詳細ページ（single-kaitori_item.php） */
#single__header .header__block.kaitori_item {
	position: relative;
	text-align: center;
}
#single__header .header__copy--wrapper.kaitori_item {
	width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 1;	
	margin-right: 0;
}
#kaitori__item {
    width: 100%;
	display: flex;
	justify-content: center;
	flex-flow: column;
	text-align: center;
	padding-bottom: 80px;
    margin: 0 auto 30px;
    position: relative;	
}
#kaitori__item .kaitori__item--wrapper {
	margin: 93px auto;
}
#kaitori__item .kaitori__item--title {
	max-width:1100px;
	margin: auto;
}
#kaitori__item .kaitori__item--title h2 {
    height: auto;
    min-height: 48px;
    font-family: 'Dela Gothic One';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.15em;
    color: #FFFFFF;
    padding: 0 20px;
    text-shadow: 0px 12px 14px rgba(0, 185, 214, 0.5);
    margin-top: -30px;
}
#kaitori__item .container {
	width: 1142.7px;
    max-width: 95%;
	margin: auto;
	padding: 24px 36px 48px;
	/* border-top: thin solid #EBEBEB; */
	background: #fff;
	background: rgba(235, 235, 235, 0.15);
	border-radius: 50px;
	margin-bottom: 50px;
}
#kaitori__item .container .img_title {
	display: flex;
	gap: 50px;
}
#kaitori__item .container .img_title .image__wrapper {
	width: 250px;
}
#kaitori__item .container .img_title .image__wrapper img {
	width: 200px;
	border: thin solid #0029A3;
}
#kaitori__item .container .img_title .title__wrapper {
	display: flex;
	justify-content: center;
	flex-flow: column;	
}
#kaitori__item .container .img_title .meta {
    display: flex;
	flex-wrap: wrap;
    align-items: center;
	gap: 10px;
}
#kaitori__item .container .img_title .meta span {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	letter-spacing: -0.03em;
	color: #fff;	
	background: #0029A3;
    background: rgba(0, 89, 190, .6);
    padding: 5px 20px;
    border-radius: 30px;
	margin-right: 20px;	
}
#kaitori__item .container .img_title h2.title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 8px;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 900;
	font-size: 26px;
	color: #0029A3;	
	color: #fff;
	line-height: 1.6;
	text-align: left;
	margin-top: 30px;
}
#kaitori__item .container .img_title h2.price {
	font-family: 'Dela Gothic One';
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 900;
	font-size: 36px;
	color: #fff;
	color: #FF4500;
	color: #DD0000;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-align: right;
	margin-top: 10px;
	text-shadow:
		1px 1px 0 #fff,
		-1px 1px 0 #fff,
		1px -1px 0 #fff,
		-1px -1px 0 #fff,
		2px 2px 0 #fff,
		-2px 2px 0 #fff,
		2px -2px 0 #fff,
		-2px -2px 0 #fff;	
}
#kaitori__item .container .img_title h2.price span {
	padding-right: 1em;
}
#kaitori__item .container .img_title h2.price span.enn {
	padding-right: 0;
}
.item-detail-list {
	width: calc(100% - 50px);
    margin: 50px auto;
    background: rgba(250, 255, 255, 0.85);
	padding: 24px 0;
    border: 8px solid #B1BDCD;
    border-radius: 50px;
}
.item-detail-row {
    display: flex;
    border-bottom: 3px solid #B1BDCD;
    align-items: center;
    padding: 10px 0;
}
.item-detail-row:last-of-type {
	border-bottom: none;
}
.item-detail-row dt {
    width: 180px;
    min-width: 180px;
	font-size: 20px;
    font-weight: bold;
    color: #254d8d;
    text-align: left;
    margin: 0;
    padding: 10px 30px;
}
.item-detail-row dd {
    flex: 1;
    margin: 0;
	font-size: 20px;
    color: #000000;
    font-weight: bold;
	text-align: left;
	padding: 10px 30px;
}
.item-detail-list .addition_btn {
	margin-top: 50px;
}
#kaitori__item .note_box2 {
    width: 1142.7px;
    max-width: 100%;
    padding: 24px 36px 48px;	
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 900;
	font-size: 18px;
	line-height: 160%;
	letter-spacing: 0.05em;
	color: #EBEBEB;	
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	background: rgba(235, 255, 81, 0.2);
	border-radius: 20px;
	margin: 18px auto;
	text-align: left;
}
#kaitori__item .note_box2 h3 {
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 130%;
	text-align: center;
	letter-spacing: 0.15em;
	color: #F4F278;	
}
#kaitori__item .note_box2 h3::before {
	content: "";
	display: inline-block;
	width: 33px;
	height: 33px;
	background: url(images/warning.png) no-repeat;
	background-size: contain;
	margin-right: 20px;	
}
#kaitori__item .note_box2 p {
	text-align: left;
}

/* 関連コラム */
#related_column h2.column__title {
	margin: auto;
	max-width: 900px;
	width: 100%;	
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	font-size: 42px;
	line-height: 1.4;
	letter-spacing: 0.15em;
	color: #FFFFFF;
	text-align: center;
	padding-top: 50px;
}
#related_column h2.column__title.kaitori__item {
	font-size: 28px;

}
#related_column h2.column__title span {
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.6;
	letter-spacing: 0;
	padding-top: 0;
	display: block;
}
#related_column .container div article {
	margin: 30px auto 30px;
	max-width: 900px;
	width: 100%;
    float: none;
    position: relative;
	background-color: #F5F5F5;
	padding: 24px 36px;
	border-radius: 36px;	
}
#related_column .container .column-item {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 30px;
	position: relative;
}
#related_column .container .column-item a {
	position: absolute;
	inset: 0;
	z-index: 1;
}
#related_column .container .column-item .image-block {
	flex: 0 0 380px;
	aspect-ratio: 16 / 12;
	background-size: cover;
	background-position: center;
	border-radius: 12px;
	z-index: 2;
	overflow: hidden;
}
#related_column .container .column-item .image-block img {
	width: 380px;
	max-width: 100%;
	height: auto;
	border-radius: 28px;
	transition : all 0.5s;
}
#related_column .container .column-item .image-block img:hover {
	transform: scale(1.3);	
}
#related_column .container .column-item .content_block {
	flex: 1;
	z-index: 2;
}
#related_column .container .column-item .content_block p {
	color: #5f5f5f;
}
#related_column .toggle-btn {
	margin-bottom: 50px;
}
#related_column .toggle-btn span {
	padding-left: 1em;
}

/* 法人・遺品買取 */
.main.houjin {
	margin-top: -30px;
}
.main.houjin .contents_wrapper {
    margin: 100px auto;
    max-width: 900px;
    width: 100%;
    float: none;
    position: relative;
    background-color: #F5F5F5;
    padding: 30px 50px;
    border-radius: 36px;	
}
.main.houjin .contents_wrapper h2 {
	font-size: 26px;
	margin-top: 2em;
	margin-bottom: 1em;
}
.main.houjin .contents_wrapper h3 {
	font-size: 24px;
	margin-top: 2em;
	margin-bottom: 1em;
}
.main.houjin .contents_wrapper h4 {
	font-size: 22px;
	margin-top: 1em;
	margin-bottom: .5em;
}
.main.houjin .contents_wrapper p {
	font-size: 18px;
	line-height: 2;
	margin-left: 1em;
	margin-bottom: 1em;
}

.main.hight {
	margin-top: -30px;
}
.main.line .consultation__wrapper {
	background-image: none !important;
}
.main.hight .manga_wrapper {
	/*padding-top: 200px;*/
}
.main.hight .hight_title {
    height: 180px;
	background-image: url(images/flow_title-bg.webp);
    background-repeat: repeat-x;
    background-position: center top;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main.hight #figure,
.main.hight #soft,
.main.hight #animGood,
.main.hight #noBuy {
	background: none;
	margin-top: 50px;
	padding-bottom: 50px;
	border: none;
	border-bottom: 3px solid #ccc;
}
.main.hight .pointCont {
    background: white;
	width: 1000px;
    max-width: 90%;
    margin: auto;
    padding: 0 15px 50px;
    border-radius: 50px;
    margin-bottom: 50px;
}
.main.hight .pointCont:last-of-type {
	padding-top: 80px;
}

/* 査定フォーム */
.main.assessment__form .assessment__form--title {
    height: 195px;
    background-image: url(images/assessment_header.avif);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;	
}
.main.assessment__form .consultation .consultation__wrapper {
    background-image: url(images/consultation_search-bg.avif);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.main.assessment__form .form_wrapper,
#assessment-confirm .form_wrapper,
#assessment-error .form_wrapper,
#assessment-complete .form_wrapper {
	padding: 64px 0;
	margin: auto;
}
#assessment-error .form_wrapper h2.error {
	font-size: 24px;
	color: #fff;
	text-align: center;
}
/* フォーム全体 */
#kaitori-form {
	margin: auto;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 64px 96px 96px;
	gap: 32px;
    width: 866px;
    min-width: 720px;
	background: #CBEBF2;
	border: 9px solid #00EAF2;
	box-shadow: 0px 4px 100px rgba(235, 235, 235, 0.6), 0px 2px 40px #0D0F32;
	border-radius: 50px;
    position: relative;
}
/* 必須マーク */
#kaitori-form .required {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 2px 10px;
	gap: 10px;
	width: 50px;
	height: 27px;
	margin-left: 16px;
	background: #FF5722;
	border-radius: 100px;		
}

/* 入力エリア共通 */
#kaitori-form input[type="text"],
#kaitori-form input[type="email"],
#kaitori-form input[type="tel"],
#kaitori-form textarea {
    width: 100%;
    border: 2px solid #919191;
    border-radius: 8px;
    font-size: 1.1em;
    padding: 10px 12px;
    box-sizing: border-box;
    margin-bottom: 8px;
    background: #fff;
    transition: border-color .3s;
}
#kaitori-form input[type="text"]:focus,
#kaitori-form input[type="email"]:focus,
#kaitori-form input[type="tel"]:focus,
#kaitori-form textarea:focus {
    border-color: #09E5FF;
    outline: none;
}


/* ラベル */
#kaitori-form label {
	display: flex !important;
}
/* ---- ラジオボタン グループ ---- */
#kaitori-form .radio-section {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -28px;
	position: relative;
}
#kaitori-form .label_name {
	display: flex;
	height: 30px;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 900;
	font-size: 20px;
	line-height: 150%;
	color: #0D0F32;
	margin-right: auto;
	margin-bottom: 10px;
}

.kaitori-radio-box input[type="radio"] {
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100%;
    opacity: 0;
    margin: 0;
    cursor: pointer;
    z-index: 2;
}
.kaitori-radio-custom {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 5px solid #222;
    border-radius: 50%;
    background: #fff;
    margin-right: 24px;
    box-sizing: border-box;
    position: relative;
    transition: border-color .2s;
    flex-shrink: 0;
    z-index: 1;
}
.kaitori-radio-box input[type="radio"]:checked + .kaitori-radio-custom {
    border-color: #5328D3;
}
.kaitori-radio-box input[type="radio"]:checked + .kaitori-radio-custom::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0 0 0 6px #5328D3;
}
.kaitori-radio-label {
    flex: 1;
    font-size: 20px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0D0F32;
    text-align: center;
    position: relative;
    margin-left: -40px;
}
.kaitori-radio-label.shucho {
    margin-left: 0;
}
.kaitori-radio-box input[type="radio"]:checked ~ .kaitori-radio-label {
    color: #5328D3;
}
.kaitori-radio-label .area-badge {
    background: #ffe600;
    color: #000000;
    border-radius: 13px;
    font-weight: 900;
    padding: 7px 18px;
    margin-left: 16px;
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
}
/* ラジオ全体の親 */
.mwform-radio-field {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 32px; /* 行間・列間 */
    justify-content: flex-start;
	margin-right: 10px;
    margin-bottom: 32px;
	position: relative;
}

/* 各ラジオボックスを2列 */
.mwform-radio-field label {
    flex: 1 1 calc(50% - 16px); /* 2列になる幅。隙間32pxに合わせて-16px */
    max-width: calc(50% - 16px);
	width: 318px;
    height: 64px;
    box-sizing: border-box;
    display: flex;
	justify-content: center;
    align-items: center;
    background: #fff;
	border: 2px solid #000000;
	border-radius: 6px;
    padding: 0 28px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
    transition: border .2s;
	position: relative;
}

/* 最後の「お問い合わせ」だけ最大幅1列 */
.mwform-radio-field:last-of-type,
.mwform-radio-field label:last-of-type{
	flex: 1;
    flex-basis: 100%;
    max-width: 100%;
}
.area-notice div {
	font-size: 14px;
	text-align: left;
	margin-top: -20px;
	margin-bottom: 20px;
	position: absolute;
	left: 2%;
	margin-top: -135px;
}
#assessment-confirm .area-notice div {
	display: none;
}
/* カスタムラジオ丸を疑似要素で作る（左側） */
.mwform-radio-field label::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    border: 5px solid #222;
    border-radius: 50%;
    background: #fff;
    margin-right: 12px;
    box-sizing: border-box;
    transition: border-color .2s;
    position: relative;
}

.mwform-radio-field input[type="radio"] {
    /* 完全非表示はNG、透明で上に重ねる！ */
    opacity: 0;
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    margin: 0;
    z-index: 1;
    cursor: pointer;
}

/* チェック時の外枠・カスタム丸色 */
.mwform-radio-field input[type="radio"]:checked + .mwform-radio-field-text,
.mwform-radio-field input[type="radio"]:checked ~ .mwform-radio-field-text {
    color: #5328D3;
}
.mwform-radio-field input[type="radio"]:checked + .mwform-radio-field-text::before,
.mwform-radio-field input[type="radio"]:checked ~ .mwform-radio-field-text::before {
    border-color: #5328D3;
}
.mwform-radio-field input[type="radio"]:checked ~ .mwform-radio-field-text,
.mwform-radio-field label:has(input[type="radio"]:checked)::before {
    border-color: #5328D3;
}
.mwform-radio-field label:has(input[type="radio"]:checked)::after {
    /* 真ん中の小さい色付き丸 */
    content: "";
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: #5328D3;
    border-radius: 50%;
    z-index: 2;
}
/* チェックにラジオの外枠を太く・色変更 */
.mwform-radio-field input[type="radio"]:checked ~ .mwform-radio-field-text,
.mwform-radio-field label:has(input[type="radio"]:checked) {
    border-width: 4px !important;
    border-color: #5328D3 !important;
    /* ここでアニメーション */
    transition: border-color .2s, border-width .2s;
}
/* テキスト */
.mwform-radio-field-text {
    font-size: 20px;
    font-weight: 900;
    color: #0D0F32;
    text-align: center;
    flex: 1;
    z-index: 1;
    position: relative;
    letter-spacing: .05em;
    pointer-events: none;
}

/* --- 「出張買取」にバッジ/補足追加する場合 --- */
/* JSなどで、"出張買取"のspan直後に.badgeなど追加推奨 */

.mwform-radio-field-text .area-badge {
    font-size: 15px;
    font-weight: 900;
    background: #ffe600;
    color: #222;
    border-radius: 10px;
    padding: 5px 10px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}
#kaitori-form [type=reset], 
#kaitori-form [type=submit],
#kaitori-form button,
html > [type=button] {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 12px 16px;
	padding-right: 3em;	
	gap: 16px;
	width: 632px;
	height: 67px;
	background-image: url(images/arrow.webp), url(images/submit_btn.webp);
	background-repeat: no-repeat, no-repeat;
	background-size:  30px 29px, auto;
	background-position:  right 30px center, center;
	box-shadow: 0px 4px 0px #4270E4;
	border-radius: 100px;
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 43px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #000000;
}

@media (max-width: 700px) {
    .mwform-radio-field.horizontal-item,
    .mwform-radio-field.horizontal-item:last-child {
        max-width: 100%;
        flex-basis: 100%;
    }
    .mwform-radio-field label {
        min-height: 64px;
        font-size: 1.1rem;
        padding: 0 30px;
    }
    .mwform-radio-field label::before {
        width: 22px;
        height: 22px;
        margin-right: 13px;
    }
	.mwform-radio-field-text,
	#kaitori-form .form-section label,
	.mwform-checkbox-field-text {
		font-size: clamp(16px, 9.333px + 1.778vw, 20px);
	}
	.kit-label, .kit-select-row {
        font-size: clamp(18px, -8.667px + 7.111vw, 34px) !important;
    }
	#kaitori-form .policy-wrap {
		height: auto;
	}
	#kaitori-form .policy-wrap .policy-label {
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
	#kaitori-form .required.short {
		margin-bottom: 20px;
        margin-right: auto;
	}
	#kaitori-form .policy-wrap p.policy-note {
		text-align: left;
		padding-top: 10px;
	}
}

/* セクション間 */
#kaitori-form .form-section {
	width: 100%;
	display: flex;
	flex-flow: column;
	flex-wrap: wrap;
	position: relative;
	margin-top: -20px;
}	
#kaitori-form .form-section label {
	height: 30px;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 900;
	font-size: 20px;
	line-height: 150%;
	color: #0D0F32;
}

.mw_wp_form input[type="file"] {
    display: inline-block;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#kaitori-form .policy__wrapper {
	margin: -20px auto 20px;
}
#kaitori-form .policy-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;	
	align-items: center;
	padding: 24px 20px;
	gap: 18px;
	width: auto;
	height: 123px;
	background: #FFEFDE;
	border-radius: 12px;
	text-align: center;
}
#kaitori-form .policy-wrap .policy-label {
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 0px;
	gap: 6px;
	height: 35px;
	font-size: 16px;
	font-weight: bold;
	color: #0D0F32;
}
#kaitori-form .policy-wrap p.policy-note {	
	font-size: 14px;
	color: #F87800;
	text-align: center;
	margin: 0;
}
#kaitori-form .seet_download {
	margin: -20px auto 20px 0;
}
#kaitori-form .seet_btn {
	margin: 20px auto 0 0;
	
}
#kaitori-form .row-flex {
	width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;	
}
#kaitori-form .row-flex .label_name {
	margin-bottom: 30px;
}
#kaitori-form .row-flex.radio .label_name {
	margin-bottom: 10px;
}
#kaitori-form .radio-section .mwform-radio-field:last-of-type {
	margin-top: 10px;
}
#kaitori-form .complete_wrapper {
	display: none;
}

.only-takuhai .form-section {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 2rem;
}
.kit-none-check {
    position: absolute;
    right: 0;
    top: -3.5rem;
    background: transparent;
    border: 4px solid #b7d7de;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 900;
    color: #0D0F32;
    padding: 1rem 2.5rem 1rem 2rem;
    box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 10px 20px 10px 10px;
	gap: 8px;
	margin: 0 auto;
	width: 157px;
	height: 48px;
	border: 2px solid #B0C0C5;
	border-radius: 6px;
}
.kit-size-selects {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.kit-select-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 8px;
    margin-top: 10px;
	margin-top: 25px;
    margin-bottom: -30px;
    font-size: 18px;
    font-weight: 900;
    padding: 5px;
    box-shadow: none;
    border: none;
    width: 100%;
}
.kit-select-row:last-child {
    margin-bottom: 0;
}
.kit-label {
    flex: 1 1 auto;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 18px;
    font-weight: 900;
	color: #0D0F32;
}
.kit-select-row select {
    font-size: 20px;
    padding: 0.7em 1em;
    border: 5px solid #22223b;
    border-radius: 14px;
    width: 200px;
    text-align: center;
    background: #fff;
    margin-right: 2.3rem;
}
.jcf-select {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 12px 14px 12px 24px;
	gap: 24px;
	width: 90px;
	height: 40px;
	background: #FFFFFF;
	border: 2px solid #000000;
	border-radius: 6px;
}

@media (max-width: 800px) {
    .kit-none-check {
        position: static;
        margin-bottom: 1rem;
        font-size: 1.7rem;
        padding: 0.7rem 1.7rem 0.7rem 1rem;
    }
    .kit-label, .kit-select-row {
        font-size: 2rem;
    }
    .kit-select-row select {
        font-size: 17px;
        width: 120px;
    }
}
.cart-icon {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-right: 6px;
}
.desired-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 2px 8px;
	gap: 8px;
	width: 100%;
	height: 34px;
	background: #FFFFFF;
	border-radius: 6px;
}
.ssessment_note {
    display: flex;
    flex-direction: column;	
	padding: 30px 40px;
	gap: 8px;
	width: 100%;
	height: auto;
	line-height: 1.8;
	background: #FFFFFF;
	border-radius: 12px;	
	margin-bottom: 30px;
}
body#assessment-confirm .ssessment_note {
	display: none;
}

/* 確認ページ */
body#assessment-confirm #kaitori-form .required {
	display: none !important;
}
body#assessment-confirm .seet_download {
	display: none;
}
body#assessment-confirm #kaitori-form,
body#assessment-confirm #kaitori-form .row-flex {
    text-align: left !important;
}

body#assessment-confirm #kaitori-form .row-flex {
	width: 100%;
    display: flex;
	flex-direction: row;
    align-items: center;
    gap: 24px;
    padding-bottom: 10px;
    border-bottom: 2px solid #FFFFFF;
}

body#assessment-confirm #kaitori-form .row-flex .label_name {
    min-width: 200px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
	margin-bottom: 0;
}

body#assessment-confirm #kaitori-form .row-flex .radio-section {
    /*flex: 1;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    letter-spacing: 0.05em;
    color: #0D0F32;
	margin-top: -1.7em;
}

body#assessment-confirm #kaitori-form .row-flex .form-section {
    flex: 1;
    display: flex;
    font-family: 'Noto Sans JP';
    font-style: normal;
	font-weight: 900;
	font-size: 24px;
	letter-spacing: 0.05em;
	color: #0D0F32;
	margin-top: -0.5em;
}
body#assessment-confirm .policy__wrapper {
	display: none;
}
body#assessment-confirm #kaitori-form .complete_wrapper {
	display: block;;
}
body#assessment-confirm #kaitori-form .complete_wrapper .cont_block {
	width: 528px;
	max-width: 100%;
	height: 147px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 24px 20px;
	gap: 18px;
	background-color: #FFEFDE;
	border-radius: 12px;
	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;	
	margin: 30px auto;
}
body#assessment-confirm #kaitori-form .complete_wrapper .cont_block .title {
	display: block;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 900;
	font-size: 18px;
	line-height: 160%;
	text-align: center;
	color: #0D0F32;	
}
body#assessment-confirm #kaitori-form .complete_wrapper .cont_block .cont {
	display: block;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 900;
	font-size: 16px;
	line-height: 160%;
	text-align: center;
	color: #FF5722;
}
body#assessment-confirm #kaitori-form .hide-on-confirm {
	display: none !important;
}
body#assessment-confirm .kit-none-check {
	display: flex !important;
	font-size: 24px;
    letter-spacing: 0.05em;
    color: #0D0F32;
    font-weight: bold;
	padding: 0;
    margin-top: -1em;
	top: 0;
    left: 0;
	right: auto;
    border: none;
    background-color: transparent;
}
body#assessment-confirm .kit-select-row {
    margin-top: 0;
    margin-bottom: 0;	
}
body#assessment-confirm .form-section.message {
	font-size: 16px !important;
}
body#assessment-confirm .row-flex {
	align-items: flex-start !important;
}
body#assessment-confirm .row-flex.radio {
	align-items: center !important;
}
body#assessment-confirm .form-section.select.address span {
	display: none;
}
body#assessment-confirm #kaitori-form [type=submit] {
	background-image: url(images/arrow-2.webp), url(images/submit_btn2.webp);
	background-repeat: no-repeat, no-repeat;
	background-size:  30px 30px, auto;
	background-position:  right 30% center, center;
}
@media screen and (max-width: 600px) {
	#kaitori-form {
		padding: 40px 20px;
	}
	body#assessment-confirm #kaitori-form [type=submit] {
		background-position:  right 20px center, center;
	}	
}

/* エラー */
#kaitori-form .radio-section .mwform-error span {
	width: 236px;
	height: 46px;
	color: transparent;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -55px;
	background-image: url(images/dormitory.avif);
	background-size: cover;
}
#kaitori-form .form-section .mwform-error span {
	width: 236px;
	height: 46px;
	color: transparent;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -50px;
	background-image: url(images/dormitory2.avif);
	background-size: cover;
}
#kaitori-form .form-section.select .mwform-error span {
	width: auto;
	height: auto;
	color: red;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -10px;
	background: none;
}
#kaitori-form .form-section.select.mochikomi .mwform-error span {
	position: relative;
	font-weight: bold;
    margin-top: -5px;
}
/*
#kaitori-form .form-section.select.address .mwform-error span {
	position: relative;
	font-weight: bold;
    margin-top: -5px;
}
*/
#kaitori-form .form-section.select.inquiry .mwform-error span {
	font-weight: bold;
    margin-top: -35px;
}
body#assessment-error #kaitori-form .policy__wrapper {
	margin: 20px auto 20px;
	position: relative;
}
#kaitori-form .policy__wrapper .mwform-errors span {
	width: 272px;
	height: 46px;
	color: transparent;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
    margin-top: -30px;
    margin-left: 14px;
	background-image: url(images/dormitory3.avif);
	background-size: cover;
}

/* 送信完了 */
body#assessment-complete .form_wrapper .thanks_wrapper {
	margin: 50px auto;
	width: 720px;
	max-width: 100%;
	height: 549px;
	background-image: url(images/complete.avif);
	background-size: cover;
	position: relative;
}
body#assessment-complete .form_wrapper .thanks_wrapper .cont_block {
	width: 528px;
	max-width: 100%;
	height: 147px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 24px 20px;
	gap: 18px;
	background-color: #fff;
	border-radius: 12px;
	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;	
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	margin-bottom: 80px;
}
body#assessment-complete .form_wrapper .thanks_wrapper .cont_block .title {
	display: block;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 900;
	font-size: 18px;
	line-height: 160%;
	text-align: center;
	color: #0D0F32;	
}
body#assessment-complete .form_wrapper .thanks_wrapper .cont_block .cont {
	display: block;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 900;
	font-size: 16px;
	line-height: 160%;
	text-align: center;
	color: #FF5722;
}
body#assessment-complete .policy__wrapper {
	display: none;
}

body.column .cta-search,
body.column .cta-button {
	display: none !important;
}
main.main.blog {
	margin-top: -25px;
}
main.main.blog .container.wrapper {
	background-color: #fff;
	padding: 30px 0;
}
main.main.blog .container.wrapper.related {
	margin-top: -34px;
	padding-top: 60px;
}
main.main.blog section.column-blog .entry_title {
    margin-bottom: 40px;
    padding: 30px 0;
    background: none;
	border: none;
    text-align: center;
}
main.main.blog section.column-blog .entry_title .entry_title_txt {
    padding: 0 20px;
}
body.column .column-blog img {
    max-width: 100%;
    border-radius: 27px;
    height: auto;
}

/* キャンペーン */
#campaign {
	width: 100vw;
	margin: auto;	
}
#campaign .campaign.page_title.campaign {
	width: 100vw;
	margin: auto;
}
#campaign .campaign .container {
	width: 1312px;
	max-width: 90%;
	margin: 0 auto;
	margin-top: -200px;
}
@media screen and (max-width: 1440px) {
	#campaign .campaign .container {
		margin-top: clamp(-100px, calc(-0.12vw - 28.6px), -200px);
	}	
}
#campaign .campaign.page_title.campaign h2,
#campaign .campaign .container h2 {
	color: transparent;
}
#campaign .campaign .container_up {
	width: 1077.5px;
	max-width: 90%;
	margin: -115px auto 100px;
	position: relative;
}
#campaign .campaign .container_up .total_price {
	display: flex;
}
#campaign .campaign .container_up .total_price h2.total_amount {
	font-family: 'Anta';
	font-style: normal;
	font-weight: 600;
	font-size: 58px;
	font-size: clamp(24px, -13.911px + 6.308vw, 58px);
	color: #FFE600;
	text-shadow: 3px 7px 1px #0D0F32;
	position: absolute;
	left: 35px;
	top: 42%;
}
#campaign .campaign .container_up .total_price h2.price_up {
	font-family: 'Anta';
	font-style: normal;
	font-weight: 600;
	font-size: 96px;
	font-size: clamp(40px, -22.442px + 10.39vw, 96px);
	color: #FFFFFF;
	text-shadow: 6px 8px 1px #87890D;	
	display: flex;
	align-items: flex-end;
	align-items: center;
	position: absolute;
	top: 18%;
	right: 210px;	
}
@media screen and (min-width: 601px) and (max-width: 1140px) {
	#campaign .campaign .container_up .total_price h2.price_up {
		right: clamp(110px, 15.223px + 15.77vw, 195px);
	}
}
#campaign .campaign .container_up .total_price h2.price_up span {
	font-family: 'Dela Gothic One';
	font-style: normal;
	font-weight: 400;
	font-size: 0.66em;
	text-shadow: 4px 4px 1px #87890D;
	letter-spacing: 0.1em;
	color: #3900A3;
}
#campaign .campaign .note {
	margin-bottom: 90px;	
}
#campaign .campaign .note p {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 900;
	font-size: 20px;
	line-height: 150%;
	color: rgba(255, 255, 255, 0.9);
	text-align: center;	
}
@media screen and (max-width: 600px) {
	#campaign .campaign .container {
		width: 600px;
		max-width: 95%;
		margin: 0 auto;
		margin-top: clamp(-540px, calc(-88.889vw - 6.667px), -340px);
	}	
	#campaign .campaign .container_up {
		width: 600px;
		max-width: 85%;
		margin: 0 auto 100px;
		margin-top: -200px;
		position: relative;
	}	
	
	#campaign .campaign .container_up .total_price h2.total_amount {
		font-family: 'Anta';
		font-style: normal;
		font-weight: 600;
		font-size: 58px;
		font-size: clamp(30px, -16.667px + 12.444vw, 58px);
		color: #FFE600;
		text-shadow: 3px 7px 1px #0D0F32;
		position: absolute;
		top: 24%;
        left: 60px;
	}	
	#campaign .campaign .container_up .total_price h2.price_up {
		font-family: 'Anta';
		font-style: normal;
		font-weight: 600;
		font-size: 96px;
		font-size: clamp(70px, 26.667px + 11.556vw, 96px);
		color: #FFFFFF;
		text-shadow: 6px 8px 1px #87890D;	
		display: flex;
		align-items: flex-end;
		align-items: center;
		position: absolute;
        top: 58%;
        left: 69px;
		left: clamp(38px, -13.667px + 13.778vw, 69px);;
	}
}



body.yellow main.main .header-copy h2 {
    background: none;
}
@media screen and (min-width: 768px) {
	body.yellow main.main .header-copy h2 {
		left: -32vw;
	}	
}
@media screen and (max-width: 420px) {
	body.yellow main.main .header-copy h2 {
		width: 18rem;
		top: -40px;
		left: -10vw;
	}	
}
body#category_b_1_5 .genre_cat {
	display: none;
}
body#category_b_1_5 header .bg_item.hidden-sm-down {
	width: 100vw;
	height: 110%;
	background-image: url(images/D_1_maker.avif),url(images/cat_genre-bg.avif);
	background-repeat: no-repeat, no-repeat;
	background-position: right bottom, center center;
	background-size: contain,cover !important;
	margin-top: -20px;
	
}
body#category_b_1_5 header .bg_item.hidden-md-up {
	width: 100vw;
	height: 100%;
	background-image: url(images/E_1_maker.avif),url(images/cat_genre-bg.avif);
	background-repeat: no-repeat, no-repeat;
	background-position: right bottom, center center;
	background-size: contain,cover !important;
	margin-top: -20px;
	
}
body#category_retro-game .genre_maker {
	display: none;
}
body#category_retro-game header .bg_item.hidden-sm-down {
	width: 100vw;
	height: 110%;
	background-image: url(images/D_1_gensaku.ninki.avif),url(images/cat_genre-bg.avif);
	background-repeat: no-repeat, no-repeat;
	background-position: right bottom, center center;
	background-size: contain,cover !important;
	margin-top: -20px;
	
}
body#category_retro-game header .bg_item.hidden-md-up {
	width: 100vw;
	height: 100%;
	background-image: url(images/E_1_gensaku.ninki.avif),url(images/cat_genre-bg.avif);
	background-repeat: no-repeat, no-repeat;
	background-position: right bottom, center center;
	background-size: contain,cover !important;
	margin-top: -20px;
}



.footer .footer-cont {
	background-image: url(images/footer_bg.avif);
    background-color: #000;
    background-size: cover;
	padding: 48px 0 0;
	margin-top: -1px;
}
li.footer-home.parent,
li.footer-item-list.parent,
.genre_menu li.footer-item-list.parent,
.footer .footer-cont .footer-link>ul > li>a {
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	display: flex;
	align-items: center;
	letter-spacing: 0.15em;
	color: rgba(245, 245, 245, 0.9);
	display: flex;
	align-items: center;
	margin-bottom: 20px;

}
.footer .footer-cont .footer-link>ul > li>a,
.genre_menu li.footer-item-list.parent a {
	display: inline-block;
	padding: 10px 16px;
	width: auto;
	border: 1px solid #F5F5F5;
	border-radius: 100px;		
}
.genre_menu {
	display: flex;
	align-items: center;	
	gap: 50px;
	margin-bottom: 10px;
}
li.footer-home.parent .icon,
li.footer-item-list.parent .icon {
	padding-right: .5em;
}
.footer .footer-cont .footer-link >ul >li.footer-item-list ul li {
    float: none;
    width: auto;		
}
li.footer-home.parent .child,
li.footer-item-list.parent .child {	
	width: auto;
	height: 24px;
	font-family: 'Noto Sans JP';
	font-size: 16px;	
	font-style: normal;
	line-height: 170%;
	/* ボックスの高さと同一、または24px */
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: 0.03em;	
	margin: 12px 0 12px;	
}
.footer .footer-cont .footer-link ul li,
.footer .footer-cont .footer-link>ul > li ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.footer .footer-cont .footer-link>ul > li ul {
	margin-bottom: 50px;
}
.footer .footer-cont .footer-link>ul > li ul li {
    font-size: 14px;
	margin-left: 2em;
}
.footer .footer-cont .footer-link ul li a {
    color: rgba(245, 245, 245, 0.9);
}
.footer .footer-text {
	margin: 0 calc(50% - 50vw);
    width: 100vw;	
	font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    background: #1926A1;
    color: rgba(245, 245, 245, .6);
    padding: 1.5rem;
    text-align: center;
    font-weight: bold;
}
.footer .pagetop a {
	flex-flow: column;
	background: rgba(235, 235, 235, .15);
	font-family: 'Anta';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	text-align: center;
	letter-spacing: 0.1em;
	color: #D9D9D9;
	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
	border: none;
}
.footer .pagetop a span {
	display: block;
    margin-bottom: -25px;
    font-size: 16px;	
	transform: rotate(90deg);
}
.pad_menu {
	display: none;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media screen and (max-width: 1335px) {
	.logo_wrapper {
		width: 100px;
	}
	.navbar .description {
		top: 15px;
		left: 120px;
	}
	.navbar .nav-table {
		max-width: 98%;
	}
	.nav-table {
		display: flex;
		align-items: flex-start;
		gap: 20px;
	}
	#menu {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		margin: 0;
		padding: 0;
	}	
	.features__block {
		padding-left: 10px;
		padding-right: 10px;
	}
	.features__block--flex {
		width: 99%;
	}
	body.item main.main header {
		background-size: cover;
	}	
	article.good-goods h3 {
		font-size: clamp(24px, 13.437px + 2.817vw, 54px);
		line-height: 1.6;
	}
	.ng_item-list li {
		font-size: clamp(16px, 13.183px + 0.751vw, 24px);
	}
}

@media screen and (max-width: 1264px) {
    body#flow.item .flow__sec--wrapper .delivery .delivery_step,
	body#flow.item .flow__sec--wrapper .delivery .delivery_step.trip,
	body#flow.item .flow__sec--wrapper .delivery .delivery_step.bringing {
        position: static !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 24px;
		width: 76%;
		max-width: 1200px;
		margin: -120px auto 0;
		height: auto;
    }
    body#flow.item .flow__sec--wrapper .delivery .delivery_step .flow__wrapper--block {
        width: calc((100% - 72px) / 4); /* gap 24px × 3 = 72px */
		margin-bottom: 0;
		border: thin solid #ccc;
        padding: 10px;
        background-color: #fff;
    }
	 body#flow.item .flow__sec--wrapper .delivery .delivery_step .flow__wrapper--block:last-child {
		margin-right: auto;
	}
	body#flow.item .flow__sec--wrapper .delivery .delivery_step .flow__wrapper--block:nth-of-type(3),
    body#flow.item .flow__sec--wrapper .delivery .delivery_step .flow__wrapper--block:nth-of-type(7),
    body#flow.item .flow__sec--wrapper .delivery .delivery_step .flow__wrapper--block:nth-of-type(9) {
		border: none;
        background-color: transparent;				
	}
	body#flow.item .flow__sec--wrapper .delivery .delivery_step .flow__wrapper--block:nth-of-type(2),
	body#flow.item .flow__sec--wrapper .delivery .delivery_step .flow__wrapper--block:nth-of-type(4),
	body#flow.item .flow__sec--wrapper .delivery .delivery_step .flow__wrapper--block:nth-of-type(6),
	body#flow.item .flow__sec--wrapper .delivery .delivery_step .flow__wrapper--block:nth-of-type(8) {
		width: 50px;
		flex-shrink: 0;
		border: none;
        padding: 0;
        background-color: transparent;		
	}	
	body#flow.item .flow__sec--wrapper .delivery .delivery_step .flow__wrapper--block p {
		font-size: clamp(16px, 7.467px + 0.833vw, 18px);
	}
	body#flow.item .flow__sec--wrapper .delivery .delivery_step .flow__wrapper--block p.note {
		font-size: clamp(12px, 8.893px + 0.404vw, 14px);
	}
	.business_area {
		padding: 36px 20px;
	}
}

@media screen and (max-width: 875px) {
    body#flow.item .flow__sec--wrapper .delivery .delivery_step,
	body#flow.item .flow__sec--wrapper .delivery .delivery_step.trip,
	body#flow.item .flow__sec--wrapper .delivery .delivery_step.bringing {		
		padding: 30px 20px;
	}	
    body#flow.item .flow__sec--wrapper .delivery .delivery_step .flow__wrapper--block {
		width: 90%;		
		border-radius: 50px;
    }
	body#flow.item .flow__sec--wrapper .delivery .delivery_step .flow__wrapper--block:last-child {
        margin: auto;
    }
	body#flow.item .flow__sec--wrapper .delivery .delivery_step .flow__wrapper--block p {
		font-size: 20px;
	}	
    body#flow.item .flow__sec--wrapper .delivery .delivery_step .flow__wrapper--block:nth-of-type(2),
    body#flow.item .flow__sec--wrapper .delivery .delivery_step .flow__wrapper--block:nth-of-type(4),
    body#flow.item .flow__sec--wrapper .delivery .delivery_step .flow__wrapper--block:nth-of-type(6),
	body#flow.item .flow__sec--wrapper .delivery .delivery_step .flow__wrapper--block:nth-of-type(8) {
        width: calc((100% - 24px) / 2);
    }	
	body#flow.item .flow__sec--wrapper .delivery .delivery_step .flow__wrapper--block:nth-of-type(2) img,
	body#flow.item .flow__sec--wrapper .delivery .delivery_step .flow__wrapper--block:nth-of-type(4) img,
	body#flow.item .flow__sec--wrapper .delivery .delivery_step .flow__wrapper--block:nth-of-type(6) img,
	body#flow.item .flow__sec--wrapper .delivery .delivery_step .flow__wrapper--block:nth-of-type(8) img {
		transform: rotate(90deg);
	}
}

@media screen and (max-width: 480px) {
	body#flow.item .flow__sec--wrapper .flow__sec--choose {
		background-color: #0E137A;
		padding: 36px 10px 64px;
	}
	body#flow.item .flow__sec--wrapper .flow__sec--choose .flow__sec--btn {
		gap: 10px;
	}
    body#flow.item .flow__sec--wrapper .delivery .delivery_step,
	body#flow.item .flow__sec--wrapper .delivery .delivery_step.trip,
	body#flow.item .flow__sec--wrapper .delivery .delivery_step.bringing {
		padding: 30px 10px;
		border-radius: 16px;
		width: 90%;
	}
    body#flow.item .flow__sec--wrapper .delivery .delivery_step .flow__wrapper--block {
        width: 90%;
		border-radius: 16px;
    }
}

@media screen and (max-width: 1246px) {
	.tips .tips__wrapper {
		max-width: 750px;
	}
	.tips .tips__wrapper--grid {
		flex-wrap: wrap;
	}
	.all__ok--flex {
		max-width: 970px;
		margin: 40px auto;
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	.all__ok--ok {
		display: block;
		position: absolute;
		top: -115px;
		right: 0;
	}
	.all__ok--ok img {
		max-width: 90%;
	}
	#single__genre .note_box,
	#kaitori__item .note_box {
		max-width: 95%;
		max-width: 100%;
	}
}

@media screen and (max-width: 1163px) {
	.ambiguous__search--wrapper {
		bottom: 0;
	}
	.flow__anime--wrapper,
	.flow__wrapper,
	.iframe__wrapper {
		max-width: 98%;
		height: auto;
		background-image: url(images/zebra.webp);
		background-repeat: repeat;
		background-position: center top;		
		border: 8px solid #ffd25f;
   		border-radius: 82px;
		padding: 0 30px 50px;
	}
	.flow__anime--wrapper .two__step,
	.flow__wrapper .two__step {
		position: absolute;
		top: -30px;
		left: 240px;
	}	
	.flow__wrapper--flex {
		flex-wrap: wrap;
	}
	.flow__wrapper--block {
		margin-bottom: 50px;
	}
	.features__block--flex {
		max-width: 1100px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: stretch;
		gap: 36px;
	}
	/*
	.features__block--card.first,
	.features__block--card.second,
	.features__block--card.third,
	.features__block--card.fourth,
	.features__block--card.last {
		width: 20%;
	}
	.features__block--img .cupsule {
		font-size: clamp(16px, 8.223px + 1.013vw, 20px);
		margin: 10px auto 20px !important;
	}
	*/
	p.dela.fs_24 {
		font-size: clamp(18px, 6.334px + 1.519vw, 24px);
	}
	p.dela.fs_36 {
		font-size: clamp(24px, 0.668px + 3.038vw, 36px);
	}
	p.dela.fs_40 {
		font-size: clamp(34px, 22.334px + 1.519vw, 40px);
	}
	p.dela.fs_48 {
		font-size: clamp(40px, 24.446px + 2.025vw, 48px);
	}
}

@media screen and (max-width: 1180px) {
	.navbar .description {
		display: none;
	}
	main.main {
        padding-top: 111px;
    }
	.search_freeword .input_group .search_keywords {
		width: clamp(100px, -335.190px + 56.592vw, 276px) !important;
	}
	.genre__search--wrapper .ambiguous__search--wrapper .check-now {
		left: 0;
		margin-left: 20px;
	}
	.address__wrapper .google_map iframe {
		margin: auto;
		display: block;
		border-radius: 20px;
		max-width: 95%;
	}
}

@media screen and (max-width: 1050px) {
	.navbar ul>li>a {
		font-size: 16px;
		font-size: clamp(14px, 8.553px + 0.709vw, 16px);
	}
	.check-now {
		margin-left: clamp(-650px, calc(-200px - 15.96vw + 122.6px), -200px);
	}
	.search-item select {
		width: clamp(160px, -74.213px + 30.496vw, 246px);
		font-size: clamp(14px, 3.106px + 1.418vw, 18px);
	}
	.search-button {
		width: clamp(130px, -55.191px + 24.113vw, 198px);
	}
	.genre_menu {
		flex-wrap: wrap;
	}	
	h2.all__ok--title {
		font-size: clamp(32px, 26.444px + 1.481vw, 42px);
	}
	.iframe__wrapper {
	  width: 100%;
	  aspect-ratio: 16 / 9;
	}		
	.footer .footer-cont .footer-link>ul > li ul {
		margin-bottom: 80px;
	}
	li.footer-home.parent,
	li.footer-item-list.parent,
	.genre_menu li.footer-item-list.parent,
	.footer .footer-cont .footer-link>ul > li>a {
		font-size: clamp(16px, 13.778px + 0.593vw, 20px);
	}
}

@media screen and (max-width: 992px) {
    .navbar .nav-icon {
        display: none;
    }
	.hidden-md-down #menu {
		display: block;
	}
	h2.all__ok--title {
		text-align: left;
	}
	.all__ok--flex {
		max-width: 970px;
		margin: 30px auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
		position: relative;
	}
	.all__ok--wrapper picture img {
		margin-top: 100px;
	}
	.mwform-radio-field {
		width: 100%;
	}
	.area-notice div {
		margin-top: -235px;
	}
	.greeting__wrapper {
		max-width: 100%;
		height: clamp(580px, calc(933.712px - 35.656vw), 800px);
		margin: auto;
		background-image: url(images/greeting_top.avif), url(images/greeting_man.avif), url(images/greeting_bottom.avif);
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-size: contain, 120px, contain;
		background-position: center top, center top 80px, center bottom;
		margin-top: 20px;
		position: relative;
	}
	.greeting__wrapper p {
		top: 250px;
    	left: 150px;
		left: clamp(30px, -153.673px + 30.612vw, 150px);
		padding-right: clamp(30px, -153.673px + 30.612vw, 150px);;	
	}
	.sns__wrapper p {
		font-size: clamp(24px, 16.707px + 1.945vw, 36px);
	}
	.footer .footer-cont {
		padding: 20px 10px 0;
	}
}

@media screen and (max-width: 950px) {
	main.main header {
		background-position: center top !important;
	}
	#kaitori__item .container .img_title h2.price {
		font-size: clamp(24px, 16.174px + 2.087vw, 36px);
	}
	#kaitori__item .kaitori__item--title h2 {
		font-size: clamp(30px, 26.087px + 1.043vw, 36px);
	}
	#kaitori-form {
		max-width: 95%;
		min-width: 300px;
	}
	#kaitori-form .row-flex.radio .label_name {
		margin-bottom: 10px;
		width: 100%;
	}
	#kaitori-form [type=reset],
	#kaitori-form [type=submit],
	#kaitori-form button, html > [type=button] {
		max-width: 100%;
	}
}

@media screen and (max-width: 860px) {
    .phone__cart--wrapper .phone__flex {
        display: none;
    }
	body#flow.item .flow__cont .check__list--wrapper {
		padding: 56px 86px 80px;
		max-width: 828px;
		width: 95%;
		height: auto;
		border: 10px solid #FFD25F;
		border-radius: 82px;
	}	
}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
	#splide-mobile,
	.sp_only {
		display: none;
	}
	.navbar__wrapper {
		width: 1440px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}	
}

@media screen and (max-width: 768px) {
	.navbar {
		position: relative;
		padding: 10px 14px 0;
	}
    .navbar .nav-table {
        max-width: 98%;
    }	
    .navbar .nav-table {
        margin: -6px auto 0;
    }	
	.flow__anime--wrapper .anime_wrapper,
	.iframe__wrapper {
		width: 100%;
		aspect-ratio: 16 / 9;	
	}
	.flow__anime--wrapper .anime_wrapper iframe,
	.iframe__wrapper iframe {
        max-width: 100%;
        width: 100%;
        height: 100%;
	}	
	.sns__wrapper {
		background-repeat: repeat;
		background-size: contain;
	}	
	.genre_menu {
		display: flex;
		align-items: center;
		gap: 10px;
		margin-bottom: 0;
	}
	.footer .footer-cont .footer-link>ul li {
        width: auto;
    }
	li.footer-home.parent .child,
	li.footer-item-list.parent .child {
		height: auto;
		line-height: 1.2;
	}
	.footer .footer-cont .footer-link>ul > li ul {
        margin-bottom: 30px;
    }
	.footer .footer-cont .footer-link>ul ul li a {
		border-bottom: none;
		padding-left: 0.5rem;
		padding-right: .5rem;
	}
}

@media screen and (max-width: 767px) {
	.pad_menu,
	.sp_only {
		display: block;
	}
	#slide-pc,
	.pc_only,
	.phone__cart--wrapper,
	#menu {
		display: none;
	}		
	body.top main.main {
        padding-top: 100px;
        background: linear-gradient(to right, #0D0F32 0%, #1926A1 70%, #0029A3 100%);
    }
	main.main {
        padding-top: 75px;
    }	
	.navbar {
		height: 120px
	}
	.navbar .description {
		width: 100%;
		display: block;
		position: relative;
		top: 5px;
		left: 10px;
		white-space: nowrap;
		font-size: clamp(13px, 8.217px + 1.276vw, 18px);
	}
	.navbar .logo_wrapper {
		width: 145px;
		position: absolute;
		left: 0;		
		top: 40px;
	}	
	.navbar .logo_wrapper img {
		width: clamp(145px, 117.040px + 7.557vw, 175px);
		width: 145px;
	}	
	.head__btn--wrapper {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		position: absolute;
		bottom: 0;
		right: 0;
		height: 68px;
		z-index: 102;
	}
	.head__btn--assessment,
	.head__btn--line {
		width: 80px;
		height: 68px;		
	}
	.head__btn--assessment img,
	.head__btn--line img {
		width: 80px;
		height: 68px;		
	}	
	.head__btn--phone {
		width: 68px;
		height: 68px;
	}
	.head__btn--phone img {
		width: 68px;
		height: 68px;		
	}
	.head__btn--menu {
		width: 68px;
		height: 68px;
		background: none;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		background: #000;
	}
	.head__btn--menu img {
		width: 68px;
		height: 68px;
	}	
	.hamburger-menu {
		display: none;
		position: absolute;
		top: 68px;
		right: 0;
		width: 100%;
		background: #fff;
		z-index: 999999;
	}
	.hamburger-menu.active {
		display: block;
	}
	.head__btn--menu.active {
		background-color: #ddd;
	}

	.head__btn--menu.active {
		background-color: #555;
	}
	
	#nav-mobile {
		transform: translateX(-100%);
		transition: transform 0.3s ease;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		max-width: 767px;
		height: 100vh;
		background: #fff;
		z-index: 1000;
		overflow-y: auto;
	}
	#nav-mobile.open {
		transform: translateX(0) !important;
		display: block !important;
		z-index: 111111;
	}
	#nav-mobile.open .nav-table,
	#nav-mobile.open .nav-row,
	#nav-mobile.open .nano,
	#nav-mobile.open .nano-content,
	#nav-mobile.open .navbar-mobile-content {
		opacity: 1;
		visibility: visible;
		display: block;
		height: auto;
		overflow: visible;
	}
	#nav-mobile ul.nav__wrapper {
		display: block;
		list-style: none;
		margin: 0;
		padding: 20px 0 0;
	}
	#nav-mobile ul.nav__wrapper li {
		padding: 10px 20px;
		border-bottom: 1px solid #ddd;
	}
	#nav-mobile ul.nav__wrapper li a {
		display: block;
		color: #333;
		text-decoration: none;
		font-size: 16px;
	}
	.nav-header {
		background: linear-gradient(to right, #0D0F32 0%, #1926A1 70%, #0029A3 100%);
		color: #fff;
	}
	.nav-header h2 {
		font-family: 'Dela Gothic One';
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 29px;
		letter-spacing: 0.15em;
		color: #FFFFFF;
		margin-top: -10px;
	}
	.nav-close {
		position: fixed;
		top: 10px;
		right: 10px;
		z-index: 1002;
		cursor: pointer;
	}
	.nav-close img {
		width: 40px;
		height: 40px;
		display: block;
	}	
	.nav-header {
        margin: 0 calc(50% - 50vw);
        width: 100vw;	
	
	}
	.nav-search-section {
		padding-top: 80px;
		flex-wrap: wrap;
	}
	.nav-table .input_group {
		margin: 10px auto;
        width: 500px;
        max-width: 100%;
        padding-top: 10px;
        text-align: center;
        display: flex;
        justify-content: center;
	}	
	.search_freeword .input_group .search_keywords {
		width: 270px;
		max-width: 100%;
	}
	.nav-search-section .search_freeword {
		width: 100%;
		margin: auto;
		display: flex;
		align-items: center;
		justify-content: center;			
	}
    .nav-header .barcode__btn--wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 90px;
    }	
	/* サブメニュー非表示・デザイン */
	.sub-menu {
		display: none;
		padding-left: 20px;
	}

	.menu-item-has-children {
		position: relative;
	}

	/* 矢印ボタン */
	.nav-arrow {
		display: inline-block;
		margin-left: 8px;
		cursor: pointer;
	}

	.nav-arrow svg {
		transition: transform 0.3s ease;
		width: 10px;
		height: 6px;
	}

	/* 開いたとき矢印を回転 */
	.menu-item-has-children.active .nav-arrow svg {
		transform: rotate(180deg);
	}
	/* メニュー共通 */
	.custom-global-nav {
		position: relative;
		font-size: 14px;
	}
	.custom-global-nav .nav-menu {
		display: flex;
		flex-direction: column;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.custom-global-nav .nav-menu > li {
		position: relative;
		border-bottom: 1px solid #ccc;
	}
	.custom-global-nav .nav-menu > li > a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 15px;
		font-size: 16px;
		color: #000;
		text-decoration: none;
	}
	.custom-global-nav .nav-arrow {
		display: inline-flex;
		margin-right: 10px;
		cursor: pointer;
	}
	span.nav-arrow {
		max-width: 30px;
		max-height: 30px;
	}
	.custom-global-nav .nav-arrow svg {
		width: 18px !important;
		height: 10.8px !important;
		display: block !important;
		opacity: 1 !important;
		visibility: visible !important;	
		transition: transform 0.3s ease;
	}	
	/* サブメニュー */
	.custom-global-nav .sub-menu {
		display: none;
		visibility: visible;
		transition: all 0.3s ease;
		position: static !important;
		margin-left: -99% !important;
		padding: 0;
		border: none;
		border-radius: 0 !important;
		z-index: 999;
		background-image: none;
		box-shadow: none;
		transition: max-height 0.5s ease, opacity 0.5s ease;
	}
	.custom-global-nav .sub-menu.open {
		display: block;
		height: 100%;
		width: 100%;
		max-height: 100%;
		opacity: 1;
		visibility: visible;
		padding: 0 10px 10px;
		margin-top: 40px;
		margin-bottom: 15px;
		border-top: 1px solid #ddd;
		background: #0D0F32;
	}
	.custom-global-nav li.active > .nav-arrow svg {
		transform: rotate(180deg);
	}
	.navbar ul.sub-menu:before {
		content: none;
	}
	.custom-global-nav .nav__wrapper > li {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		padding: 0 15px;
	}

	.custom-global-nav .nav__wrapper > li > a {
		flex: 1; 
	}
	ul.sub-menu li a {
		text-align: center;
		display: inline-block;
		width: auto;
		padding: 0;
		border-radius: 0;
	}
	.custom-global-nav .nav-arrow {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 50px;
		height: auto;
		margin-top: 8px;
		margin-right: 0;
		cursor: pointer;
	}
	.custom-global-nav .nav-arrow svg {
		width: 18px !important;
		height: 10.8px !important;
		display: block !important;
		opacity: 1 !important;
		visibility: visible !important;	
		transition: transform 0.3s ease;
	}	
	li.need_icon {
		display: none;
	}
	.navbar-full .nav-header .nav-close {
        width: auto;
        margin-right: 0;
    }
	.form__wrapper {
		display: flex;
		align-items: center;
		justify-content: center;	
		gap: 20px;
		margin-bottom: 20px;
	}
	.nav-search-section form {
		/*flex: 1 1 auto;*/
		min-width: 150px;
	}
    .nav-header .search_freeword #searchsubmit {
        width: 70px;
        height: 43px;
        border: none;
        border-radius: 0 25px 25px 0;
        background: #000;
        margin-left: -10px;
    }		
	.barcode__btn--wrapper {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;	
		margin-top: 50px;
	}
	.barcode-btn {
		width: 252px;
		background: #9146FF;
		color: #fff;
		padding: 10px 15px;
		border-radius: 10px;
		font-weight: bold;
		white-space: nowrap;
		margin-bottom: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.barcode-btn::before {
		content:"";
		display:inline-block;		
		background: url('images/bar-code.svg');
		background-position: center;
		width: 30px;
		height: 30px;
		padding-right: 20px;
	}
	.barcode-desc {
		font-size: 12px;
		color: #fff;
		margin-bottom: 20px;
	}
	ul.nav.pinksearch {
		background: #fff;
		padding: 10px;
	}
	#nav-mobile {
		background-color: #0D0F32;
	}
	#nav-mobile ul.nav__wrapper li a {
		color: #fff;
	}	
	header .search_freeword {
		display: none;
	}
	.notice_serch-wrapper {
		display: none;
	}	
	.main.search {
		padding-top: 78px;
	}
	#sp-slide {
		position: relative;
		margin-top: 20px;
	}
	#splide-mobile {
		display: block;
		width: 100%;
		max-width: 768px;
		margin: 0 auto;
		overflow: hidden;
	}
	#splide-mobile .splide__slide {
		display: flex;
		justify-content: center;
		align-items: center;
		height: auto;
	}
	#splide-mobile img {
		width: 100vw;
		height: auto;
		display: block;
		object-fit: cover;
	}
	#splide-mobile .splide__track {
		height: auto !important;
	}
	.splide--fade .splide__slide {
		opacity: 0;
		z-index: 0;
		transition: opacity 1s;
	}
	.splide--fade .splide__slide.is-active {
		opacity: 1;
		z-index: 1;
	}	
	.search-item select {
        width: 700px;
        max-width: calc(100vw - 50px);
    }
	.genre__search--wrapper {
		padding: 0;
	}
	.genre__search--wrapper .ambiguous__search--wrapper {
		height: auto;
		margin-top: 10px;
	}
	.ambiguous__search--wrapper .search-button {
        width: 700px;
        max-width: calc(100vw - 50px);
    }
	.assessment__btn--wrapper {
		width: 100%;
		margin: auto;
		display: flex;
		justify-content: space-between;
		position: absolute;
		top: 16px;
		left: 0;
		z-index: 999;
	}
	.purchase__serch {
		padding-left: 20px;
		padding-right: 20px;
	}
	.purchase__serch--title {
		font-size: clamp(26px, 10.694px + 4.082vw, 42px);
	}
	.application__btn,
	.assessment__btn {
		display: block !important;
		opacity: 1 !important;
		visibility: visible !important;	
		width: clamp(133px, 5.768px + 33.929vw, 266px);
	}
	.application__btn img,
	.assessment__btn img {
		width: clamp(133px, 5.768px + 33.929vw, 266px);
	}
	.ambiguous__search--wrapper {
		position: relative;
		height: auto;
		padding: 0;
		margin-top: 50px;
	}
	#genre__cat--list {
		position: relative;
		z-index: 1;
	}
	.check-now {
		position: absolute;
		top: -47px;
		margin-left: 0;
		background: #ff4e00;
		color: #fff;
		padding: 6px 30px;
		border-radius: 100px;
		box-shadow: 0 3px 0 #c43d00;
		text-align: left;
	}
	.search-form {
		display: flex;
		gap: 30px;
		flex-flow: column;
		align-items: flex-end;
		padding: 20px;
		border-radius: 10px;
	}
	.consultation .consultation__wrapper {
		height: auto;
		text-align: center;
	}
	.application__btn--wrapper {
		
	}	
	.line__btn {
		position: relative;
	}
	.photo_only {
		position: absolute;
		top: 0;
		right: 0;
	}
	#achievements .container .column-item,
	#column .container .column-item {
		display: flex;
		flex-flow: column;
		align-items: center;
		gap: 20px;
		margin-bottom: 30px;
		position: relative;
	}
	#achievements .container .column-item .image-block,
	#column .container .column-item .image-block {
		flex: 1;
		aspect-ratio: 16 / 12;
		background-size: cover;
		background-position: center;
		border-radius: 12px;
		z-index: 2;
		overflow: hidden;
	}
	.all__ok--ok {
        top: -20px;
    }
	.all__ok--flex {
        padding-top: 100px;
    }	
	h3.all__ok--contact {
		font-size: clamp(18px, -4.959px + 6.122vw, 42px);
	}	
	.tips .tips__wrapper {
		min-width: 300px;
	}
	.tips .grid-box {
		width: calc(100% - 1px);
		max-width: 572px;
	}	
	h2.anime_title {
		font-size: clamp(22px, 8.607px + 3.571vw, 36px);
		line-height: 1.4;
		text-align: left;
	}	
	h2.sns__wrapper--title {
		font-size: clamp(22px, -0.941px + 6.118vw, 48px);
	}
	body.item main.main header {
		height: clamp(450px, 1.6324vw + -162.15px, 2188.8px) !important;
		background-size: cover;
	}	
	.genre__list .header_copy {
		margin-top: -8%;
	}
	.genre__list.confidence .header_copy h2 {
		font-size: clamp(40px, -7.832px + 12.755vw, 90px);
	}
	.genre__list.confidence .header_copy h2 span {
		font-size: clamp(32px, 14.781px + 4.592vw, 50px);
	}
	.genre__list.confidence .header_copy .sub_title img {
		max-width: 90vw;
	}
	body#flow.item .flow__cont .check__list--wrapper h2 {
		display: block;
		font-size: clamp(36px, 5.114px + 5.861vw, 52px);
		min-width: 300px;
		height: auto;
		text-align: center;
	}
	body#flow.item .flow__cont .check__list--wrapper .copy__flex {
        flex-wrap: wrap;
        margin-left: 10vw;
        width: 70vw;
	}
	body#flow.item .flow__cont .check__list--wrapper .copy__flex img {
        width: 100%;
        max-width: 100%;
	}
	.preparation {
		padding: 40px 0;
	}
	.preparation__wrapper {
		max-width: 828px;
    	width: 95%;
	}
	.popup-overlay {
		width: 720px;
		max-width: 95%;
    	min-width: 300px;
		height: auto;
	}
	.popup-content .content_box {
		width: 592px;
		max-width: 80vw;
	}
	body#flow.item .flow__cont .check__list--wrapper .popup-overlay.form {
		left: 0;
		right: 0;
		top: 50%;
		bottom: 0;
		margin: auto;
		width: 720px;
		max-width: 100%;
		min-width: clamp(350px, -3.954px + 94.388vw, 720px);
		background: #BECBD9;
		border: 9px solid #00EAF2;
		box-shadow: 0px -16px 100px rgba(235, 235, 235, 0.6), 0px 24px 180px rgba(0, 0, 0, 0.5), 0px 2px 40px #0D0F32;
    	border-radius: 50px;
		height: clamp(350px, -271.811px + 165.816vw, 1000px);
	}
	.Identification__block {
		width: 700px;
		max-width: 80vw
	}
	body#flow.item .flow__cont .check__list--wrapper .purchase_form__block {
		margin-top: 30px;
		margin-left: 0;
		margin-right: 0;
	}
	body#flow.item .flow__cont .check__list--wrapper .purchase_form__block img {
		width: 700px;
		max-width: 80vw		
	}
	.popup-content {
		width: 592px;
		max-width: 100vw;
	}
	.popup-content h3 {
		font-size: clamp(28px, 24.173px + 1.02vw, 32px);
	}
	.popup-content img {
		max-width: 100%;
	}
	.popup-close {
		right: 5px;
		top: 5px;
	}
	.flow__cont.bringing .address__text {
		padding-left: 20px;
		padding-right: 20px;
	}
	.bring__wrapper--block {
		padding: 50px;
        max-width: 828px;
        width: 95%;
		height: auto;
	}
	body#flow.item .flow__sec--wrapper .delivery .delivery_step,
	body#flow.item .flow__sec--wrapper .delivery .delivery_step.trip,
	body#flow.item .flow__sec--wrapper .delivery .delivery_step.bringing {
		width: 90%;
	}
	.preparation h2 {
		font-size: clamp(38px, 24.607px + 3.571vw, 52px);
	}
	.faq-question::before {
		width: clamp(40px, 28.520px + 3.061vw, 52px);
		height: clamp(40px, 28.520px + 3.061vw, 52px);
		margin-right: 1em;
	}
	.faq-text {
		font-size: clamp(20px, 12.347px + 2.041vw, 28px);
		line-height: 1.6;
	}
	.company-box p img.last {
        max-width: 400px;
        border-radius: 30px;
    }
	#single__genre .container {
		width: 95%;
		max-width: 95%;
	}
	ul.kaitori_list li {
		width: 100%;
		display: block;
		padding: 20px;
		position: relative;
	}
	ul.kaitori_list li .title_contents .meta {
		position: absolute;
		top: 7%;
		left: 200px;
	}
	ul.kaitori_list li .title_contents .meta span {
		font-size: 14px;
	}
	ul.kaitori_list li .price_wrapper {
		border-radius: 0;
		text-align: right;
		background-color: transparent;		
	}
	ul.kaitori_list li .price_wrapper .max_price {
		display: flex;
		align-items: center;
		position: static;
		transform: none;
	}
	#related_column .container .column-item {
		flex-flow: column;
	}
	#related_column .container .column-item .image-block {
		flex: 1;
		aspect-ratio: 16 / 12;
		background-size: cover;
		background-position: center;
		border-radius: 12px;
		z-index: 2;
		overflow: hidden;
	}
	.list-link {
		padding-left: 20px;
		padding-right: 20px;
	}
	main.main header {
        background-size: cover !important;
        background-position: center !important;
    }
}

@media screen and (max-width: 767px) {
	#slide-pc,
	.pc_only {
		display: none;
	}
}
.under_650 {
	display: none;
}

@media screen and (max-width: 650px) {
	.over_651 {
		display: none;
	}	
	.under_650 {
		display: block;
	}	
	h2.consultation__title {
		margin: auto;
		max-width: 90%;
	}
	.main.assessment__form .consultation .consultation__wrapper {
		background: none;
	}
	.all__ok--img img {
		margin: 20px auto;
		max-width: 90%;
	}
	.phone_btn img {
		max-width: 90%;
	}
	.flow__anime--wrapper .two__step, .flow__wrapper .two__step {
		left: 20px;
	}
	.tips .tips__wrapper h2.tips__wrapper--title {
		font-size: clamp(30px, 13.636px + 4.364vw, 42px);
	}
	.tips .section-title {
		font-size: clamp(26px, 15.091px + 2.909vw, 34px);
	}
	.tips .item {
		display: grid;
		grid-template-columns: auto 1fr;
		grid-template-rows: auto auto;
		column-gap: 8px;
		row-gap: 8px;
		align-items: start;
	}
	.tips .item .icon {
		grid-column: 1;
		grid-row: 1;
	}
	.tips .item .text {
		grid-column: 2;
		grid-row: 1;
	}
	.tips .item .image {
		grid-column: 1 / span 2; /* 全体幅 */
		grid-row: 2;
		justify-self: end;
	}
	.purchase__wrapper {
    	gap: 20px;
		padding: 44px 20px;
	}	
	.check-now p {
		font-size: clamp(16px, 2.550px + 2.685vw, 20px);
	}
	.sns__wrapper .sns__wrapper--block {
		width: clamp(300px, 87.273px + 56.727vw, 456px);
		height: clamp(100px, 40.000px + 16vw, 144px);
		border: 4px solid #F5F5F5;
	}
	.sns__wrapper .sns__wrapper--block.x,
	.sns__wrapper .sns__wrapper--block.facebook {
		background-size: clamp(50px, 20.000px + 8vw, 72px);
	}
	.sns__wrapper p {
		font-size: clamp(20px, -1.818px + 5.818vw, 36px);
		padding-left: clamp(60px, 5.455px + 14.545vw, 100px);
	}
	.sns__wrapper p span {
		font-size: clamp(16px, 5.091px + 2.909vw, 24px);
	}
	body.item #genre.item_list .genre-list ul.genre-list-sub.container {

	}
	body.item #genre.item_list .title h3.genre_title {
		font-size: clamp(22px, 2.909px + 5.091vw, 36px);
	}
	body.item #genre.item_list .genre-list ul.genre-list-sub li,
	body.item #genre .genre-sub-list li {
		width: 46%;
		height: clamp(110px, 82.727px + 7.273vw, 130px);
	}
	body.item #genre.item_list .genre-list ul.genre-list-sub li img,
	body.item #genre .genre-sub-list li img {
		height: auto;	
	}
	body.item #genre.item_list .genre-sub-list a span {
		font-size: clamp(14px, 8.545px + 1.455vw, 18px);
		line-height: 1.6;
		text-align: left;
	}
	h3.genre_title {
		font-size: clamp(28px, 17.091px + 2.909vw, 36px);
	}
	#kaitori__item {
		padding: 0 20px;
	}
	#kaitori__item .kaitori__item--wrapper {
		margin: 40px auto;
	}
	#kaitori__item .container {
		padding: 24px 5px 0;
		background: none;
		margin-bottom: 0;
	}
	#kaitori__item .container .img_title .image__wrapper {
		width: 100%;
	}
	#kaitori__item .container .img_title {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	#kaitori__item .container .img_title .meta {
		flex-wrap: wrap;
        gap: 10px;
	}
	.item-detail-list {
		width: 100%;
		border: 6px solid #B1BDCD;
		border-radius: 20px;
		border-radius: 0;
		padding: 0;
		margin: 30px auto;
	}
	.item-detail-row {
		display: flex;
		flex-direction: column;
		border-bottom: none;
		align-items: center;
		padding: 0;
	}
	.item-detail-row dt {
        width: 100%;
        min-width: 180px;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        margin: 0;
        padding: 10px 0;
        background-color: #254d8d;
	}	
	body#blog .column-blog .page_title.purchase {
		height: clamp(100px, -77.273px + 47.273vw, 230px);
		display: flex;
		justify-content: center;
		align-items: center;
		padding-top: 0;
	}
	body#blog .column-blog .page_title.purchase h2 {
		font-size: clamp(40px, 7.273px + 8.727vw, 64px);
		line-height: 1.2;
	}
	body.column .column-blog .container,
	body#blog .column-blog .container,
	body#achievements .column-blog .container,	
	body.column .column-blog .container ul.inner li,
	body#blog .column-blog .container ul.inner li,
	body#achievements .column-blog .container ul.inner li {
        max-width: 95%;
    }
	body.column .column-blog .container ul.inner li figure,
	body#blog .column-blog .container ul.inner li figure,
	body#achievements .column-blog .container ul.inner li figure {
		float: none;
		margin: 0 auto 20px;
		display: flex;
		justify-content: center;
		width: 100%;
	}
	#single__header {
		min-height: 300px;
	}
	#single__header .header__copy--block h2,
	#single__header .header__copy--block .shadow .text_shadow {
		font-size: clamp(40px, 7.273px + 8.727vw, 64px);
		/*font-size: 56px;*/
		-webkit-text-stroke: 0.1px #fff;
        text-stroke: 0.1px #fff;
        text-shadow:
            -2px -2px 0 #fff,
             2px -2px 0 #fff,
            -2px  2px 0 #fff,
             2px  2px 0 #fff,
             0 0 5px #29f,
             0 0 10px #29f,
             0 0 20px #29f;
	}
	#kaitori_list_perpage {
		margin-right: -5px;
		margin-left: 0;
	}
	#single__genre .single__genre--title h2 {
		font-size: clamp(28px, 0.727px + 7.273vw, 48px);
	}
	.list_search {
		right: 0;
	}
	.under_650.modal {
		margin-left: auto;
		margin-top: -20px;
	}
	.sort-area {
		width: 190px;
		position: relative;
		display: block;
		margin: 0;
		text-align: right;
	}
	.sort-area .sort-label {
		display: inline-block;
		color: #88C1FF;
		font-weight: bold;
		cursor: pointer;
	}
	.sort-area .sort-label::before {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		vertical-align: middle;
		margin-right: 5px;
		background-image: url(images/svg/material-symbols_sort.svg);
		background-repeat: no-repeat;
		background-size: contain;
	}
	.sort-modal {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		margin-top: 10px;
		padding: 10px;
	background: #F5F5F5;
	border: 3px solid #88C1FF;
		border-radius: 12px;
		z-index: 100;
		box-shadow: -4px 40px 100px rgba(0, 0, 0, 0.4);
	}
	.sort-area:hover .sort-modal {
		display: block;
	}
	.sort-area button.sort-btn {
		display: block;
		width: 100%;
		padding: 8px 16px;
		margin: 5px 0;
		color: #000;
		text-align: left;
		transition: background 0.3s ease;
		font-weight: bold;
	}
	.sort-area button.sort-btn.price1::before {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		vertical-align: middle;
		margin-right: 5px;
		background-image: url(images/svg/gn_icon_10.svg);
		background-repeat: no-repeat;
		background-size: contain;
	}
	.sort-area button.sort-btn.price2::before {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		vertical-align: middle;
		margin-right: 5px;
		background-image: url(images/svg/gn_icon_11.svg);
		background-repeat: no-repeat;
		background-size: contain;
	}
	.sort-area button.sort-btn.syohinmei::before {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		vertical-align: middle;
		margin-right: 5px;
		background-image: url(images/svg/gn_icon_12.svg);
		background-repeat: no-repeat;
		background-size: contain;
	}	
	.sort-area button.sort-btn.price1::before,
	.sort-area button.sort-btn.price2::before,
	.sort-area button.sort-btn.syohinmei::before {
		filter: none;	
	}	
	.sort-btn:hover {
		background-color: #4b6fff;
		color: #001a44;
	}	
	.sort-area button.sort-btn.active {
		background-color: rgba(136, 193, 255, .3);
		color: #004EDE;
		border-radius: 6px;
	}
	#kaitori_list_container ul.kaitori_list {
        margin-top: -10px;
    }
    ul.kaitori_list li {
        display: block;
        background: #e8f0fb;
        padding: 16px;
        position: relative;
    }
	ul.kaitori_list li:first-child {
		border-radius: 50px 50px 0 0;
	}
	ul.kaitori_list li:last-child {
		border-radius: 0 0 50px 50px;
	}	
    ul.kaitori_list li .image {
        float: left;
        width: 100px;
		/*
		min-height:  clamp(190px, 230.909px + -10.909vw, 160px);
		*/
        margin-right: 20px;
		display: inline-block;
    }
    ul.kaitori_list li .image img {
        width: 100px;
        height: auto;
        border-radius: 8px;
		vertical-align: top;
    }
    ul.kaitori_list li .title_contents {
        display: block;
		box-sizing: border-box;
        text-align: left;
		padding: 0;
    }
    ul.kaitori_list li .title_contents .meta {
        font-size: 12px;
        color: #4c8dd6;
        font-weight: bold;
        margin-bottom: 4px;
		position: static;
    }
	ul.kaitori_list li .title_contents .meta span {
		font-size: clamp(11px, 6.909px + 1.091vw, 14px);
	}
    ul.kaitori_list li .title_contents .syohinmei {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    ul.kaitori_list li .title_contents .jan_code {
        font-size: 13px;
        color: #666;
        margin-bottom: 12px;
    }
    ul.kaitori_list li .price_wrapper {
        width: 100%;
        background: #fff;
        border-radius: 0;
        padding: 12px;
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        color: #1c26b0;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }
	ul.kaitori_list li:first-child .price_wrapper,
	ul.kaitori_list li:last-child .price_wrapper {
		 border-radius: 0;
	}
	ul.kaitori_list li .price_wrapper .sub {
		margin-right: 1em;
	}
    ul.kaitori_list li .price_wrapper .enn {
        font-size: 16px;
        margin-left: 4px;
    }
	body.column .column-blog .page_title {
		height: 160px;
	}
	main.main.blog section.column-blog .entry_title {
		margin-bottom: -20px;
	}
	.blog-content {
        max-width: 90%;
        height: auto;
    }
	main.main.blog section.column-blog .related_posts {
		max-width: 100%;
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
	}	
	main.main.blog .container.wrapper {
		min-width: 95%;
	}
	#related_column h2.column__title {
		font-size: clamp(26px, 6.909px + 5.091vw, 40px);
	}
	
}

/*
@media screen and (max-width: 582px) {
	body#category_retro-game header .bg_item.hidden-md-up {
		background: none;
		height: 400px;
	}
	body#category_retro-game #genre.item_list {
		margin-top: calc((clamp(180px, 469.855px + -77.295vw, 20px)) * -1);
	}
}
*/
@media screen and (max-width: 582px) {
	body#category_retro-game header .bg_item.hidden-md-up {
		height: auto;
		min-height: 450px;
	}
	body#category_retro-game #genre.item_list {
		margin-top: calc((clamp(180px, 469.855px + -77.295vw, 20px)) * -1);
	}	
}

@media screen and (min-width: 501px) {
	.pad_under {
		display: none;
	}
}

@media screen and (max-width: 500px) {
	.pad_over {
		display: none;
	}	
	.navbar-full .nav-header .nav-close {
		width: auto;
		margin-right: 0;
	}
	.ambiguous__search--wrapper {
		margin-top: 0;
	}
	.check-now {
        position: absolute;
        top: -47px;
        left: 0;
        margin-left: 10px;
    }
	.check-now p {
		font-family: "Dela Gothic One", sans-serif;
		font-size: 16px;
		line-height: 1.2;
		letter-spacing: 0.02em;	
		text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
		text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
	}
	.ambiguous__search--wrapper .search-form {
        gap: 10px;
        padding: 10px 0;
		margin-top: 16px;
    }
	.ambiguous__search--wrapper .search-item select {
		width: 400px;
		max-width: calc(100vw - 50px);
	}
	.ambiguous__search--wrapper .search-button {
		width: 400px;
		max-width: calc(100vw - 50px);
		margin: 16px 0;
	}
	h2.features__block--title img {
		max-width: 80%;
		margin: auto;
	}
	.features__block--flex {
		flex-wrap: wrap;
		align-items: stretch;
		gap: 16px;
		padding: 10px;
	}	
	.features__block--card {
		max-width: calc(100% / 2 - 10px);
		height: auto;
		padding: 5px 0;
	}
	.features__block--card :where(figure) {
		margin: 0 0 0;
	}
	.features__block--img p {
		line-height: 1;
		margin-bottom: 4px;
	}
	.features__block--card.third img {
		margin-top: 20px;
		margin-bottom: -100px;
	}
	.features__block--card.third .features_card_body {
		margin-top: 100px;
	}
	.features__block--card.fourth img,
	.features__block--card.last img {
		margin-top: 10px;
	}
	.features__block--card.last {
		width: 100%;
		max-width: 100%;
	    display: flex;
    	flex-direction: row;	
	}
	.features__block--card.last p.dela.fs_40 br {
		display: none;
	}
	p.dela.fs_36 {
		font-size: 20px;
		margin: auto;
	}
	p.dela.fs_64 {
		font-size: 46px;
	}
	p.dela.fs_30 {
		font-size: 24px;
	}
	p.dela.fs_32 {
		font-size: 30px;
	}
	p.dela.fs_48 {
		font-size: 36px;
	}
	p.dela.fs_24 {
		font-size: 18px;
	}
	p.dela.fs_40 {
		font-size: 30px;
	}
	.cupsule {
		font-size: 16px;
	}
	.cupsule.first {
		margin-left: 10%;
		margin-top: 10px;
	}	
	.cupsule.second {
		margin-left: 20%;
	}
	.cupsule.third {
		margin-left: 0;
	}	
	.cupsule.last {
		margin-left: 15%;
	}	
	.banner_full {
		max-width: 100%;
	}
	.banner-halves {
		flex-flow: column;		
	}
	.banner-halves img {
		margin-top: -30px;
	}
	.flow__wrapper--flex {
		flex-flow: column;
		justify-content: center;
	}

	#pickup__wrapper h2.title img {
		width: 248px;
	}
	.manga-ad-img .title img {
		width: 251px;
		height: auto;
		margin: 48px auto 40px;
	}	
	.image-mask-container {
		height: 150px;
	}
	.manga-ad-img .read-more-trigger,
	.manga-ad-img .read-less-trigger {
		font-size: 24px;
	}
	.manga-ad-img img.arrow-icon,
	.read-less-trigger img.arrow-icon {
		width: 32px !important;
		max-width: 32px !important;
		max-height: 32px;
	}	
	.read-less-trigger img.arrow-icon.arrow-up {
		width: 32px !important;
		max-width: 32px !important;
		max-height: 32px;
	}
	h2.all__ok--title {
		padding: 30px 20px 0;
		text-align: left;
		height: 50px;
	}
	.all__ok--wrapper picture img {
		max-width: 207px;
		margin-top: 100px;
        margin-left: 20px;			
	}
	.all__ok--ok {
        top: -150px;
    }
	.all__ok--flex {
        padding-top: 0;
    }
	.tips .tips__wrapper {
		border-radius: 50px;
	}
	/*
    #voice-slider .splide__list {
		margin: 0 auto;
		display: flex;
		justify-content: center;
        align-items: center;
    }		
	#voice-slider .splide__track {
		overflow: visible;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	#voice-slider .splide__slide {
		width: auto !important;
		min-width: 60vw;
		margin: 0 15px 30px !important;
		flex: auto;
	}
	*/
	.nav-table .input_group {
		padding-top: 15px;
	}
	.nav-header .input_group .search_keywords {
		height: 43px;
		border-radius: 25px 0 0 25px;
	}	
    .nav-header .barcode__btn--wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 90px;
    }
	.nav-header .search_freeword #searchsubmit {
        width: 70px;
        height: 43px;
        border: none;
        border-radius: 0 25px 25px 0;
        background: #000;
        margin-left: -10px;
	}	
	.purchase__serch--title {
		line-height: 41px;
		letter-spacing: 0;		
	}
	.purchase__serch .nav-search-section h2 {
		color: #fff;
		text-align: center;
	}
	.purchase__serch--group {
		width: 90%;
		margin: auto;
	}	
	.purchase__serch--group .input_group {
		display: flex; 
		justify-content: center;
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		overflow: hidden;
	}	
	.purchase__serch--group .input_group div {
		display: flex;
	}
	.purchase__serch--group .input_group input[type="text"] {
		flex: 1; /* 残りスペースを占める */
		padding: 10px 15px;
		border: none;
		color: #f59c4a;
		border-radius: 25px 0 0 25px;
		font-size: 1rem;
		outline: none;
	}	
	.purchase__serch--group .input_group button[type="submit"] {
		padding: 10px 20px 10px 15px;
		border: none;
		font-size: 1rem;
		cursor: pointer;
		color: #fff;
		border-radius: 0 25px 25px 0;
		background-color: #000 !important;
		display: flex;
		align-items: center;
		justify-content: center;
		height: auto;
	}	
	.barcode-btn {
			width: 82%;
	}
	.popular-keywords-box {
		padding: 0 20px;
	}
	.consultation .consultation__wrapper {
        padding-bottom: 30px;
    }
	.consultation__title img {
		width: 51vw;
	}
	.application__btn--wrapper {
		flex-flow: column;
	}	
	.phone_btn--wrapper {
		padding: 0 30px;
	}	
	#pickup__wrapper .splide__arrows,
	#voice-slider .splide__arrows {
		display: none;
	}
	#pickup__wrapper .splide-wrapper {
		margin-top: 30px;
	}
	#customer__voice {
		padding: 22px 0 30px;
	}
	#genre .manu-list.genre > ul > li {
		width: 170px;
	}
	#genre h2.genre__title {
		padding: 30px 20px 0;
	}
	#genre h3.genre_title {
		height: 10px;
		padding: 98px 20px 38px;
	}
	#genre .list-link {
        margin-bottom: 0;
        text-align: center;
    }
	#genre .manu-list.other > ul > li {
		width: 180px;
		max-width: 45vw;
		margin-bottom: 30px !important;
		margin-right: 0 !importAnt;
		gap: 15px;
	}
	#genre .manu-list.other > ul {
		padding-left: 5px;
		padding-right: 5px;	
	}
	#genre .manu-list.other > ul > li {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		text-align: center !important;
		position: relative !important;
		height: 120px !important;
		z-index: 2 !important;
	}
	#genre .manu-list.other > ul > li > a::before {
		width: 86px;
		height: 86px;
		background-image: url(images/category/icon_wrap.png);
		background-size: contain;
	}
	#genre .manu-list.other > ul > li > a span {
		position: absolute;
		top: auto;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		display: block;
		width: 100vw;
		max-width: 170px;
		margin-left: .3em;
		margin-top: 150px !important;
        text-align: center !important;
		font-size: 16px;
        line-height: 1.4;
        color: #fff;
		/*border: thin solid red;*/
	}	
	
	#genre .toggle-btn {
		position: relative;
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin: 50px auto 30px;
		max-width: 240px;
		padding: 10px 25px;
		font-size: 18px;
		color: #fff;
		transition: 0.3s ease-in-out;
		font-weight: 600;
		background: linear-gradient(90deg, #0D0F32 0%, #1926A1 70.5%, #0029A3 100%);
		filter: drop-shadow(0px 2px 4px #ccc);
		border-radius: 3px;
		border-radius: 50px;
		margin-top: 50px;
		cursor: pointer;
		z-index: 0;
	}	
	#maker-block,
	#series-block {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 1.2rem;
		max-height: 300px; /* 1行〜2行分だけ表示 */
		overflow: hidden;
		transition: max-height 0.5s ease;
	}
	#maker-block.expanded,
	#series-block.expanded {
		max-height: none;
	}
	.flow__anime--wrapper,
	.flow__wrapper,
	.iframe__wrapper {
		border-radius: 64px;
	}
	.flow__anime--wrapper .two__step, .flow__wrapper .two__step {
        position: absolute;
        top: -30px;
        left: 0;
    }
	.tips .item .image  img {
		height: 60px;
		width: auto;
		object-fit: cover;
		margin-right: 20px;
	}
	.tips .item .image.towl img {
		margin-top: -20px;
	}
	.tips .text {
		font-size: 20px;
	}
	.tips .item_block .cont {
		font-size: 12px;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.two__step img {
		max-width: 80%;
	}
	.manga-ad-img {
		padding: 0 0 20px;
	}
	.consultation__wrapper img.btn_img {
		max-width: 80%;
	}
	.consultation__wrapper .phone_btn {
		padding: 0;
		width: 100%;
	}
	.genre__search--wrapper .ambiguous__search--wrapper .check-now {
		margin-left: 20px;
	}
	#achievements .container div article,
	#column .container div article {
		width: 90%;
	}
	#achievements h2.column__title {
		font-size: 36px;
	}
	#achievements h2.column__title span,
	#column h2.column__title span {
		font-size: 18px;
		margin-top: -20px;
	}
	#genre__cat--list h2.title {
		padding: 30px 20px;
	}
	/*
	#genre__cat--list .container,
	.flow {
		padding-left: 20px;
		padding-right: 20px;
	}
	*/
	body#achievements .column-blog .container ul.inner li a {
		display: flex;
		flex-flow: column;
	}
	article.good-goods:first-of-type {
	  border: 6px solid #FFEE00; 
	}
	article.good-goods:nth-of-type(2) {
	  border: 6px solid #A6D7FF; 
	}
	article.good-goods:nth-of-type(3) {
	  border: 6px solid #FF5E5E; 
	}
	article.good-goods:nth-of-type(4) {
	  border: 6px solid #FFA6DD; 
	}
	article.good-goods:nth-of-type(5) {
	  border: 6px solid #FFDD99; 
	}
	article.good-goods:nth-of-type(6) {
	  border: 6px solid #B9EAE6; 
	}
	article.good-goods:nth-of-type(7) {
	  border: 6px solid #B2E66D; 
	}
	article.good-goods:nth-of-type(8) {
	  border: 6px solid #C598FB; 
	}
	article.good-goods:nth-of-type(9) {
	  border: 6px solid #999CFF; 
	}
	article.good-goods:nth-of-type(10) {
	  border: 6px solid #6392FF; 
	}
	article.good-goods:nth-of-type(11) {
	  border: 6px solid #FFEE00; 
	}
	article.good-goods:nth-of-type(12) {
	  border: 6px solid #9EE622; 
	}
	article.good-goods:nth-of-type(13) {
	  border: 6px solid #BECBD9; 
	}
	article.good-goods:nth-of-type(14) {
	  border: 6px solid #EE98FB; 
	}
	article.good-goods:nth-of-type(15) {
	  border: 6px solid #FF8C00; 
	}
	.comparison_title {
		height: 300px;
		background-size: cover;
		background-position: center;
	}	
	.purchase__wrapper {
		flex-flow: column;
    	gap: 20px;
		padding: 44px 20px;
	}	
	.flow__wrapper--btn {
		height: auto;
		flex-flow: column;
	}
	.greeting__wrapper p {
		font-size: 16px;
	}
	.main.search .container {
        padding: 0 20px;
		padding: 0 10px;
    }

	.main.search ul.search-results li {	
    	/*flex-direction: column;*/
		min-height: 100px;
		padding: 20px;
	}
	
	.main.search ul.search-results li .image {
		width: 70px;
		height: auto;
		margin-right: 10px;
	}	
	.main.search ul.search-results li h3.syohinmei {
		font-size: 16px;
	}
	.main.search ul.search-results li p.meta span {
		color: rgba(000, 000, 000, 1);
		border: thin solid #ccc;
		font-size: 12px;
		background: #fff;
		border-radius: 10px;
		padding: 3px 5px;
		margin-right: 5px;
		margin-bottom: 5px;
	}
	.main.search ul.search-results li p.max_price {
		position: static;
		right: 20px;
		bottom: 0;
		margin-bottom: -40px;
		padding-bottom: 40px;
	}	
	.bread-crumb.container {
		padding: 0 10px !important;
	}
	#single__genre .single__genre--title h2 {
		margin-bottom: 40px;
	}
	#kaitori_list_container {
		border-radius: 30px;
		padding: 20px 10px;
		margin-bottom: 120px;
	}
	#kaitori_list_container ul.kaitori_list {
		border-radius: 30px;
	}
	.list_search #kaitori-list-search {
		width: 180px;
		width: clamp(100px, -140.000px + 64vw, 180px);
	}
	.list_search button#list-searchsubmit {
		width: clamp(50px, -10.000px + 16vw, 70px);
	}
	.kaitori-list-header {
		width: 100%;
		display: flex;
		flex-flow: column;
		justify-content: space-between;
		align-items: center;
	}
	#kaitori_list_container .custom-pagination_single .page-numbers {
        width: auto;
        height: auto;
    }		
	.assessment__form--title h2 {
		max-width: 95%;
	}
	.flow__wrapper--block:nth-of-type(2),
	.flow__wrapper--block:nth-of-type(4),
	.flow__wrapper--block:nth-of-type(6) {
		margin-top: 0;
		margin-bottom: 50px;
	}
	.flow__wrapper--block:nth-of-type(2) img,
	.flow__wrapper--block:nth-of-type(4) img,
	.flow__wrapper--block:nth-of-type(6) img {
		transform: rotate(90deg);
	}	
	#kaitori-form {
		border-radius: 30px;
	}
	body#assessment-confirm #kaitori-form .row-flex {
		align-items: center !important;
	}
	body#assessment-confirm #kaitori-form .row-flex .label_name {
		min-width: 0;
		16px;
	}
	#kaitori-form label {
		font-size: 16px;
	}
	body#assessment-confirm #kaitori-form .row-flex .radio-section,
	body#assessment-confirm #kaitori-form .row-flex .form-section {
		font-size: 18px;
	}
	body#assessment-confirm #kaitori-form .complete_wrapper .cont_block {
		width: 100%;
		height: auto;
	}
	.sns__wrapper {
		padding: 20px;
	}	
}

@media screen and (max-width: 450px) {
	.navbar .logo_wrapper img {
		width: 120px;
	}
	.head__btn--phone,
	.head__btn--phone img,
	.head__btn--menu,
	.head__btn--menu img {
		width: 50px;
        height: 50px;
	}
	.head__btn--assessment,
	.head__btn--line,
	.head__btn--assessment img,
	.head__btn--line img {
        width: 69px;
        height: 50px;
    }
	.nav-search-section form {
        display: block !important;
        margin: auto;
        text-align: center;
        width: 90%;
    }
	.search_freeword .input_group .search_keywords {
        width: calc(100% - 70px) !important;
        max-width: 100%;
    }
	.assessment__btn--wrapper {
		margin-top: 0;
	}	
	.ambiguous__search--wrapper {
		bottom: clamp(-100px, calc(-25px + (-75 * ((100vw - 375px) / 75))), -25px);
	}
	.fs_36 {
		font-size: 20px;
	}
	.fs_64 {
		font-size: 46px;
	}
	.fs_30 {
		font-size: 24px;
	}
	.fs_32 {
		font-size: 28px;
	}
	.fs_48 {
		font-size: 34px;
	}
	.fs_24 {
		font-size: 18px;
	}
	.fs_40 {
		font-size: 34px;
	}
	.fs_40 br {
		display: none;
	}
	.features__block--img.width97 {
		max-width: 97px;
	}
	#pickup__wrapper .splide__slide {
		height: 450px;
		height: 420px;
	}
	#pickup__wrapper .pickup-name {
		height: auto;
	}	
	#pickup__wrapper .pickup_price {
		margin-top: 0;
	}
	#pickup__wrapper .splide__slide:hover {
		transform: scaleY(1);
	}
	#pickup__wrapper .splide__slide:hover .pickup-img img {
		height: auto !important;
		transform: none !important;
	}
	#pickup__wrapper .splide__slide:hover .pickup-name {
		height: auto;
		margin-bottom: 6px;
		line-height: 1.4;
		padding: 10px;
		display: -webkit-box;
		overflow: visible;
	}
	#pickup__wrapper .splide__slide:hover .pickup_price {
		margin-top: 0;
		margin-bottom: 30px;
	}	
	body.item #genre.item_list .title h2.item_title {
		padding: 10px 40px;
	}
	#single__header .header__block {
		height: 180px;
	}
	#single__header .header__image--block .bg_item.kaitori_item {		
        height: 220px;
		background-image: url(images/single_head_right.avif);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
	}	
	body#flow.item .flow__cont .check__list--wrapper,
	.preparation__wrapper,
	.bring__wrapper--block {
		border: 8px solid #FFD25F;
		border-radius: 62px;
	}	
	article.good-goods {
		padding: 20px;
	}
	.good-goods-pick {
		gap: 10px;
	}
	.ok-icon {
		width: 26px;
		height: 26px;
		margin-right: 0;
	}
	.ok_item-list li {
		font-size: 20px;
		letter-spacing: 0;
	}
	article.good-goods:first-of-type h3 {
	  -webkit-text-stroke: 2px #FFEE00;
		text-stroke: 2px #FFEE00;  
		paint-order: stroke;  
	}
	article.good-goods:nth-of-type(2) h3 {
	  -webkit-text-stroke: 2px #A6D7FF;
		text-stroke: 2px #A6D7FF;  
		paint-order: stroke;  
	}
	article.good-goods:nth-of-type(3) h3 {
	  -webkit-text-stroke: 2px #FF5E5E;
		text-stroke: 2px #FF5E5E;  
		paint-order: stroke;  
	}
	article.good-goods:nth-of-type(4) h3 {
	  -webkit-text-stroke: 2px #FFA6DD;
		text-stroke: 2px #FFA6DD;   
		paint-order: stroke; 
	}
	article.good-goods:nth-of-type(5) h3 {
	  -webkit-text-stroke: 2px #FFDD99;
		text-stroke: 2px #FFDD99;  
		paint-order: stroke;   
	}
	article.good-goods:nth-of-type(6) h3 {
	  -webkit-text-stroke: 2px #B9EAE6;
		text-stroke: 2px #B9EAE6;  
		paint-order: stroke;  
	}
	article.good-goods:nth-of-type(7) h3 {
	  -webkit-text-stroke: 2px #B2E66D;
		text-stroke: 2px #B2E66D;  
		paint-order: stroke;  
	}
	article.good-goods:nth-of-type(8) h3 {
	  -webkit-text-stroke: 2px #C598FB;
		text-stroke: 2px #C598FB;   
		paint-order: stroke; 
	}
	article.good-goods:nth-of-type(9) h3 {
	  -webkit-text-stroke: 2px #999CFF;
		text-stroke: 2px #999CFF;   
		paint-order: stroke;  
	}
	article.good-goods:nth-of-type(10) h3 {
	  -webkit-text-stroke: 2px #6392FF;
		text-stroke: 2px #6392FF;  
		paint-order: stroke;  
	}
	article.good-goods:nth-of-type(11) h3 {
	  -webkit-text-stroke: 2px #FFEE00;
		text-stroke: 2px #FFEE00;   
		paint-order: stroke; 
	}
	article.good-goods:nth-of-type(12) h3 {
	  -webkit-text-stroke: 2px #9EE622;
		text-stroke: 2px #9EE622;  
		paint-order: stroke;  
	}
	article.good-goods:nth-of-type(13) h3 {
	  -webkit-text-stroke: 2px #BECBD9;
		text-stroke: 2px #BECBD9;  
		paint-order: stroke;   
	}
	article.good-goods:nth-of-type(14) h3 {
	  -webkit-text-stroke: 2px #EE98FB;
		text-stroke: 2px #EE98FB;  
		paint-order: stroke;  
	}
	article.good-goods:nth-of-type(15) h3 {
	  -webkit-text-stroke: 2px #FF8C00;
		text-stroke: 2px #FF8C00;  
		paint-order: stroke;   
	}	
	#single__header {
		min-height: 250px;
	}
	#single__header .header__image--block {
		width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
	}
	#single__header .header__image--block .bg_item {
		width: 80%;
		margin-left: auto;
		background-size: contain;
		background-position: right bottom;
		background-repeat: no-repeat;
	}	
	#single__header .header__copy--block .sub_title img {
        max-width: 280px;
    }
	.list_search #kaitori-list-search {
		width: 110px;
		font-size: 14px;
		padding-left: 5px;
	}
	.greeting__wrapper {
		height: clamp(700px, calc(1300px - 133.33vw), 800px);
	}
	.address__wrapper .google_map .parking_place {
	    max-width: 95%;
        margin: 10px auto -20px;	
		position: relative;
		left: 0;
		bottom: 0;
	}
	#single__header .header__copy--block h2,
	#single__header .header__copy--block .shadow .text_shadow {
		font-size: 42px;
        -webkit-text-stroke: 0.05px #fff;
        text-stroke: 0.05px #fff;
        text-shadow:
            -1px -1px 0 #fff,
             1px -1px 0 #fff,
            -1px  1px 0 #fff,
             1px  1px 0 #fff,
             0 0 3px #29f,
             0 0 6px #29f,
			0 0 10px #29f;
	}
	.blog-detail_cv_img img {
		border-radius: 8px;
	}
	.blog-detail_cv .btns {
		bottom: 0;
		left: 20px;
	}
	.footer .footer-text {
		font-size: clamp(12px, -8.000px + 5.333vw, 16px);
	}
}

@media screen and (max-width: 375px) {
	#pickup__wrapper .pickup_price {
		font-size: 24px;
	}
	#pickup__wrapper .pickup_price-yen {
		font-size: 16px;
	}
	.search_freeword .input_group .search_keywords {
        width: 250px;
        max-width: 100%;
    }	
}

/* ページネーション */
@media screen and (max-width: 767px) {
    body.column .column-blog .container .custom-pagination,
	body#blog .column-blog .container .custom-pagination,
	body#achievements .column-blog .container .custom-pagination, 
	main.search .custom-pagination	{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
	body.column .column-blog .container .custom-pagination ul.page-numbers,
	body#blog .column-blog .container .custom-pagination ul.page-numbers,
	body#achievements .column-blog .container .custom-pagination ul.page-numbers, 
	main.search .custom-pagination ul.page-numbers,
	.main.search .custom-pagination ul.page-numbers {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 10px;
        gap: 8px;
        list-style: none;
        margin: 0;
        border: none;
	}

    /* Prev/Next を目立たせるために上部に再配置する用スタイル */
	body.column .column-blog .container .custom-pagination ul.page-numbers .prev,
	body#blog .column-blog .container .custom-pagination ul.page-numbers .prev,
	body#achievements .column-blog .container .custom-pagination ul.page-numbers .prev, 
	main.search .custom-pagination ul.page-numbers .prev,
	body.column .column-blog .container .custom-pagination ul.page-numbers .next,
	body#blog .column-blog .container .custom-pagination ul.page-numbers .next,
	body#achievements .column-blog .container .custom-pagination ul.page-numbers .next, 
	main.search .custom-pagination ul.page-numbers .next,
	.main.search .custom-pagination ul.page-numbers .prev ,
	.main.search .custom-pagination ul.page-numbers .next {
        flex: 1 1 calc(50% - 8px);
        order: -1;
        border-radius: 48px;
        background: linear-gradient(to right, #0e1a3f, #1a2f5f);
        color: #87aaff;
        font-size: 16px !important;
        padding: 16px;
        clip-path: none;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
		border: 2px solid #4b6fff;
		margin-bottom: 20px;
    }
	body.column .column-blog .container .custom-pagination ul.page-numbers li.prev a,
	.main.search .custom-pagination ul.page-numbers li.prev a,
	body#blog .column-blog .container .custom-pagination ul.page-numbers li.prev a
	body#achievements .column-blog .container .custom-pagination ul.page-numbers li.prev a,
	body.column .column-blog .container .custom-pagination ul.page-numbers li.next a,
	.main.search .custom-pagination ul.page-numbers li.next a,
	body#blog .column-blog .container .custom-pagination ul.page-numbers li.next a
	body#achievements .column-blog .container .custom-pagination ul.page-numbers li.next a {
		font-size: 16px;
		padding: 5px 32px 0 !important;
	}

	body.column .column-blog .container .custom-pagination ul.page-numbers li:last-child::before,
	main.search .custom-pagination ul.page-numbers li:last-child::before,
	body#blog .column-blog .container .custom-pagination ul.page-numbers li:last-child::before,
	body#achievements .column-blog .container .custom-pagination ul.page-numbers li:last-child::before,
	.main.search .custom-pagination ul.page-numbers li:last-child::before {
		display: none;
	}
    /* ページ番号（下段） */
    boody.column .column-blog .container .custom-pagination ul.page-numbers li:not(.prev):not(.next),
	main.search .custom-pagination ul.page-numbers li:not(.prev):not(.next),
	body#blog .column-blog .container .custom-pagination ul.page-numbers li:not(.prev):not(.next),
	body#achievements .column-blog .container .custom-pagination ul.page-numbers li:not(.prev):not(.next),
	.main.search .custom-pagination ul.page-numbers li:not(.prev):not(.next) {
        position: relative;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 44px;
        height: 44px;
        font-size: 16px;
        font-weight: bold;
        color: #ffffff;
        background: #001a44;
        border: 2px solid #4b6fff !important;
        box-sizing: border-box;
        clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
        transition: all 0.2s ease-in-out;
    }
    body.column .column-blog .container .custom-pagination ul.page-numbers li:not(.prev):not(.next),
    body#blog .column-blog .container .custom-pagination ul.page-numbers li:not(.prev):not(.next),
    body#achievements .column-blog .container .custom-pagination ul.page-numbers li:not(.prev):not(.next),
    main.search .custom-pagination ul.page-numbers li:not(.prev):not(.next),
	.main.search .custom-pagination ul.page-numbers li:not(.prev):not(.next) {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60px;
        height: 48px;
        font-size: 16px;
        font-weight: bold;
        color: #ffffff !important;
        background: #001a44;
        border: 2px solid #4b6fff;
        box-sizing: border-box;
        clip-path: none;
        transition: all 0.25s ease-in-out;
        line-height: 1;
        text-align: center;
		margin-right: -20px;
    }
    body.column .column-blog .container .custom-pagination ul.page-numbers li.current,
    body#blog .column-blog .container .custom-pagination ul.page-numbers li.current,
    body#achievements .column-blog .container .custom-pagination ul.page-numbers li.current,
    main.search .custom-pagination ul.page-numbers li.current,
	.main.search .custom-pagination ul.page-numbers li.current {
		background: #66758e !important;
        color: #fff;
    }
	.main.search .custom-pagination ul.page-numbers li span.page-numbers.current {
		background: #4568F2 !important;
	}
    body.column .column-blog .container .custom-pagination ul.page-numbers .dots,
    body#blog .column-blog .container .custom-pagination ul.page-numbers .dots,
    body#achievements .column-blog .container .custom-pagination ul.page-numbers .dots,
    main.search .custom-pagination ul.page-numbers .dots,
	.main.search .custom-pagination ul.page-numbers .dots {
        font-size: 18px;
        color: #aaa;
        background: #001a44;
        border: 2px solid #4b6fff;
        width: 60px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
		clip-path: none;
    }
	body.column .column-blog .container .custom-pagination ul.page-numbers li:first-child,
	body#blog .column-blog .container .custom-pagination ul.page-numbers li:first-child,
	body#achievements .column-blog .container .custom-pagination ul.page-numbers li:first-child,
	.main.search .custom-pagination ul.page-numbers li:first-child,	
	body.column .column-blog .container .custom-pagination ul.page-numbers li:last-child,
	body#blog .column-blog .container .custom-pagination ul.page-numbers li:last-child,
	body#achievements .column-blog .container .custom-pagination ul.page-numbers li:last-child,
	.main.search .custom-pagination ul.page-numbers li:last-child {
		min-width: 150px;
		background: #1A1F36 !important;
	}
	body.column .column-blog .container .custom-pagination ul.page-numbers li:not(:first-child):not(:last-child):not(.current):not(.dots)::before,
	.main.search .custom-pagination ul.page-numbers li:not(:first-child):not(:last-child):not(.current):not(.dots)::before,
	body#blog .column-blog .container .custom-pagination ul.page-numbers li:not(:first-child):not(:last-child):not(.current):not(.dots)::before,
	body#achievements .column-blog .container .custom-pagination ul.page-numbers li:not(:first-child):not(:last-child):not(.current):not(.dots)::before {
		width: 3px;
		width: 0;
	}
    .company-box img {
        max-width: 100%;
    }	
}




.acf-field-icon_select .acf-radio-list label {
  display: inline-block;
  margin: 10px;
  cursor: pointer;
  position: relative;
}

.acf-field-icon_select .acf-radio-list label:before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 5px;
}

.acf-field-icon_select .acf-radio-list input {
  display: none; /* ラジオボタン自体は非表示 */
}

/* 選択肢ごとに背景画像を設定 */
.acf-field-icon_select .acf-radio-list label[for*="icon1"]:before {
  background-image: url('/wp-content/themes/gertoner_2025/images/icons/icon1.webp');
}

.acf-field-icon_select .acf-radio-list label[for*="icon2"]:before {
  background-image: url('/wp-content/themes/gertoner_2025/images/icons/icon2.webp');
}

.acf-field-icon_select .acf-radio-list label[for*="icon3"]:before {
  background-image: url('/wp-content/themes/gertoner_2025/images/icons/icon3.webp');
}

/* 選択中のラベルに枠線を付ける */
.acf-field-icon_select .acf-radio-list input:checked + label:before {
  border: 2px solid #ffcc00;
  border-radius: 8px;
}