@charset "utf-8";
/* CSS Document */


*,*:before,*:after {
	margin: 0;
	padding: 0;
 	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
@-ms-viewport {
  width: device-width;
}
body{
	color: #2D241E;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	font-size: 16px;
	font-weight: 400;
	min-width: 300px;
	background-color: #FFFCF8;
  cursor: default;
}
@media screen and (max-width: 959px) {
	body{
    font-size: 15px;
  }
}
.en{
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-style: normal;
}
main{
	overflow: hidden;
	margin-top: 74px;
}
@media screen and (max-width: 959px) {
	main{
		margin-top: 60px;
	}
}
img{
	max-width: 100%;
	height: auto;
}
a{
	text-decoration: none;
	word-break: break-all;
}
ul{
	list-style: none;
}
.container{
	width: 96%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.container-wide{
	width: 96%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.note{
  font-size: 12px;
}
.section-title{
	font-size: 32px;
	position: relative;
  line-height: 1.5;
  color: #817063;
  font-weight: 600;
}
.section-title::before{
	content: attr(data-en);
	font-family: "EB Garamond", serif;
  font-weight: 400;
	font-size: 14px;
	color: #FF9142;
	display: block;
}
.title-center{
  text-align: center;
}
@media screen and (max-width: 767px) {
	.section-title{
		font-size: 24px;
	}
}

.lower-title{
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
	.lower-title{
    margin-top: 60px;
  }
}

.heading-title{
  font-size: 30px;
  color: #FF9142;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.heading-title::before{
  content: '';
  display: block;
  width: 5px;
  height: 50px;
  background: #FF9142;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
	.heading-title{
    font-size: max(3.90625vw , 20px);
    line-height: 1.2;
  }
  .heading-title::before{
    width: 5px;
    height: 50px;
    background: #FF9142;
    margin-right: 16px;
  }
}

.heading{
  display: flex;
  align-items: center;
}
.heading::before{
  content: '';
  display: block;
  width: 5px;
  height: 50px;
  background: #FF9142;
  margin-right: 16px;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 280px;
  margin: 0 auto;
  padding: 8px 0;
  border: 1px solid ;
  background-color: #fff;
}
.btn::after {
  position: absolute;
  right: 2em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
  transition: transform .3s;
}
.btn:hover::after {
  transform: translateY(-50%) scaleX(1.4);
}
.wt-btn{
  border: 1px solid #FF9142;
  background-color: #fff;
  color: #FF9142;
}
.btn.wt-btn::after {
  background-color: #FF9142;
}
.or-btn{
  border: 1px solid #FF9142;
  background-color: #FF9142;
  color: #FFF;
}
.btn.or-btn::after {
  background-color: #FFF;
}

.planning-box {
  border: 3px solid #000000;  /* 枠線を引く */
  width: 100px; /* ボックスの横幅を指定 */
  border-radius: 10px;    /* 角丸の指定 */
  padding: 0.2em;           /* 内側の余白 */
  text-align: center; /* テキストを中央寄せに指定 */
}
/*=====================
ぱんくず
=====================*/
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: '>';
  padding: 0 0.2em;
  color: #2D241E;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
  color: #2D241E;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
/*=====================
header
=====================*/
.header {
	width: 100%;
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 999;
  height: 74px;
  letter-spacing: .5px;
	font-size: 14px;
	background: #2D241E;
}
.anchor{
  padding-top: 74px;
  margin-top: -74px;
}
.nav-logo{ 
  width: 250px;
	padding-top: 10px;
}
.header-nav {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}
.header-nav{
  display: flex;
  position: relative;
  align-items: center;
}
.nav-wrap{ 
	margin: 0 0 0 auto;
}
.nav-list{
  text-align: right;
	color: #FFF;
}
.nav-link:hover{
  color: #FF9142;
}
.nav-item {
	display: inline-block;
  text-align: right;
  padding-left: 30px;
}
.nav-button {
	display: none;
}
.nav-wrap.open {
  display: block;
  top: 64px;
  overflow: hidden;
}
.drawer {
  position: relative;
  transition: all .6s;
}
.drawer:hover {
  cursor: pointer;
}
.toggle-list {
  display: none;
  position: absolute;
  width: calc(100% + 30px);
  text-align: center;
  left: 0;
  top: 46px;
}
.toggle-item {
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #2D241E;
  text-align: center;
  border-bottom: 1px solid #707070;
}
.toggle-item:first-child{
  padding-top: 26px;
}
.toggle-item:last-child{
  padding-bottom: 26px;
  border-bottom: none;
}
.toggle-item:hover >a{
  color: #FF9142;
}
@media screen and (max-width: 959px) {
  .nav-wrap {
    position: fixed;
		left: 0;
    top: 0;
		display: none;
    z-index: 10;
    width: 100%;
    height: 100%;
		padding-top: 5%;
		background: url(../img/condominium-01.png);
		background-size: cover;
    background-position: center;
		transition: all .6s;
		overflow-y: auto; 
  }
  .nav-wrap:before{
    content: '';
    background: inherit;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: -1;
  }
  .nav-wrap::after{
    content: '';
    background: #2D241E;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.8;
    z-index: -1;
  }
  .nav-list {
    margin: 0;
		padding: 0;
		list-style: none;
  }
  .nav-item {
    text-align: left;
    display: block;
		padding-top: 24px;
    padding-left: 22px;
  }
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
	.nav-button {
		display: block;
		position: absolute;
		right: 10px;
		width: 24px;
		height: 18px;
		cursor: pointer;
		z-index: 300;
	}
  .nav-button span {
    position: absolute;
		left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    border-radius: 4px;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: calc(50% - 1px);
  }
  .nav-button span:nth-of-type(3) {
    bottom: 0;
  }
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
  }
  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
  }
  .header{
    height: 64px;
  }
  .anchor{
    padding-top: 64px;
    margin-top: -64px;
  }
  .nav-logo{ 
    width: 180px;
    margin-left: 10px;
  }
	body.nav-active{
		height: 100%;
		overflow: hidden;
	}
  .drawer:hover {
    cursor: default;
  }
  .toggle-list {
    display: block;
    position: unset;
    width: auto;
    text-align: left;
    margin-left: 1rem;
    color: #FFF;
    height: auto !important;
  }
  .toggle-item {
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: unset;
    text-align: left;
    border-bottom: none;
  }
  .toggle-item:first-child{
    padding-top: 12px;
  }
  .toggle-item:last-child{
    padding-bottom: 0;
    border-bottom: none;
  }
  .toggle-item:hover >a{
    color: #FF9142;
  }
  .nav-link{
    display: flex;
    align-items: center;
  }
  .nav-link::before {
    content: '';
    display: block;
    width: 14px;
    height: 1px;
    background-color: #FFF;
    border-radius: 50px;
    margin-right: 6px;
  }
  .nav-item.drawer{
    color: #FF9142;
  }
}

/*=====================
footer
=====================*/
.footer{
  background: #FFF;
  margin-top: 120px;
}
.footer-nav{
  background: #2D241E;
  color: #FFF;
}
.footer-inner{
  display: flex;
  padding-top: 60px;
  padding-bottom: 80px;
  justify-content: space-between;
}
.footer-logo{
  width: 250px;
}
.footer-wrap{
  display: flex;
  gap: 64px;
}
.footer-menu>p{
  color: #FF9142;
  margin-bottom: 14px;
}
.footer-item{
  font-size: 14px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  margin-bottom: 10px;
}
.footer-item::before {
  content: '';
  display: block;
  width: 14px;
  height: 1px;
  background-color: #FFF;
  border-radius: 50px;
  margin-right: 6px;
  transition: all 0.4s;
}
.footer-item:hover{
  color: #FF9142;
}
.footer-item:hover::before{
  background-color: #FF9142;
}
.terms-list{
  display: flex;
  gap: 24px;
  font-size: 14px;
  justify-content: center;
  padding-top: 20px;
}
.terms-list + .terms-list {
  padding-top: 0.75em;
}
.terms-list a {
  border-bottom: 1px solid #0000EE;
  color: #0000EE;
}
.terms-item{
  border-bottom: 1px solid #FFF;
  transition: all 0.4s;
}
.terms-item:hover{
  border-bottom: 1px solid #2D241E;
}
.copyright{
  font-size: 12px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .nav-item{
    padding-left: 24px;
  }
}
@media screen and (max-width: 959px) {
  .footer-inner{
    flex-direction: column;
    width: 86%;
  }
  .footer-logo{
    padding-bottom: 24px;
    width: 180px;
    margin: 0 auto;
  }
  .footer-wrap{
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .footer{
    margin-top: 80px;
  }
  .footer-wrap{
    flex-direction: column;
    gap: 24px;
  }
  .footer-inner {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .terms-list{
    flex-direction: column;
    font-size: 12px;
    gap: 8px 24px;
    text-align: center;
  }
}
/*=====================
home
=====================*/
.fv{
  position: relative;
}
.slide-list {
  width: 100%;
  margin: 0 auto;
}
.slide-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 74vh;
  position: relative;
  top: 0;
  z-index: -1;
  overflow: hidden;
}
.slide-item-01 {
  background-image: url(../img/slide/slide_01.jpg);
}
.slide-item-02 {
  background-image: url(../img/slide/slide_02.jpg);
}
.slide-item-03 {
  background-image: url(../img/slide/slide_03.jpg);
}
.slide-item-04 {
  background-image: url(../img/slide/slide_04.jpg);
}

.slide-item:before{
  content: '';
  background: inherit;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
}
.slide-item::after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #817063;
  mix-blend-mode: multiply;
  z-index: -1;
}
.fv-titleBox{
  color: #FFF;
  text-align: center;
  font-size: 48px;
}
.fv-titleBox span{
  display: block;
}
.fv-titleBox .en{
  color: #FF9142;
  font-size: 18px;
}
.sub-title{
  font-size: 24px;
}
.fv .container{
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%,-50%);
}
.sec-ambBox {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .fv-titleBox{
    font-size: max(6.25vw , 24px);
  }
  .sub-title{
    font-size: max(3.125vw , 14px);
  }
  .sec-ambBox {
    margin-top: 40px;
  }
  .slide-item {
    height: 46vh;
  }
}

