@charset "utf-8";

.favopremium {
  font-family: "Yu Gothic",Meiryo,"Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
  font-weight: 500;
  color: #000;
  font-feature-settings: "palt";
}
.favopremium * {
  box-sizing: border-box;
}
@media screen and (min-width : 769px){
  .favopremium .only-sp {
    display: none;
  }
}
@media screen and (max-width : 768px){
  .favopremium .only-pc {
    display: none;
  }
}

.favopremium .inner {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.favopremium .mv {
  background-color: #000;
}
.favopremium .mv .main {
  margin: 0;
}

.favopremium .price {
  background-color: #b59717;
}
.favopremium .price .inner {
  max-width: 800px;
}
@media screen and (max-width : 768px){
  .favopremium .price .inner {
    max-width: 480px;
  }
}

.favopremium .favopremium-main {
  position: relative;
  padding-bottom: 120px;
}
.favopremium .cta-fixed-area,
.favopremium .cta-btns-area {
  position: relative;
  background-color: #dcdcdc;
  height: 80px;
}
.favopremium .cta-fixed-area,
.favopremium .cta-fixed-area .cta-btns-area {
  background-color: #fff;
}
.favopremium .cta-fixed-area .cta-btns-area {
  opacity: 0;
  transform: translateY(100%);
  transition: transform .5s ease, opacity .5s ease;
}
.favopremium .favopremium-main.fixed .cta-fixed-area .cta-btns-area {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 20;
  transform: translateY(0);
  opacity: 1;
}
.favopremium .favopremium-main.stop .cta-fixed-area .cta-btns-area,
.favopremium .favopremium-main.fixed.stop .cta-fixed-area .cta-btns-area {
  position: absolute;
  transform: translateY(0);
  opacity: 1;
}
.favopremium .cta-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
.favopremium .cta-btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(33.33% - 17px);
  max-width: 300px;
  color: #dac182;
  font-weight: 700;
  font-size: 16px;
  height: 2.5em;
  text-align: center;
  transition: opacity .2s ease;
}
.favopremium .cta-btns .btn + .btn {
  margin-left: 25px;
}
.favopremium .cta-btns .btn-catalogue {
  background-color: #834e00;
}
.favopremium .cta-btns .btn-reserve {
  background-color: #204285;
}
.favopremium .cta-btns .btn-line {
  background-color: #007f41;
}
@media screen and (max-width : 768px){
  .favopremium .favopremium-main {
    padding-bottom: 15vw;
  }
  .favopremium .cta-fixed-area,
  .favopremium .cta-btns-area,
  .favopremium .cta-btns {
    height: 16.53vw;
  }
  .favopremium .cta-btns .btn {
    font-size: 11px;
    font-size: 2.93vw;
    height: 10.66vw;
    line-height: 1.25;
    letter-spacing: 0;
  }
  .favopremium .cta-btns .btn + .btn {
    margin-left: 2.08vw;
  }
}
@media (any-hover: hover) {
  .favopremium .cta-btns a.btn:hover {
    opacity: .7;
  }
}

