/* ===========================
   ページ個別の設定
   =========================== */
:root {
	--color-text-main: #000;
	--color-text-light: #FFF;
	--color-text-brown: #846C5A;
	--color-bg-white: #FFF;
	--container-w: 1440px;
	--inner-w: 780px;
}

/* コンテンツ幅 スマホ */
@media (max-width: 809px) {
	:root {
		--inner-w: 87.2%;
	}
}
@media (max-width: 700px) {
	:root {
		--container-w: 100%;
	}
}


/* ==============================
   Reset / Base
   ============================== */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth;
}

html,
body {
	height: 100%;
	background-color: var(--color-ui-bg);
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

ul,
ol {
	list-style: none;
}

button,
input,
textarea {
	font: inherit;
}
img {
	width: 100%;
	display: block;
}

a {
	opacity: 1;
	transition: opacity .25s ease-in-out;
}
a:hover {
	opacity: .65;
}

figure,
picture {
	display: block;
}
.sp-only {
	display: none;
}
@media (max-width: 809px) {
	.pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
}

/* ALL */
#torao {
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	color: var(--color-text-main);
	background-color: #fbf4f0;
    padding-top: 26px;/*パンくずエリア調整*/
}
#torao section {
	position: relative;
}
#torao .box-white {
	width: var(--inner-w);
	margin-inline: auto;
	background-color: var(--color-bg-white);
	border-radius: 30px;
	position: relative;
    padding-bottom: 39px;
}
#torao .box-white::before {
	content: "";
	display: block;
	width: 260px;
	height: auto;
	aspect-ratio: 1;
	border-radius: 50%;
	background-color: var(--color-bg-white);
	margin-inline: auto;
	position: absolute;
	top: -89px;
	left: 0;
	right: 0;
	z-index: 0;
}
#torao .no-box-wrapper {
	position: relative;
	z-index: 1;
}
#torao .subheading-wrapper {
	width: 265px;
	margin-inline: auto;
	position: relative;
	z-index: 1;
	white-space: nowrap;
}

#torao .subheading-wrapper::before {
	content: "";
	display: block;
	background-size: 100%;
	background-repeat: no-repeat;
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
	margin-inline: auto;
}
#torao .subheading-wrapper.torao-back::before {
	width: 70px;
	height: auto;
	aspect-ratio: 1 / 0.8706;
	background-image: url(../img/subheading_torao01.webp);
}
#torao .subheading-wrapper.torao-left::before {
	width: 63px;
	height: auto;
	aspect-ratio: 1 / 0.9604;
	background-image: url(../img/subheading_torao02.webp);
}
#torao .subheading-wrapper.torao-right::before {
	width: 63px;
	height: auto;
	aspect-ratio: 1 / 0.9604;
	background-image: url(../img/subheading_torao03.webp);
}
#torao .subheading-wrapper.sway.isActive::before {
	animation: sway 6s ease-out;
}
@keyframes sway {
	0% {
		transform: translate(0, 0) rotate(0deg);
	}
	1% {
		transform: translate(0, 0) rotate(-3deg);
	}
	2% {
		transform: translate(0, -1px) rotate(0deg);
	}
	3% {
		transform: translate(0, -1px) rotate(3deg);
	}
	5% {
		transform: translate(1px, 0) rotate(-2deg);
	}
	6% {
		transform: translate(0, 1px) rotate(0deg);
	}
	7% {
		transform: translate(0, 0) rotate(3deg);
	}
	8% {
		transform: translate(0, 0) rotate(0deg);
	}
	100% {
		transform: translate(0, 0) rotate(0deg);
	}
}

#torao .subheading-wrapper p {
	display: flex;
    justify-content: center;
    padding-block: 25px 8px;
}
#torao .subheading-wrapper p span {
	display: inline-block;
	font-size: 22px;
	font-family: "effra", sans-serif;
	color: #D2A7A8;
    letter-spacing: .13em;
}
#torao .subheading-wrapper p span:nth-of-type(even) {
    transform: translateY(-2px);
}
#torao .subheading-wrapper .subheading {
	width: 265px;
	height: 99px;
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: .09em;
	text-align: center;
	background-image: url(../img/subheading_bg.webp);
	background-size: 100%;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
