@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 top
==================================================================================*/
@keyframes mv {
  0% {
    opacity: 0;
    filter: blur(30px);
    transform: skewX(7deg) scaleX(1.2) scaleY(1.2) rotate(5deg);
  }
  60% {
    transform: skewX(0deg) scaleX(1) scaleY(1) rotate(0deg);
  }
  80% {
    filter: blur(0px);
  }
  90% {
    filter: blur(0px);
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

#top {
  overflow: hidden;
}

#top .main-visual {
  position: relative;
  overflow: hidden;
  background-color: #798474;
}

#top .main-visual .bg {
  opacity: 0;
}

#top .main-visual .text {
  position: absolute;
  top: 22%;
  right: 2%;
  width: 32%;
  transition: opacity 1.2s;
}

#top .main-visual .image01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  opacity: 1;
  transition: opacity 1.5s;
}

#top .main-visual .image01.off {
  opacity: 0;
}

#top .main-visual .image01 img {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: inherit;
  transform: translateX(-50%);
  width: auto;
  height: 100%;
  z-index: 5;
  opacity: .7;
}

#top .main-visual .image01 .bg01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top/mv00.jpg) center no-repeat;
  background-size: cover;
  opacity: 0;
  animation-fill-mode: forwards;
}

#top .main-visual .image01 .bg01.on {
  animation: mv 2.1s;
  animation-fill-mode: forwards;
}

#top .main-visual .image01 .texts {
  position: absolute;
  top: 48vw;
  left: 6%;
  width: 90%;
  text-align: center;
  z-index: 6;
  color: #fff;
}

#top .main-visual .image01 .text01 {
  font-size: 28px;
  line-height: 1.4;
  color: #fff;
  padding-bottom: 20px;
  letter-spacing: .4em;
}

#top .main-visual .image01 .text02 {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  opacity: 0;
  filter: blur(15px);
  transition: opacity 1.5s,filter 1.5s;
}

#top .main-visual .image01 .text02.on {
  filter: blur(0px);
  opacity: 1;
}

#top .main-visual .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  animation-fill-mode: forwards;
}

#top .main-visual .image.on {
  animation: mv 2.1s;
  animation-fill-mode: forwards;
}

#top .main-visual .image02 {
  opacity: 0;
  transition: opacity 1.5s;
}

#top .main-visual .image02.on {
  opacity: 1;
}

#top .image {
  position: relative;
}

#top .apeal {
  padding: 60px 0 60px;
  background: url(../images/top/apeal-bg.jpg) center;
  background-size: cover;
  text-align: center;
  color: #fff;
}

#top .apeal .upper {
  display: inline-block;
  position: relative;
  text-align: left;
}

#top .apeal .upper .text01 {
  position: absolute;
  top: -10px;
  left: 30px;
  color: #F3CF92;
  font-size: 12px;
  transform: translateY(20px);
  opacity: 0;
  filter: blur(20px);
  transition: transform .8s,opacity .8s,filter .9s;
}

#top .apeal .upper .in {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 30px;
  padding-bottom: 30px;
}

#top .apeal .upper .in .text03 {
  transform: translateY(20px);
  opacity: 0;
  filter: blur(20px);
  transition: transform .8s,opacity .8s,filter .9s;
}

#top .apeal .upper .in .text02 {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
  transform: translateY(20px);
  opacity: 0;
  filter: blur(20px);
  transition: transform .8s,opacity .8s,filter .9s;
}

#top .apeal .upper .in .text02::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 70%;
  width: 1px;
  height: 30px;
  background-color: #fff;
  transform: translateY(-50%);
}

#top .apeal .upper .in .num {
  font-size: 180%;
  color: #F3CF92;
}

#top .apeal .upper .in .big {
  font-size: 130%;
}

#top .apeal .points {
  margin: 0 auto;
  width: 90%;
  max-width: 1400px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0 10px;
  transform: translateY(20px);
  opacity: 0;
  filter: blur(20px);
  transition: transform .8s,opacity .8s,filter .9s;
}

#top .apeal .points li {
  display: flex;
  align-items: center;
  background-color: #707070;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 1.6;
}

