html{
	scroll-behavior: smooth;
}
.special-2ldk{
	font-weight: 400;
}
.mv{
  width: 100%;
  height: 70vh;
  overflow: hidden;
  background: url("../img/2ldk/main-bg.png");
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
	.mv{
		height: 80vw;
		background: url("../img/2ldk/main-bg-sp.png");
	}
}
.mv img{
  height: 55vh;
}
@media screen and (max-width: 768px) {
	.mv img{
  height: auto;
		width: 80vw;
}
}
.special-2ldk .inner{
	width: 100%;
	max-width: 1024px;
}
@media screen and (max-width: 768px) {
	.special-2ldk .inner{
	padding-inline: 30px; 
}
}
section.special-2ldk{
	margin-top: 70px;
}
@media screen and (max-width: 768px) {
  section.special-2ldk{
	margin-top: 40px;
}
}
.readcopy{
	text-align: center;
	line-height: 2.2em;
	font-size: 1.2em;
	margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .readcopy{
	font-size: 1em;
	margin-bottom: 0;
}
}
.plan_2ldk{
	margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .plan_2ldk{
	margin-top: 50px;
	padding-top: 50px;
	margin-top: 0px;
}
}
/*ナビゲーション追加*/
.nav_2ldk{
	display: flex;
	justify-content: center;
	margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .nav_2ldk{
	margin-bottom: 40px;
}
}
.nav_2ldk li{
	padding: 0 30px;
	border-right: 1px solid #958244;
	color: #958244;
	text-align: center;
}
@media screen and (max-width: 768px) {
  .nav_2ldk li{
	padding: 0 7px;
}
}
.nav_2ldk li:first-child{
	border-left: 1px solid #958244;
}
.nav_2ldk .large{
	display: block;
	font-size: 1.4em;
}
@media screen and (max-width: 768px) {
  .nav_2ldk .large{
	display: block;
	margin-bottom: 5px;
	font-size: 1.1em;
}
}
.nav_2ldk li a.actives .down_arrow_box {
    opacity: 1;
}
.nav_2ldk li a .down_arrow {
    display: inline-block;
    color: #948144;
    line-height: 1;
    width: 12px;
    height: 12px;
    border: 1px solid #948144;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
}
.nav_2ldk .nav_text{
	letter-spacing: 0.25em;
}
@media screen and (max-width: 768px) {
  .nav_2ldk .nav_text{
	margin-top: 10px;
	letter-spacing: inherit;
	font-size: 0.8em;
}
}
.nav_2ldk li a .down_arrow_box{
opacity: 0;
transition : all 0.5s ease 0s;
}

.nav_2ldk li a.actives .down_arrow_box{
opacity: 1;
}

.nav_2ldk li a:hover .down_arrow_box{
animation: fluffy 2s ease-in-out infinite;
opacity: 1;
}
.madori-wrap{
	display: flex;
	justify-content: center;
	column-gap: 3.5%;
	flex-wrap: wrap;
	margin-inline: auto;
	margin-bottom: 80px;
	text-align: center;
}
@media screen and (max-width: 768px) {
  .madori-wrap{
	grid-gap: 25px;
	  margin-top: 30px;
	margin-bottom: 60px;
	  max-width: 300px;
}
}
.madori-wrap li{
	width: 31%;
}
@media screen and (max-width: 768px) {
  .madori-wrap li{
	width: 100%;
}
}
.mt{
	padding-top: 60px;
	margin-top: -30px;
}