body {
	font-family: "Baloo Bhaijaan 2", "sans-serif";
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}
/* ---------------------西遊余白------------------------------ */
/* ---------------------------------------------------------------- */
.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}


/* ---------------------TOPへ戻るボタン------------------------------ */
/* ---------------------------------------------------------------- */
#page-top a {
	-webkit-text-decoration: none;
	align-items: center;
	background: #942D2F;
	background-color: #061C42;
	border-radius: 5px;
	border-radius: 50% 50%;
	bottom: -10px;
	color: #fff;
	display: flex;
	display: inline-block;
	font-size: 0.6rem;
	height: 60px;
	height: 2.1875rem;
	justify-content: center;
	position: fixed;
	right: 30px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s;
	width: 60px;
	width: 2.1875rem;
}

#page-top a:before {
	border-bottom: 18px solid #fff; 
	border-left: 10px solid transparent; 
	border-right: 10px solid transparent; 
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	top: 45%;
	transform: translate(-50%, -50%);
	width: 0;
}

#page-top { 
	opacity: 0;
	position: fixed;
	right: 10px;
	transform: translateY(100px);
	z-index: 2;
}

#page-top.UpMove {
	animation: UpAnime 0.5s forwards;
}


#page-top.DownMove {
	animation: DownAnime 0.5s forwards;
}



/* ----------------------トップページ-needs --------------------*/
/* ---------------------------------------------------------- */
.card-item {
	display: grid;
	grid-template-columns: 1fr; /* スマートフォン表示では1列 */
}

.card-item__image {
	margin: auto;
	margin-top: 0.875rem;
	max-width: 14.6875rem;
}

.card-item__image img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
}

.card-item__title {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	margin: auto;
	width: 100%;
}

.card-item__titleMain {
	color: #fff;
	font-size: 1.125rem;
	line-height: 1.8;
}

.card-item__body {
	color: #fff;
}

.card-item__number {
	margin-right: 0.625rem;
}

.card-item__number img {
	-o-object-fit: contain;
	max-width: 2.5rem;
	max-width: 4.625rem;
	object-fit: contain;
	width: 100%;
}

.card-item__text {
	color: #fff;
	font-size: 0.9375rem;
	letter-spacing: 0.01em;
	line-height: 1.5;
	margin: 0.9375rem auto;
	max-width: 28.125rem;
	padding: 0 0.375rem;
}

.card__text {
	font-size: 0.875rem;
	letter-spacing: 0.08em;
	margin-top: 0.625rem;
}

.card {
	cursor: pointer;
	transition: transform 0.3s ease;
}

.card img {
	transition: transform 0.3s ease;
	width: 100%;
}

.card:hover img {
	transform: scale(1.1);
}

