@charset "UTF-8";

body {
	min-width: 1200px;
}

@media screen and (max-width: 1024px) {
	body {
		min-width: 1px;
	}
}

/*--------------
 ds_osarunogeorge
--------------*/
.ds_osarunogeorge {
	background-size: 70px;
	font-size: 21px;
	line-height: 1.6;
	letter-spacing: -0.03em;
	overflow: hidden;
}
.ds_osarunogeorge *,.ds_osarunogeorge *:after,.ds_osarunogeorge *:before {
	box-sizing: border-box;
}
.ds_osarunogeorge .inner {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.ds_osarunogeorge img {
    border: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}
.ds_osarunogeorge a {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    cursor: pointer;
    color: inherit;
}
.ds_osarunogeorge a,
.ds_osarunogeorge a:hover {
    text-decoration: none;
}
.ds_osarunogeorge a:hover,
.ds_osarunogeorge a:hover img {
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    opacity: 0.65;
}
.ds_osarunogeorge a img {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

@media screen and (min-width: 1025px) {
	.ds_osarunogeorge .sp {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	.ds_osarunogeorge .pc {
		display: none;
	}
	.ds_osarunogeorge {
		font-size: 3.3vw;
		line-height: 1.44;
	}

	.ds_osarunogeorge .inner {
		padding: 0 32px;
	}
}

/* fix_btn
-------------------------------*/
.ds_osarunogeorge .fix_btn {
	position: fixed;
	right: 0;
	bottom: 20px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .4s ease , color .4s ease , background .4s ease;
}

.ds_osarunogeorge .fix_btn.fix {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.ds_osarunogeorge .fix_btn a {
		display: block;
}

@media screen and (max-width: 768px) {
	.ds_osarunogeorge .fix_btn {
		bottom: 0;
		width: 100%;
	}

	.ds_osarunogeorge .fix_btn a:hover {
		opacity: 1;
	}

	.ds_osarunogeorge .fix_btn img {
		width: 100%;
	}
}


/* mv
-------------------------------*/
.ds_osarunogeorge .mv img {
	width: 100%;
}


/* movie
-------------------------------*/
.ds_osarunogeorge .movie_wrap {
	padding-top: 80px;
}

.ds_osarunogeorge .movie_wrap .movie-box {
	position: relative;
	padding-top: 56.25%;
}

.ds_osarunogeorge .movie_wrap .movie-box iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1024px) {
	.ds_osarunogeorge .movie_wrap {
		padding-top: 10.67vw;
	}
}


/* point
-------------------------------*/
.ds_osarunogeorge .point_wrap {
	padding-bottom: 100px;
	text-align: center;
}

.ds_osarunogeorge .point_wrap h2 {
	margin: 100px 0 56px;
}

.ds_osarunogeorge .point_wrap h3 {
	margin: 56px 0 32px;
	padding: 20px 0;
	border-radius: 16px;
	background-repeat: repeat;
	background-position: center top;
}

.ds_osarunogeorge .point_wrap h3:nth-of-type(odd) {
	background-image: url(/brand/dreamswitch/osarunogeorge/img/bg02.png);
}

.ds_osarunogeorge .point_wrap h3:nth-of-type(even) {
	background-image: url(/brand/dreamswitch/osarunogeorge/img/bg03.png);
}

.ds_osarunogeorge .point_wrap p {
	color: #80370D;
	font-size: 20px;
	line-height: 1.5;
}

.ds_osarunogeorge .point_wrap figure {
	margin-top: 40px;
}

@media screen and (max-width: 1024px) {
	.ds_osarunogeorge .point_wrap {
		padding-bottom: 16vw;
	}

	.ds_osarunogeorge .point_wrap h2 {
		margin: 14.9vw 0 8.5vw;
	}

	.ds_osarunogeorge .point_wrap h2 img {
		display: inline-block;
		height: 12.27vw;
	}

	.ds_osarunogeorge .point_wrap h3 {
		margin: 14.9vw 0 6.4vw;
		padding: 16px 0;
		border-radius: 10px;
	}

	.ds_osarunogeorge .point_wrap h3 img {
		display: inline-block;
		height: 9.2vw;
	}

	.ds_osarunogeorge .point_wrap p {
		font-size: 18px;
	}

	.ds_osarunogeorge .point_wrap figure {
		margin-top: 6.4vw;
	}
}


/* contents
-------------------------------*/
.ds_osarunogeorge .contents_wrap {
	padding-bottom: 100px;
	text-align: center;
}

.ds_osarunogeorge .contents_wrap h2 {
	margin: 100px 0 56px;
}

.ds_osarunogeorge .contents_wrap .contents1 {
	border-radius: 28px;
	background: url(/brand/dreamswitch/osarunogeorge/img/bg02.png) repeat center top;
}

.ds_osarunogeorge .contents_wrap .contents2 {
	margin-top: 56px;
	padding: 56px 40px;
	border-radius: 28px;
	background: url(/brand/dreamswitch/osarunogeorge/img/bg03.png) repeat center top;
}

.ds_osarunogeorge .contents_wrap .contents2 h3 {
	margin: 80px 0 32px;
}

.ds_osarunogeorge .contents_wrap .contents2 h3:first-of-type {
	margin-top: 0;
}

.ds_osarunogeorge .contents_wrap .contents2 p {
	color: #80370D;
	font-size: 20px;
	line-height: 1.5;
}

.ds_osarunogeorge .contents_wrap .contents2 figure {
	margin-top: 40px;
}

.ds_osarunogeorge .contents_wrap .contents2 .list .toggle {
	display: none;
}

.ds_osarunogeorge .contents_wrap .contents2 .contents-list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.ds_osarunogeorge .contents_wrap .contents2 .contents-list li {
	position: relative;
	padding-left: 2.5em;
	color: #80370D;
	font-size: 16px;
	line-height: 2;
	text-align: left;
}

.ds_osarunogeorge .contents_wrap .contents2 .contents-list li:before{
	position: absolute;
	top: 0;
	left: 0;
}

.ds_osarunogeorge .contents_wrap .contents2 .contents-list .count01 {
	counter-reset: count 0;
}

.ds_osarunogeorge .contents_wrap .contents2 .contents-list .count01 li:before {
	content: counter(count) ".";
	counter-increment: count 1;
}

.ds_osarunogeorge .contents_wrap .contents2 .contents-list .count02 {
	counter-reset: count2 10;
}

.ds_osarunogeorge .contents_wrap .contents2 .contents-list .count02 li:before {
	content: counter(count2) ".";
	counter-increment: count2 1;
}

.ds_osarunogeorge .contents_wrap .contents2 .contents-list .count03 {
	counter-reset: count3 21;
}

.ds_osarunogeorge .contents_wrap .contents2 .contents-list .count03 li:before {
	content: counter(count3) ".";
	counter-increment: count3 1;
}

.ds_osarunogeorge .contents_wrap .contents3 h3 {
	margin: 80px 0 32px;
}

.ds_osarunogeorge .contents_wrap .contents3 .list-box {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.ds_osarunogeorge .contents_wrap .contents3 .contents-list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 32px 40px;
	border-radius: 28px;
	background: #FFF6B6;
}

.ds_osarunogeorge .contents_wrap .contents3 .contents-list ul:nth-child(1) {
	margin-right: 40px;
}

.ds_osarunogeorge .contents_wrap .contents3 .contents-list ul:nth-child(2) {
	margin-left: 40px;
}

.ds_osarunogeorge .contents_wrap .contents3 .contents-list li {
	position: relative;
	padding-left: 35px;
	color: #80370D;
	font-size: 20px;
	line-height: 2;
	text-align: left;
}

.ds_osarunogeorge .contents_wrap .contents3 .contents-list li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 15px;
	height: 19px;
	background: url(/brand/dreamswitch/osarunogeorge/img/ic01.svg) no-repeat center center;
}

.ds_osarunogeorge .contents_wrap .contents4 h3 {
	margin: 80px 0 32px;
}

.ds_osarunogeorge .contents_wrap .contents4 .list-box {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.ds_osarunogeorge .contents_wrap .contents4 .contents-list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 32px 40px;
	border-radius: 28px;
	background: #FFE6D2;
}

.ds_osarunogeorge .contents_wrap .contents4 .contents-list ol:nth-child(1) {
	margin-right: 40px;
}

.ds_osarunogeorge .contents_wrap .contents4 .contents-list ol:nth-child(2) {
	margin-left: 40px;
}

.ds_osarunogeorge .contents_wrap .contents4 .contents-list li {
	position: relative;
	padding-left: 35px;
	color: #80370D;
	font-size: 20px;
	line-height: 2;
	text-align: left;
}

.ds_osarunogeorge .contents_wrap .contents4 .contents-list li:before{
	position: absolute;
	top: 0;
	left: 0;
}

.ds_osarunogeorge .contents_wrap .contents4 .contents-list .count01 {
	counter-reset: count 0;
}

.ds_osarunogeorge .contents_wrap .contents4 .contents-list .count01 li:before {
	content: counter(count) ".";
	counter-increment: count 1;
}

.ds_osarunogeorge .contents_wrap .contents4 .contents-list .count02 {
	counter-reset: count2 10;
}

.ds_osarunogeorge .contents_wrap .contents4 .contents-list .count02 li:before {
	content: counter(count2) ".";
	counter-increment: count2 1;
}

@media screen and (max-width: 1024px) {
	.ds_osarunogeorge .contents_wrap {
		padding-bottom: 16vw;
	}

	.ds_osarunogeorge .contents_wrap h2 {
		margin: 14.9vw 0 8.5vw;
	}

	.ds_osarunogeorge .contents_wrap h2 img {
		height: 28vw;
	}

	.ds_osarunogeorge .contents_wrap .contents1 {
		border-radius: 18px;
	}

	.ds_osarunogeorge .contents_wrap .contents2 {
		margin-top: 10.7vw;
		padding: 10.7vw 6.4vw;
		border-radius: 18px;
	}

	.ds_osarunogeorge .contents_wrap .contents2 h3 {
		margin: 14.9vw 0 6.4vw;
	}

	.ds_osarunogeorge .contents_wrap .contents2 h3:nth-of-type(-n+3) img {
		height: 18.9vw;
	}

	.ds_osarunogeorge .contents_wrap .contents2 h3:nth-of-type(4) img {
		height: 7.2vw;
	}

	.ds_osarunogeorge .contents_wrap .contents2 p {
		font-size: 18px;
	}

	.ds_osarunogeorge .contents_wrap .contents2 figure {
		margin-top: 6.4vw;
	}

	.ds_osarunogeorge .contents_wrap .contents2 .list {
		position: relative;
		padding-bottom: 12vw;
	}

	.ds_osarunogeorge .contents_wrap .contents2 .list .toggle {
		position: absolute;
		bottom: 0;
		left: 7.3vw;
		display: block;
		width: calc(100% - 14.6vw);
		line-height: 1.0;
		z-index: 5;
	}

	.ds_osarunogeorge .contents_wrap .contents2 .list .toggle div {
		position: relative;
	}

	.ds_osarunogeorge .contents_wrap .contents2 .list .toggle img + img {
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}

	.ds_osarunogeorge .contents_wrap .contents2 .contents-list {
		position: relative;
		display: block;
		overflow: hidden;
		height: 110px;
	}

	.ds_osarunogeorge .contents_wrap .contents2 .contents-list.is-hide {
		height: 110px;
	}

	.ds_osarunogeorge .contents_wrap .contents2 .list .toggle.is-show + .contents-list::after{
		content: none;
	}

	.ds_osarunogeorge .contents_wrap .contents2 .list .toggle.is-show img {
		opacity: 0;
	}

	.ds_osarunogeorge .contents_wrap .contents2 .list .toggle.is-show img + img {
		opacity: 1;
	}

	.ds_osarunogeorge .contents_wrap .contents2 .contents-list ol {
		width: 100%;
	}

	.ds_osarunogeorge .contents_wrap .contents2 .contents-list li {
		font-size: 12px;
		line-height: 1.5;
	}

	.ds_osarunogeorge .contents_wrap .contents3 h3 {
		margin: 14.9vw 0 6.4vw;
	}

	.ds_osarunogeorge .contents_wrap .contents3 h3 img {
		height: 9.47vw;
	}

	.ds_osarunogeorge .contents_wrap .contents3 .list-box {
		margin-top: 8.5vw;
	}

	.ds_osarunogeorge .contents_wrap .contents3 .contents-list {
		display: block;
		padding: 4.27vw 6.4vw;
		border-radius: 18px;
	}

	.ds_osarunogeorge .contents_wrap .contents3 .contents-list ul:nth-child(1) {
		margin-right: 0;
	}

	.ds_osarunogeorge .contents_wrap .contents3 .contents-list ul:nth-child(2) {
		margin-left: 0;
	}

	.ds_osarunogeorge .contents_wrap .contents3 .contents-list li {
		font-size: 12px;
	}

	.ds_osarunogeorge .contents_wrap .contents4 h3 {
		margin: 14.9vw 0 6.4vw;
	}

	.ds_osarunogeorge .contents_wrap .contents4 .list-box {
		margin-top: 8.5vw;
	}

	.ds_osarunogeorge .contents_wrap .contents4 .contents-list {
		display: block;
		padding: 4.27vw 6.4vw;
		border-radius: 18px;
	}

	.ds_osarunogeorge .contents_wrap .contents4 .contents-list ol:nth-child(1) {
		margin-right: 0;
	}

	.ds_osarunogeorge .contents_wrap .contents4 .contents-list ol:nth-child(2) {
		margin-left: 0;
	}

	.ds_osarunogeorge .contents_wrap .contents4 .contents-list li {
		font-size: 12px;
	}
}

/* bg
-------------------------------*/
.ds_osarunogeorge .bg {
	background: url(/brand/dreamswitch/osarunogeorge/img/bg.jpg) repeat 0 0;
}

@media screen and (max-width: 1024px) {
	.ds_osarunogeorge .bg {
		background-size: 16% auto;
	}
}

/* buylink
-------------------------------*/
.ds_osarunogeorge .reservation_wrap {
	padding: 80px 32px;
}

.reservation_wrap .inner {
	padding: 60px 32px;
	border-radius: 36px;
	background: rgba(255,255,255,.7);
}

.reservation_wrap .ttl {
	text-align: center;
}

@media screen and (max-width: 1024px) {
	.ds_osarunogeorge .reservation_wrap {
		padding: 60px 16px;
	}

	.reservation_wrap .inner {
		padding: 40px 8px;
		border-radius: 20px;
	}

	.reservation_wrap .ttl img {
		width: 50%;
	}
}

/* buy_link
-------------------------------*/
.buylink {
    width: 100%;
    margin: 0;
}

.buylink .buylink__ttl {
    display: none!important;
}

.buylink .buylink__list {
    display: flex;
    flex-wrap: wrap;
    margin: 32px auto 0;
    width: 100%;
    max-width: 979px;
    border: none;
    border-radius: 0;
    background-color: transparent;
}

.buylink .buylink__list li {
    width: 31.3%;
	margin-left: 1%;
	margin-right: 1%;
}

.buylink .buylink__list li:nth-child(n+4) {
    margin-top: 29px;
}

.buylink .buylink__list a {
    font-size: 1.4rem;
    line-height: 1.2;
    color: #80370D;
    display: flex!important;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 119px;
    border: none;
    border-radius: 15px;
    background: rgb(252,208,0);
    background: linear-gradient(180deg, rgba(252,208,0,1) 0%, rgba(255,241,29,1) 58%, rgba(255,246,142,1) 100%);
	box-shadow: 0 6px #F4CB1C;
    text-align: center;
}

.buylink .buylink__list a span::after {
    display: none;
}

.buylink__list-item:not(:last-of-type) .buylink__link {
	border-bottom: none;
}


@media screen and (max-width: 1024px) {
    .buylink .buylink__list {
        margin-top: 6.667vw;
		margin: 6.667vw auto 0;
    }

    .buylink .buylink__list li {
        width: 46%;
		margin-left: 2%;
		margin-right: 2%;
    }

    .buylink .buylink__list li:nth-child(n+3) {
        margin-top: 4.1vw;
    }

    .buylink .buylink__list a {
        font-size: 3vw;
        height: 13.6vw;
        border-radius: 2vw;
    }
}

/* copyright
-------------------------------*/
.ds_osarunogeorge .copyright {
	padding-bottom: 80px;
	text-align: center;
}

.ds_osarunogeorge .copyright p {
		line-height: 1.3;
		font-size: 16px;
}

.ds_osarunogeorge .copyright p:last-of-type {
	margin-top: 32px;
}

@media screen and (max-width: 1024px) {
	.ds_osarunogeorge .copyright {
		padding-bottom: 16vw;
	}

	.ds_osarunogeorge .copyright p {
		font-size: 2.8vw;
	}

	.ds_osarunogeorge .copyright p:last-of-type {
		margin-top: 6.4vw;
		}
}


/* sale
-------------------------------*/
.ds_osarunogeorge .sale_wrap {
	padding: 80px 0;
	background: #FFF;
}

.ds_osarunogeorge .sale_wrap h2 {
	margin-bottom: 32px;
	text-align: center;
}

.ds_osarunogeorge .sale_wrap .list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	width: calc(100% - 30px);
	max-width: 980px;
}

.ds_osarunogeorge .sale_wrap li.list_item {
	width: 48.469387755%;
}

.ds_osarunogeorge .sale_wrap li.list_item:nth-child(n+3) {
	margin-top: 30px;
}

.ds_osarunogeorge .sale_wrap a {
	display: block;
}

@media screen and (max-width: 1024px) {
	.ds_osarunogeorge .sale_wrap {
		padding: 10.7vw 0;
	}

	.ds_osarunogeorge .sale_wrap h2 {
		margin-bottom: 6.4vw;
	}

	.ds_osarunogeorge .sale_wrap h2 img {
		height: 6.4vw;
	}

	.ds_osarunogeorge .sale_wrap .list {
		display: block;
		width: 76.37%;
		max-width: 100%;
		margin: 0 auto;
	}

	.ds_osarunogeorge .sale_wrap li.list_item {
		width: 100%;
	}

	.ds_osarunogeorge .sale_wrap li.list_item:nth-child(n+2) {
		margin-top: 8.4vw;
	}


}

/* -----------------
sale_modal
-------------------- */
.modal_btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72%;
    height: 66px;
    margin: 24px auto 32px;
    background:#fafa22;
    font-size: 24px;
    font-size: clamp(14px,3.6vw,24px);
    font-weight: 600;
    color: black;
    cursor: pointer;
    --border-color: #cc0;
    border-bottom: 6px solid var(--border-color);
    border-right: 2.6px solid var(--border-color);
    border-radius: 8px;
    transition: all 0.22s;
}
.modal_btn:hover {
    opacity: 0.68;
    border-bottom-width: 3px;
    border-right-width: 1.2px;
}