#torao .section-lead {
	font-size: 20px;
	line-height: 2;
}
@media (max-width: 809px) {
	#wrapper {
	    overflow: hidden;
	}
	#insertCommonHeader {
		position: relative;
		z-index: 10;
	}
	#torao {
		padding-block: 0 80px;/*パンくずエリア調整*/
	}
	#torao .box-white {
		width: var(--inner-w);
		border-radius: 100vmax 100vmax 1.6em 1.6em;
        padding-block: 0;
	}
	#torao .box-white::before {
		content: none;
	}
	#torao .subheading-wrapper {
        width: 70.3364%;
		height: auto;
        aspect-ratio: 1 / 0.98;
        padding-top: 21.3%;
	}
	#torao .no-box-wrapper .subheading-wrapper {
		width: 61.3334%;
		margin-top: -23.4%;
	}
	#torao .subheading-wrapper .subheading {
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 0.379;
	    font-size: max(26px, var(--sp-fs26));
	}
	#torao .subheading-wrapper p {
        padding-block: 10% 3.5%;
	}
	#torao .subheading-wrapper p span {
    	font-size: max(19px, 5.12vw);
	}
	#torao .subheading-wrapper.torao-back::before {
	    width: 26.18%;
		top: 18%;
	}
	#torao .subheading-wrapper.torao-left::before {
	    width: 23.915%;
	    top: 21%;
	}
	#torao .subheading-wrapper.torao-right::before {
	    width: 23.915%;
	    top: 21%;
	}
	#torao .section-lead {
		font-size: max(17px, var(--sp-fs17));
	}
}
/* /ALL */

/* KV */
#torao .kv {
	max-width: var(--container-w);
	width: 100%;
	height: 560px;
	margin-inline: auto;
	background-image: url(../img/bg_ashiato_pc.webp);
    background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
}
#torao .kv h1 {
	width: 497px;
	position: absolute;
    top: 132px;
	left: 216px;
	z-index: 4;
}
#torao .kv .torao_large {
	width: 461px;
	height: auto;
	aspect-ratio: 1 / 0.8676;
	background-image: url(../img/torao_large.webp);
	background-size: 100%;
	position: absolute;
    top: 108px;
	right: 285px;
	z-index: 3;
}
#torao .kv .torao_s01 {
	width: 71px;
	height: auto;
	aspect-ratio: 1 / 1.1761;
	background-image: url(../img/torao_s01.webp);
	background-size: 100%;
	position: absolute;
	top: 33px;
	left: 363px;
	z-index: 2;
}
#torao .kv .torao_s02 {
	width: 95px;
	height: auto;
	aspect-ratio: 1 / 0.8625;
	background-image: url(../img/torao_s02.webp);
	background-size: 100%;
	position: absolute;
    top: 132px;
	right: 192px;
	z-index: 2;
}
#torao .kv .torao_s03 {
	width: 98px;
	height: auto;
	aspect-ratio: 1 / 0.8521;
	background-image: url(../img/torao_s03.webp);
	background-size: 100%;
	position: absolute;
    top: 406px;
	left: 193px;
	z-index: 2;
}
#torao .kv .torao_s04 {
	width: 71px;
	height: auto;
	aspect-ratio: 1 / 1.1761;
	background-image: url(../img/torao_s04.webp);
	background-size: 100%;
	position: absolute;
	top: 446px;
	left: 597px;
	z-index: 2;
}


#torao .kv .torao_large {
	animation: updown 2.3s infinite;
}

@keyframes updown {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
    	transform: translateY(-20px);
	}
}

#torao .kv .torao_s01,
#torao .kv .torao_s02,
#torao .kv .torao_s03,
#torao .kv .torao_s04 {
	animation: fuwafuwa 3s ease-in-out infinite alternate;
	transition: 1.5s ease-in-out;
}
@keyframes fuwafuwa {
	0% {
		transform:translate(0, 0) rotate(-7deg);
	}
	50% {
		transform:translate(0, -7px) rotate(0deg);
	}
	100% {
		transform:translate(0, 0) rotate(7deg);
	}
}


#torao .infinite-slider {
	overflow: hidden;
	padding-top: 477px;
	position: relative;
	z-index: 1;
}
#torao .infinite-slider .swiper-wrapper {
	transition-timing-function: linear;
}
#torao .infinite-slider .swiper-wrapper .swiper-slide {
	pointer-events: none;
	width: 718px;
	height: 80px;
}
#torao .infinite-slider .swiper-wrapper .swiper-slide img {
	width: unset;
	height: 100%;
}
@media (max-width: 1440px) {
	#torao .kv {
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 0.3889;
	}
	#torao .kv h1 {
		width: 34.4445%;
		top: 23.5715%;
		left: 15%;
	}
	#torao .kv .torao_large {
		width: 32.0139%;
		top: 20.45%;
		right: 19.7917%;
	}
	#torao .kv .torao_s01 {
	    width: 4.9306%;
		top: 5.9%;
	    left: 25.2084%;
	}
	#torao .kv .torao_s02 {
	    width: 6.5973%;
		top: 23.5%;
		right: 13.3334%;
	}
	#torao .kv .torao_s03 {
		width: 6.8056%;
		top: 72.5%;
		left: 13.4028%;
	}
	#torao .kv .torao_s04 {
		width: 4.9306%;
		top: 79.6429%;
		left: 41.4584%;
	}
	#torao .infinite-slider {
        padding-top: 33.125%;
	}
	#torao .infinite-slider .swiper-wrapper .swiper-slide {
		width: 49.8612%;
		height: auto;
		aspect-ratio: 1 / 0.1115;
	}
}
@media (max-width: 809px) {
	#torao .kv {
		height: auto;
        aspect-ratio: 1 / 1.36;
		border-radius: unset;
		background-image: url(../img/bg_ashiato_sp.webp);
	    background-size: 100%;
		background-position: center 21px;
	}
	#torao .kv h1 {
        width: 98.1334%;
        top: 7.5%;
        left: 0;
        right: 0;
        margin-inline: auto;
    }
    #torao .kv .torao_large {
        width: 80.2667%;
        top: 42.5%;
        right: 2.1%;
    }
    #torao .kv .torao_s01 {
        width: 15.7334%;
        top: 67.7%;
        left: -5%;
    }
    #torao .kv .torao_s02 {
        width: 21.0667%;
        top: 41%;
        right: -5.3%;
    }
	#torao .kv .torao_s03 {
        width: 22.1334%;
        top: -8.2%;
        left: 50.4028%;
	}
	#torao .kv .torao_s04 {
        width: 16%;
        top: 22%;
        left: -6.2%;
    }
	#torao .infinite-slider {
        padding-top: 120%;
    }
	#torao .infinite-slider .swiper-wrapper .swiper-slide {
        width: 143.5%;
	}

}
/* /KV */

