@charset "UTF-8";
/*------------------------
SIZE
-------------------------*/
/*************************************
MIXINS
*************************************/
.scpop {
  transform: scale3d(0, 0, 0);
  transform-origin: center center;
  will-change: animation;
}

.scpop.ac {
  animation: bounce 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/*------------------------------------
animation
	*/
@keyframes watapiiPc {
  0% {
    transform: translateX(-5.8565153734vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes watapiiSp {
  0% {
    transform: translateX(-16vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes hueRotate {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(359deg);
  }
}
@keyframes photoCoverAnim {
  0% {
    filter: grayscale(95%);
  }
  100% {
    filter: grayscale(0%);
  }
}
@keyframes bounce {
  0% {
    transform: scale3d(0, 0, 0);
  }
  40% {
    transform: scale3d(1.2, 1.2, 1.2);
  }
  60% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  80% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
/*------------------------
COLOR
-------------------------*/
a {
  color: #000;
  text-decoration: none;
}

/*------------------------
TEXT SET
-------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.1713030747vw;
  font-family: "zen-kaku-gothic-new", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  color: #1A1A1A;
  background-color: #FFFEF1;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  box-sizing: border-box;
}
@media screen and ( min-width : 1680px ) {
  body {
    font-size: 19.6px;
  }
}
@media screen and ( max-width : 1023px ) {
  body {
    font-size: 4.2666666667vw;
  }
}

.sans {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.en {
  color: #777;
  font-family: "ryo-gothic-plusn", sans-serif;
}

/*------------------------
BASIC LAYOUT / MODULE
-------------------------*/
img {
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
}

.sp {
  display: none !important;
}
@media screen and ( max-width : 1023px ) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and ( max-width : 1023px ) {
  .pc {
    display: none !important;
  }
}

@media screen and ( max-width : 1023px ) {
  br.sp, .btn.sp, .tac.sp {
    display: block !important;
  }
}

.lbx {
  cursor: pointer;
}

.tac {
  text-align: center;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

figure {
  margin: 0;
}

/*------------------------
RESET
-------------------------*/
body {
  word-wrap: break-word;
}

th, td {
  text-align: left;
  vertical-align: top;
  border: none;
}

caption {
  text-align: left;
}

img {
  border: 0;
  vertical-align: bottom;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

fieldset, img {
  border: 0;
}

a {
  outline: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

/*
	clearfix
------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

* html .clearfix {
  display: inline-block;
}

.clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*html5の要素をblock*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
  box-sizing: border-box;
}

/*------------------------
FORM
-------------------------*/
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*------------------------
TABLE
-------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
}

/*夢ハウス サイエンスホーム コットン1/2 ガーデンデザイン*/
/*夢ハウス用*/
/*コットン1/2用*/
/*サイエンスホーム用*/
/*ガーデンデザイン用*/
header {
  position: absolute;
}
@media screen and ( max-width : 1023px ) {
  header h1 {
    position: absolute;
  }
}
@media screen and ( max-width : 1023px ) {
  header #menuBtn {
    display: none !important;
  }
}

#pageContent {
  padding-top: 0;
}

.plan-visual {
  position: relative;
}
.plan-visual-image, .plan-visual-cover {
  width: 100%;
  height: 100svh;
  min-height: 768px;
}
@media screen and ( max-width : 1023px ) {
  .plan-visual-image, .plan-visual-cover {
    min-height: auto;
  }
}
.plan-visual-image img, .plan-visual-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.plan-visual-cover {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 3;
  opacity: 1;
  animation-name: fadeCover;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 2s;
}
@keyframes fadeCover {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.plan-visual-box {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 3;
}
.plan-visual-box-copy {
  position: absolute;
  z-index: 3;
  left: 10.3221083455vw;
  top: 14.6412884334vw;
  width: 9.7364568082vw;
  opacity: 0;
  animation: fadeIn 1.2s ease 0.4s forwards;
}
@media screen and ( min-width : 1680px ) {
  .plan-visual-box-copy {
    width: 162px;
    top: 242px;
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-visual-box-copy {
    left: 10.9333333333vw;
    top: 26.9333333333vw;
    width: 25.6vw;
  }
}
.plan-visual-box-copy img {
  width: 100%;
}
.plan-visual-box-title {
  position: absolute;
  width: 3.2942898975vw;
  right: 16.8374816984vw;
  top: 14.6412884334vw;
  z-index: 3;
  opacity: 0;
  animation: fadeIn 1.2s ease forwards;
}
@media screen and ( min-width : 1680px ) {
  .plan-visual-box-title {
    right: 282px;
    top: 242px;
    width: 55px;
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-visual-box-title {
    right: 10.6666666667vw;
    top: 26.9333333333vw;
    width: 7.4666666667vw;
  }
}
.plan-visual-box-title img {
  width: 100%;
}
.plan-visual .pc {
  display: inline;
}
@media screen and ( max-width : 1023px ) {
  .plan-visual .pc {
    display: none;
  }
}
.plan-visual .sp {
  display: none;
}
@media screen and ( max-width : 1023px ) {
  .plan-visual .sp {
    display: inline !important;
  }
}

/*アニメーション*/
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.plan-house {
  padding: 7.027818448vw 6.588579795vw 7.027818448vw 2.9282576867vw;
  background-color: #fff;
  position: relative;
}
@media screen and ( min-width : 1680px ) {
  .plan-house {
    padding: 118px 110px 118px 49px;
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-house {
    background: #FFFEF1;
    padding: 25.6vw 6.9333333333vw;
  }
}
.plan-house-box {
  max-width: 1680px;
  margin: 0 auto;
}
.plan-house-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.513909224vw;
}
@media screen and ( min-width : 1680px ) {
  .plan-house-title {
    margin-bottom: 59px;
  }
}
.plan-house-title.pt-garden {
  padding: 4.0995607613vw 0 0 0;
}
@media screen and ( min-width : 1680px ) {
  .plan-house-title.pt-garden {
    padding: 68px 0 0 0;
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-house-title.pt-garden {
    padding: 14.9333333333vw 0 0 0;
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-house-title {
    margin-bottom: 12.8vw;
    align-items: start;
  }
}
.plan-house-title-box {
  width: 63%;
}
@media screen and ( max-width : 1023px ) {
  .plan-house-title-box {
    width: auto;
  }
}
.plan-house-title-box h2 {
  font-size: 1.9765739385vw;
  font-weight: 700;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 1.1713030747vw;
}
@media screen and ( min-width : 1680px ) {
  .plan-house-title-box h2 {
    font-size: 33px;
  }
}
@media screen and ( min-width : 1680px ) {
  .plan-house-title-box h2 {
    margin-bottom: 19px;
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-house-title-box h2 {
    font-size: 4vw;
  }
}
.plan-house-title-box p {
  font-weight: 700;
}
.plan-house-title-logo {
  width: 37%;
  padding: 0 0 0 4.39238653vw;
}
@media screen and ( min-width : 1680px ) {
  .plan-house-title-logo {
    padding: 0 0 0 73px;
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-house-title-logo {
    width: 30.1333333333vw;
    padding: 0;
  }
}
.plan-house-title-logo img {
  width: 10.980966325vw;
  height: auto;
}
@media screen and ( min-width : 1680px ) {
  .plan-house-title-logo img {
    width: 184px;
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-house-title-logo img {
    width: 100%;
  }
}
.plan-house-title.yumehouse .plan-house-title-box h2 {
  background: url(../images/plan/yumehouse/title-bg.svg) no-repeat;
  background-size: cover;
  width: 20.7906295754vw;
  line-height: 5.1244509517vw;
}
@media screen and ( min-width : 1680px ) {
  .plan-house-title.yumehouse .plan-house-title-box h2 {
    width: 349px;
  }
}
@media screen and ( min-width : 1680px ) {
  .plan-house-title.yumehouse .plan-house-title-box h2 {
    line-height: 86px;
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-house-title.yumehouse .plan-house-title-box h2 {
    width: 44.8vw;
    line-height: 10.9333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
.plan-house-title.yumehouse .plan-house-title-box p {
  color: #600A05;
}
@media screen and ( max-width : 1023px ) {
  .plan-house-title.yumehouse .plan-house-title-logo {
    width: 30.1333333333vw;
  }
}
.plan-house-title.yumehouse .plan-house-title-logo img {
  width: 10.980966325vw;
  height: auto;
}
@media screen and ( min-width : 1680px ) {
  .plan-house-title.yumehouse .plan-house-title-logo img {
    width: 184px;
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-house-title.yumehouse .plan-house-title-logo img {
    width: 100%;
  }
}
.plan-house-title.cotton .plan-house-title-box h2 {
  background: url(../images/plan/cotton/title-bg.svg) no-repeat;
  background-size: cover;
  width: 20.7906295754vw;
  line-height: 5.1244509517vw;
}
@media screen and ( min-width : 1680px ) {
  .plan-house-title.cotton .plan-house-title-box h2 {
    width: 349px;
  }
}
@media screen and ( min-width : 1680px ) {
  .plan-house-title.cotton .plan-house-title-box h2 {
    line-height: 86px;
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-house-title.cotton .plan-house-title-box h2 {
    width: 44.8vw;
    line-height: 10.9333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
.plan-house-title.cotton .plan-house-title-box p {
  color: #254584;
}
@media screen and ( max-width : 1023px ) {
  .plan-house-title.cotton .plan-house-title-logo {
    width: 22.4vw;
  }
}
.plan-house-title.cotton .plan-house-title-logo img {
  width: 7.3206442167vw;
  height: auto;
}
@media screen and ( min-width : 1680px ) {
  .plan-house-title.cotton .plan-house-title-logo img {
    width: 123px;
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-house-title.cotton .plan-house-title-logo img {
    width: 100%;
  }
}
.plan-house-title.sciencehome .plan-house-title-box h2 {
  background: url(../images/plan/sciencehome/title-bg.svg) no-repeat;
  background-size: cover;
  width: 20.7906295754vw;
  line-height: 5.1244509517vw;
}
@media screen and ( min-width : 1680px ) {
  .plan-house-title.sciencehome .plan-house-title-box h2 {
    width: 349px;
  }
}
@media screen and ( min-width : 1680px ) {
  .plan-house-title.sciencehome .plan-house-title-box h2 {
    line-height: 86px;
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-house-title.sciencehome .plan-house-title-box h2 {
    width: 44.8vw;
    line-height: 10.9333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
.plan-house-title.sciencehome .plan-house-title-box p {
  color: #4D1F03;
}
@media screen and ( max-width : 1023px ) {
  .plan-house-title.sciencehome .plan-house-title-logo {
    width: 22.4vw;
  }
}
.plan-house-title.sciencehome .plan-house-title-logo img {
  width: 8.9311859444vw;
  height: auto;
}
@media screen and ( min-width : 1680px ) {
  .plan-house-title.sciencehome .plan-house-title-logo img {
    width: 150px;
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-house-title.sciencehome .plan-house-title-logo img {
    width: 100%;
  }
}
.plan-house-title.garden .plan-house-title-box h2 {
  background: url(../images/plan/garden/title-bg.svg) no-repeat;
  background-size: cover;
  width: 23.5724743777vw;
  line-height: 5.1244509517vw;
}
@media screen and ( min-width : 1680px ) {
  .plan-house-title.garden .plan-house-title-box h2 {
    width: 396px;
  }
}
@media screen and ( min-width : 1680px ) {
  .plan-house-title.garden .plan-house-title-box h2 {
    line-height: 86px;
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-house-title.garden .plan-house-title-box h2 {
    width: 59.7333333333vw;
    line-height: 10.9333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
.plan-house-title.garden .plan-house-title-box p {
  color: #314713;
}
.plan-house-contents {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
}
@media screen and ( max-width : 1023px ) {
  .plan-house-contents {
    display: block;
  }
}
.plan-house-contents-left {
  width: 63%;
}
@media screen and ( max-width : 1023px ) {
  .plan-house-contents-left {
    width: 100%;
    margin-bottom: 12.8vw;
  }
}
.plan-house-contents-left img {
  width: 100%;
}
.plan-house-contents-right {
  width: 37%;
  padding: 0 0 0 4.39238653vw;
  position: relative;
}
@media screen and ( min-width : 1680px ) {
  .plan-house-contents-right {
    padding: 0 0 0 73px;
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-house-contents-right {
    padding: 0;
    width: 100%;
  }
}
.plan-house-contents-right-concept h3 {
  font-size: 1.9765739385vw;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 3.513909224vw;
}
@media screen and ( min-width : 1680px ) {
  .plan-house-contents-right-concept h3 {
    font-size: 33px;
  }
}
@media screen and ( min-width : 1680px ) {
  .plan-house-contents-right-concept h3 {
    margin-bottom: 59px;
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-house-contents-right-concept h3 {
    font-size: 7.2vw;
    margin-bottom: 12.8vw;
  }
}
.plan-house-contents-right-concept p {
  line-height: 1.9;
}
@media screen and ( max-width : 1023px ) {
  .plan-house-contents-right-concept p {
    margin-bottom: 12.8vw;
  }
}
.plan-house-contents-right-concept a {
  position: absolute;
  bottom: 0;
  font-weight: 700;
  padding-left: 20px;
  vertical-align: middle;
  background: url(../images/common/arrow_black.svg) no-repeat left center;
  background-size: auto 0.8em;
}
@media screen and ( max-width : 1023px ) {
  .plan-house-contents-right-concept a {
    position: static;
  }
}
.plan-house .ab {
  position: absolute;
  z-index: 1;
}
.plan-house .ab img {
  width: 100%;
}
.plan-house .ab.yumehouse {
  left: 50%;
  bottom: 3.6603221083vw;
  width: 35.4319180088vw;
}
@media screen and ( min-width : 1680px ) {
  .plan-house .ab.yumehouse {
    bottom: 61px;
  }
}
@media screen and ( min-width : 1680px ) {
  .plan-house .ab.yumehouse {
    width: 595px;
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-house .ab.yumehouse {
    bottom: 35.2vw;
    left: auto;
    right: 3.4666666667vw;
    width: 55.7333333333vw;
  }
}
.plan-house .ab.cotton {
  width: 36.2371888726vw;
  right: 4.39238653vw;
  bottom: 2.196193265vw;
}
@media screen and ( min-width : 1680px ) {
  .plan-house .ab.cotton {
    width: 608px;
  }
}
@media screen and ( min-width : 1680px ) {
  .plan-house .ab.cotton {
    right: 73px;
  }
}
@media screen and ( min-width : 1680px ) {
  .plan-house .ab.cotton {
    bottom: 36px;
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-house .ab.cotton {
    width: 55.7333333333vw;
    right: 3.4666666667vw;
    bottom: 35.2vw;
  }
}
.plan-house .ab.sciencehome {
  width: 15.5929721816vw;
  right: 18.1551976574vw;
  bottom: 6.8081991215vw;
}
@media screen and ( min-width : 1680px ) {
  .plan-house .ab.sciencehome {
    width: 261px;
  }
}
@media screen and ( min-width : 1680px ) {
  .plan-house .ab.sciencehome {
    right: 305px;
  }
}
@media screen and ( min-width : 1680px ) {
  .plan-house .ab.sciencehome {
    bottom: 114px;
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-house .ab.sciencehome {
    width: 33.3333333333vw;
    right: 10.9333333333vw;
    bottom: 35.2vw;
  }
}
.plan-lineup {
  padding: 6.588579795vw 2.9282576867vw;
}
@media screen and ( min-width : 1680px ) {
  .plan-lineup {
    padding: 110px 49px;
    /* ptv(90) ptv(40) * 1.23 */
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-lineup {
    padding: 0 6.9333333333vw 20.2666666667vw;
  }
}
.plan-lineup h2 {
  font-size: 1.756954612vw;
  font-weight: 700;
  max-width: calc(1680px + 3.6603221083vw);
  margin: 0 auto 3.513909224vw;
}
@media screen and ( min-width : 1680px ) {
  .plan-lineup h2 {
    font-size: 29px;
    /* ptv(24) * 1.23 */
  }
}
@media screen and ( min-width : 1680px ) {
  .plan-lineup h2 {
    max-width: 1741px;
    /* ptv(50) * 1.23 */
  }
}
@media screen and ( min-width : 1680px ) {
  .plan-lineup h2 {
    margin: 0 auto 59px;
    /* ptv(48) * 1.23 */
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-lineup h2 {
    max-width: auto;
    font-size: 5.6vw;
    margin-bottom: 12.8vw;
  }
}
.plan-lineup-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 5.1244509517vw;
  max-width: calc(1680px + 3.6603221083vw);
  margin: 0 auto;
}
@media screen and ( min-width : 1680px ) {
  .plan-lineup-grid {
    gap: 86px;
    /* ptv(70) * 1.23 */
  }
}
@media screen and ( min-width : 1680px ) {
  .plan-lineup-grid {
    max-width: 1741px;
    /* ptv(50) * 1.23 */
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-lineup-grid {
    display: block;
  }
}
.plan-lineup-grid-main {
  width: calc(48% - 2.5622254758vw);
}
@media screen and ( min-width : 1680px ) {
  .plan-lineup-grid-main {
    width: calc(48% - 43px);
    /* ptv(35) * 1.23 */
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-lineup-grid-main {
    width: 100%;
    margin-bottom: 12.8vw;
  }
}
.plan-lineup-grid-main img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 2.3426061493vw;
}
@media screen and ( min-width : 1680px ) {
  .plan-lineup-grid-main img {
    margin-bottom: 39px;
    /* ptv(32) * 1.23 */
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-lineup-grid-main img {
    margin-bottom: 8.5333333333vw;
  }
}
.plan-lineup-grid-main h3 {
  font-weight: 700;
  margin-bottom: 0.5856515373vw;
}
@media screen and ( min-width : 1680px ) {
  .plan-lineup-grid-main h3 {
    margin-bottom: 9px;
    /* ptv(8) * 1.23 */
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-lineup-grid-main h3 {
    margin-bottom: 2.1333333333vw;
  }
}
.plan-lineup-grid-main p {
  font-size: 1.0248901903vw;
  line-height: 1.9;
}
@media screen and ( min-width : 1680px ) {
  .plan-lineup-grid-main p {
    font-size: 17px;
    /* ptv(14) * 1.23 */
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-lineup-grid-main p {
    font-size: 3.7333333333vw;
  }
}
.plan-lineup-grid-sub {
  width: calc(52% - 2.5622254758vw);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.1244509517vw;
}
@media screen and ( min-width : 1680px ) {
  .plan-lineup-grid-sub {
    width: calc(52% - 43px);
    /* ptv(35) * 1.23 */
  }
}
@media screen and ( min-width : 1680px ) {
  .plan-lineup-grid-sub {
    gap: 86px;
    /* ptv(70) * 1.23 */
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-lineup-grid-sub {
    width: 100%;
    gap: 9.0666666667vw;
  }
}
.plan-lineup-grid-sub-itme {
  margin-bottom: 1.4641288433vw;
}
@media screen and ( min-width : 1680px ) {
  .plan-lineup-grid-sub-itme {
    margin-bottom: 24px;
    /* ptv(20) * 1.23 */
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-lineup-grid-sub-itme {
    margin-bottom: 5.3333333333vw;
  }
}
.plan-lineup-grid-sub-itme img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 2.3426061493vw;
}
@media screen and ( min-width : 1680px ) {
  .plan-lineup-grid-sub-itme img {
    margin-bottom: 39px;
    /* ptv(32) * 1.23 */
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-lineup-grid-sub-itme img {
    margin-bottom: 8.5333333333vw;
  }
}
.plan-lineup-grid-sub-itme h3 {
  font-weight: 700;
  margin-bottom: 0.5856515373vw;
}
@media screen and ( min-width : 1680px ) {
  .plan-lineup-grid-sub-itme h3 {
    margin-bottom: 9px;
    /* ptv(8) * 1.23 */
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-lineup-grid-sub-itme h3 {
    font-size: 3.7333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.plan-lineup-grid-sub-itme p {
  font-size: 1.0248901903vw;
  line-height: 1.9;
}
@media screen and ( min-width : 1680px ) {
  .plan-lineup-grid-sub-itme p {
    font-size: 17px;
    /* ptv(14) * 1.23 */
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-lineup-grid-sub-itme p {
    font-size: 3.2vw;
  }
}
.plan-lineup-grid.row2 {
  display: flex;
  flex-wrap: wrap;
  gap: 6.149341142vw;
}
@media screen and ( min-width : 1680px ) {
  .plan-lineup-grid.row2 {
    gap: 103px;
    /* ptv(84) * 1.23 */
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-lineup-grid.row2 {
    gap: 0;
  }
}
.plan-lineup-grid.row2 .plan-lineup-grid-main {
  width: calc(50% - 3.074670571vw);
}
@media screen and ( min-width : 1680px ) {
  .plan-lineup-grid.row2 .plan-lineup-grid-main {
    width: calc(50% - 51.5px);
    /* ptv(84) * 1.23 */
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-lineup-grid.row2 .plan-lineup-grid-main {
    width: 100%;
    margin: 0 0 12.8vw 0;
  }
  .plan-lineup-grid.row2 .plan-lineup-grid-main:last-child {
    margin-bottom: 0;
  }
}
.plan-lineup-grid.row3 {
  display: flex;
  flex-wrap: nowrap;
  gap: 4.831625183vw;
}
@media screen and ( min-width : 1680px ) {
  .plan-lineup-grid.row3 {
    gap: 81px;
    /* ptv(66) * 1.23 */
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-lineup-grid.row3 {
    gap: 0;
    display: block;
  }
}
.plan-lineup-grid.row3 .plan-lineup-grid-main {
  width: calc(33.3333333333% - 1.6105417277vw);
}
@media screen and ( min-width : 1680px ) {
  .plan-lineup-grid.row3 .plan-lineup-grid-main {
    width: calc(33.3333333333% - 27px);
    /* ptv(66) * 1.23 */
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-lineup-grid.row3 .plan-lineup-grid-main {
    width: 100%;
    margin: 0 0 12.8vw 0;
  }
  .plan-lineup-grid.row3 .plan-lineup-grid-main:last-child {
    margin-bottom: 0;
  }
}

.plan-cross {
  width: 5.9297218155vw;
  height: 1.6105417277vw;
  position: fixed;
  right: 3.074670571vw;
  top: 2.5622254758vw;
  z-index: 101;
}
@media screen and ( min-width : 1680px ) {
  .plan-cross {
    width: 99px;
    /* ptv(81) * 1.23 */
  }
}
@media screen and ( min-width : 1680px ) {
  .plan-cross {
    height: 27px;
    /* ptv(22) * 1.23 */
  }
}
@media screen and ( min-width : 1680px ) {
  .plan-cross {
    right: 51px;
    /* ptv(42) * 1.23 */
  }
}
@media screen and ( min-width : 1680px ) {
  .plan-cross {
    top: 43px;
    /* ptv(35) * 1.23 */
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-cross {
    width: 7.4666666667vw;
    height: 4.5333333333vw;
    right: 7.3333333333vw;
    top: 6.8vw;
  }
}
.plan-cross::before, .plan-cross::after {
  content: "";
  position: absolute;
  background-color: #FFF;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  transition: background-color 0.2s ease;
}
@media screen and ( max-width : 1023px ) {
  .plan-cross::before, .plan-cross::after {
    height: 4px;
  }
}
.plan-cross::before {
  transform: translateY(-50%) rotate(15deg);
}
@media screen and ( max-width : 1023px ) {
  .plan-cross::before {
    transform: translateY(-50%) rotate(30deg);
  }
}
.plan-cross::after {
  transform: translateY(-50%) rotate(-15deg);
}
@media screen and ( max-width : 1023px ) {
  .plan-cross::after {
    transform: translateY(-50%) rotate(-30deg);
  }
}
.plan-cross.scrolled::before, .plan-cross.scrolled::after {
  background-color: #000;
  height: 3px;
}
@media screen and ( max-width : 1023px ) {
  .plan-cross.scrolled::before, .plan-cross.scrolled::after {
    height: 4px;
  }
}
.plan-cross.garden::before, .plan-cross.garden::after {
  background-color: #000 !important;
}

@media screen and ( max-width : 1023px ) {
  .plan-other-lineup {
    margin-top: 12.8vw;
  }
}
.plan-other-lineup-grid {
  display: flex;
}
@media screen and ( max-width : 1023px ) {
  .plan-other-lineup-grid {
    display: block;
  }
}
.plan-other-lineup-grid-child {
  width: 33.3333333333%;
  position: relative;
  height: 55.6368960469vw;
  background: url(../images/plan/bg-yumehouse.jpg) no-repeat;
  background-size: cover;
}
@media screen and ( max-width : 1023px ) {
  .plan-other-lineup-grid-child {
    width: 100%;
    height: 70.1333333333vw;
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-other-lineup-grid-child {
    background: url(../images/plan/bg-yumehouse_sp.jpg) no-repeat;
    background-size: cover;
  }
}
.plan-other-lineup-grid-child:nth-child(2) {
  background: url(../images/plan/bg-cotton.jpg) no-repeat;
  background-size: cover;
}
@media screen and ( max-width : 1023px ) {
  .plan-other-lineup-grid-child:nth-child(2) {
    background: url(../images/plan/bg-cotton_sp.jpg) no-repeat;
    background-size: cover;
  }
}
.plan-other-lineup-grid-child:nth-child(3) {
  background: url(../images/plan/bg-science.jpg) no-repeat;
  background-size: cover;
}
@media screen and ( max-width : 1023px ) {
  .plan-other-lineup-grid-child:nth-child(3) {
    background: url(../images/plan/bg-science_sp.jpg) no-repeat;
    background-size: cover;
  }
}
.plan-other-lineup-grid-child a {
  display: block;
  height: 100%;
}
.plan-other-lineup-grid-child a h4 {
  position: absolute;
  width: 2.196193265vw;
  right: 2.9282576867vw;
  top: 4.39238653vw;
  z-index: 2;
}
@media screen and ( min-width : 1680px ) {
  .plan-other-lineup-grid-child a h4 {
    width: 36px;
    /* ptv(30) * 1.23 */
  }
}
@media screen and ( min-width : 1680px ) {
  .plan-other-lineup-grid-child a h4 {
    right: 49px;
    /* ptv(40) * 1.23 */
  }
}
@media screen and ( min-width : 1680px ) {
  .plan-other-lineup-grid-child a h4 {
    top: 73px;
    /* ptv(60) * 1.23 */
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-other-lineup-grid-child a h4 {
    width: 4vw;
    right: 6.9333333333vw;
    top: 8.5333333333vw;
  }
}
.plan-other-lineup-grid-child a h4 img {
  width: 100%;
}
.plan-other-lineup-grid-child a p {
  position: absolute;
  width: 7.3206442167vw;
  left: 2.9282576867vw;
  top: 4.39238653vw;
  z-index: 2;
}
@media screen and ( min-width : 1680px ) {
  .plan-other-lineup-grid-child a p {
    width: 123px;
    /* ptv(100) * 1.23 */
  }
}
@media screen and ( min-width : 1680px ) {
  .plan-other-lineup-grid-child a p {
    left: 49px;
    /* ptv(40) * 1.23 */
  }
}
@media screen and ( min-width : 1680px ) {
  .plan-other-lineup-grid-child a p {
    top: 73px;
    /* ptv(60) * 1.23 */
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-other-lineup-grid-child a p {
    width: 18.9333333333vw;
    left: 6.9333333333vw;
    top: 8.5333333333vw;
  }
}
.plan-other-lineup-grid-child a p img {
  width: 100%;
}
.plan-other-lineup-grid-child a .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 50%;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.plan-other-lineup-grid-child a .cover.pc {
  display: inline !important;
}
@media screen and ( max-width : 1023px ) {
  .plan-other-lineup-grid-child a .cover.pc {
    display: none !important;
  }
}
.plan-other-lineup-grid-child a .cover.sp {
  display: none !important;
}
@media screen and ( max-width : 1023px ) {
  .plan-other-lineup-grid-child a .cover.sp {
    display: inline !important;
  }
}
.plan-other-lineup-grid-child a:hover .cover {
  opacity: 0;
}
.plan-other-lineup-grid-child a.current .cover {
  display: none !important;
}

.plan-case {
  padding: 4.0995607613vw 0;
  background: #fff !important;
}
@media screen and ( min-width : 1680px ) {
  .plan-case {
    padding: 12.8vw 0;
  }
}
.plan-case h3 {
  font-size: 1.756954612vw;
  margin-bottom: 3.513909224vw !important;
}
@media screen and ( min-width : 1680px ) {
  .plan-case h3 {
    font-size: 30px;
    margin-bottom: 60px !important;
  }
}
@media screen and ( max-width : 1023px ) {
  .plan-case h3 {
    font-size: 6.4vw;
    margin-bottom: 12.8vw !important;
  }
}