.favopremium .concept {
  padding: 85px 0;
}
.favopremium .concept .title img {
  display: block;
  width: 100%;
  height: auto;
}
.favopremium .concept .img {
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width : 769px){
  .favopremium .concept .inner {
    max-width: 920px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .favopremium .concept .title {
    width: 100%;
    margin-bottom: 60px;
  }
  .favopremium .concept .lead {
    padding-top: 0.75%;
    width: 58.8%;
  }
  .favopremium .concept .img {
    width: 35.87%;
  }
}
@media screen and (max-width : 768px){
  .favopremium .concept {
    padding: 13.33% 8% 6.67%;
  }
  .favopremium .concept .title,
  .favopremium .concept .lead {
    margin-bottom: 9.5%;
  }
}

.favopremium .premium {
  padding: 55px 0;
  background-color: #f9f9f7;
}
.favopremium .premium .title {
  width: 84.26%;
  max-width: 522px;
  margin: 0 auto 40px;
}
.favopremium .premium .title img {
  display: block;
  width: 100%;
  height: auto;
}
.favopremium .premium .list {
  width: 84.26%;
  margin: 0 auto;
}
.favopremium .premium .list .more a {
  display: block;
  text-align: center;
  font-weight: 700;
  color: #c8a65c;
  border: 1px solid #c8a65c;
  background-color: #fff;
  transition: color .3s ease, background-color .3s ease;
}
@media screen and (min-width : 769px){
  .favopremium .premium .list {
    max-width: 719px;
  }
  .favopremium .premium .list > li + li {
    margin-top: 34px;
  }
  .favopremium .premium .list .text {
    display: flex;
  }
  .favopremium .premium .list .list-title {
    width: 37%;
  }
  .favopremium .premium .list .list-text {
    display: flex;
    align-items: center;
    width: 63%;
    border-left: 2px solid #c8a65c;
  }
  .favopremium .premium .list .more {
    margin-top: 12px;
    width: calc(37% + 2px);
  }
  .favopremium .premium .list .more a {
    font-size: 16px;
    padding: 13px 8px;
  }
}
@media screen and (max-width : 768px){
  .favopremium .premium {
    padding: 8% 0;
  }
  .favopremium .premium .list {
    width: 79.4%;
  }
  .favopremium .premium .list > li + li {
    margin-top: 14.9%;
  }
  .favopremium .premium .list .list-title {
    width: 59.7%;
    margin: 0 1.33vw 4.8vw;
  }
  .favopremium .premium .list .more {
    margin-top: 8vw;
  }
  .favopremium .premium .list .more a {
    font-size: 4.45vw;
    padding: .75em .5em;
  }
}
@media (any-hover: hover) {
  .favopremium .premium .list .more a:hover {
    color: #fff;
    background-color: #c8a65c;
  }
}

.favopremium .premium-anchor {
  margin-top: -96px;
  padding-top: 96px;
}
@media screen and (max-width : 768px){
  .favopremium .premium-anchor {
    margin-top: -78px;
    padding-top: 78px;
  }
}

.favopremium .premium-detail-sec {
  padding: 60px 0;
}
.favopremium #spec .premium-detail-sec {
  padding-bottom: 0;
}
.favopremium .premium-detail-title {
  width: 92%;
  max-width: 850px;
  margin: 0 auto 30px;
}
.favopremium .premium-detail-lead {
  width: 92%;
  max-width: 780px;
  margin: 0 auto 25px;
}
.favopremium .premium-detail-lead .copy img {
  display: block;
  width: 100%;
  max-width: none;
}
.favopremium .premium-detail-title > span {
  display: block;
  max-width: 266px;
}
.favopremium .premium-detail-lead .desc {
  margin-top: 1em;
  line-height: 1.78;
  font-size: 18px;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
}
.favopremium .premium-detail-lead .spec-img {
  width: 91.2%;
  max-width: 342px;
  margin: 25px auto 0;
}
@media screen and (max-width : 768px){
  .favopremium .premium-detail-sec {
    padding: 30px 0;
  }
  .favopremium .premium-detail-title {
    width: 76.6%;
    margin-bottom: 9.6%;
  }
  .favopremium .premium-detail-title > span {
    width: 62%;
  }
  .favopremium .premium-detail-lead {
    width: 100%;
  }
  .favopremium .premium-detail-lead .copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 28.53vw;
    width: 100%;
  }
  .favopremium .premium-detail-lead .copy > * {
    display: block;
    width: 100%;
  }
  .favopremium .premium-detail-lead .desc {
    width: 89.8%;
    margin: 1.75em auto 0;
    font-size: 4.8vw;
  }
  .favopremium .premium-detail-lead .spec-img {
    margin-top: 4vw;
  }
}