/* news */
#torao .news {
	padding-block: 120px;
}
#torao .news .news-list {
	width: 378px;
	margin-inline: auto;
	position: relative;
	z-index: 1;
	padding-top: 39px;
}
#torao .news .news-list ul {
	padding-bottom: 8px;
}
#torao .news .news-list li {
	padding-bottom: 14px;
}
#torao .news .news-list a {
	text-decoration: none;
	font-size: 16px;
	line-height: 1.6;
	color: var(--color-text-main);
}
#torao .news .news-list a dl {
	display: flex;
}
#torao .news .news-list a dd {
    padding-left: 20px;
}
#torao .news .btn_more {
	width: 300px;
	height: 58px;
	margin-inline: auto;
	font-size: 18px;
	color :var(--color-text-brown);
	line-height: 2;
	border-top: 1px solid #D6C7B5;
	border-bottom: 1px solid #D6C7B5;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
    cursor: pointer;
}
#torao .news .btn_more::before,
#torao .news .btn_more::after {
	content: "";
	display: block;
	width: 12px;
	height: 1px;
	background-color :var(--color-text-brown);
	position: absolute;
    top: 28px;
	right: 15px;
}
#torao .news .btn_more::after {
	transform: rotate(90deg);
}
#torao .news #close_btn01.btn_more::after {
	display: none;
}
@media (max-width: 809px) {
	#torao .news {
        padding-block: 0 23%;
        margin-top: -17%;
	}
    #torao .news .subheading-wrapper {
        margin-bottom: 9.8%;
    }
    #torao .news .news-list {
        width: 88.7%;
	    padding-top: unset;
	}
	#torao .news .box-white::before {
		content: "";
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 0.1407;
        background-color: unset;
        position: unset;
	}
	#torao .news .box-white::after {
		content: "";
        display: block;
        width: 100%;
		height: auto;
		aspect-ratio: 1 / 0.0734;
	}
	#torao .news .news-list ul {
	    padding-bottom: 1.7%;
	}
	#torao .news .news-list li {
	    padding-bottom: 4.15%;
	}
	#torao .news .news-list a {
		font-size: max(14px, var(--sp-fs14));
	}
	#torao .news .news-list a dd {
	    padding-left: 6.81%;
	}
	#torao .news .btn_more {
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 0.1759;
		font-size: max(17px, var(--sp-fs17));
	}
	#torao .news .btn_more::before,
	#torao .news .btn_more::after {
	    width: 4.14%;
		top: 50%;
		right: 6.8%;
	}
}
/* /news */

/* movie */
#torao .movie {
	max-width: var(--container-w);
	width: 100%;
	margin-inline: auto;
    padding-bottom: 75px;
}
#torao .movie::after {
	content: "";
	display: block;
	width: 100%;
	height: 560px;
	background-image: url(../img/bg_ashiato_pc.webp);
	background-size: 1440px 560px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 111px;
	z-index: 0;
}
#torao .movie .section-lead {
	text-align: center;
    padding-block: 33px 35px;
}
#torao .movie .youtube {
	width: 534px;
	margin-inline: auto;
}
#torao .movie .youtube .caption {
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	color: #333;
    padding-top: 10px;
}
#torao .movie .youtube .custom-youtube {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 0.5624;
	cursor: pointer;
}
#torao .movie .youtube .custom-youtube iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 0.5624;
}
@media (max-width: 809px) {
	#torao .movie {
		padding-bottom: 11.4%;
	}
	#torao .movie::after {
        height: auto;
        aspect-ratio: 1 / 1.36;
        border-radius: unset;
        background-image: url(../img/bg_ashiato_sp.webp);
        background-size: 100%;
        background-position: center top;
        top: 7.5%;
	}
	#torao .movie .section-lead {
		width: var(--inner-w);
		margin-inline: auto;
		text-align: center;
		padding-block: 25px 30px;
	}
	#torao .movie .youtube {
        width: var(--inner-w);
		height: auto;
		aspect-ratio: 1 / 0.6775;
        margin-inline: auto;
        padding-bottom: unset;
	}
	#torao .movie .youtube .caption {
	    font-size: max(12px, var(--sp-fs12));
	    padding-top: 3.5%;
	}
}
/* /movie */