.sec-about{
  padding-top: 80px;
  padding-bottom: 60px;
}
.sec-about-wrap{
  display: flex;
  align-items: center;
}
.sec-about-left{
  padding-left: 100px;
  padding-right: 40px;
  width: 66%;
}
.sec-about-right{
  width: 34%;
}
.sec-about-left h2{
  font-size: 30px;
  font-weight: 600;
  color: #FF9142;
  letter-spacing: 0.05rem;
  padding-bottom: 40px;
}
.sec-about-left p{
  line-height: 2;
}
@media screen and (max-width: 1199px) {
  .sec-about-left{
    padding-left: 0;
    padding-right: 20px;
  }
}
@media screen and (max-width: 900px) {
  .sec-about .br-pc{
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sec-about {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .sec-about-wrap{
    flex-direction: column;
    position: relative;
  }
  .sec-about-left{
    width: 100%;
  }
  .sec-about-right{
    position: absolute;
    right: 0;
    top: -40px;
    z-index: -1;
    opacity: 0.3;
  }
  .sec-about-left h2 {
    font-size: max(3.90625vw, 24px);
    padding-bottom: 24px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 480px) {
  .sec-about {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sec-about-wrap{
    flex-direction: column;
    position: relative;
  }
  .sec-about-left{
    width: 100%;
    padding-right: 0;
  }
  .sec-about-right{
    display: none;
  }
  .sec-about-left h2{
    font-size: max(6vw , 24px);
    padding-bottom: 24px;
    letter-spacing: 0;
  }
}

.sec-environmental-bg{
  color: #FFF;
  background-image: url(../img/home-environmental_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 0;
  z-index: -1;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}
.sec-environmental-bg:before{
  content: '';
  background: inherit;
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  z-index: -1;
}
.sec-environmental-bg::after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #817063;
  mix-blend-mode: multiply;
  z-index: -1;
}
.sec-environmental h2{
  font-size: 30px;
  text-align: center;
  padding-bottom: 24px;
}
.sec-environmental .container>p{
  text-align: center;
  padding-bottom: 60px;
}
.sec-environmental-list{
  display: flex;
  gap: 20px;
}
.sec-environmental-item{
  background: #FFF;
  color: #817063;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 40px 20px;
  width: calc((100% - 40px) / 3);
}
.sec-environmental-item img{
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .sec-environmental-bg{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sec-environmental h2{
    font-size: max(3.90625vw , 24px);
  }
  .sec-environmental .container>p{
    padding-bottom: 40px;
  }
  .sec-environmental-list{
    flex-direction: column;
    gap: 16px;
  }
  .sec-environmental-item{
    display: flex;
    align-items: center;
    text-align: left;
    padding: 40px 20px;
    width: 100%;
  }
  .sec-environmental-item img{
    padding-bottom: 0;
    padding-right: 20px;
  }
}

.sec-news{
  margin-top: 100px;
}
.news-wrap{
  margin-top: 60px;
  margin-bottom: 48px;
}
.news-item{
  border-bottom: 0.5px solid #D6D6D6;
}
/* .news-item:last-of-type{
  border-bottom: unset;
} */
.news-link{
  display: flex;
  padding: 20px;
  transition: all 0.4s;
}
.news-link:hover p{
  color: #FF9142;
}
.news-title{
  padding-left: 40px;
}
@media screen and (max-width: 959px) {
  .news-link{
    flex-direction: column;
  }
  .news-title{
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-news{
    margin-top: 60px;
  }
  .news-wrap{
    margin-top: 20px;
    margin-bottom: 24px;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;  /* 16:9のアスペクト比 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  }
  
  /* 動画を親要素のサイズに合わせる */
  .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
/*=====================
サブスク型宿泊制度
=====================*/
.sec-subsc-price{
  margin-top: 80px;
}
.table-scroll {
  overflow-x: auto;
  margin-top: 80px;
}
.price-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  min-width: 700px;
  text-align: center;
}
.price-table thead th {
  padding: 1em;
  border-right: 1px solid#EBEBEB;
  background: #817063;
  color: #FFF;
  font-size: 18px;
  text-align: center;
}
.price-table thead th:first-of-type {
  background: unset;
}
.price-table .cell-price td{
  font-size: 24px;
  font-weight: bold;
}
.price-table .cell-price td span{
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: normal;
}
.price-table tbody tr {
  background: #EBEBEB;
}
.price-table td {
  border-left: 1px solid #EBEBEB;
  background: #FFF;
  padding: 16px;
}
.price-table tbody tr:nth-last-child(n+2) th{
  border-bottom: 1px solid #FFF;
}
.price-table tbody tr:nth-last-child(n+2) td{
  border-bottom: 1px solid #EBEBEB;
}
.price-table tbody tr:last-child td{
  text-align: left;
  font-size: 15px;
  padding: 16px 20px;
}
.price-table tbody th{
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
}
.table-scroll .note{
  display: block;
  text-align: right;
  padding-top: 16px;
}
.year-price th {
  background-color: #F16E29;
  color: #FFF;
}
.year-price td span{
  font-weight: bold;
  font-size: 18px;
}
.year-price td span.orange{
  color: #F16E29;
}
.year-price td span.orange>span {
  font-size: 30px;
}
.price-table-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sec-subsc-price{
    margin-top: 60px;
  }
  .table-scroll {
    display: none;
  }
  .price-table-sp {
    display: block;
    margin-top: 20px;
  }
  .price-table {
    table-layout: auto;
    min-width: auto;
  }
  .price-table thead th:first-of-type {
    background: #817063;
  }
  .price-table thead th {
    padding: 16px;
  }
  .price-table-sp .note {
    display: block;
    text-align: right;
  }
  .price-table tbody tr:last-child td {
  }
  .price-table-sp td {
    text-align: left;
  }
}


.sec-subsc-comparison{
  margin-top: 120px;
}
.subsc-comparison-wrap{
  padding-top: 16px;
}
.subsc-comparison-inner{
  display: flex;
  gap: 20px;
}
.subsc-comparison-name{
  font-family: "EB Garamond", "Shippori Mincho", serif;
  background: #817063;
  color: #FFF;
  padding: 20px;
  width: calc((100% - 20px) * .2);
  display: flex;
  align-items: center;
}
.subsc-comparison-img{
  width: calc((100% - 20px) * .8);
  overflow-x: auto;
}
.subsc-comparison-sshc{
  margin-bottom: 20px;
}
.subsc-comparison-sshc .subsc-comparison-name div>p:first-child{
  font-size: 18px;
}
.subsc-comparison-sshc .subsc-comparison-name div>p:last-child{
  font-size: 16px;
}
.sec-subsc-comparison .triangle {
  background: #2D241E;
  height: 34px;
  width: 86px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 20px auto 10px;
}
.sec-subsc-comparison .benefits{
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.sec-subsc-comparison .benefits-list{
  margin: 24px auto 0;
  text-align: center;
  display: block;
  margin-left: 1.5em;
}
.sec-subsc-comparison .benefits-list>div{
  padding-left: 0;
  display: inline-block;
}
.sec-subsc-comparison .benefits-list .check-icon{
  text-align: left;
  margin-bottom: 14px;
  position: relative;
}
.sec-subsc-comparison .benefits-list .check-icon::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1.5em;
  width: 26px;
  height: 13px;
  border-left: 3px solid #FF9142;
  border-bottom: 3px solid #FF9142;
  transform: rotate(-52deg);
}
@media screen and (max-width: 767px) {
  .sec-subsc-comparison {
    margin-top: 80px;
  }
  .subsc-comparison-wrap {
    padding-top: 0;
  }
  .subsc-comparison-sshc {
    margin-bottom: 24px;
  }
  .subsc-comparison-inner {
    flex-direction: column;
    gap: 6px;
  }
  .subsc-comparison-name{
    width: 100%;
    padding: 16px;
  }
  .subsc-comparison-img {
    width: 100%;
    overflow-x: unset;
  }
  .subsc-comparison-img img {
    min-width: 100%;
  }
  .subsc-comparison-sshc .subsc-comparison-name p{
    display: inline;
  }
  .sec-subsc-comparison .triangle{
    height: 18px;
    width: 60px;
    margin-top: 12px;
  }
  .sec-subsc-comparison .benefits{
    font-size: max(3.125vw , 18px);
  }
  .sec-subsc-comparison .benefits-list .check-icon::after{
    width: 18px;
    height: 9px;
  }
  .sec-subsc-comparison .benefits-list{
    margin-top: 16px;
  }
}

.sec-subsc-terms{
  margin-top: 120px;
}
.sec-subsc-terms .terms-wrap h4{
  font-size: 20px;
  font-weight: 600;
}
.terms-wrap{
  background: #FFF;
  padding: 56px;
  margin-top: 40px;
  font-size: 14px;
}
.terms-block{
  margin-top: 2rem;
}
.terms-block h5{
  font-weight: 600;
  padding-bottom: .5rem;
}
.terms-block ol,.terms-block ul.terms-block-listBox{
  padding-left: 28px;
  margin-top: .5rem;
}
.terms-block li{
  padding-bottom: .25rem;
}
.terms-block ul{
  margin-top: .5rem;
}
ul.dot-list{
  padding-left: 28px;
  list-style-type: disc;
}
.terms-block ol li span{
  display: block;
}
.terms-block ol li ol{
  list-style-type: lower-roman;
}
.terms-wrap a{
  text-decoration: underline;
}
.terms-wrap a:hover{
  color: #FF9142;
}
.terms-wrap dl{
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.terms-wrap dl dt{
  width: 30%;
  padding-left: 10px;
}
.terms-wrap dl dd{
  width: 70%;
  padding-left: 10px;
}
.terms-wrap dl{
  border-bottom: 1px solid #EBEBEB;
}
ul.terms-block-listBox {
  list-style: square;
}
.terms-block-listBox li{
  padding-bottom: 20px;
}

.lower-specified-commerce .terms-wrap dd>ul {
  list-style: inside;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 999px) {
  .terms-wrap{
    padding: 40px 6%;
  }
}
@media screen and (max-width: 767px) {
  .sec-subsc-terms {
    margin-top: 80px;
  }
  .terms-wrap{
    padding: 20px 3%;
  }
  .terms-wrap dl{
    flex-direction: column;
  }
  .terms-wrap dl dt{
    width: 100%;
    padding-bottom: 10px;
  }
  .terms-wrap dl dd{
    width: 100%;
  }
}

.lower-subscription-terms .lower-title .section-title span{
  font-size: 24px;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 767px) {
  .lower-subscription-terms .lower-title .section-title span{
    font-size: max(3.125vw , 16px);
  }
}

.notes-required {
  text-align: center;
  padding-top: 30px;
}
.checkBtn{
  display: inline-flex;
    justify-content: center;
    align-items: center;
}
.notes-required label input {
  margin-right: 10px;
}
.btnArea {
  margin: 30px auto 0;
  position: relative;
}
.btnArea input[type="submit"]{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
  padding: 0;
  z-index: -1;
  transition-duration: 0.3s;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.btnArea input[type="submit"] {
  cursor: default;
  z-index: +1;
  outline: none;
}
.btnArea._check input[type="submit"] {
  z-index: -1;
}
.btnArea a.btn {
  background: #969696;
  position: relative;
  transition-duration: 0.2s;
  border: 1px solid #969696;
}
._check a.btn {
  background: #FF9142;
  border: 1px solid #FF9142;
}

.sec-subsc-form {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.sec-subsc-form .btnArea {
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
}

.sec-subsc-form .btnArea .note {
  text-align: center;
}


.terms-table {
  margin-top: 8px;
  margin-bottom: 20px;
}

.terms-table th {
  background: #817063;
  color: #FFF;
  padding: 4px 12px;
  width: calc(100% / 5);
}

.terms-table th + th {
  border-left: 1px solid #FFF;
}

.terms-table td {
  padding: 4px 12px;
  width: calc(100% / 5);
}

.terms-table td + td {
  border-left: 1px solid #817063;
}

.terms-table {
  border-left: 1px solid #817063;
  border-right: 1px solid #817063;
}

.terms-table .cell-price {
  border-bottom: 1px solid #817063;
}

@media screen and (max-width: 599px) {
  .sec-subsc-form {
    flex-direction: column;
    gap: 16px;
    margin-top: 30px;
  }
  .sec-subsc-form .btnArea {
    margin-top: 0;
  }
}

/*=====================
コンセプト
=====================*/
.lower-concept .slider,
.sec-recome-wrap .slider{
  margin-top: 40px;
}
.lower-concept .slider .slider-image,
.sec-recome-wrap .slider .slider-image{
  margin-right: 24px;
}
.lower-concept .lower-title p {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .lower-concept .slider{
    margin-top: 20px;
  }
  .lower-concept .lower-title p .pc{
    display: none;
  }
}

.sec-recome{
  margin-top: 100px;
}
.sec-recome-item{
  display: flex;
  gap: 30px;
  align-items: center;
}
.sec-recome-item:nth-of-type(n+2){
  margin-top: 54px;
}
.sec-recome-imageBox{
  width: 45%;
}
.sec-recome-textBox{
  width: 55%;
}
.sec-recome-textBox h3{
  font-size: 24px;
  font-weight: 600;
  color: #817063;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .sec-recome{
    margin-top: 80px;
  }
  .sec-recome-item{
    align-items: flex-start;
    gap: 20px;
  }
  .sec-recome-textBox h3{
    font-size: max(3.125vw , 18px);
    padding-bottom: 1rem;
  }
  .sec-recome-wrap{
    padding-top: 0;
  }
  
}
@media screen and (max-width: 480px) {
  .sec-recome-item{
    flex-direction: column;
  }
  .sec-recome-item.reverse{
    flex-direction: column-reverse;
  }
  .sec-recome-item:nth-of-type(n+2){
    margin-top: 54px;
  }
  .sec-recome-imageBox{
    width: 100%;
  }
  .sec-recome-textBox{
    width: 100%;
  }
}

.lower-concept .summary-box{
  margin-top: 120px;
}
.summary-box .gradient{
  background: transparent linear-gradient(103deg, var(--unnamed-color-ff9142) 0%, #FA9A39 26%, #F16E29 74%, var(--unnamed-color-ff9142) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(103deg, #FF9142 0%, #FA9A39 26%, #F16E29 74%, #FF9142 100%) 0% 0% no-repeat padding-box;
}
.summary-box p{
  color: #FFF;
  font-size: 20px;
  line-height: 2.25;
  padding: 80px 40px;
  text-align: center;
}
.summary-box p .sp{
  display: none;
}
@media screen and (max-width: 959px) {
  .summary-box p{
    padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  .lower-concept .summary-box {
    margin-top: 80px;
  }
  .summary-box p{
    font-size: max(2.60416vw , 16px);
  }
}
@media screen and (max-width: 580px) {
  .summary-box p .sp{
    display: block;
  }
}

.sec-sdgs{
  margin-top: 80px;
}
.sec-sdgs .container{
  border: 1px solid #FF9142;
  border-radius: 50px;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #FFF;
}
.sec-sdgs .container>p{
  text-align: center;
  margin-top: 24px;
}
.sdgs-action-wrap{
  margin-top: 60px;
  width: 90%;
  max-width: 800px;
  margin: 40px auto 0;
}
.sdgs-action{
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.sdgs-action-img{
  width: 20%;
}
.sdgs-action-text{
  width: 80%;
  padding-top: 1%;
  padding-bottom: 1%;
}
.sdgs-action-text h3{
  font-size: 24px;
  font-weight: 600;
  color: #817063;
}
.sdgs-action-text h3 span{
  display: block;
  color: #FF9142;
  font-size: 14px;
}
.sdgs-action-text h3 br.sp{
  display: none;
}
.sdgs-action-text p{
  font-size: 14px;
  padding-top: 14px;
}
.sunsun-sdgs h4{
  font-size: 24px;
  font-weight: 600;
  color: #FF9142;
  text-align: center;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.sunsun-sdgs h4::before{
  content: '';
  display: block;
  height: 2px;
  width: 100px;
  background: #FF9142;
}
.sunsun-sdgs h4::after{
  content: '';
  display: block;
  height: 2px;
  width: 100px;
  background: #FF9142;
}
.sunsun-sdgs p{
  margin-top: 20px;
  line-height: 1.8;
}
.sunsun-sdgs span{
  display: block;
  text-align: right;
  margin-top: 20px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .sec-sdgs{
    margin-top: 60px;
  }
  .sec-sdgs .container>p{
    padding-left: 20px;
    padding-right: 20px;
  }
  .sdgs-action{
    margin-top: 40px;
  }
  .sdgs-action-text h3{
    font-size: max(3.125vw , 18px);
  }
  .sunsun-sdgs h4{
    font-size: max(3.125vw , 20px);
  }
}
@media screen and (max-width: 480px) {
  .sec-sdgs .container {
    border-radius: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sdgs-action{
    flex-direction: column;
    gap: 10px;
  }
  .sdgs-action-img {
    width: 100%;
  }
  .sdgs-action-text{
    width: 100%;
  }
  .sdgs-action-text h3 br.sp{
    display: block;
  }
  .sunsun-sdgs h4::before,
  .sunsun-sdgs h4::after{
    width: 50px;
  }
}


/*=====================
Villasの特長
=====================*/
.lower-features .lower-title .section-title .pctb{
  display: block;
}
@media screen and (max-width: 480px) {
  .lower-features .lower-title .section-title .pctb{
    display: none;
  }
}
/* .features-fvImage{
  margin-top: 80px;
  background-image: url(../img/zeh-01.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  width: 100%;
  height: 45vw;
} */
.lower-features .summary-box{
  margin-top: 120px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .lower-features .summary-box p{
      padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  /* .features-fvImage{
    margin-top: 60px;
    height: 60vw;
  } */
  .lower-features .summary-box{
    margin-top: 80px;
  }
}

.sec-features-wrap{
  margin-top: 100px;
}
.sec-features-wrap .heading-title{
  color: #817063;
  letter-spacing: -0.5px;
}
.sec-features-wrap .heading-title .en{
  color: #FF9142;
  font-size: 20px;
  padding-right: 20px;
}
.features-imageBox{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.features-imageBox img{
  width: calc((100% - 30px) / 4);
}
.sec-features-inner:nth-child(n+2){
  margin-top: 60px;
}
.sec-features-wrap .heading-title .tbsp{
  display: none;
}
@media screen and (max-width: 767px) {
  .sec-features-wrap{
    margin-top: 80px;
  }
  .sec-features-wrap .heading-title .en{
    font-size: 16px;
    padding-right: 10px;
  }
  .features-imageBox{
    gap: 10px;
    margin-top: 24px;
  }
  .features-imageBox img{
    width: calc((100% - 10px) / 2);
  }
  .sec-features-wrap .heading-title .tbsp{
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .sec-features-wrap{
    margin-top: 60px;
  }
  .sec-features-wrap .heading-title .en{
    font-size: 12px;
    padding-right: 10px;
  }
  .features-imageBox{
    flex-direction: column;
  }
  .features-imageBox img{
    width: 100%;
  }
}

/*=====================
お客様の声
=====================*/
.review-fvImage{
  margin-top: 80px;
  background-image: url(../img/condominium-01.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  width: 100%;
  height: max(24vw , 500px);
}
.lower-review .summary-box{
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  .review-fvImage{
    height: 60vw;
  }
  .lower-review .summary-box {
      margin-top: -40px;
  }
  .review-fvImage{
    margin-top: 60px;
  }
  .lower-review .summary-box p .pc{
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .review-fvImage{
    margin-top: 40px;
  }
}

.review-inner{
  margin-top: 80px;
}
.review-list{
  display: flex;
  gap: 30px;
}
.review-article{
  background: #FFF;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc((100% - 30px) / 2);
}
.review-article-name{
  text-align: right;
  font-weight: 600;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .review-inner{
    margin-top: 60px;
  }
  .review-list{
    flex-direction: column;
    gap: 20px;
  }
  .review-article{
    width: 100%;
  }
}

/*=====================
お問い合わせ
=====================*/
.contact-form{
  margin-top: 80px;
}
.contact-form-wrap{
  background: #FFF;
  padding: 60px;
}
form{
  margin-top: 40px;
  font-family: 'Arial','メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
  font-size: 15px;
}
.form-item{
  margin-top: 40px;
}
.form-item p{
  font-weight: bold;
}
.form-item input{
  border: 1px solid #CCCCCC;
  height: 40px;
  padding: 1%;
  margin-top: 10px;
  width: 100%;
}
.form-item textarea{
  border: 1px solid #CCCCCC;
  padding: 1%;
  margin-top: 10px;
  width: 100%;
  height: 180px;
}
.required{
  font-size: 12px;
  background: #C82B2B;
  color: #FFF;
  border-radius: 5px;
  padding: .25rem 0.5rem;
  margin-left: .5rem;
}
.placeholder{
  color: #9B9B9B;
  font-size: 12px;
  display: block;
  margin-top: 5px;
}
.form-btnArea{
  margin-top: 80px;
}
.form-termArea{
  margin-top: 10px;
  font-size: 12px;
  padding-left: 4px;
}
.form-termArea>div{
  padding-bottom: 4px;
}
.form-termArea a{
  border-bottom: 1px solid #2D241E;
  transition: .4s;
}
.form-termArea a:hover{
  color: #FF9142;
}
.form-termArea a:hover{
  color: #FF9142;
  border-bottom: 1px solid #FF9142;
}
@media screen and (max-width: 767px) {
  .contact-form{
    margin-top: 60px;
  }
  .contact-form-wrap {
    padding: 40px 3%;
  }
  .form-btnArea {
    margin-top: 60px;
  }
}

.thanks-title{
  margin-top: 80px;
  text-align: center;
}
.thanks-title .en{
  font-size: 80px;
  color: #FF9142;
  font-weight: bold;
  line-height: 1;
}
.thanks-content{
  margin-top: 60px;
}
.thanks-content p{
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.thanks-content .btn{
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .thanks-content {
    margin-top: 40px;
  }
  .thanks-content .btn {
    margin-top: 60px;
  }
  .thanks-title .en {
    font-size: max(10.416vw , 54px);
  }
  .thanks-content p{
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.f-screen {
  padding-top: 40px;
}
.f-screen .mt14 {
  margin-top: 14px;
}
.f-screen-btnArea {
  margin-top: 40px;
}
.f-screen .or-btn{
  margin-top: 12px;
}
.btn.wt-btn.btn-l:hover::after {
  transform: translateX(-55%);
}
.btn.wt-btn.btn-l::after {
  position: absolute;
  left: 2em;
  transform: translateX(-50%);
  transform-origin: left;
  width: auto;
  height: auto;
  clip-path: none;
  content: '<';
  transition: transform .3s;
  background-color: unset;
}
.btn.or-btn.btn-r:hover::after {
  transform: translateX(55%);
}
.btn.or-btn.btn-r::after {
  position: absolute;
  right: 2em;
  transform: translateX(-50%);
  transform-origin: right;
  width: auto;
  height: auto;
  clip-path: none;
  content: '>';
  transition: transform .3s;
  background-color: unset;
}


/*=====================
宿泊施設一覧
=====================*/
.lower-accommodations .section-title {
  font-size: 54px;
  color: #FF9142;
  font-weight: 400;
  line-height: 1.2;
}
.lower-accommodations .section-title::before {
  content: attr(data);
  color: #2D241E;
	font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 16px;
  display: block;
}
@media screen and (max-width: 767px) {
  .lower-accommodations .section-title {
      font-size: max(7.03125vw , 26px);
  }
  .lower-accommodations .section-title::before {
    font-size: 14px;
  }
}

.accommodations-fvImage {
  height: 600px;
  position: relative;
  margin-top: 80px;
}
.accommodations-fvImage .videoBox{
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.accommodations-fvImage .videoBox video{
  height: 600px;
  object-fit: cover;
  width: 100%;
  background: url('../img/condominium-04.jpg') no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .accommodations-fvImage {
    height: 50vw;
    margin-top: 40px;
  }
  .accommodations-fvImage .videoBox video{
    height: 50vw;
  }
}

.accommodations-map{
  margin-top: 120px;
}
#map-svg a:hover{
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .accommodations-map{
    margin-top: 60px;
  }
}

.accommodations-project-contents{
  margin-top: 80px;
}
.project-list{
  margin-bottom: 60px;
}
.project-item{
  display: flex;
  margin-bottom: 20px;
}
.project-image{
  width: 40%;
}
.project-textBox{
  width: 60%;
  padding: 20px;
}
.project-textBox h2{
  font-size: 18px;
  font-weight: 600;
}
.project-textBox p{
  padding-top: 10px;
}
.accommodations-project-contents>div:last-child .project-list{
  margin-bottom: 0;
}
.project-list a{
  transition: 0.2s;
}
.project-list a:hover{
  opacity: .8;
}
@media screen and (max-width: 767px) {
  .accommodations-project-contents{
    margin-top: 32px;
  }
  .project-item{
    flex-direction: column;
  }
  .project-image{
    width: 100%;
  }
  .project-textBox{
    width: 100%;
    padding: 10px;
  }
}


.accommodations-partner {
  margin-top: 64px;
}
.accommodations-partner__title {
  font-size: 30px;
  font-weight: 600;
  color: #FF9142;
  letter-spacing: 0.05rem;
  padding-bottom: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  white-space: nowrap;
}
.accommodations-partner__title::before, .accommodations-partner__title::after {
    content: '';
    flex-grow: 1;
    height: 1px;
    background: #FF9142;
}
.accommodations-partner__lead {
}
.accommodations-partner__lead a {
  text-decoration: underline;
}
.accommodations-partner__lead a:hover {
  opacity: 0.7;
}
.accommodations-partner__card {
  display: flex;
  border-bottom: 1px solid #F16E29;
  padding-bottom: 40px;
  padding-left: 16px;
  padding-right: 16px;
}
.accommodations-partner__logo {
  width: 50%;
  background-color: #FFF;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
  position: relative;
}
.accommodations-partner__logo:hover{
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
  opacity: 0.7;
}
.accommodations-partner__logo a {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
}
.accommodations-partner__logo img {
  width: 50%;
}
.accommodations-partner__body {
  width: 50%;
  margin-left: 32px;
  padding: 20px 0;
}
.accommodations-partner__name {
  font-size: 20px;
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: #817063;
}
.accommodations-partner__desc {
  margin-bottom: 16px;
}
.accommodations-partner__desc a {
  text-decoration: underline;
}
.accommodations-partner__desc a:hover {
  opacity: 0.7;
}
.accommodations-partner__button {
  border: 1px solid #F16E29;
  background: #F16E29;
  color: #FFFCF8;
  padding: 10px 20px;
  transition: all 0.3s;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
}
.accommodations-partner__button:hover {
  background: #FFFCF8;
  color: #F16E29;
}
.accommodations-partner__button::after {
  font-family: 'Material Icons';
  font-size: 14px;
  content: '\e89e';
  padding-left: 8px;
}
.accommodations-partner__note {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .accommodations-partner {
    margin-top: 40px;
  }
  .accommodations-partner__title {
    font-size: max(3.90625vw, 20px);
  }
  .accommodations-partner__lead {
  }
  .accommodations-partner__card {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .accommodations-partner__logo {
    width: 100%;
    height: 150px;
  }
  .accommodations-partner__logo img {
    width: 60%;
  }
  .accommodations-partner__body {
    width: 100%;
    margin-left: 0;
  }
  .accommodations-partner__name {
    font-size: 18px;
    text-align: center;
  }
  .accommodations-partner__btn {
    text-align: center;
  }
  .accommodations-partner__note {
    text-align: center;
  }
}

/*=====================
1棟オーナー様募集
=====================*/
.lower-owner-merit{
  margin-top: 80px;
}
.owner-merit-wrap{
  display: flex;
  flex-wrap: wrap;
  background: #FFF;
  margin-top: 40px;
  padding-bottom: 30px;
}
.owner-merit-inner{
  width: 50%;
  padding: 20px 40px;
}
.owner-merit-inner h3{
  font-size: 20px;
  color: #FF9142;
  padding-bottom: 10px;
}
.owner-merit-icon{
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.owner-merit-icon img{
  width: 60%;
  height: 60%;
}
@media screen and (max-width: 767px) {
  .lower-owner-merit {
    margin-top: 60px;
  }
  .owner-merit-inner {
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  .owner-merit-inner {
    width: 100%;
  }
}

.owner-project-contents{
  margin-top: 80px;
}
.owner-project-list{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.owner-project-item{
  width: calc((100% - 40px) / 3);
  min-width: 200px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  background: #FFF;
  transition: .2s;
  margin-bottom: 10px;
}
.owner-project-image img{
  border-radius: 5px 5px 0 0;
}
.owner-project-item:hover{
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
}
.owner-project-textBox{
  padding: 20px 10px;
}
.area-prefecture{
  font-size: 20px;
  font-weight: 600;
}
.owner-project-inner{
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .owner-project-contents {
    margin-top: 60px;
  }
  .owner-project-inner {
    margin-top: 40px;
  }
  .owner-project-list {
    gap: 16px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .owner-project-item{
    width: 100%;
    min-width: 100%;
  }
}

/*=====================
100年利用宿泊権
=====================*/
.longterm-fvImage{
  margin-top: 80px;
  background-image: url(../img/condominium-04.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: max(24vw , 500px);
}
.lower-membership-longterm .summary-box{
  margin-top: -100px;
}
.lower-membership-longterm .lower-title p,
.lower-longterm-terms .lower-title p{
  text-align: center;
}

@media screen and (max-width: 767px) {
  .longterm-fvImage{
    height: 60vw;
    margin-top: 60px;
  }
  .lower-membership-longterm  .summary-box {
      margin-top: -40px;
  }
  .lower-membership-longterm .summary-box p .pc{
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .longterm-fvImage{
    margin-top: 40px;
  }
}

.lower-longterm-merit,
.sec-longterm-price{
  margin-top: 80px;
}
.sec-longterm-terms{
  margin-top: 60px;
}
.longterm-merit-wrap{
  display: flex;
  gap: 40px;
  background: #FFF;
  padding: 20px 40px;
}
.longterm-merit-inner{
  width: calc((100% - 80px) / 3);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.longterm-merit-inner h3{
  font-size: 20px;
  padding-bottom: 10px;
  font-weight: 600;
  color: #817063;
}
.longterm-merit-icon {
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.longterm-merit-icon img{
  height: 60%;
  width: 60%;
}
.longterm-merit-inner:nth-of-type(n+2){
  position: relative;
}
.longterm-merit-inner:nth-of-type(n+2)::before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-left: dotted 1px #FF9142;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.sec-longterm-price p{
  border-top: dotted 1px #817063;
  border-bottom: dotted 1px #817063;
  padding: 20px 10px;
  font-size: 24px;
  font-weight: bold;
}
.sec-longterm-price p>span{
  font-size: 16px;
}
.sec-longterm-price p>span.note{
 padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .longterm-merit-wrap{
    padding: 20px 20px;
  }
  .lower-longterm-merit, .sec-longterm-price {
    margin-top: 60px;
  }
  .sec-longterm-price p>span.note{
    display: block;
    padding-left: 0;
    padding-top: 0.5rem;
   }
}
@media screen and (max-width: 480px) {
  .longterm-merit-wrap{
    flex-direction: column;
  }
  .longterm-merit-inner{
    width: 100%;
  }
  .longterm-merit-inner:nth-of-type(n+2)::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    border-left: unset;
    border-top: dotted 1px #FF9142;
    left: 50%;
    top: -20px;
    transform: translateY(0);
    transform: translateX(-50%);
  }  
}

/*=====================
404
=====================*/
.nf-content {
  margin-top: 80px;
  text-align: center;
}
.nf-title {
  font-size: 100px;
  color: #FF9142;
  font-weight: bold;
  line-height: 1;
}
.nf-title span{
  display: block;
  font-size: 40px;
}
.nf-subTitle{
  font-size: 24px;
  color: #817063;
  font-weight: 600;
  margin-top: 24px;
}
.nf-text{
  margin-top: 40px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .nf-content {
    margin-top: 60px;
  }
  .nf-subTitle{
    font-size: 20px;
  }
}


.application-termArea{
  margin-top: 40px;
}
.application-termItem{
  font-size: 18px;
  border-bottom: 1px dotted #817063;
  padding: 16px 10px;
  display: flex;
  align-items: center;
}
.application-termItem:first-of-type{
  border-top: 1px dotted #817063;
}
.application-termItem:hover{
  color: #FF9142;
}
.application-termItem a{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.application-termItem a::after{
  content: '>';
}
@media screen and (max-width: 480px) {
  .application-termItem{
    font-size: 16px;
  }
}

.sec-sponsorship {
  padding-top: 80px;
}
@media screen and (max-width: 480px) {
  .sec-sponsorship {
      padding-top: 60px;
  }
}

.sec-sponsorship h2 {
  font-size: 30px;
  font-weight: 600;
  color: #FF9142;
  letter-spacing: 0.05rem;
  padding-bottom: 40px;
}
.sec-sponsorship h2 span.sp14{
  font-size: 14px;
  display: block;
  color: #817063;
}
.sec-sponsorship h2 span.letter-speacing {
  letter-spacing: -14px;
}
@media screen and (max-width: 767px) {
  .sec-sponsorship h2 {
      font-size: max(3.90625vw, 24px);
      padding-bottom: 24px;
      letter-spacing: 0;
  }
}
@media screen and (max-width: 480px) {
  .sec-sponsorship h2 {
      font-size: max(6vw, 20px);
      padding-bottom: 24px;
      letter-spacing: 0;
  }
}

.sponsorship-videoBox {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 16px;
}
.sponsorship-video {
  width: 50%;
}
.sponsorship-video video {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sponsorship-videoBox {
    flex-direction: column;
    gap: 16px;
  }
  .sponsorship-video {
    width: 100%;
  }
}


.kominka {
  margin-bottom: 120px;
}
.kominka-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.kominka h2>span {
 color: #817063;
}
.kominka-image-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.kominka-image-list img {
  width: calc((100% - 30px) / 4);
}

.kominka-link {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #817063;
}
.kominka-link::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #817063;
    border-right: 2px solid #817063;
    content: '';
}
.kominka-link:hover {
  opacity: .7;
}

@media screen and (max-width: 959px) {
  .kominka h2 {
    font-size: max(3.125vw, 20px);
  }
  .kominka-title {
    flex-direction: column;
    align-items: start;
  }
  .kominka-title  {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .kominka {
    margin-bottom: 80px;
  }
  .kominka-image-list img {
    width: calc((100% - 10px) / 2);
  }
}

@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}