.modal_wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background: #00000088;
    z-index: 9994;
    opacity: 0;
    pointer-events: none;
}
.modal_wrap.active {
    opacity: 1;
    pointer-events: all;
    transition: opacity 0.22s ease;
}
.modal_wrap .modal_inner {
    position: relative;
    max-width: 980px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
    padding: 32px;
    padding-top: 62px;
    box-sizing: border-box;
    overflow-y: auto;
    min-height: 10vh;
    max-height: 96vh;
    border-radius: 12px;
}
.modal_wrap .modal_inner .cancel_btn {
    --size: 36px;
    position: absolute;
    top: 16px;
    right: 16px;
    width: var(--size);
    height: var(--size);
    cursor: pointer;
    z-index: 9995;
}
.cancel_btn::before,.cancel_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 92%;
    height: 2px;
    background: #000;
    pointer-events: none;
}
.cancel_btn::before {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cancel_btn::after {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.modal_wrap .buylink .buylink__list {
    margin: auto;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .modal_btn {
        width: 96%;
        max-width: 360px;
        height: 58px;
    }
    .modal_wrap .modal_inner {
        padding: 28px;
        padding-top: 58px;
    }
    .modal_wrap .modal_inner .cancel_btn {
        --size: clamp(26px,6vw,36px)
    }
}


/* footer
-------------------------------*/
.ds_osarunogeorge .ds_osarunogeorge_footer {
	position: relative;
	padding: 80px 32px 100px;
	text-align: center;
	line-height: 1;
}
.ds_osarunogeorge .ds_osarunogeorge_footer .inner {
	padding: 60px 32px;
	border-radius: 36px;
	background: rgba(255,255,255,.7);
}
.ds_osarunogeorge .ds_osarunogeorge_footer .sns_link {
	display: flex;
	justify-content: space-between;
	width: 390px;
	margin: 0 auto;
}
.ds_osarunogeorge .ds_osarunogeorge_footer .sns_link a {
	width: 61px;
}

@media screen and (max-width: 1024px) {
	.ds_osarunogeorge .ds_osarunogeorge_footer {
		padding: 40px 16px 50px;
	}
	.ds_osarunogeorge .ds_osarunogeorge_footer .inner {
		padding: 40px 8px;
		border-radius: 20px;
	}
	.ds_osarunogeorge .ds_osarunogeorge_footer .sns_link {
		width: 69vw;
	}
	.ds_osarunogeorge .ds_osarunogeorge_footer .sns_link a{
		width: 10.6vw;
	}
}