/* anchor-links */
#torao .anchor-links {
	max-width: 1000px;
	margin-inline: auto;
    padding-bottom: 116px;
}
#torao .anchor-links ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#torao .anchor-links li {
	width: 32%;
}
#torao .anchor-links li a {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 0.28125;
	position: relative;
	color: var(--color-text-light);
	transition: all .3s!important;
}
#torao .anchor-links li a:hover {
	translate: 0 -10px;
}
#torao .anchor-links li .torao-icon {
    width: 37.19%;
	height: auto;
	aspect-ratio: 1 / 0.7564;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../img/bg_anchor-link.webp);
	background-size: 100%;
	background-repeat: no-repeat;
	font-family: "effra", sans-serif;
	font-size: 18px;
	text-align: center;
	line-height: 1.1;
	letter-spacing: .04em;
    padding-top: 5%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#torao .anchor-links li .anchor-btn {
    width: 68.76%;
	height: auto;
	aspect-ratio: 1 / 0.3182;
	background-color: var(--color-bg-white);
	border-radius: 0 100vmax 100vmax 0;
	color: #231815;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	line-height: 1.1;
	letter-spacing: .09em;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
    top: 10%;
	right: 0;
	z-index: 1;
}
#torao .anchor-links li .anchor-btn::before,
#torao .anchor-links li .anchor-btn::after {
	content: "";
	display: block;
    width: 3.642%;
	height: auto;
	aspect-ratio: 1;
	border-right: solid 1px #231815;
	border-bottom: solid 1px #231815;
	transform: rotate(45deg);
	position: absolute;
    top: 34%;
	right: 7.5%;
}
#torao .anchor-links li .anchor-btn::after {
    top: 43%;
}

@media (max-width: 1048px) {
	#torao .anchor-links {
		margin-inline: 2.2901%;
        padding-bottom: 11%;
	}
	#torao .anchor-links li a {
		height: 90px;
	}
	#torao .anchor-links li .torao-icon {
	    font-size: 1.7176vw;
	}
	#torao .anchor-links li .anchor-btn {
	    font-size: 1.7176vw;
	}
}
@media (max-width: 809px) {
    #torao .anchor-links {
		width: var(--inner-w);
        margin-inline: auto;
        padding-bottom: 23%;
	}
	#torao .anchor-links li {
	    width: 31.8043%;
	}
	#torao .anchor-links li .torao-icon {
        width: 100%;
        font-size: max(15px, var(--sp-fs15));
	}
	#torao .anchor-links li .anchor-btn {
        width: 81.7307%;
		inset: auto 0 0 0;
        margin-block: auto;
        font-size: max(15px, var(--sp-fs15));
        writing-mode: vertical-lr;
        aspect-ratio: 1 / 2.1648;
        border-radius: 0 0 100vmax 100vmax;
        padding-bottom: 12%;
	}
	#torao .anchor-links li a {
        height: auto;
        aspect-ratio: 1 / 2.4231;
	}
	#torao .anchor-links li .anchor-btn::before,
	#torao .anchor-links li .anchor-btn::after {
		width: 8%;
		inset: auto 0 10% 0;
		margin-block: auto;
	}
	#torao .anchor-links li .anchor-btn::before {
		inset: auto 0 12.5% 0;
	}
}
/* /anchor-links */

/* /profile */
#torao #profile {
	padding-top: 50px;
	margin-top: -50px;
}
#torao .profile {
	max-width: var(--container-w);
	width: 100%;
	margin-inline: auto;
    padding-bottom: 162px;
}
#torao .profile::after {
	content: "";
	display: block;
	width: 100%;
	height: 560px;
	background-image: url(../img/bg_ashiato_pc.webp);
	background-size: 1440px 560px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 107px;
	z-index: 0;
}
#torao .profile .subheading-wrapper p span {
    letter-spacing: .2em;
}
#torao .profile .profile-wrapper {
	width: var(--inner-w);
	margin-inline: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 34px;
}
#torao .profile .image_box {
	width: 270px;
	height: auto;
	aspect-ratio: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 18px;
	position: relative;
}
#torao .profile .image_box::after {
	content: "";
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	background-image: url(../img/profile_bg.webp);
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	z-index: 0;
	animation: rotation 40s infinite linear;
}
@keyframes rotation {
	0% {
    	transform: rotate(0deg);
	}
	100% {
    	transform: rotate(360deg);
	}
}
#torao .profile .image_box img {
	width: 200px;
	position: relative;
	z-index: 1;
}
#torao .profile .section-lead {
	width: 450px;
}
@media (max-width: 809px) {
	#torao #profile {
		padding-top: 15%;
		margin-top: -15%;
	}
	#torao .profile {
		padding-bottom: 11.2%;
	}
	#torao .profile::after {
        height: auto;
        aspect-ratio: 1 / 1.36;
        border-radius: unset;
        background-image: url(../img/bg_ashiato_sp.webp);
        background-size: 100%;
        background-position: center top;
		top: 25.1%;
	}
	#torao .profile .profile-wrapper {
		width: 100%;
		display: block;
        padding-top: 5.7%;
	}
	#torao .profile .image_box {
		width: 53.3334%;
		margin-inline: auto;
        padding-left: unset;
	}
	#torao .profile .image_box img {
	    width: 74%;
	}
	#torao .profile .section-lead {
    	width: var(--inner-w);
		text-align: center;
		margin-inline: auto;
        padding-top: 3.2%;
	}
}
/* /profile */