#top .apeal.on .upper .text01 {
  transform: translateY(0px);
  opacity: 1;
  filter: blur(0px);
}

#top .apeal.on .upper .in .text02 {
  transform: translateY(0px);
  opacity: 1;
  filter: blur(0px);
}

#top .apeal.on .upper .in .text03 {
  transform: translateY(0px);
  opacity: 1;
  filter: blur(0px);
}

#top .apeal.on .points {
  transform: translateY(0px);
  opacity: 1;
  filter: blur(0px);
}

#top .information {
  text-align: center;
  margin: 60px auto 40px;
  background-color: #ECE8DD;
  box-sizing: border-box;
  padding: 54px 80px;
  color: #4D4D4D;
}

#top .information .section-title {
  font-weight: normal;
  font-size: 13px;
  padding-bottom: 90px;
  color: #000000;
}

#top .information .details {
  padding-bottom: 35px;
  border-bottom: 1px solid #675A00;
  margin-bottom: 20px;
  text-align: left;
}

#top .information .details li {
  padding-bottom: 20px;
}

#top .information .details .date {
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  padding-bottom: 18px;
}

#top .information .details .text {
  font-size: 22px;
  line-height: 1.7;
  color: #675A00;
}

#top .information .txt00 {
  text-align: left;
  font-size: 20px;
  line-height: 1.6;
  margin: 0 auto 10px;
  padding-left: 30px;
}

#top .information .txt00 .big {
  font-size: 22px;
}

#top .information .txt00 .spec {
  padding-top: 20px;
  padding-bottom: 20px;
}

#top .information .txt00 .mini {
  font-size: 13px;
}

#top .information .txt03 {
  text-align: left;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 40px;
  padding-left: 30px;
}

#top .information .txt04 {
  max-width: 640px;
  text-align: left;
  font-size: 14px;
  line-height: 2;
  border: 1px solid;
  padding: 20px 14px;
  margin-top: 30px;
  margin-left: 60px;
}

#top .information .txt04 span {
  font-weight: bold;
}

#top .information .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#top .information .box .text {
  box-sizing: border-box;
  padding-left: 30px;
  width: calc(100% - 200px);
  text-align: left;
}

#top .information .box .button a {
  display: block;
  width: 160px;
  height: 160px;
  color: #fff;
  box-sizing: border-box;
  background-color: #9E8D6B;
  position: relative;
  padding: 30px 10px 35px;
}

#top .information .box .button a .txt01 {
  font-size: 16px;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 13px;
}

#top .information .box .button a .txt01::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #fff;
  height: 1px;
  transform: translateX(-50%);
  width: 30px;
  transition: width .5s;
}

#top .information .box .button a .txt02 {
  font-size: 14px;
  line-height: 1.9;
}

#top .information .box .button a:hover .txt01::after {
  width: 85px;
}

#top .information .box .button a.reserve {
  background-color: #707070;
  margin-top: 20px;
}

#top .information .box .text01 {
  color: #675A00;
  font-size: 22px;
  line-height: 1.5;
  padding: 0 30px 20px;
  border-bottom: 1px solid #675A00;
  margin-bottom: 20px;
}

#top .information .box .text02 {
  font-size: 14px;
  line-height: 2.2;
  padding: 0 30px 0px;
}

#top .concept {
  position: relative;
  background: url(../images/top/concept-bg01.jpg) center;
  background-size: cover;
  height: 100vh;
}

#top .concept .header {
  position: absolute;
  top: 44vh;
  left: 50%;
  width: 90%;
  text-align: center;
  color: #fff;
  transform: translateX(-50%);
  z-index: 3;
}

#top .concept .header .section-title {
  padding-bottom: 35px;
  font-size: 24px;
  line-height: 1.7;
  font-weight: normal;
}

#top .concept .header .text01 {
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 2.4;
}

#top .concept .header .text02 {
  font-size: 24px;
  line-height: 1.7;
}

#top .concept .bg {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 2;
  opacity: .7;
}

#top .concept .bg img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100vh;
  max-width: inherit;
  transform: translateX(-50%);
}

