@charset "UTF-8";
/* scssで作成したcssです。cssファイルを編集した場合は、scssとmapを削除もしくはリネームしておいてください。※誤ってscssを編集してcssを上書きしてしまうことを防ぐため 
font-sizeの変更：1600px以降、間隔などは1400px以降、その他適宜*/
/* 共通
----------------------------------------------------------------------------------------------------*/
/*balloon*/
.top-balloon-ttl .top-balloon {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
}

.top-balloon {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #282828;
}

.common-balloon::before {
  content: " ";
  width: 1px;
  background-color: #282828;
  display: block;
  position: absolute;
  left: 50%;
}

@media screen and (max-width: 1399px) {
  .top-balloon-ttl {
    margin-bottom: 2.4rem;
  }
  .top-balloon-ttl .top-balloon {
    margin-bottom: 2rem;
  }
  .top-balloon {
    border-radius: 1.5rem;
    line-height: 3rem;
  }
  .common-balloon::before {
    height: 1.6rem;
    bottom: -1.6rem;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}
@media screen and (min-width: 1400px) {
  .top-balloon-ttl {
    margin-bottom: 4rem;
  }
  .top-balloon-ttl .top-balloon {
    margin-bottom: 3rem;
  }
  .top-balloon {
    border-radius: 2rem;
    line-height: 4rem;
    letter-spacing: 0.05em;
  }
  .common-balloon::before {
    height: 2rem;
    bottom: -2rem;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
}
@media screen and (max-width: 1599px) {
  .top-balloon {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1600px) {
  .top-balloon {
    font-size: 1.7rem;
  }
}
/* トップページFVタイトル
----------------------------------------------------------------------------------------------------*/
.top-ttl {
  line-height: 1;
}
.top-ttl .efont-bold {
  display: block;
}
.top-ttl .top-ttl-main {
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .top-ttl-wrap {
    padding-top: 11rem;
  }
  .top-ttl {
    font-size: 1.4rem;
  }
  .top-ttl .efont-bold {
    font-size: 3.4rem;
    padding-bottom: 1.6rem;
  }
}
@media screen and (min-width: 992px) {
  .top-ttl-wrap {
    padding-top: 22rem;
  }
  .top-ttl {
    font-size: 2.6rem;
  }
  .top-ttl .efont-bold {
    font-size: 9rem;
    padding-bottom: 3.4rem;
  }
}
@media screen and (max-width: 1399px) {
  .top-ttl-wrap {
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 1400px) {
  .top-ttl-wrap {
    padding-bottom: 25.5rem;
  }
}
.top-ttl-scroll-down {
  position: absolute;
}
.top-ttl-scroll-down a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.top-ttl-scroll-down a .ttsd-arrow {
  display: block;
  position: absolute;
}
.top-ttl-scroll-down a .ttsd-arrow img {
  display: block;
}
.top-ttl-scroll-down a .ttsd-ani {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: scrollAni 18s linear 0s infinite normal;
          animation: scrollAni 18s linear 0s infinite normal;
}

@media screen and (max-width: 991px) {
  .top-ttl-scroll-down {
    width: 6.9rem;
    height: 6.9rem;
  }
  .top-ttl-scroll-down a .ttsd-arrow {
    width: 1.1rem;
    top: calc(50% - 0.4rem);
    left: calc(50% - 0.55rem);
    height: 0.8rem;
  }
}
@media screen and (min-width: 992px) {
  .top-ttl-scroll-down {
    width: 18rem;
    height: 18rem;
  }
  .top-ttl-scroll-down a .ttsd-arrow {
    width: 2.1rem;
    top: calc(50% - 0.9rem);
    left: calc(50% - 1.05rem);
    height: 1.8rem;
  }
}
@media screen and (max-width: 1399px) {
  .top-ttl-scroll-down {
    bottom: -5rem;
    right: 0;
  }
}
@media screen and (min-width: 1400px) {
  .top-ttl-scroll-down {
    bottom: -2.5rem;
    right: -2.8205%;
  }
}
@-webkit-keyframes scrollAni {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes scrollAni {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* FV
----------------------------------------------------------------------------------------------------*/
.main_wrap {
  padding-bottom: 10.5rem;
}

@media screen and (max-width: 575px) {
  .main_wrap {
    min-height: 41rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .main_wrap {
    min-height: 44rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .main_wrap {
    min-height: 52rem;
  }
}
@media screen and (min-width: 1400px) {
  .main_wrap {
    min-height: 60rem;
  }
}
#fv-swiper {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  overflow: visible;
  position: relative;
}
#fv-swiper.is-loaded {
  opacity: 1;
}
#fv-swiper .swiper-slide {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: none;
  transition: none;
}
#fv-swiper .swiper-slide .fs-img {
  position: relative;
  z-index: 1;
  display: block;
  -webkit-transition: 1s;
  transition: 1s;
}
#fv-swiper .swiper-slide .fs-img::before {
  content: " ";
  bottom: 0;
  position: absolute;
  z-index: -1;
  background: #282828;
  -webkit-transition: 1s;
  transition: 1s;
}
#fv-swiper .swiper-slide .fs-img .fs-img-inner {
  overflow: hidden;
}
#fv-swiper .swiper-slide.swiper-slide-active {
  z-index: 1;
}

@media screen and (max-width: 1399px) {
  #fv-swiper {
    top: -0.5rem;
  }
  #fv-swiper .swiper-slide {
    -webkit-transform: scale(0.84);
            transform: scale(0.84);
  }
  #fv-swiper .swiper-slide .fs-img {
    padding-bottom: 0.6rem;
  }
  #fv-swiper .swiper-slide .fs-img::before {
    content: " ";
    height: calc(100% - 0.6rem);
    left: 0.6rem;
    border-radius: 1rem;
    width: 100%;
  }
  #fv-swiper .swiper-slide .fs-img .fs-img-inner {
    border-radius: 1rem;
  }
  #fv-swiper .swiper-slide:not(.swiper-slide-active) .fs-img {
    -webkit-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
  }
  #fv-swiper .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  #fv-swiper .swiper-slide.swiper-slide-active .fs-img {
    padding-bottom: 1rem;
  }
  #fv-swiper .swiper-slide.swiper-slide-active .fs-img::before {
    height: calc(100% - 1rem);
    top: 1rem;
    left: 1rem;
  }
  .fv-swiper-nav-wrap {
    margin-right: auto;
    margin-left: auto;
    padding-top: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  #fv-swiper {
    top: -17rem;
    /* 2枚中央寄せの微調整 */
    padding-right: 18.8rem;
    padding-left: 18.8rem;
  }
  #fv-swiper .swiper-slide .fs-img {
    padding-bottom: 1.2rem;
    padding-right: 1.2rem;
  }
  #fv-swiper .swiper-slide .fs-img::before {
    content: " ";
    height: calc(100% - 1.2rem);
    width: calc(100% - 1.2rem);
    right: 0;
    border-radius: 1.5rem;
  }
  #fv-swiper .swiper-slide .fs-img .fs-img-inner {
    border-radius: 1.5rem;
  }
  #fv-swiper .swiper-slide.swiper-slide-active .fs-img, #fv-swiper .swiper-slide.swiper-slide-next .fs-img {
    padding-bottom: 1.6rem;
    padding-right: 1.6rem;
    -webkit-transform: translateY(1.6rem);
            transform: translateY(1.6rem);
  }
  #fv-swiper .swiper-slide.swiper-slide-active .fs-img::before, #fv-swiper .swiper-slide.swiper-slide-next .fs-img::before {
    height: calc(100% - 1.6rem);
    width: calc(100% - 1.6rem);
    top: 1.6rem;
    right: 0;
  }
  #fv-swiper .swiper-slide.swiper-slide-active {
    padding-right: 3.6rem;
  }
  #fv-swiper .swiper-slide.swiper-slide-next {
    padding-left: 3.6rem;
  }
  /* 中央2枚を強調表示する */
  #fv-swiper .swiper-slide.swiper-slide-active,
  #fv-swiper .swiper-slide.swiper-slide-next {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
    z-index: 2;
  }
  /* 前後のスライドを少し下げる */
  #fv-swiper .swiper-slide-prev,
  #fv-swiper .swiper-slide-next + .swiper-slide {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  .fv-swiper-nav-wrap {
    left: -8rem;
    position: relative;
    padding-top: 3rem;
  }
}
/* About us
----------------------------------------------------------------------------------------------------*/
.top-about-wrap {
  position: relative;
  z-index: 1;
}