/* meet-torao */
#torao .meet-torao {
	padding-top: 100px;
	margin-top: -100px;
}
#torao .meet-torao .subheading-wrapper p span:nth-of-type(4) {
	padding-right: 12px;
}
#torao .meet-torao .meet-wrapper {
	width: 100%;
	display: flex;
	align-items: center;
    padding-block: 22px 15px;
    padding-left: 128px;
}
#torao .meet-torao .meet-wrapper picture {
	opacity: 0;
}
#torao .meet-torao .meet-wrapper picture.isActive {
	animation: boyoyon .6s linear forwards;
	position: relative;
	z-index: 10;
}
@keyframes boyoyon {
    0% {
        opacity: 0;
		-webkit-transform: scale3d(0.95, 0.95, 0.95);
        transform: scale3d(0.95, 0.95, 0.95);
    }

    25% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    50% {
        opacity: 1;
		-webkit-transform: scale3d(0.95, 0.95, 0.95);
        transform: scale3d(0.95, 0.95, 0.95);
    }

    75% {
        opacity: 1;
		-webkit-transform: scale3d(1.02, 1.02, 1.02);
        transform: scale3d(1.02, 1.02, 1.02);
    }

    100% {
        opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

#torao .meet-torao .section-lead {
	width: 284px;
	text-align: center;
    padding-bottom: 8px;
    margin-right: -17px;
}
#torao .meet-torao picture {
	width: 329px;
	height: 340px;
}
#torao .meet-torao .calendar .minor-heading {
	width: 187px;
	margin-inline: auto;
	font-size: 20px;
	color: var(--color-text-brown);
	text-align: center;
    margin-top: -25px;
    padding-bottom: 13px;
}
#torao .meet-torao .calendar .minor-heading::before {
	content: "";
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 0.0793;
	background-image: url(../img/meet_decoration.webp);
	background-size: 100%;
	background-repeat: no-repeat;
    margin-bottom: 11px;
}
#torao .meet-torao iframe {
	width: 720px;
    display: block;
    margin-inline: auto;
}
#torao .meet-torao .bnr-yuruverse {
	width: 344px;
	margin-inline: auto;
    padding-block: 25px 8px;
}
@media (max-width: 809px) {
	#torao .meet-torao {
		padding-top: 5%;
		margin-top: -5%;
	}
	#torao .meet-torao .subheading-wrapper p span:nth-of-type(4) {
	    padding-right: 4%;
	}
	#torao .meet-torao .meet-wrapper {
		width: 100%;
		display: block;
		position: relative;
		padding-block: 7% 0;
		padding-left: 6%;
	}
    #torao .meet-torao .section-lead {
        width: 55.36%;
        text-align: left;
        padding-bottom: unset;
        margin-right: unset;
        position: absolute;
        top: 10.5%;
        left: 5%;
	}
	#torao .meet-torao .torao-box {
		width: 107.69%;
        margin-right: -25px;
        padding-left: 52.5%;
	}
	#torao .meet-torao .torao-box picture {
        width: 100.22%;
        height: auto;
	}
	#torao .meet-torao iframe {
        width: 96%;
	}
	#torao .meet-torao .bnr-yuruverse {
		width: 88.69%;
		margin-inline: auto;
		padding-block: 7.5%;
	}
	#torao .meet-torao .calendar .minor-heading {
		width: 57.1866%;
        font-size: max(17px, var(--sp-fs17));
	    margin-top: 0;
        padding-block: 5.8% 4.5%;
	}
	#torao .meet-torao .calendar .minor-heading::before {
        margin-bottom: 7%;
	}
}
/* /meet-torao */