.favopremium .premium-insulation-pyramid {
  margin: 0 auto;
}
.favopremium .premium-insulation-pyramid .ttl {
  font-weight: 700;
  color: #c8a65c;
}
.favopremium .premium-insulation-pyramid .ttl sup {
  font-size: 50%;
}
.favopremium .premium-insulation-pyramid .desc {
  text-align: justify;
  line-height: 1.9;
  letter-spacing: 0.025em;
}
.favopremium .premium-insulation-pyramid .img img {
  display: block;
  width: 100%;
}
.favopremium .premium-insulation-pyramid .note {
  font-size: 9px;
  letter-spacing: 0.025em;
}
.favopremium .premium-insulation-method {
  width: 92%;
  max-width: 830px;
  margin: 0 auto 60px;
}
.favopremium .premium-insulation-method .ttl {
  font-size: 35px;
  margin-bottom: .375em;
  text-align: center;
  line-height: 1.3;
}
.favopremium .premium-insulation-method .lead {
  line-height: 1.75;
}
.favopremium .premium-insulation-method .fig {
  width: 100%;
  padding: 0;
  margin: 50px auto 0;
}
.favopremium .premium-insulation-method .fig .caption {
  display: block;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: .75em;
}
.favopremium .premium-insulation-method-list {
  width: 95.2%;
  max-width: 830px;
  margin: 0 auto;
}
.favopremium .premium-insulation-method-list .item + .item {
  margin-top: 10px;
}
.favopremium .premium-insulation-method-list .check {
  position: absolute;
  -webkit-appearance: none;
  appearance: none;
  opacity: 0;
}
.favopremium .premium-insulation-method-list .label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  min-height: 85px;
  background-color: #e6e6e6;
  cursor: pointer;
  color: #c8a65c;
  font-size: 25px;
  font-size: min(6.67vw, 25px);
  font-weight: 700;
  line-height: 1.2;
}
.favopremium .premium-insulation-method-list .label > i {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform .3s ease;
}
.favopremium .premium-insulation-method-list .label > i::before,
.favopremium .premium-insulation-method-list .label > i::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #231815;
}
.favopremium .premium-insulation-method-list .label > i::before {
  mask: url(../img/ico_minus.svg) center no-repeat;
  mask-size: 100% auto;
}
.favopremium .premium-insulation-method-list .label > i::after {
  mask: url(../img/ico_plus.svg) center no-repeat;
  mask-size: 100% auto;
  transition: opacity .3s ease;
}
.favopremium .premium-insulation-method-list .toggle {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: all .3s ease;
}
.favopremium .premium-insulation-method-list .check:checked ~ .label > i {
  transform: rotate(180deg);
}
.favopremium .premium-insulation-method-list .check:checked ~ .label > i::after {
  opacity: 0;
}
.favopremium .premium-insulation-method-list .check:checked ~ .toggle {
  opacity: 1;
  visibility: visible;
  max-height: none;
}
.favopremium .premium-insulation-method-list .toggle-inner {
  padding: 20px 20px 40px;
}
.favopremium .premium-insulation-method-list .item:last-of-type .toggle-inner {
  padding-bottom: 0;
}
.favopremium .premium-insulation-method-list .sub-ttl {
  font-size: 19px;
}
.favopremium .premium-insulation-method-list .desc {
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: justify;
}
.favopremium .premium-insulation-method-list .note {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.025em;
  text-align: justify;
}
.favopremium .premium-insulation-method-list .m03-cont .sub-ttl {
  margin-bottom: .5em;
}
.favopremium .premium-insulation-method-list .m03-cont .note {
  margin-top: .75em;
}
@media screen and (min-width : 769px){
  .favopremium .premium-insulation-pyramid {
    display: flex;
    width: 92%;
    max-width: 780px;
    padding-top: 15px;
    margin-bottom: 100px;
  }
  .favopremium .premium-insulation-pyramid .text {
    display: flex;
    flex-direction: column;
    width: 32%;
  }
  .favopremium .premium-insulation-pyramid .ttl {
    font-size: 22px;
    line-height: 1.5;
  }
  .favopremium .premium-insulation-pyramid .desc {
    margin: 1.5em 0;
    font-size: 17px;
  }
  .favopremium .premium-insulation-pyramid .note {
    margin-top: auto;
  }
  .favopremium .premium-insulation-pyramid .img {
    width: 70%;
    margin-left: -2%;
  }
  .favopremium .premium-insulation-method-list .m01-cont .img {
    margin-top: -2em;
  }
  .favopremium .premium-insulation-method-list .m02-cont {
    position: relative;
    padding-right: 56.5%;
    min-height: 246px;
  }
  .favopremium .premium-insulation-method-list .m02-cont .sub-ttl {
    margin: 2em 0 1em;
  }
  .favopremium .premium-insulation-method-list .m02-cont .img {
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
  }
  .favopremium .premium-insulation-method-list .m03-cont {
    display: flex;
    justify-content: space-between;
  }
  .favopremium .premium-insulation-method-list .m03-cont .left {
    width: 40.5%;
  }
  .favopremium .premium-insulation-method-list .m03-cont .right {
    width: 50%;
  }
  .favopremium .premium-insulation-method-list .m04-cont {
    display: flex;
  }
  .favopremium .premium-insulation-method-list .m04-cont .desc {
    width: 38%;
  }
  .favopremium .premium-insulation-method-list .m04-cont .img {
    width: 47.4%;
    margin-left: 3.8%;
  }
}
@media screen and (max-width : 768px){
  .favopremium .premium-insulation-pyramid {
    width: 91.2%;
    margin-bottom: 26.67vw;
  }
  .favopremium .premium-insulation-pyramid .ttl {
    font-size: 6vw;
    text-align: center;
  }
  .favopremium .premium-insulation-pyramid .desc {
    margin: .5em 0;
    font-size: 4.26vw;
    line-height: 1.875;
  }
  .favopremium .premium-insulation-pyramid .note {
    font-size: 2.67vw;
  }
  .favopremium .premium-insulation-pyramid .img {
    margin-top: 6vw;
  }
  .favopremium .premium-insulation-method .ttl {
    font-size: 8.8vw;
  }
  .favopremium .premium-insulation-method .lead {
    font-size: 4.26vw;
  }
  .favopremium .premium-insulation-method .fig {
    margin-top: 9.3vw;
  }
  .favopremium .premium-insulation-method .fig .caption {
    font-size: 5.33vw;
  }
  .favopremium .premium-insulation-method-list .toggle-inner {
    padding: 3.2vw 3.2vw 6vw;
  }
  .favopremium .premium-insulation-method-list .m01-cont .img {
    margin-top: 3vw;
    margin-right: -3.2vw;
  }
  .favopremium .premium-insulation-method-list .sub-ttl {
    font-size: 4.26vw;
  }
  .favopremium .premium-insulation-method-list .desc {
    font-size: 3.73vw;
    letter-spacing: 0.06em;
  }
  .favopremium .premium-insulation-method-list .note {
    font-size: 3.2vw;
  }
  .favopremium .premium-insulation-method-list .m02-cont .sub-ttl {
    margin: 1em 0 .5em;
  }
  .favopremium .premium-insulation-method-list .m02-cont .note {
    margin-top: .75em;
  }
  .favopremium .premium-insulation-method-list .m03-cont .right {
    margin-top: 4vw;
  }
  .favopremium .premium-insulation-method-list .m04-cont .img {
    margin-top: 4vw;
    width: 97.5%;
  }
}