#top .plan-tab {
  position: relative;
  background: url(../images/top/concept-bg01.jpg) center;
  background-size: cover;
  height: 80vw;
}

#top .plan-tab .bg {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  opacity: .7;
}

#top .plan-tab .bg img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: inherit;
  transform: translateX(-50%);
}

#top .tab-wrap {
  position: relative;
  height: 12.2vw;
  z-index: 1001;
  overflow: hidden;
}

#top .tab-wrap .cover {
  display: none;
}

#top .tab-wrap .tab-list-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#top .tab-wrap .tab-list {
  display: flex;
}

#top .tab-wrap .tab-list li {
  width: 12.5%;
}

#top .tab-wrap.on .tab-list-wrap {
  position: fixed;
}

#top .tab-wrap.off .tab-list-wrap {
  display: none;
}

#top .tab-contents {
  position: relative;
  width: 80%;
  height: 100vh;
  margin: auto;
  z-index: 3;
  min-height: 70vw;
}

#top .tab-contents .tabs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: url(../images/top/tab01-bg.jpg) center;
  background-size: cover;
  opacity: 0;
  transition: opacity 1.6s;
}

#top .tab-contents .tabs.on {
  opacity: 1;
  z-index: 11;
}

#top .tab-contents .image00 {
  position: absolute;
  width: 20%;
  top: 5%;
  right: 5%;
}

#top .tab-contents .image00 img {
  mix-blend-mode: overlay;
}

#top .tab-contents .in-content {
  position: absolute;
  top: 5vw;
  left: 33%;
  width: 34%;
  color: #fff;
  text-align: center;
}

#top .tab-contents .title {
  font-size: 36px;
  line-height: 1.5;
  padding-bottom: 10px;
}

#top .tab-contents .lead {
  font-size: 14px;
  line-height: 1.8;
  padding-bottom: 5px;
}

#top .tab-contents .text01 {
  font-size: 11px;
  line-height: 1.5;
  padding-bottom: 10px;
}

#top .tab-contents .text02 {
  font-size: 11px;
  line-height: 1.5;
  padding-bottom: 10px;
}

#top .tab-contents .images {
  padding-top: 25px;
  padding-bottom: 28px;
  display: flex;
  justify-content: space-between;
}

#top .tab-contents .images .image01 {
  width: 62%;
}

#top .tab-contents .images .image01 img {
  mix-blend-mode: overlay;
}

#top .tab-contents .images .imgs {
  width: 33.5%;
}

#top .tab-contents .images .imgs .image02 {
  padding-bottom: 10px;
}

#top .tab-contents .link {
  text-align: center;
  position: relative;
  z-index: 10;
}

#top .tab-contents .tab02 {
  background-image: url(../images/top/tab02-bg.jpg);
}

#top .tab-contents .tab02 .images {
  justify-content: space-around;
}

#top .tab-contents .tab02 .image01 {
  width: 33%;
}

#top .tab-contents .tab03 {
  background-image: url(../images/top/tab03-bg.jpg);
}

#top .tab-contents .tab03 .image01 {
  width: 55%;
}

#top .tab-contents .tab04 {
  background-image: url(../images/top/tab04-bg.jpg);
}

#top .tab-contents .tab04 .images {
  justify-content: space-around;
}

#top .tab-contents .tab04 .image01 {
  width: 55%;
}

#top .tab-contents .tab05 {
  background-image: url(../images/top/tab05-bg.jpg);
}

#top .tab-contents .tab05 .in-content {
  width: 44%;
  left: 28%;
}

#top .tab-contents .tab05 .image01 {
  width: 96%;
  margin-right: 10px;
}

#top .tab-contents .tab06 {
  background-image: url(../images/top/tab06-bg.jpg);
}

#top .tab-contents .tab06 .images {
  align-items: center;
}

#top .tab-contents .tab07 {
  background-image: url(../images/top/tab07-bg.jpg);
}

#top .tab-contents .tab07 .images {
  justify-content: space-around;
}

#top .tab-contents .tab07 .image01 {
  width: 33%;
}