/* goods */
#torao .goods {
	background-color: var(--color-text-brown);
	background-image: url(../img/goods_decoration.webp);
	background-size: 60px 60px;
	background-repeat: repeat-x;
	background-position: center top;
    margin-top: 80px;
    padding-block: 94px 52px;
}
#torao .goods::after {
	content: "";
	display: block;
	width: 100%;
	height: 1260px;
	background-image: url(../img/goods_bg.webp);
	background-size: 1440px 1260px;
	background-repeat: repeat-y;
	background-position: center;
	position: absolute;
	top: 180px;
	z-index: 0;
}
#torao .goods .subheading-wrapper p span,
#torao .goods .subheading-wrapper .subheading {
    color: var(--color-text-light);
}
#torao .goods .goods-list {
	width: var(--inner-w);
	margin-inline: auto;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
    gap: 28px 15px;
    padding-block: 44px 37px;
}
#torao .goods .goods-list li {
	width: 250px;
}
#torao .goods .goods-list li p {
	font-size: 15px;
    line-height: 1.5;
    text-align: center;
    color: var(--color-text-light);
    padding-top: 10px;
}
#torao .goods .goods-list li p span {
	font-size: 17px;
}
#torao .goods .goods-list li p small {
	font-size: 13px;
}
#torao .goods .sales-location {
	width: var(--inner-w);
	margin-inline: auto;
	color: var(--color-text-light);
}
#torao .goods .sales-location::before {
	content: "";
	display: block;
	width: 100%;
	height: 54px;
	background-image: url(../img/goods_frame-top_pc.webp);
	background-size: 100%;
	background-repeat: no-repeat;
}
#torao .goods .sales-location::after {
	content: "";
	display: block;
	width: 100%;
	height: 31px;
	background-image: url(../img/goods_frame-bottom_pc.webp);
	background-size: 100%;
	background-repeat: no-repeat;
}
#torao .goods .sales-location .frame {
	width: 100%;
	background-image: url(../img/goods_frame-middle_pc.webp);
	background-size: 100%;
	background-repeat: repeat-y;
}

#torao .goods .sales-location .minor-heading {
	font-size: 22px;
	line-height: 1.2;
	text-align: center;
	padding-bottom: 14px;
}
#torao .goods .sales-location .footnote {
	font-size: 16px;
	line-height: 2;
	display: flex;
	align-items: center;
	justify-content: center;
    padding-bottom: 12px;
}

#torao .goods .sales-location .location-list {
	padding-bottom: 10px;
}
#torao .goods .sales-location .footnote::before,
#torao .goods .sales-location .location-list li::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: auto;
	aspect-ratio: 1;
	margin-right: 8px;
	background-image: url(../img/goods_icon.webp);
	background-size: 100%;
	background-repeat: no-repeat;
}
#torao .goods .sales-location .location-list li.no-icon::before {
	background-image: unset;
}
#torao .goods .sales-location .location-list ul {
	width: 264px;
	margin-inline: auto;
    padding-bottom: 18px;
}
#torao .goods .sales-location .location-list li {
	font-size: 16px;
	line-height: 1.5;
	display: flex;
	align-items: center;
    padding-bottom: 10px;
}

#torao .goods .sales-location .btn_more {
	width: 580px;
	height: 58px;
	margin-inline: auto;
	font-size: 18px;
	line-height: 2;
	border-top: 1px solid #D6C7B5;
	border-bottom: 1px solid #D6C7B5;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
    cursor: pointer;
    padding-right: 29px;
}
#torao .goods .sales-location .btn_more::before,
#torao .goods .sales-location .btn_more::after {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background-color: var(--color-text-light);
    position: absolute;
    top: 28px;
    right: 225px;
}
#torao .goods .sales-location .btn_more::after {
	transform: rotate(90deg);
}
#torao .goods .sales-location #close_btn02.btn_more::after {
	display: none;
}
#torao .goods .annotation {
	font-size: 13px;
	line-height: 1.8;
	text-align: center;
	color: var(--color-text-light);
	opacity: .8;
    padding-top: 17px;
}