.top-about-caption {
  line-height: 1.6;
}

.top-about-txt {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .top-about-txt br {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .top-about-txt {
    text-align: center;
  }
}
@media screen and (max-width: 1399px) {
  .top-about-wrap {
    padding-top: 1rem;
  }
  .top-about-caption {
    margin-bottom: 2.2rem;
    letter-spacing: 0.05em;
  }
  .top-about-txt {
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1400px) {
  .top-about-caption {
    margin-bottom: 3.2rem;
    letter-spacing: 0.1em;
  }
  .top-about-txt {
    letter-spacing: 0.1em;
    line-height: 2.2;
  }
}
@media screen and (max-width: 1599px) {
  .top-about-wrap .top-balloon {
    width: 20rem;
  }
  .top-about-caption {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1600px) {
  .top-about-wrap .top-balloon {
    width: 26rem;
  }
  .top-about-caption {
    font-size: 3rem;
  }
}
/* Plan
----------------------------------------------------------------------------------------------------*/
.top-plan-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.top-plan-inner-ttl .top-plan-ttl {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-plan-inner-ttl .top-plan-ttl span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  min-height: 14rem;
}
.top-plan-inner-ttl .top-plan-ttl .top-e-ttl {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 0.8rem;
}
.top-plan-inner-ttl .top-plan-ttl .top-j-ttl {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
}

@media screen and (max-width: 1399px) {
  .top-plan-wrap {
    padding-top: 7.7rem;
    padding-bottom: 11.4rem;
  }
}
@media screen and (min-width: 1400px) {
  .top-plan-wrap {
    padding-top: 16rem;
    padding-bottom: 31.4rem;
  }
}
@media screen and (max-width: 1599px) {
  .top-plan-inner-ttl {
    width: 10rem;
    position: sticky;
    left: 0;
    top: 6.4rem;
  }
  .top-plan-inner-ttl .top-plan-ttl span {
    min-height: 14rem;
  }
  .top-plan-inner-ttl .top-plan-ttl .top-e-ttl {
    padding-left: 0.8rem;
  }
}
@media screen and (min-width: 1600px) {
  .top-plan-inner-ttl {
    width: 27rem;
  }
  .top-plan-inner-ttl .top-plan-ttl span {
    min-height: 19rem;
  }
  .top-plan-inner-ttl .top-plan-ttl .top-e-ttl {
    padding-left: 3rem;
    position: relative;
    top: -0.2rem;
  }
}
/* main */
@media screen and (min-width: 768px) {
  .top-plan-inner-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .top-plan-inner-main {
    background-image: radial-gradient(#282828 30%, rgba(40, 40, 40, 0) 30%);
    background-size: 6px 6px;
    background-repeat: repeat-x;
    background-position: bottom left;
  }
}
@media screen and (max-width: 1599px) {
  .top-plan-inner-main {
    width: calc(100% - 10rem);
  }
}
@media screen and (min-width: 1600px) {
  .top-plan-inner-main {
    width: calc(100% - 27rem);
  }
}
/* main item */
.top-plan-inner-main-item {
  text-align: center;
}
.top-plan-inner-main-item a {
  display: block;
  color: #282828;
  text-decoration: none;
}
.top-plan-inner-main-item a .tpimi-icon {
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.top-plan-inner-main-item a .tpimi-icon::before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
}
.top-plan-inner-main-item a .tpimi-ttl {
  line-height: 1.4;
}
.top-plan-inner-main-item a .tpimi-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-plan-inner-main-item a .tpimi-price span {
  display: block;
}
.top-plan-inner-main-item a .tpimi-price .efont-satoshi {
  padding-right: 0.5rem;
}
.top-plan-inner-main-item a .tpimi-price .tpimi-unit .tpimi-unit-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0.2rem;
}
.top-plan-inner-main-item a .tpimi-kome {
  font-weight: 400;
}
.top-plan-inner-main-item a .tpimi-btn {
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  background-color: #282828;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-plan-inner-main-item a:hover {
  color: #282828;
}
.top-plan-inner-main-item a:hover .tpimi-icon::before {
  content: " ";
  opacity: 1;
}
.top-plan-inner-main-item a:hover .tpimi-btn {
  background-color: #f0c33e;
}

@media screen and (max-width: 767px) {
  .top-plan-inner-main-item:last-of-type a {
    background-image: radial-gradient(#282828 30%, rgba(40, 40, 40, 0) 30%);
    background-size: 6px 6px;
    background-repeat: repeat-x;
    background-position: bottom left;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .top-plan-inner-main-item {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .top-plan-inner-main-item {
    background-image: radial-gradient(#282828 30%, rgba(40, 40, 40, 0) 30%);
    background-size: 6px 6px;
    background-repeat: repeat-x;
    background-position: top left;
  }
}
@media screen and (min-width: 992px) {
  .top-plan-inner-main-item {
    width: 25%;
    background-image: radial-gradient(#282828 30%, rgba(40, 40, 40, 0) 30%);
    background-size: 6px 6px;
    background-repeat: repeat-y;
    background-position: left bottom;
  }
  .top-plan-inner-main-item:last-of-type a {
    background-image: radial-gradient(#282828 30%, rgba(40, 40, 40, 0) 30%);
    background-size: 6px 6px;
    background-repeat: repeat-y;
    background-position: right bottom;
  }
}
@media screen and (max-width: 1399px) {
  .top-plan-inner-main-item a {
    padding-top: 2.4rem;
    padding-bottom: 3.2rem;
  }
  .top-plan-inner-main-item a .tpimi-icon {
    margin-bottom: 1rem;
  }
  .top-plan-inner-main-item a .tpimi-ttl {
    margin-bottom: 1.2rem;
  }
  .top-plan-inner-main-item a .tpimi-price {
    margin-bottom: 1.2rem;
  }
  .top-plan-inner-main-item a .tpimi-price .tpimi-unit .c-808080 {
    padding-bottom: 0.2rem;
  }
  .top-plan-inner-main-item a .tpimi-kome {
    margin-bottom: 2.4rem;
    line-height: 1.4;
  }
  .top-plan-inner-main-item a .tpimi-btn {
    line-height: 4.5rem;
    border-radius: 2.3rem;
    width: 15rem;
  }
}
@media screen and (min-width: 1400px) {
  .top-plan-inner-main-item a .tpimi-icon {
    margin-bottom: 2rem;
  }
  .top-plan-inner-main-item a .tpimi-ttl {
    margin-bottom: 1.6rem;
    letter-spacing: 0.05em;
  }
  .top-plan-inner-main-item a .tpimi-price {
    margin-bottom: 2rem;
  }
  .top-plan-inner-main-item a .tpimi-price .tpimi-unit {
    padding-top: 0.5rem;
  }
  .top-plan-inner-main-item a .tpimi-price .tpimi-unit .c-808080 {
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
  }
  .top-plan-inner-main-item a .tpimi-kome {
    margin-bottom: 4rem;
    line-height: 1.6;
  }
  .top-plan-inner-main-item a .tpimi-btn {
    line-height: 5rem;
    border-radius: 2.5rem;
    width: 18rem;
  }
}
@media screen and (max-width: 1599px) {
  .top-plan-inner-main-item a .tpimi-icon {
    width: 8rem;
    height: 8rem;
  }
  .top-plan-inner-main-item a .tpimi-icon::before {
    background-size: 3.7rem;
  }
  .top-plan-inner-main-item a .tpimi-icon img {
    width: 3.7rem;
  }
  .top-plan-inner-main-item a .tpimi-ttl {
    font-size: 1.6rem;
  }
  .top-plan-inner-main-item a .tpimi-ttl .tpimi-ttl-small {
    font-size: 1.4rem;
  }
  .top-plan-inner-main-item a .tpimi-price .efont-satoshi {
    font-size: 4rem;
  }
  .top-plan-inner-main-item a .tpimi-price .tpimi-unit .c-808080 {
    font-size: 1.1rem;
  }
  .top-plan-inner-main-item a .tpimi-price .tpimi-unit .tpimi-unit-main {
    font-size: 1.3rem;
  }
  .top-plan-inner-main-item a .tpimi-price .tpimi-unit .tpimi-unit-main .tpimi-unit-main-small {
    font-size: 1.1rem;
  }
  .top-plan-inner-main-item a .tpimi-kome {
    font-size: 1.2rem;
  }
  .top-plan-inner-main-item a .tpimi-btn {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1600px) {
  .top-plan-inner-main-item a .tpimi-icon {
    width: 12rem;
    height: 12rem;
  }
  .top-plan-inner-main-item a .tpimi-icon::before {
    background-size: 5rem;
  }
  .top-plan-inner-main-item a .tpimi-icon img {
    width: 5rem;
  }
  .top-plan-inner-main-item a .tpimi-ttl {
    font-size: 2rem;
  }
  .top-plan-inner-main-item a .tpimi-ttl .tpimi-ttl-small {
    font-size: 1.6rem;
  }
  .top-plan-inner-main-item a .tpimi-price .efont-satoshi {
    font-size: 6rem;
  }
  .top-plan-inner-main-item a .tpimi-price .tpimi-unit .c-808080 {
    font-size: 1.3rem;
  }
  .top-plan-inner-main-item a .tpimi-price .tpimi-unit .tpimi-unit-main {
    font-size: 1.8rem;
  }
  .top-plan-inner-main-item a .tpimi-price .tpimi-unit .tpimi-unit-main .tpimi-unit-main-small {
    font-size: 1.3rem;
  }
  .top-plan-inner-main-item a .tpimi-kome {
    font-size: 1.3rem;
  }
}
/* active */
.tpimi-ldk .tpimi-icon::before {
  background-image: url(../images/logo-icon/top-plan-ldk-active.svg);
}

.tpimi-plumbing-Interior .tpimi-icon::before {
  background-image: url(../images/logo-icon/top-plan-plumbing-Interior-active.svg);
}

.tpimi-houses-apartments .tpimi-icon::before {
  background-image: url(../images/logo-icon/top-plan-houses-apartments-active.svg);
}

.tpimi-refurbishment-menu .tpimi-icon::before {
  background-image: url(../images/logo-icon/top-plan-refurbishment-menu-active.svg);
}

/* Other
----------------------------------------------------------------------------------------------------*/
.top-other-wrap {
  position: relative;
  z-index: 1;
}

.top-other-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-other-inner-item {
  width: 50%;
}
.top-other-inner-item a {
  display: block;
  text-decoration: none;
  color: #282828;
  position: relative;
}
.top-other-inner-item a .toii-img {
  overflow: hidden;
}
.top-other-inner-item a:hover {
  color: #282828;
}

.toii-ttl {
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .top-other-inner {
    margin-right: -0.8rem;
    margin-left: -0.8rem;
  }
  .top-other-inner-item {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .top-other-inner {
    margin-right: -2.5rem;
    margin-left: -2.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top-other-inner-item {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .top-other-inner {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .top-other-inner {
    max-width: calc(78.8462% + 5rem);
  }
}
@media screen and (max-width: 1199px) {
  .top-other-inner-item a .toii-img img {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .top-other-inner-item a .toii-ttl {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .top-other-inner-item a .toii-ttl .swiper-button-next {
    display: none;
  }
  .top-other-inner-item a:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media screen and (min-width: 1200px) {
  .top-other-inner-item {
    padding-right: 5rem;
    padding-left: 5rem;
  }
  .toii-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .toii-ttl .swiper-button-next {
    margin-left: 2rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .top-other-inner {
    margin-right: -5rem;
    margin-left: -5rem;
  }
}
@media screen and (max-width: 1399px) {
  .top-other-wrap {
    padding-top: 1rem;
    margin-bottom: 4.8rem;
  }
  .top-other-wrap .bdb-dotted-mainblack {
    padding-bottom: 2rem;
  }
  .top-other-wrap .top-common-ttl {
    margin-bottom: 4rem;
  }
  .top-other-inner-item {
    margin-bottom: 2rem;
  }
  .top-other-inner-item:nth-of-type(even) {
    padding-top: 2.4rem;
  }
  .top-other-inner-item a .toii-img {
    border-radius: 1rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 1400px) {
  .top-other-wrap {
    margin-bottom: 15rem;
  }
  .top-other-wrap .bdb-dotted-mainblack {
    padding-bottom: 8rem;
  }
  .top-other-wrap .top-common-ttl {
    margin-bottom: 8rem;
  }
  .top-other-inner {
    max-width: calc(78.8462% + 10rem);
  }
  .top-other-inner-item {
    margin-bottom: 7rem;
  }
  .top-other-inner-item:nth-of-type(even) {
    padding-top: 7rem;
  }
  .top-other-inner-item a .toii-img {
    border-radius: 1.5rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 1599px) {
  .toii-ttl {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .toii-ttl {
    font-size: 2.2rem;
  }
}
/* balloon */
@media screen and (max-width: 1199px) {
  .top-other-inner-balloon {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .top-other-inner-balloon {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -3.4rem;
    right: -3rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    width: 28.3rem;
  }
  .top-other-inner-balloon .top-balloon {
    line-height: 1.5;
    height: 7rem;
    font-size: 1.5rem;
    border-radius: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0.05em;
  }
  a:hover .top-other-inner-balloon {
    opacity: 1;
    visibility: visible;
  }
}
/* Company
----------------------------------------------------------------------------------------------------*/
.top-company-inner-img {
  border-radius: 1.5rem;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .top-company-inner-img {
    margin-bottom: 2.4rem;
  }
  .top-company-inner-txt .bt_more {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) {
  .top-company-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-company-inner-txt {
    padding-left: 8.5714%;
  }
  .top-company-inner-txt .bt_more a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .top-company-inner-img {
    width: 50%;
  }
  .top-company-inner-txt {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .top-company-inner-img {
    width: 58.5714%;
  }
  .top-company-inner-txt {
    width: 41.4286%;
  }
}
@media screen and (max-width: 1399px) {
  .top-company-wrap {
    padding-bottom: 11rem;
  }
}
@media screen and (min-width: 1400px) {
  .top-company-wrap {
    padding-bottom: 34.5rem;
  }
}
@media screen and (max-width: 1599px) {
  .top-company-wrap .top-common-ttl {
    margin-bottom: 3.4rem;
  }
  .tcit-txt {
    margin-bottom: 2.4rem;
  }
}
@media screen and (min-width: 1600px) {
  .top-company-wrap .top-common-ttl {
    margin-bottom: 5.6rem;
  }
  .tcit-txt {
    line-height: 2;
    margin-bottom: 4rem;
  }
}
/* sns
----------------------------------------------------------------------------------------------------*/
.top-sns-wrap {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1399px) {
  .top-sns-wrap {
    border-radius: 1.5rem;
    padding-right: 5.7143%;
    padding-left: 5.7143%;
    margin-bottom: 12.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .top-sns-wrap {
    border-radius: 3rem;
    padding-right: 8.3333%;
    padding-left: 8.3333%;
    margin-bottom: 32.5rem;
  }
}
/* Instagram
----------------------------------------------------------------------------------------------------*/
.top-Instagram-wrap {
  position: relative;
}
.top-Instagram-wrap .top-balloon-ttl .top-e-ttl-small {
  position: relative;
}
.top-Instagram-wrap .top-balloon-ttl .top-e-ttl-small::before {
  content: " ";
  display: block;
  position: absolute;
  background-image: url(../images/logo-icon/icon-instagram-top-e-ttl.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  top: 0.2rem;
  left: 0;
}
.top-Instagram-wrap #sb_instagram #sbi_images .sbi_item {
  border-radius: 1rem;
}

.top-Instagram-follow-img {
  position: absolute;
}

@media screen and (max-width: 1399px) {
  .top-Instagram-wrap {
    padding-top: 5rem;
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
  .top-Instagram-wrap .top-balloon-ttl {
    margin-bottom: 2.4rem;
  }
  .top-Instagram-wrap .bt_more {
    margin-top: 3rem;
  }
  .top-Instagram-follow-img {
    position: absolute;
    top: -5rem;
    left: -3.4rem;
    max-width: 14.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .top-Instagram-wrap {
    padding-top: 10rem;
    padding-bottom: 8rem;
    margin-bottom: 8rem;
  }
  .top-Instagram-wrap .top-balloon-ttl {
    margin-bottom: 4rem;
  }
  .top-Instagram-wrap .bt_more {
    margin-top: 5rem;
  }
  .top-Instagram-follow-img {
    position: absolute;
    top: -2.4rem;
    right: -8rem;
    max-width: 24.2rem;
  }
}
@media screen and (max-width: 1599px) {
  .top-balloon-ttl .top-balloon {
    max-width: 19rem;
  }
  .top-balloon-ttl .top-e-ttl-small {
    padding-left: 3.2rem;
  }
  .top-balloon-ttl .top-e-ttl-small::before {
    width: 2.2rem;
    height: 2.2rem;
  }
}
@media screen and (min-width: 1600px) {
  .top-balloon-ttl .top-balloon {
    max-width: 26rem;
  }
  .top-balloon-ttl .top-e-ttl-small {
    padding-left: 5rem;
  }
  .top-balloon-ttl .top-e-ttl-small::before {
    width: 3.7rem;
    height: 3.7rem;
  }
}
/* YouTube
----------------------------------------------------------------------------------------------------*/
.top-YouTube-wrap {
  position: relative;
}
.top-YouTube-wrap .top-balloon-ttl .top-e-ttl-small {
  position: relative;
}
.top-YouTube-wrap .top-balloon-ttl .top-e-ttl-small::before {
  content: " ";
  display: block;
  position: absolute;
  background-image: url(../images/logo-icon/icon-YouTube-top-e-ttl.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  left: 0;
}

.top-YouTube-inner-item-inner {
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .top-YouTube-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .top-YouTube-inner-item {
    width: 50%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 1199px) {
  .top-YouTube-inner-item:last-of-type {
    display: none;
  }
}
@media screen and (max-width: 1399px) {
  .top-YouTube-wrap {
    padding-bottom: 5rem;
  }
  .top-YouTube-wrap .top-balloon-ttl {
    margin-bottom: 2.2rem;
  }
  .top-YouTube-wrap .bt_more {
    margin-top: 3rem;
  }
  .top-YouTube-inner-item:not(:last-of-type) {
    margin-bottom: 1rem;
  }
  .top-YouTube-inner-item-inner {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 1400px) {
  .top-YouTube-wrap {
    padding-bottom: 11rem;
  }
  .top-YouTube-wrap .top-balloon-ttl {
    margin-bottom: 3.8rem;
  }
  .top-YouTube-wrap .bt_more {
    margin-top: 4.8rem;
  }
  .top-YouTube-inner-item-inner {
    border-radius: 1.5rem;
  }
}
@media screen and (max-width: 1599px) {
  .top-YouTube-wrap .top-balloon-ttl .top-balloon {
    max-width: 19rem;
  }
  .top-YouTube-wrap .top-balloon-ttl .top-e-ttl-small {
    padding-left: 3.7rem;
  }
  .top-YouTube-wrap .top-balloon-ttl .top-e-ttl-small::before {
    width: 3rem;
    height: 2.2rem;
    top: 0.2rem;
  }
}
@media screen and (min-width: 1600px) {
  .top-YouTube-wrap .top-balloon-ttl .top-balloon {
    max-width: 26rem;
  }
  .top-YouTube-wrap .top-balloon-ttl .top-e-ttl-small {
    padding-left: 5.5rem;
  }
  .top-YouTube-wrap .top-balloon-ttl .top-e-ttl-small::before {
    width: 4.5rem;
    height: 3.2rem;
    top: 0.5rem;
  }
}
/* TOP投稿
----------------------------------------------------------------------------------------------------*/
/* Information
----------------------------------------------------------------------------------------------------*/
.top-information-wrap {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1399px) {
  .top-information-wrap {
    padding-top: 1rem;
    padding-bottom: 8rem;
  }
  .top-information-wrap .top-common-ttl {
    margin-bottom: 3.6rem;
  }
  .top-information-wrap .bt_more {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1400px) {
  .top-information-wrap {
    padding-bottom: 11.2rem;
  }
  .top-information-wrap .top-common-ttl {
    margin-bottom: 7rem;
  }
  .top-information-wrap .bt_more {
    padding-top: 8rem;
  }
}
/*********************共通tab*********************/
.tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-top: 0.8rem;
}
.tab-wrap::before {
  content: " ";
  display: block;
  background-color: #fef9ed;
  position: absolute;
  top: 0;
  max-width: 100%;
}

.tab-label {
  text-align: center;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.tab-label .tab-label-color {
  background-color: #fef9ed;
  color: #282828;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

@media screen and (max-width: 488px) {
  .tab-wrap::before {
    width: 33.2rem;
  }
}
@media screen and (min-width: 489px) and (max-width: 646px) {
  .tab-wrap::before {
    width: 48rem;
  }
}
@media screen and (max-width: 646px) {
  .tab-wrap::before {
    height: 8.4rem;
    border-radius: 1rem;
  }
  .tab-label .tab-label-color {
    border-radius: 0.5rem;
  }
}
@media screen and (min-width: 647px) {
  .tab-wrap::before {
    border-radius: 3rem;
  }
  .tab-label .tab-label-color {
    border-radius: 2.2rem;
  }
}
@media screen and (min-width: 647px) and (max-width: 1599px) {
  .tab-wrap::before {
    width: 63.8rem;
    height: 4.6rem;
  }
}
@media screen and (max-width: 1599px) {
  .tab-label {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
    line-height: 3rem;
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    width: 15.8rem;
  }
}
@media screen and (min-width: 1600px) {
  .tab-wrap::before {
    width: 67rem;
    height: 6rem;
  }
  .tab-label {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    line-height: 4.3rem;
    font-size: 1.6rem;
    width: 16.4rem;
  }
}
/* checked */
.tab-switch {
  display: none;
}

.tab-switch:checked + .tab-label .tab-label-color {
  background-color: #f0c33e;
  color: #fff;
}
.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: auto;
  opacity: 1;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}

@media screen and (max-width: 1399px) {
  .tab-switch:checked + .tab-label + .tab-content {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 1400px) {
  .tab-switch:checked + .tab-label + .tab-content {
    padding-top: 8.8rem;
  }
}
/* swiper無効化 */
.common-centermode-slide:not(.swiper-initialized) {
  margin-right: auto;
  margin-left: auto;
}
.common-centermode-slide:not(.swiper-initialized) .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .common-centermode-slide:not(.swiper-initialized) {
    width: 74.359%;
  }
}
@media screen and (min-width: 992px) {
  .common-centermode-slide:not(.swiper-initialized) {
    width: calc(86.6667% + 3.6rem);
  }
  .common-centermode-slide:not(.swiper-initialized) .swiper-wrapper .swiper-slide .common-item {
    padding-right: 1.8rem;
    padding-left: 1.8rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1599px) {
  .common-centermode-slide:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 1599px) {
  .common-centermode-slide:not(.swiper-initialized) .swiper-wrapper .swiper-slide:not(:last-of-type) {
    margin-bottom: 3.2rem;
  }
}
@media screen and (min-width: 1600px) {
  .common-centermode-slide:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    width: 50%;
  }
  .common-centermode-slide:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-of-type(1) .common-item .common-infomation-item-inner::before, .common-centermode-slide:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-of-type(2) .common-item .common-infomation-item-inner::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 4px;
    display: block;
    top: 0;
    left: 0;
    background-image: radial-gradient(#282828 30%, rgba(40, 40, 40, 0) 30%);
    background-size: 6px 6px;
    background-repeat: repeat-x;
    background-position: bottom left;
  }
}
/* WorksとVoice共通のボタン
----------------------------------------------------------------------------------------------------*/
.works-voice-wrap {
  overflow: hidden;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.works-voice-wrap .swiper {
  overflow: visible;
}
.works-voice-wrap .swiper:not(.swiper-initialized) .common-item {
  height: 100%;
}

.works-voice-swiper-nav-wrap {
  position: absolute;
  top: -6.8rem;
  right: 0;
}

@media screen and (min-width: 992px) {
  .works-voice-wrap .swiper:not(.swiper-initialized) .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .works-voice-wrap .swiper:not(.swiper-initialized) .swiper-slide {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .works-voice-wrap .swiper:not(.swiper-initialized) .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 1199px) {
  .works-voice-wrap {
    width: 92.5641%;
    padding-right: 7.6923%;
  }
}
@media screen and (min-width: 1200px) {
  .works-voice-wrap {
    width: 93.3333%;
    padding-right: 6.6667%;
  }
}
@media screen and (max-width: 1399px) {
  .works-voice-wrap {
    padding-bottom: 3.4rem;
  }
  .works-voice-common-sp-ttl .top-common-ttl {
    margin-bottom: 4rem;
  }
  .works-voice-swiper-nav-wrap {
    width: 13.7rem;
  }
}
@media screen and (min-width: 1400px) {
  .works-voice-wrap {
    padding-bottom: 4rem;
  }
  .works-voice-swiper-nav-wrap {
    width: 19rem;
  }
  .works-voice-wrap .swiper:not(.swiper-initialized) .swiper-slide {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 1599px) {
  .works-voice-wrap .swiper.swiper-initialized .common-works-tag {
    overflow: hidden;
  }
}
@media screen and (min-width: 1600px) {
  .works-voice-wrap .swiper:not(.swiper-initialized) .swiper-slide {
    margin-bottom: 3rem;
  }
}
/* Works
----------------------------------------------------------------------------------------------------*/
.top-works-wrap .swiper-slide {
  height: auto;
}

@media screen and (max-width: 1399px) {
  .top-works-wrap {
    padding-top: 3.5rem;
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 1400px) {
  .top-works-wrap {
    padding-bottom: 15rem;
  }
  .top-works-wrap .top-common-ttl {
    text-align: center;
    margin-bottom: 8.8rem;
  }
}
/* Voice
----------------------------------------------------------------------------------------------------*/
.top-voice-wrap .top-e-ttl {
  padding-top: 0.2em;
}

@media screen and (max-width: 1399px) {
  .top-voice-wrap {
    padding-top: 6rem;
    padding-bottom: 11.6rem;
  }
  .top-voice-wrap .bt_more {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1400px) {
  .top-voice-wrap {
    padding-top: 15rem;
    padding-bottom: 26.4rem;
  }
  .top-voice-wrap .top-common-ttl {
    margin-bottom: 9rem;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .top-voice-wrap .top-common-ttl {
    text-align: center;
  }
}
@media screen and (max-width: 1599px) {
  .top-voice-wrap .works-voice-common-sp-ttl .bt_more {
    display: none;
  }
  .top-voice-wrap .bt_more {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1600px) {
  .top-voice-wrap .works-voice-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-voice-wrap .works-voice-wrap .works-voice-common-sp-ttl {
    width: 36rem;
    padding-top: 0.5rem;
  }
  .top-voice-wrap .works-voice-wrap .swiper:not(.swiper-initialized) .swiper-wrapper {
    margin-right: -2.25rem;
    margin-left: -2.25rem;
  }
  .top-voice-wrap .works-voice-wrap .swiper:not(.swiper-initialized) .swiper-slide {
    padding-right: 2.25rem;
    padding-left: 2.25rem;
  }
  .top-voice-wrap .works-voice-wrap + .bt_more {
    display: none;
  }
  .top-voice-swiper-wrap {
    width: calc(100% - 36rem);
    padding-top: 1.6rem;
  }
}/*# sourceMappingURL=top.css.map */