.favopremium .premium-spec-area {
  padding: 30px 0;
  background-color: #f2f2f3;
}
.favopremium .premium-spec-list {
  width: 90.67%;
  max-width: 830px;
  margin: 0 auto;
}
.favopremium .premium-spec-list .item + .item {
  margin-top: 10px;
}
.favopremium .premium-spec-list .check {
  position: absolute;
  -webkit-appearance: none;
  appearance: none;
  opacity: 0;
}
.favopremium .premium-spec-list .label {
  position: relative;
  display: flex;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #c9caca;
  cursor: pointer;
  color: #c8a65c;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}
.favopremium .premium-spec-list .label .thumb {
  width: 90px;
}
.favopremium .premium-spec-list .label .ttl {
  display: block;
  padding-left: 20px;
  width: calc(100% - 90px);
  line-height: 1.3;
}
.favopremium .premium-spec-list .label .sub {
  display: block;
  font-size: 20px;
}
.favopremium .premium-spec-list .label > i {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  background-color: #b5b5b6;
  border-radius: 50%;
  transition: transform .3s ease;
}
.favopremium .premium-spec-list .label > i::before,
.favopremium .premium-spec-list .label > i::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.favopremium .premium-spec-list .label > i::before {
  mask: url(../img/ico_minus.svg) center no-repeat;
  mask-size: 100% auto;
}
.favopremium .premium-spec-list .label > i::after {
  mask: url(../img/ico_plus.svg) center no-repeat;
  mask-size: 100% auto;
  transition: opacity .3s ease;
}
.favopremium .premium-spec-list .toggle {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: all .3s ease;
}
.favopremium .premium-spec-list .check:checked ~ .label > i {
  transform: rotate(180deg);
}
.favopremium .premium-spec-list .check:checked ~ .label > i::after {
  opacity: 0;
}
.favopremium .premium-spec-list .check:checked ~ .toggle {
  opacity: 1;
  visibility: visible;
  max-height: none;
}
.favopremium .premium-spec-list .toggle-inner {
  background-color: #fff;
  border: 1px solid #c9caca;
  border-top: none;
}
.favopremium .premium-spec-list .sub-ttl {
  font-size: 19px;
}
.favopremium .premium-spec-list .desc {
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: justify;
}
.favopremium .premium-spec-list .note {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.025em;
  text-align: justify;
}
.favopremium .premium-spec-list .note-s {
  margin-top: 1em;
  font-size: 12px;
  text-align: right;
}
.favopremium .premium-spec-list .s01-cont {
  padding: 4%;
}
.favopremium .premium-spec-list .s01-cont .desc,
.favopremium .premium-spec-list .s01-cont .note {
  margin: .5em 0;
}
.favopremium .premium-spec-list .s04-cont .imgs .sub-ttl {
  margin-bottom: .375em;
}
.favopremium .premium-spec-list .s05-cont .right {
  display: flex;
  justify-content: space-between;
}
.favopremium .premium-spec-list .s05-cont .right .col {
  width: 48%;
}
.favopremium .premium-spec-list .s05-cont .right .note-s {
  text-align: left;
  line-height: 1.12;
}
@media screen and (min-width : 769px){
  .favopremium .premium-spec-list .label .ttl {
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
  }
  .favopremium .premium-spec-list .s01-cont,
  .favopremium .premium-spec-list .s02-cont,
  .favopremium .premium-spec-list .s03-cont,
  .favopremium .premium-spec-list .s05-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .favopremium .premium-spec-list .s01-cont .img {
    width: 46.3%;
  }
  .favopremium .premium-spec-list .s01-cont .info {
    width: 48.5%;
  }
  .favopremium .premium-spec-list .s02-cont {
    padding: 4%;
  }
  .favopremium .premium-spec-list .s02-cont .info {
    width: 43.5%;
  }
  .favopremium .premium-spec-list .s02-cont .info .desc {
    max-width: 320px;
    margin-left: auto;
  }
  .favopremium .premium-spec-list .s02-cont .img {
    width: 50%;
  }
  .favopremium .premium-spec-list .s03-cont {
    padding: 3%;
  }
  .favopremium .premium-spec-list .s03-cont .left {
    width: 45%;
  }
  .favopremium .premium-spec-list .s03-cont .left .img {
    margin-top: 6%;
  }
  .favopremium .premium-spec-list .s03-cont .right {
    width: 46.5%;
  }
  .favopremium .premium-spec-list .s03-cont .right .img:last-of-type {
    margin-bottom: 4%;
  }
  .favopremium .premium-spec-list .s03-cont .right .desc {
    margin: .25em 0 0;
    font-size: 13px;
    letter-spacing: 0.025em;
  }
  .favopremium .premium-spec-list .s04-cont {
    padding: 3.3%;
  }
  .favopremium .premium-spec-list .s04-cont .text {
    margin-bottom: 5.4%;
  }
  .favopremium .premium-spec-list .s04-cont .text .desc {
    max-width: 610px;
  }
  .favopremium .premium-spec-list .s04-cont .imgs {
    display: flex;
    justify-content: space-between;
  }
  .favopremium .premium-spec-list .s04-cont .left {
    width: 48.8%;
  }
  .favopremium .premium-spec-list .s04-cont .right {
    width: 46%;
  }
  .favopremium .premium-spec-list .s04-cont .imgs .img + .sub-ttl {
    margin-top: 2em;
  }
  .favopremium .premium-spec-list .s05-cont {
    padding: 4%;
    align-items: flex-start;
  }
  .favopremium .premium-spec-list .s05-cont .left {
    width: 45.8%;
  }
  .favopremium .premium-spec-list .s05-cont .left .img {
    margin-top: 5%;
  }
  .favopremium .premium-spec-list .s05-cont .right {
    width: 48%;
  }
  .favopremium .premium-spec-list .s05-cont .right .sub-ttl {
    margin: .5em 0;
    line-height: 1.26;
  }
}
@media screen and (max-width : 768px){
  .favopremium .premium-spec-list .label {
    font-size: 23px;
    font-size: min(6.13vw, 23px);
  }
  .favopremium .premium-spec-list .label .sub {
    padding: .75em 0 .5em;
    font-size: 12px;
    font-size: min(3.2vw, 12px);
  }
  .favopremium .premium-spec-list .sub-ttl {
    font-size: 4.26vw;
  }
  .favopremium .premium-spec-list .desc {
    font-size: 3.73vw;
    letter-spacing: 0.06em;
  }
  .favopremium .premium-spec-list .note {
    font-size: 3.2vw;
  }
  .favopremium .premium-spec-list .note-s {
    font-size: 2.67vw;
  }
  .favopremium .premium-spec-list .s01-cont .info {
    margin-top: 5.33vw;
  }
  .favopremium .premium-spec-list .s02-cont {
    padding: 4% 2.7% 8%;
  }
  .favopremium .premium-spec-list .s02-cont .info {
    width: 97.5%;
    margin: 0 auto 1.25em;
  }
  .favopremium .premium-spec-list .s03-cont {
    padding: 4%;
  }
  .favopremium .premium-spec-list .s03-cont .left .img {
    margin: 4% 0;
  }
  .favopremium .premium-spec-list .s03-cont .right .img:last-of-type {
    margin-bottom: 4%;
  }
  .favopremium .premium-spec-list .s03-cont .right .desc {
    margin: .25em 0 0;
    font-size: 2.93vw;
    letter-spacing: 0.025em;
  }
  .favopremium .premium-spec-list .s04-cont {
    padding: 4%;
  }
  .favopremium .premium-spec-list .s04-cont .left {
    margin: 6% 0 0;
  }
  .favopremium .premium-spec-list .s04-cont .left .img {
    margin-bottom: 8%;
  }
  .favopremium .premium-spec-list .s04-cont .right {
    padding: 4% 0 0;
  }
  .favopremium .premium-spec-list .s05-cont {
    padding: 4% 4.75%;
  }
  .favopremium .premium-spec-list .s05-cont .left .img {
    margin-top: 5%;
  }
  .favopremium .premium-spec-list .s05-cont .right {
    margin-top: 12%;
  }
  .favopremium .premium-spec-list .s05-cont .right .sub-ttl {
    margin: .5em 0;
    line-height: 1.25;
  }
}

.favopremium .premium-cost-info {
  width: 92%;
  max-width: 780px;
  margin: 0 auto;
}
.favopremium .premium-cost-info .ttl {
  color: #c8a65c;
  font-size: 30px;
  margin-bottom: .5em;
}
.favopremium .premium-cost-info .desc {
  font-size: 14px;
  text-align: justify;
  line-height: 1.42;
}
.favopremium .premium-cost-info .graph > span {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width : 769px){
  .favopremium .premium-cost-info {
    display: flex;
    align-items: center;
  }
  .favopremium .premium-cost-info .text {
    width: 41.5%;
  }
  .favopremium .premium-cost-info .graph {
    width: 58.5%;
  }
  .favopremium .premium-cost-info .graph > span {
    width: 70%;
  }
}
@media screen and (max-width : 768px){
  .favopremium .premium-cost-info {
    width: 89.8%;
  }
  .favopremium .premium-cost-info .ttl {
    font-size: 6.13vw;
  }
  .favopremium .premium-cost-info .desc {
    font-size: 3.73vw;
  }
  .favopremium .premium-cost-info .graph {
    margin-top: 4%;
  }
  .favopremium .premium-cost-info .graph > span {
    width: 94%;
  }
}

.favopremium .voice {
  padding: 40px 0 60px;
  text-align: center;
  background-color: #f0edec;
}
.favopremium .voice-header {
  font-weight: 700;
  margin-bottom: 20px;
}
.favopremium .voice-header .title {
  font-size: 40px;
}
.favopremium .voice-header .lead {
  margin-top: .5em;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0.05em;
}
.favopremium .voice .tabs {
  display: flex;
  width: 89.6%;
  margin: 0 auto;
}
.favopremium .voice .tabs .tab-link {
  width: 50%;
  padding: .35em;
  font-weight: 700;
  font-size: 22px;
  color: #e8e8e8;
  border: 1px solid #231815;
  border: 1.4px solid #231815;
  background-color: #fff;
  cursor: pointer;
  transition: color .3s ease, background-color .3s ease;
}
.favopremium .voice .tabs .tab-link.active {
  color: #fff;
  background-color: #231815;
}
.favopremium .voice .tab-contents-area {
  padding: 0 0 20px;
  background-color: #fff;
  border-bottom: 1px solid #231815;
  border-bottom: 1.4px solid #231815;
}
.favopremium .voice .tab-contents {
  position: absolute;
  width: 89.6%;
  margin: 0 auto;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity .3s ease, visibility .3s ease;
}
.favopremium .voice .tab-contents.active {
  position: relative;
  max-height: none;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.favopremium .voice .spec {
  display: flex;
  justify-content: center;
  text-align: left;
  gap: .7em;
  padding: .5em;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
  border: 1px solid #231815;
  border: 1.4px solid #231815;
  border-top: none;
  background-color: #fff;
}
.favopremium .voice .spec-list._l {
  min-width: 192px;
}
.favopremium .voice .spec-list li {
  display: flex;
  gap: 1em;
}
.favopremium .voice .spec-list._s li > span:first-child {
  min-width: 3em;
}
.favopremium .tab-contents-slide .arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  top: calc(50% - 20px);
  cursor: pointer;
  background: url(../img/ico_slide_arrow.svg) no-repeat center center/100% auto;
  z-index: 20;
}
.favopremium .tab-contents-slide .arrow.arrow_prev {
  left: 0;
  transform: rotate(180deg);
}
.favopremium .tab-contents-slide .arrow.arrow_next {
  right: 0;
}
.favopremium .tab-contents-slide .arrow.swiper-button-disabled {
  opacity: .3;
  pointer-events: none;
}
.favopremium .tab-contents-slide .pagination {
  margin-top: 45px;
}
.favopremium .tab-contents-slide .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #9fa0a0;
  opacity: 1;
  margin: 0 12px;
}
.favopremium .tab-contents-slide .swiper-pagination-bullet-active {
  background-color: #231815;
}
.favopremium .voice-panel-title {
  font-size: 29px;
  margin-bottom: .75em;
}
.favopremium .voice-panel .copy {
  margin-bottom: .5em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.favopremium .voice-panel .desc {
  line-height: 1.7;
  text-align: justify;
}
@media screen and (min-width : 769px){
  .favopremium .voice .tabs,
  .favopremium .voice .tab-contents {
    max-width: 836px;
    padding: 0 30px;
  }
  .favopremium .tab-contents-slide {
    padding-top: 45px;
    margin-left: -70px;
    margin-right: -70px;
  }
  .favopremium .voice-panel {
    padding: 0 70px;
  }
  .favopremium .voice-panel-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .favopremium .voice-panel-item._rev {
    flex-direction: row-reverse;
  }
  .favopremium .voice-panel-item .text {
    width: 45%;
  }
  .favopremium .voice-panel-item .ph {
    width: 48%;
  }
  .favopremium .voice-panel-item .ph .narrow {
    width: 85%;
    margin: 0 auto;
  }
  .favopremium .voice-panel-item .ph .oph {
    display: block;
    width: 94%;
  }
}
@media screen and (max-width : 768px){
  .favopremium .voice {
    padding: 8% 0;
  }
  .favopremium .voice-header {
    margin-bottom: 2.67vw;
  }
  .favopremium .voice-header .title {
    font-size: 9.33vw;
  }
  .favopremium .voice-header .lead {
    font-size: 4.8vw;
  }
  .favopremium .voice .tabs .tab-link {
    font-size: 6.4vw;
    padding: .3em;
  }
  .favopremium .voice .tab-contents-slide {
    padding-top: 20px;
  }
  .favopremium .tab-contents-slide {
    padding-top: 8vw;
    margin-left: -5.8%;
    margin-right: -5.8%;
  }
  .favopremium .voice-panel {
    padding: 0 9%;
  }
  .favopremium .tab-contents-slide .arrow {
    width: 25px;
    height: 25px;
    top: calc(50% - 12.5px);
  }
  .favopremium .tab-contents-slide .arrow.arrow_prev {
    left: 2px;
  }
  .favopremium .tab-contents-slide .arrow.arrow_next {
    right: 2px;
  }
  .favopremium .tab-contents-slide .pagination {
    margin-top: 15px;
  }
  .favopremium .voice-panel-item > div + div {
    margin-top: 10px;
  }
  .favopremium .voice-panel-item .text .img {
    margin-bottom: 10px;
  }
  .favopremium .voice-panel-item .ph {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
  }
  .favopremium .voice-panel-title {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: .5em;
  }
  .favopremium .voice-panel .copy {
    margin-bottom: .375em;
    font-size: 17px;
  }
  .favopremium .voice-panel .desc {
    font-size: 13px;
  }
}

.cta-bnrs {
  position: relative;
  display: block;
  width: 89.75%;
  max-width: 919px;
  margin: 0 auto;
  padding: 45px 0;
  z-index: 3;
}
.cta-bnrs .bnr {
  display: block;
  background-color: #ddd;
  text-align: center;
  font-weight: 700;
  transition: background-color .2s ease;
}
.cta-bnrs .bnr .text .msg {
  line-height: 1.3;
  margin-bottom: .75em;
}
.cta-bnrs .bnr .text .msg .logo {
  display: block;
  margin: 0 auto;
}
.cta-bnrs .bnr .text .desc {
  margin: 0 auto;
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
}
.cta-bnrs .bnr .text .more > span {
  display: block;
  text-align: center;
  padding: 15px 0;
  width: 100%;
  color: #dac182;
  font-weight: 700;
}
.cta-bnrs .bnr-catalogue .text .more > span {
  background-color: #834e00;
}
.cta-bnrs .bnr-reserve .text .more > span {
  background-color: #204285;
}
.cta-bnrs .bnr-line .text .more > span {
  background-color: #007f41;
}
@media screen and (min-width : 769px){
  .cta-bnrs .bnr {
    display: flex;
  }
  .cta-bnrs .bnr + .bnr {
    margin-top: 45px;
  }
  .cta-bnrs .bnr .thumb {
    width: 54%;
  }
  .cta-bnrs .bnr .text {
    width: 56%;
    padding: 10px 3.9%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .cta-bnrs .bnr .text .msg {
    width: 100%;
    font-size: 23px;
  }
  .cta-bnrs .bnr .text .desc {
    max-width: 333px;
    font-size: 12px;
    margin-top: -1em;
    margin-bottom: .75em;
  }
  .cta-bnrs .bnr .text .more {
    width: 100%;
    max-width: 352px;
    font-size: 20px;
  }
  .cta-bnrs .bnr .thumb .s {
    display: block;
    padding-left: 4.44%;
  }
  .cta-bnrs .bnr .text .msg .logo {
    max-width: 238px;
  }
}
@media screen and (max-width : 768px){
  .cta-bnrs {
    width: 83.2%;
    padding: 8% 0 12%;
  }
  .cta-bnrs .bnr + .bnr {
    margin-top: 11.85%;
  }
  .cta-bnrs .bnr .text {
    padding: 8%;
  }
  .cta-bnrs .bnr .text .msg {
    font-size: 16px;
    font-size: 4.26vw;
  }
  .cta-bnrs .bnr .text .more {
    font-size: 14px;
    font-size: 3.73vw;
  }
  .cta-bnrs .bnr .thumb .s {
    display: block;
    width: 87%;
    margin: 0 auto;
  }
  .cta-bnrs .bnr .text .msg .logo {
    width: 49.8vw;
  }
  .cta-bnrs .bnr.bnr-catalogue .text {
    padding-top: 0;
  }
  .cta-bnrs .bnr.bnr-catalogue .msg {
    margin-bottom: .375em;
  }
  .cta-bnrs .bnr .text .desc {
    max-width: 67.2vw;
    font-size: 9px;
    line-height: 1.75;
    margin-bottom: 1em;
  }
}
@media (any-hover: hover) {
  .cta-bnrs a.bnr:hover {
    background-color: #dac182;
  }
}

/* pagetop */
.favopremium.fixed:not(.stop) ~ .pagetop {
  position: fixed;
  bottom: 50px;
  z-index: 50;
  transition: all .3s;
}
@media screen and (max-width : 768px){
  .favopremium.fixed:not(.stop) ~ .pagetop {
    bottom: 11.5vw;
  }
  .favopremium.fixed:not(.stop) ~ .pagetop #pagetop_btn {
    width: 45px;
    height: 45px;
  }
}