@media (max-width: 809px) {
	#torao .goods {
		background-size: 13.86667%;
		background-position: 9% top;
        margin-top: 12.8%;
        padding-block: 24.9% 52px;
	}
	#torao .goods::after {
		height: auto;
		aspect-ratio: 1 / 2.5707;
		background-image: url(../img/goods_bg_sp.webp);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: top;
		position: absolute;
        top: 0%;
	}
	#torao .goods .no-box-wrapper .subheading-wrapper {
        margin-top: -25%;
	}
	#torao .goods .goods-list {
		width: var(--inner-w);
	    justify-content: space-between;
        gap: unset;
        padding-block: 9.8% 0%;
	}
	#torao .goods .goods-list li {
		width: 47.7065%;
        padding-bottom: 4.3%;
	}
	#torao .goods .goods-list li p {
        font-size: max(14px, var(--sp-fs14));
	    padding-top: 10px;
	}
	#torao .goods .goods-list li p span {
        font-size: max(15px, var(--sp-fs15));
	}
	#torao .goods .goods-list li p small {
        font-size: max(12px, var(--sp-fs12));
	}
	#torao .goods .sales-location {
		width: var(--inner-w);
	}
	#torao .goods .sales-location::before {
		height: auto;
		aspect-ratio: 1 / 0.1407;
		background-image: url(../img/goods_frame-top_sp.webp);
	}
	#torao .goods .sales-location::after {
		height: auto;
		aspect-ratio: 1 / 0.0796;
		background-image: url(../img/goods_frame-bottom_sp.webp);
	}
	#torao .goods .sales-location .frame {
	    background-image: url(../img/goods_frame-middle_sp.webp);
	}
	#torao .goods .sales-location .minor-heading {
        font-size: max(17px, var(--sp-fs17));
        margin-top: -1%;
        padding-bottom: 4%;
	}
	#torao .goods .sales-location .footnote {
        font-size: max(14px, var(--sp-fs14));
	    padding-bottom: 2.8%;
	}
	#torao .goods .sales-location .footnote::before {
        width: 4.285%;
        margin-right: 2.5%;
	}
	#torao .goods .sales-location .location-list {
		padding-bottom: 0.8%;
	}
	#torao .goods .sales-location .location-list ul {
		width: 100%;
        padding-left: 16%;
        padding-bottom: 5%;
	}
	#torao .goods .sales-location .location-list li {
        font-size: max(14px, var(--sp-fs14));
	    padding-bottom: 3%;
	}
	#torao .goods .sales-location .location-list li::before {
		width: 4.63%;
	    margin-right: 3.5%;
	}
	#torao .goods .sales-location .btn_more {
    	width: 88.6851%;
		height: auto;
		aspect-ratio: 1 / 0.1759;
        font-size: max(17px, var(--sp-fs17));
	    padding-right: 0;
	}
	#torao .goods .sales-location .btn_more::before,
	#torao .goods .sales-location .btn_more::after {
		width: 4.14%;
		top: 48%;
		right: 7%;
	}
	#torao .goods .annotation {
        font-size: max(11px, var(--sp-fs11));
		padding-top: 3.5%;
	}
}
/* /goods */

/* line-stamp */
#torao .line-stamp {
    padding-block: 117px 169px;
}
#torao .line-stamp .subheading-wrapper p span:nth-of-type(4) {
	padding-right: 8px;
}
#torao .line-stamp .subheading-wrapper p span:nth-of-type(5) {
    letter-spacing: .1em;
}
#torao .line-stamp .subheading-wrapper p span:nth-of-type(6) {
    letter-spacing: .05em;
}
#torao .line-stamp::after {
	content: "";
	display: block;
	width: 100%;
	height: 560px;
	background-image: url(../img/bg_ashiato_pc.webp);
	background-size: 1440px 560px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 140px;
	z-index: 0;
}
#torao .line-stamp .line-stamp-wrapper {
	display: flex;
	width: var(--inner-w);
	margin-inline: auto;
	justify-content: space-between;
	align-items: flex-start;
    padding-block: 26px 30px;
}
#torao .line-stamp .image_box {
	width: 370px;
    padding-top: 13px;
}
#torao .line-stamp .section-lead {
	width: 370px;
}
#torao .line-stamp .section-lead .period {
	font-size: 16px;
    padding-top: 15px;
}
#torao .line-stamp .btn_line-stamp {
	width: 400px;
	height: 125px;
	margin-inline: auto;
	background-image: url(../img/btn_line-stamp_pc.webp);
	background-size: 100%;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
}
#torao .line-stamp .btn_line-stamp p {
	width: 269px;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.4;
	color: #231815;
	position: relative;
	padding-left: 51px;
}
#torao .line-stamp .btn_line-stamp p::before,
#torao .line-stamp .btn_line-stamp p::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 1px #231815;
    border-right: solid 1px #231815;
    transform: rotate(45deg);
    position: absolute;
    top: 37px;
    right: 41px;
}
#torao .line-stamp .btn_line-stamp p::after {
	right: 34px;
}
#torao .line-stamp .btn_line-stamp .qr {
	width: 80px;
}
@media (max-width: 809px) {
	#torao .line-stamp {
        padding-block: 23% 12.8%;
	}
	#torao .line-stamp::after {
        height: auto;
        aspect-ratio: 1 / 1.36;
        border-radius: unset;
        background-image: url(../img/bg_ashiato_sp.webp);
        background-size: 100%;
        background-position: center top;
        top: 25.5%;
	}
	#torao .line-stamp .subheading-wrapper p span:nth-of-type(4) {
	    padding-right: 4%;
	}
	#torao .line-stamp .line-stamp-wrapper {
		display: block;
		width: var(--inner-w);
        padding-block: 4.4% 5.8%;
	}
	#torao .line-stamp .image_box {
	    width: 100%;
        padding-block: 4% 6.7%
	}
	#torao .line-stamp .section-lead {
	    width: 100%;
		text-align: center;
	}
	#torao .line-stamp .section-lead .period {
        font-size: max(14px, var(--sp-fs14));
        padding-top: 4.6%;
		text-align: center;
	}
	#torao .line-stamp .btn_line-stamp {
		width: var(--inner-w);
		height: auto;
		aspect-ratio: 1 / 0.2141;
		border-radius: 100vmax;
		background-image: unset;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #846C5A;
		box-shadow: 0px 4px 0px 0px #665040;
		position: relative;
        font-size: max(17px, var(--sp-fs17));
		color: var(--color-text-light);
		text-decoration: none;
	}
	#torao .line-stamp .btn_line-stamp::before,
	#torao .line-stamp .btn_line-stamp::after {
		content: "";
        display: block;
        width: 2.5%;
		height: auto;
		aspect-ratio: 1;
        border-top: 1px solid #FFF;
        border-right: 1px solid #FFF;
        transform: rotate(45deg);
        position: absolute;
        top: 43%;
        right: 6%;
	}
	#torao .line-stamp .btn_line-stamp::after {
        right: 4.2%;
	}
}
/* /line-stamp */