#top .tab-contents .tab08 {
  background-image: url(../images/top/tab08-bg.jpg);
}

#top .tab-contents .tab08 .images {
  justify-content: space-around;
}

#top .tab-contents .tab08 .image01 {
  width: 45%;
}

#top main .buttons {
  display: inline-block;
  margin: 0 auto;
  padding: 25px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0);
  text-align: center;
  color: #fff;
  font-size: 12px;
  border-radius: 40px;
  transition: background-color .5s,color .5s;
}

#top main .buttons.black {
  border-color: #000;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}

#top main .buttons.inverse {
  border-color: #fff;
  color: #95B5E3;
  background-color: white;
}

#top main .buttons:hover {
  opacity: 1 !important;
  color: #000;
  transition: background-color .5s,color .5s;
  background-color: white;
}

#top main .buttons:hover.black {
  background-color: black;
  color: #fff;
}

#top main .buttons:hover.inverse {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
}

#top .section-ogikubo {
  position: relative;
  padding: 95px 0;
  text-align: center;
}

#top .section-ogikubo .title {
  padding-bottom: 22px;
  font-size: 60px;
  line-height: 1.4;
  font-weight: normal;
}

#top .section-ogikubo .text {
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 40px;
}

#top .section-ogikubo .image {
  margin-bottom: 40px;
}

#top .section-ogikubo .image .caption {
  background: none;
  color: #000;
}

#top .section-ogikubo .link {
  text-align: center;
}

#top .section-calm {
  position: relative;
}

#top .section-calm .header {
  position: absolute;
  text-align: center;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  z-index: 2;
}

#top .section-calm .title {
  padding-bottom: 22px;
  font-size: 60px;
  line-height: 1.4;
  font-weight: normal;
}

#top .section-calm .text {
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 40px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

#top .sections {
  position: relative;
}

#top .sections .header {
  position: relative;
  text-align: center;
  color: #fff;
  z-index: 2;
}

#top .sections .title {
  font-size: 60px;
  font-weight: normal;
  padding-bottom: 40px;
}

#top .sections .lead {
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 44px;
}

#top .sections a {
  display: block;
  position: relative;
  padding: 153px 0 147px;
  color: #fff;
  background: url(../images/top/plan.jpg) center;
  background-size: cover;
}

#top .sections a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color .7s;
}

#top .sections a:hover::after {
  background-color: rgba(0, 0, 0, 0.3);
}

#top .sections .button {
  position: relative;
  display: inline-block;
  font-size: 20px;
}

#top .sections .button::after {
  content: "→";
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 15px;
  transform: translateY(-50%);
}

#top .section-access a {
  background-image: url(../images/top/access.jpg);
}

#top .section-brand a {
  background-image: url(../images/top/brand.jpg);
}

@media screen and (max-width: 1024px) {
  #top.navi-open .tab-wrap {
    z-index: 100;
  }
}