.cardItem {
	max-width: 20rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.cardItem figure {
	overflow: hidden;
	max-width: 18.75rem;
}

.cardItem figure img {
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.cardItem:before {
	content: "therapist";
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: bold;
	height: auto;
	position: absolute;
	right: -1.5rem;
	top: 1.5625rem;
	transform: rotate(90deg);
	width: 4.1875rem;
}

.cardItem__info {
	display: flex;
	margin-top: 0.75rem;
	max-width: 18.75rem;
	width: 100%;
}

.cardItem__titleEn {
	font-family: "Baloo Bhaijaan 2", sans-serif;
	font-size: 1.25rem;
	line-height: 1;
	margin-right: auto;
}

.cardItem__titleJa {
	font-weight: 500;
	letter-spacing: -0.1em;
}

.cardItem:hover figure img {
	transform: scale(1.1);
}

.cardItems {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: auto;
	max-width: 25rem;
	width: 100%;
}

.cards {
	grid-gap: min(3.25vw, 3.5rem);
	display: grid;
	gap: min(3.25vw, 3.5rem);
	grid-template-columns: repeat(1, min(73vw, 78rem));
	justify-content: center;
	margin: 1.5rem auto 0;
}

/* ----------------------TOPページcharacter--------------------------- */

/* ------------------------------------------------------------------ */
.character {
	overflow: hidden;
	padding-bottom: 3.625rem;
	padding-top: 1.3125rem;
	position: relative;
}

.character:before {
	background-image: url("../images/common/pc-img/character/character-back.webp");
	background-position: center;
	background-size: cover;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.character__inner {
	position: relative;
}

.character__inner:before {
	background-image: url("../images/common/pc-img/character/mokumoku01.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 100%;
	max-width: 18.125rem;
	position: absolute;
	right: -10rem;
	top: -45%;
	transform: translateX(-50%);
	width: 100%;
	width: 100%;
	z-index: -1;
}

.character__inner:after {
	background-image: url("../images/common/pc-img/character/mokumoku03.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 28.125rem;
	content: "";
	display: inline-block;
	height: 11rem;
	position: absolute;
	right: -7.5rem;
	width: 15.625rem;
	z-index: -1;
}

.character__cards {
	margin: auto;
	margin-top: 2rem;
	width: 100%;
}

.character__card:nth-child(n+2) {
	margin-top: 2.8125rem;
}

.character__title {
	position: relative;
}

.character__card--asirai {
	position: relative;
}

.character__card--asirai:before {
	background-image: url("../images/common/pc-img/character/mokumoku02.webp");
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 100%;
	left: -3.75rem;
	max-width: 15.1875rem;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 9.375rem;
	width: 100%;
	width: 100%;
	z-index: -1;
}

.character__subscription.btn:hover {
	background-color: #FFFAC5;
	color: #333;
	outline: 3px solid red;
	transition: 0.5s;
}

.character__btn {
	margin-top: 2.875rem;
	text-align: center;
}

.btn--backgroundBlock {
	background-color: #061C42;
	color: #fff;
}

.character__btn .btn {
	position: relative;
}

.character__btn .btn:before {
	background-image: url("../images/common/pc-img/icon/SHEEP-IMAGE.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 3.75rem;
	max-width: 3.75rem;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}


/* ---------------------コピーライト------------------------------ */

/* ---------------------------------------------------------------- */
.copyLight {
	text-align: center;
}

.copyLight__text {
	font-size: 0.5625rem;
}

.count-particles {
	display: none;
}

/* ---------------------ハンバーガーメニュー-------------------------- */

/* ---------------------------------------------------------------- */
.drawer {
	display: block;
	height: 1.25rem;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-60%);
	width: 1.875rem;
}

.drawer__btn {
	background-color: #fff;
	display: inline-block;
	height: 0.125rem;
	position: absolute;
	width: 1.875rem;
}

.drawer__btn.is-active.drawer__btn--1 {
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.drawer__btn.is-active.drawer__btn--2 {
	opacity: 0;
}

.drawer__btn.is-active.drawer__btn--3 {
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.drawer__btn--1 {
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	transition: 0.3s;
}

.drawer__btn--2 {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.drawer__btn--3 {
	bottom: 0%;
	left: 50%;
	transform: translate(-50%, 0%);
	transition: 0.3s;
}


.introduction {
	padding-bottom: 2.5rem;
	padding-top: 1.625rem;
	position: relative;
}

.introduction__body iframe {
	aspect-ratio: 358/179;
	height: 100%;
	width: 100%;
}

.introduction__title.section-title span:before {
	background-color: #fff;
	width: 75%;
}

.introduction:before {
	background-image: url("../images/common/pc-img/introduction/fv-bg-pc2.webp");
	background-position: center;
	background-size: cover;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.introduction:after {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.introduction__wrapper {
	margin: 1.9375rem auto 0;
	max-width: 28.125rem;
}

.introduction__textArea {
	margin-top: 1.125rem;
}

.introduction__text {
	color: #fff;
	font-size: 0.9375rem;
	line-height: 1.50625;
}
.item {
	border: 1px solid;
	padding: 1.375rem 1.125rem;
}

.items {
	grid-gap: min(6.25vw, 6.5rem);
	display: grid;
	gap: min(6.25vw, 6.5rem);
	margin: auto;
	max-width: 25rem;
}

.needs {
	margin-top: 2rem;
	padding-bottom: 2.125rem;
}

.needs__card {
	cursor: pointer;
	transition: transform 0.3s ease;
	max-width: 20rem;
	margin: auto;
}

.needs__card:nth-of-type(4) {
	order: 1;
}

.needs__card:nth-of-type(3) {
	order: 2;
}

.needs__card:nth-of-type(2) {
	order: 3;
}

.needs__card:nth-child(1) {
	order: 4;
}

.needs__card__radius {
	border-radius: 40px;
}

.needs__card figure {
	border-radius: 40px;
	overflow: hidden;
}

.needs__card img {
	-o-object-fit: cover;
	aspect-ratio: 220/242;
	border-radius: 40px;
	height: 15.125rem;
	max-height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
	width: 100%;
}

.needs__card:hover img {
	border-radius: 40px;
	transform: scale(1.1);
}

.needs__text {
	font-size: 0.875rem;
	letter-spacing: 0.08em;
	margin-top: 0.625rem;
}

.page-top {
	bottom: 0.9375rem;
	display: none;
	position: fixed;
	right: 0.9375rem;
}

.page-top.is-active {
	display: block;
}

.page-top a {
	display: inline-block;
	height: inherit;
	width: 100%;
}

.page-top__img {
	position: relative;
}

.page-top__img:before {
	background-image: url("../images/common/sp-img/contact/number.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	content: "";
	display: inline-block;
	height: 100%;
	position: absolute;
	right: -0.125rem;
	top: 45%;
	transform: translate(-50%, -50%);
	width: 1.75rem;
}

.number-svg:before {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 3rem;
	width: 3rem;
}

.top__img--size {
	aspect-ratio: 375/460;
}

.page-top__img svg {
	height: 3rem;
	width: 3rem;
}

#particles-js {
	background-color: #061C42; /* 背景色、必要に応じて変更してください */
	height: 100%; /* ビューポートの高さに合わせて調整 */
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0; /* コンテンツの背景に表示されるように調整 */
}
/* ------------------------------staff------------------------------- */

/* ------------------------------------------------------------------ */
.staff {
	padding-bottom: 1.75rem;
	padding-top: 1.1875rem;
}

.staff__cards {
	margin-top: 1.75rem;
}

.staff__card:nth-child(n+2) {
	margin-top: 2.375rem;
}

.staff__btn {
	margin-top: 1.6875rem;
	text-align: center;
}

.staff__subscription {
	position: relative;
}

.staff__subscription.btn:before {
	background-image: url("../images/common/pc-img/icon/SHEEP-IMAGE-2.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 3.75rem;
	max-width: 100%;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 3.75rem;
}

.staff__subscription.btn:hover {
	background-color: #FFFAC5;
	color: #333;
}

.staff__subscription:hover:before {
	background-image: url(../images/common/pc-img/icon/SHEEP-IMAGE.webp);
}


.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
/* ----------------------TOPへ戻るボタン ----------------------------*/

/* ----------------------T------------ ----------------------------*/
.page-top {
	background-color: #061C42;
	border-radius: 50% 50%;
	bottom: 21.25rem;
	display: inline-block;
	height: 2.1875rem;
	position: fixed;
	right: 30px;
	width: 2.1875rem;
}

.page-top:before {
	border-bottom: 18px solid #fff; /* 上のボーダー (三角形の底辺) */
	border-left: 10px solid transparent; /* 左のボーダー */
	border-right: 10px solid transparent; /* 右のボーダー */
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	top: 45%;
	transform: translate(-50%, -50%);
	width: 0;
}

.page-top {
	bottom: 0.9375rem;
	position: fixed;
	right: 0.9375rem;
}

.page-top.is-active {
	display: block;
}

.page-top a {
	display: inline-block;
	height: inherit;
	width: 100%;
}

.page-top__img {
	position: relative;
}

.page-top__img:before {
	background-image: url("../images/common/sp-img/contact/number.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	content: "";
	display: inline-block;
	height: 100%;
	position: absolute;
	right: -0.125rem;
	top: 45%;
	transform: translate(-50%, -50%);
	width: 1.75rem;
}
/* ---------------------ファーストビュー------------------------------ */
/* ---------------------------------------------------------------- */
.top {
	position: sticky;
}

.top:before {
	background-image: url("../images/common/pc-img/logo/logo-circle.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0.5rem;
	content: "";
	display: inline-block;
	display: inline-block;
	height: 7.125rem;
	left: -0.4375rem;
	position: absolute;
	width: 9.5rem;
	z-index: 2;
}

.top__title {
	color: #fff;
	display: inline-block;
	font-size: min(5.2vw, 5.25rem);
	left: 50%;
	line-height: 1.2;
	position: absolute;
	text-align: center;
	top: 56%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 9;
}

.top__titleMain {
	font-size: 1.5rem;
	font-weight: bold;
}

.top__text {
	display: none;
}

.top__titleMain--fzNormal.top__titleMain {
	font-size: 2.5rem;
	letter-spacing: 0;
	text-indent: 0;
}

.top__titleMain.top__titleMain--fzBig {
	font-size: 5rem;
}

.top__titleSub {
	display: inline-block;
}

.top__titleSub span {
	display: inline-block;
	padding: 0 0.5rem;
	position: relative;
	text-indent: 0.3em;
}

.top__titleSub span:before {
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 1.5rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	width: 0.0625rem;
}

.top__titleSub span:after {
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 1.5rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 0.0625rem;
}

.top__swiperVisual img {
	-o-object-fit: cover;
	aspect-ratio: 393/416;
	height: 100%;
	object-fit: cover;
}

.topPage {
	aspect-ratio: 500/200;
}

.topPage__title {
	margin-top: 3.125rem;
	padding-bottom: 5.125rem;
	padding-top: 5.875rem;
	text-align: center;
}

.topPage__title span {
	display: inline-block;
	padding-left: 4.75rem;
	padding-right: 1.875rem;
	position: relative;
}

.topPage__title span:before {
	background-image: url("../images//common/pc-img/space/flow-top01.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 3.75rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3.125rem;
}

.topPage__titleSub {
	color: #fff;
	font-size: 1.5rem;
	position: relative;
}
.topPage__titleSub--block{
	color: #333;
}
.topPage__title.topPage__titleSub--price {
	position: relative;
}

.topPage__title.topPage__titleSub--price:before {
	background-image: url("../images//common/pc-img/space/price-title.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 3.75rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3.125rem;
}

.topPage__title .topPage__titleSub--sheepPrice::before {
	background-image: url("../images//common/pc-img/price/price-title.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 3.75rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3.125rem;
}

.topPage__title .topPage__titleSub--sheeprRservation {
	position: relative;
}

.topPage__title .topPage__titleSub--sheeprRservation:before {
	background-image: url("../images//common/pc-img/reservation/reservation-topTitle-img.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 3.75rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3.125rem;
}

.topPage__title .topPage__titleSub--sheepAccess {
	position: relative;
}

.topPage__title .topPage__titleSub--sheepAccess::before {
	background-image: url("../images/common/pc-img/access/access-top.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 3.75rem;
	position: absolute;
	width: 5rem;
}
.topPage__titleSub .topPage__titleSub--fontSize{
	font-size:2.5rem;
	padding: 0;
}
.topPage__titleSub .topPage__titleSub--sheepNone{
	padding-right: 0;
	padding-left: 0;
}
.topPage__titleSub .topPage__titleSub--sheepNone:before{
	display:none;
}
/* ---------------------headerアンダーライン------------------------------ */
/* ---------------------------------------------------------------- */
.underline-animation span {
	display: inline-block; /* スパンをインラインブロック要素として扱う */
	overflow: hidden;
	position: relative;
}

.underline-animation span::after {
	animation: underlineAnimation 7s ease forwards;
	background-color: #FFFAC5;
	bottom: -1px; /* 下線の位置調整 */
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	transform: scaleX(0); /* 横方向のスケールを0から1にアニメーション */
	transform-origin: bottom left; /* アニメーションの起点を左下に設定 */
	width: 100%;
}


.sbi_photo_wrap a span{
	display:none;
}
.sbi_photo{
	display:inline-block;
	position: relative;
	height: 100%;
	display:inline-block;
}
.sbi_photo:before{
	content: "";
	display:inline-block;
	background-color: #333;
	opacity: .4;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.sbi_type_video .sbi_photo{
	padding-top:90%;
	padding-bottom: 0 !important;
	overflow: hidden;
}
.sbi_photo:hover{
	opacity: .5 !important;
}
/* ----------インスタ------------ */


/*-----------パンクズ----------------  */
/*パンくずリストの設定*/

.c-bread-crumb-list {
	background: #0b2553;
	box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.2);
  }
  .c-bread-crumb-list ol {
	padding: 5px 16px;
	list-style: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
  }
  .c-bread-crumb-list ol a {
	color: #ffffff;
  }
  .c-bread-crumb-list ol a:hover {
	text-decoration: none;
  }
  .c-bread-crumb-list ol li {
	display: inline-block;
  }
  .c-bread-crumb-list ol li a:hover {
	color: #FFF681;
  }
  .c-bread-crumb-list ol li::after {
	content: "";
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M96 480c-8.188 0-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L242.8 256L73.38 86.63c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25l-192 192C112.4 476.9 104.2 480 96 480z" fill="%23E65100"/></svg>') center/contain no-repeat;
	width: 0.7em;
	height: 0.7em;
	display: inline-block;
	margin-left: 5px;
  }
  .c-bread-crumb-list ol li:last-child::after {
	content: none;
  }

.page-404__btnArea{
	text-align: center;
	margin-top: 2.5rem;
}
.page-404__wrapper{
	padding-bottom: 2.5rem;
}

/*インスタグラム  */
#sbi_images{
	display: grid;
	gap:20px;
}
.sbi_photo{
	display: inline-block;
	width: 100%;
}
.sbi_type_video .sbi_photo{
	width: 100%;
	padding-top: 0;
}
.sbi-screenreader{
	display: none;
}
/* ---------------------------------- */
@media screen and (min-width: 600px) {

.top__swiperVisual img {
	aspect-ratio: 750/648;
}

}

@media screen and (min-width: 768px) {
	
.inner {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1230px;
    padding-left: 25px;
    padding-right: 25px;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.3559322034vw;
}

#page-top a {
	bottom: 0rem;
	height: 3.9375rem;
	width: 3.9375rem;
}

#page-top a:before {
	border-bottom: 20px solid #fff; /* 上のボーダー (三角形の底辺) */
	border-left: 12px solid transparent; /* 左のボーダー */
	border-right: 12px solid transparent; /* 右のボーダー */
}

.card-item {
	grid-column-gap: 3.5rem;
	grid-template-areas: "title image" "text image"; /* タイトルと画像は上、テキストと画像は下 */
	grid-template-columns: 45% 1fr; /* 左側を40%、右側を60%に設定 */
}

.card-item:nth-child(1),
.card-item:nth-child(3) {
	grid-template-areas: "image title" "image text";
}

.card-item__image {
	grid-area: image;
	justify-self: center;
	margin-top: 0;
	max-width: 462px;
	width: 100%;
}

.character__card--asirai .card-item__image {
	grid-template-columns: 1fr 2.875rem 43%; /* 左側を40%、右側を60%に設定 */
	max-width: 26.875rem;
}

.card-item__title {
	grid-area: title; /* タイトルの位置 */
	justify-content: flex-start;
	margin-left: 0;
	margin-top: -0.9375rem;
	max-width: 100%;
}

.card-item__titleMain {
	font-size: 2rem;
	line-height: 1;
}

.card-item__body {
	padding: 1rem 1rem 2.5rem;
}

.card-item__number {
	height: auto;
	margin-right: 1.125rem;
	max-width: 5rem;
}

.card-item__number img {
	max-width: 100%;
}

.card-item__text {
	font-size: 1rem;
	grid-area: text; /* テキストの位置 */
	margin-top: -2.5rem;
	max-width: 100%;
	padding: 0;
	padding-left: 0.25rem;
	padding-top: 0.625rem;
}

.card__text {
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 1.40625;
	margin-top: 1.25rem;
}

.cardItem__info {
	margin-top: 0.375rem;
}

.cardItem__titleEn {
	font-size: 2rem;
	line-height: 0.8;
	margin-right: auto;
}

.cardItems {
	flex-direction: row;
	gap: min(3.025vw, 3.2rem);
	justify-content: center;
	max-width: 66.0625rem;
	align-items: flex-start;
}

.cards {
	grid-template-columns: repeat(2, 223px);
	margin: -1.5rem auto 0;
}

.character {
	padding-bottom: 3.125rem;
	padding-top: 2.25rem;
}

.character__inner:before {
	max-width: 43.75rem;
	top: -43.75rem;
	width: 100%;
}

.character__inner:after {
	bottom: 5rem;
	left: 1.625rem;
}

.character__cards {
	margin-top: 0;
	max-width: 62.5rem;
}

.character__card:nth-child(n+2) {
	margin-top: 5rem;
}

.character__mainTitle span {
	text-indent: -2.5rem;
}

.character__card--asirai:before {
	left: auto;
	left: initial;
	right: -6.25rem;
	top: -4.375rem;
	z-index: 0;
}

.character__subscription span {
	font-size: 0.9375rem;
}

.character__btn {
	display: flex;
	justify-content: center;
	margin-top: 7.625rem;
}

.character__btn .btn:before {
	height: 5rem;
	max-width: 4.375rem;
}

.copyLight {
	margin-top: 1rem;
}

.copyLight__text {
	font-size: 0.875rem;
}

.drawer {
	display: none;
}

.items {
	grid-template-columns: repeat(1, 277px);
	justify-content: center;
}


.needs {
	margin-top: 2.6875rem;
	padding-bottom: 3.1875rem;
}

.needs__card:nth-of-type(4) {
	order: initial;
}

.needs__card:nth-of-type(3) {
	order: initial;
}

.needs__card:nth-of-type(2) {
	order: initial;
}

.needs__card:nth-child(1) {
	order: initial;
}

.needs__mainTitle {
	margin-top: 2.5rem;
}

.needs__card img {
	aspect-ratio: 220/220;
	height: auto;
}

.needs__text {
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 1.40625;
	margin-top: 1.25rem;
}

.page-top__img:before {
	background-image: url("../images/common/pc-img/background-img/backgrounud-nuber.png");
	background-size: contain;
	height: 2.5rem;
	right: 0.875rem;
}

.number-svg:before {
	height: 5rem;
	width: 5rem;
}

.top__img--size {
	aspect-ratio: 1440/548;
}

.page-top__img svg {
	height: 5.625rem;
	width: 5rem;
}

.staff {
	padding-bottom: 2rem;
	padding-top: 3rem;
}

.staff__cards {
	margin-top: -1.25rem;
}

.staff__card:nth-child(n+2) {
	margin-top: 0;
}

.staff__btn {
	margin-top: 3.25rem;
}

.staff__subscription.btn:before {
	height: 4.375rem;
	width: 4.375rem;
}

.swiper-wrapper {
	aspect-ratio: 1440/800;
}

.page-top {
	bottom: 20.3125rem;
	height: 3.9375rem;
	width: 3.9375rem;
}

.page-top:before {
	border-bottom: 20px solid #fff; /* 上のボーダー (三角形の底辺) */
	border-left: 12px solid transparent; /* 左のボーダー */
	border-right: 12px solid transparent; /* 右のボーダー */
}

.page-top__img:before {
	background-image: url("../images/common/pc-img/background-img/backgrounud-nuber.png");
	background-size: contain;
	height: 2.5rem;
	right: 0.875rem;
}

.number-svg:before {
	height: 5rem;
	width: 5rem;
}

.top__img--size {
	aspect-ratio: 1440/548;
}

.page-top__img svg {
	height: 5.625rem;
	width: 5rem;
}

.top {
	margin-top: 3.125rem;
}

.top:before {
	bottom: 1.5rem;
	height: 13rem;
	left: 7.45rem;
	width: 15rem;
}

.top__title {
	line-height: 1.1;
	top: 48%;
}

.top__titleMain {
	font-size: 3rem;
	line-height: 1.25;
	margin-top: 0.5rem;
}

.top__text {
	display: block;
	font-size: 1rem;
	line-height: 1.875;
	margin-top: 1.5rem;
	padding: 0 1.5rem;
}

.top__titleMain--fzNormal.top__titleMain {
	font-size: 5rem;
}

.top__titleSub {
	font-size: 2.25rem;
	text-align: center;
	width: 100%;
}

.top__titleSub span {
	padding: 0 1.5rem;
}

.top__titleSub span:before {
	height: 2.25rem;
}

.top__titleSub span:after {
	height: 2.25rem;
}

.top__swiperVisual img {
	aspect-ratio: 1440/800;
}

.topPage {
	aspect-ratio: 1000/173;
}

.topPage__title span {
	margin-right: 1.625rem;
	padding-left: 6.6875rem;
	padding-top: 1rem;
}

.topPage__title span:before {
	height: 6.4375rem;
	width: 7.5rem;
}

.topPage__titleSub {
	font-size: 3rem;
}
.topPage__titleSub .topPage__titleSub--fontSize{
	font-size:4rem
}
.topPage__title.topPage__titleSub--price:before {
	height: 6.4375rem;
	width: 4.5rem;
}

.topPage__title .topPage__titleSub--sheepPrice::before {
	height: 6.4375rem;
	width: 7.5rem;
}

.topPage__title .topPage__titleSub--sheeprRservation:before {
	height: 6.4375rem;
	width: 7.5rem;
}

.topPage__title .topPage__titleSub--sheepAccess::before {
	height: 5.9375rem;
	width: 7.5rem;
}
.topPage__titleSub .topPage__titleSub--sheepNone:before{
	display:none;
}

.introduction {
	padding-bottom: 5.25rem;
	padding-top: 2.125rem;
}

.introduction__body iframe {
	aspect-ratio: 1000/500;
}

.introduction__mainTitle {
	margin-bottom: auto;
	padding-top: 4rem;
}

.introduction__wrapper {
	margin: -11.1875rem auto 0;
	max-width: 62.5rem;
	text-align: center;
}

.introduction__textArea {
	margin-top: 2.625rem;
	padding: 0 9.125rem;
}

.introduction__text {
	font-size: 1rem;
}

#sbi_images{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:20px;
}

}
.sbi_photo_wrap img{
	height: 277px;
	object-fit: cover;
}
@media screen and (min-width: 1124px) {

.cards {
	grid-template-columns: repeat(4, 223px);
	margin: -1.6875rem auto 0;
}

.items {
	grid-template-columns: repeat(3, 277px);
}

}

@media (min-width: 1180px) {

html {
	font-size: 16px;
}

}


@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes UpAnime {

from {
	opacity: 0;
	transform: translateY(100px);
}

to {
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes DownAnime {

from {
	opacity: 1;
	transform: translateY(0);
}

to {
	opacity: 1;
	transform: translateY(100px);
}

}

@keyframes underlineAnimation {

from {
	transform: scaleX(0);
}

to {
	transform: scaleX(1);
}

}


/*# sourceMappingURL=style.css.map */