/* SNS */
#torao .sns {
	padding-bottom: 100px;
}
#torao .sns .subheading-wrapper p span {
    letter-spacing: .09em;
}
#torao .sns .subheading-wrapper p span:nth-of-type(6) {
	padding-right: 8px;
}
#torao .sns .sns-list {
	width: 249px;
	margin-inline: auto;
}
#torao .sns .section-lead {
	text-align: center;
    padding-block: 33px;
}
#torao .sns .minor-heading {
	font-family: "effra", sans-serif;
	font-size: 16px;
	color: var(--color-text-brown);
	line-height: 2;
	letter-spacing: .04em;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
    padding-bottom: 8px;
}
#torao .sns .minor-heading::before,
#torao .sns .minor-heading::after {
	content: "";
	display: block;
	width: 15px;
	height: 21px;
	background-image: url(../img/sns_decoration.webp);
	background-repeat: no-repeat;
	background-size: 100%;
}
#torao .sns .minor-heading::after {
	transform: scale(-1, 1);
}
#torao .sns .sns-list ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
    padding-bottom: 5px;
}
#torao .sns .sns-list li {
	width: 115px;
}
@media (max-width: 809px) {
	#torao .sns {
		padding-bottom: 4.5%;
	}
	#torao .sns .sns-list {
	    width: 66.0551%;
	}
	#torao .sns .section-lead {
        padding-block: 8% 5.5%;
    }
	#torao .sns .minor-heading {
        font-size: max(14px, var(--sp-fs14));
		gap: 3%;
		padding-bottom: 1.5%;
	}
	#torao .sns .minor-heading::before,
	#torao .sns .minor-heading::after {
	    width: 6.02%;
		height: auto;
		aspect-ratio: 1 / 1.3439;
	}
	#torao .sns .sns-list ul {
	    padding-bottom: 20%;
	}
	#torao .sns .sns-list li {
	    width: 46.3%;
	}
}
/* /SNS */

/* 追従ボタン */
.fixed-btn {
	width: 160px;
	position: fixed;
    bottom: 30px;
    right: 30px;
	z-index: 99;
}
.fixed-btn::after {
	content: "";
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	background-image: url(../img/fixed-btn_bg.webp);
	background-size: 100%;
	background-repeat: no-repeat;
    position: absolute;
    top: 0;
    z-index: 99;
	animation: rotation 40s infinite linear;
}
@keyframes rotation {
	0% {
    	transform: rotate(0deg);
	}
	100% {
    	transform: rotate(360deg);
	}
}
.fixed-btn a {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	position: relative;
	z-index: 100;
	text-decoration: none;
    padding-top: 20px;
}
.fixed-btn a::before {
	content: "";
	display: block;
    width: 12.5%;
	height: auto;
	aspect-ratio: 1 / 1.05;
	margin-inline: auto;
	background-image: url(../img/fixed-btn_decoration.webp);
	background-size: 100%;
}
.fixed-btn a p {
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-size: 19px;
	text-align: center;
	line-height: 1.6;
	color: var(--color-bg-white);
	position: relative;
    padding-top: 12px;
}
.fixed-btn a p::before,
.fixed-btn a p::after {
	content: "";
	display: block;
	width: 8px;
	height: auto;
	aspect-ratio: 1;
	border-top: 1px solid var(--color-text-light);
	border-right: 1px solid var(--color-text-light);
	transform: rotate(45deg);
	position: absolute;
    top: 85px;
}
.fixed-btn a p::before {
    left: 71px;
}
.fixed-btn a p::after {
    right: 74px;
}
.fixed-btn a p span {
	letter-spacing: .06em;
}
@media (max-width: 809px) {
	.fixed-btn {
		width: 36.2667%;
        bottom: 5.2vw;
        right: 5.2vw;
	}
	.fixed-btn a {
		padding-top: 12%;
	}
	.fixed-btn a::before {
		width: 12.5%;
	}
	.fixed-btn a p {
        font-size: max(16px, var(--sp-fs16));
	    padding-top: 7%;
	}
	.fixed-btn a p::before,
	.fixed-btn a p::after {
		width: 5%;
		top: 119%;
	}
	.fixed-btn a p::before {
		left: 44.5%;
	}
	.fixed-btn a p::after {
		right: 45.8%;
	}
}
/* /追従ボタン */