/*==================================================================================
 top-sp
==================================================================================*/
@media (max-width: 768px) {
  #top .main-visual .text {
    position: absolute;
    top: 12%;
    right: 17%;
    width: 66%;
    z-index: 10;
  }
  #top .main-visual .image01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
  }
  #top .main-visual .image01 img {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: inherit;
    transform: translateX(-50%);
    width: auto;
    height: 100%;
    z-index: 5;
    opacity: .7;
  }
  #top .main-visual .image01 .texts {
    position: absolute;
    top: 60vh;
    left: 5%;
  }
  #top .main-visual .image01 .text01 {
    font-size: 22px;
    line-height: 1.4;
    padding-left: 1.5em;
  }
  #top .main-visual .image01 .text02 {
    font-size: 14px;
    line-height: 2;
  }
  #top .image {
    position: relative;
  }
  #top .apeal {
    padding: 40px 0 40px;
    background-image: url(../images/top/apeal-bg-sp.jpg);
  }
  #top .apeal .upper {
    display: block;
    text-align: center;
    padding-bottom: 20px;
    margin: 0 auto;
    width: 90%;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
  }
  #top .apeal .upper .text01 {
    position: static;
    padding-bottom: 4px;
    font-size: 11px;
  }
  #top .apeal .upper .in {
    display: block;
    font-size: 30px;
    padding-bottom: 0px;
  }
  #top .apeal .upper .in .text03 {
    font-size: 18px;
  }
  #top .apeal .upper .in .text02 {
    padding-right: 0px;
    padding-bottom: 18px;
    margin-right: auto;
    font-size: 22px;
  }
  #top .apeal .upper .in .text02::after {
    display: none;
  }
  #top .apeal .upper .in .num {
    font-size: 180%;
  }
  #top .apeal .upper .in .big {
    font-size: 26px;
  }
  #top .apeal .points {
    display: none;
    flex-wrap: wrap;
    gap: inherit;
    justify-content: space-between;
  }
  #top .apeal .points li {
    justify-content: center;
    box-sizing: border-box;
    width: 49%;
    margin-bottom: 10px;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 1.4;
  }
  #top .apeal .points-sp {
    width: 90%;
    margin: auto;
  }
  #top .information {
    margin: 40px auto 10px;
    padding: 40px 20px 40px;
  }
  #top .information .section-title {
    font-size: 13px;
    padding-bottom: 49px;
  }
  #top .information .details {
    text-align: center;
    padding-bottom: 24px;
    margin-bottom: 44px;
  }
  #top .information .details li {
    padding-bottom: 20px;
  }
  #top .information .details .date {
    font-size: 14px;
    padding-bottom: 30px;
  }
  #top .information .details .text {
    font-size: 22px;
  }
  #top .information .txt00 {
    text-align: center;
    font-size: 22px;
    padding-left: 0;
  }
  #top .information .txt00 .big {
    font-size: 22px;
  }
  #top .information .txt03 {
    text-align: center;
    font-size: 14px;
    padding-left: 0;
  }
  #top .information .txt04 {
    font-size: 14px;
    margin-left: auto;
  }
  #top .information .box {
    display: block;
  }
  #top .information .box .text {
    padding-left: 0px;
    width: auto;
    text-align: center;
  }
  #top .information .box .text01 {
    text-align: left;
    font-size: 22px;
    padding: 0 0px 20px;
    border-bottom: none;
    margin-bottom: 0px;
  }
  #top .information .box .text02 {
    text-align: left;
    padding: 0;
  }
  #top .information .box .button {
    padding-top: 39px;
  }
  #top .information .box .button a {
    width: auto;
    height: auto;
    padding: 16px 10px 15px;
  }
  #top .information .box .button a .txt01 {
    font-size: 16px;
    padding-bottom: 18px;
    margin-bottom: 13px;
  }
  #top .information .box .button a .txt02 {
    font-size: 14px;
    line-height: 1.9;
  }
  #top .concept {
    background-image: url(../images/top/concept-bg01-sp.jpg);
  }
  #top .concept .header {
    top: 31vh;
    width: 90%;
  }
  #top .concept .header .section-title {
    padding-bottom: 40px;
  }
  #top .concept .header .text01 {
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 2.1;
  }
  #top .concept .header .text01 br {
    display: none;
  }
  #top .concept .header .text02 {
    font-size: 24px;
  }
  #top .plan-tab {
    background: none;
    height: auto;
  }
  #top .tab-wrap {
    position: relative;
    height: 30.4vw;
    z-index: 1001;
  }
  #top .tab-wrap .tab-list-wrap {
    height: 30.5vw;
    overflow-y: hidden;
    overflow-x: auto;
  }
  #top .tab-wrap .cover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 1;
  }
  #top .tab-wrap .cover img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55%;
  }
  #top .tab-wrap .cover.off {
    opacity: 0;
  }
  #top .tab-wrap .tab-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 244vw;
  }
  #top .tab-wrap .tab-list li {
    width: 30.5vw;
  }
  #top .tab-contents {
    padding-top: 30.5vw;
    width: 100%;
    height: 60vh;
    min-height: 400px;
  }
  #top .tab-contents .title {
    padding-bottom: 5px;
  }
  #top .tab-contents .lead {
    padding-bottom: 2.5px;
  }
  #top .tab-contents .text01, #top .tab-contents .text02 {
    padding-bottom: 5px;
  }
  #top .tab-contents .text03 {
    line-height: 1.6;
  }
  #top .tab-contents .tabs {
    background-image: url(../images/top/tab01-bg-sp.jpg);
    background-position: top;
    height: 100%;
  }
  #top .tab-contents .image00 {
    width: 22%;
    top: 2.5%;
  }
  #top .tab-contents .in-content {
    top: 15vw;
    left: 10%;
    width: 80%;
  }
  #top .tab-contents .lead {
    font-size: 14px;
    padding-bottom: 5px;
  }
  #top .tab-contents .text02 {
    font-size: 11px;
    padding-bottom: 10px;
  }
  #top .tab-contents .images {
    padding-top: 22px;
    padding-bottom: 20px;
    display: block;
    margin: 0 auto;
    width: 66%;
  }
  #top .tab-contents .images .image01 {
    margin: 0 auto;
    width: 64%;
  }
  #top .tab-contents .images .imgs {
    display: none;
    justify-content: space-between;
    width: 100%;
  }
  #top .tab-contents .images .imgs .image03 {
    width: 48%;
  }
  #top .tab-contents .images .imgs .image02 {
    width: 48%;
    padding-bottom: 0px;
  }
  #top .tab-contents .link {
    text-align: center;
  }
  #top .tab-contents .link a {
    box-sizing: border-box;
    width: 100%;
  }
  #top .tab-contents .tab02 {
    background-image: url(../images/top/tab02-bg-sp.jpg);
    height: 110%;
  }
  #top .tab-contents .tab02 .image01 {
    width: 44%;
  }
  #top .tab-contents .tab03 {
    background-image: url(../images/top/tab03-bg-sp.jpg);
  }
  #top .tab-contents .tab04 {
    background-image: url(../images/top/tab04-bg-sp.jpg);
  }
  #top .tab-contents .tab05 {
    background-image: url(../images/top/tab05-bg-sp.jpg);
  }
  #top .tab-contents .tab05 .in-content {
    width: 80%;
    left: 10%;
  }
  #top .tab-contents .tab05 .image01 {
    width: 84%;
  }
  #top .tab-contents .tab06 {
    background-image: url(../images/top/tab06-bg-sp.jpg);
  }
  #top .tab-contents .tab06 .image01 {
    width: 84%;
  }
  #top .tab-contents .tab07 {
    background-image: url(../images/top/tab07-bg-sp.jpg);
    height: 110%;
  }
  #top .tab-contents .tab07 .image01 {
    width: 44%;
  }
  #top .tab-contents .tab08 {
    background-image: url(../images/top/tab08-bg-sp.jpg);
    height: 110%;
  }
  #top main .buttons {
    width: 60%;
    display: block;
    padding: 25px;
    font-size: 15px;
    border-radius: 40px;
  }
  #top .section-ogikubo {
    padding: 86px 0;
  }
  #top .section-ogikubo .title {
    padding-bottom: 25px;
    font-size: 40px;
  }
  #top .section-ogikubo .text {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 40px;
  }
  #top .section-calm {
    position: relative;
  }
  #top .section-calm .header {
    top: 10%;
    width: 90%;
  }
  #top .section-calm .title {
    padding-bottom: 22px;
    font-size: 40px;
  }
  #top .section-calm .text {
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: 90%;
  }
  #top .sections .header {
    position: relative;
    text-align: center;
    color: #fff;
    z-index: 2;
  }
  #top .sections .title {
    font-size: 40px;
    padding-bottom: 40px;
  }
  #top .sections .lead {
    padding-bottom: 44px;
  }
  #top .sections .button {
    font-size: 15px;
  }
  #top .sections a {
    padding: 93px 0 97px;
    background-image: url(../images/top/plan-sp.jpg);
  }
  #top .section-access a {
    background-image: url(../images/top/access-sp.jpg);
  }
  #top .section-brand a {
    background-image: url(../images/top/brand-sp.jpg);
  }
}

/*# sourceMappingURL=top.css.map */
